From 7e672a43cf58830c605dc23891ebc53899f01a05 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Sat, 2 May 2020 16:45:35 +0300 Subject: [PATCH] updated translations --- resources/lang/ar-SA/bills.php | 6 +- resources/lang/ar-SA/bulk_actions.php | 3 +- resources/lang/ar-SA/install.php | 1 + resources/lang/ar-SA/invoices.php | 5 ++ resources/lang/ar-SA/settings.php | 6 ++ resources/lang/ar-SA/validation.php | 2 +- resources/lang/es-ES/bills.php | 8 +- resources/lang/es-ES/bulk_actions.php | 6 +- resources/lang/es-ES/install.php | 1 + resources/lang/es-ES/invoices.php | 5 ++ resources/lang/es-ES/messages.php | 2 + resources/lang/es-ES/passwords.php | 1 + resources/lang/es-ES/settings.php | 6 ++ resources/lang/es-ES/validation.php | 7 +- resources/lang/ja-JP/install.php | 2 +- resources/lang/lt-LT/auth.php | 6 +- resources/lang/lt-LT/bills.php | 10 ++- resources/lang/lt-LT/bulk_actions.php | 21 +++++ resources/lang/lt-LT/companies.php | 7 +- resources/lang/lt-LT/customers.php | 8 +- resources/lang/lt-LT/dashboards.php | 11 +++ resources/lang/lt-LT/demo.php | 38 ++++++--- resources/lang/lt-LT/email_templates.php | 50 +++++++++++ resources/lang/lt-LT/errors.php | 23 ++++++ resources/lang/lt-LT/general.php | 63 +++++++++++++- resources/lang/lt-LT/header.php | 2 +- resources/lang/lt-LT/install.php | 1 + resources/lang/lt-LT/invoices.php | 20 +++-- resources/lang/lt-LT/items.php | 10 --- resources/lang/lt-LT/maintenance.php | 11 +++ resources/lang/lt-LT/messages.php | 7 +- resources/lang/lt-LT/modules.php | 45 +++++----- resources/lang/lt-LT/pagination.php | 7 +- resources/lang/lt-LT/passwords.php | 1 + resources/lang/lt-LT/reconciliations.php | 2 +- resources/lang/lt-LT/reports.php | 10 +-- resources/lang/lt-LT/settings.php | 82 ++++++++++++------- resources/lang/lt-LT/taxes.php | 2 +- resources/lang/lt-LT/validation.php | 18 ++-- .../lang/lt-LT/{dashboard.php => widgets.php} | 9 +- 40 files changed, 399 insertions(+), 126 deletions(-) create mode 100644 resources/lang/lt-LT/bulk_actions.php create mode 100644 resources/lang/lt-LT/dashboards.php create mode 100644 resources/lang/lt-LT/email_templates.php create mode 100644 resources/lang/lt-LT/errors.php create mode 100644 resources/lang/lt-LT/maintenance.php rename resources/lang/lt-LT/{dashboard.php => widgets.php} (78%) diff --git a/resources/lang/ar-SA/bills.php b/resources/lang/ar-SA/bills.php index c23460c91..a61546b03 100644 --- a/resources/lang/ar-SA/bills.php +++ b/resources/lang/ar-SA/bills.php @@ -13,6 +13,7 @@ return [ 'price' => 'السعر', 'sub_total' => 'المبلغ الإجمالي', 'discount' => 'خصم', + 'item_discount' => 'Line Discount', 'tax_total' => 'إجمالي الضريبة', 'total' => 'المجموع', @@ -30,6 +31,7 @@ return [ 'add_payment' => 'إضافة مدفوعات', 'mark_paid' => 'تم التحديد كمدفوع', 'mark_received' => 'تحديد كمستلم', + 'mark_cancelled' => 'تم إلغاء العلامة', 'download_pdf' => 'تحميل PDF', 'send_mail' => 'إرسال بريد إلكتروني', 'create_bill' => 'إنشاء فاتورة شراء', @@ -43,11 +45,13 @@ return [ 'paid' => 'مدفوع', 'overdue' => 'متأخر', 'unpaid' => 'غير مدفوع', + 'cancelled' => 'Cancelled', ], 'messages' => [ - 'received' => 'تم تحويل فاتورة الشراء إلى فاتورة مستلمة بنجاح!', + 'marked_received' => 'Bill marked as received!', 'marked_paid' => 'الفاتورة عُلّمت كمدفوعة!', + 'marked_cancelled' => 'Bill marked as cancelled!', 'draft' => 'هذة فاتورة شراء عبارة عن مسودة و سوف يتم اظهارها بالنظام بعد ان يتم استحقاقها.', 'status' => [ diff --git a/resources/lang/ar-SA/bulk_actions.php b/resources/lang/ar-SA/bulk_actions.php index 8e7175433..235d9f224 100644 --- a/resources/lang/ar-SA/bulk_actions.php +++ b/resources/lang/ar-SA/bulk_actions.php @@ -4,7 +4,7 @@ return [ 'bulk_actions' => 'الإجراء الجماعي - الإجراءات الجماعية', 'selected' => 'مُحدد', - 'no_action' => 'No action available', + 'no_action' => 'لا يوجد اي اجراء متاح ', 'message' => [ 'duplicate' => 'هل أنت متأكد من مضاعفة السجلات المحددة؟', @@ -15,6 +15,7 @@ return [ 'paid' => 'هل تريد وضع علامة على الفاتورة المحددة على أنها مدفوعة ؟', 'sent' => 'هل تريد وضع علامة على الفاتورة المحددة على أنها تم أرسالها؟', 'received' => 'هل تريد وضع علامة على الفاتورة المحددة على أنها تم استلامها؟', + 'cancelled' => 'Are you sure you want to cancel selected invoice/bill?|Are you sure you want to cancel selected invoices/bills?', ], ]; diff --git a/resources/lang/ar-SA/install.php b/resources/lang/ar-SA/install.php index 405f8cb36..f49145474 100644 --- a/resources/lang/ar-SA/install.php +++ b/resources/lang/ar-SA/install.php @@ -21,6 +21,7 @@ return [ 'disabled' => 'يجب تعطيل :feature!', 'extension' => 'يجب تثبيت وتشغيل ملحق :extension!', 'directory' => 'يجب منح صلاحية الكتابة على مجلد :directory!', + 'executable' => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.', ], 'database' => [ diff --git a/resources/lang/ar-SA/invoices.php b/resources/lang/ar-SA/invoices.php index 249bf5798..fea76da7a 100644 --- a/resources/lang/ar-SA/invoices.php +++ b/resources/lang/ar-SA/invoices.php @@ -13,6 +13,7 @@ return [ 'price' => 'السعر', 'sub_total' => 'المجموع الجزئي', 'discount' => 'الخصم', + 'item_discount' => 'Line Discount', 'tax_total' => 'إجمالي الضريبة', 'total' => 'الإجمالي', @@ -30,6 +31,7 @@ return [ 'mark_paid' => 'التحديد كمدفوع', 'mark_sent' => 'التحديد كمرسل', 'mark_viewed' => 'وضع علامة مشاهدة', + 'mark_cancelled' => 'Mark Cancelled', 'download_pdf' => 'تحميل PDF', 'send_mail' => 'إرسال بريد إلكتروني', 'all_invoices' => 'سجّل الدخول لعرض جميع الفواتير', @@ -47,12 +49,15 @@ return [ 'paid' => 'مدفوع', 'overdue' => 'متأخر', 'unpaid' => 'غير مدفوع', + 'cancelled' => 'Cancelled', ], 'messages' => [ 'email_sent' => 'تم إرسال الفاتورة عبر البريد اﻹلكتروني!', 'marked_sent' => 'الفاتورة عُلّمت كمرسلة!', 'marked_paid' => 'الفاتورة عُلّمت كمدفوع!', + 'marked_viewed' => 'Invoice marked as viewed!', + 'marked_cancelled' => 'Invoice marked as cancelled!', 'email_required' => 'لا يوجد عنوان البريد إلكتروني لهذا العميل!', 'draft' => 'هذه مسودة الفاتورة و سوف تظهر في النظام بعد ارسالها.', diff --git a/resources/lang/ar-SA/settings.php b/resources/lang/ar-SA/settings.php index 751122dfd..62c0ed242 100644 --- a/resources/lang/ar-SA/settings.php +++ b/resources/lang/ar-SA/settings.php @@ -29,6 +29,12 @@ return [ 'before' => 'قبل الرقم', 'after' => 'بعد الرقم', ], + 'discount_location' => [ + 'name' => 'Discount Location', + 'item' => 'At line', + 'total' => 'At total', + 'both' => 'Both line and total', + ], ], 'invoice' => [ diff --git a/resources/lang/ar-SA/validation.php b/resources/lang/ar-SA/validation.php index d2d2ecf48..d05ba02fd 100644 --- a/resources/lang/ar-SA/validation.php +++ b/resources/lang/ar-SA/validation.php @@ -104,7 +104,7 @@ return [ ], 'invalid_currency' => 'رمز خانة :attribute غير صحيحة.', 'invalid_amount' => 'خانة المبلغ :attribute غير صالحة.', - 'invalid_extension' => 'The file extension is invalid.', + 'invalid_extension' => 'هذا الملف غير صالح.', ], /* diff --git a/resources/lang/es-ES/bills.php b/resources/lang/es-ES/bills.php index ecba6fa09..6b047a800 100644 --- a/resources/lang/es-ES/bills.php +++ b/resources/lang/es-ES/bills.php @@ -13,6 +13,7 @@ return [ 'price' => 'Precio', 'sub_total' => 'Subtotal', 'discount' => 'Descuento', + 'item_discount' => 'Descuento de línea', 'tax_total' => 'Total Impuestos', 'total' => 'Total ', @@ -28,7 +29,9 @@ return [ 'histories' => 'Historial', 'payments' => 'Pagos', 'add_payment' => 'Añadir pago', + 'mark_paid' => 'Marcar Como Pagada', 'mark_received' => 'Marcar como recibido', + 'mark_cancelled' => 'Marcar como Cancelado', 'download_pdf' => 'Descargar PDF', 'send_mail' => 'Enviar Email', 'create_bill' => 'Crear Recibo', @@ -42,10 +45,13 @@ return [ 'paid' => 'Pagado', 'overdue' => 'Vencido', 'unpaid' => 'No Pagado', + 'cancelled' => 'Cancelado', ], 'messages' => [ - 'received' => 'Recibo marcado como recibido con éxito!', + 'marked_received' => '¡Recibo marcado como recibido!', + 'marked_paid' => '¡Recibo marcado como pagado!', + 'marked_cancelled' => '¡Recibo marcado como cancelado!', 'draft' => 'Este es unBORRADOR de factura y se reflejará en los gráficos luego de que sea enviada.', 'status' => [ diff --git a/resources/lang/es-ES/bulk_actions.php b/resources/lang/es-ES/bulk_actions.php index 9f28ba811..331a2cb17 100644 --- a/resources/lang/es-ES/bulk_actions.php +++ b/resources/lang/es-ES/bulk_actions.php @@ -2,8 +2,9 @@ return [ - 'bulk_actions' => 'Acción masiva|Acciones masivas', - 'selected' => 'seleccionado', + 'bulk_actions' => 'Acción masiva|Acciones masivas', + 'selected' => 'seleccionado', + 'no_action' => 'Ninguna acción disponible', 'message' => [ 'duplicate' => '¿Está seguro que desea duplicar el registro seleccionado?', @@ -14,6 +15,7 @@ return [ 'paid' => '¿Está seguro de que desea marcar la factura seleccionada como pagada? ¿Está seguro que desea marcar las facturas seleccionadas como pagadas?', 'sent' => '¿Está seguro que desea marcar la factura seleccionada como enviada? ¿Está seguro que desea marcar las facturas seleccionadas como enviadas?', 'received' => '¿Está seguro de que desea marcar el recibo seleccionado como recibido? ¿Está seguro que desea marcar los recibos seleccionados como recibidos?', + 'cancelled' => '¿Está seguro que desea cancelar la factura/recibo seleccionado?|¿Está seguro que desea cancelar las facturas/recibos seleccionados?', ], ]; diff --git a/resources/lang/es-ES/install.php b/resources/lang/es-ES/install.php index 6e894ef08..9cccee5f2 100644 --- a/resources/lang/es-ES/install.php +++ b/resources/lang/es-ES/install.php @@ -21,6 +21,7 @@ return [ 'disabled' => ':feature debe estar deshabilitado!', 'extension' => 'La extensión :extension necesita ser instalada y cargada!', 'directory' => 'El directorio :directorio necesita tener permiso de escritura!', + 'executable' => '¡El archivo ejecutable PHP CLI no está definido/funcionando o su versión no es :php_version o superior! Por favor, pida a su compañía de hosting que configure correctamente la variable de entorno PHP_BINARY o PHP_PATH.', ], 'database' => [ diff --git a/resources/lang/es-ES/invoices.php b/resources/lang/es-ES/invoices.php index dd1012b1e..14a8f04af 100644 --- a/resources/lang/es-ES/invoices.php +++ b/resources/lang/es-ES/invoices.php @@ -13,6 +13,7 @@ return [ 'price' => 'Precio', 'sub_total' => 'Subtotal', 'discount' => 'Descuento', + 'item_discount' => 'Descuento de línea', 'tax_total' => 'Total Impuestos', 'total' => 'Total ', @@ -30,6 +31,7 @@ return [ 'mark_paid' => 'Marcar Como Pagada', 'mark_sent' => 'Marcar Como Enviada', 'mark_viewed' => 'Marcar como visto', + 'mark_cancelled' => 'Marcar como Cancelada', 'download_pdf' => 'Descargar PDF', 'send_mail' => 'Enviar Email', 'all_invoices' => 'Inicie sesión para ver todas las facturas', @@ -47,12 +49,15 @@ return [ 'paid' => 'Pagada', 'overdue' => 'Vencida', 'unpaid' => 'No Pagada', + 'cancelled' => 'Cancelada', ], 'messages' => [ 'email_sent' => '¡El correo electrónico de la factura ha sido enviado!', 'marked_sent' => '¡Factura marcada como enviada!', 'marked_paid' => '¡Factura marcada como pagada!', + 'marked_viewed' => '¡Factura marcada como vista!', + 'marked_cancelled' => '¡Factura marcada como cancelada!', '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.', diff --git a/resources/lang/es-ES/messages.php b/resources/lang/es-ES/messages.php index 100a7d625..579abb1df 100644 --- a/resources/lang/es-ES/messages.php +++ b/resources/lang/es-ES/messages.php @@ -28,6 +28,8 @@ return [ 'warning' => [ 'deleted' => 'Advertencia: No puede borrar :name porque tiene :text relacionado.', 'disabled' => 'Advertencia: No se permite desactivar :name porque tiene :text relacionado.', + 'reconciled_tran' => 'Advertencia: No puedes cambiar/eliminar la transacción porque está reconciliada!', + 'reconciled_doc' => 'Advertencia: No puedes modificar/eliminar :type porque tiene transacciones reconciliadas!', 'disable_code' => 'Advertencia: No puede desactivar o cambiar la moneda :name porque tiene :text relacionado.', 'payment_cancel' => 'Advertencia: Ha cancelado su reciente pago de :method!', ], diff --git a/resources/lang/es-ES/passwords.php b/resources/lang/es-ES/passwords.php index 40b370808..b523a1ae7 100644 --- a/resources/lang/es-ES/passwords.php +++ b/resources/lang/es-ES/passwords.php @@ -18,5 +18,6 @@ return [ 'sent' => 'Hemos enviado un enlace para resetear su contraseña!', 'token' => 'Ese token de contraseña ya no es válido.', 'user' => "No podemos encontrar un usuario con esa dirección de correo electrónico.", + 'throttle' => 'Por favor, espere antes de reintentar.', ]; diff --git a/resources/lang/es-ES/settings.php b/resources/lang/es-ES/settings.php index 3e39ce834..8ed6cf4b8 100644 --- a/resources/lang/es-ES/settings.php +++ b/resources/lang/es-ES/settings.php @@ -29,6 +29,12 @@ return [ 'before' => 'Antes del Número', 'after' => 'Después del número', ], + 'discount_location' => [ + 'name' => 'Ubicación de descuento', + 'item' => 'En línea', + 'total' => 'En total', + 'both' => 'Línea y total', + ], ], 'invoice' => [ diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php index c6c344b72..8bee86327 100644 --- a/resources/lang/es-ES/validation.php +++ b/resources/lang/es-ES/validation.php @@ -100,10 +100,11 @@ return [ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'mensaje personalizado', + 'rule-name' => 'mensaje personalizado', ], - 'invalid_currency' => 'El código de :attribute es incorrecto.', - 'invalid_amount' => 'El monto :attribute es inválido.', + 'invalid_currency' => 'El código de :attribute es incorrecto.', + 'invalid_amount' => 'El monto :attribute es inválido.', + 'invalid_extension' => 'La extensión del archivo no es válida.', ], /* diff --git a/resources/lang/ja-JP/install.php b/resources/lang/ja-JP/install.php index 8138ad440..f5093af2b 100644 --- a/resources/lang/ja-JP/install.php +++ b/resources/lang/ja-JP/install.php @@ -21,7 +21,7 @@ return [ 'disabled' => ':feature 無効にする必要があります!', 'extension' => ':extension エクステンション 拡張機能をインストールしてロードする必要があります!', 'directory' => ':directory ディレクトリは書き込み可能である必要があります!', - 'executable' => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.', + 'executable' => 'PHP CLI 実行可能ファイルが定義されていないか、機能していないか、バージョンが :php_version 以降ではありません! PHP_BINARY または PHP_PATH 環境変数を正しく設定するようにホスティング会社に依頼してください。', ], 'database' => [ diff --git a/resources/lang/lt-LT/auth.php b/resources/lang/lt-LT/auth.php index 7b7fe014b..29dca4fb8 100644 --- a/resources/lang/lt-LT/auth.php +++ b/resources/lang/lt-LT/auth.php @@ -13,16 +13,18 @@ return [ 'current_email' => 'Dabartinis el. paštas', 'reset' => 'Atstatyti', 'never' => 'niekada', - + 'landing_page' => 'Pirmas puslapis', + 'password' => [ 'current' => 'Slaptažodis', 'current_confirm' => 'Slaptažodžio patvirtinimas', 'new' => 'Naujas slaptažodis', 'new_confirm' => 'Naujo slaptažodžio patvirtinimas', ], - + 'error' => [ 'self_delete' => 'Negalite ištrinti savęs!', + 'self_disable' => 'Klaida: negalite išjungti savęs!', 'no_company' => 'Nėra priskirtos kompanijos. Prašome susisiekti su sistemos administratoriumi.', ], diff --git a/resources/lang/lt-LT/bills.php b/resources/lang/lt-LT/bills.php index 9eb9d3d94..edf2c8c35 100644 --- a/resources/lang/lt-LT/bills.php +++ b/resources/lang/lt-LT/bills.php @@ -13,6 +13,7 @@ return [ 'price' => 'Kaina', 'sub_total' => 'Tarpinė suma', 'discount' => 'Nuolaida', + 'item_discount' => 'Nuolaida', 'tax_total' => 'Mokesčių suma', 'total' => 'Iš viso', @@ -28,7 +29,9 @@ return [ 'histories' => 'Istorijos', 'payments' => 'Mokėjimai', 'add_payment' => 'Pridėti mokėjimą', + 'mark_paid' => 'Pažymėti kaip apmokėtą', 'mark_received' => 'Pažymėti kaip gautą', + 'mark_cancelled' => 'Pažymėti kaip atšauktą', 'download_pdf' => 'Parsisiųsti PDF', 'send_mail' => 'Siųsti laišką', 'create_bill' => 'Sukurti sąskaitą', @@ -40,10 +43,15 @@ return [ 'received' => 'Gauta', 'partial' => 'Dalinis', 'paid' => 'Apmokėta', + 'overdue' => 'Vėluojanti', + 'unpaid' => 'Neapmokėta', + 'cancelled' => 'Atšaukta', ], 'messages' => [ - 'received' => 'Sąskaita gauta sėkmingai!', + 'marked_received' => 'Sąskaita pažymėta kaip gauta!', + 'marked_paid' => 'Sąskaita pažymėta kaip apmokėta!', + 'marked_cancelled' => 'Sąskaita pažymėta kaip atšaukta!', 'draft' => 'Tai yra JUODRAŠTINĖ sąskaita ir ji bus įtraukta į grafikus po to kai bus gauta.', 'status' => [ diff --git a/resources/lang/lt-LT/bulk_actions.php b/resources/lang/lt-LT/bulk_actions.php new file mode 100644 index 000000000..c45c3107a --- /dev/null +++ b/resources/lang/lt-LT/bulk_actions.php @@ -0,0 +1,21 @@ + 'Veiksmas|Veiksmai', + 'selected' => 'pasirinkta', + 'no_action' => 'Nėra veiksmų', + + 'message' => [ + 'duplicate' => 'Ar tikrai norite duplikuoti pasirinktą įrašą?', + 'delete' => 'Ar tikrai norite ištrinti pasirinktą įrašą?|Ar tikrai norite duplikuoti pasirinktus įrašus?', + 'export' => 'Ar tikrai norite eksportuoti pasirinktą įrašą?|Ar tikrai norite eksportuoti pasirinktus įrašus?', + 'enable' => 'Ar tikrai norite įjungti pasirinktą įrašą?|Ar tikrai norite įjungti pasirinktus įrašus?', + 'disable' => 'Ar tikrai norite išjungti pasirinktą įrašą?|Ar tikrai norite išjungti pasirinktus įrašus?', + 'paid' => 'Ar tikrai norite pasirinktą sąskaitą-faktūrą pažymėti kaip apmokėtą?|Ar tikrai norite pasirinktas sąskaitas-faktūras pažymėti kaip apmokėtas?', + 'sent' => 'Ar tikrai norite pasirinktą sąskaitą-faktūrą pažymėti kaip išsiųstą?|Ar tikrai norite pasirinktas sąskaitas-faktūras pažymėti kaip išsiųstas?', + 'received' => 'Ar tikrai norite pasirinktą sąskaitą pažymėti kaip gautą?|Ar tikrai norite pasirinktas sąskaitas pažymėti kaip gautas?', + 'cancelled' => 'Ar tikrai norite atšaukti pasirinktą sąskaitą?|Ar tikrai norite atšaukti pasirinktas sąskaitas?', + ], + +]; diff --git a/resources/lang/lt-LT/companies.php b/resources/lang/lt-LT/companies.php index cbe3111b4..a1f975c85 100644 --- a/resources/lang/lt-LT/companies.php +++ b/resources/lang/lt-LT/companies.php @@ -4,10 +4,11 @@ return [ 'domain' => 'Domenas', 'logo' => 'Logotipas', - 'manage' => 'Valdyti įmones', - 'all' => 'Visos įmonės', + 'error' => [ - 'delete_active' => 'Klaida: Negalite ištrinti aktyvios įmonės, pirma turite pakeisti ją!', + 'not_user_company' => 'Klaida: Jūs neturite teisės valdyti šios kompanijos!', + 'delete_active' => 'Klaida: Negalite ištrinti aktyvios įmonės. Pirma turite pasikeisti ją!', + 'disable_active' => 'Klaida: Negalite atjungti aktyvios įmonės. Pirma turite pasikeisti ją!', ], ]; diff --git a/resources/lang/lt-LT/customers.php b/resources/lang/lt-LT/customers.php index 0bcea13ca..6529516a0 100644 --- a/resources/lang/lt-LT/customers.php +++ b/resources/lang/lt-LT/customers.php @@ -2,15 +2,11 @@ return [ - 'allow_login' => 'Leisti prisijungti?', + 'can_login' => 'Gali prisijungti?', 'user_created' => 'Vartotojas sukurtas', 'error' => [ - 'email' => 'Šis el. paštas jau užimtas.' + 'email' => 'Šis el. paštas jau užimtas.', ], - 'notification' => [ - 'message' => ':customer sumokėjo :amount pagal sąskaitą: :invoice_number.', - 'button' => 'Rodyti', - ], ]; diff --git a/resources/lang/lt-LT/dashboards.php b/resources/lang/lt-LT/dashboards.php new file mode 100644 index 000000000..a570fb12a --- /dev/null +++ b/resources/lang/lt-LT/dashboards.php @@ -0,0 +1,11 @@ + [ + 'not_user_dashboard' => 'Klaida: Jūs neturite teisės keisti šio puslapio!', + 'delete_last' => 'Error: Can not delete the last dashboard. Please, create a new one first!', + 'disable_last' => 'Error: Can not disable the last dashboard. Please, create a new one first!', + ], + +]; diff --git a/resources/lang/lt-LT/demo.php b/resources/lang/lt-LT/demo.php index 0df5628dc..f8efcba65 100644 --- a/resources/lang/lt-LT/demo.php +++ b/resources/lang/lt-LT/demo.php @@ -2,15 +2,33 @@ return [ - 'accounts_cash' => 'Grynieji pinigai', - 'categories_deposit' => 'Depozitas', - 'categories_sales' => 'Pardavimai', - 'currencies_usd' => 'JAV doleris', - 'currencies_eur' => 'Euras', - 'currencies_gbp' => 'Svarai sterlingai', - 'currencies_try' => 'Turkijos Lira', - 'taxes_exempt' => 'Neapmokestinamos pajamos', - 'taxes_normal' => 'Įprastiniai mokesčiai', - 'taxes_sales' => 'PVM', + 'accounts' => [ + 'cash' => 'Grynieji pinigai', + ], + + 'categories' => [ + 'deposit' => 'Depozitas', + 'sales' => 'Pardavimai', + ], + + 'currencies' => [ + 'usd' => 'JAV doleris', + 'eur' => 'Euras', + 'gbp' => 'Svarai sterlingai', + 'try' => 'Turkijos Lira', + ], + + 'offline_payments' => [ + 'cash' => 'Grynieji pinigai', + 'bank' => 'Bankinis pervedimas', + ], + + 'reports' => [ + 'income' => 'Mėnesio pajamų santrauka pagal kategoriją.', + 'expense' => 'Mėnesio išlaidų santrauka pagal kategoriją.', + 'income_expense' => 'Mėnesio pajamos/išlaidos pagal kategoriją.', + 'tax' => 'Ketvirčio mokesčių santrauka.', + 'profit_loss' => 'Ketvirčio pelnas/nuostolis pagal kategoriją.', + ], ]; diff --git a/resources/lang/lt-LT/email_templates.php b/resources/lang/lt-LT/email_templates.php new file mode 100644 index 000000000..656e154e1 --- /dev/null +++ b/resources/lang/lt-LT/email_templates.php @@ -0,0 +1,50 @@ + [ + 'subject' => 'Sąskaita-faktūra {invoice_number} sukurta', + 'body' => 'Gerb. {customer_name},

Mes jums paruošėme sąskaitą-faktūrą: {invoice_number}.

Galite peržiūrėti sąskaitą-faktūrą ir apmokėti spausdami čia: {invoice_number}.

Prašome kreiptis, jei turite klausimų.

Linkėjimai,
{company_name}', + ], + + 'invoice_remind_customer' => [ + 'subject' => 'Priminimas del {invoice_number} sąskaitos-faktūros', + 'body' => 'Dear {customer_name},

This is an overdue notice for {invoice_number} invoice.

The invoice total is {invoice_total} and was due {invoice_due_date}.

You can see the invoice details and proceed with the payment from the following link: {invoice_number}.

Best Regards,
{company_name}', + ], + + 'invoice_remind_admin' => [ + 'subject' => '{invoice_number} invoice overdue notice', + 'body' => 'Hello,

{customer_name} has received an overdue notice for {invoice_number} invoice.

The invoice total is {invoice_total} and was due {invoice_due_date}.

You can see the invoice details from the following link: {invoice_number}.

Best Regards,
{company_name}', + ], + + 'invoice_recur_customer' => [ + 'subject' => 'Sąskaita-faktūra {invoice_number} sukurta', + 'body' => 'Dear {customer_name},

Based on your recurring circle, we have prepared the following invoice for you: {invoice_number}.

You can see the invoice details and proceed with the payment from the following link: {invoice_number}.

Feel free to contact us for any question.

Best Regards,
{company_name}', + ], + + 'invoice_recur_admin' => [ + 'subject' => '{invoice_number} recurring invoice created', + 'body' => 'Hello,

Based on {customer_name} recurring circle, {invoice_number} invoice has been automatically created.

You can see the invoice details from the following link: {invoice_number}.

Best Regards,
{company_name}', + ], + + 'invoice_payment_customer' => [ + 'subject' => 'Payment received for {invoice_number} invoice', + 'body' => 'Dear {customer_name},

Thank you for the payment. Find the payment details below:

-------------------------------------------------
Amount: {transaction_total}
Date: {transaction_paid_date}
Invoice Number: {invoice_number}
-------------------------------------------------

You can always see the invoice details from the following link: {invoice_number}.

Feel free to contact us for any question.

Best Regards,
{company_name}', + ], + + 'invoice_payment_admin' => [ + 'subject' => 'Payment received for {invoice_number} invoice', + 'body' => 'Hello,

{customer_name} recorded a payment for {invoice_number} invoice.

You can see the invoice details from the following link: {invoice_number}.

Best Regards,
{company_name}', + ], + + 'bill_remind_admin' => [ + 'subject' => '{bill_number} bill reminding notice', + 'body' => 'Hello,

This is a reminding notice for {bill_number} bill to {vendor_name}.

The bill total is {bill_total} and is due {bill_due_date}.

You can see the bill details from the following link: {bill_number}.

Best Regards,
{company_name}', + ], + + 'bill_recur_admin' => [ + 'subject' => '{bill_number} recurring bill created', + 'body' => 'Hello,

Based on {vendor_name} recurring circle, {bill_number} invoice has been automatically created.

You can see the bill details from the following link: {bill_number}.

Best Regards,
{company_name}', + ], + +]; diff --git a/resources/lang/lt-LT/errors.php b/resources/lang/lt-LT/errors.php new file mode 100644 index 000000000..6e47c4f8f --- /dev/null +++ b/resources/lang/lt-LT/errors.php @@ -0,0 +1,23 @@ + [ + '403' => 'Negalima Prieiga', + '404' => 'Puslapis nerastas', + '500' => 'Oi... Kažkas įvyko ne taip', + ], + + 'header' => [ + '403' => '403 Negalima', + '404' => '404 Nerasta', + '500' => '500 Vidinė serverio klaida', + ], + + 'message' => [ + '403' => 'Negalite matyti šio puslapio.', + '404' => 'Negalėjome rasti puslapio kurio ieškojote.', + '500' => 'Mes tuoj pat stengsimės tai sutvarkyti.', + ], + +]; diff --git a/resources/lang/lt-LT/general.php b/resources/lang/lt-LT/general.php index cc8e57a00..221056cc8 100644 --- a/resources/lang/lt-LT/general.php +++ b/resources/lang/lt-LT/general.php @@ -2,6 +2,7 @@ return [ + 'dashboards' => 'Pagrindinis|Pagrindinis', 'items' => 'Prekės', 'incomes' => 'Pajamos', 'invoices' => 'Sąskaitos', @@ -41,8 +42,17 @@ return [ 'contacts' => 'Kontaktai', 'reconciliations' => 'Reconciliation|Reconciliations', 'developers' => 'Kūrėjas|Kūrėjai', + 'schedules' => 'Kalendorius|Kalendoriai', + 'groups' => 'Grupė|Grupės', + 'charts' => 'Lentelė|Lentelės', + 'localisations' => 'Lokalizacija|Lokalizacijos', + 'defaults' => 'Numatytasis|Numatytieji', + 'widgets' => 'Widget|Widgets', + 'templates' => 'Šablonas|Šablonai', + 'sales' => 'Pardavimas|Pardavimai', + 'purchases' => 'Pirkimas|Pirkimai', - 'dashboard' => 'Pradžia', + 'welcome' => 'Sveiki', 'banking' => 'Bankai ir finansai', 'general' => 'Bendras', 'no_records' => 'Nėra įrašų.', @@ -54,15 +64,19 @@ return [ 'no' => 'Ne', 'na' => 'N/D', 'daily' => 'Kasdien', + 'weekly' => 'Savaitinis', 'monthly' => 'Kas mėnesį', 'quarterly' => 'Kas ketvirtį', 'yearly' => 'Kasmet', 'add' => 'Pridėti', 'add_new' => 'Pridėti naują', + 'add_income' => 'Pridėti Pajamas', + 'add_expense' => 'Pridėti Išlaidas', 'show' => 'Rodyti', 'edit' => 'Redaguoti', 'delete' => 'Ištrinti', 'send' => 'Siųsti', + 'share' => 'Dalintis', 'download' => 'Parsisiųsti', 'delete_confirm' => 'Ar tikrai norite ištrinti?', 'name' => 'Vardas', @@ -80,9 +94,11 @@ return [ 'reference' => 'Nuoroda', 'attachment' => 'Priedai', 'change' => 'Pakeisti', + 'change_type' => 'Pakeisti :type', 'switch' => 'Perjungti', 'color' => 'Spalva', 'save' => 'Išsaugoti', + 'confirm' => 'Patvirtinti', 'cancel' => 'Atšaukti', 'loading' => 'Kraunama...', 'from' => 'Nuo', @@ -112,20 +128,47 @@ return [ 'disable' => 'Išjungti', 'select_all' => 'Pažymėti viską', 'unselect_all' => 'Panaikinti visų žymėjimą', - 'go_to' => 'Eiti į :name', 'created_date' => 'Sukūrimo data', 'period' => 'Periodas', + 'frequency' => 'Dažnumas', 'start' => 'Pradžia', 'end' => 'Pabaiga', 'clear' => 'Išvalyti', 'difference' => 'Skirtumas', + 'footer' => 'Apačia', + 'start_date' => 'Pradžios Data', + 'end_date' => 'Pabaigos Data', + 'basis' => 'Basis', + 'accrual' => 'Accrual', + 'cash' => 'Grynieji pinigai', + 'group_by' => 'Grupuoti pagal', + 'accounting' => 'Buhalterija', + 'sort' => 'Rikiuoti', + 'width' => 'Plotis', + 'month' => 'Mėnuo', + 'year' => 'Metai', + 'type_item_name' => 'Įveskite pavadinimą', + 'no_data' => 'Nėra duomenų', + 'no_matching_data' => 'Nieko nerasta', + 'clear_cache' => 'Išvalyti talpyklą', + 'go_to_dashboard' => 'Eiti į pagrindinį', + + 'card' => [ + 'name' => 'Vardas (ant kortelės)', + 'number' => 'Kortelės numeris', + 'expiration_date' => 'Galiojimo data', + 'cvv' => 'Kortelės CVV kodas', + ], 'title' => [ 'new' => 'Naujas :type', 'edit' => 'Redaguoti :type', + 'delete' => 'Ištrinti :type', 'create' => 'Sukurti :type', 'send' => 'Siųsti :type', 'get' => 'Gauti :type', + 'add' => 'Pridėti :type', + 'manage' => 'Valdyti :type', ], 'form' => [ @@ -134,6 +177,7 @@ return [ 'field' => '- Pasirinkite :field -', 'file' => 'Pasirinkti failą', ], + 'add_new' => 'Pridėti naują :field', 'no_file_selected' => 'Nepasirinktas failas...', ], @@ -144,4 +188,19 @@ return [ 'this_month' => 'Šis mėnuo', 'last_month' => 'Praėjęs mėnuo', ], + + 'empty' => [ + 'documentation' => 'Peržiūrėkite dokumentaciją.', + 'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.', + 'invoices' => 'Sąskaitos-faktūros gali būti vienkartinės arba pasikartojančios. Jūs galite siųsti jas savo klientams ir gauti apmokėjimus.', + 'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.', + 'customers' => 'Customers are required if you want to create invoices. They may also log in to Client Portal and see their balance.', + 'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.', + 'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.', + 'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.', + 'transfers' => 'Transfers allow you to move money from one account to another, whether they use the same currency or not.', + 'taxes' => 'Taxes are used to apply extra fees to invoices and bills. Your financials are affected by these regulatory taxes.', + 'reconciliations' => 'Bank reconciliation is a process performed to ensure that your company bank records are also correct.', + ], + ]; diff --git a/resources/lang/lt-LT/header.php b/resources/lang/lt-LT/header.php index 0ec4cec2a..2ef22909c 100644 --- a/resources/lang/lt-LT/header.php +++ b/resources/lang/lt-LT/header.php @@ -8,9 +8,9 @@ return [ 'counter' => '{0} Pranešimų nėra|{1} Turite :count pranešimą|[2,*] Turite :count pranešimus', 'overdue_invoices' => '{1} :count vėluojanti sąskaita|[2,*] :count vėluojančios sąskaitos', 'upcoming_bills' => '{1} :count artėjantis mokėjimasl|[2,*] :count artėjantys mokėjimai', - 'items_stock' => '{1} :count prekės nebėra|[2,*] :count prekių nebėra', 'view_all' => 'Peržiūrėti visus' ], 'docs_link' => 'https://akaunting.com/docs', + 'support_link' => 'https://akaunting.com/support', ]; diff --git a/resources/lang/lt-LT/install.php b/resources/lang/lt-LT/install.php index eef0204c3..c7859a049 100644 --- a/resources/lang/lt-LT/install.php +++ b/resources/lang/lt-LT/install.php @@ -21,6 +21,7 @@ return [ 'disabled' => ': feature turi būti išjungta!', 'extension' => ':extension turi būti įrašytas ir įjungtas!', 'directory' => ':directory direktorijoje turi būti leidžiama įrašyti!', + 'executable' => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.', ], 'database' => [ diff --git a/resources/lang/lt-LT/invoices.php b/resources/lang/lt-LT/invoices.php index 897b401cc..149539b75 100644 --- a/resources/lang/lt-LT/invoices.php +++ b/resources/lang/lt-LT/invoices.php @@ -13,6 +13,7 @@ return [ 'price' => 'Kaina', 'sub_total' => 'Tarpinė suma', 'discount' => 'Nuolaida', + 'item_discount' => 'Nuolaida', 'tax_total' => 'Mokesčių suma', 'total' => 'Iš viso', @@ -29,12 +30,15 @@ return [ 'add_payment' => 'Pridėti mokėjimą', 'mark_paid' => 'Pažymėti kaip apmokėtą', 'mark_sent' => 'Pažymėti kaip išsiųstą', + 'mark_viewed' => 'Pažymėti kaip peržiūrėtą', + 'mark_cancelled' => 'Pažymėti kaip atšauktą', '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ą', + 'accept_payments' => 'Priimti atsiskaitymus internetu', 'statuses' => [ 'draft' => 'Juodraštis', @@ -43,16 +47,23 @@ return [ 'approved' => 'Patvirtinta', 'partial' => 'Dalinis', 'paid' => 'Apmokėta', + 'overdue' => 'Vėluojanti', + 'unpaid' => 'Neapmokėta', + 'cancelled' => 'Atšaukta', ], '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_sent' => 'Sąskaita-faktūra išsiųsta el. paštu!', + 'marked_sent' => 'Sąskaita-faktūra pažymėta kaip išsiųsta!', + 'marked_paid' => 'Sąskaita-faktūra pažymėta kaip apmokėta!', + 'marked_viewed' => 'Sąskaita-faktūra pažymėta kaip peržiūrėta!', + 'marked_cancelled' => 'Sąskaita-faktūra pažymėta kaip atšaukta!', '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', + 'viewed' => 'Peržiūrėta', 'send' => [ 'draft' => 'Neišsiųsta', 'sent' => 'Išsiųsta :date', @@ -63,9 +74,4 @@ return [ ], ], - 'notification' => [ - '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/items.php b/resources/lang/lt-LT/items.php index c4229e72b..0e79d33d1 100644 --- a/resources/lang/lt-LT/items.php +++ b/resources/lang/lt-LT/items.php @@ -2,17 +2,7 @@ return [ - 'quantities' => 'Kiekis|Kiekiai', 'sales_price' => 'Pardavimo kaina', 'purchase_price' => 'Pirkimo kaina', - 'sku' => 'Prekės kodas', - - 'notification' => [ - 'message' => [ - 'reminder' => 'Jūs gavote šį laišką, nes :name liko tik :quantity vnt.', - 'out_of_stock' => 'Jūs gavote šį laišką, nes baigiasi :name likutis.', - ], - 'button' => 'Peržiūrėti dabar', - ], ]; diff --git a/resources/lang/lt-LT/maintenance.php b/resources/lang/lt-LT/maintenance.php new file mode 100644 index 000000000..ac8ab8f86 --- /dev/null +++ b/resources/lang/lt-LT/maintenance.php @@ -0,0 +1,11 @@ + 'puslapis tvarkomas', + + 'message' => 'Sorry, we\'re down for maintenance. Please, try again later!', + + 'last-updated' => 'This message was last updated :timestamp.', + +]; diff --git a/resources/lang/lt-LT/messages.php b/resources/lang/lt-LT/messages.php index 679ae5d23..9a3d48a47 100644 --- a/resources/lang/lt-LT/messages.php +++ b/resources/lang/lt-LT/messages.php @@ -8,6 +8,7 @@ return [ 'deleted' => ':type ištrintas!', 'duplicated' => ':type duplikuotas!', 'imported' => ':type importuotas!', + 'exported' => ':type išeksportuotas!', 'enabled' => ':type įjungtas!', 'disabled' => ':type išjungtas!', ], @@ -18,7 +19,8 @@ return [ 'customer' => 'Klaida: Vartotojas nebuvo sukurtas! :name jau naudoja šį el. pašto adresą.', 'no_file' => 'Klaida: Nepasirinktas failas!', 'last_category' => 'Klaida: Negalite ištrinti paskutinės :type kategorijos!', - 'invalid_apikey' => 'Klaida: Neteisingas raktas!', + 'change_type' => 'Klaida: Negalima pakeisti tipo, nes jis yra susijęs su :text!', + 'invalid_apikey' => 'Klaida: Neteisingas raktas!', 'import_column' => 'Klaida: :message :sheet lape. Eilutė: :line.', 'import_sheet' => 'Klaida: Lapo pavadinimas neteisingas Peržiūrėkite pavyzdį.', ], @@ -26,7 +28,10 @@ return [ 'warning' => [ 'deleted' => 'Negalima ištrinti :name, nes jis yra susijęs su :text.', 'disabled' => 'Negalima išjungti :name, nes jis yra susijęs su :text.', + 'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!', + 'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!', 'disable_code' => 'Įspėjimas: Negalima išjungti arba pakeisti valiutos :name, nes ji susijusi su :text.', + 'payment_cancel' => 'Warning: You have cancelled your recent :method payment!', ], ]; diff --git a/resources/lang/lt-LT/modules.php b/resources/lang/lt-LT/modules.php index 4d7948d2d..e7b4f3ad3 100644 --- a/resources/lang/lt-LT/modules.php +++ b/resources/lang/lt-LT/modules.php @@ -2,9 +2,9 @@ return [ - 'title' => 'API raktas', - 'api_token' => 'Raktas', + 'api_key' => 'API Raktas', 'my_apps' => 'Mano programėlės', + 'pre_sale' => 'Pre-Sale', 'top_paid' => 'Geriausios mokamos', 'new' => 'Nauji', 'top_free' => 'Geriausios nemokamos', @@ -12,10 +12,9 @@ return [ 'search' => 'Paieška', 'install' => 'Įrašyti', 'buy_now' => 'Pirkti dabar', - 'token_link' => 'Spauskite čia, kad gautumėte savo API raktą.', + 'get_api_key' => 'Norėdami gauti API Raktą spauskite čia.', 'no_apps' => 'Nėra programėlių šioje kategorijoje.', - 'developer' => 'Ar esate kūrėjas? Čia galite sužinoti, kaip sukurti programėlę ir pradėti pardavinėti šiandien!', - + 'become_developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!', 'recommended_apps' => 'Rekomenduojamos programėlės', 'about' => 'Apie', @@ -37,30 +36,30 @@ return [ 'installation' => 'Įrašymas', 'faq' => 'DUK', 'changelog' => 'Pakeitimų sąrašas', - 'reviews' => 'Atsiliepimai', + 'reviews' => 'Atsiliepimai', ], 'installation' => [ 'header' => 'Įrašymas', - 'download' => 'Parsisiunčiamas :module failas.', + 'download' => 'Parsisiunčiamas :module', 'unzip' => 'Išskleidžiami :module failai.', 'file_copy' => 'Kopijuojami :module failai.', - 'migrate' => 'Įrašomi :module atnaujinimai.', - 'finish' => 'Atnaujinimai įrašyti. Jūs būsite nukreipti į Atnaujinimų Centrą.', - 'install' => 'Įrašomi :module failai.', + 'finish' => 'Užbaigiamas :module įrašymas', + 'redirect' => ':module įrašytas, nukreipiam į atnuajinimų puslapį', + 'install' => 'Įrašomas :module', ], 'errors' => [ - 'download' => 'Negalima parsisiųsti :module!', - 'upload' => 'Negalima įrašyti parsiųsto modulio :module!', - 'unzip' => 'Nagelima išpakuoti (unzip) :module!', - 'file_copy' => 'Negalima kopijuoti :module failų!', - 'migrate' => ':module migracija sugadinta!', - 'migrate core' => ':module yra naujausios versijos.', + 'download' => 'Negalima parsisiųsti :module', + 'zip' => 'Not able to create :module zip file', + 'unzip' => 'Not able to unzip :module', + 'file_copy' => 'Not able to copy :module files', + 'finish' => 'Not able to finalize :module installation', ], 'badge' => [ - 'installed' => 'Įrašytas', + 'installed' => 'Įrašytas', + 'pre_sale' => 'Pre-Sale', ], 'button' => [ @@ -70,14 +69,16 @@ return [ ], 'my' => [ - 'purchased' => 'Nupirkta', - 'installed' => 'Įrašyta', + 'purchased' => 'Nupirkta', + 'installed' => 'Įrašyta', ], 'reviews' => [ 'button' => [ - 'add' => 'Pridėti apžvalgą' + 'add' => 'Pridėti apžvalgą' ], - 'na' => 'Nėra apžvalgų.' - ] + + 'na' => 'Nėra apžvalgų.' + ], + ]; diff --git a/resources/lang/lt-LT/pagination.php b/resources/lang/lt-LT/pagination.php index a69c048e3..b78a134bf 100644 --- a/resources/lang/lt-LT/pagination.php +++ b/resources/lang/lt-LT/pagination.php @@ -2,8 +2,9 @@ return [ - 'previous' => '« Ankstesnis', - 'next' => 'Sekantis »', - 'showing' => 'Rodoma nuo :first iki :last iš :total :type', + 'previous' => 'Ankstesnis', + 'next' => 'Sekantis', + 'showing' => ':first-:last iš :total.', + 'page' => 'puslapyje.', ]; diff --git a/resources/lang/lt-LT/passwords.php b/resources/lang/lt-LT/passwords.php index 4fb2c8538..83f06b1da 100644 --- a/resources/lang/lt-LT/passwords.php +++ b/resources/lang/lt-LT/passwords.php @@ -18,5 +18,6 @@ return [ 'sent' => 'Slaptažodžio keitimo nuoroda išsiųsta!', 'token' => 'Šis slaptažodžio atnaujinimas negaliojantis.', 'user' => "Vartotojas su tokiu el. pašu nerastas.", + 'throttle' => 'Prašome palaukti prieš bandant dar kartą.', ]; diff --git a/resources/lang/lt-LT/reconciliations.php b/resources/lang/lt-LT/reconciliations.php index 02ab28038..9f500f992 100644 --- a/resources/lang/lt-LT/reconciliations.php +++ b/resources/lang/lt-LT/reconciliations.php @@ -6,7 +6,7 @@ return [ 'reconciled' => 'Reconciled', 'closing_balance' => 'Galutinis likutis', 'unreconciled' => 'Unreconciled', - 'list_transactions' => 'Operacijos', + 'transactions' => 'Transactions', 'start_date' => 'Pradžios data', 'end_date' => 'Pabaigos data', 'cleared_amount' => 'Cleared Amount', diff --git a/resources/lang/lt-LT/reports.php b/resources/lang/lt-LT/reports.php index 18653f3c1..d7940c729 100644 --- a/resources/lang/lt-LT/reports.php +++ b/resources/lang/lt-LT/reports.php @@ -12,6 +12,7 @@ return [ 'net_profit' => 'Pelnas prieš mokesčius', 'total_expenses' => 'Iš viso išlaidų', 'net' => 'NET', + 'income_expense' => 'Pajamos / išlaidos', 'summary' => [ 'income' => 'Pajamų suvestinė', @@ -20,11 +21,10 @@ return [ 'tax' => 'Mokesčių suvestinė', ], - 'quarter' => [ - '1' => 'Sau-Kov', - '2' => 'Bal-Bir', - '3' => 'Lie-Rugs', - '4' => 'Spa-Gruo', + 'charts' => [ + 'line' => 'Eilutė', + 'bar' => 'Stulpelis', + 'pie' => 'Skritulinė', ], ]; diff --git a/resources/lang/lt-LT/settings.php b/resources/lang/lt-LT/settings.php index a783c27e7..2db080738 100644 --- a/resources/lang/lt-LT/settings.php +++ b/resources/lang/lt-LT/settings.php @@ -3,14 +3,16 @@ return [ 'company' => [ + 'description' => 'Pakeisti kompanijos pavadinimą, el. paštą, adresą ir t.t.', 'name' => 'Pavadinimas', 'email' => 'El. paštas', 'phone' => 'Telefonas', 'address' => 'Adresas', 'logo' => 'Logotipas', ], + 'localisation' => [ - 'tab' => 'Lokalizacija', + 'description' => 'Nustatyti biudžetinius metus, laiko juostas, datos formatą ir kitus lokalizacijos nustatymus.', 'financial_start' => 'Finansinių metų pradžia', 'timezone' => 'Laiko juosta', 'date' => [ @@ -27,9 +29,16 @@ return [ 'before' => 'Prieš skaičių', 'after' => 'Po skaičiaus', ], + 'discount_location' => [ + 'name' => 'Nuolaidos vieta', + 'item' => 'Eilutėje', + 'total' => 'Iš viso', + 'both' => 'Both line and total', + ], ], + 'invoice' => [ - 'tab' => 'Sąskaita faktūra', + 'description' => 'Customize invoice prefix, number, terms, footer etc', 'prefix' => 'Sąskaitos serija', 'digit' => 'Skaitmenų kiekis', 'next' => 'Kitas numeris', @@ -44,16 +53,25 @@ return [ 'rate' => 'Kursas', 'quantity_name' => 'Kiekio pavadinimas', 'quantity' => 'Kiekis', + 'payment_terms' => 'Mokėjimo Sąlygos', + 'title' => 'Pavadinimas', + 'subheading' => 'Poraštė', + 'due_receipt' => 'Due upon receipt', + 'due_days' => 'Due within :days days', + 'choose_template' => 'Pasirinkite sąskaitos-faktūros šabloną.', + 'default' => 'Numatytas', + 'classic' => 'Klasikinis', + 'modern' => 'Modernus', ], + 'default' => [ - 'tab' => 'Numatytieji', - 'account' => 'Numatytoji įmonė', - 'currency' => 'Numatytoji valiuta', - 'tax' => 'Numatytasis mokesčių tarifas', - 'payment' => 'Numatytasis mokėjimo būdas', - 'language' => 'Numatytoji kalba', + 'description' => 'Numatytoji sąskaita, valuta, kalba', + 'list_limit' => 'Įrašų puslapyje', + 'use_gravatar' => 'Naudoti Gravatar', ], + 'email' => [ + 'description' => 'Change the sending protocol and email templates', 'protocol' => 'Protokolas', 'php' => 'PHP Mail', 'smtp' => [ @@ -68,36 +86,44 @@ return [ 'sendmail' => 'Sendmail', 'sendmail_path' => 'Sendmail kelias', 'log' => 'Prisijungti el. Paštu', + + 'templates' => [ + 'subject' => 'Tema', + 'body' => 'Tekstas', + 'tags' => 'Available Tags: :tag_list', + 'invoice_new_customer' => 'New Invoice Template (sent to customer)', + 'invoice_remind_customer' => 'Invoice Reminder Template (sent to customer)', + 'invoice_remind_admin' => 'Invoice Reminder Template (sent to admin)', + 'invoice_recur_customer' => 'Invoice Recurring Template (sent to customer)', + 'invoice_recur_admin' => 'Invoice Recurring Template (sent to admin)', + 'invoice_payment_customer' => 'Payment Received Template (sent to customer)', + 'invoice_payment_admin' => 'Payment Received Template (sent to admin)', + 'bill_remind_admin' => 'Bill Reminder Template (sent to admin)', + 'bill_recur_admin' => 'Bill Recurring Template (sent to admin)', + ], ], + 'scheduling' => [ - 'tab' => 'Planavimas', + 'name' => 'Planavimas', + 'description' => 'Automatic reminders and command for recurring', 'send_invoice' => 'Siųsti SF priminimą', 'invoice_days' => 'Siųsti pavėlavus', 'send_bill' => 'Siųsti sąskaitos priminimą', 'bill_days' => 'Siųsti prieš pavėlavimą', 'cron_command' => 'Cron komanda', 'schedule_time' => 'Paleidimo valanda', - 'send_item_reminder'=> 'Siųsti priminimą', - 'item_stocks' => 'Siųsti kai atsiras prekių', ], - 'appearance' => [ - 'tab' => 'Išvaizda', - 'theme' => 'Tema', - 'light' => 'Šviesi', - 'dark' => 'Tamsi', - 'list_limit' => 'Įrašų puslapyje', - 'use_gravatar' => 'Naudoti Gravatar', + + 'categories' => [ + 'description' => 'Unlimited categories for income, expense, and item', ], - 'system' => [ - 'tab' => 'Sistema', - 'session' => [ - 'lifetime' => 'Sesijos galiojimo laikas (min)', - 'handler' => 'Sesijos valdiklis', - 'file' => 'Failas', - 'database' => 'Duomenų bazė', - ], - 'file_size' => 'Maksimalus failo dydis (MB)', - 'file_types' => 'Leidžiami failų tipai', + + 'currencies' => [ + 'description' => 'Create and manage currencies and set their rates', + ], + + 'taxes' => [ + 'description' => 'Fixed, normal, inclusive, and compound tax rates', ], ]; diff --git a/resources/lang/lt-LT/taxes.php b/resources/lang/lt-LT/taxes.php index 52809a77f..c574f8080 100644 --- a/resources/lang/lt-LT/taxes.php +++ b/resources/lang/lt-LT/taxes.php @@ -7,5 +7,5 @@ return [ 'normal' => 'Normalus', 'inclusive' => 'Imtinai', 'compound' => 'Sudėtinis', - + 'fixed' => 'Fiksuota', ]; diff --git a/resources/lang/lt-LT/validation.php b/resources/lang/lt-LT/validation.php index 0207badb5..aea160f61 100644 --- a/resources/lang/lt-LT/validation.php +++ b/resources/lang/lt-LT/validation.php @@ -16,13 +16,13 @@ return [ '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.', + 'after_or_equal' => 'Lauko :attribute reikšmė privalo būti data lygi arba vėlesnė negu :date.', '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' => ':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.', + 'before_or_equal' => 'Lauko :attribute reikšmė privalo būti data lygi arba ankstesnė negu :date.', 'between' => [ 'numeric' => ':Attribute reikšmė turi būti tarp :min ir :max.', 'file' => ':Attribute failo dydis turi būti tarp :min ir :max kilobaitų.', @@ -39,13 +39,14 @@ return [ '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.', + 'ends_with' => 'Laukas :attribute turi baigtis vienu iš: :values', 'exists' => 'Pasirinkta negaliojanti :attribute reikšmė.', - 'file' => ':Attribute privalo būti failas.', + 'file' => ':attribute turi būti failas.', 'filled' => 'Laukas :attribute turi būti užpildytas.', 'image' => 'Lauko :attribute reikšmė turi būti paveikslėlis.', 'in' => 'Pasirinkta negaliojanti :attribute reikšmė.', 'in_array' => 'Laukas :attribute neegzistuoja :other lauke.', - 'integer' => 'Lauko :attribute reikšmė turi būti veikasis skaičius.', + 'integer' => 'Lauko :attribute reikšmė turi būti sveikasis skaičius.', 'ip' => 'Lauko :attribute reikšmė turi būti galiojantis IP adresas.', 'json' => 'Lauko :attribute reikšmė turi būti JSON tekstas.', 'max' => [ @@ -83,7 +84,7 @@ return [ 'string' => 'Laukas :attribute turi būti tekstinis.', 'timezone' => 'Lauko :attribute reikšmė turi būti galiojanti laiko zona.', 'unique' => 'Tokia :attribute reikšmė jau pasirinkta.', - 'uploaded' => 'Nepavyko įkelti :attribute.', + 'uploaded' => 'Nepavyko įkelti :attribute lauko.', 'url' => 'Negaliojantis lauko :attribute formatas.', /* @@ -99,10 +100,11 @@ return [ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'Pasirinktinis pranešimas', + 'rule-name' => 'Pasirinktinis pranešimas', ], - 'invalid_currency' => ':Attribute kodas neteisingas.', - 'invalid_amount' => ':Attribute kiekis yra neteisingas.', + 'invalid_currency' => ':Attribute kodas neteisingas.', + 'invalid_amount' => ':Attribute kiekis yra neteisingas.', + 'invalid_extension' => 'Negalimas failo tipas.', ], /* diff --git a/resources/lang/lt-LT/dashboard.php b/resources/lang/lt-LT/widgets.php similarity index 78% rename from resources/lang/lt-LT/dashboard.php rename to resources/lang/lt-LT/widgets.php index d61df9240..785d28894 100644 --- a/resources/lang/lt-LT/dashboard.php +++ b/resources/lang/lt-LT/widgets.php @@ -2,7 +2,7 @@ return [ - 'total_incomes' => 'Iš viso pajamų', + 'total_income' => 'Iš viso pajamų', 'receivables' => 'Gautinos sumos', 'open_invoices' => 'Neapmokėtos sąskaitos faktūros', 'overdue_invoices' => 'Vėluojančios sąskaitos faktūros', @@ -11,14 +11,13 @@ return [ 'open_bills' => 'Neapmokėtos sąskaitas', 'overdue_bills' => 'Vėluojančios sąskaitos', 'total_profit' => 'Pelnas iš viso', - 'open_profit' => 'Pelnas prieš mokesčius', + 'open_profit' => 'Open Profit', 'overdue_profit' => 'Vėluojantis pelnas', 'cash_flow' => 'Grynųjų pinigų srautai', 'no_profit_loss' => 'Nėra nuostolių', - 'incomes_by_category' => 'Pajamos pagal kategoriją', + 'income_by_category' => 'Pajamos pagal kategoriją', 'expenses_by_category' => 'Išlaidos pagal kategoriją', 'account_balance' => 'Sąskaitos likutis', - 'latest_incomes' => 'Naujausios pajamos', + 'latest_income' => 'Naujausios pajamos', 'latest_expenses' => 'Paskutinis išlaidos', - ];