Merge pull request #722 from akaunting/translations

Updated translations
This commit is contained in:
Denis Duliçi 2019-01-10 12:54:36 +03:00 committed by GitHub
commit 9347f6cff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
34 changed files with 390 additions and 348 deletions

View File

@ -2,54 +2,57 @@
return [ return [
'bill_number' => 'Nº de Recibo', 'bill_number' => 'Nº de Recibo',
'bill_date' => 'Fecha Recibo', 'bill_date' => 'Fecha Recibo',
'total_price' => 'Precio Total', 'total_price' => 'Precio Total',
'due_date' => 'Fecha de vencimiento', 'due_date' => 'Fecha de vencimiento',
'order_number' => 'Número de pedido', 'order_number' => 'Número de pedido',
'bill_from' => 'Recibo de', 'bill_from' => 'Recibo de',
'quantity' => 'Cantidad', 'quantity' => 'Cantidad',
'price' => 'Precio', 'price' => 'Precio',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Descuento', 'discount' => 'Descuento',
'tax_total' => 'Total Impuestos', 'tax_total' => 'Total Impuestos',
'total' => 'Total ', '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', 'show_discount' => ':discount% Descuento',
'add_discount' => 'Agregar Descuento', 'add_discount' => 'Agregar Descuento',
'discount_desc' => 'de subtotal', 'discount_desc' => 'de subtotal',
'payment_due' => 'Vencimiento de pago', 'payment_due' => 'Vencimiento de pago',
'amount_due' => 'Importe Vencido', 'amount_due' => 'Importe Vencido',
'paid' => 'Pagado', 'paid' => 'Pagado',
'histories' => 'Historial', 'histories' => 'Historial',
'payments' => 'Pagos', 'payments' => 'Pagos',
'add_payment' => 'Añadir pago', 'add_payment' => 'Añadir pago',
'mark_received' => 'Marcar como recibido', 'mark_received' => 'Marcar como recibido',
'download_pdf' => 'Descargar PDF', 'download_pdf' => 'Descargar PDF',
'send_mail' => 'Enviar Email', 'send_mail' => 'Enviar Email',
'create_bill' => 'Crear Recibo',
'receive_bill' => 'Recibe Recibo',
'make_payment' => 'Hacer Pago',
'status' => [ 'status' => [
'draft' => 'Borrador', 'draft' => 'Borrador',
'received' => 'Recibido', 'received' => 'Recibido',
'partial' => 'Parcial', 'partial' => 'Parcial',
'paid' => 'Pagado', 'paid' => 'Pagado',
], ],
'messages' => [ 'messages' => [
'received' => 'Recibo marcado como recibido con éxito!', 'received' => 'Recibo marcado como recibido con éxito!',
'draft' => 'Este es un recibo <b>BORRADOR</b> y se reflejará en los gráficos luego de recibirse.', 'draft' => 'Este es un recibo <b>BORRADOR</b> y se reflejará en los gráficos luego de recibirse.',
'status' => [ 'status' => [
'created' => 'Creado el :date', 'created' => 'Creado el :date',
'receive' => [ 'receive' => [
'draft' => 'No enviado', 'draft' => 'No enviado',
'received' => 'Recibido el :date', 'received' => 'Recibido el :date',
], ],
'paid' => [ 'paid' => [
'await' => 'Pendiente de pago', 'await' => 'Pendiente de pago',
], ],
], ],

View File

@ -39,9 +39,8 @@ return [
'statuses' => 'Estado|Estados', 'statuses' => 'Estado|Estados',
'others' => 'Otro|Otros', 'others' => 'Otro|Otros',
'contacts' => 'Contacto|Contactos', 'contacts' => 'Contacto|Contactos',
'reconciliations' => 'Conciliación|Concialiaciones', 'reconciliations' => 'Conciliación|Conciliaciones',
'deposits' => 'Depósito|Depósitos', 'developers' => 'Desarrollador | Desarrolladores',
'withdrawals' => 'Retiro|Retiros',
'dashboard' => 'Panel de Control', 'dashboard' => 'Panel de Control',
'banking' => 'Banking', 'banking' => 'Banking',

View File

@ -2,67 +2,70 @@
return [ return [
'invoice_number' => 'Número de Factura', 'invoice_number' => 'Número de Factura',
'invoice_date' => 'Fecha de Factura', 'invoice_date' => 'Fecha de Factura',
'total_price' => 'Precio Total', 'total_price' => 'Precio Total',
'due_date' => 'Fecha de vencimiento', 'due_date' => 'Fecha de vencimiento',
'order_number' => 'Nº Pedido', 'order_number' => 'Nº Pedido',
'bill_to' => 'Facturar a', 'bill_to' => 'Facturar a',
'quantity' => 'Cantidad', 'quantity' => 'Cantidad',
'price' => 'Precio', 'price' => 'Precio',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Descuento', 'discount' => 'Descuento',
'tax_total' => 'Total Impuestos', 'tax_total' => 'Total Impuestos',
'total' => 'Total ', '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', 'show_discount' => ':discount% Descuento',
'add_discount' => 'Agregar Descuento', 'add_discount' => 'Agregar Descuento',
'discount_desc' => 'de subtotal', 'discount_desc' => 'de subtotal',
'payment_due' => 'Vencimiento de pago', 'payment_due' => 'Vencimiento de pago',
'paid' => 'Pagado', 'paid' => 'Pagado',
'histories' => 'Historias', 'histories' => 'Historias',
'payments' => 'Pagos', 'payments' => 'Pagos',
'add_payment' => 'Añadir pago', 'add_payment' => 'Añadir pago',
'mark_paid' => 'Marcar Como Pagada', 'mark_paid' => 'Marcar Como Pagada',
'mark_sent' => 'Marcar Como Enviada', 'mark_sent' => 'Marcar Como Enviada',
'download_pdf' => 'Descargar PDF', 'download_pdf' => 'Descargar PDF',
'send_mail' => 'Enviar Email', 'send_mail' => 'Enviar Email',
'all_invoices' => 'Inicie sesión para ver todas las facturas', 'all_invoices' => 'Inicie sesión para ver todas las facturas',
'create_invoice' => 'Crear Factura',
'send_invoice' => 'Enviar Factura',
'get_paid' => 'Recibir Pago',
'status' => [ 'status' => [
'draft' => 'Borrador', 'draft' => 'Borrador',
'sent' => 'Enviado', 'sent' => 'Enviado',
'viewed' => 'Visto', 'viewed' => 'Visto',
'approved' => 'Aprobado', 'approved' => 'Aprobado',
'partial' => 'Parcial', 'partial' => 'Parcial',
'paid' => 'Pagado', 'paid' => 'Pagado',
], ],
'messages' => [ 'messages' => [
'email_sent' => 'El email de la factura se ha enviado correctamente!', 'email_sent' => 'El email de la factura se ha enviado correctamente!',
'marked_sent' => 'Factura marcada como enviada con éxito!', 'marked_sent' => 'Factura marcada como enviada con éxito!',
'email_required' => 'Ninguna dirección de correo electrónico para este cliente!', 'email_required' => 'Ninguna dirección de correo electrónico para este cliente!',
'draft' => 'Esta es una factura <b>BORRADOR</b> y se reflejará en los gráficos luego de que sea enviada.', 'draft' => 'Esta es una factura <b>BORRADOR</b> y se reflejará en los gráficos luego de que sea enviada.',
'status' => [ 'status' => [
'created' => 'Creada el :date', 'created' => 'Creada el :date',
'send' => [ 'send' => [
'draft' => 'No enviada', 'draft' => 'No enviada',
'sent' => 'Enviada el :date', 'sent' => 'Enviada el :date',
], ],
'paid' => [ 'paid' => [
'await' => 'Pendiente de pago', 'await' => 'Pendiente de pago',
], ],
], ],
], ],
'notification' => [ 'notification' => [
'message' => 'Usted está recibiendo este correo electrónico porque usted tiene una factura de :amount para el cliente :cliente .', 'message' => 'Usted está recibiendo este correo electrónico porque usted tiene una factura de :amount para el cliente :cliente .',
'button' => 'Pagar Ahora', 'button' => 'Pagar Ahora',
], ],
]; ];

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type habilitado!', 'enabled' => ':type habilitado!',
'disabled' => ':type deshabilitado!', 'disabled' => ':type deshabilitado!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Error: Pago no añadido! La cantidad que escribiste pasa total: :amount', '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!', '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_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.', 'import_sheet' => 'Error: El nombre de la hoja no es válido. Por favor, verifique el archivo de ejemplo.',
], ],
'warning' => [ 'warning' => [
'deleted' => 'Advertencia: No puede borrar <b>:name</b> porque tiene :text relacionado.', 'deleted' => 'Advertencia: No puede borrar <b>:name</b> porque tiene :text relacionado.',
'disabled' => 'Advertencia: No se permite desactivar <b>:name</b> porque tiene :text relacionado.', 'disabled' => 'Advertencia: No se permite desactivar <b>:name</b> porque tiene :text relacionado.',
'disable_code' => 'Advertencia: No puede desactivar o cambiar la moneda <b>:name</b> porque tiene :text relacionado.',
], ],
]; ];

View File

@ -23,6 +23,9 @@ return [
'added' => 'Agregado', 'added' => 'Agregado',
'updated' => 'Actualizado', 'updated' => 'Actualizado',
'compatibility' => 'Compatibilidad', 'compatibility' => 'Compatibilidad',
'documentation' => 'Documentación',
'view' => 'Ver',
'back' => 'Atrás',
'installed' => ':module instalado', 'installed' => ':module instalado',
'uninstalled' => ':module desinstalado', 'uninstalled' => ':module desinstalado',

View File

@ -10,5 +10,7 @@ return [
'start_date' => 'Fecha de inicio', 'start_date' => 'Fecha de inicio',
'end_date' => 'Fecha de finalización', 'end_date' => 'Fecha de finalización',
'cleared_amount' => 'Monto', 'cleared_amount' => 'Monto',
'deposit' => 'Depósito',
'withdrawal' => 'Retiro',
]; ];

View File

@ -11,6 +11,8 @@ return [
], ],
'localisation' => [ 'localisation' => [
'tab' => 'Localización', 'tab' => 'Localización',
'financial_start' => 'Comienzo año Fiscal',
'timezone' => 'Zona horaria',
'date' => [ 'date' => [
'format' => 'Formato de Fecha', 'format' => 'Formato de Fecha',
'separator' => 'Separador de fecha', 'separator' => 'Separador de fecha',
@ -20,7 +22,6 @@ return [
'slash' => 'Barra (/)', 'slash' => 'Barra (/)',
'space' => 'Espacio ( )', 'space' => 'Espacio ( )',
], ],
'timezone' => 'Zona horaria',
'percent' => [ 'percent' => [
'title' => 'Posición Porcentaje (%)', 'title' => 'Posición Porcentaje (%)',
'before' => 'Antes del Número', 'before' => 'Antes del Número',

View File

@ -2,54 +2,57 @@
return [ return [
'bill_number' => 'Sąskaitos numeris', 'bill_number' => 'Sąskaitos numeris',
'bill_date' => 'Sąskaitos data', 'bill_date' => 'Sąskaitos data',
'total_price' => 'Bendra suma', 'total_price' => 'Bendra suma',
'due_date' => 'Terminas', 'due_date' => 'Terminas',
'order_number' => 'Užsakymo numeris', 'order_number' => 'Užsakymo numeris',
'bill_from' => 'Sąskaitas iš', 'bill_from' => 'Sąskaitas iš',
'quantity' => 'Kiekis', 'quantity' => 'Kiekis',
'price' => 'Kaina', 'price' => 'Kaina',
'sub_total' => 'Tarpinė suma', 'sub_total' => 'Tarpinė suma',
'discount' => 'Nuolaida', 'discount' => 'Nuolaida',
'tax_total' => 'Mokesčių suma', 'tax_total' => 'Mokesčių suma',
'total' => 'Iš viso', 'total' => 'Iš viso',
'item_name' => 'Prekės/paslaugos pavadinimas', 'item_name' => 'Prekės/paslaugos pavadinimas',
'show_discount' => ':discount% nuolaida', 'show_discount' => ':discount% nuolaida',
'add_discount' => 'Pridėti nuolaidą', 'add_discount' => 'Pridėti nuolaidą',
'discount_desc' => 'tarpinė suma', 'discount_desc' => 'tarpinė suma',
'payment_due' => 'Mokėjimo terminas', 'payment_due' => 'Mokėjimo terminas',
'amount_due' => 'Mokėtina suma', 'amount_due' => 'Mokėtina suma',
'paid' => 'Apmokėta', 'paid' => 'Apmokėta',
'histories' => 'Istorijos', 'histories' => 'Istorijos',
'payments' => 'Mokėjimai', 'payments' => 'Mokėjimai',
'add_payment' => 'Pridėti mokėjimą', 'add_payment' => 'Pridėti mokėjimą',
'mark_received' => 'Pažymėti kaip gautą', 'mark_received' => 'Pažymėti kaip gautą',
'download_pdf' => 'Parsisiųsti PDF', 'download_pdf' => 'Parsisiųsti PDF',
'send_mail' => 'Siųsti laišką', 'send_mail' => 'Siųsti laišką',
'create_bill' => 'Sukurti sąskaitą',
'receive_bill' => 'Gauti sąskaitą',
'make_payment' => 'Atlikti mokėjimą',
'status' => [ 'status' => [
'draft' => 'Juodraštis', 'draft' => 'Juodraštis',
'received' => 'Gauta', 'received' => 'Gauta',
'partial' => 'Dalinis', 'partial' => 'Dalinis',
'paid' => 'Apmokėta', 'paid' => 'Apmokėta',
], ],
'messages' => [ 'messages' => [
'received' => 'Sąskaita gauta sėkmingai!', 'received' => 'Sąskaita gauta sėkmingai!',
'draft' => 'Tai yra <b>JUODRAŠTINĖ</b> sąskaita ir ji bus įtraukta į grafikus po to kai bus gauta.', 'draft' => 'Tai yra <b>JUODRAŠTINĖ</b> sąskaita ir ji bus įtraukta į grafikus po to kai bus gauta.',
'status' => [ 'status' => [
'created' => 'Sukurta :date', 'created' => 'Sukurta :date',
'receive' => [ 'receive' => [
'draft' => 'Neišsiųsta', 'draft' => 'Neišsiųsta',
'received' => 'Gauta :date', 'received' => 'Gauta :date',
], ],
'paid' => [ 'paid' => [
'await' => 'Laukiama apmokėjimo', 'await' => 'Laukiama apmokėjimo',
], ],
], ],

View File

@ -2,44 +2,45 @@
return [ return [
'items' => 'Prekė|Prekės', 'items' => 'Prekės',
'incomes' => 'Pajamos|Pajamos', 'incomes' => 'Pajamos',
'invoices' => 'Sąskaita|Sąskaitos', 'invoices' => 'Sąskaitos',
'revenues' => 'Pajamos|Pajamos', 'revenues' => 'Pajamos',
'customers' => 'Klientas|Klientai', 'customers' => 'Klientai',
'expenses' => 'Išlaidos|Išlaidos', 'expenses' => 'Išlaidos',
'bills' => 'Sąskaitą|Sąskaitos', 'bills' => 'Sąskaitos',
'payments' => 'Mokėjimas|Mokėjimai', 'payments' => 'Mokėjimai',
'vendors' => 'Tiekėjas|Tiekėjai', 'vendors' => 'Tiekėjai',
'accounts' => 'Vartotojas|Vartotojai', 'accounts' => 'Vartotojai',
'transfers' => 'Pervedimas|Pervedimai', 'transfers' => 'Pervedimai',
'transactions' => 'Transakcija|Transakcijos', 'transactions' => 'Transakcijos',
'reports' => 'Ataskaita|Ataskaitos', 'reports' => 'Ataskaitos',
'settings' => 'Nustatymas|Nustatymai', 'settings' => 'Nustatymai',
'categories' => 'Kategorija|Kategorijos', 'categories' => 'Kategorijos',
'currencies' => 'Valiuta|Valiutos', 'currencies' => 'Valiutos',
'tax_rates' => 'Mokesčių tarifas|Mokesčių tarifai', 'tax_rates' => 'Mokesčių tarifai',
'users' => 'Vartotojas|Vartotojai', 'users' => 'Vartotojai',
'roles' => 'Rolė|Rolės', 'roles' => 'Rolės',
'permissions' => 'Teisė|Teisės', 'permissions' => 'Teisės',
'modules' => 'Programėlė|Programėlės', 'modules' => 'Programėlės',
'companies' => 'Įmonė|įmonės', 'companies' => 'Įmonės',
'profits' => 'Pelnas|Pelnas', 'profits' => 'Pelnas',
'taxes' => 'Mokestis|Mokesčiai', 'taxes' => 'Mokesčiai',
'logos' => 'Logotipas|Logotipai', 'logos' => 'Logotipai',
'pictures' => 'Paveikslėlis|Paveikslėliai', 'pictures' => 'Paveikslėliai',
'types' => 'Tipas|Tipai', 'types' => 'Tipai',
'payment_methods' => 'Mokėjimo būdas|Mokėjimo būdai', 'payment_methods' => 'Mokėjimo būdai',
'compares' => 'Pajamos - išlaidos|Pajamos - išlaidos', 'compares' => 'Pajamos - išlaidos',
'notes' => 'Pastaba|Pastabos', 'notes' => 'Pastabos',
'totals' => 'Iš viso|Iš viso', 'totals' => 'Iš viso',
'languages' => 'Kalba|Kalbos', 'languages' => 'Kalbos',
'updates' => 'Atnaujinimas|Atnaujinimai', 'updates' => 'Atnaujinimas|Atnaujinimai',
'numbers' => 'Skaičius|Skaičiai', 'numbers' => 'Skaičius|Skaičiai',
'statuses' => 'Statusas|Statusai', 'statuses' => 'Statusas|Statusai',
'others' => 'Kiti|Kiti', 'others' => 'Kiti',
'contacts' => 'Kontaktas|Kontaktai', 'contacts' => 'Kontaktai',
'reconciliations' => 'Reconciliation|Reconciliations', 'reconciliations' => 'Reconciliation|Reconciliations',
'developers' => 'Kūrėjas|Kūrėjai',
'dashboard' => 'Pradžia', 'dashboard' => 'Pradžia',
'banking' => 'Bankai ir finansai', 'banking' => 'Bankai ir finansai',
@ -51,7 +52,7 @@ return [
'disabled' => 'Įšjungta', 'disabled' => 'Įšjungta',
'yes' => 'Taip', 'yes' => 'Taip',
'no' => 'Ne', 'no' => 'Ne',
'na' => 'N/A', 'na' => 'N/D',
'daily' => 'Kasdien', 'daily' => 'Kasdien',
'monthly' => 'Kas mėnesį', 'monthly' => 'Kas mėnesį',
'quarterly' => 'Kas ketvirtį', 'quarterly' => 'Kas ketvirtį',

View File

@ -2,67 +2,70 @@
return [ return [
'invoice_number' => 'Sąskaitos-faktūros numeris', 'invoice_number' => 'Sąskaitos-faktūros numeris',
'invoice_date' => 'Sąskaitos-faktūros data', 'invoice_date' => 'Sąskaitos-faktūros data',
'total_price' => 'Bendra kaina', 'total_price' => 'Bendra kaina',
'due_date' => 'Terminas', 'due_date' => 'Terminas',
'order_number' => 'Užsakymo numeris', 'order_number' => 'Užsakymo numeris',
'bill_to' => 'Pirkėjas', 'bill_to' => 'Pirkėjas',
'quantity' => 'Kiekis', 'quantity' => 'Kiekis',
'price' => 'Kaina', 'price' => 'Kaina',
'sub_total' => 'Tarpinė suma', 'sub_total' => 'Tarpinė suma',
'discount' => 'Nuolaida', 'discount' => 'Nuolaida',
'tax_total' => 'Mokesčių suma', 'tax_total' => 'Mokesčių suma',
'total' => 'Iš viso', 'total' => 'Iš viso',
'item_name' => 'Prekė/paslauga|Prekės/paslaugos', 'item_name' => 'Prekė/paslauga|Prekės/paslaugos',
'show_discount' => ':discount% nuolaida', 'show_discount' => ':discount% nuolaida',
'add_discount' => 'Pridėti nuolaidą', 'add_discount' => 'Pridėti nuolaidą',
'discount_desc' => 'tarpinė suma', 'discount_desc' => 'tarpinė suma',
'payment_due' => 'Mokėjimo terminas', 'payment_due' => 'Mokėjimo terminas',
'paid' => 'Apmokėta', 'paid' => 'Apmokėta',
'histories' => 'Istorijos', 'histories' => 'Istorijos',
'payments' => 'Mokėjimai', 'payments' => 'Mokėjimai',
'add_payment' => 'Pridėti mokėjimą', 'add_payment' => 'Pridėti mokėjimą',
'mark_paid' => 'Pažymėti kaip apmokėtą', 'mark_paid' => 'Pažymėti kaip apmokėtą',
'mark_sent' => 'Pažymėti kaip išsiųstą', 'mark_sent' => 'Pažymėti kaip išsiųstą',
'download_pdf' => 'Parsisiųsti PDF', 'download_pdf' => 'Parsisiųsti PDF',
'send_mail' => 'Siųsti laišką', 'send_mail' => 'Siųsti laišką',
'all_invoices' => 'Prisijunkite norėdami peržiūrėti visas sąskaitas faktūras', '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' => [ 'status' => [
'draft' => 'Juodraštis', 'draft' => 'Juodraštis',
'sent' => 'Išsiųsta', 'sent' => 'Išsiųsta',
'viewed' => 'Peržiūrėta', 'viewed' => 'Peržiūrėta',
'approved' => 'Patvirtinta', 'approved' => 'Patvirtinta',
'partial' => 'Dalinis', 'partial' => 'Dalinis',
'paid' => 'Apmokėta', 'paid' => 'Apmokėta',
], ],
'messages' => [ 'messages' => [
'email_sent' => 'Sąskaitą-faktūrą išsiųsta sėkmingai!', 'email_sent' => 'Sąskaitą-faktūrą išsiųsta sėkmingai!',
'marked_sent' => 'SF pažymėta kaip išsiųsta sėkmingai!', 'marked_sent' => 'SF pažymėta kaip išsiųsta sėkmingai!',
'email_required' => 'Klientas neturi el. pašto!', 'email_required' => 'Klientas neturi el. pašto!',
'draft' => 'Tai yra <b>JUODRAŠTINĖ</b> sąskaita ir ji bus įtraukta į grafikus po to kai bus išsiųsta.', 'draft' => 'Tai yra <b>JUODRAŠTINĖ</b> sąskaita ir ji bus įtraukta į grafikus po to kai bus išsiųsta.',
'status' => [ 'status' => [
'created' => 'Sukurta :date', 'created' => 'Sukurta :date',
'send' => [ 'send' => [
'draft' => 'Neišsiųsta', 'draft' => 'Neišsiųsta',
'sent' => 'Išsiųsta :date', 'sent' => 'Išsiųsta :date',
], ],
'paid' => [ 'paid' => [
'await' => 'Laukiama apmokėjimo', 'await' => 'Laukiama apmokėjimo',
], ],
], ],
], ],
'notification' => [ 'notification' => [
'message' => 'Jūs gavote šį laišką, nes :customer jums išrašė sąskaitą už :amount.', 'message' => 'Jūs gavote šį laišką, nes :customer jums išrašė sąskaitą už :amount.',
'button' => 'Apmokėti dabar', 'button' => 'Apmokėti dabar',
], ],
]; ];

View File

@ -23,6 +23,9 @@ return [
'added' => 'Pridėta', 'added' => 'Pridėta',
'updated' => 'Atnaujinta', 'updated' => 'Atnaujinta',
'compatibility' => 'Suderinamumas', 'compatibility' => 'Suderinamumas',
'documentation' => 'Dokumentacija',
'view' => 'Rodyti',
'back' => 'Atgal',
'installed' => ':module įrašytas', 'installed' => ':module įrašytas',
'uninstalled' => ':module ištrintas', 'uninstalled' => ':module ištrintas',

View File

@ -10,7 +10,7 @@ return [
'start_date' => 'Pradžios data', 'start_date' => 'Pradžios data',
'end_date' => 'Pabaigos data', 'end_date' => 'Pabaigos data',
'cleared_amount' => 'Cleared Amount', 'cleared_amount' => 'Cleared Amount',
'deposit' => 'Deposit', 'deposit' => 'Depozitas',
'withdrawal' => 'Withdrawal', 'withdrawal' => 'Withdrawal',
]; ];

View File

@ -15,6 +15,6 @@ return [
'weeks' => 'Savaite(ės)', 'weeks' => 'Savaite(ės)',
'months' => 'Mėnuo(iai)', 'months' => 'Mėnuo(iai)',
'years' => 'Metai(s)', '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',
]; ];

View File

@ -11,6 +11,8 @@ return [
], ],
'localisation' => [ 'localisation' => [
'tab' => 'Lokalizacija', 'tab' => 'Lokalizacija',
'financial_start' => 'Finansinių metų pradžia',
'timezone' => 'Laiko juosta',
'date' => [ 'date' => [
'format' => 'Datos formatas', 'format' => 'Datos formatas',
'separator' => 'Datos skirtukas', 'separator' => 'Datos skirtukas',
@ -20,7 +22,6 @@ return [
'slash' => 'Pasvirasis brūkšnys (/)', 'slash' => 'Pasvirasis brūkšnys (/)',
'space' => 'Tarpas ( )', 'space' => 'Tarpas ( )',
], ],
'timezone' => 'Laiko juosta',
'percent' => [ 'percent' => [
'title' => 'Procentų (%) Pozicija', 'title' => 'Procentų (%) Pozicija',
'before' => 'Prieš skaičių', 'before' => 'Prieš skaičių',
@ -31,7 +32,7 @@ return [
'tab' => 'Sąskaita faktūra', 'tab' => 'Sąskaita faktūra',
'prefix' => 'Sąskaitos serija', 'prefix' => 'Sąskaitos serija',
'digit' => 'Skaitmenų kiekis', 'digit' => 'Skaitmenų kiekis',
'next' => 'Sekantis numeris', 'next' => 'Kitas numeris',
'logo' => 'Logotipas', 'logo' => 'Logotipas',
'custom' => 'Pasirinktinis', 'custom' => 'Pasirinktinis',
'item_name' => 'Elemento pavadinimas', 'item_name' => 'Elemento pavadinimas',
@ -75,7 +76,7 @@ return [
'send_bill' => 'Siųsti sąskaitos priminimą', 'send_bill' => 'Siųsti sąskaitos priminimą',
'bill_days' => 'Siųsti prieš pavėlavimą', 'bill_days' => 'Siųsti prieš pavėlavimą',
'cron_command' => 'Cron komanda', 'cron_command' => 'Cron komanda',
'schedule_time' => 'Paleisti valandą', 'schedule_time' => 'Paleidimo valanda',
'send_item_reminder'=> 'Siųsti priminimą', 'send_item_reminder'=> 'Siųsti priminimą',
'item_stocks' => 'Siųsti kai atsiras prekių', 'item_stocks' => 'Siųsti kai atsiras prekių',
], ],

View File

@ -6,6 +6,6 @@ return [
'rate_percent' => 'Mokestis (%)', 'rate_percent' => 'Mokestis (%)',
'normal' => 'Normalus', 'normal' => 'Normalus',
'inclusive' => 'Imtinai', 'inclusive' => 'Imtinai',
'compound' => 'Compound', 'compound' => 'Sudėtinis',
]; ];

View File

@ -13,29 +13,29 @@ return [
| |
*/ */
'accepted' => 'Laukas :attribute turi būti priimta.', 'accepted' => ':Attribute turi būti pažymėtas.',
'active_url' => 'Laukas :attribute nėra galiojantis internetinis adresas.', 'active_url' => ':Attribute nėra galiojantis internetinis adresas.',
'after' => 'Lauko :attribute reikšmė turi būti po :date datos.', 'after' => ':Attribute reikšmė turi būti po :date datos.',
'after_or_equal' => ':Attribute privalo būti data lygi arba vėlesnė už :date.', 'after_or_equal' => ':Attribute privalo būti data lygi arba vėlesnė už :date.',
'alpha' => 'Laukas :attribute gali turėti tik raides.', 'alpha' => ':Attribute gali turėti tik raides.',
'alpha_dash' => 'Laukas :attribute gali turėti tik raides, skaičius ir brūkšnelius.', '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.', 'alpha_num' => 'Laukas :attribute gali turėti tik raides ir skaičius.',
'array' => 'Laukas :attribute turi būti masyvas.', 'array' => ':Attribute turi būti masyvas.',
'before' => 'Laukas :attribute turi būti data prieš :date.', 'before' => ':Attribute turi būti data prieš :date.',
'before_or_equal' => ':Attribute privalo būti data ankstenė arba lygi :date.', 'before_or_equal' => ':Attribute privalo būti data ankstenė arba lygi :date.',
'between' => [ 'between' => [
'numeric' => 'Lauko :attribute reikšmė turi būti tarp :min ir :max.', 'numeric' => ':Attribute reikšmė turi būti tarp :min ir :max.',
'file' => 'Failo dydis lauke :attribute turi būti tarp :min ir :max kilobaitų.', 'file' => ':Attribute failo dydis turi būti tarp :min ir :max kilobaitų.',
'string' => 'Simbolių skaičius lauke :attribute turi būti tarp :min ir :max.', 'string' => ':Attribute simbolių skaičius turi būti tarp :min ir :max.',
'array' => 'Elementų skaičius lauke :attribute turi turėti nuo :min iki :max.', 'array' => ':Attribute elementų skaičius turi turėti nuo :min iki :max.',
], ],
'boolean' => 'Lauko reikšmė :attribute turi būti \'taip\' arba \'ne\'.', 'boolean' => ':Attribute turi būti \'taip\' arba \'ne\'.',
'confirmed' => 'Lauko :attribute patvirtinimas nesutampa.', 'confirmed' => ':Attribute patvirtinimas nesutampa.',
'date' => 'Lauko :attribute reikšmė nėra galiojanti data.', 'date' => ':Attribute nėra galiojanti data.',
'date_format' => 'Lauko :attribute reikšmė neatitinka formato :format.', 'date_format' => ':Attribute reikšmė neatitinka :format formato.',
'different' => 'Laukų :attribute ir :other reikšmės turi skirtis.', 'different' => 'Laukų :attribute ir :other reikšmės turi skirtis.',
'digits' => 'Laukas :attribute turi būti sudarytas iš :digits skaitmenų.', 'digits' => ':Attribute turi būti sudarytas iš :digits skaitmenų.',
'digits_between' => 'Laukas :attribute tuti turėti nuo :min iki :max skaitmenų.', 'digits_between' => ':Attribute tuti turėti nuo :min iki :max skaitmenų.',
'dimensions' => 'Lauke :attribute įkeltas paveiksliukas neatitinka išmatavimų reikalavimo.', 'dimensions' => 'Lauke :attribute įkeltas paveiksliukas neatitinka išmatavimų reikalavimo.',
'distinct' => 'Laukas :attribute pasikartoja.', 'distinct' => 'Laukas :attribute pasikartoja.',
'email' => 'Lauko :attribute reikšmė turi būti galiojantis el. pašto adresas.', 'email' => 'Lauko :attribute reikšmė turi būti galiojantis el. pašto adresas.',
@ -102,7 +102,7 @@ return [
'rule-name' => 'Pasirinktinis pranešimas', 'rule-name' => 'Pasirinktinis pranešimas',
], ],
'invalid_currency' => ':Attribute kodas neteisingas.', 'invalid_currency' => ':Attribute kodas neteisingas.',
'invalid_amount' => 'The amount :attribute is invalid.', 'invalid_amount' => ':Attribute kiekis yra neteisingas.',
], ],
/* /*

View File

@ -39,7 +39,7 @@ return [
'statuses' => 'Status | Statuser', 'statuses' => 'Status | Statuser',
'others' => 'Annen | Andre', 'others' => 'Annen | Andre',
'contacts' => 'Kontakt|Kontakter', 'contacts' => 'Kontakt|Kontakter',
'reconciliations' => 'Avstemming|avstemminger', 'reconciliations' => 'Avstemming|Avstemminger',
'developers' => 'Utvikler|Utviklere', 'developers' => 'Utvikler|Utviklere',
'dashboard' => 'Kontrollpanel', 'dashboard' => 'Kontrollpanel',

View File

@ -11,7 +11,7 @@ return [
], ],
'localisation' => [ 'localisation' => [
'tab' => 'Lokalizimi', 'tab' => 'Lokalizimi',
'financial_start' => 'Financial Year Start', 'financial_start' => 'Fillimi i Vitit Financiar',
'timezone' => 'Zona Kohore', 'timezone' => 'Zona Kohore',
'date' => [ 'date' => [
'format' => 'Formati i Datës', 'format' => 'Formati i Datës',

View File

@ -23,7 +23,7 @@ return [
'error' => [ 'error' => [
'self_delete' => 'ข้อผิดพลาด: ไม่สามารถลบด้วยตัวคุณเองได้!', 'self_delete' => 'ข้อผิดพลาด: ไม่สามารถลบด้วยตัวคุณเองได้!',
'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.', 'no_company' => 'ข้อผิดพลาด: บัญชีของคุณยังไม่ได้ตั้งค่าบริษัท กรุณา ติดต่อผู้ดูแลระบบ',
], ],
'failed' => 'ข้อมูลที่ใช้ในการยืนยันตัวตนไม่ถูกต้อง', 'failed' => 'ข้อมูลที่ใช้ในการยืนยันตัวตนไม่ถูกต้อง',
@ -31,9 +31,9 @@ return [
'throttle' => 'คุณได้พยายามเข้าระบบหลายครั้งเกินไป กรุณาลองใหม่ใน :seconds วินาทีข้างหน้า.', 'throttle' => 'คุณได้พยายามเข้าระบบหลายครั้งเกินไป กรุณาลองใหม่ใน :seconds วินาทีข้างหน้า.',
'notification' => [ 'notification' => [
'message_1' => 'You are receiving this email because we received a password reset request for your account.', 'message_1' => 'คุณได้รับอีเมลนี้เนื่องจากเราได้รับการร้องขอรีเซ็ตรหัสผ่านสำหรับบัญชีของคุณ',
'message_2' => 'If you did not request a password reset, no further action is required.', 'message_2' => 'ถ้าคุณไม่ได้ขอรีเซ็ตรหัสผ่าน ไม่จำเป็นต้องทำอะไรเพิ่มเติม',
'button' => 'Reset Password', 'button' => 'ตั้งรหัสผ่านใหม่',
], ],
]; ];

View File

@ -2,55 +2,58 @@
return [ return [
'bill_number' => 'หมายเลขบิล', 'bill_number' => 'หมายเลขบิล',
'bill_date' => 'วันที่บิล', 'bill_date' => 'วันที่บิล',
'total_price' => 'ราคารวม', 'total_price' => 'ราคารวม',
'due_date' => 'วันครบกำหนด', 'due_date' => 'วันครบกำหนด',
'order_number' => 'หมายเลขสั่งซื้อ', 'order_number' => 'หมายเลขสั่งซื้อ',
'bill_from' => 'บิลจาก', 'bill_from' => 'บิลจาก',
'quantity' => 'จำนวน', 'quantity' => 'จำนวน',
'price' => 'ราคา', 'price' => 'ราคา',
'sub_total' => 'ยอดรวม', 'sub_total' => 'ยอดรวม',
'discount' => 'ส่วนลด', 'discount' => 'ส่วนลด',
'tax_total' => 'ยอดรวมภาษี', 'tax_total' => 'ยอดรวมภาษี',
'total' => 'รวมทั้งหมด', 'total' => 'รวมทั้งหมด',
'item_name' => 'ชื่อสินค้า | ชื่อสินค้า', 'item_name' => 'ชื่อสินค้า | ชื่อสินค้า',
'show_discount' => ':discount% ส่วนลด', 'show_discount' => ':discount% ส่วนลด',
'add_discount' => 'เพิ่มส่วนลด', 'add_discount' => 'เพิ่มส่วนลด',
'discount_desc' => 'ของยอดรวม', 'discount_desc' => 'ของยอดรวม',
'payment_due' => 'ครบกำหนดชำระ', 'payment_due' => 'ครบกำหนดชำระ',
'amount_due' => 'ยอดเงินที่ต้องชำระ', 'amount_due' => 'ยอดเงินที่ต้องชำระ',
'paid' => 'จ่ายไป', 'paid' => 'จ่ายไป',
'histories' => 'ประวัติ', 'histories' => 'ประวัติ',
'payments' => 'การชำระเงิน', 'payments' => 'การชำระเงิน',
'add_payment' => 'เพิ่มการชำระเงิน', 'add_payment' => 'เพิ่มการชำระเงิน',
'mark_received' => 'ทำเครื่องหมายได้รับแล้ว', 'mark_received' => 'ทำเครื่องหมายได้รับแล้ว',
'download_pdf' => 'ดาวน์โหลด PDF', 'download_pdf' => 'ดาวน์โหลด PDF',
'send_mail' => 'ส่งอีเมล', 'send_mail' => 'ส่งอีเมล',
'create_bill' => 'สร้างบิล',
'receive_bill' => 'รับบิล',
'make_payment' => 'ทำการชำระเงิน',
'status' => [ 'status' => [
'draft' => 'ฉบับร่าง', 'draft' => 'ฉบับร่าง',
'received' => 'ได้รับแล้ว', 'received' => 'ได้รับแล้ว',
'partial' => 'บางส่วน', 'partial' => 'บางส่วน',
'paid' => 'จ่ายแล้ว', 'paid' => 'จ่ายแล้ว',
], ],
'messages' => [ 'messages' => [
'received' => 'บิลทำเครื่องหมายได้รับเรียบร้อยแล้ว!', 'received' => 'บิลทำเครื่องหมายได้รับเรียบร้อยแล้ว!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.', 'draft' => 'นี้เป็น <b>ร่าง</b>บิล และจะมีผลกับแผนภูมิหลังจากได้รับการชำระ',
'status' => [ 'status' => [
'created' => 'Created on :date', 'created' => 'สร้างขึ้น: วันที่',
'receive' => [ 'receive' => [
'draft' => 'Not sent', 'draft' => 'ยังไม่ได้ส่ง',
'received' => 'Received on :date', 'received' => 'รับ: วันที่',
], ],
'paid' => [ 'paid' => [
'await' => 'Awaiting payment', 'await' => 'รอการชำระเงิน',
], ],
], ],
], ],

View File

@ -10,7 +10,7 @@ return [
], ],
'notification' => [ 'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.', 'message' => ': ดำเนินโดยลูกค้า: ยอดเงินการชำระเงินใบแจ้งหนี้หมายเลข: invoice_number',
'button' => 'Show', 'button' => 'แสดง',
], ],
]; ];

View File

@ -38,10 +38,9 @@ return [
'numbers' => 'หมายเลข | หมายเลข', 'numbers' => 'หมายเลข | หมายเลข',
'statuses' => 'สถานะ | สถานะ', 'statuses' => 'สถานะ | สถานะ',
'others' => 'อื่น ๆ | อื่น ๆ', 'others' => 'อื่น ๆ | อื่น ๆ',
'contacts' => 'Contact|Contacts', 'contacts' => 'ผู้ติดต่อ',
'reconciliations' => 'Reconciliation|Reconciliations', 'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits', 'developers' => 'ผู้พัฒนา',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'แดชบอร์ด', 'dashboard' => 'แดชบอร์ด',
'banking' => 'การธนาคาร', 'banking' => 'การธนาคาร',
@ -85,7 +84,7 @@ return [
'color' => 'สี', 'color' => 'สี',
'save' => 'บันทึก', 'save' => 'บันทึก',
'cancel' => 'ยกเลิก', 'cancel' => 'ยกเลิก',
'loading' => 'Loading...', 'loading' => 'กำลังโหลด...',
'from' => 'จาก', 'from' => 'จาก',
'to' => 'ถึง', 'to' => 'ถึง',
'print' => 'พิมพ์', 'print' => 'พิมพ์',
@ -105,20 +104,20 @@ return [
'overdue' => 'ค้างชำระ', 'overdue' => 'ค้างชำระ',
'partially' => 'บางส่วน', 'partially' => 'บางส่วน',
'partially_paid' => 'ชำระเงินบางส่วน', 'partially_paid' => 'ชำระเงินบางส่วน',
'export' => 'Export', 'export' => 'ส่งออก',
'finish' => 'Finish', 'finish' => 'เสร็จสิ้น',
'wizard' => 'Wizard', 'wizard' => 'Wizard',
'skip' => 'Skip', 'skip' => 'ข้าม',
'enable' => 'Enable', 'enable' => 'เปิดใช้งาน',
'disable' => 'Disable', 'disable' => 'ปิดการใช้งาน',
'select_all' => 'Select All', 'select_all' => 'เลือกทั้งหมด',
'unselect_all' => 'Unselect All', 'unselect_all' => 'ไม่เลือกทั้งหมด',
'go_to' => 'Go to :name', 'go_to' => 'ไปที่: ชื่อ',
'created_date' => 'Created Date', 'created_date' => 'วันที่สร้างขึ้น',
'period' => 'Period', 'period' => 'รอบระยะเวลา',
'start' => 'Start', 'start' => 'เริ่มต้น',
'end' => 'End', 'end' => 'สิ้นสุด',
'clear' => 'Clear', 'clear' => 'ล้างรายการ',
'difference' => 'Difference', 'difference' => 'Difference',
'title' => [ 'title' => [
@ -139,10 +138,10 @@ return [
], ],
'date_range' => [ 'date_range' => [
'today' => 'Today', 'today' => 'วันนี้',
'yesterday' => 'Yesterday', 'yesterday' => 'เมื่อวานนี้',
'last_days' => 'Last :day Days', 'last_days' => 'Last :day Days',
'this_month' => 'This Month', 'this_month' => 'เดือนนี้',
'last_month' => 'Last Month', 'last_month' => 'เดือนที่แล้ว',
], ],
]; ];

View File

@ -11,6 +11,6 @@ return [
'items_stock' => '{1} :count รายการที่หมดสต็อก|[2,*] :count รายการที่หมดสต็อก', 'items_stock' => '{1} :count รายการที่หมดสต็อก|[2,*] :count รายการที่หมดสต็อก',
'view_all' => 'แสดงทั้งหมด' 'view_all' => 'แสดงทั้งหมด'
], ],
'docs_link' => 'https://akaunting.com/docs', 'docs_link' => 'https://akaunting.com',
]; ];

View File

@ -2,67 +2,70 @@
return [ return [
'invoice_number' => 'หมายเลขใบแจ้งหนี้', 'invoice_number' => 'หมายเลขใบแจ้งหนี้',
'invoice_date' => 'วันที่แจ้งหนี้', 'invoice_date' => 'วันที่แจ้งหนี้',
'total_price' => 'ราคารวม', 'total_price' => 'ราคารวม',
'due_date' => 'วันครบกำหนด', 'due_date' => 'วันครบกำหนด',
'order_number' => 'หมายเลขสั่งซื้อ', 'order_number' => 'หมายเลขสั่งซื้อ',
'bill_to' => 'บิลถึง', 'bill_to' => 'บิลถึง',
'quantity' => 'จำนวน', 'quantity' => 'จำนวน',
'price' => 'ราคา', 'price' => 'ราคา',
'sub_total' => 'ยอดรวม', 'sub_total' => 'ยอดรวม',
'discount' => 'ส่วนลด', 'discount' => 'ส่วนลด',
'tax_total' => 'ยอดรวมภาษี', 'tax_total' => 'ยอดรวมภาษี',
'total' => 'รวมทั้งหมด', 'total' => 'รวมทั้งหมด',
'item_name' => 'ชื่อสินค้า | ชื่อสินค้า', 'item_name' => 'ชื่อสินค้า | ชื่อสินค้า',
'show_discount' => ':discount% ส่วนลด', 'show_discount' => ':discount% ส่วนลด',
'add_discount' => 'เพิ่มส่วนลด', 'add_discount' => 'เพิ่มส่วนลด',
'discount_desc' => 'ของยอดรวม', 'discount_desc' => 'ของยอดรวม',
'payment_due' => 'ครบกำหนดชำระ', 'payment_due' => 'ครบกำหนดชำระ',
'paid' => 'ชำระแล้ว', 'paid' => 'ชำระแล้ว',
'histories' => 'ประวัติ', 'histories' => 'ประวัติ',
'payments' => 'การชำระเงิน', 'payments' => 'การชำระเงิน',
'add_payment' => 'เพิ่มการชำระเงิน', 'add_payment' => 'เพิ่มการชำระเงิน',
'mark_paid' => 'ทำเครื่องหมายชำระเงินแล้ว', 'mark_paid' => 'ทำเครื่องหมายชำระเงินแล้ว',
'mark_sent' => 'ทำเครื่องหมายว่าส่งแล้ว', 'mark_sent' => 'ทำเครื่องหมายว่าส่งแล้ว',
'download_pdf' => 'ดาวน์โหลด PDF', 'download_pdf' => 'ดาวน์โหลด PDF',
'send_mail' => 'ส่งอีเมล', 'send_mail' => 'ส่งอีเมล',
'all_invoices' => 'Login to view all invoices', 'all_invoices' => 'Login to view all invoices',
'create_invoice' => 'Create Invoice',
'send_invoice' => 'Send Invoice',
'get_paid' => 'Get Paid',
'status' => [ 'status' => [
'draft' => 'ฉบับร่าง', 'draft' => 'ฉบับร่าง',
'sent' => 'ส่ง', 'sent' => 'ส่ง',
'viewed' => 'ดูแล้ว', 'viewed' => 'ดูแล้ว',
'approved' => 'อนุมัติ', 'approved' => 'อนุมัติ',
'partial' => 'บางส่วน', 'partial' => 'บางส่วน',
'paid' => 'ชำระแล้ว', 'paid' => 'ชำระแล้ว',
], ],
'messages' => [ 'messages' => [
'email_sent' => 'อีเมลใบแจ้งหนี้ถูกส่งเรียบร้อยแล้ว!', 'email_sent' => 'อีเมลใบแจ้งหนี้ถูกส่งเรียบร้อยแล้ว!',
'marked_sent' => 'ใบแจ้งหนี้ที่ทำเครื่องหมายว่าส่งสำเร็จแล้ว!', 'marked_sent' => 'ใบแจ้งหนี้ที่ทำเครื่องหมายว่าส่งสำเร็จแล้ว!',
'email_required' => 'ไม่มีที่อยู่อีเมลสำหรับลูกค้านี้', 'email_required' => 'ไม่มีที่อยู่อีเมลสำหรับลูกค้านี้',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.', 'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [ 'status' => [
'created' => 'Created on :date', 'created' => 'Created on :date',
'send' => [ 'send' => [
'draft' => 'Not sent', 'draft' => 'Not sent',
'sent' => 'Sent on :date', 'sent' => 'Sent on :date',
], ],
'paid' => [ 'paid' => [
'await' => 'Awaiting payment', 'await' => 'Awaiting payment',
], ],
], ],
], ],
'notification' => [ 'notification' => [
'message' => 'คุณได้รับอีเมลฉบับนี้ เพราะคุณมีกำลังจะเกิดขึ้น :amount ใบแจ้งหนี้ ถึง :customer ลูกค้า', 'message' => 'คุณได้รับอีเมลฉบับนี้ เพราะคุณมีกำลังจะเกิดขึ้น :amount ใบแจ้งหนี้ ถึง :customer ลูกค้า',
'button' => 'ชำระเงินทันที', 'button' => 'ชำระเงินทันที',
], ],
]; ];

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type enabled!', 'enabled' => ':type enabled!',
'disabled' => ':type disabled!', 'disabled' => ':type disabled!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'ข้อผิดพลาด: คุณไม่สามารถจัดการบริษัทนี้!', 'not_user_company' => 'ข้อผิดพลาด: คุณไม่สามารถจัดการบริษัทนี้!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.', 'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.', 'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
], ],
'warning' => [ 'warning' => [
'deleted' => 'คำเตือน: คุณไม่ได้รับอนุญาตให้ลบ <b>:name</b> เนื่องจากมี :text ที่เกี่ยวข้อง', 'deleted' => 'คำเตือน: คุณไม่ได้รับอนุญาตให้ลบ <b>:name</b> เนื่องจากมี :text ที่เกี่ยวข้อง',
'disabled' => 'คำเตือน: คุณไม่ได้รับอนุญาตให้ปิดใช้งาน <b>:name</b> เนื่องจากมี :text ที่เกี่ยวข้อง', 'disabled' => 'คำเตือน: คุณไม่ได้รับอนุญาตให้ปิดใช้งาน <b>:name</b> เนื่องจากมี :text ที่เกี่ยวข้อง',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
], ],
]; ];

View File

@ -4,7 +4,7 @@ return [
'title' => 'โทเค็นของ API', 'title' => 'โทเค็นของ API',
'api_token' => 'โทเค็น', 'api_token' => 'โทเค็น',
'my_apps' => 'My Apps', 'my_apps' => 'แอปของฉัน',
'top_paid' => 'จ่ายเงินยอดนิยม', 'top_paid' => 'จ่ายเงินยอดนิยม',
'new' => 'ใหม่', 'new' => 'ใหม่',
'top_free' => 'ฟรียอดนิยม', 'top_free' => 'ฟรียอดนิยม',
@ -16,13 +16,16 @@ return [
'no_apps' => 'ยังไม่มีแอปพลิเคชันในหมวดหมู่นี้', 'no_apps' => 'ยังไม่มีแอปพลิเคชันในหมวดหมู่นี้',
'developer' => 'คุณเป็นนักพัฒนาใช่มั้ย? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">ที่นี่</a> คุณสามารถเรียนรู้วิธีการสร้างโปรแกรมประยุกต์และเริ่มขายวันนี้!', 'developer' => 'คุณเป็นนักพัฒนาใช่มั้ย? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">ที่นี่</a> คุณสามารถเรียนรู้วิธีการสร้างโปรแกรมประยุกต์และเริ่มขายวันนี้!',
'recommended_apps' => 'Recommended Apps', 'recommended_apps' => 'แอปที่แนะนำ',
'about' => 'เกี่ยวกับเรา', 'about' => 'เกี่ยวกับเรา',
'added' => 'เพิ่มแล้ว', 'added' => 'เพิ่มแล้ว',
'updated' => 'อัพเดทแล้ว', 'updated' => 'อัพเดทแล้ว',
'compatibility' => 'ความเข้ากันได้', 'compatibility' => 'ความเข้ากันได้',
'documentation' => 'เอกสารประกอบ',
'view' => 'มุมมอง',
'back' => 'ย้อนกลับ',
'installed' => ':module ติดตั้งแล้ว', 'installed' => ':module ติดตั้งแล้ว',
'uninstalled' => ':module ถอนการติดตั้งแล้ว', 'uninstalled' => ':module ถอนการติดตั้งแล้ว',
@ -34,7 +37,7 @@ return [
'installation' => 'การติดตั้ง', 'installation' => 'การติดตั้ง',
'faq' => 'คำถามที่พบบ่อย', 'faq' => 'คำถามที่พบบ่อย',
'changelog' => 'ประวัติเวอร์ชั่น', 'changelog' => 'ประวัติเวอร์ชั่น',
'reviews' => 'Reviews', 'reviews' => 'รีวิว',
], ],
'installation' => [ 'installation' => [
@ -53,11 +56,11 @@ return [
'unzip' => ':module can not unzip!', 'unzip' => ':module can not unzip!',
'file_copy' => ':module files can not copy!', 'file_copy' => ':module files can not copy!',
'migrate' => ':module migrate broken!', 'migrate' => ':module migrate broken!',
'migrate core' => ':module already latest version so then yon can not update.', 'migrate core' => ': โมดูลเป็นรุ่นล่าสุดอยู่แล้วดังนั้นจึงไม่สามารถอับเดทได้',
], ],
'badge' => [ 'badge' => [
'installed' => 'Installed', 'installed' => 'ติดตั้งแล้ว',
], ],
'button' => [ 'button' => [
@ -67,14 +70,14 @@ return [
], ],
'my' => [ 'my' => [
'purchased' => 'Purchased', 'purchased' => 'ซื้อแล้ว',
'installed' => 'Installed', 'installed' => 'ติดตั้งแล้ว',
], ],
'reviews' => [ 'reviews' => [
'button' => [ 'button' => [
'add' => 'Add a Review' 'add' => 'เพิ่มการแสดงความคิดเห็น'
], ],
'na' => 'There are no reviews.' 'na' => 'ไม่มีการแสดงความคิดเ็น'
] ]
]; ];

View File

@ -2,9 +2,9 @@
return [ return [
'whoops' => 'Whoops!', 'whoops' => 'ขออภัย',
'hello' => 'Hello!', 'hello' => 'สวัสดี!',
'salutation' => 'Regards,<br> :company_name', 'salutation' => 'ด้วยความนับถือ,<br>: ชื่อบริษัท',
'subcopy' => 'If youre having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)', 'subcopy' => 'ถ้าคุณพบไม่สามารถกดปุ่ม ":text"ได้, ให้ copy แล้ว paste URL ข้างล่างใน web browser: [:url](:url)',
]; ];

View File

@ -10,5 +10,7 @@ return [
'start_date' => 'Start Date', 'start_date' => 'Start Date',
'end_date' => 'End Date', 'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount', 'cleared_amount' => 'Cleared Amount',
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
]; ];

View File

@ -11,6 +11,8 @@ return [
], ],
'localisation' => [ 'localisation' => [
'tab' => 'ภาษาท้องถิ่น', 'tab' => 'ภาษาท้องถิ่น',
'financial_start' => 'เริ่มต้นปีงบประมาณ',
'timezone' => 'โซนเวลา',
'date' => [ 'date' => [
'format' => 'รูปแบบวันที่', 'format' => 'รูปแบบวันที่',
'separator' => 'ตัวคั่นวันที่', 'separator' => 'ตัวคั่นวันที่',
@ -20,7 +22,6 @@ return [
'slash' => 'เครื่องหมายทับ (/)', 'slash' => 'เครื่องหมายทับ (/)',
'space' => 'ช่องว่าง ( )', 'space' => 'ช่องว่าง ( )',
], ],
'timezone' => 'โซนเวลา',
'percent' => [ 'percent' => [
'title' => 'ตำแหน่ง (%) เปอร์เซ็นต์', 'title' => 'ตำแหน่ง (%) เปอร์เซ็นต์',
'before' => 'ก่อนตัวเลข', 'before' => 'ก่อนตัวเลข',
@ -33,16 +34,16 @@ return [
'digit' => 'หมายเลขหลัก', 'digit' => 'หมายเลขหลัก',
'next' => 'หมายเลขถัดไป', 'next' => 'หมายเลขถัดไป',
'logo' => 'โลโก้', 'logo' => 'โลโก้',
'custom' => 'Custom', 'custom' => 'แบบกำหนดเอง',
'item_name' => 'Item Name', 'item_name' => 'ชื่อสินค้า',
'item' => 'Items', 'item' => 'รายการ:',
'product' => 'Products', 'product' => 'สินค้า',
'service' => 'Services', 'service' => 'บริการ',
'price_name' => 'Price Name', 'price_name' => 'Price Name',
'price' => 'Price', 'price' => 'ราคา',
'rate' => 'Rate', 'rate' => 'อัตรา',
'quantity_name' => 'Quantity Name', 'quantity_name' => 'Quantity Name',
'quantity' => 'Quantity', 'quantity' => 'จำนวน',
], ],
'default' => [ 'default' => [
'tab' => 'ค่าเริ่มต้น', 'tab' => 'ค่าเริ่มต้น',

View File

@ -4,5 +4,8 @@ return [
'rate' => 'อัตรา', 'rate' => 'อัตรา',
'rate_percent' => 'อัตรา (%)', 'rate_percent' => 'อัตรา (%)',
'normal' => 'ปกติ',
'inclusive' => 'รวมภาษีแล้ว',
'compound' => 'ภาษีแบบผสม',
]; ];

View File

@ -6,7 +6,7 @@ return [
'to_account' => 'ไปบัญชี', 'to_account' => 'ไปบัญชี',
'messages' => [ 'messages' => [
'delete' => ':from to :to (:amount)', 'delete' => ':จาก :ถึง (:จำนวน)',
], ],
]; ];

View File

@ -101,8 +101,8 @@ return [
'attribute-name' => [ 'attribute-name' => [
'rule-name' => 'ข้อความแบบกำหนดเอง', 'rule-name' => 'ข้อความแบบกำหนดเอง',
], ],
'invalid_currency' => 'The :attribute code is invalid.', 'invalid_currency' => 'รูปแบบของ :attribute ไม่ถูกต้อง',
'invalid_amount' => 'The amount :attribute is invalid.', 'invalid_amount' => 'ปริมาณ:attribute ไม่ถูกต้อง',
], ],
/* /*

View File

@ -46,7 +46,7 @@ return [
'unzip' => ':module ayıklanıyor', 'unzip' => ':module ayıklanıyor',
'file_copy' => ':module dosyaları kopyalanıyor.', 'file_copy' => ':module dosyaları kopyalanıyor.',
'migrate' => ':module uygulama güncellemeleri.', '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.', 'install' => ':module uygulamanın dosyaları yükleniyor.',
], ],

View File

@ -12,7 +12,7 @@ return [
'localisation' => [ 'localisation' => [
'tab' => 'Yerelleştirme', 'tab' => 'Yerelleştirme',
'financial_start' => 'Mali Yıl Başlangıcı', 'financial_start' => 'Mali Yıl Başlangıcı',
'timezone' => 'Saat dilimi', 'timezone' => 'Saat Dilimi',
'date' => [ 'date' => [
'format' => 'Tarih Biçimi', 'format' => 'Tarih Biçimi',
'separator' => 'Tarih Ayracı', 'separator' => 'Tarih Ayracı',