diff --git a/resources/lang/es-ES/bills.php b/resources/lang/es-ES/bills.php
index 03677c92a..2bd9eb45d 100644
--- a/resources/lang/es-ES/bills.php
+++ b/resources/lang/es-ES/bills.php
@@ -2,54 +2,57 @@
return [
- 'bill_number' => 'Nº de Recibo',
- 'bill_date' => 'Fecha Recibo',
- 'total_price' => 'Precio Total',
- 'due_date' => 'Fecha de vencimiento',
- 'order_number' => 'Número de pedido',
- 'bill_from' => 'Recibo de',
+ 'bill_number' => 'Nº de Recibo',
+ 'bill_date' => 'Fecha Recibo',
+ 'total_price' => 'Precio Total',
+ 'due_date' => 'Fecha de vencimiento',
+ 'order_number' => 'Número de pedido',
+ 'bill_from' => 'Recibo de',
- 'quantity' => 'Cantidad',
- 'price' => 'Precio',
- 'sub_total' => 'Subtotal',
- 'discount' => 'Descuento',
- 'tax_total' => 'Total Impuestos',
- 'total' => 'Total ',
+ 'quantity' => 'Cantidad',
+ 'price' => 'Precio',
+ 'sub_total' => 'Subtotal',
+ 'discount' => 'Descuento',
+ 'tax_total' => 'Total Impuestos',
+ 'total' => 'Total ',
- 'item_name' => 'Nombre del artículo | Nombres de artículo',
+ 'item_name' => 'Nombre del artículo | Nombres de artículo',
- 'show_discount' => ':discount% Descuento',
- 'add_discount' => 'Agregar Descuento',
- 'discount_desc' => 'de subtotal',
+ 'show_discount' => ':discount% Descuento',
+ 'add_discount' => 'Agregar Descuento',
+ 'discount_desc' => 'de subtotal',
- 'payment_due' => 'Vencimiento de pago',
- 'amount_due' => 'Importe Vencido',
- 'paid' => 'Pagado',
- 'histories' => 'Historial',
- 'payments' => 'Pagos',
- 'add_payment' => 'Añadir pago',
- 'mark_received' => 'Marcar como recibido',
- 'download_pdf' => 'Descargar PDF',
- 'send_mail' => 'Enviar Email',
+ 'payment_due' => 'Vencimiento de pago',
+ 'amount_due' => 'Importe Vencido',
+ 'paid' => 'Pagado',
+ 'histories' => 'Historial',
+ 'payments' => 'Pagos',
+ 'add_payment' => 'Añadir pago',
+ 'mark_received' => 'Marcar como recibido',
+ 'download_pdf' => 'Descargar PDF',
+ 'send_mail' => 'Enviar Email',
+ 'create_bill' => 'Crear Recibo',
+ 'receive_bill' => 'Recibe Recibo',
+ 'make_payment' => 'Hacer Pago',
'status' => [
- 'draft' => 'Borrador',
- 'received' => 'Recibido',
- 'partial' => 'Parcial',
- 'paid' => 'Pagado',
+ 'draft' => 'Borrador',
+ 'received' => 'Recibido',
+ 'partial' => 'Parcial',
+ 'paid' => 'Pagado',
],
'messages' => [
- 'received' => 'Recibo marcado como recibido con éxito!',
- 'draft' => 'Este es un recibo BORRADOR y se reflejará en los gráficos luego de recibirse.',
+ 'received' => 'Recibo marcado como recibido con éxito!',
+ 'draft' => 'Este es un recibo BORRADOR y se reflejará en los gráficos luego de recibirse.',
'status' => [
- 'created' => 'Creado el :date',
- 'receive' => [
+ 'created' => 'Creado el :date',
+ 'receive' => [
'draft' => 'No enviado',
'received' => 'Recibido el :date',
],
- 'paid' => [
+ 'paid' => [
'await' => 'Pendiente de pago',
],
],
diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php
index 0cce2754d..1e8cea285 100644
--- a/resources/lang/es-ES/general.php
+++ b/resources/lang/es-ES/general.php
@@ -39,9 +39,8 @@ return [
'statuses' => 'Estado|Estados',
'others' => 'Otro|Otros',
'contacts' => 'Contacto|Contactos',
- 'reconciliations' => 'Conciliación|Concialiaciones',
- 'deposits' => 'Depósito|Depósitos',
- 'withdrawals' => 'Retiro|Retiros',
+ 'reconciliations' => 'Conciliación|Conciliaciones',
+ 'developers' => 'Desarrollador | Desarrolladores',
'dashboard' => 'Panel de Control',
'banking' => 'Banking',
diff --git a/resources/lang/es-ES/invoices.php b/resources/lang/es-ES/invoices.php
index b35a2df57..423c03d38 100644
--- a/resources/lang/es-ES/invoices.php
+++ b/resources/lang/es-ES/invoices.php
@@ -2,67 +2,70 @@
return [
- 'invoice_number' => 'Número de Factura',
- 'invoice_date' => 'Fecha de Factura',
- 'total_price' => 'Precio Total',
- 'due_date' => 'Fecha de vencimiento',
- 'order_number' => 'Nº Pedido',
- 'bill_to' => 'Facturar a',
+ 'invoice_number' => 'Número de Factura',
+ 'invoice_date' => 'Fecha de Factura',
+ 'total_price' => 'Precio Total',
+ 'due_date' => 'Fecha de vencimiento',
+ 'order_number' => 'Nº Pedido',
+ 'bill_to' => 'Facturar a',
- 'quantity' => 'Cantidad',
- 'price' => 'Precio',
- 'sub_total' => 'Subtotal',
- 'discount' => 'Descuento',
- 'tax_total' => 'Total Impuestos',
- 'total' => 'Total ',
+ 'quantity' => 'Cantidad',
+ 'price' => 'Precio',
+ 'sub_total' => 'Subtotal',
+ 'discount' => 'Descuento',
+ 'tax_total' => 'Total Impuestos',
+ 'total' => 'Total ',
- 'item_name' => 'Nombre del artículo | Nombres de artículo',
+ 'item_name' => 'Nombre del artículo | Nombres de artículo',
- 'show_discount' => ':discount% Descuento',
- 'add_discount' => 'Agregar Descuento',
- 'discount_desc' => 'de subtotal',
+ 'show_discount' => ':discount% Descuento',
+ 'add_discount' => 'Agregar Descuento',
+ 'discount_desc' => 'de subtotal',
- 'payment_due' => 'Vencimiento de pago',
- 'paid' => 'Pagado',
- 'histories' => 'Historias',
- 'payments' => 'Pagos',
- 'add_payment' => 'Añadir pago',
- 'mark_paid' => 'Marcar Como Pagada',
- 'mark_sent' => 'Marcar Como Enviada',
- 'download_pdf' => 'Descargar PDF',
- 'send_mail' => 'Enviar Email',
- 'all_invoices' => 'Inicie sesión para ver todas las facturas',
+ 'payment_due' => 'Vencimiento de pago',
+ 'paid' => 'Pagado',
+ 'histories' => 'Historias',
+ 'payments' => 'Pagos',
+ 'add_payment' => 'Añadir pago',
+ 'mark_paid' => 'Marcar Como Pagada',
+ 'mark_sent' => 'Marcar Como Enviada',
+ 'download_pdf' => 'Descargar PDF',
+ 'send_mail' => 'Enviar Email',
+ 'all_invoices' => 'Inicie sesión para ver todas las facturas',
+ 'create_invoice' => 'Crear Factura',
+ 'send_invoice' => 'Enviar Factura',
+ 'get_paid' => 'Recibir Pago',
'status' => [
- 'draft' => 'Borrador',
- 'sent' => 'Enviado',
- 'viewed' => 'Visto',
- 'approved' => 'Aprobado',
- 'partial' => 'Parcial',
- 'paid' => 'Pagado',
+ 'draft' => 'Borrador',
+ 'sent' => 'Enviado',
+ 'viewed' => 'Visto',
+ 'approved' => 'Aprobado',
+ 'partial' => 'Parcial',
+ 'paid' => 'Pagado',
],
'messages' => [
- 'email_sent' => 'El email de la factura se ha enviado correctamente!',
- 'marked_sent' => 'Factura marcada como enviada con éxito!',
- 'email_required' => 'Ninguna dirección de correo electrónico para este cliente!',
- 'draft' => 'Esta es una factura BORRADOR y se reflejará en los gráficos luego de que sea enviada.',
+ 'email_sent' => 'El email de la factura se ha enviado correctamente!',
+ 'marked_sent' => 'Factura marcada como enviada con éxito!',
+ 'email_required' => 'Ninguna dirección de correo electrónico para este cliente!',
+ 'draft' => 'Esta es una factura BORRADOR y se reflejará en los gráficos luego de que sea enviada.',
'status' => [
- 'created' => 'Creada el :date',
- 'send' => [
+ 'created' => 'Creada el :date',
+ 'send' => [
'draft' => 'No enviada',
'sent' => 'Enviada el :date',
],
- 'paid' => [
+ 'paid' => [
'await' => 'Pendiente de pago',
],
],
],
'notification' => [
- 'message' => 'Usted está recibiendo este correo electrónico porque usted tiene una factura de :amount para el cliente :cliente .',
- 'button' => 'Pagar Ahora',
+ 'message' => 'Usted está recibiendo este correo electrónico porque usted tiene una factura de :amount para el cliente :cliente .',
+ 'button' => 'Pagar Ahora',
],
];
diff --git a/resources/lang/es-ES/messages.php b/resources/lang/es-ES/messages.php
index 15759353c..543903781 100644
--- a/resources/lang/es-ES/messages.php
+++ b/resources/lang/es-ES/messages.php
@@ -11,6 +11,7 @@ return [
'enabled' => ':type habilitado!',
'disabled' => ':type deshabilitado!',
],
+
'error' => [
'over_payment' => 'Error: Pago no añadido! La cantidad que escribiste pasa total: :amount',
'not_user_company' => 'Error: No tiene permisos para administrar esta empresa!',
@@ -21,9 +22,11 @@ return [
'import_column' => 'Error: :message Nombre de la hoja: :sheet. Número de línea: :line.',
'import_sheet' => 'Error: El nombre de la hoja no es válido. Por favor, verifique el archivo de ejemplo.',
],
+
'warning' => [
'deleted' => 'Advertencia: No puede borrar :name porque tiene :text relacionado.',
'disabled' => 'Advertencia: No se permite desactivar :name porque tiene :text relacionado.',
+ 'disable_code' => 'Advertencia: No puede desactivar o cambiar la moneda :name porque tiene :text relacionado.',
],
];
diff --git a/resources/lang/es-ES/modules.php b/resources/lang/es-ES/modules.php
index 08f836bd6..207712185 100644
--- a/resources/lang/es-ES/modules.php
+++ b/resources/lang/es-ES/modules.php
@@ -23,6 +23,9 @@ return [
'added' => 'Agregado',
'updated' => 'Actualizado',
'compatibility' => 'Compatibilidad',
+ 'documentation' => 'Documentación',
+ 'view' => 'Ver',
+ 'back' => 'Atrás',
'installed' => ':module instalado',
'uninstalled' => ':module desinstalado',
diff --git a/resources/lang/es-ES/reconciliations.php b/resources/lang/es-ES/reconciliations.php
index 228490bcb..473815128 100644
--- a/resources/lang/es-ES/reconciliations.php
+++ b/resources/lang/es-ES/reconciliations.php
@@ -10,5 +10,7 @@ return [
'start_date' => 'Fecha de inicio',
'end_date' => 'Fecha de finalización',
'cleared_amount' => 'Monto',
+ 'deposit' => 'Depósito',
+ 'withdrawal' => 'Retiro',
];
diff --git a/resources/lang/es-ES/settings.php b/resources/lang/es-ES/settings.php
index 7dda14d20..eb1f0f43e 100644
--- a/resources/lang/es-ES/settings.php
+++ b/resources/lang/es-ES/settings.php
@@ -11,6 +11,8 @@ return [
],
'localisation' => [
'tab' => 'Localización',
+ 'financial_start' => 'Comienzo año Fiscal',
+ 'timezone' => 'Zona horaria',
'date' => [
'format' => 'Formato de Fecha',
'separator' => 'Separador de fecha',
@@ -20,7 +22,6 @@ return [
'slash' => 'Barra (/)',
'space' => 'Espacio ( )',
],
- 'timezone' => 'Zona horaria',
'percent' => [
'title' => 'Posición Porcentaje (%)',
'before' => 'Antes del Número',
diff --git a/resources/lang/lt-LT/bills.php b/resources/lang/lt-LT/bills.php
index 81d05e7a3..e4a0536fd 100644
--- a/resources/lang/lt-LT/bills.php
+++ b/resources/lang/lt-LT/bills.php
@@ -2,54 +2,57 @@
return [
- 'bill_number' => 'Sąskaitos numeris',
- 'bill_date' => 'Sąskaitos data',
- 'total_price' => 'Bendra suma',
- 'due_date' => 'Terminas',
- 'order_number' => 'Užsakymo numeris',
- 'bill_from' => 'Sąskaitas iš',
+ 'bill_number' => 'Sąskaitos numeris',
+ 'bill_date' => 'Sąskaitos data',
+ 'total_price' => 'Bendra suma',
+ 'due_date' => 'Terminas',
+ 'order_number' => 'Užsakymo numeris',
+ 'bill_from' => 'Sąskaitas iš',
- 'quantity' => 'Kiekis',
- 'price' => 'Kaina',
- 'sub_total' => 'Tarpinė suma',
- 'discount' => 'Nuolaida',
- 'tax_total' => 'Mokesčių suma',
- 'total' => 'Iš viso',
+ 'quantity' => 'Kiekis',
+ 'price' => 'Kaina',
+ 'sub_total' => 'Tarpinė suma',
+ 'discount' => 'Nuolaida',
+ 'tax_total' => 'Mokesčių suma',
+ 'total' => 'Iš viso',
- 'item_name' => 'Prekės/paslaugos pavadinimas',
+ 'item_name' => 'Prekės/paslaugos pavadinimas',
- 'show_discount' => ':discount% nuolaida',
- 'add_discount' => 'Pridėti nuolaidą',
- 'discount_desc' => 'tarpinė suma',
+ 'show_discount' => ':discount% nuolaida',
+ 'add_discount' => 'Pridėti nuolaidą',
+ 'discount_desc' => 'tarpinė suma',
- 'payment_due' => 'Mokėjimo terminas',
- 'amount_due' => 'Mokėtina suma',
- 'paid' => 'Apmokėta',
- 'histories' => 'Istorijos',
- 'payments' => 'Mokėjimai',
- 'add_payment' => 'Pridėti mokėjimą',
- 'mark_received' => 'Pažymėti kaip gautą',
- 'download_pdf' => 'Parsisiųsti PDF',
- 'send_mail' => 'Siųsti laišką',
+ 'payment_due' => 'Mokėjimo terminas',
+ 'amount_due' => 'Mokėtina suma',
+ 'paid' => 'Apmokėta',
+ 'histories' => 'Istorijos',
+ 'payments' => 'Mokėjimai',
+ 'add_payment' => 'Pridėti mokėjimą',
+ 'mark_received' => 'Pažymėti kaip gautą',
+ 'download_pdf' => 'Parsisiųsti PDF',
+ 'send_mail' => 'Siųsti laišką',
+ 'create_bill' => 'Sukurti sąskaitą',
+ 'receive_bill' => 'Gauti sąskaitą',
+ 'make_payment' => 'Atlikti mokėjimą',
'status' => [
- 'draft' => 'Juodraštis',
- 'received' => 'Gauta',
- 'partial' => 'Dalinis',
- 'paid' => 'Apmokėta',
+ 'draft' => 'Juodraštis',
+ 'received' => 'Gauta',
+ 'partial' => 'Dalinis',
+ 'paid' => 'Apmokėta',
],
'messages' => [
- 'received' => 'Sąskaita gauta sėkmingai!',
- 'draft' => 'Tai yra JUODRAŠTINĖ sąskaita ir ji bus įtraukta į grafikus po to kai bus gauta.',
+ 'received' => 'Sąskaita gauta sėkmingai!',
+ 'draft' => 'Tai yra JUODRAŠTINĖ sąskaita ir ji bus įtraukta į grafikus po to kai bus gauta.',
'status' => [
- 'created' => 'Sukurta :date',
- 'receive' => [
+ 'created' => 'Sukurta :date',
+ 'receive' => [
'draft' => 'Neišsiųsta',
'received' => 'Gauta :date',
],
- 'paid' => [
+ 'paid' => [
'await' => 'Laukiama apmokėjimo',
],
],
diff --git a/resources/lang/lt-LT/general.php b/resources/lang/lt-LT/general.php
index a87ed910f..cc8e57a00 100644
--- a/resources/lang/lt-LT/general.php
+++ b/resources/lang/lt-LT/general.php
@@ -2,44 +2,45 @@
return [
- 'items' => 'Prekė|Prekės',
- 'incomes' => 'Pajamos|Pajamos',
- 'invoices' => 'Sąskaita|Sąskaitos',
- 'revenues' => 'Pajamos|Pajamos',
- 'customers' => 'Klientas|Klientai',
- 'expenses' => 'Išlaidos|Išlaidos',
- 'bills' => 'Sąskaitą|Sąskaitos',
- 'payments' => 'Mokėjimas|Mokėjimai',
- 'vendors' => 'Tiekėjas|Tiekėjai',
- 'accounts' => 'Vartotojas|Vartotojai',
- 'transfers' => 'Pervedimas|Pervedimai',
- 'transactions' => 'Transakcija|Transakcijos',
- 'reports' => 'Ataskaita|Ataskaitos',
- 'settings' => 'Nustatymas|Nustatymai',
- 'categories' => 'Kategorija|Kategorijos',
- 'currencies' => 'Valiuta|Valiutos',
- 'tax_rates' => 'Mokesčių tarifas|Mokesčių tarifai',
- 'users' => 'Vartotojas|Vartotojai',
- 'roles' => 'Rolė|Rolės',
- 'permissions' => 'Teisė|Teisės',
- 'modules' => 'Programėlė|Programėlės',
- 'companies' => 'Įmonė|įmonės',
- 'profits' => 'Pelnas|Pelnas',
- 'taxes' => 'Mokestis|Mokesčiai',
- 'logos' => 'Logotipas|Logotipai',
- 'pictures' => 'Paveikslėlis|Paveikslėliai',
- 'types' => 'Tipas|Tipai',
- 'payment_methods' => 'Mokėjimo būdas|Mokėjimo būdai',
- 'compares' => 'Pajamos - išlaidos|Pajamos - išlaidos',
- 'notes' => 'Pastaba|Pastabos',
- 'totals' => 'Iš viso|Iš viso',
- 'languages' => 'Kalba|Kalbos',
+ 'items' => 'Prekės',
+ 'incomes' => 'Pajamos',
+ 'invoices' => 'Sąskaitos',
+ 'revenues' => 'Pajamos',
+ 'customers' => 'Klientai',
+ 'expenses' => 'Išlaidos',
+ 'bills' => 'Sąskaitos',
+ 'payments' => 'Mokėjimai',
+ 'vendors' => 'Tiekėjai',
+ 'accounts' => 'Vartotojai',
+ 'transfers' => 'Pervedimai',
+ 'transactions' => 'Transakcijos',
+ 'reports' => 'Ataskaitos',
+ 'settings' => 'Nustatymai',
+ 'categories' => 'Kategorijos',
+ 'currencies' => 'Valiutos',
+ 'tax_rates' => 'Mokesčių tarifai',
+ 'users' => 'Vartotojai',
+ 'roles' => 'Rolės',
+ 'permissions' => 'Teisės',
+ 'modules' => 'Programėlės',
+ 'companies' => 'Įmonės',
+ 'profits' => 'Pelnas',
+ 'taxes' => 'Mokesčiai',
+ 'logos' => 'Logotipai',
+ 'pictures' => 'Paveikslėliai',
+ 'types' => 'Tipai',
+ 'payment_methods' => 'Mokėjimo būdai',
+ 'compares' => 'Pajamos - išlaidos',
+ 'notes' => 'Pastabos',
+ 'totals' => 'Iš viso',
+ 'languages' => 'Kalbos',
'updates' => 'Atnaujinimas|Atnaujinimai',
'numbers' => 'Skaičius|Skaičiai',
'statuses' => 'Statusas|Statusai',
- 'others' => 'Kiti|Kiti',
- 'contacts' => 'Kontaktas|Kontaktai',
+ 'others' => 'Kiti',
+ 'contacts' => 'Kontaktai',
'reconciliations' => 'Reconciliation|Reconciliations',
+ 'developers' => 'Kūrėjas|Kūrėjai',
'dashboard' => 'Pradžia',
'banking' => 'Bankai ir finansai',
@@ -51,7 +52,7 @@ return [
'disabled' => 'Įšjungta',
'yes' => 'Taip',
'no' => 'Ne',
- 'na' => 'N/A',
+ 'na' => 'N/D',
'daily' => 'Kasdien',
'monthly' => 'Kas mėnesį',
'quarterly' => 'Kas ketvirtį',
diff --git a/resources/lang/lt-LT/invoices.php b/resources/lang/lt-LT/invoices.php
index 0a419e2c8..efd944b49 100644
--- a/resources/lang/lt-LT/invoices.php
+++ b/resources/lang/lt-LT/invoices.php
@@ -2,67 +2,70 @@
return [
- 'invoice_number' => 'Sąskaitos-faktūros numeris',
- 'invoice_date' => 'Sąskaitos-faktūros data',
- 'total_price' => 'Bendra kaina',
- 'due_date' => 'Terminas',
- 'order_number' => 'Užsakymo numeris',
- 'bill_to' => 'Pirkėjas',
+ 'invoice_number' => 'Sąskaitos-faktūros numeris',
+ 'invoice_date' => 'Sąskaitos-faktūros data',
+ 'total_price' => 'Bendra kaina',
+ 'due_date' => 'Terminas',
+ 'order_number' => 'Užsakymo numeris',
+ 'bill_to' => 'Pirkėjas',
- 'quantity' => 'Kiekis',
- 'price' => 'Kaina',
- 'sub_total' => 'Tarpinė suma',
- 'discount' => 'Nuolaida',
- 'tax_total' => 'Mokesčių suma',
- 'total' => 'Iš viso',
+ 'quantity' => 'Kiekis',
+ 'price' => 'Kaina',
+ 'sub_total' => 'Tarpinė suma',
+ 'discount' => 'Nuolaida',
+ 'tax_total' => 'Mokesčių suma',
+ 'total' => 'Iš viso',
- 'item_name' => 'Prekė/paslauga|Prekės/paslaugos',
+ 'item_name' => 'Prekė/paslauga|Prekės/paslaugos',
- 'show_discount' => ':discount% nuolaida',
- 'add_discount' => 'Pridėti nuolaidą',
- 'discount_desc' => 'tarpinė suma',
+ 'show_discount' => ':discount% nuolaida',
+ 'add_discount' => 'Pridėti nuolaidą',
+ 'discount_desc' => 'tarpinė suma',
- 'payment_due' => 'Mokėjimo terminas',
- 'paid' => 'Apmokėta',
- 'histories' => 'Istorijos',
- 'payments' => 'Mokėjimai',
- 'add_payment' => 'Pridėti mokėjimą',
- 'mark_paid' => 'Pažymėti kaip apmokėtą',
- 'mark_sent' => 'Pažymėti kaip išsiųstą',
- 'download_pdf' => 'Parsisiųsti PDF',
- 'send_mail' => 'Siųsti laišką',
- 'all_invoices' => 'Prisijunkite norėdami peržiūrėti visas sąskaitas faktūras',
+ 'payment_due' => 'Mokėjimo terminas',
+ 'paid' => 'Apmokėta',
+ 'histories' => 'Istorijos',
+ 'payments' => 'Mokėjimai',
+ 'add_payment' => 'Pridėti mokėjimą',
+ 'mark_paid' => 'Pažymėti kaip apmokėtą',
+ 'mark_sent' => 'Pažymėti kaip išsiųstą',
+ 'download_pdf' => 'Parsisiųsti PDF',
+ 'send_mail' => 'Siųsti laišką',
+ 'all_invoices' => 'Prisijunkite norėdami peržiūrėti visas sąskaitas faktūras',
+ 'create_invoice' => 'Sukurti sąskaitą-faktūrą',
+ 'send_invoice' => 'Siųsti sąskaitą-faktūrą',
+ 'get_paid' => 'Gauti apmokėjimą',
'status' => [
- 'draft' => 'Juodraštis',
- 'sent' => 'Išsiųsta',
- 'viewed' => 'Peržiūrėta',
- 'approved' => 'Patvirtinta',
- 'partial' => 'Dalinis',
- 'paid' => 'Apmokėta',
+ 'draft' => 'Juodraštis',
+ 'sent' => 'Išsiųsta',
+ 'viewed' => 'Peržiūrėta',
+ 'approved' => 'Patvirtinta',
+ 'partial' => 'Dalinis',
+ 'paid' => 'Apmokėta',
],
'messages' => [
- 'email_sent' => 'Sąskaitą-faktūrą išsiųsta sėkmingai!',
- 'marked_sent' => 'SF pažymėta kaip išsiųsta sėkmingai!',
- 'email_required' => 'Klientas neturi el. pašto!',
- 'draft' => 'Tai yra JUODRAŠTINĖ sąskaita ir ji bus įtraukta į grafikus po to kai bus išsiųsta.',
+ 'email_sent' => 'Sąskaitą-faktūrą išsiųsta sėkmingai!',
+ 'marked_sent' => 'SF pažymėta kaip išsiųsta sėkmingai!',
+ 'email_required' => 'Klientas neturi el. pašto!',
+ 'draft' => 'Tai yra JUODRAŠTINĖ sąskaita ir ji bus įtraukta į grafikus po to kai bus išsiųsta.',
'status' => [
- 'created' => 'Sukurta :date',
- 'send' => [
+ 'created' => 'Sukurta :date',
+ 'send' => [
'draft' => 'Neišsiųsta',
'sent' => 'Išsiųsta :date',
],
- 'paid' => [
+ 'paid' => [
'await' => 'Laukiama apmokėjimo',
],
],
],
'notification' => [
- 'message' => 'Jūs gavote šį laišką, nes :customer jums išrašė sąskaitą už :amount.',
- 'button' => 'Apmokėti dabar',
+ 'message' => 'Jūs gavote šį laišką, nes :customer jums išrašė sąskaitą už :amount.',
+ 'button' => 'Apmokėti dabar',
],
];
diff --git a/resources/lang/lt-LT/modules.php b/resources/lang/lt-LT/modules.php
index 511eb8a5f..4d7948d2d 100644
--- a/resources/lang/lt-LT/modules.php
+++ b/resources/lang/lt-LT/modules.php
@@ -23,6 +23,9 @@ return [
'added' => 'Pridėta',
'updated' => 'Atnaujinta',
'compatibility' => 'Suderinamumas',
+ 'documentation' => 'Dokumentacija',
+ 'view' => 'Rodyti',
+ 'back' => 'Atgal',
'installed' => ':module įrašytas',
'uninstalled' => ':module ištrintas',
diff --git a/resources/lang/lt-LT/reconciliations.php b/resources/lang/lt-LT/reconciliations.php
index 38d7febb2..02ab28038 100644
--- a/resources/lang/lt-LT/reconciliations.php
+++ b/resources/lang/lt-LT/reconciliations.php
@@ -10,7 +10,7 @@ return [
'start_date' => 'Pradžios data',
'end_date' => 'Pabaigos data',
'cleared_amount' => 'Cleared Amount',
- 'deposit' => 'Deposit',
+ 'deposit' => 'Depozitas',
'withdrawal' => 'Withdrawal',
];
diff --git a/resources/lang/lt-LT/recurring.php b/resources/lang/lt-LT/recurring.php
index 491cced55..a1e946be1 100644
--- a/resources/lang/lt-LT/recurring.php
+++ b/resources/lang/lt-LT/recurring.php
@@ -15,6 +15,6 @@ return [
'weeks' => 'Savaite(ės)',
'months' => 'Mėnuo(iai)',
'years' => 'Metai(s)',
- 'message' => 'Tai pasikartojanti :type ir kita :type bus automatiškai sugeneruota :data',
+ 'message' => 'Tai pasikartojanti :type ir kita :type bus automatiškai sugeneruota :date',
];
diff --git a/resources/lang/lt-LT/settings.php b/resources/lang/lt-LT/settings.php
index e562e832a..a783c27e7 100644
--- a/resources/lang/lt-LT/settings.php
+++ b/resources/lang/lt-LT/settings.php
@@ -11,6 +11,8 @@ return [
],
'localisation' => [
'tab' => 'Lokalizacija',
+ 'financial_start' => 'Finansinių metų pradžia',
+ 'timezone' => 'Laiko juosta',
'date' => [
'format' => 'Datos formatas',
'separator' => 'Datos skirtukas',
@@ -20,7 +22,6 @@ return [
'slash' => 'Pasvirasis brūkšnys (/)',
'space' => 'Tarpas ( )',
],
- 'timezone' => 'Laiko juosta',
'percent' => [
'title' => 'Procentų (%) Pozicija',
'before' => 'Prieš skaičių',
@@ -31,7 +32,7 @@ return [
'tab' => 'Sąskaita faktūra',
'prefix' => 'Sąskaitos serija',
'digit' => 'Skaitmenų kiekis',
- 'next' => 'Sekantis numeris',
+ 'next' => 'Kitas numeris',
'logo' => 'Logotipas',
'custom' => 'Pasirinktinis',
'item_name' => 'Elemento pavadinimas',
@@ -75,7 +76,7 @@ return [
'send_bill' => 'Siųsti sąskaitos priminimą',
'bill_days' => 'Siųsti prieš pavėlavimą',
'cron_command' => 'Cron komanda',
- 'schedule_time' => 'Paleisti valandą',
+ 'schedule_time' => 'Paleidimo valanda',
'send_item_reminder'=> 'Siųsti priminimą',
'item_stocks' => 'Siųsti kai atsiras prekių',
],
diff --git a/resources/lang/lt-LT/taxes.php b/resources/lang/lt-LT/taxes.php
index bc302ea0b..52809a77f 100644
--- a/resources/lang/lt-LT/taxes.php
+++ b/resources/lang/lt-LT/taxes.php
@@ -6,6 +6,6 @@ return [
'rate_percent' => 'Mokestis (%)',
'normal' => 'Normalus',
'inclusive' => 'Imtinai',
- 'compound' => 'Compound',
+ 'compound' => 'Sudėtinis',
];
diff --git a/resources/lang/lt-LT/validation.php b/resources/lang/lt-LT/validation.php
index 010012501..0207badb5 100644
--- a/resources/lang/lt-LT/validation.php
+++ b/resources/lang/lt-LT/validation.php
@@ -13,29 +13,29 @@ return [
|
*/
- 'accepted' => 'Laukas :attribute turi būti priimta.',
- 'active_url' => 'Laukas :attribute nėra galiojantis internetinis adresas.',
- 'after' => 'Lauko :attribute reikšmė turi būti po :date datos.',
+ 'accepted' => ':Attribute turi būti pažymėtas.',
+ 'active_url' => ':Attribute nėra galiojantis internetinis adresas.',
+ 'after' => ':Attribute reikšmė turi būti po :date datos.',
'after_or_equal' => ':Attribute privalo būti data lygi arba vėlesnė už :date.',
- 'alpha' => 'Laukas :attribute gali turėti tik raides.',
- 'alpha_dash' => 'Laukas :attribute gali turėti tik raides, skaičius ir brūkšnelius.',
+ 'alpha' => ':Attribute gali turėti tik raides.',
+ 'alpha_dash' => ':Attribute gali turėti tik raides, skaičius ir brūkšnelius.',
'alpha_num' => 'Laukas :attribute gali turėti tik raides ir skaičius.',
- 'array' => 'Laukas :attribute turi būti masyvas.',
- 'before' => 'Laukas :attribute turi būti data prieš :date.',
+ 'array' => ':Attribute turi būti masyvas.',
+ 'before' => ':Attribute turi būti data prieš :date.',
'before_or_equal' => ':Attribute privalo būti data ankstenė arba lygi :date.',
'between' => [
- 'numeric' => 'Lauko :attribute reikšmė turi būti tarp :min ir :max.',
- 'file' => 'Failo dydis lauke :attribute turi būti tarp :min ir :max kilobaitų.',
- 'string' => 'Simbolių skaičius lauke :attribute turi būti tarp :min ir :max.',
- 'array' => 'Elementų skaičius lauke :attribute turi turėti nuo :min iki :max.',
+ 'numeric' => ':Attribute reikšmė turi būti tarp :min ir :max.',
+ 'file' => ':Attribute failo dydis turi būti tarp :min ir :max kilobaitų.',
+ 'string' => ':Attribute simbolių skaičius turi būti tarp :min ir :max.',
+ 'array' => ':Attribute elementų skaičius turi turėti nuo :min iki :max.',
],
- 'boolean' => 'Lauko reikšmė :attribute turi būti \'taip\' arba \'ne\'.',
- 'confirmed' => 'Lauko :attribute patvirtinimas nesutampa.',
- 'date' => 'Lauko :attribute reikšmė nėra galiojanti data.',
- 'date_format' => 'Lauko :attribute reikšmė neatitinka formato :format.',
+ 'boolean' => ':Attribute turi būti \'taip\' arba \'ne\'.',
+ 'confirmed' => ':Attribute patvirtinimas nesutampa.',
+ 'date' => ':Attribute nėra galiojanti data.',
+ 'date_format' => ':Attribute reikšmė neatitinka :format formato.',
'different' => 'Laukų :attribute ir :other reikšmės turi skirtis.',
- 'digits' => 'Laukas :attribute turi būti sudarytas iš :digits skaitmenų.',
- 'digits_between' => 'Laukas :attribute tuti turėti nuo :min iki :max skaitmenų.',
+ 'digits' => ':Attribute turi būti sudarytas iš :digits skaitmenų.',
+ 'digits_between' => ':Attribute tuti turėti nuo :min iki :max skaitmenų.',
'dimensions' => 'Lauke :attribute įkeltas paveiksliukas neatitinka išmatavimų reikalavimo.',
'distinct' => 'Laukas :attribute pasikartoja.',
'email' => 'Lauko :attribute reikšmė turi būti galiojantis el. pašto adresas.',
@@ -102,7 +102,7 @@ return [
'rule-name' => 'Pasirinktinis pranešimas',
],
'invalid_currency' => ':Attribute kodas neteisingas.',
- 'invalid_amount' => 'The amount :attribute is invalid.',
+ 'invalid_amount' => ':Attribute kiekis yra neteisingas.',
],
/*
diff --git a/resources/lang/nb-NO/general.php b/resources/lang/nb-NO/general.php
index 3ae129650..e1d11ddb9 100644
--- a/resources/lang/nb-NO/general.php
+++ b/resources/lang/nb-NO/general.php
@@ -39,7 +39,7 @@ return [
'statuses' => 'Status | Statuser',
'others' => 'Annen | Andre',
'contacts' => 'Kontakt|Kontakter',
- 'reconciliations' => 'Avstemming|avstemminger',
+ 'reconciliations' => 'Avstemming|Avstemminger',
'developers' => 'Utvikler|Utviklere',
'dashboard' => 'Kontrollpanel',
diff --git a/resources/lang/sq-AL/settings.php b/resources/lang/sq-AL/settings.php
index efc8d5d49..e041244bb 100644
--- a/resources/lang/sq-AL/settings.php
+++ b/resources/lang/sq-AL/settings.php
@@ -11,7 +11,7 @@ return [
],
'localisation' => [
'tab' => 'Lokalizimi',
- 'financial_start' => 'Financial Year Start',
+ 'financial_start' => 'Fillimi i Vitit Financiar',
'timezone' => 'Zona Kohore',
'date' => [
'format' => 'Formati i Datës',
diff --git a/resources/lang/th-TH/auth.php b/resources/lang/th-TH/auth.php
index bded38303..09f8e35ef 100644
--- a/resources/lang/th-TH/auth.php
+++ b/resources/lang/th-TH/auth.php
@@ -23,7 +23,7 @@ return [
'error' => [
'self_delete' => 'ข้อผิดพลาด: ไม่สามารถลบด้วยตัวคุณเองได้!',
- 'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.',
+ 'no_company' => 'ข้อผิดพลาด: บัญชีของคุณยังไม่ได้ตั้งค่าบริษัท กรุณา ติดต่อผู้ดูแลระบบ',
],
'failed' => 'ข้อมูลที่ใช้ในการยืนยันตัวตนไม่ถูกต้อง',
@@ -31,9 +31,9 @@ return [
'throttle' => 'คุณได้พยายามเข้าระบบหลายครั้งเกินไป กรุณาลองใหม่ใน :seconds วินาทีข้างหน้า.',
'notification' => [
- 'message_1' => 'You are receiving this email because we received a password reset request for your account.',
- 'message_2' => 'If you did not request a password reset, no further action is required.',
- 'button' => 'Reset Password',
+ 'message_1' => 'คุณได้รับอีเมลนี้เนื่องจากเราได้รับการร้องขอรีเซ็ตรหัสผ่านสำหรับบัญชีของคุณ',
+ 'message_2' => 'ถ้าคุณไม่ได้ขอรีเซ็ตรหัสผ่าน ไม่จำเป็นต้องทำอะไรเพิ่มเติม',
+ 'button' => 'ตั้งรหัสผ่านใหม่',
],
];
diff --git a/resources/lang/th-TH/bills.php b/resources/lang/th-TH/bills.php
index 94f82b5bf..72dcb0c8a 100644
--- a/resources/lang/th-TH/bills.php
+++ b/resources/lang/th-TH/bills.php
@@ -2,55 +2,58 @@
return [
- 'bill_number' => 'หมายเลขบิล',
- 'bill_date' => 'วันที่บิล',
- 'total_price' => 'ราคารวม',
- 'due_date' => 'วันครบกำหนด',
- 'order_number' => 'หมายเลขสั่งซื้อ',
- 'bill_from' => 'บิลจาก',
+ 'bill_number' => 'หมายเลขบิล',
+ 'bill_date' => 'วันที่บิล',
+ 'total_price' => 'ราคารวม',
+ 'due_date' => 'วันครบกำหนด',
+ 'order_number' => 'หมายเลขสั่งซื้อ',
+ 'bill_from' => 'บิลจาก',
- 'quantity' => 'จำนวน',
- 'price' => 'ราคา',
- 'sub_total' => 'ยอดรวม',
- 'discount' => 'ส่วนลด',
- 'tax_total' => 'ยอดรวมภาษี',
- 'total' => 'รวมทั้งหมด',
+ 'quantity' => 'จำนวน',
+ 'price' => 'ราคา',
+ 'sub_total' => 'ยอดรวม',
+ 'discount' => 'ส่วนลด',
+ 'tax_total' => 'ยอดรวมภาษี',
+ 'total' => 'รวมทั้งหมด',
- 'item_name' => 'ชื่อสินค้า | ชื่อสินค้า',
+ 'item_name' => 'ชื่อสินค้า | ชื่อสินค้า',
- 'show_discount' => ':discount% ส่วนลด',
- 'add_discount' => 'เพิ่มส่วนลด',
- 'discount_desc' => 'ของยอดรวม',
+ 'show_discount' => ':discount% ส่วนลด',
+ 'add_discount' => 'เพิ่มส่วนลด',
+ 'discount_desc' => 'ของยอดรวม',
- 'payment_due' => 'ครบกำหนดชำระ',
- 'amount_due' => 'ยอดเงินที่ต้องชำระ',
- 'paid' => 'จ่ายไป',
- 'histories' => 'ประวัติ',
- 'payments' => 'การชำระเงิน',
- 'add_payment' => 'เพิ่มการชำระเงิน',
- 'mark_received' => 'ทำเครื่องหมายได้รับแล้ว',
- 'download_pdf' => 'ดาวน์โหลด PDF',
- 'send_mail' => 'ส่งอีเมล',
+ 'payment_due' => 'ครบกำหนดชำระ',
+ 'amount_due' => 'ยอดเงินที่ต้องชำระ',
+ 'paid' => 'จ่ายไป',
+ 'histories' => 'ประวัติ',
+ 'payments' => 'การชำระเงิน',
+ 'add_payment' => 'เพิ่มการชำระเงิน',
+ 'mark_received' => 'ทำเครื่องหมายได้รับแล้ว',
+ 'download_pdf' => 'ดาวน์โหลด PDF',
+ 'send_mail' => 'ส่งอีเมล',
+ 'create_bill' => 'สร้างบิล',
+ 'receive_bill' => 'รับบิล',
+ 'make_payment' => 'ทำการชำระเงิน',
'status' => [
- 'draft' => 'ฉบับร่าง',
- 'received' => 'ได้รับแล้ว',
- 'partial' => 'บางส่วน',
- 'paid' => 'จ่ายแล้ว',
+ 'draft' => 'ฉบับร่าง',
+ 'received' => 'ได้รับแล้ว',
+ 'partial' => 'บางส่วน',
+ 'paid' => 'จ่ายแล้ว',
],
'messages' => [
- 'received' => 'บิลทำเครื่องหมายได้รับเรียบร้อยแล้ว!',
- 'draft' => 'This is a DRAFT bill and will be reflected to charts after it gets received.',
+ 'received' => 'บิลทำเครื่องหมายได้รับเรียบร้อยแล้ว!',
+ 'draft' => 'นี้เป็น ร่างบิล และจะมีผลกับแผนภูมิหลังจากได้รับการชำระ',
'status' => [
- 'created' => 'Created on :date',
- 'receive' => [
- 'draft' => 'Not sent',
- 'received' => 'Received on :date',
+ 'created' => 'สร้างขึ้น: วันที่',
+ 'receive' => [
+ 'draft' => 'ยังไม่ได้ส่ง',
+ 'received' => 'รับ: วันที่',
],
- 'paid' => [
- 'await' => 'Awaiting payment',
+ 'paid' => [
+ 'await' => 'รอการชำระเงิน',
],
],
],
diff --git a/resources/lang/th-TH/customers.php b/resources/lang/th-TH/customers.php
index 71f2ca34a..b1c1c691f 100644
--- a/resources/lang/th-TH/customers.php
+++ b/resources/lang/th-TH/customers.php
@@ -10,7 +10,7 @@ return [
],
'notification' => [
- 'message' => ':customer made :amount payment to invoice number :invoice_number.',
- 'button' => 'Show',
+ 'message' => ': ดำเนินโดยลูกค้า: ยอดเงินการชำระเงินใบแจ้งหนี้หมายเลข: invoice_number',
+ 'button' => 'แสดง',
],
];
diff --git a/resources/lang/th-TH/general.php b/resources/lang/th-TH/general.php
index 7a8994ab2..d0f886db0 100644
--- a/resources/lang/th-TH/general.php
+++ b/resources/lang/th-TH/general.php
@@ -38,10 +38,9 @@ return [
'numbers' => 'หมายเลข | หมายเลข',
'statuses' => 'สถานะ | สถานะ',
'others' => 'อื่น ๆ | อื่น ๆ',
- 'contacts' => 'Contact|Contacts',
+ 'contacts' => 'ผู้ติดต่อ',
'reconciliations' => 'Reconciliation|Reconciliations',
- 'deposits' => 'Deposit|Deposits',
- 'withdrawals' => 'Withdrawal|Withdrawals',
+ 'developers' => 'ผู้พัฒนา',
'dashboard' => 'แดชบอร์ด',
'banking' => 'การธนาคาร',
@@ -85,7 +84,7 @@ return [
'color' => 'สี',
'save' => 'บันทึก',
'cancel' => 'ยกเลิก',
- 'loading' => 'Loading...',
+ 'loading' => 'กำลังโหลด...',
'from' => 'จาก',
'to' => 'ถึง',
'print' => 'พิมพ์',
@@ -105,20 +104,20 @@ return [
'overdue' => 'ค้างชำระ',
'partially' => 'บางส่วน',
'partially_paid' => 'ชำระเงินบางส่วน',
- 'export' => 'Export',
- 'finish' => 'Finish',
+ 'export' => 'ส่งออก',
+ 'finish' => 'เสร็จสิ้น',
'wizard' => 'Wizard',
- 'skip' => 'Skip',
- 'enable' => 'Enable',
- 'disable' => 'Disable',
- 'select_all' => 'Select All',
- 'unselect_all' => 'Unselect All',
- 'go_to' => 'Go to :name',
- 'created_date' => 'Created Date',
- 'period' => 'Period',
- 'start' => 'Start',
- 'end' => 'End',
- 'clear' => 'Clear',
+ 'skip' => 'ข้าม',
+ 'enable' => 'เปิดใช้งาน',
+ 'disable' => 'ปิดการใช้งาน',
+ 'select_all' => 'เลือกทั้งหมด',
+ 'unselect_all' => 'ไม่เลือกทั้งหมด',
+ 'go_to' => 'ไปที่: ชื่อ',
+ 'created_date' => 'วันที่สร้างขึ้น',
+ 'period' => 'รอบระยะเวลา',
+ 'start' => 'เริ่มต้น',
+ 'end' => 'สิ้นสุด',
+ 'clear' => 'ล้างรายการ',
'difference' => 'Difference',
'title' => [
@@ -139,10 +138,10 @@ return [
],
'date_range' => [
- 'today' => 'Today',
- 'yesterday' => 'Yesterday',
+ 'today' => 'วันนี้',
+ 'yesterday' => 'เมื่อวานนี้',
'last_days' => 'Last :day Days',
- 'this_month' => 'This Month',
- 'last_month' => 'Last Month',
+ 'this_month' => 'เดือนนี้',
+ 'last_month' => 'เดือนที่แล้ว',
],
];
diff --git a/resources/lang/th-TH/header.php b/resources/lang/th-TH/header.php
index 9db689129..e9a8deec8 100644
--- a/resources/lang/th-TH/header.php
+++ b/resources/lang/th-TH/header.php
@@ -11,6 +11,6 @@ return [
'items_stock' => '{1} :count รายการที่หมดสต็อก|[2,*] :count รายการที่หมดสต็อก',
'view_all' => 'แสดงทั้งหมด'
],
- 'docs_link' => 'https://akaunting.com/docs',
+ 'docs_link' => 'https://akaunting.com',
];
diff --git a/resources/lang/th-TH/invoices.php b/resources/lang/th-TH/invoices.php
index 15247d2d1..13f3eb051 100644
--- a/resources/lang/th-TH/invoices.php
+++ b/resources/lang/th-TH/invoices.php
@@ -2,67 +2,70 @@
return [
- 'invoice_number' => 'หมายเลขใบแจ้งหนี้',
- 'invoice_date' => 'วันที่แจ้งหนี้',
- 'total_price' => 'ราคารวม',
- 'due_date' => 'วันครบกำหนด',
- 'order_number' => 'หมายเลขสั่งซื้อ',
- 'bill_to' => 'บิลถึง',
+ 'invoice_number' => 'หมายเลขใบแจ้งหนี้',
+ 'invoice_date' => 'วันที่แจ้งหนี้',
+ 'total_price' => 'ราคารวม',
+ 'due_date' => 'วันครบกำหนด',
+ 'order_number' => 'หมายเลขสั่งซื้อ',
+ 'bill_to' => 'บิลถึง',
- 'quantity' => 'จำนวน',
- 'price' => 'ราคา',
- 'sub_total' => 'ยอดรวม',
- 'discount' => 'ส่วนลด',
- 'tax_total' => 'ยอดรวมภาษี',
- 'total' => 'รวมทั้งหมด',
+ 'quantity' => 'จำนวน',
+ 'price' => 'ราคา',
+ 'sub_total' => 'ยอดรวม',
+ 'discount' => 'ส่วนลด',
+ 'tax_total' => 'ยอดรวมภาษี',
+ 'total' => 'รวมทั้งหมด',
- 'item_name' => 'ชื่อสินค้า | ชื่อสินค้า',
+ 'item_name' => 'ชื่อสินค้า | ชื่อสินค้า',
- 'show_discount' => ':discount% ส่วนลด',
- 'add_discount' => 'เพิ่มส่วนลด',
- 'discount_desc' => 'ของยอดรวม',
+ 'show_discount' => ':discount% ส่วนลด',
+ 'add_discount' => 'เพิ่มส่วนลด',
+ 'discount_desc' => 'ของยอดรวม',
- 'payment_due' => 'ครบกำหนดชำระ',
- 'paid' => 'ชำระแล้ว',
- 'histories' => 'ประวัติ',
- 'payments' => 'การชำระเงิน',
- 'add_payment' => 'เพิ่มการชำระเงิน',
- 'mark_paid' => 'ทำเครื่องหมายชำระเงินแล้ว',
- 'mark_sent' => 'ทำเครื่องหมายว่าส่งแล้ว',
- 'download_pdf' => 'ดาวน์โหลด PDF',
- 'send_mail' => 'ส่งอีเมล',
- 'all_invoices' => 'Login to view all invoices',
+ 'payment_due' => 'ครบกำหนดชำระ',
+ 'paid' => 'ชำระแล้ว',
+ 'histories' => 'ประวัติ',
+ 'payments' => 'การชำระเงิน',
+ 'add_payment' => 'เพิ่มการชำระเงิน',
+ 'mark_paid' => 'ทำเครื่องหมายชำระเงินแล้ว',
+ 'mark_sent' => 'ทำเครื่องหมายว่าส่งแล้ว',
+ 'download_pdf' => 'ดาวน์โหลด PDF',
+ 'send_mail' => 'ส่งอีเมล',
+ 'all_invoices' => 'Login to view all invoices',
+ 'create_invoice' => 'Create Invoice',
+ 'send_invoice' => 'Send Invoice',
+ 'get_paid' => 'Get Paid',
'status' => [
- 'draft' => 'ฉบับร่าง',
- 'sent' => 'ส่ง',
- 'viewed' => 'ดูแล้ว',
- 'approved' => 'อนุมัติ',
- 'partial' => 'บางส่วน',
- 'paid' => 'ชำระแล้ว',
+ 'draft' => 'ฉบับร่าง',
+ 'sent' => 'ส่ง',
+ 'viewed' => 'ดูแล้ว',
+ 'approved' => 'อนุมัติ',
+ 'partial' => 'บางส่วน',
+ 'paid' => 'ชำระแล้ว',
],
'messages' => [
- 'email_sent' => 'อีเมลใบแจ้งหนี้ถูกส่งเรียบร้อยแล้ว!',
- 'marked_sent' => 'ใบแจ้งหนี้ที่ทำเครื่องหมายว่าส่งสำเร็จแล้ว!',
- 'email_required' => 'ไม่มีที่อยู่อีเมลสำหรับลูกค้านี้',
- 'draft' => 'This is a DRAFT invoice and will be reflected to charts after it gets sent.',
+ 'email_sent' => 'อีเมลใบแจ้งหนี้ถูกส่งเรียบร้อยแล้ว!',
+ 'marked_sent' => 'ใบแจ้งหนี้ที่ทำเครื่องหมายว่าส่งสำเร็จแล้ว!',
+ 'email_required' => 'ไม่มีที่อยู่อีเมลสำหรับลูกค้านี้',
+ 'draft' => 'This is a DRAFT invoice and will be reflected to charts after it gets sent.',
'status' => [
- 'created' => 'Created on :date',
- 'send' => [
+ 'created' => 'Created on :date',
+ 'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
],
- 'paid' => [
+ 'paid' => [
'await' => 'Awaiting payment',
],
],
],
'notification' => [
- 'message' => 'คุณได้รับอีเมลฉบับนี้ เพราะคุณมีกำลังจะเกิดขึ้น :amount ใบแจ้งหนี้ ถึง :customer ลูกค้า',
- 'button' => 'ชำระเงินทันที',
+ 'message' => 'คุณได้รับอีเมลฉบับนี้ เพราะคุณมีกำลังจะเกิดขึ้น :amount ใบแจ้งหนี้ ถึง :customer ลูกค้า',
+ 'button' => 'ชำระเงินทันที',
],
];
diff --git a/resources/lang/th-TH/messages.php b/resources/lang/th-TH/messages.php
index 3a8c2d96c..a5ee09bc9 100644
--- a/resources/lang/th-TH/messages.php
+++ b/resources/lang/th-TH/messages.php
@@ -11,6 +11,7 @@ return [
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
],
+
'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'ข้อผิดพลาด: คุณไม่สามารถจัดการบริษัทนี้!',
@@ -21,9 +22,11 @@ return [
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
],
+
'warning' => [
'deleted' => 'คำเตือน: คุณไม่ได้รับอนุญาตให้ลบ :name เนื่องจากมี :text ที่เกี่ยวข้อง',
'disabled' => 'คำเตือน: คุณไม่ได้รับอนุญาตให้ปิดใช้งาน :name เนื่องจากมี :text ที่เกี่ยวข้อง',
+ 'disable_code' => 'Warning: You are not allowed to disable or change the currency of :name because it has :text related.',
],
];
diff --git a/resources/lang/th-TH/modules.php b/resources/lang/th-TH/modules.php
index d135abcc9..b1c5a818e 100644
--- a/resources/lang/th-TH/modules.php
+++ b/resources/lang/th-TH/modules.php
@@ -4,7 +4,7 @@ return [
'title' => 'โทเค็นของ API',
'api_token' => 'โทเค็น',
- 'my_apps' => 'My Apps',
+ 'my_apps' => 'แอปของฉัน',
'top_paid' => 'จ่ายเงินยอดนิยม',
'new' => 'ใหม่',
'top_free' => 'ฟรียอดนิยม',
@@ -16,13 +16,16 @@ return [
'no_apps' => 'ยังไม่มีแอปพลิเคชันในหมวดหมู่นี้',
'developer' => 'คุณเป็นนักพัฒนาใช่มั้ย? ที่นี่ คุณสามารถเรียนรู้วิธีการสร้างโปรแกรมประยุกต์และเริ่มขายวันนี้!',
- 'recommended_apps' => 'Recommended Apps',
+ 'recommended_apps' => 'แอปที่แนะนำ',
'about' => 'เกี่ยวกับเรา',
'added' => 'เพิ่มแล้ว',
'updated' => 'อัพเดทแล้ว',
'compatibility' => 'ความเข้ากันได้',
+ 'documentation' => 'เอกสารประกอบ',
+ 'view' => 'มุมมอง',
+ 'back' => 'ย้อนกลับ',
'installed' => ':module ติดตั้งแล้ว',
'uninstalled' => ':module ถอนการติดตั้งแล้ว',
@@ -34,7 +37,7 @@ return [
'installation' => 'การติดตั้ง',
'faq' => 'คำถามที่พบบ่อย',
'changelog' => 'ประวัติเวอร์ชั่น',
- 'reviews' => 'Reviews',
+ 'reviews' => 'รีวิว',
],
'installation' => [
@@ -53,11 +56,11 @@ return [
'unzip' => ':module can not unzip!',
'file_copy' => ':module files can not copy!',
'migrate' => ':module migrate broken!',
- 'migrate core' => ':module already latest version so then yon can not update.',
+ 'migrate core' => ': โมดูลเป็นรุ่นล่าสุดอยู่แล้วดังนั้นจึงไม่สามารถอับเดทได้',
],
'badge' => [
- 'installed' => 'Installed',
+ 'installed' => 'ติดตั้งแล้ว',
],
'button' => [
@@ -67,14 +70,14 @@ return [
],
'my' => [
- 'purchased' => 'Purchased',
- 'installed' => 'Installed',
+ 'purchased' => 'ซื้อแล้ว',
+ 'installed' => 'ติดตั้งแล้ว',
],
'reviews' => [
'button' => [
- 'add' => 'Add a Review'
+ 'add' => 'เพิ่มการแสดงความคิดเห็น'
],
- 'na' => 'There are no reviews.'
+ 'na' => 'ไม่มีการแสดงความคิดเ็น'
]
];
diff --git a/resources/lang/th-TH/notifications.php b/resources/lang/th-TH/notifications.php
index 88c2f9da0..ed5f8db43 100644
--- a/resources/lang/th-TH/notifications.php
+++ b/resources/lang/th-TH/notifications.php
@@ -2,9 +2,9 @@
return [
- 'whoops' => 'Whoops!',
- 'hello' => 'Hello!',
- 'salutation' => 'Regards,
:company_name',
- 'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
+ 'whoops' => 'ขออภัย',
+ 'hello' => 'สวัสดี!',
+ 'salutation' => 'ด้วยความนับถือ,
: ชื่อบริษัท',
+ 'subcopy' => 'ถ้าคุณพบไม่สามารถกดปุ่ม ":text"ได้, ให้ copy แล้ว paste URL ข้างล่างใน web browser: [:url](:url)',
];
diff --git a/resources/lang/th-TH/reconciliations.php b/resources/lang/th-TH/reconciliations.php
index 0ab0e4022..82682df5e 100644
--- a/resources/lang/th-TH/reconciliations.php
+++ b/resources/lang/th-TH/reconciliations.php
@@ -10,5 +10,7 @@ return [
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
+ 'deposit' => 'Deposit',
+ 'withdrawal' => 'Withdrawal',
];
diff --git a/resources/lang/th-TH/settings.php b/resources/lang/th-TH/settings.php
index a519d944d..c4683d3a3 100644
--- a/resources/lang/th-TH/settings.php
+++ b/resources/lang/th-TH/settings.php
@@ -11,6 +11,8 @@ return [
],
'localisation' => [
'tab' => 'ภาษาท้องถิ่น',
+ 'financial_start' => 'เริ่มต้นปีงบประมาณ',
+ 'timezone' => 'โซนเวลา',
'date' => [
'format' => 'รูปแบบวันที่',
'separator' => 'ตัวคั่นวันที่',
@@ -20,7 +22,6 @@ return [
'slash' => 'เครื่องหมายทับ (/)',
'space' => 'ช่องว่าง ( )',
],
- 'timezone' => 'โซนเวลา',
'percent' => [
'title' => 'ตำแหน่ง (%) เปอร์เซ็นต์',
'before' => 'ก่อนตัวเลข',
@@ -33,16 +34,16 @@ return [
'digit' => 'หมายเลขหลัก',
'next' => 'หมายเลขถัดไป',
'logo' => 'โลโก้',
- 'custom' => 'Custom',
- 'item_name' => 'Item Name',
- 'item' => 'Items',
- 'product' => 'Products',
- 'service' => 'Services',
+ 'custom' => 'แบบกำหนดเอง',
+ 'item_name' => 'ชื่อสินค้า',
+ 'item' => 'รายการ:',
+ 'product' => 'สินค้า',
+ 'service' => 'บริการ',
'price_name' => 'Price Name',
- 'price' => 'Price',
- 'rate' => 'Rate',
+ 'price' => 'ราคา',
+ 'rate' => 'อัตรา',
'quantity_name' => 'Quantity Name',
- 'quantity' => 'Quantity',
+ 'quantity' => 'จำนวน',
],
'default' => [
'tab' => 'ค่าเริ่มต้น',
diff --git a/resources/lang/th-TH/taxes.php b/resources/lang/th-TH/taxes.php
index 5b725605c..df3a8131c 100644
--- a/resources/lang/th-TH/taxes.php
+++ b/resources/lang/th-TH/taxes.php
@@ -4,5 +4,8 @@ return [
'rate' => 'อัตรา',
'rate_percent' => 'อัตรา (%)',
+ 'normal' => 'ปกติ',
+ 'inclusive' => 'รวมภาษีแล้ว',
+ 'compound' => 'ภาษีแบบผสม',
];
diff --git a/resources/lang/th-TH/transfers.php b/resources/lang/th-TH/transfers.php
index 8fda43758..c84c5fe43 100644
--- a/resources/lang/th-TH/transfers.php
+++ b/resources/lang/th-TH/transfers.php
@@ -6,7 +6,7 @@ return [
'to_account' => 'ไปบัญชี',
'messages' => [
- 'delete' => ':from to :to (:amount)',
+ 'delete' => ':จาก :ถึง (:จำนวน)',
],
];
diff --git a/resources/lang/th-TH/validation.php b/resources/lang/th-TH/validation.php
index 938c317a4..23a27816d 100644
--- a/resources/lang/th-TH/validation.php
+++ b/resources/lang/th-TH/validation.php
@@ -101,8 +101,8 @@ return [
'attribute-name' => [
'rule-name' => 'ข้อความแบบกำหนดเอง',
],
- 'invalid_currency' => 'The :attribute code is invalid.',
- 'invalid_amount' => 'The amount :attribute is invalid.',
+ 'invalid_currency' => 'รูปแบบของ :attribute ไม่ถูกต้อง',
+ 'invalid_amount' => 'ปริมาณ:attribute ไม่ถูกต้อง',
],
/*
diff --git a/resources/lang/tr-TR/modules.php b/resources/lang/tr-TR/modules.php
index 4a741c086..46280b782 100644
--- a/resources/lang/tr-TR/modules.php
+++ b/resources/lang/tr-TR/modules.php
@@ -46,7 +46,7 @@ return [
'unzip' => ':module ayıklanıyor',
'file_copy' => ':module dosyaları kopyalanıyor.',
'migrate' => ':module uygulama güncellemeleri.',
- 'finish' => 'Güncelleştirme başarıyla yüklendi. Java Update merkezi yönlendirme olabilir.',
+ 'finish' => 'Güncelleme başarıyla yüklendi. Güncelleme sayfasına yönlendiriliyorsunuz.',
'install' => ':module uygulamanın dosyaları yükleniyor.',
],
diff --git a/resources/lang/tr-TR/settings.php b/resources/lang/tr-TR/settings.php
index c10437e71..e6c0f6abf 100644
--- a/resources/lang/tr-TR/settings.php
+++ b/resources/lang/tr-TR/settings.php
@@ -12,7 +12,7 @@ return [
'localisation' => [
'tab' => 'Yerelleştirme',
'financial_start' => 'Mali Yıl Başlangıcı',
- 'timezone' => 'Saat dilimi',
+ 'timezone' => 'Saat Dilimi',
'date' => [
'format' => 'Tarih Biçimi',
'separator' => 'Tarih Ayracı',