From 73259fd77b261900fc37057911df1c43ed3d7679 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Wed, 20 Jun 2018 18:47:39 +0300 Subject: [PATCH] updated translations --- resources/lang/de-DE/auth.php | 11 +++++- resources/lang/de-DE/demo.php | 1 - resources/lang/de-DE/general.php | 4 +++ resources/lang/de-DE/import.php | 2 +- resources/lang/de-DE/messages.php | 2 ++ resources/lang/de-DE/modules.php | 10 ++++++ resources/lang/de-DE/transfers.php | 4 +++ resources/lang/el-GR/auth.php | 11 +++++- resources/lang/el-GR/bills.php | 4 +-- resources/lang/el-GR/demo.php | 1 - resources/lang/el-GR/general.php | 4 +++ resources/lang/el-GR/import.php | 2 +- resources/lang/el-GR/invoices.php | 2 +- resources/lang/el-GR/messages.php | 2 ++ resources/lang/el-GR/modules.php | 10 ++++++ resources/lang/el-GR/transfers.php | 4 +++ resources/lang/es-ES/auth.php | 11 +++++- resources/lang/es-ES/demo.php | 1 - resources/lang/es-ES/general.php | 4 +++ resources/lang/es-ES/import.php | 2 +- resources/lang/es-ES/messages.php | 2 ++ resources/lang/es-ES/modules.php | 10 ++++++ resources/lang/es-ES/transfers.php | 4 +++ resources/lang/es-MX/auth.php | 11 +++++- resources/lang/es-MX/bills.php | 8 ++--- resources/lang/es-MX/demo.php | 1 - resources/lang/es-MX/general.php | 16 +++++---- resources/lang/es-MX/import.php | 2 +- resources/lang/es-MX/invoices.php | 10 +++--- resources/lang/es-MX/messages.php | 10 +++--- resources/lang/es-MX/modules.php | 12 ++++++- resources/lang/es-MX/recurring.php | 28 +++++++-------- resources/lang/es-MX/reports.php | 18 +++++----- resources/lang/es-MX/settings.php | 6 ++-- resources/lang/es-MX/transfers.php | 4 +++ resources/lang/id-ID/auth.php | 11 +++++- resources/lang/id-ID/bills.php | 6 ++-- resources/lang/id-ID/demo.php | 1 - resources/lang/id-ID/general.php | 54 ++++++++++++++++------------- resources/lang/id-ID/import.php | 2 +- resources/lang/id-ID/invoices.php | 8 ++--- resources/lang/id-ID/messages.php | 6 ++-- resources/lang/id-ID/modules.php | 12 ++++++- resources/lang/id-ID/recurring.php | 28 +++++++-------- resources/lang/id-ID/reports.php | 12 +++---- resources/lang/id-ID/settings.php | 4 +-- resources/lang/id-ID/transfers.php | 4 +++ resources/lang/nl-NL/auth.php | 13 +++++-- resources/lang/nl-NL/dashboard.php | 2 +- resources/lang/nl-NL/demo.php | 1 - resources/lang/nl-NL/general.php | 18 ++++++---- resources/lang/nl-NL/header.php | 10 +++--- resources/lang/nl-NL/import.php | 2 +- resources/lang/nl-NL/install.php | 8 ++--- resources/lang/nl-NL/invoices.php | 2 +- resources/lang/nl-NL/items.php | 2 +- resources/lang/nl-NL/messages.php | 14 ++++---- resources/lang/nl-NL/modules.php | 14 ++++++-- resources/lang/nl-NL/pagination.php | 2 +- resources/lang/nl-NL/transfers.php | 4 +++ resources/lang/nl-NL/updates.php | 2 +- resources/lang/nl-NL/validation.php | 4 +-- resources/lang/pt-BR/auth.php | 11 +++++- resources/lang/pt-BR/bills.php | 8 ++--- resources/lang/pt-BR/currencies.php | 6 ++-- resources/lang/pt-BR/demo.php | 1 - resources/lang/pt-BR/general.php | 30 +++++++++------- resources/lang/pt-BR/import.php | 2 +- resources/lang/pt-BR/invoices.php | 16 ++++----- resources/lang/pt-BR/items.php | 4 +-- resources/lang/pt-BR/messages.php | 20 ++++++----- resources/lang/pt-BR/modules.php | 42 +++++++++++++--------- resources/lang/pt-BR/recurring.php | 28 +++++++-------- resources/lang/pt-BR/reports.php | 28 +++++++-------- resources/lang/pt-BR/settings.php | 16 ++++----- resources/lang/pt-BR/transfers.php | 4 +++ resources/lang/ro-RO/auth.php | 11 +++++- resources/lang/ro-RO/general.php | 4 +++ resources/lang/ro-RO/import.php | 2 +- resources/lang/ro-RO/messages.php | 2 ++ resources/lang/ro-RO/modules.php | 10 ++++++ resources/lang/ro-RO/transfers.php | 4 +++ resources/lang/sq-AL/auth.php | 11 +++++- resources/lang/sq-AL/general.php | 4 +++ resources/lang/sq-AL/import.php | 2 +- resources/lang/sq-AL/messages.php | 2 ++ resources/lang/sq-AL/modules.php | 10 ++++++ resources/lang/sq-AL/transfers.php | 4 +++ resources/lang/tr-TR/auth.php | 11 +++++- resources/lang/tr-TR/general.php | 4 +++ resources/lang/tr-TR/import.php | 2 +- resources/lang/tr-TR/messages.php | 2 ++ resources/lang/tr-TR/modules.php | 10 ++++++ resources/lang/tr-TR/transfers.php | 4 +++ resources/lang/vi-VN/auth.php | 11 +++++- resources/lang/vi-VN/currencies.php | 14 ++++---- resources/lang/vi-VN/demo.php | 1 - resources/lang/vi-VN/general.php | 4 +++ resources/lang/vi-VN/import.php | 6 ++-- resources/lang/vi-VN/messages.php | 14 ++++---- resources/lang/vi-VN/modules.php | 40 +++++++++++++-------- resources/lang/vi-VN/pagination.php | 2 +- resources/lang/vi-VN/recurring.php | 29 ++++++++-------- resources/lang/vi-VN/reports.php | 28 +++++++-------- resources/lang/vi-VN/settings.php | 6 ++-- resources/lang/vi-VN/transfers.php | 4 +++ 106 files changed, 633 insertions(+), 321 deletions(-) diff --git a/resources/lang/de-DE/auth.php b/resources/lang/de-DE/auth.php index 7c8c66f0d..669d4bbae 100644 --- a/resources/lang/de-DE/auth.php +++ b/resources/lang/de-DE/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Aktuelle E-Mail', 'reset' => 'Zurücksetzen', 'never' => 'niemals', + 'password' => [ 'current' => 'Passwort', 'current_confirm' => 'Passwortbestätigung', 'new' => 'Neues Passwort', 'new_confirm' => 'Passwortbestätigung', ], + 'error' => [ - 'self_delete' => 'Fehler: Sie können sich nicht selbst löschen!' + 'self_delete' => 'Fehler: Sie können sich nicht selbst löschen!', + 'no_company' => 'Fehler: Ihrem Konto wurde kein Unternehmen zugewiesen. Bitte kontaktieren Sie den Systemadministrator.', ], 'failed' => 'Diese Anmeldeinformationen entsprechen nicht unseren Aufzeichnungen.', 'disabled' => 'Dieses Konto ist deaktiviert! Bitte kontaktieren Sie den Systemadministrator.', 'throttle' => 'Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuchen Sie es erneut in :seconds Sekunden.', + 'notification' => [ + 'message_1' => 'Sie erhalten diese E-Mail, da Sie das Passwort für Ihr Konto zurücksetzen lassen wollen.', + 'message_2' => 'Falls Sie keine Anfrage für das Zurücksetzen ihres Passwort gestellt haben, ist keine weitere Aktion erforderlich.', + 'button' => 'Passwort zurücksetzen', + ], + ]; diff --git a/resources/lang/de-DE/demo.php b/resources/lang/de-DE/demo.php index fcd03a6e5..a826c71c2 100644 --- a/resources/lang/de-DE/demo.php +++ b/resources/lang/de-DE/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Bar', - 'categories_uncat' => 'Unkategorisiert', 'categories_deposit' => 'Einzahlen', 'categories_sales' => 'Verkäufe', 'currencies_usd' => 'US-Dollar', diff --git a/resources/lang/de-DE/general.php b/resources/lang/de-DE/general.php index 3520eca35..64339be84 100644 --- a/resources/lang/de-DE/general.php +++ b/resources/lang/de-DE/general.php @@ -100,11 +100,15 @@ return [ 'overdue' => 'Überfällig', 'partially' => 'Teilweise', 'partially_paid' => 'Teilweise bezahlt', + 'export' => 'Exportieren', + 'enable' => 'Aktivieren', + 'disable' => 'Deaktivieren', 'title' => [ 'new' => 'Neu :type', 'edit' => 'Bearbeiten :type', ], + 'form' => [ 'enter' => 'Geben Sie :field an', 'select' => [ diff --git a/resources/lang/de-DE/import.php b/resources/lang/de-DE/import.php index 5cfe33f39..42b16f558 100644 --- a/resources/lang/de-DE/import.php +++ b/resources/lang/de-DE/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Importieren', 'title' => ':type importieren', - 'message' => 'Erlaubte Datei-Typen: CSV, XLS. Bitte, laden Sie eine Beispiel-Datei.', + 'message' => 'Erlaubte Datei-Typen: XLS, XLSX. Bitte, hier die Beispieldatei herunterladen.', ]; diff --git a/resources/lang/de-DE/messages.php b/resources/lang/de-DE/messages.php index d2f8d10b3..d3aba4544 100644 --- a/resources/lang/de-DE/messages.php +++ b/resources/lang/de-DE/messages.php @@ -8,6 +8,8 @@ return [ 'deleted' => ':type gelöscht!', 'duplicated' => ':type dupliziert!', 'imported' => ':type importiert!', + 'enabled' => ':type aktiviert!', + 'disabled' => ':type deaktiviert!', ], 'error' => [ 'over_payment' => 'Fehler: Zahlung wurde nicht hinzugefügt! Betrag überschreitet die Gesamtsumme.', diff --git a/resources/lang/de-DE/modules.php b/resources/lang/de-DE/modules.php index 0c5b35e52..8a257baf8 100644 --- a/resources/lang/de-DE/modules.php +++ b/resources/lang/de-DE/modules.php @@ -4,6 +4,7 @@ return [ 'title' => 'API Token', 'api_token' => 'Token', + 'my_apps' => 'Meine Apps', 'top_paid' => 'Top bezahlt', 'new' => 'Neu', 'top_free' => 'Top kostenlos', @@ -40,9 +41,18 @@ return [ 'install' => 'Installiere :module Dateien.', ], + 'badge' => [ + 'installed' => 'Installiert', + ], + 'button' => [ 'uninstall' => 'Deinstallieren', 'disable' => 'Deaktivieren', 'enable' => 'Aktivieren', ], + + 'my' => [ + 'purchased' => 'Gekauft', + 'installed' => 'Installiert', + ], ]; diff --git a/resources/lang/de-DE/transfers.php b/resources/lang/de-DE/transfers.php index 9cb570a2b..ba3235d49 100644 --- a/resources/lang/de-DE/transfers.php +++ b/resources/lang/de-DE/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'Von Konto', 'to_account' => 'Auf Konto', + 'messages' => [ + 'delete' => ':from nach :to (:amount)', + ], + ]; diff --git a/resources/lang/el-GR/auth.php b/resources/lang/el-GR/auth.php index 5b750b694..c555ba6bd 100644 --- a/resources/lang/el-GR/auth.php +++ b/resources/lang/el-GR/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Τρέχον ηλεκτρονικό ταχυδρομείο', 'reset' => 'Επαναφορά', 'never' => 'ποτέ', + 'password' => [ 'current' => 'Κωδικός πρόσβασης', 'current_confirm' => 'Επιβεβαίωση κωδικού', 'new' => 'Νέος κωδικός πρόσβασης', 'new_confirm' => 'Επιβεβαίωση νέου κωδικού', ], + 'error' => [ - 'self_delete' => 'Σφάλμα: Δεν μπορείτε να διαγράψετε τον εαυτό σας!' + 'self_delete' => 'Σφάλμα: Δεν μπορείτε να διαγράψετε τον εαυτό σας!', + 'no_company' => 'Σφάλμα: Δεν έχει ανατεθεί κάποια εταιρία στο λογαριασμό σας. Παρακαλώ, επικοινωνήστε με το διαχειριστή του συστήματος.', ], 'failed' => 'Αυτά τα στοιχεία εισόδου δεν επαληθεύονται από τις εγγραφές μας.', 'disabled' => 'Αυτός ο λογαριασμός είναι απενεργοποιημένος. Παρακαλώ, επικοινωνήστε με το διαχειριστή του συστήματος.', 'throttle' => 'Ξεπεράσατε τις επιτρεπόμενες απόπειρες σύνδεσης. Παρακαλώ δοκιμάστε ξανά σε :seconds δευτερόλεπτα.', + 'notification' => [ + 'message_1' => 'Λαμβάνεται αυτό το μήνυμα επειδή ζητήσατε την επαναφορά του συνθηματικού για το λογαριασμό σας.', + 'message_2' => 'Αν δεν ζητήσατε την επαναφορά του συνθηματικού, δεν απαιτείται κάποια περαιτέρω ενέργεια.', + 'button' => 'Επαναφορά συνθηματικού', + ], + ]; diff --git a/resources/lang/el-GR/bills.php b/resources/lang/el-GR/bills.php index c2d3a0170..c36423f12 100644 --- a/resources/lang/el-GR/bills.php +++ b/resources/lang/el-GR/bills.php @@ -5,7 +5,7 @@ return [ 'bill_number' => 'Αριθμό λογαριασμού', 'bill_date' => 'Ημερομηνία Λογαριασμού', 'total_price' => 'Συνολική Τιμή', - 'due_date' => 'Προθεσμία εξόφλησης', + 'due_date' => 'Ημ/νία παράδοσης', 'order_number' => 'Αριθμός παραγγελίας', 'bill_from' => 'Λογαριασμός από', @@ -22,7 +22,7 @@ return [ 'add_discount' => 'Προσθήκη έκπτωσης', 'discount_desc' => 'του μερικού συνόλου', - 'payment_due' => 'Πληρωτέο ποσό', + 'payment_due' => 'Προθεσμία εξόφλησης', 'amount_due' => 'Οφειλόμενο ποσό', 'paid' => 'Πληρωτέο', 'histories' => 'Ιστορικό', diff --git a/resources/lang/el-GR/demo.php b/resources/lang/el-GR/demo.php index 28abab310..c2d07eb74 100644 --- a/resources/lang/el-GR/demo.php +++ b/resources/lang/el-GR/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Μετρητά', - 'categories_uncat' => 'Χωρίς κατηγοριοποίηση', 'categories_deposit' => 'Κατάθεση', 'categories_sales' => 'Πωλήσεις', 'currencies_usd' => 'Δολάριο ΗΠΑ', diff --git a/resources/lang/el-GR/general.php b/resources/lang/el-GR/general.php index 145451751..bbb179ae0 100644 --- a/resources/lang/el-GR/general.php +++ b/resources/lang/el-GR/general.php @@ -100,11 +100,15 @@ return [ 'overdue' => 'Εκπρόθεσμο', 'partially' => 'Μερικό', 'partially_paid' => 'Μερικώς εξοφλημένα', + 'export' => 'Εξαγωγή', + 'enable' => 'Ενεργοποίηση', + 'disable' => 'Απενεργοποίηση', 'title' => [ 'new' => 'Νέο :type', 'edit' => 'Επεξεργασία :type', ], + 'form' => [ 'enter' => 'Πληκτρολογήστε :field', 'select' => [ diff --git a/resources/lang/el-GR/import.php b/resources/lang/el-GR/import.php index 74db40660..1ad99ad3d 100644 --- a/resources/lang/el-GR/import.php +++ b/resources/lang/el-GR/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Εισαγωγή', 'title' => 'Εισαγωγή :type', - 'message' => 'Επιτρεπόμενοι τύποοι αρχείων: CSV, XLS. Παρακαλούμε, Κατεβάστε το δείγμα του αρχείου.', + 'message' => 'Επιτρεπόμενοι τύποι αρχείων: XLS, XLSX. Παρακαλούμε, Κατεβάστε το δείγμα του αρχείου.', ]; diff --git a/resources/lang/el-GR/invoices.php b/resources/lang/el-GR/invoices.php index a2ed6fbbe..6979509d0 100644 --- a/resources/lang/el-GR/invoices.php +++ b/resources/lang/el-GR/invoices.php @@ -22,7 +22,7 @@ return [ 'add_discount' => 'Προσθήκη έκπτωσης', 'discount_desc' => 'του μερικού συνόλου', - 'payment_due' => 'Οφειλόμενη Πληρωμή', + 'payment_due' => 'Ημ/νία Προθεσμίας Πληρωμής', 'paid' => 'Εξοφλημένο', 'histories' => 'Ιστορικό', 'payments' => 'Πληρωμές', diff --git a/resources/lang/el-GR/messages.php b/resources/lang/el-GR/messages.php index 2f9fb3ce1..243628605 100644 --- a/resources/lang/el-GR/messages.php +++ b/resources/lang/el-GR/messages.php @@ -8,6 +8,8 @@ return [ 'deleted' => ':type διεγράφη!', 'duplicated' => ':type αντιγράφηκε!', 'imported' => ':type εισήχθη!', + 'enabled' => ':type ενεργοποιήθηκε!', + 'disabled' => ':type απενεργοποιήθηκε!', ], 'error' => [ 'over_payment' => 'Σφάλμα: Η πληρωμή δεν προστέθηκε! Το ποσό ξεπερνάει το σύνολο.', diff --git a/resources/lang/el-GR/modules.php b/resources/lang/el-GR/modules.php index ced943767..a73649a9d 100644 --- a/resources/lang/el-GR/modules.php +++ b/resources/lang/el-GR/modules.php @@ -4,6 +4,7 @@ return [ 'title' => 'Κλειδί API', 'api_token' => 'Κλειδί', + 'my_apps' => 'Οι εφαρμογές μου', 'top_paid' => 'Κορυφαία επί πληρωμή Προϊόντα', 'new' => 'Νέο', 'top_free' => 'Κορυφαία δωρεάν Προϊόντα', @@ -40,9 +41,18 @@ return [ 'install' => 'Εγκατάσταση :όνομα αρχείου.', ], + 'badge' => [ + 'installed' => 'Εγκατεστημένο', + ], + 'button' => [ 'uninstall' => 'Απεγκατάσταση', 'disable' => 'Απενεργοποίηση', 'enable' => 'Ενεργοποίηση', ], + + 'my' => [ + 'purchased' => 'Αγορασμένο', + 'installed' => 'Εγκατεστημένα', + ], ]; diff --git a/resources/lang/el-GR/transfers.php b/resources/lang/el-GR/transfers.php index a8136c0c8..b079daec0 100644 --- a/resources/lang/el-GR/transfers.php +++ b/resources/lang/el-GR/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'Από λογαριασμό', 'to_account' => 'Προς λογαριασμό', + 'messages' => [ + 'delete' => ':from προς :to (:amount)', + ], + ]; diff --git a/resources/lang/es-ES/auth.php b/resources/lang/es-ES/auth.php index 298cfad55..c106c787e 100644 --- a/resources/lang/es-ES/auth.php +++ b/resources/lang/es-ES/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Correo electrónico actual', 'reset' => 'Resetear', 'never' => 'nunca', + 'password' => [ 'current' => 'Actual', 'current_confirm' => 'Confirmar contraseña', 'new' => 'Nueva contraseña', 'new_confirm' => 'Confirmar contraseña', ], + 'error' => [ - 'self_delete' => 'Error: No puede eliminarse usted mismo!' + 'self_delete' => 'Error: No puede eliminarse usted mismo!', + 'no_company' => 'Error: No hay compañías asignadas a su cuenta. Por favor contacte al administrador del sistema.', ], 'failed' => 'Estas credenciales no coinciden con nuestros registros.', 'disabled' => 'Esta cuenta está inhabilitada. Por favor, póngase en contacto con el administrador del sistema.', 'throttle' => 'Demasiados intentos fallidos de inicio de sesión. Por favor vuelva a intentarlo después de %s segundos.', + 'notification' => [ + 'message_1' => 'Ha recibido este correo porque hemos recibido una solicitud de recuperación de contraseña para su cuenta.', + 'message_2' => 'Si no solicitó un restablecimiento de contraseña, no es necesaria ninguna acción de su parte.', + 'button' => 'Restablecer Contraseña', + ], + ]; diff --git a/resources/lang/es-ES/demo.php b/resources/lang/es-ES/demo.php index 2eb1dd4ca..2ed427ca7 100644 --- a/resources/lang/es-ES/demo.php +++ b/resources/lang/es-ES/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Efectivo', - 'categories_uncat' => 'Sin categoría', 'categories_deposit' => 'Depósito', 'categories_sales' => 'Ventas', 'currencies_usd' => 'Dólar EEUU', diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index e45c0ad8d..2b4ce6288 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -100,11 +100,15 @@ return [ 'overdue' => 'Vencido', 'partially' => 'Parcialmente', 'partially_paid' => 'Parcialmente pagado', + 'export' => 'Exportar', + 'enable' => 'Habilitar', + 'disable' => 'Deshabilitar', 'title' => [ 'new' => 'Nuevo :type', 'edit' => 'Editar :type', ], + 'form' => [ 'enter' => 'Ingrese :field', 'select' => [ diff --git a/resources/lang/es-ES/import.php b/resources/lang/es-ES/import.php index 0f4ed15ff..38e8db01f 100644 --- a/resources/lang/es-ES/import.php +++ b/resources/lang/es-ES/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Importar', 'title' => 'Importar :type', - 'message' => 'Formatos permitidos: CSV, XLS. Por favor, descargue el archivo de ejemplo.', + 'message' => 'Formatos permitidos: XLS, XLSX. Por favor, descargue el archivo de ejemplo.', ]; diff --git a/resources/lang/es-ES/messages.php b/resources/lang/es-ES/messages.php index 0f10fd173..93ec32c3f 100644 --- a/resources/lang/es-ES/messages.php +++ b/resources/lang/es-ES/messages.php @@ -8,6 +8,8 @@ return [ 'deleted' => ':type borrado!', 'duplicated' => ': type duplicado!', 'imported' => ':type importado!', + 'enabled' => ':type habilitado!', + 'disabled' => ':type deshabilitado!', ], 'error' => [ 'over_payment' => 'Error: Pago no añadido! Importe mayor que el total.', diff --git a/resources/lang/es-ES/modules.php b/resources/lang/es-ES/modules.php index b7ede6274..5091834b2 100644 --- a/resources/lang/es-ES/modules.php +++ b/resources/lang/es-ES/modules.php @@ -4,6 +4,7 @@ return [ 'title' => 'API Token', 'api_token' => 'Token', + 'my_apps' => 'Mis aplicaciones', 'top_paid' => 'Top de pago', 'new' => 'Nuevo', 'top_free' => 'Top gratis', @@ -40,9 +41,18 @@ return [ 'install' => 'Instalando archivos de :module .', ], + 'badge' => [ + 'installed' => 'Instalado', + ], + 'button' => [ 'uninstall' => 'Desinstalar', 'disable' => 'Deshabilitar', 'enable' => 'Habilitar', ], + + 'my' => [ + 'purchased' => 'Comprado', + 'installed' => 'Instalado', + ], ]; diff --git a/resources/lang/es-ES/transfers.php b/resources/lang/es-ES/transfers.php index 900a5bf07..912bee123 100644 --- a/resources/lang/es-ES/transfers.php +++ b/resources/lang/es-ES/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'De Cuenta', 'to_account' => 'A Cuenta', + 'messages' => [ + 'delete' => ':from a :to (:amount)', + ], + ]; diff --git a/resources/lang/es-MX/auth.php b/resources/lang/es-MX/auth.php index 164104f49..543e1ed43 100644 --- a/resources/lang/es-MX/auth.php +++ b/resources/lang/es-MX/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Dirección de Correo electrónico Actual', 'reset' => 'Resetear', 'never' => 'nunca', + 'password' => [ 'current' => 'Contraseña', 'current_confirm' => 'Confirmar Contraseña', 'new' => 'Nueva Contraseña', 'new_confirm' => 'Confirmar Nueva Contraseña', ], + 'error' => [ - 'self_delete' => 'Error: ¡No puede eliminarse usted mismo!' + 'self_delete' => 'Error: ¡No puede eliminarse usted mismo!', + 'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.', ], 'failed' => 'Estas credenciales no coinciden con nuestros registros.', 'disabled' => 'Esta cuenta está deshabilitada. Por favor, póngase en contacto con el administrador del sistema.', 'throttle' => 'Demasiados intentos fallidos de inicio de sesión. Por favor, vuelva a intentarlo después de :seconds segundos.', + 'notification' => [ + 'message_1' => 'You are receiving this email because we received a password reset request for your account.', + 'message_2' => 'If you did not request a password reset, no further action is required.', + 'button' => 'Reset Password', + ], + ]; diff --git a/resources/lang/es-MX/bills.php b/resources/lang/es-MX/bills.php index fc2ee08db..e99b52d43 100644 --- a/resources/lang/es-MX/bills.php +++ b/resources/lang/es-MX/bills.php @@ -12,15 +12,15 @@ return [ 'quantity' => 'Cantidad', 'price' => 'Precio', 'sub_total' => 'Subtotal', - 'discount' => 'Discount', + 'discount' => 'Descuento', 'tax_total' => 'Total de Impuestos', 'total' => 'Total ', 'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% Descuento', + 'add_discount' => 'Agregar Descuento', + 'discount_desc' => 'de subtotal', 'payment_due' => 'Vencimiento del Pago', 'amount_due' => 'Importe Vencido', diff --git a/resources/lang/es-MX/demo.php b/resources/lang/es-MX/demo.php index 177c195a4..f69d5b95d 100644 --- a/resources/lang/es-MX/demo.php +++ b/resources/lang/es-MX/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Efectivo', - 'categories_uncat' => 'Sin Categorizar', 'categories_deposit' => 'Depósito', 'categories_sales' => 'Ventas', 'currencies_usd' => 'Dólar EEUU', diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php index 1514803e2..9d0ec910a 100644 --- a/resources/lang/es-MX/general.php +++ b/resources/lang/es-MX/general.php @@ -37,7 +37,7 @@ return [ 'updates' => 'Actualización | Actualizaciones', 'numbers' => 'Número | Números', 'statuses' => 'Estado|Estados', - 'others' => 'Other|Others', + 'others' => 'Otro|Otros', 'dashboard' => 'Panel de Control', 'banking' => 'Bancos', @@ -95,16 +95,20 @@ return [ 'id' => 'ID', 'more_actions' => 'Más Acciones', 'duplicate' => 'Duplicar', - 'unpaid' => 'Unpaid', - 'paid' => 'Paid', - 'overdue' => 'Overdue', - 'partially' => 'Partially', - 'partially_paid' => 'Partially Paid', + 'unpaid' => 'No Pagada', + 'paid' => 'Pagada', + 'overdue' => 'Vencida', + 'partially' => 'Parcial', + 'partially_paid' => 'Pagada Parcialmente', + 'export' => 'Export', + 'enable' => 'Enable', + 'disable' => 'Disable', 'title' => [ 'new' => 'Nuevo :type', 'edit' => 'Editar :type', ], + 'form' => [ 'enter' => 'Ingrese :field', 'select' => [ diff --git a/resources/lang/es-MX/import.php b/resources/lang/es-MX/import.php index 0f4ed15ff..4b9dd9a6a 100644 --- a/resources/lang/es-MX/import.php +++ b/resources/lang/es-MX/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Importar', 'title' => 'Importar :type', - 'message' => 'Formatos permitidos: CSV, XLS. Por favor, descargue el archivo de ejemplo.', + 'message' => 'Allowed file types: XLS, XLSX. Please, download the sample file.', ]; diff --git a/resources/lang/es-MX/invoices.php b/resources/lang/es-MX/invoices.php index 27466afe4..d4d1bac98 100644 --- a/resources/lang/es-MX/invoices.php +++ b/resources/lang/es-MX/invoices.php @@ -12,15 +12,15 @@ return [ 'quantity' => 'Cantidad', 'price' => 'Precio', 'sub_total' => 'Subtotal', - 'discount' => 'Discount', + 'discount' => 'Descuento', 'tax_total' => 'Total de Impuestos', 'total' => 'Total ', 'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% Descuento', + 'add_discount' => 'Agregar Descuento', + 'discount_desc' => 'de subtotal', 'payment_due' => 'Vencimiento del Pago', 'paid' => 'Pagado', @@ -44,7 +44,7 @@ return [ 'messages' => [ 'email_sent' => '¡El correo electrónico de la factura se ha enviado correctamente!', 'marked_sent' => '¡Factura marcada como enviada con éxito!', - 'email_required' => 'No email address for this customer!', + 'email_required' => 'No se encontró una dirección de correo para este cliente!', ], 'notification' => [ diff --git a/resources/lang/es-MX/messages.php b/resources/lang/es-MX/messages.php index 26927a883..b5dc703e0 100644 --- a/resources/lang/es-MX/messages.php +++ b/resources/lang/es-MX/messages.php @@ -8,14 +8,16 @@ return [ 'deleted' => '¡:type eliminado!', 'duplicated' => '¡:type duplicado!', 'imported' => '¡:type importado!', + 'enabled' => ':type enabled!', + 'disabled' => ':type disabled!', ], 'error' => [ - 'over_payment' => 'Error: Payment not added! Amount passes the total.', + 'over_payment' => 'Error: Pago no agregado! Cantidad sobre pasa el total.', 'not_user_company' => 'Error: ¡No tiene permisos para administrar esta empresa!', - 'customer' => 'Error: User not created! :name already uses this email address.', + 'customer' => 'Error: Usuario no creado! :nombre ya utiliza esta dirección de correo.', 'no_file' => 'Error: ¡Ningún archivo se ha seleccionado!', - 'last_category' => 'Error: Can not delete the last :type category!', - 'invalid_token' => 'Error: The token entered is invalid!', + 'last_category' => 'Error: No se pudo eliminar el ultimo No. :type category!', + 'invalid_token' => 'Error: El token ingresado es invalido!', ], 'warning' => [ 'deleted' => 'Advertencia: No puede borrar :name porque tiene :text relacionado.', diff --git a/resources/lang/es-MX/modules.php b/resources/lang/es-MX/modules.php index 25c8c64fc..9a389a1e0 100644 --- a/resources/lang/es-MX/modules.php +++ b/resources/lang/es-MX/modules.php @@ -4,11 +4,12 @@ return [ 'title' => 'Token de API', 'api_token' => 'Token', + 'my_apps' => 'My Apps', 'top_paid' => 'Más Pagado', 'new' => 'Nuevo', 'top_free' => 'Top Gratis', 'free' => 'GRATIS', - 'search' => 'Search', + 'search' => 'Buscar', 'install' => 'Instalar', 'buy_now' => 'Comprar Ahora', 'token_link' => 'Haga Haga click aquí para obtener su token de API.', @@ -40,9 +41,18 @@ return [ 'install' => 'Instalando archivos de :module .', ], + 'badge' => [ + 'installed' => 'Installed', + ], + 'button' => [ 'uninstall' => 'Desinstalar', 'disable' => 'Deshabilitar', 'enable' => 'Habilitar', ], + + 'my' => [ + 'purchased' => 'Purchased', + 'installed' => 'Installed', + ], ]; diff --git a/resources/lang/es-MX/recurring.php b/resources/lang/es-MX/recurring.php index 92099c71c..63fbc2b8d 100644 --- a/resources/lang/es-MX/recurring.php +++ b/resources/lang/es-MX/recurring.php @@ -2,19 +2,19 @@ return [ - 'recurring' => 'Recurring', - 'every' => 'Every', - 'period' => 'Period', - 'times' => 'Times', - 'daily' => 'Daily', - 'weekly' => 'Weekly', - 'monthly' => 'Monthly', - 'yearly' => 'Yearly', - 'custom' => 'Custom', - 'days' => 'Day(s)', - 'weeks' => 'Week(s)', - 'months' => 'Month(s)', - 'years' => 'Year(s)', - 'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', + 'recurring' => 'Recurrente', + 'every' => 'Cada', + 'period' => 'Periodo', + 'times' => 'Veces', + 'daily' => 'Diario', + 'weekly' => 'Semanal', + 'monthly' => 'Mensual', + 'yearly' => 'Anual', + 'custom' => 'Personalizado', + 'days' => 'Día(s)', + 'weeks' => 'Semana(s)', + 'months' => 'Mes(es)', + 'years' => 'Año(s)', + 'message' => 'Éste es un :type periódico y el siguiente :type se generará automáticamente el día :date', ]; diff --git a/resources/lang/es-MX/reports.php b/resources/lang/es-MX/reports.php index b602a46d9..de8b686f7 100644 --- a/resources/lang/es-MX/reports.php +++ b/resources/lang/es-MX/reports.php @@ -7,24 +7,24 @@ return [ 'this_quarter' => 'Este Trimestre', 'previous_quarter' => 'Trimestre Anterior', 'last_12_months' => 'Últimos 12 Meses', - 'profit_loss' => 'Profit & Loss', - 'gross_profit' => 'Gross Profit', - 'net_profit' => 'Net Profit', - 'total_expenses' => 'Total Expenses', - 'net' => 'NET', + 'profit_loss' => 'Ganancias y Pérdidas', + 'gross_profit' => 'Ganancia Bruta', + 'net_profit' => 'Ganancia Neta', + 'total_expenses' => 'Total de Gastos', + 'net' => 'Neto', 'summary' => [ 'income' => 'Resumen de Ingresos', 'expense' => 'Resumen de Gastos', 'income_expense' => 'Ingresos vs Gastos', - 'tax' => 'Tax Summary', + 'tax' => 'Resumen de impuestos', ], 'quarter' => [ - '1' => 'Jan-Mar', - '2' => 'Apr-Jun', + '1' => 'Ene-Mar', + '2' => 'Abr-Jun', '3' => 'Jul-Sep', - '4' => 'Oct-Dec', + '4' => 'Oct-Dic', ], ]; diff --git a/resources/lang/es-MX/settings.php b/resources/lang/es-MX/settings.php index 7b6586156..822975087 100644 --- a/resources/lang/es-MX/settings.php +++ b/resources/lang/es-MX/settings.php @@ -22,9 +22,9 @@ return [ ], 'timezone' => 'Zona Horaria', 'percent' => [ - 'title' => 'Percent (%) Position', - 'before' => 'Before Number', - 'after' => 'After Number', + 'title' => 'Posición Porcentaje (%)', + 'before' => 'Antes del Número', + 'after' => 'Después del número', ], ], 'invoice' => [ diff --git a/resources/lang/es-MX/transfers.php b/resources/lang/es-MX/transfers.php index 657054b41..a31734853 100644 --- a/resources/lang/es-MX/transfers.php +++ b/resources/lang/es-MX/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'De la Cuenta', 'to_account' => 'A la Cuenta', + 'messages' => [ + 'delete' => ':from to :to (:amount)', + ], + ]; diff --git a/resources/lang/id-ID/auth.php b/resources/lang/id-ID/auth.php index d86c3b9f0..8c7d50eb4 100644 --- a/resources/lang/id-ID/auth.php +++ b/resources/lang/id-ID/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Email saat ini', 'reset' => 'Atur Ulang', 'never' => 'tidak pernah', + 'password' => [ 'current' => 'Sandi', 'current_confirm' => 'Konfirmasi Sandi', 'new' => 'Kata sandi baru', 'new_confirm' => 'Konfirmasi sandi baru', ], + 'error' => [ - 'self_delete' => 'Kesalahan: Tidak dapat menghapus akun sendiri!' + 'self_delete' => 'Kesalahan: Tidak dapat menghapus akun sendiri!', + 'no_company' => 'Galat: Tidak ada perusahaan yang ditetapkan ke akun Anda. Mohon hubungi administrator sistem.', ], 'failed' => 'Identitas tersebut tidak cocok dengan data kami.', 'disabled' => 'Akun ini dinonaktifkan. Silahkan, hubungi administrator sistem.', 'throttle' => 'Terlalu banyak percobaan masuk. Silahkan coba lagi dalam :seconds detik.', + 'notification' => [ + 'message_1' => 'Anda menerima email ini karena kami menerima permintaan atur ulang kata sandi untuk akun Anda.', + 'message_2' => 'Jika Anda tidak melakukan permintaan atur ulang kata sandi, tindakan lebih lanjut tidak diperlukan.', + 'button' => 'Atur ulang kata sandi', + ], + ]; diff --git a/resources/lang/id-ID/bills.php b/resources/lang/id-ID/bills.php index 12f52441c..2c9d97e6c 100644 --- a/resources/lang/id-ID/bills.php +++ b/resources/lang/id-ID/bills.php @@ -12,14 +12,14 @@ return [ 'quantity' => 'Jumlah', 'price' => 'Harga', 'sub_total' => 'Subtotal', - 'discount' => 'Discount', + 'discount' => 'Diskon', 'tax_total' => 'Total Pajak', 'total' => 'Total', 'item_name' => 'Nama Barang | Nama Barang', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', + 'show_discount' => 'Diskon :discount%', + 'add_discount' => 'Tambahkan diskon', 'discount_desc' => 'of subtotal', 'payment_due' => 'Pembayaran Jatuh Tempo', diff --git a/resources/lang/id-ID/demo.php b/resources/lang/id-ID/demo.php index 6941c2660..f7f7cb1bf 100644 --- a/resources/lang/id-ID/demo.php +++ b/resources/lang/id-ID/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Kas', - 'categories_uncat' => 'Tak Berkategori', 'categories_deposit' => 'Deposit', 'categories_sales' => 'Penjualan', 'currencies_usd' => 'Dolar Amerika', diff --git a/resources/lang/id-ID/general.php b/resources/lang/id-ID/general.php index b32eca374..0b4544a50 100644 --- a/resources/lang/id-ID/general.php +++ b/resources/lang/id-ID/general.php @@ -7,17 +7,17 @@ return [ 'invoices' => 'Faktur | faktur', 'revenues' => 'Pendapatan|Pendapatan', 'customers' => 'Pelanggan | Pelanggan', - 'expenses' => 'Beban|Beban', + 'expenses' => 'Biaya | Biaya', 'bills' => 'Tagihan|Tagihan', - 'payments' => 'Pembayara|Pembayaran', - 'vendors' => 'Penjual keliling|Penjual keliling', - 'accounts' => 'Akun|Akun', - 'transfers' => 'Pemindahan|Pemindahan', - 'transactions' => 'Transaksi|Transaksi', + 'payments' => 'Pembayaran | Pembayaran', + 'vendors' => 'Penjual | Vendor', + 'accounts' => 'Akun | Akun', + 'transfers' => 'Mentransfer | Transfer', + 'transactions' => 'Transaksi | Transaksi', 'reports' => 'Laporan | Laporan', - 'settings' => 'Pengaturan|Pengaturan', - 'categories' => 'Kategori|Kategori', - 'currencies' => 'Mata Uang | Mata Uang', + 'settings' => 'Pengaturan | Pengaturan', + 'categories' => 'Kategori | Kategori', + 'currencies' => 'Mata uang | Mata uang', 'tax_rates' => 'Tarif Pajak | Tarif Pajak', 'users' => 'Pengguna | Pengguna', 'roles' => 'Peran | Peran', @@ -26,7 +26,7 @@ return [ 'companies' => 'Perusahaan | Perusahaan', 'profits' => 'Keuntungan | Keuntungan', 'taxes' => 'Pajak | Pajak', - 'logos' => 'Logo|Logos', + 'logos' => 'Logo | Logo', 'pictures' => 'Gambar | Gambar', 'types' => 'Jenis | Jenis', 'payment_methods' => 'Metode Pembayaran | Metode Pembayaran', @@ -37,7 +37,7 @@ return [ 'updates' => 'Pembaruan|Pembaruan', 'numbers' => 'Nomor | Nomor', 'statuses' => 'Status | Status', - 'others' => 'Other|Others', + 'others' => 'Lain | Lain-lain', 'dashboard' => 'Dasbor', 'banking' => 'Perbankan', @@ -46,7 +46,7 @@ return [ 'date' => 'Tanggal', 'amount' => 'Jumlah', 'enabled' => 'Diaktifkan', - 'disabled' => 'Tertutup', + 'disabled' => 'Dinonaktifkan', 'yes' => 'Ya', 'no' => 'Tidak', 'na' => 'N/A', @@ -59,12 +59,12 @@ return [ 'show' => 'Menampilkan', 'edit' => 'Sunting', 'delete' => 'Hapus', - 'send' => 'Mengirim', + 'send' => 'Kirim', 'download' => 'Unduh', - 'delete_confirm' => 'Löschen bestätigen :name :type?', + 'delete_confirm' => 'Konfirmasi hapus :nama :jenis?', 'name' => 'Nama', 'email' => 'E-mail', - 'tax_number' => 'Nomor Pajak', + 'tax_number' => 'NPWP', 'phone' => 'Telepon', 'address' => 'Alamat', 'website' => 'Situs Web', @@ -73,18 +73,18 @@ return [ 'manage' => 'Mengelola', 'code' => 'Kode', 'alias' => 'Alias', - 'balance' => 'Keseimbangan', + 'balance' => 'Saldo', 'reference' => 'Referensi', 'attachment' => 'Lampiran', 'change' => 'Perubahan', 'switch' => 'Beralih', 'color' => 'Warna', - 'save' => 'Menyimpan', - 'cancel' => 'Membatalkan', + 'save' => 'Simpan', + 'cancel' => 'Batal', 'from' => 'Dari', 'to' => 'Untuk', - 'print' => 'Mencetak', - 'search' => 'Pencarian', + 'print' => 'Cetak', + 'search' => 'Cari', 'search_placeholder' => 'Ketik untuk mencari..', 'filter' => 'Menyaring', 'help' => 'Bantuan', @@ -95,16 +95,20 @@ return [ 'id' => 'ID', 'more_actions' => 'Tindakan Lainnya', 'duplicate' => 'Duplikat', - 'unpaid' => 'Unpaid', - 'paid' => 'Paid', - 'overdue' => 'Overdue', - 'partially' => 'Partially', - 'partially_paid' => 'Partially Paid', + 'unpaid' => 'Belum Dibayar', + 'paid' => 'Dibayar', + 'overdue' => 'Jatuh tempo', + 'partially' => 'Sebagian', + 'partially_paid' => 'Sebagian dibayar', + 'export' => 'Export', + 'enable' => 'Enable', + 'disable' => 'Disable', 'title' => [ 'new' => 'Baru :type', 'edit' => 'Sunting :type', ], + 'form' => [ 'enter' => 'Masukkan :field', 'select' => [ diff --git a/resources/lang/id-ID/import.php b/resources/lang/id-ID/import.php index fb5d021ff..6d7069c90 100644 --- a/resources/lang/id-ID/import.php +++ b/resources/lang/id-ID/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Impor', 'title' => 'Impor :type', - 'message' => 'Jenis file yang diizinkan: CSV, XLS. Silahkan download contoh berkas.', + 'message' => 'Allowed file types: XLS, XLSX. Please, download the sample file.', ]; diff --git a/resources/lang/id-ID/invoices.php b/resources/lang/id-ID/invoices.php index 9a7835ca6..a277d1b2b 100644 --- a/resources/lang/id-ID/invoices.php +++ b/resources/lang/id-ID/invoices.php @@ -12,14 +12,14 @@ return [ 'quantity' => 'Kuantitas', 'price' => 'Harga', 'sub_total' => 'Subtotal', - 'discount' => 'Discount', + 'discount' => 'Diskon', 'tax_total' => 'Total Pajak', 'total' => 'Total', 'item_name' => 'Nama Item | Nama Item', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', + 'show_discount' => 'Diskon :discount%', + 'add_discount' => 'Tambahkan diskon', 'discount_desc' => 'of subtotal', 'payment_due' => 'Tanggal Pembayaran', @@ -44,7 +44,7 @@ return [ 'messages' => [ 'email_sent' => 'Email faktur telah berhasil dikirim!', 'marked_sent' => 'Faktur ditandai sebagai berhasil dikirim!', - 'email_required' => 'No email address for this customer!', + 'email_required' => 'Tidak ada alamat email untuk pelanggan ini!', ], 'notification' => [ diff --git a/resources/lang/id-ID/messages.php b/resources/lang/id-ID/messages.php index eb76b42e1..4e32f26aa 100644 --- a/resources/lang/id-ID/messages.php +++ b/resources/lang/id-ID/messages.php @@ -8,14 +8,16 @@ return [ 'deleted' => ':type dihapus!', 'duplicated' => ':type duplikat!', 'imported' => ':type diimpor!', + 'enabled' => ':type enabled!', + 'disabled' => ':type disabled!', ], 'error' => [ 'over_payment' => 'Error: Payment not added! Amount passes the total.', 'not_user_company' => 'Kesalahan: Anda tidak diperbolehkan mengelola perusahaan ini!', - 'customer' => 'Error: User not created! :name already uses this email address.', + 'customer' => 'Galat: Pengguna tidak dibuat! :name telah menggunakan alamat email ini.', 'no_file' => 'Kesalahan: Tidak ada file dipilih!', 'last_category' => 'Error: Can not delete the last :type category!', - 'invalid_token' => 'Error: The token entered is invalid!', + 'invalid_token' => 'Galat: Token yang dimasukkan tidak sah!', ], 'warning' => [ 'deleted' => 'PeringatanL: Anda tidak boleh menghapus :name karena memiliki :text terkaitan.', diff --git a/resources/lang/id-ID/modules.php b/resources/lang/id-ID/modules.php index d2315d5e0..06c36c144 100644 --- a/resources/lang/id-ID/modules.php +++ b/resources/lang/id-ID/modules.php @@ -4,11 +4,12 @@ return [ 'title' => 'API Token', 'api_token' => 'Token', + 'my_apps' => 'Aplikasi saya', 'top_paid' => 'Dibayar atas', 'new' => 'Baru', 'top_free' => 'Gratis Teratas', 'free' => 'GRATIS', - 'search' => 'Search', + 'search' => 'Cari', 'install' => 'Pasang', 'buy_now' => 'Beli Sekarang', 'token_link' => 'Klik disini untuk mendapatkan API token anda.', @@ -40,9 +41,18 @@ return [ 'install' => 'Instalasi :module.', ], + 'badge' => [ + 'installed' => 'Terpasang', + ], + 'button' => [ 'uninstall' => 'Hapus', 'disable' => 'Nonaktif', 'enable' => 'Aktif', ], + + 'my' => [ + 'purchased' => 'Dibeli', + 'installed' => 'Terpasang', + ], ]; diff --git a/resources/lang/id-ID/recurring.php b/resources/lang/id-ID/recurring.php index 92099c71c..6beb8e5c1 100644 --- a/resources/lang/id-ID/recurring.php +++ b/resources/lang/id-ID/recurring.php @@ -2,19 +2,19 @@ return [ - 'recurring' => 'Recurring', - 'every' => 'Every', - 'period' => 'Period', - 'times' => 'Times', - 'daily' => 'Daily', - 'weekly' => 'Weekly', - 'monthly' => 'Monthly', - 'yearly' => 'Yearly', - 'custom' => 'Custom', - 'days' => 'Day(s)', - 'weeks' => 'Week(s)', - 'months' => 'Month(s)', - 'years' => 'Year(s)', - 'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', + 'recurring' => 'Berulang', + 'every' => 'Setiap', + 'period' => 'Periode', + 'times' => 'Waktu', + 'daily' => 'Harian', + 'weekly' => 'Mingguan', + 'monthly' => 'Bulanan', + 'yearly' => 'Tahunan', + 'custom' => 'Sesuaikan', + 'days' => 'Hari', + 'weeks' => 'Minggu', + 'months' => 'Bulan', + 'years' => 'Tahun', + 'message' => 'Ini adalah :type berulang dan :type selanjutnya akan dibuat otomatis pada tanggal :date', ]; diff --git a/resources/lang/id-ID/reports.php b/resources/lang/id-ID/reports.php index d9f89a075..2c7befa3b 100644 --- a/resources/lang/id-ID/reports.php +++ b/resources/lang/id-ID/reports.php @@ -7,24 +7,24 @@ return [ 'this_quarter' => 'Kuartal ini', 'previous_quarter' => 'Kuartal sebelumnya', 'last_12_months' => '12 Bulan terakhir', - 'profit_loss' => 'Profit & Loss', - 'gross_profit' => 'Gross Profit', - 'net_profit' => 'Net Profit', - 'total_expenses' => 'Total Expenses', + 'profit_loss' => 'Laba & Rugi', + 'gross_profit' => 'Laba Kotor', + 'net_profit' => 'Laba Bersih', + 'total_expenses' => 'Total Pengeluaran', 'net' => 'NET', 'summary' => [ 'income' => 'Ringkasan Pendapatan', 'expense' => 'Ringkasan Pengeluaran', 'income_expense' => 'Pendapatan berbanding Pengeluaran', - 'tax' => 'Tax Summary', + 'tax' => 'Ringkasan Pajak', ], 'quarter' => [ '1' => 'Jan-Mar', '2' => 'Apr-Jun', '3' => 'Jul-Sep', - '4' => 'Oct-Dec', + '4' => 'Okt-Des', ], ]; diff --git a/resources/lang/id-ID/settings.php b/resources/lang/id-ID/settings.php index f44a76f58..71c2aeb4d 100644 --- a/resources/lang/id-ID/settings.php +++ b/resources/lang/id-ID/settings.php @@ -50,8 +50,8 @@ return [ 'host' => 'SMTP Host', 'port' => 'SMTP Port', 'username' => 'Nama Pengguna SMTP', - 'password' => 'Password SMTP', - 'encryption' => 'Kemanan SMTP', + 'password' => 'Kata Sandi SMTP', + 'encryption' => 'Keamanan SMTP', 'none' => 'Tidak ada', ], 'sendmail' => 'Sendmail', diff --git a/resources/lang/id-ID/transfers.php b/resources/lang/id-ID/transfers.php index 65f1297d5..241cb15dc 100644 --- a/resources/lang/id-ID/transfers.php +++ b/resources/lang/id-ID/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'Dari Rekening', 'to_account' => 'Ke Rekening', + 'messages' => [ + 'delete' => ':from ke :to (:amount)', + ], + ]; diff --git a/resources/lang/nl-NL/auth.php b/resources/lang/nl-NL/auth.php index 67bdca1d2..d69ae99ce 100644 --- a/resources/lang/nl-NL/auth.php +++ b/resources/lang/nl-NL/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Huidige E-mail', 'reset' => 'Resetten', 'never' => 'nooit', + 'password' => [ 'current' => 'Wachtwoord', 'current_confirm' => 'Wachtwoordbevestiging', 'new' => 'Nieuw Wachtwoord', 'new_confirm' => 'Wachtwoordbevestiging', ], + 'error' => [ - 'self_delete' => 'Fout: Kan niet zelf verwijderen!' + 'self_delete' => 'Fout: Kan niet zelf verwijderen!', + 'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.', ], 'failed' => 'Deze referenties komen niet overeen met onze administratie.', 'disabled' => 'Deze account is uitgeschakeld. Alstublieft, neem dan contact op met de systeembeheerder.', - 'throttle' => 'Te veel inlogpogingen. Probeer het opnieuw: seconden seconden.', + 'throttle' => 'Te veel inlogpogingen. Probeer het opnieuw :seconds seconden.', + + 'notification' => [ + 'message_1' => 'You are receiving this email because we received a password reset request for your account.', + 'message_2' => 'If you did not request a password reset, no further action is required.', + 'button' => 'Reset Password', + ], ]; diff --git a/resources/lang/nl-NL/dashboard.php b/resources/lang/nl-NL/dashboard.php index 7c86cbe81..b7891fb75 100644 --- a/resources/lang/nl-NL/dashboard.php +++ b/resources/lang/nl-NL/dashboard.php @@ -9,7 +9,7 @@ return [ 'total_expenses' => 'Totale uitgaven', 'payables' => 'Schulden', 'open_bills' => 'Open rekeningen', - 'overdue_bills' => 'Openstaande fakturen', + 'overdue_bills' => 'Openstaande facturen', 'total_profit' => 'Totale winst', 'open_profit' => 'Open winst', 'overdue_profit' => 'Achterstallige winst', diff --git a/resources/lang/nl-NL/demo.php b/resources/lang/nl-NL/demo.php index e69b7a445..82d2b52d1 100644 --- a/resources/lang/nl-NL/demo.php +++ b/resources/lang/nl-NL/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Contant', - 'categories_uncat' => 'Ongecategoriseerd', 'categories_deposit' => 'Storting', 'categories_sales' => 'Verkoop', 'currencies_usd' => 'Amerikaanse Dollar', diff --git a/resources/lang/nl-NL/general.php b/resources/lang/nl-NL/general.php index b3bbfa4a4..242218158 100644 --- a/resources/lang/nl-NL/general.php +++ b/resources/lang/nl-NL/general.php @@ -8,7 +8,7 @@ return [ 'revenues' => 'Inkomsten|Inkomsten', 'customers' => 'Klant|Klanten', 'expenses' => 'Kosten|Kosten', - 'bills' => 'Fakturen|Rekeningen', + 'bills' => 'Facturen|Rekeningen', 'payments' => 'Betaling|Betalingen', 'vendors' => 'Leverancier|Leveranciers', 'accounts' => 'Account|Rekeningen', @@ -61,7 +61,7 @@ return [ 'delete' => 'Verwijderen', 'send' => 'Verzenden', 'download' => 'Download', - 'delete_confirm' => 'Verwijderen bevestigen: naam: type?', + 'delete_confirm' => 'Verwijderen bevestigen :name :type?', 'name' => 'Naam', 'email' => 'Email', 'tax_number' => 'Btw nummer', @@ -89,7 +89,7 @@ return [ 'filter' => 'Filter', 'help' => 'Hulp', 'all' => 'Alles', - 'all_type' => 'Alle types', + 'all_type' => 'Alle :type', 'upcoming' => 'Aankomende', 'created' => 'Aangemaakt', 'id' => 'ID', @@ -100,15 +100,19 @@ return [ 'overdue' => 'Overdue', 'partially' => 'Partially', 'partially_paid' => 'Partially Paid', + 'export' => 'Export', + 'enable' => 'Enable', + 'disable' => 'Disable', 'title' => [ - 'new' => 'Nieuw: type', - 'edit' => 'Bewerken: type', + 'new' => 'Nieuw :type', + 'edit' => 'Bewerken :type', ], + 'form' => [ - 'enter' => 'Voer: veld', + 'enter' => 'Voer :field', 'select' => [ - 'field' => '-Selecteer: veld -', + 'field' => '- Selecteer :field -', 'file' => 'Selecteer bestand', ], 'no_file_selected' => 'Geen bestand geselecteerd...', diff --git a/resources/lang/nl-NL/header.php b/resources/lang/nl-NL/header.php index 73e30b3c1..58685d61e 100644 --- a/resources/lang/nl-NL/header.php +++ b/resources/lang/nl-NL/header.php @@ -3,12 +3,12 @@ return [ 'change_language' => 'Taal wijzigen', - 'last_login' => 'Laatste login: tijd', + 'last_login' => 'Laatste login :time', 'notifications' => [ - 'counter' => '{0} je hebt geen melding |{1} je hebt: kennisgeving | [2, *] Je hebt: kennisgevingen', - 'overdue_invoices' => '{1}: aantal openstaande factuur | [2, *]: aantal achterstallige facturen', - 'upcoming_bills' => '{1}: aantal aankomende faktuur | [2, *]: aantal aankomende facturen', - 'items_stock' => '{1}: aantal item niet op voorraad | [2, *]: aantal items niet op voorraad', + 'counter' => '{0} je hebt geen melding |{1} je hebt :count | [2, *] Je hebt :count', + 'overdue_invoices' => '{1} :count openstaande factuur | [2, *] :count achterstallige facturen', + 'upcoming_bills' => '{1} :count aankomende faktuur | [2, *] :count aankomende facturen', + 'items_stock' => '{1} :count item niet op voorraad | [2, *] :count items niet op voorraad', 'view_all' => 'Alles Weergeven' ], diff --git a/resources/lang/nl-NL/import.php b/resources/lang/nl-NL/import.php index fe5acbbc0..d4a326edf 100644 --- a/resources/lang/nl-NL/import.php +++ b/resources/lang/nl-NL/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Import', 'title' => 'Import :type', - 'message' => 'Allowed file types: CSV, XLS. Please, download the sample file.', + 'message' => 'Allowed file types: XLS, XLSX. Please, download the sample file.', ]; diff --git a/resources/lang/nl-NL/install.php b/resources/lang/nl-NL/install.php index 880ad5906..080820c5e 100644 --- a/resources/lang/nl-NL/install.php +++ b/resources/lang/nl-NL/install.php @@ -17,10 +17,10 @@ return [ ], 'requirements' => [ - 'enabled' => ': functie moet worden ingeschakeld!', - 'disabled' => ': functie moet worden uitgeschakeld!', - 'extension' => ': extension uitbreiding moet worden geladen!', - 'directory' => ': folder map moet schrijfbaar zijn!', + 'enabled' => ':feature moet worden ingeschakeld!', + 'disabled' => ':feature moet worden uitgeschakeld!', + 'extension' => ':extension uitbreiding moet worden geladen!', + 'directory' => ':directory map moet schrijfbaar zijn!', ], 'database' => [ diff --git a/resources/lang/nl-NL/invoices.php b/resources/lang/nl-NL/invoices.php index e757819b0..18c1b154b 100644 --- a/resources/lang/nl-NL/invoices.php +++ b/resources/lang/nl-NL/invoices.php @@ -48,7 +48,7 @@ return [ ], 'notification' => [ - 'message' => 'U ontvangt deze e-mail omdat voor: factuur bedrag: klant klant.', + 'message' => 'U ontvangt deze e-mail omdat voor :amount bedrag :customer klant.', 'button' => 'Betaal nu', ], diff --git a/resources/lang/nl-NL/items.php b/resources/lang/nl-NL/items.php index 8092ab88b..022deae2b 100644 --- a/resources/lang/nl-NL/items.php +++ b/resources/lang/nl-NL/items.php @@ -8,7 +8,7 @@ return [ 'sku' => 'SKU', 'notification' => [ - 'message' => 'U ontvangt deze e-mail omdat : naam draait niet op voorraad.', + 'message' => 'U ontvangt deze e-mail omdat :name draait niet op voorraad.', 'button' => 'Bekijk nu', ], diff --git a/resources/lang/nl-NL/messages.php b/resources/lang/nl-NL/messages.php index 1a7292a3b..efdcc0bb1 100644 --- a/resources/lang/nl-NL/messages.php +++ b/resources/lang/nl-NL/messages.php @@ -3,11 +3,13 @@ return [ 'success' => [ - 'added' => ': type toegevoegd!', - 'updated' => ': type bijgewerkt!', - 'deleted' => ': type verwijderd!', - 'duplicated' => ': type gedupliceerd!', + 'added' => ':type toegevoegd!', + 'updated' => ':type bijgewerkt!', + 'deleted' => ':type verwijderd!', + 'duplicated' => ':type gedupliceerd!', 'imported' => ':type imported!', + 'enabled' => ':type enabled!', + 'disabled' => ':type disabled!', ], 'error' => [ 'over_payment' => 'Error: Payment not added! Amount passes the total.', @@ -18,8 +20,8 @@ return [ 'invalid_token' => 'Error: The token entered is invalid!', ], 'warning' => [ - 'deleted' => 'Waarschuwing: U bent niet toegestaan te verwijderen : naam omdat er: tekst gerelateerde.', - 'disabled' => 'Waarschuwing: U mag niet uitschakelen : naam omdat er: tekst gerelateerde.', + 'deleted' => 'Waarschuwing: U bent niet toegestaan te verwijderen :name omdat er :text gerelateerde.', + 'disabled' => 'Waarschuwing: U mag niet uitschakelen :name omdat er :text gerelateerde.', ], ]; diff --git a/resources/lang/nl-NL/modules.php b/resources/lang/nl-NL/modules.php index 7d1b0c175..1d8c512bc 100644 --- a/resources/lang/nl-NL/modules.php +++ b/resources/lang/nl-NL/modules.php @@ -4,6 +4,7 @@ return [ 'title' => 'API-Token', 'api_token' => 'Token', + 'my_apps' => 'My Apps', 'top_paid' => 'Top betaald', 'new' => 'Nieuw', 'top_free' => 'Top gratis', @@ -35,14 +36,23 @@ return [ 'installation' => [ 'header' => 'App Installation', - 'download' => 'Download: module bestand.', - 'unzip' => 'Uitpakken: module bestanden.', + 'download' => 'Download :module bestand.', + 'unzip' => 'Uitpakken :module bestanden.', 'install' => 'Installing :module files.', ], + 'badge' => [ + 'installed' => 'Installed', + ], + 'button' => [ 'uninstall' => 'Verwijderen', 'disable' => 'Uitgeschakeld', 'enable' => 'Activeren', ], + + 'my' => [ + 'purchased' => 'Purchased', + 'installed' => 'Installed', + ], ]; diff --git a/resources/lang/nl-NL/pagination.php b/resources/lang/nl-NL/pagination.php index 6f331d4bd..a5fb701ff 100644 --- a/resources/lang/nl-NL/pagination.php +++ b/resources/lang/nl-NL/pagination.php @@ -4,6 +4,6 @@ return [ 'previous' => '«Vorige', 'next' => '«Volgende»;', - 'showing' => 'Tonen: eerst aan: laatste van: totale: type', + 'showing' => 'Tonen :first aan :last van :total :type', ]; diff --git a/resources/lang/nl-NL/transfers.php b/resources/lang/nl-NL/transfers.php index 2259d14bf..dcf63be53 100644 --- a/resources/lang/nl-NL/transfers.php +++ b/resources/lang/nl-NL/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'Van Account', 'to_account' => 'Naar Account', + 'messages' => [ + 'delete' => ':from to :to (:amount)', + ], + ]; diff --git a/resources/lang/nl-NL/updates.php b/resources/lang/nl-NL/updates.php index 46fdb2853..0f019320f 100644 --- a/resources/lang/nl-NL/updates.php +++ b/resources/lang/nl-NL/updates.php @@ -4,7 +4,7 @@ return [ 'installed_version' => 'Geïnstalleerde versie', 'latest_version' => 'Nieuwste versie', - 'update' => 'Bijwerken van Akaunting aan: versie versie', + 'update' => 'Bijwerken van Akaunting aan :version versie', 'changelog' => 'Wijzigingen', 'check' => 'Controleren', 'new_core' => 'Er is een bijgewerkte versie van Akaunting beschikbaar.', diff --git a/resources/lang/nl-NL/validation.php b/resources/lang/nl-NL/validation.php index b0f572bf5..142f577fe 100644 --- a/resources/lang/nl-NL/validation.php +++ b/resources/lang/nl-NL/validation.php @@ -38,7 +38,7 @@ return [ 'digits_between' => ':attribute moet tussen de :min en :max aantal karakters lang zijn.', 'dimensions' => 'De: kenmerk heeft ongeldige afbeelding afmetingen.', 'distinct' => 'De: kenmerkveld is een dubbele waarde.', - 'email' => 'De: kenmerk moet een geldig e-mailadres.', + 'email' => 'De :attribute moet een geldig e-mailadres.', 'exists' => 'Het geselecteerde kenmerk :attribute is ongeldig.', 'file' => 'De: kenmerk moet een bestand.', 'filled' => 'De: kenmerkveld moet een waarde hebben.', @@ -75,7 +75,7 @@ return [ 'required_without_all' => 'De: kenmerkveld is vereist wanneer geen van: waarden aanwezig zijn.', 'same' => 'De: kenmerk en: andere moet overeenkomen.', 'size' => [ - 'numeric' => 'De: kenmerk moet: grootte.', + 'numeric' => 'De :attribute moet :size.', 'file' => 'De: kenmerk moet: grootte van kilobytes.', 'string' => 'De: kenmerk moet: het formaat van tekens.', 'array' => 'De: kenmerk moet bevatten: het formaat van objecten.', diff --git a/resources/lang/pt-BR/auth.php b/resources/lang/pt-BR/auth.php index 0343b7a63..39b4266e8 100644 --- a/resources/lang/pt-BR/auth.php +++ b/resources/lang/pt-BR/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'E-mail atual', 'reset' => 'Resetar', 'never' => 'Nunca', + 'password' => [ 'current' => 'Senha', 'current_confirm' => 'Confirmação da Senha', 'new' => 'Nova Senha', 'new_confirm' => 'Confirmação da Nova Senha', ], + 'error' => [ - 'self_delete' => 'Erro: não pode se excluir!' + 'self_delete' => 'Erro: não pode se excluir!', + 'no_company' => 'Erro: Nenhuma empresa atribuída à sua conta. Por favor, entre em contato com o administrador do sistema.', ], 'failed' => 'Essas credenciais não correspondem aos nossos registros.', 'disabled' => 'Esta conta está desabilitada. Por favor, entre em contato com o administrador do sistema.', 'throttle' => 'Muitas tentativas de login. Tente novamente em :seconds segundos.', + 'notification' => [ + 'message_1' => 'Você está recebendo este e-mail porque recebemos um pedido de redefinição de senha para sua conta.', + 'message_2' => 'Se você não pediu uma redefinição de senha, nenhuma ação adicional é necessária.', + 'button' => 'Recuperar senha', + ], + ]; diff --git a/resources/lang/pt-BR/bills.php b/resources/lang/pt-BR/bills.php index 070462c6e..bbdbd18a3 100644 --- a/resources/lang/pt-BR/bills.php +++ b/resources/lang/pt-BR/bills.php @@ -12,15 +12,15 @@ return [ 'quantity' => 'Quantidade', 'price' => 'Preço', 'sub_total' => 'Subtotal', - 'discount' => 'Discount', + 'discount' => 'Desconto', 'tax_total' => 'Taxa', 'total' => 'Total', 'item_name' => 'Nome(s) do(s) Item(s)', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% desconto', + 'add_discount' => 'Adicionar desconto', + 'discount_desc' => 'subtotal', 'payment_due' => 'Valor Devido', 'amount_due' => 'Total Devido', diff --git a/resources/lang/pt-BR/currencies.php b/resources/lang/pt-BR/currencies.php index 05ea23aec..5269d6921 100644 --- a/resources/lang/pt-BR/currencies.php +++ b/resources/lang/pt-BR/currencies.php @@ -6,13 +6,13 @@ return [ 'rate' => 'Taxa', 'default' => 'Moeda Padrão', 'decimal_mark' => 'Separador de decimal', - 'thousands_separator' => 'Separador de milha', + 'thousands_separator' => 'Separador de milhar', 'precision' => 'Precisão', 'symbol' => [ 'symbol' => 'Símbolo', 'position' => 'Posição do símbolo', - 'before' => 'Before Amount', - 'after' => 'After Amount', + 'before' => 'Antes do valor', + 'after' => 'Depois do valor', ] ]; diff --git a/resources/lang/pt-BR/demo.php b/resources/lang/pt-BR/demo.php index 9560d6aba..4952ef5ab 100644 --- a/resources/lang/pt-BR/demo.php +++ b/resources/lang/pt-BR/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Dinheiro', - 'categories_uncat' => 'Sem Categoria', 'categories_deposit' => 'Depósito', 'categories_sales' => 'Vendas', 'currencies_usd' => 'US Americado', diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php index 50a2dac0a..f1316cfe9 100644 --- a/resources/lang/pt-BR/general.php +++ b/resources/lang/pt-BR/general.php @@ -26,7 +26,7 @@ return [ 'companies' => 'Empresa|Empresas', 'profits' => 'Lucro|Lucros', 'taxes' => 'Imposto|Impostos', - 'logos' => 'Logo|Logos', + 'logos' => 'Logotipo | Logotipos', 'pictures' => 'Imagen|Imagens', 'types' => 'Tipo|Tipos', 'payment_methods' => 'Método de pagamento|Método de pagamentos', @@ -36,8 +36,8 @@ return [ 'languages' => 'Idioma|Idiomas', 'updates' => 'Atualização|Atualizações', 'numbers' => 'Número|Números', - 'statuses' => 'Status|Statuses', - 'others' => 'Other|Others', + 'statuses' => 'Status|Status', + 'others' => 'Outro | Outros', 'dashboard' => 'Painel', 'banking' => 'Banco', @@ -52,7 +52,7 @@ return [ 'na' => 'N/A', 'daily' => 'Diariamente', 'monthly' => 'Mensal', - 'quarterly' => 'Quarterly', + 'quarterly' => 'Trimestral', 'yearly' => 'Anual', 'add' => 'Adicionar', 'add_new' => 'Adicionar novo', @@ -77,7 +77,7 @@ return [ 'reference' => 'Referência', 'attachment' => 'Anexo', 'change' => 'Alterar', - 'switch' => 'Switch', + 'switch' => 'Trocar', 'color' => 'Cor', 'save' => 'Salvar', 'cancel' => 'Cancelar', @@ -89,22 +89,26 @@ return [ 'filter' => 'Filtar', 'help' => 'Ajuda', 'all' => 'Todos', - 'all_type' => 'All :type', + 'all_type' => 'Todos :type', 'upcoming' => 'Próximos', 'created' => 'Criado', - 'id' => 'ID', + 'id' => 'Código', 'more_actions' => 'Mais ações', - 'duplicate' => 'Duplicar', - 'unpaid' => 'Unpaid', - 'paid' => 'Paid', - 'overdue' => 'Overdue', - 'partially' => 'Partially', - 'partially_paid' => 'Partially Paid', + 'duplicate' => 'Duplicado', + 'unpaid' => 'Não Pago', + 'paid' => 'Pago', + 'overdue' => 'Atrasado', + 'partially' => 'Parcial', + 'partially_paid' => 'Pagamento parcial', + 'export' => 'Export', + 'enable' => 'Enable', + 'disable' => 'Disable', 'title' => [ 'new' => 'Novo :type', 'edit' => 'Editar :type', ], + 'form' => [ 'enter' => 'Digite :field', 'select' => [ diff --git a/resources/lang/pt-BR/import.php b/resources/lang/pt-BR/import.php index 8731879e6..53c0c7399 100644 --- a/resources/lang/pt-BR/import.php +++ b/resources/lang/pt-BR/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Importar', 'title' => 'Importação: tipo', - 'message' => 'Permitidos tipos de arquivos: CSV, XLS. Por favor, Baixe o arquivo de amostra.', + 'message' => 'Tipos de arquivos permitidos: XLS, XLSX. Por favor, clique aqui, para baixar o arquivo de exemplo.', ]; diff --git a/resources/lang/pt-BR/invoices.php b/resources/lang/pt-BR/invoices.php index 7927c3bbe..5a220605b 100644 --- a/resources/lang/pt-BR/invoices.php +++ b/resources/lang/pt-BR/invoices.php @@ -12,22 +12,22 @@ return [ 'quantity' => 'Quantidade', 'price' => 'Preço', 'sub_total' => 'Subtotal', - 'discount' => 'Discount', + 'discount' => 'Desconto', 'tax_total' => 'Valor da taxa', 'total' => 'Total', 'item_name' => 'Item|Itens', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% desconto', + 'add_discount' => 'Adicionar desconto', + 'discount_desc' => 'subtotal', 'payment_due' => 'Pagamento vencido', 'paid' => 'Pago', 'histories' => 'Histórico', 'payments' => 'Pagamentos', 'add_payment' => 'Novo Pagamento', - 'mark_paid' => 'Mark Paid', + 'mark_paid' => 'Marcar como pago', 'mark_sent' => 'Marcar Como Enviada', 'download_pdf' => 'Baixar em PDF', 'send_mail' => 'Enviar E-mail', @@ -42,13 +42,13 @@ return [ ], 'messages' => [ - 'email_sent' => 'Invoice email has been sent successfully!', + 'email_sent' => 'O e-mail foi enviado com sucesso!', 'marked_sent' => 'Fatura marcada como enviada com sucesso!', - 'email_required' => 'No email address for this customer!', + 'email_required' => 'Nenhum endereço de e-mail para este cliente!', ], 'notification' => [ - 'message' => 'You are receiving this email because you have an upcoming :amount invoice to :customer customer.', + 'message' => 'Você está recebendo este e-mail porque tem :amount fatura a vencer.', 'button' => 'Pagar agora', ], diff --git a/resources/lang/pt-BR/items.php b/resources/lang/pt-BR/items.php index 498cc23d6..8f921fc0f 100644 --- a/resources/lang/pt-BR/items.php +++ b/resources/lang/pt-BR/items.php @@ -8,8 +8,8 @@ return [ 'sku' => 'SKU', 'notification' => [ - 'message' => 'You are receiving this email because the :name is running out of stock.', - 'button' => 'View Now', + 'message' => 'Você está recebendo este e-mail porque :name está ficando com limite baixo.', + 'button' => 'Ver agora', ], ]; diff --git a/resources/lang/pt-BR/messages.php b/resources/lang/pt-BR/messages.php index 877f00875..25a5bf285 100644 --- a/resources/lang/pt-BR/messages.php +++ b/resources/lang/pt-BR/messages.php @@ -6,20 +6,22 @@ return [ 'added' => ':type adicionado!', 'updated' => ':type atualizado!', 'deleted' => ':type excluído!', - 'duplicated' => ':type duplicated!', - 'imported' => ':type imported!', + 'duplicated' => ':type duplicado!', + 'imported' => ':type importado!', + 'enabled' => ': tipo habilitado!', + 'disabled' => ': tipo desativado!', ], 'error' => [ - 'over_payment' => 'Error: Payment not added! Amount passes the total.', + 'over_payment' => 'Erro: Pagamento não adicionado! Valor ultrapassa o Total.', 'not_user_company' => 'Erro: você não tem permissão para gerenciar esta empresa!', - 'customer' => 'Error: User not created! :name already uses this email address.', - 'no_file' => 'Error: No file selected!', - 'last_category' => 'Error: Can not delete the last :type category!', - 'invalid_token' => 'Error: The token entered is invalid!', + 'customer' => 'Erro: Endereço de email :name já esta sendo utilizado.', + 'no_file' => 'Erro: Nenhum arquivo selecionado!', + 'last_category' => 'Erro: Não foi possível excluir a última :type categoria!', + 'invalid_token' => 'Erro: O símbolo inserido é inválido!', ], 'warning' => [ - 'deleted' => 'Warning: You are not allowed to delete :name because it has :text related.', - 'disabled' => 'Warning: You are not allowed to disable :name because it has :text related.', + 'deleted' => 'Aviso: Você não têm permissão para excluir :name, porque possui o :text relacionado.', + 'disabled' => 'Aviso: Você não tem permissão para desativar :name, porque tem :text relacionado.', ], ]; diff --git a/resources/lang/pt-BR/modules.php b/resources/lang/pt-BR/modules.php index bb40b9a7d..448c8f34e 100644 --- a/resources/lang/pt-BR/modules.php +++ b/resources/lang/pt-BR/modules.php @@ -4,40 +4,45 @@ return [ 'title' => 'Token de API', 'api_token' => 'Token', + 'my_apps' => 'Meus Apps', 'top_paid' => 'Pago a maior', 'new' => 'Novo', 'top_free' => 'Melhores Grátis', 'free' => 'Gratis', - 'search' => 'Search', + 'search' => 'Pesquisa', 'install' => 'Instalar', 'buy_now' => 'Comprar Agora', 'token_link' => ' Clique aqui para obter o token de sua API.', - 'no_apps' => 'There are no apps in this category, yet.', - 'developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!', + 'no_apps' => 'Não há nenhum apps nesta categoria, ainda.', + 'developer' => 'Você é um desenvolvedor? Clique aqui que você pode aprender como criar um app e começar a vender hoje!', - 'about' => 'About', + 'about' => 'Sobre', - 'added' => 'Added', - 'updated' => 'Updated', - 'compatibility' => 'Compatibility', + 'added' => 'Adicionado', + 'updated' => 'Atualizado', + 'compatibility' => 'Compatibilidade', - 'installed' => ':module installed', - 'uninstalled' => ':module uninstalled', + 'installed' => ':module instalado', + 'uninstalled' => ':module removido', //'updated' => ':module updated', - 'enabled' => ':module enabled', - 'disabled' => ':module disabled', + 'enabled' => ':module ativado', + 'disabled' => ':module desativado', 'tab' => [ - 'installation' => 'Installation', - 'faq' => 'FAQ', - 'changelog' => 'Changelog', + 'installation' => 'Instalação', + 'faq' => 'Perguntas frequentes', + 'changelog' => 'Log de alterações', ], 'installation' => [ - 'header' => 'App Installation', + 'header' => 'Instalação do aplicativo', 'download' => 'Baixando arquivos do módulo :module.', 'unzip' => 'Extraindo arquivos do módulo :module.', - 'install' => 'Installing :module files.', + 'install' => 'Instalando :module.', + ], + + 'badge' => [ + 'installed' => 'Instalado', ], 'button' => [ @@ -45,4 +50,9 @@ return [ 'disable' => 'Desativar', 'enable' => 'Ativar', ], + + 'my' => [ + 'purchased' => 'Comprado', + 'installed' => 'Instalado', + ], ]; diff --git a/resources/lang/pt-BR/recurring.php b/resources/lang/pt-BR/recurring.php index 92099c71c..93f5118e3 100644 --- a/resources/lang/pt-BR/recurring.php +++ b/resources/lang/pt-BR/recurring.php @@ -2,19 +2,19 @@ return [ - 'recurring' => 'Recurring', - 'every' => 'Every', - 'period' => 'Period', - 'times' => 'Times', - 'daily' => 'Daily', - 'weekly' => 'Weekly', - 'monthly' => 'Monthly', - 'yearly' => 'Yearly', - 'custom' => 'Custom', - 'days' => 'Day(s)', - 'weeks' => 'Week(s)', - 'months' => 'Month(s)', - 'years' => 'Year(s)', - 'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', + 'recurring' => 'Recorrente', + 'every' => 'Intervalo', + 'period' => 'Período', + 'times' => 'Vezes', + 'daily' => 'Diário', + 'weekly' => 'Semanal', + 'monthly' => 'Mensal', + 'yearly' => 'Anual', + 'custom' => 'Customizado', + 'days' => 'Dia(s)', + 'weeks' => 'Semana(s)', + 'months' => 'Mês (es)', + 'years' => 'Ano(s)', + 'message' => 'Este é um :type recorrente e o próximo :type será automaticamente gerado no dia :date', ]; diff --git a/resources/lang/pt-BR/reports.php b/resources/lang/pt-BR/reports.php index 1b24923ee..77fed94bd 100644 --- a/resources/lang/pt-BR/reports.php +++ b/resources/lang/pt-BR/reports.php @@ -2,29 +2,29 @@ return [ - 'this_year' => 'This Year', - 'previous_year' => 'Previous Year', - 'this_quarter' => 'This Quarter', - 'previous_quarter' => 'Previous Quarter', - 'last_12_months' => 'Last 12 Months', - 'profit_loss' => 'Profit & Loss', - 'gross_profit' => 'Gross Profit', - 'net_profit' => 'Net Profit', - 'total_expenses' => 'Total Expenses', - 'net' => 'NET', + 'this_year' => 'Este Ano', + 'previous_year' => 'Ano Anterior', + 'this_quarter' => 'Este trimestre', + 'previous_quarter' => 'Trimestre anterior', + 'last_12_months' => 'Últimos 12 meses', + 'profit_loss' => 'Receitas & Despesas', + 'gross_profit' => 'Total', + 'net_profit' => 'Lucro líquido', + 'total_expenses' => 'Total Despesas', + 'net' => 'Líquido', 'summary' => [ 'income' => 'Resumo de Venda', 'expense' => 'Resumo de Despesas', 'income_expense' => 'Receita vs Despesa', - 'tax' => 'Tax Summary', + 'tax' => 'Resumo financeiro', ], 'quarter' => [ '1' => 'Jan-Mar', - '2' => 'Apr-Jun', - '3' => 'Jul-Sep', - '4' => 'Oct-Dec', + '2' => 'Abr-Jun', + '3' => 'Jul-Set', + '4' => 'Out-Dez', ], ]; diff --git a/resources/lang/pt-BR/settings.php b/resources/lang/pt-BR/settings.php index 2bcfd8517..5f86597d5 100644 --- a/resources/lang/pt-BR/settings.php +++ b/resources/lang/pt-BR/settings.php @@ -22,24 +22,24 @@ return [ ], 'timezone' => 'Fuso Horário', 'percent' => [ - 'title' => 'Percent (%) Position', - 'before' => 'Before Number', - 'after' => 'After Number', + 'title' => 'Posição do (%)', + 'before' => 'Antes do número', + 'after' => 'Depois do número', ], ], 'invoice' => [ 'tab' => 'Faturas', - 'prefix' => 'Number Prefix', - 'digit' => 'Number Digit', - 'next' => 'Next Number', - 'logo' => 'Logo', + 'prefix' => 'Formato do número', + 'digit' => 'Número de dígitos', + 'next' => 'Próximo número', + 'logo' => 'Logotipo', ], 'default' => [ 'tab' => 'Padrões', 'account' => 'Conta Padrão', 'currency' => 'Moeda Padrão', 'tax' => 'Imposto Padrão', - 'payment' => 'Metodo de pagamento padrão', + 'payment' => 'Método de pagamento padrão', 'language' => 'Idioma Padrão', ], 'email' => [ diff --git a/resources/lang/pt-BR/transfers.php b/resources/lang/pt-BR/transfers.php index a9ada3f00..822b2caad 100644 --- a/resources/lang/pt-BR/transfers.php +++ b/resources/lang/pt-BR/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'Da conta', 'to_account' => 'Para conta', + 'messages' => [ + 'delete' => 'Do :from para :to (:amount)', + ], + ]; diff --git a/resources/lang/ro-RO/auth.php b/resources/lang/ro-RO/auth.php index 3e0ff8651..c7d74ce93 100644 --- a/resources/lang/ro-RO/auth.php +++ b/resources/lang/ro-RO/auth.php @@ -13,19 +13,28 @@ return [ 'current_email' => 'Adresa de Email actuala', 'reset' => 'Resetare', 'never' => 'niciodată', + 'password' => [ 'current' => 'Parola', 'current_confirm' => 'Confirmă parola', 'new' => 'Parola nouă', 'new_confirm' => 'Confirmă parola', ], + 'error' => [ 'self_delete' => 'Eroare: Nu te poti sterge! -Eroare: nu poti sterge contul tau! You can\'t delete your account!' +Eroare: nu poti sterge contul tau! You can\'t delete your account!', + 'no_company' => 'Eroare: Nici o companie nu este atribuita contului. Contacteaza administratorul de sistem.', ], 'failed' => 'Datele de identificare nu pot fi confirmate.', 'disabled' => 'Acest cont este dezactivat. Vă rugăm, contactaţi administratorul de sistem.', 'throttle' => 'Prea multe încercări de intrare în cont. Poți încerca din nou peste :seconds secunde.', + 'notification' => [ + 'message_1' => 'Primesti acest email pentru ca a fost facuta o cerere de resetare a parolei pentru contul tau.', + 'message_2' => 'Daca nu ai cerut resetarea parolei, nu este necesara o actiune suplimentara.', + 'button' => 'Resetare Parola', + ], + ]; diff --git a/resources/lang/ro-RO/general.php b/resources/lang/ro-RO/general.php index 6f6a07220..b8489ba57 100644 --- a/resources/lang/ro-RO/general.php +++ b/resources/lang/ro-RO/general.php @@ -100,11 +100,15 @@ return [ 'overdue' => 'Intarziat', 'partially' => 'Partial', 'partially_paid' => 'Platit Partial', + 'export' => 'Export', + 'enable' => 'Enable', + 'disable' => 'Disable', 'title' => [ 'new' => ':type nou', 'edit' => 'Editeaza :type', ], + 'form' => [ 'enter' => 'Introduceţi :field', 'select' => [ diff --git a/resources/lang/ro-RO/import.php b/resources/lang/ro-RO/import.php index 0a36b5897..5be71506c 100644 --- a/resources/lang/ro-RO/import.php +++ b/resources/lang/ro-RO/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Importă', 'title' => 'Importa :type', - 'message' => 'Sunt permise urmatoarele tipuri de fişiere: CSV, XLS. Te rugam descarcă fişierul mostră.', + 'message' => 'Tipuri fisier permise: XLS, XLSX. Te rog, descarca fisierul mostra.', ]; diff --git a/resources/lang/ro-RO/messages.php b/resources/lang/ro-RO/messages.php index f176cf899..ac0da49aa 100644 --- a/resources/lang/ro-RO/messages.php +++ b/resources/lang/ro-RO/messages.php @@ -8,6 +8,8 @@ return [ 'deleted' => ':type şters!', 'duplicated' => ':type duplicat!', 'imported' => ':type importat!', + 'enabled' => ':type activat!', + 'disabled' => ':type dezactivat!', ], 'error' => [ 'over_payment' => 'Eroare: Plata nu a fost adaugata. Suma depaseste totalul.', diff --git a/resources/lang/ro-RO/modules.php b/resources/lang/ro-RO/modules.php index 1d6148fff..73d205106 100644 --- a/resources/lang/ro-RO/modules.php +++ b/resources/lang/ro-RO/modules.php @@ -4,6 +4,7 @@ return [ 'title' => 'Token API', 'api_token' => 'Token', + 'my_apps' => 'Aplicatiile Mele', 'top_paid' => 'Cel mai bine platit', 'new' => 'Nou', 'top_free' => 'Top gratuit', @@ -40,9 +41,18 @@ return [ 'install' => 'Instalare fisiere :module.', ], + 'badge' => [ + 'installed' => 'Instalat', + ], + 'button' => [ 'uninstall' => 'Dezinstalează', 'disable' => 'Dezactivează', 'enable' => 'Activează', ], + + 'my' => [ + 'purchased' => 'Cumparat', + 'installed' => 'Instalat', + ], ]; diff --git a/resources/lang/ro-RO/transfers.php b/resources/lang/ro-RO/transfers.php index 806f6613c..b43da9b61 100644 --- a/resources/lang/ro-RO/transfers.php +++ b/resources/lang/ro-RO/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'Cont platitor', 'to_account' => 'Cont beneficiar', + 'messages' => [ + 'delete' => ':from catre :to (:amount)', + ], + ]; diff --git a/resources/lang/sq-AL/auth.php b/resources/lang/sq-AL/auth.php index b5f09dce1..6a55f8c65 100644 --- a/resources/lang/sq-AL/auth.php +++ b/resources/lang/sq-AL/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Emaili Aktual', 'reset' => 'Rivendos', 'never' => 'asnjëherë', + 'password' => [ 'current' => 'Fjalëkalimi', 'current_confirm' => 'Konfirmimi i Fjalëkalimit', 'new' => 'Fjalëkalimi i Ri', 'new_confirm' => 'Konfirmimi i Fjalëkalimit të Ri', ], + 'error' => [ - 'self_delete' => 'Gabim: Nuk mund të fshini veten!' + 'self_delete' => 'Gabim: Nuk mund të fshini veten!', + 'no_company' => 'Gabim: Asnjë kompani nuk është caktuar në llogarinë tuaj. Ju lutemi, kontaktoni administratorin e sistemit.', ], 'failed' => 'Këto kredencialet nuk përputhen me të dhënat tona.', 'disabled' => 'Kjo llogari është e mbyllur. Ju lutemi, kontaktoni administratorin e sistemit.', 'throttle' => 'Shumë përpjekje për identifikim. Provo sërish në :seconds sekonda.', + 'notification' => [ + 'message_1' => 'Po pranon këtë email sepse kemi marrë një kërkesë për rivendosjen e fjalëkalimit për llogarinë tënde.', + 'message_2' => 'Nëse nuk keni kërkuar një rivendosje të fjalëkalimit, nuk kërkohet asnjë veprim i mëtejshëm.', + 'button' => 'Rivendos Fjalëkalimin', + ], + ]; diff --git a/resources/lang/sq-AL/general.php b/resources/lang/sq-AL/general.php index 86bf61740..def33fadf 100644 --- a/resources/lang/sq-AL/general.php +++ b/resources/lang/sq-AL/general.php @@ -100,11 +100,15 @@ return [ 'overdue' => 'I vonuar', 'partially' => 'Pjesërisht', 'partially_paid' => 'I paguar pjesërisht', + 'export' => 'Eksporto', + 'enable' => 'Aktivizo', + 'disable' => 'Çaktivizo', 'title' => [ 'new' => 'I ri :type', 'edit' => 'Modifiko :type', ], + 'form' => [ 'enter' => 'Shkruaj :field', 'select' => [ diff --git a/resources/lang/sq-AL/import.php b/resources/lang/sq-AL/import.php index ac226a1c5..6ee87c648 100644 --- a/resources/lang/sq-AL/import.php +++ b/resources/lang/sq-AL/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Import', 'title' => 'Import :type', - 'message' => 'Llojet e lejuara të skedarëve: CSV, XLS. Ju lutemi, shkarko skedarin shembull.', + 'message' => 'Llojet e lejuara të skedarëve: XLS, XLSX. Ju lutemi, shkarko skedarin shembull.', ]; diff --git a/resources/lang/sq-AL/messages.php b/resources/lang/sq-AL/messages.php index a5da4ca48..e30e34b6b 100644 --- a/resources/lang/sq-AL/messages.php +++ b/resources/lang/sq-AL/messages.php @@ -8,6 +8,8 @@ return [ 'deleted' => ':type fshirë!', 'duplicated' => ':type dubluar!', 'imported' => ':type importuar!', + 'enabled' => ':type aktivizuar!', + 'disabled' => ':type çaktivizuar!', ], 'error' => [ 'over_payment' => 'Gabim: Pagesa nuk u shtua! Shuma kalon totalin.', diff --git a/resources/lang/sq-AL/modules.php b/resources/lang/sq-AL/modules.php index 2d6f5a59c..1570a9804 100644 --- a/resources/lang/sq-AL/modules.php +++ b/resources/lang/sq-AL/modules.php @@ -4,6 +4,7 @@ return [ 'title' => 'Shenjë API', 'api_token' => 'Shenjë', + 'my_apps' => 'Aplikacionet e Mia', 'top_paid' => 'Më të paguarat', 'new' => 'I ri', 'top_free' => 'Më të mirët Falas', @@ -40,9 +41,18 @@ return [ 'install' => 'Instalim i :module skedareve.', ], + 'badge' => [ + 'installed' => 'Instaluar', + ], + 'button' => [ 'uninstall' => 'Çinstalo', 'disable' => 'Çaktivizo', 'enable' => 'Aktivizo', ], + + 'my' => [ + 'purchased' => 'Blerë', + 'installed' => 'Instaluar', + ], ]; diff --git a/resources/lang/sq-AL/transfers.php b/resources/lang/sq-AL/transfers.php index 01c89856c..3004a63b1 100644 --- a/resources/lang/sq-AL/transfers.php +++ b/resources/lang/sq-AL/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'Nga Llogaria', 'to_account' => 'Në Llogarinë', + 'messages' => [ + 'delete' => ':from për të :to (:amount)', + ], + ]; diff --git a/resources/lang/tr-TR/auth.php b/resources/lang/tr-TR/auth.php index 2eaf66336..b32db42cc 100644 --- a/resources/lang/tr-TR/auth.php +++ b/resources/lang/tr-TR/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Geçerli Email', 'reset' => 'Sıfırla', 'never' => 'hiçbir zaman', + 'password' => [ 'current' => 'Şifre', 'current_confirm' => 'Şifre Onayı', 'new' => 'Yeni Şifre', 'new_confirm' => 'Yeni Şifre Onayı', ], + 'error' => [ - 'self_delete' => 'Hata: Kendinizi silemezsiniz!' + 'self_delete' => 'Hata: Kendinizi silemezsiniz!', + 'no_company' => 'Hata: Hesabınıza atanmış herhangi bir şirket yok. Lütfen, sistem yöneticisi ile iletişime geçin.', ], 'failed' => 'Bu kullanıcı bilgileri, bizim verilerimizle eşleşmiyor.', 'disabled' => 'Bu hesap devre dışı bırakılmıştır. Lütfen, sistem yöneticisi ile iletişime geçin.', 'throttle' => 'Çok fazla oturum açma girişimi. Lütfen :seconds saniye içinde tekrar deneyin.', + 'notification' => [ + 'message_1' => 'Şifre sıfırlama talebiniz doğrultusunda bu e-postayı alıyorsunuz.', + 'message_2' => 'Şifre sıfırlama talebinde bulunmadısyanız herhangi bir şey yapmayın.', + 'button' => 'Şifre Sıfırlama', + ], + ]; diff --git a/resources/lang/tr-TR/general.php b/resources/lang/tr-TR/general.php index a74bfa3cc..065213e85 100644 --- a/resources/lang/tr-TR/general.php +++ b/resources/lang/tr-TR/general.php @@ -100,11 +100,15 @@ return [ 'overdue' => 'Gecikmiş', 'partially' => 'Kısmen', 'partially_paid' => 'Kısmen Ödenmiş', + 'export' => 'Dışa Aktar', + 'enable' => 'Etkinleştir', + 'disable' => 'Devre Dışı Bırak', 'title' => [ 'new' => 'Yeni :type', 'edit' => ':type Düzenle', ], + 'form' => [ 'enter' => ':field Girin', 'select' => [ diff --git a/resources/lang/tr-TR/import.php b/resources/lang/tr-TR/import.php index 7ead1b506..c45b70c3e 100644 --- a/resources/lang/tr-TR/import.php +++ b/resources/lang/tr-TR/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'İçe Aktar', 'title' => ':type İçe Aktar', - 'message' => 'İzin verilen dosya türleri: CSV, XLS. Lütfen, örnek dosyayı indirin.', + 'message' => 'İzin verilen dosya türleri: XLS, XLSX. Lütfen, örnek dosyayı indirin.', ]; diff --git a/resources/lang/tr-TR/messages.php b/resources/lang/tr-TR/messages.php index d4e050893..b0f9b1cf7 100644 --- a/resources/lang/tr-TR/messages.php +++ b/resources/lang/tr-TR/messages.php @@ -8,6 +8,8 @@ return [ 'deleted' => ':type silindi!', 'duplicated' => ':type çoğaltıldı!', 'imported' => ':type içe aktarıldı!', + 'enabled' => ':type etkinleştirildi!', + 'disabled' => ':type devre dışı bırakıldı!', ], 'error' => [ 'over_payment' => 'Hata: Ödeme eklenmedi. Girilen tutar toplamı geçiyor.', diff --git a/resources/lang/tr-TR/modules.php b/resources/lang/tr-TR/modules.php index be197a98f..3a0d627b6 100644 --- a/resources/lang/tr-TR/modules.php +++ b/resources/lang/tr-TR/modules.php @@ -4,6 +4,7 @@ return [ 'title' => 'API token', 'api_token' => 'Token', + 'my_apps' => 'Uygulamalarım', 'top_paid' => 'Popüler Ücretli', 'new' => 'Yeni', 'top_free' => 'Popüler Ücretsiz', @@ -40,9 +41,18 @@ return [ 'install' => ':module uygulamanın dosyaları yükleniyor.', ], + 'badge' => [ + 'installed' => 'Yüklü', + ], + 'button' => [ 'uninstall' => 'Kaldır', 'disable' => 'Devre Dışı Bırak', 'enable' => 'Etkinleştir', ], + + 'my' => [ + 'purchased' => 'Satın Alınmış', + 'installed' => 'Yüklü', + ], ]; diff --git a/resources/lang/tr-TR/transfers.php b/resources/lang/tr-TR/transfers.php index 635d17274..8d79ca746 100644 --- a/resources/lang/tr-TR/transfers.php +++ b/resources/lang/tr-TR/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'Gönderen Hesap', 'to_account' => 'Alan Hesap', + 'messages' => [ + 'delete' => ':from hesabıdan :to hesabına (:amount)', + ], + ]; diff --git a/resources/lang/vi-VN/auth.php b/resources/lang/vi-VN/auth.php index 18ea00145..8bc1e9940 100644 --- a/resources/lang/vi-VN/auth.php +++ b/resources/lang/vi-VN/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Email hiện tại của bạn', 'reset' => 'Đặt lại', 'never' => 'không bao giờ', + 'password' => [ 'current' => 'Mật khẩu', 'current_confirm' => 'Xác nhân mật khẩu', 'new' => 'Mật khẩu mới', 'new_confirm' => 'Xác nhận mật khẩu mới', ], + 'error' => [ - 'self_delete' => 'Lỗi: Bạn không thể xoá chính bạn!' + 'self_delete' => 'Lỗi: Bạn không thể xoá chính bạn!', + 'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.', ], 'failed' => 'Thông tin tài khoản không tìm thấy trong hệ thống.', 'disabled' => 'Tài khoản của bạn bị khoá. Vui lòng liên hệ với quản trị viên.', 'throttle' => 'Vượt quá số lần đăng nhập cho phép. Vui lòng thử lại sau :seconds giây.', + 'notification' => [ + 'message_1' => 'You are receiving this email because we received a password reset request for your account.', + 'message_2' => 'If you did not request a password reset, no further action is required.', + 'button' => 'Reset Password', + ], + ]; diff --git a/resources/lang/vi-VN/currencies.php b/resources/lang/vi-VN/currencies.php index 9f8724438..25c676177 100644 --- a/resources/lang/vi-VN/currencies.php +++ b/resources/lang/vi-VN/currencies.php @@ -5,14 +5,14 @@ return [ 'code' => 'Mã', 'rate' => 'Tỷ giá', 'default' => 'Tiền tệ mặc định', - 'decimal_mark' => 'Decimal Mark', - 'thousands_separator' => 'Thousands Separator', - 'precision' => 'Precision', + 'decimal_mark' => 'Dấu tách phần thập phân', + 'thousands_separator' => 'Dấu tách phần ngàn', + 'precision' => 'Độ chính xác', 'symbol' => [ - 'symbol' => 'Symbol', - 'position' => 'Symbol Position', - 'before' => 'Before Amount', - 'after' => 'After Amount', + 'symbol' => 'Ký hiệu', + 'position' => 'Vị trí ký hiệu', + 'before' => 'Phía trước số tiền', + 'after' => 'Phía sau số tiền', ] ]; diff --git a/resources/lang/vi-VN/demo.php b/resources/lang/vi-VN/demo.php index da282fb9c..34659f7c7 100644 --- a/resources/lang/vi-VN/demo.php +++ b/resources/lang/vi-VN/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Tiền mặt', - 'categories_uncat' => 'Chưa phân loại', 'categories_deposit' => 'Tiền gửi', 'categories_sales' => 'Bán hàng', 'currencies_usd' => 'Đô-la Mỹ', diff --git a/resources/lang/vi-VN/general.php b/resources/lang/vi-VN/general.php index a601efb6c..e525d3dad 100644 --- a/resources/lang/vi-VN/general.php +++ b/resources/lang/vi-VN/general.php @@ -100,11 +100,15 @@ return [ 'overdue' => 'Overdue', 'partially' => 'Partially', 'partially_paid' => 'Partially Paid', + 'export' => 'Export', + 'enable' => 'Enable', + 'disable' => 'Disable', 'title' => [ 'new' => 'Thêm loại :type', 'edit' => 'Chỉnh sửa loại :type', ], + 'form' => [ 'enter' => 'Nhập trường :field', 'select' => [ diff --git a/resources/lang/vi-VN/import.php b/resources/lang/vi-VN/import.php index fe5acbbc0..3afa87895 100644 --- a/resources/lang/vi-VN/import.php +++ b/resources/lang/vi-VN/import.php @@ -2,8 +2,8 @@ return [ - 'import' => 'Import', - 'title' => 'Import :type', - 'message' => 'Allowed file types: CSV, XLS. Please, download the sample file.', + 'import' => 'Nhập', + 'title' => 'Nhập :type', + 'message' => 'Allowed file types: XLS, XLSX. Please, download the sample file.', ]; diff --git a/resources/lang/vi-VN/messages.php b/resources/lang/vi-VN/messages.php index b730f9bf0..f2ea8f7e1 100644 --- a/resources/lang/vi-VN/messages.php +++ b/resources/lang/vi-VN/messages.php @@ -7,15 +7,17 @@ return [ 'updated' => ':type đã được cập nhật!', 'deleted' => ':type đã được xoá!', 'duplicated' => ':type bị trùng!', - 'imported' => ':type imported!', + 'imported' => ':type đã được nhập!', + 'enabled' => ':type enabled!', + 'disabled' => ':type disabled!', ], 'error' => [ - 'over_payment' => 'Error: Payment not added! Amount passes the total.', + 'over_payment' => 'Lỗi: Thanh toán không thành công! Số tiền vượt qua tổng số.', 'not_user_company' => 'Lỗi: Bạn không được phép để quản lý công ty này!', - 'customer' => 'Error: User not created! :name already uses this email address.', - 'no_file' => 'Error: No file selected!', - 'last_category' => 'Error: Can not delete the last :type category!', - 'invalid_token' => 'Error: The token entered is invalid!', + 'customer' => 'Lỗi: Người dùng chưa được tạo! Đã có người dùng :name sử dụng địa chỉ email này.', + 'no_file' => 'Lỗi: Không có tập tin nào được chọn!', + 'last_category' => 'Lỗi: Không thể xóa mục :type cuối!', + 'invalid_token' => 'Lỗi: Chữ ký số nhập vào không hợp lệ!', ], 'warning' => [ 'deleted' => 'Chú ý: Bạn không được phép xoá :name này bởi vì nó có :text liên quan.', diff --git a/resources/lang/vi-VN/modules.php b/resources/lang/vi-VN/modules.php index 9a1f706cd..33d19922b 100644 --- a/resources/lang/vi-VN/modules.php +++ b/resources/lang/vi-VN/modules.php @@ -4,40 +4,45 @@ return [ 'title' => 'API Token', 'api_token' => 'Token', + 'my_apps' => 'My Apps', 'top_paid' => 'Top trả tiền', 'new' => 'Mới', 'top_free' => 'Top miễn phí', 'free' => 'MIỄN PHÍ', - 'search' => 'Search', + 'search' => 'Tìm kiếm', 'install' => 'Cài đặt', 'buy_now' => 'Mua ngay', 'token_link' => ' Click vào đây để lấy API token của bạn.', - 'no_apps' => 'There are no apps in this category, yet.', - 'developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!', + 'no_apps' => 'Chưa có ứng dụng nào trong mục này.', + 'developer' => 'Bạn có phải là nhà phát triển? Tại đây bạn có thể tìm hiểu cách làm thế nào để tạo ra một ứng dụng và bắt đầu bán hôm nay!', - 'about' => 'About', + 'about' => 'Giới thiệu', - 'added' => 'Added', - 'updated' => 'Updated', - 'compatibility' => 'Compatibility', + 'added' => 'Đã thêm', + 'updated' => 'Cập nhật', + 'compatibility' => 'Khả năng tương thích', - 'installed' => ':module installed', - 'uninstalled' => ':module uninstalled', + 'installed' => ':module đã được cài đặt', + 'uninstalled' => ':module đã được gỡ cài đặt', //'updated' => ':module updated', - 'enabled' => ':module enabled', - 'disabled' => ':module disabled', + 'enabled' => ':module đã bật', + 'disabled' => ':module đã tắt', 'tab' => [ - 'installation' => 'Installation', - 'faq' => 'FAQ', + 'installation' => 'Cài đặt', + 'faq' => 'Những câu hỏi thường gặp', 'changelog' => 'Changelog', ], 'installation' => [ - 'header' => 'App Installation', + 'header' => 'Cài đặt ứng dụng', 'download' => 'Đang tải tập tin :module.', 'unzip' => 'Đang giải nén tập tin :module.', - 'install' => 'Installing :module files.', + 'install' => 'Đang cài đặt các tập tin :module', + ], + + 'badge' => [ + 'installed' => 'Installed', ], 'button' => [ @@ -45,4 +50,9 @@ return [ 'disable' => 'Vô hiệu', 'enable' => 'Kích hoạt', ], + + 'my' => [ + 'purchased' => 'Purchased', + 'installed' => 'Installed', + ], ]; diff --git a/resources/lang/vi-VN/pagination.php b/resources/lang/vi-VN/pagination.php index fc7c3ab0a..43e4dd63a 100644 --- a/resources/lang/vi-VN/pagination.php +++ b/resources/lang/vi-VN/pagination.php @@ -4,6 +4,6 @@ return [ 'previous' => '« Trang sau', 'next' => 'Trang trước »', - 'showing' => 'Hiển thị :đầu đến :cuối của :tất cả :loại', + 'showing' => 'Hiển thị :first đến :last trong tổng số :total :type', ]; diff --git a/resources/lang/vi-VN/recurring.php b/resources/lang/vi-VN/recurring.php index 92099c71c..05a7cf1ce 100644 --- a/resources/lang/vi-VN/recurring.php +++ b/resources/lang/vi-VN/recurring.php @@ -2,19 +2,20 @@ return [ - 'recurring' => 'Recurring', - 'every' => 'Every', - 'period' => 'Period', - 'times' => 'Times', - 'daily' => 'Daily', - 'weekly' => 'Weekly', - 'monthly' => 'Monthly', - 'yearly' => 'Yearly', - 'custom' => 'Custom', - 'days' => 'Day(s)', - 'weeks' => 'Week(s)', - 'months' => 'Month(s)', - 'years' => 'Year(s)', - 'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', + 'recurring' => 'Định kỳ', + 'every' => 'Mỗi', + 'period' => 'Kỳ', + 'times' => 'Lần', + 'daily' => 'Hàng ngày', + 'weekly' => 'Hàng tuần', + 'monthly' => 'Hàng tháng', + 'yearly' => 'Hàng năm', + 'custom' => 'Tùy chỉnh', + 'days' => 'Ngày', + 'weeks' => 'Tuần', + 'months' => 'Tháng', + 'years' => 'Năm', + 'message' => 'Đây là một :type định kỳ và lần :type tiếp theo sẽ được tự động tạo ra vào :date +', ]; diff --git a/resources/lang/vi-VN/reports.php b/resources/lang/vi-VN/reports.php index 3a2fd6b03..6f1dc16c1 100644 --- a/resources/lang/vi-VN/reports.php +++ b/resources/lang/vi-VN/reports.php @@ -2,29 +2,29 @@ return [ - 'this_year' => 'This Year', - 'previous_year' => 'Previous Year', - 'this_quarter' => 'This Quarter', - 'previous_quarter' => 'Previous Quarter', - 'last_12_months' => 'Last 12 Months', - 'profit_loss' => 'Profit & Loss', - 'gross_profit' => 'Gross Profit', - 'net_profit' => 'Net Profit', - 'total_expenses' => 'Total Expenses', + 'this_year' => 'Năm nay', + 'previous_year' => 'Năm trước', + 'this_quarter' => 'Quý này', + 'previous_quarter' => 'Quý trước', + 'last_12_months' => '12 tháng gần nhất', + 'profit_loss' => 'Lãi lỗ', + 'gross_profit' => 'Lợi nhuận gộp', + 'net_profit' => 'Lợi nhuận ròng', + 'total_expenses' => 'Tổng chi phí', 'net' => 'NET', 'summary' => [ 'income' => 'Tổng hợp thu nhập', 'expense' => 'Tổng hợp chi phí', 'income_expense' => 'Thu nhập vs Chi phí', - 'tax' => 'Tax Summary', + 'tax' => 'Tổng hợp thuế', ], 'quarter' => [ - '1' => 'Jan-Mar', - '2' => 'Apr-Jun', - '3' => 'Jul-Sep', - '4' => 'Oct-Dec', + '1' => 'Quý I', + '2' => 'Quý II', + '3' => 'Quý III', + '4' => 'Quý IV', ], ]; diff --git a/resources/lang/vi-VN/settings.php b/resources/lang/vi-VN/settings.php index d447e1fb5..1a13fc576 100644 --- a/resources/lang/vi-VN/settings.php +++ b/resources/lang/vi-VN/settings.php @@ -22,9 +22,9 @@ return [ ], 'timezone' => 'Múi giờ', 'percent' => [ - 'title' => 'Percent (%) Position', - 'before' => 'Before Number', - 'after' => 'After Number', + 'title' => 'Vị trí ký hiệu %', + 'before' => 'Trước số', + 'after' => 'Sau số', ], ], 'invoice' => [ diff --git a/resources/lang/vi-VN/transfers.php b/resources/lang/vi-VN/transfers.php index 8cdd7a119..4b2e5b2bd 100644 --- a/resources/lang/vi-VN/transfers.php +++ b/resources/lang/vi-VN/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'Từ Tài khoản', 'to_account' => 'Tới Tài khoản', + 'messages' => [ + 'delete' => ':from to :to (:amount)', + ], + ];