updated translations

This commit is contained in:
denisdulici 2018-06-20 18:47:39 +03:00
parent bf3defc78c
commit 73259fd77b
106 changed files with 633 additions and 321 deletions

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'Aktuelle E-Mail', 'current_email' => 'Aktuelle E-Mail',
'reset' => 'Zurücksetzen', 'reset' => 'Zurücksetzen',
'never' => 'niemals', 'never' => 'niemals',
'password' => [ 'password' => [
'current' => 'Passwort', 'current' => 'Passwort',
'current_confirm' => 'Passwortbestätigung', 'current_confirm' => 'Passwortbestätigung',
'new' => 'Neues Passwort', 'new' => 'Neues Passwort',
'new_confirm' => 'Passwortbestätigung', 'new_confirm' => 'Passwortbestätigung',
], ],
'error' => [ '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.', 'failed' => 'Diese Anmeldeinformationen entsprechen nicht unseren Aufzeichnungen.',
'disabled' => 'Dieses Konto ist deaktiviert! Bitte kontaktieren Sie den Systemadministrator.', 'disabled' => 'Dieses Konto ist deaktiviert! Bitte kontaktieren Sie den Systemadministrator.',
'throttle' => 'Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuchen Sie es erneut in :seconds Sekunden.', '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',
],
]; ];

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Bar', 'accounts_cash' => 'Bar',
'categories_uncat' => 'Unkategorisiert',
'categories_deposit' => 'Einzahlen', 'categories_deposit' => 'Einzahlen',
'categories_sales' => 'Verkäufe', 'categories_sales' => 'Verkäufe',
'currencies_usd' => 'US-Dollar', 'currencies_usd' => 'US-Dollar',

View File

@ -100,11 +100,15 @@ return [
'overdue' => 'Überfällig', 'overdue' => 'Überfällig',
'partially' => 'Teilweise', 'partially' => 'Teilweise',
'partially_paid' => 'Teilweise bezahlt', 'partially_paid' => 'Teilweise bezahlt',
'export' => 'Exportieren',
'enable' => 'Aktivieren',
'disable' => 'Deaktivieren',
'title' => [ 'title' => [
'new' => 'Neu :type', 'new' => 'Neu :type',
'edit' => 'Bearbeiten :type', 'edit' => 'Bearbeiten :type',
], ],
'form' => [ 'form' => [
'enter' => 'Geben Sie :field an', 'enter' => 'Geben Sie :field an',
'select' => [ 'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'Importieren', 'import' => 'Importieren',
'title' => ':type importieren', 'title' => ':type importieren',
'message' => 'Erlaubte Datei-Typen: CSV, XLS. Bitte, <a target="_blank" href=":link"><strong>laden</strong></a> Sie eine Beispiel-Datei.', 'message' => 'Erlaubte Datei-Typen: XLS, XLSX. Bitte, <a target="_blank" href=":link"><strong>hier</strong></a> die Beispieldatei herunterladen.',
]; ];

View File

@ -8,6 +8,8 @@ return [
'deleted' => ':type gelöscht!', 'deleted' => ':type gelöscht!',
'duplicated' => ':type dupliziert!', 'duplicated' => ':type dupliziert!',
'imported' => ':type importiert!', 'imported' => ':type importiert!',
'enabled' => ':type aktiviert!',
'disabled' => ':type deaktiviert!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Fehler: Zahlung wurde nicht hinzugefügt! Betrag überschreitet die Gesamtsumme.', 'over_payment' => 'Fehler: Zahlung wurde nicht hinzugefügt! Betrag überschreitet die Gesamtsumme.',

View File

@ -4,6 +4,7 @@ return [
'title' => 'API Token', 'title' => 'API Token',
'api_token' => 'Token', 'api_token' => 'Token',
'my_apps' => 'Meine Apps',
'top_paid' => 'Top bezahlt', 'top_paid' => 'Top bezahlt',
'new' => 'Neu', 'new' => 'Neu',
'top_free' => 'Top kostenlos', 'top_free' => 'Top kostenlos',
@ -40,9 +41,18 @@ return [
'install' => 'Installiere :module Dateien.', 'install' => 'Installiere :module Dateien.',
], ],
'badge' => [
'installed' => 'Installiert',
],
'button' => [ 'button' => [
'uninstall' => 'Deinstallieren', 'uninstall' => 'Deinstallieren',
'disable' => 'Deaktivieren', 'disable' => 'Deaktivieren',
'enable' => 'Aktivieren', 'enable' => 'Aktivieren',
], ],
'my' => [
'purchased' => 'Gekauft',
'installed' => 'Installiert',
],
]; ];

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'Von Konto', 'from_account' => 'Von Konto',
'to_account' => 'Auf Konto', 'to_account' => 'Auf Konto',
'messages' => [
'delete' => ':from nach :to (:amount)',
],
]; ];

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'Τρέχον ηλεκτρονικό ταχυδρομείο', 'current_email' => 'Τρέχον ηλεκτρονικό ταχυδρομείο',
'reset' => 'Επαναφορά', 'reset' => 'Επαναφορά',
'never' => 'ποτέ', 'never' => 'ποτέ',
'password' => [ 'password' => [
'current' => 'Κωδικός πρόσβασης', 'current' => 'Κωδικός πρόσβασης',
'current_confirm' => 'Επιβεβαίωση κωδικού', 'current_confirm' => 'Επιβεβαίωση κωδικού',
'new' => 'Νέος κωδικός πρόσβασης', 'new' => 'Νέος κωδικός πρόσβασης',
'new_confirm' => 'Επιβεβαίωση νέου κωδικού', 'new_confirm' => 'Επιβεβαίωση νέου κωδικού',
], ],
'error' => [ 'error' => [
'self_delete' => 'Σφάλμα: Δεν μπορείτε να διαγράψετε τον εαυτό σας!' 'self_delete' => 'Σφάλμα: Δεν μπορείτε να διαγράψετε τον εαυτό σας!',
'no_company' => 'Σφάλμα: Δεν έχει ανατεθεί κάποια εταιρία στο λογαριασμό σας. Παρακαλώ, επικοινωνήστε με το διαχειριστή του συστήματος.',
], ],
'failed' => 'Αυτά τα στοιχεία εισόδου δεν επαληθεύονται από τις εγγραφές μας.', 'failed' => 'Αυτά τα στοιχεία εισόδου δεν επαληθεύονται από τις εγγραφές μας.',
'disabled' => 'Αυτός ο λογαριασμός είναι απενεργοποιημένος. Παρακαλώ, επικοινωνήστε με το διαχειριστή του συστήματος.', 'disabled' => 'Αυτός ο λογαριασμός είναι απενεργοποιημένος. Παρακαλώ, επικοινωνήστε με το διαχειριστή του συστήματος.',
'throttle' => 'Ξεπεράσατε τις επιτρεπόμενες απόπειρες σύνδεσης. Παρακαλώ δοκιμάστε ξανά σε :seconds δευτερόλεπτα.', 'throttle' => 'Ξεπεράσατε τις επιτρεπόμενες απόπειρες σύνδεσης. Παρακαλώ δοκιμάστε ξανά σε :seconds δευτερόλεπτα.',
'notification' => [
'message_1' => 'Λαμβάνεται αυτό το μήνυμα επειδή ζητήσατε την επαναφορά του συνθηματικού για το λογαριασμό σας.',
'message_2' => 'Αν δεν ζητήσατε την επαναφορά του συνθηματικού, δεν απαιτείται κάποια περαιτέρω ενέργεια.',
'button' => 'Επαναφορά συνθηματικού',
],
]; ];

View File

@ -5,7 +5,7 @@ return [
'bill_number' => 'Αριθμό λογαριασμού', 'bill_number' => 'Αριθμό λογαριασμού',
'bill_date' => 'Ημερομηνία Λογαριασμού', 'bill_date' => 'Ημερομηνία Λογαριασμού',
'total_price' => 'Συνολική Τιμή', 'total_price' => 'Συνολική Τιμή',
'due_date' => 'Προθεσμία εξόφλησης', 'due_date' => 'Ημ/νία παράδοσης',
'order_number' => 'Αριθμός παραγγελίας', 'order_number' => 'Αριθμός παραγγελίας',
'bill_from' => 'Λογαριασμός από', 'bill_from' => 'Λογαριασμός από',
@ -22,7 +22,7 @@ return [
'add_discount' => 'Προσθήκη έκπτωσης', 'add_discount' => 'Προσθήκη έκπτωσης',
'discount_desc' => 'του μερικού συνόλου', 'discount_desc' => 'του μερικού συνόλου',
'payment_due' => ληρωτέο ποσό', 'payment_due' => ροθεσμία εξόφλησης',
'amount_due' => 'Οφειλόμενο ποσό', 'amount_due' => 'Οφειλόμενο ποσό',
'paid' => 'Πληρωτέο', 'paid' => 'Πληρωτέο',
'histories' => 'Ιστορικό', 'histories' => 'Ιστορικό',

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Μετρητά', 'accounts_cash' => 'Μετρητά',
'categories_uncat' => 'Χωρίς κατηγοριοποίηση',
'categories_deposit' => 'Κατάθεση', 'categories_deposit' => 'Κατάθεση',
'categories_sales' => 'Πωλήσεις', 'categories_sales' => 'Πωλήσεις',
'currencies_usd' => 'Δολάριο ΗΠΑ', 'currencies_usd' => 'Δολάριο ΗΠΑ',

View File

@ -100,11 +100,15 @@ return [
'overdue' => 'Εκπρόθεσμο', 'overdue' => 'Εκπρόθεσμο',
'partially' => 'Μερικό', 'partially' => 'Μερικό',
'partially_paid' => 'Μερικώς εξοφλημένα', 'partially_paid' => 'Μερικώς εξοφλημένα',
'export' => 'Εξαγωγή',
'enable' => 'Ενεργοποίηση',
'disable' => 'Απενεργοποίηση',
'title' => [ 'title' => [
'new' => 'Νέο :type', 'new' => 'Νέο :type',
'edit' => 'Επεξεργασία :type', 'edit' => 'Επεξεργασία :type',
], ],
'form' => [ 'form' => [
'enter' => 'Πληκτρολογήστε :field', 'enter' => 'Πληκτρολογήστε :field',
'select' => [ 'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'Εισαγωγή', 'import' => 'Εισαγωγή',
'title' => 'Εισαγωγή :type', 'title' => 'Εισαγωγή :type',
'message' => 'Επιτρεπόμενοι τύποοι αρχείων: CSV, XLS. Παρακαλούμε, <a target="_blank" href=":link"><strong>Κατεβάστε</strong></a> το δείγμα του αρχείου.', 'message' => 'Επιτρεπόμενοι τύποι αρχείων: XLS, XLSX. Παρακαλούμε, <a target="_blank" href=":link"><strong>Κατεβάστε</strong></a> το δείγμα του αρχείου.',
]; ];

View File

@ -22,7 +22,7 @@ return [
'add_discount' => 'Προσθήκη έκπτωσης', 'add_discount' => 'Προσθήκη έκπτωσης',
'discount_desc' => 'του μερικού συνόλου', 'discount_desc' => 'του μερικού συνόλου',
'payment_due' => 'Οφειλόμενη Πληρωμή', 'payment_due' => 'Ημ/νία Προθεσμίας Πληρωμής',
'paid' => 'Εξοφλημένο', 'paid' => 'Εξοφλημένο',
'histories' => 'Ιστορικό', 'histories' => 'Ιστορικό',
'payments' => 'Πληρωμές', 'payments' => 'Πληρωμές',

View File

@ -8,6 +8,8 @@ return [
'deleted' => ':type διεγράφη!', 'deleted' => ':type διεγράφη!',
'duplicated' => ':type αντιγράφηκε!', 'duplicated' => ':type αντιγράφηκε!',
'imported' => ':type εισήχθη!', 'imported' => ':type εισήχθη!',
'enabled' => ':type ενεργοποιήθηκε!',
'disabled' => ':type απενεργοποιήθηκε!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Σφάλμα: Η πληρωμή δεν προστέθηκε! Το ποσό ξεπερνάει το σύνολο.', 'over_payment' => 'Σφάλμα: Η πληρωμή δεν προστέθηκε! Το ποσό ξεπερνάει το σύνολο.',

View File

@ -4,6 +4,7 @@ return [
'title' => 'Κλειδί API', 'title' => 'Κλειδί API',
'api_token' => 'Κλειδί', 'api_token' => 'Κλειδί',
'my_apps' => 'Οι εφαρμογές μου',
'top_paid' => 'Κορυφαία επί πληρωμή Προϊόντα', 'top_paid' => 'Κορυφαία επί πληρωμή Προϊόντα',
'new' => 'Νέο', 'new' => 'Νέο',
'top_free' => 'Κορυφαία δωρεάν Προϊόντα', 'top_free' => 'Κορυφαία δωρεάν Προϊόντα',
@ -40,9 +41,18 @@ return [
'install' => 'Εγκατάσταση :όνομα αρχείου.', 'install' => 'Εγκατάσταση :όνομα αρχείου.',
], ],
'badge' => [
'installed' => 'Εγκατεστημένο',
],
'button' => [ 'button' => [
'uninstall' => 'Απεγκατάσταση', 'uninstall' => 'Απεγκατάσταση',
'disable' => 'Απενεργοποίηση', 'disable' => 'Απενεργοποίηση',
'enable' => 'Ενεργοποίηση', 'enable' => 'Ενεργοποίηση',
], ],
'my' => [
'purchased' => 'Αγορασμένο',
'installed' => 'Εγκατεστημένα',
],
]; ];

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'Από λογαριασμό', 'from_account' => 'Από λογαριασμό',
'to_account' => 'Προς λογαριασμό', 'to_account' => 'Προς λογαριασμό',
'messages' => [
'delete' => ':from προς :to (:amount)',
],
]; ];

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'Correo electrónico actual', 'current_email' => 'Correo electrónico actual',
'reset' => 'Resetear', 'reset' => 'Resetear',
'never' => 'nunca', 'never' => 'nunca',
'password' => [ 'password' => [
'current' => 'Actual', 'current' => 'Actual',
'current_confirm' => 'Confirmar contraseña', 'current_confirm' => 'Confirmar contraseña',
'new' => 'Nueva contraseña', 'new' => 'Nueva contraseña',
'new_confirm' => 'Confirmar contraseña', 'new_confirm' => 'Confirmar contraseña',
], ],
'error' => [ '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.', 'failed' => 'Estas credenciales no coinciden con nuestros registros.',
'disabled' => 'Esta cuenta está inhabilitada. Por favor, póngase en contacto con el administrador del sistema.', '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.', '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',
],
]; ];

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Efectivo', 'accounts_cash' => 'Efectivo',
'categories_uncat' => 'Sin categoría',
'categories_deposit' => 'Depósito', 'categories_deposit' => 'Depósito',
'categories_sales' => 'Ventas', 'categories_sales' => 'Ventas',
'currencies_usd' => 'Dólar EEUU', 'currencies_usd' => 'Dólar EEUU',

View File

@ -100,11 +100,15 @@ return [
'overdue' => 'Vencido', 'overdue' => 'Vencido',
'partially' => 'Parcialmente', 'partially' => 'Parcialmente',
'partially_paid' => 'Parcialmente pagado', 'partially_paid' => 'Parcialmente pagado',
'export' => 'Exportar',
'enable' => 'Habilitar',
'disable' => 'Deshabilitar',
'title' => [ 'title' => [
'new' => 'Nuevo :type', 'new' => 'Nuevo :type',
'edit' => 'Editar :type', 'edit' => 'Editar :type',
], ],
'form' => [ 'form' => [
'enter' => 'Ingrese :field', 'enter' => 'Ingrese :field',
'select' => [ 'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'Importar', 'import' => 'Importar',
'title' => 'Importar :type', 'title' => 'Importar :type',
'message' => 'Formatos permitidos: CSV, XLS. Por favor, <a target="_blank" href=":link"> <strong>descargue</strong></a> el archivo de ejemplo.', 'message' => 'Formatos permitidos: XLS, XLSX. Por favor, <a target="_blank" href=":link"> <strong>descargue</strong></a> el archivo de ejemplo.',
]; ];

View File

@ -8,6 +8,8 @@ return [
'deleted' => ':type borrado!', 'deleted' => ':type borrado!',
'duplicated' => ': type duplicado!', 'duplicated' => ': type duplicado!',
'imported' => ':type importado!', 'imported' => ':type importado!',
'enabled' => ':type habilitado!',
'disabled' => ':type deshabilitado!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Error: Pago no añadido! Importe mayor que el total.', 'over_payment' => 'Error: Pago no añadido! Importe mayor que el total.',

View File

@ -4,6 +4,7 @@ return [
'title' => 'API Token', 'title' => 'API Token',
'api_token' => 'Token', 'api_token' => 'Token',
'my_apps' => 'Mis aplicaciones',
'top_paid' => 'Top de pago', 'top_paid' => 'Top de pago',
'new' => 'Nuevo', 'new' => 'Nuevo',
'top_free' => 'Top gratis', 'top_free' => 'Top gratis',
@ -40,9 +41,18 @@ return [
'install' => 'Instalando archivos de :module .', 'install' => 'Instalando archivos de :module .',
], ],
'badge' => [
'installed' => 'Instalado',
],
'button' => [ 'button' => [
'uninstall' => 'Desinstalar', 'uninstall' => 'Desinstalar',
'disable' => 'Deshabilitar', 'disable' => 'Deshabilitar',
'enable' => 'Habilitar', 'enable' => 'Habilitar',
], ],
'my' => [
'purchased' => 'Comprado',
'installed' => 'Instalado',
],
]; ];

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'De Cuenta', 'from_account' => 'De Cuenta',
'to_account' => 'A Cuenta', 'to_account' => 'A Cuenta',
'messages' => [
'delete' => ':from a :to (:amount)',
],
]; ];

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'Dirección de Correo electrónico Actual', 'current_email' => 'Dirección de Correo electrónico Actual',
'reset' => 'Resetear', 'reset' => 'Resetear',
'never' => 'nunca', 'never' => 'nunca',
'password' => [ 'password' => [
'current' => 'Contraseña', 'current' => 'Contraseña',
'current_confirm' => 'Confirmar Contraseña', 'current_confirm' => 'Confirmar Contraseña',
'new' => 'Nueva Contraseña', 'new' => 'Nueva Contraseña',
'new_confirm' => 'Confirmar Nueva Contraseña', 'new_confirm' => 'Confirmar Nueva Contraseña',
], ],
'error' => [ '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.', 'failed' => 'Estas credenciales no coinciden con nuestros registros.',
'disabled' => 'Esta cuenta está deshabilitada. Por favor, póngase en contacto con el administrador del sistema.', '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.', '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',
],
]; ];

View File

@ -12,15 +12,15 @@ return [
'quantity' => 'Cantidad', 'quantity' => 'Cantidad',
'price' => 'Precio', 'price' => 'Precio',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Discount', 'discount' => 'Descuento',
'tax_total' => 'Total de Impuestos', 'tax_total' => 'Total de Impuestos',
'total' => 'Total ', 'total' => 'Total ',
'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos', 'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos',
'show_discount' => ':discount% Discount', 'show_discount' => ':discount% Descuento',
'add_discount' => 'Add Discount', 'add_discount' => 'Agregar Descuento',
'discount_desc' => 'of subtotal', 'discount_desc' => 'de subtotal',
'payment_due' => 'Vencimiento del Pago', 'payment_due' => 'Vencimiento del Pago',
'amount_due' => 'Importe Vencido', 'amount_due' => 'Importe Vencido',

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Efectivo', 'accounts_cash' => 'Efectivo',
'categories_uncat' => 'Sin Categorizar',
'categories_deposit' => 'Depósito', 'categories_deposit' => 'Depósito',
'categories_sales' => 'Ventas', 'categories_sales' => 'Ventas',
'currencies_usd' => 'Dólar EEUU', 'currencies_usd' => 'Dólar EEUU',

View File

@ -37,7 +37,7 @@ return [
'updates' => 'Actualización | Actualizaciones', 'updates' => 'Actualización | Actualizaciones',
'numbers' => 'Número | Números', 'numbers' => 'Número | Números',
'statuses' => 'Estado|Estados', 'statuses' => 'Estado|Estados',
'others' => 'Other|Others', 'others' => 'Otro|Otros',
'dashboard' => 'Panel de Control', 'dashboard' => 'Panel de Control',
'banking' => 'Bancos', 'banking' => 'Bancos',
@ -95,16 +95,20 @@ return [
'id' => 'ID', 'id' => 'ID',
'more_actions' => 'Más Acciones', 'more_actions' => 'Más Acciones',
'duplicate' => 'Duplicar', 'duplicate' => 'Duplicar',
'unpaid' => 'Unpaid', 'unpaid' => 'No Pagada',
'paid' => 'Paid', 'paid' => 'Pagada',
'overdue' => 'Overdue', 'overdue' => 'Vencida',
'partially' => 'Partially', 'partially' => 'Parcial',
'partially_paid' => 'Partially Paid', 'partially_paid' => 'Pagada Parcialmente',
'export' => 'Export',
'enable' => 'Enable',
'disable' => 'Disable',
'title' => [ 'title' => [
'new' => 'Nuevo :type', 'new' => 'Nuevo :type',
'edit' => 'Editar :type', 'edit' => 'Editar :type',
], ],
'form' => [ 'form' => [
'enter' => 'Ingrese :field', 'enter' => 'Ingrese :field',
'select' => [ 'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'Importar', 'import' => 'Importar',
'title' => 'Importar :type', 'title' => 'Importar :type',
'message' => 'Formatos permitidos: CSV, XLS. Por favor, <a target="_blank" href=":link"> <strong>descargue</strong></a> el archivo de ejemplo.', 'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
]; ];

View File

@ -12,15 +12,15 @@ return [
'quantity' => 'Cantidad', 'quantity' => 'Cantidad',
'price' => 'Precio', 'price' => 'Precio',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Discount', 'discount' => 'Descuento',
'tax_total' => 'Total de Impuestos', 'tax_total' => 'Total de Impuestos',
'total' => 'Total ', 'total' => 'Total ',
'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos', 'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos',
'show_discount' => ':discount% Discount', 'show_discount' => ':discount% Descuento',
'add_discount' => 'Add Discount', 'add_discount' => 'Agregar Descuento',
'discount_desc' => 'of subtotal', 'discount_desc' => 'de subtotal',
'payment_due' => 'Vencimiento del Pago', 'payment_due' => 'Vencimiento del Pago',
'paid' => 'Pagado', 'paid' => 'Pagado',
@ -44,7 +44,7 @@ return [
'messages' => [ 'messages' => [
'email_sent' => '¡El correo electrónico de la factura se ha enviado correctamente!', 'email_sent' => '¡El correo electrónico de la factura se ha enviado correctamente!',
'marked_sent' => '¡Factura marcada como enviada con éxito!', 'marked_sent' => '¡Factura marcada como enviada con éxito!',
'email_required' => 'No email address for this customer!', 'email_required' => 'No se encontró una dirección de correo para este cliente!',
], ],
'notification' => [ 'notification' => [

View File

@ -8,14 +8,16 @@ return [
'deleted' => '¡:type eliminado!', 'deleted' => '¡:type eliminado!',
'duplicated' => '¡:type duplicado!', 'duplicated' => '¡:type duplicado!',
'imported' => '¡:type importado!', 'imported' => '¡:type importado!',
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
], ],
'error' => [ '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!', '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!', 'no_file' => 'Error: ¡Ningún archivo se ha seleccionado!',
'last_category' => 'Error: Can not delete the last :type category!', 'last_category' => 'Error: No se pudo eliminar el ultimo No. :type category!',
'invalid_token' => 'Error: The token entered is invalid!', 'invalid_token' => 'Error: El token ingresado es invalido!',
], ],
'warning' => [ 'warning' => [
'deleted' => 'Advertencia: No puede borrar <b>:name</b> porque tiene :text relacionado.', 'deleted' => 'Advertencia: No puede borrar <b>:name</b> porque tiene :text relacionado.',

View File

@ -4,11 +4,12 @@ return [
'title' => 'Token de API', 'title' => 'Token de API',
'api_token' => 'Token', 'api_token' => 'Token',
'my_apps' => 'My Apps',
'top_paid' => 'Más Pagado', 'top_paid' => 'Más Pagado',
'new' => 'Nuevo', 'new' => 'Nuevo',
'top_free' => 'Top Gratis', 'top_free' => 'Top Gratis',
'free' => 'GRATIS', 'free' => 'GRATIS',
'search' => 'Search', 'search' => 'Buscar',
'install' => 'Instalar', 'install' => 'Instalar',
'buy_now' => 'Comprar Ahora', 'buy_now' => 'Comprar Ahora',
'token_link' => 'Haga <a href="https://akaunting.com/tokens" target="_blank">Haga click aquí</a> para obtener su token de API.', 'token_link' => 'Haga <a href="https://akaunting.com/tokens" target="_blank">Haga click aquí</a> para obtener su token de API.',
@ -40,9 +41,18 @@ return [
'install' => 'Instalando archivos de :module .', 'install' => 'Instalando archivos de :module .',
], ],
'badge' => [
'installed' => 'Installed',
],
'button' => [ 'button' => [
'uninstall' => 'Desinstalar', 'uninstall' => 'Desinstalar',
'disable' => 'Deshabilitar', 'disable' => 'Deshabilitar',
'enable' => 'Habilitar', 'enable' => 'Habilitar',
], ],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
]; ];

View File

@ -2,19 +2,19 @@
return [ return [
'recurring' => 'Recurring', 'recurring' => 'Recurrente',
'every' => 'Every', 'every' => 'Cada',
'period' => 'Period', 'period' => 'Periodo',
'times' => 'Times', 'times' => 'Veces',
'daily' => 'Daily', 'daily' => 'Diario',
'weekly' => 'Weekly', 'weekly' => 'Semanal',
'monthly' => 'Monthly', 'monthly' => 'Mensual',
'yearly' => 'Yearly', 'yearly' => 'Anual',
'custom' => 'Custom', 'custom' => 'Personalizado',
'days' => 'Day(s)', 'days' => 'Día(s)',
'weeks' => 'Week(s)', 'weeks' => 'Semana(s)',
'months' => 'Month(s)', 'months' => 'Mes(es)',
'years' => 'Year(s)', 'years' => 'Año(s)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', 'message' => 'Éste es un :type periódico y el siguiente :type se generará automáticamente el día :date',
]; ];

View File

@ -7,24 +7,24 @@ return [
'this_quarter' => 'Este Trimestre', 'this_quarter' => 'Este Trimestre',
'previous_quarter' => 'Trimestre Anterior', 'previous_quarter' => 'Trimestre Anterior',
'last_12_months' => 'Últimos 12 Meses', 'last_12_months' => 'Últimos 12 Meses',
'profit_loss' => 'Profit & Loss', 'profit_loss' => 'Ganancias y Pérdidas',
'gross_profit' => 'Gross Profit', 'gross_profit' => 'Ganancia Bruta',
'net_profit' => 'Net Profit', 'net_profit' => 'Ganancia Neta',
'total_expenses' => 'Total Expenses', 'total_expenses' => 'Total de Gastos',
'net' => 'NET', 'net' => 'Neto',
'summary' => [ 'summary' => [
'income' => 'Resumen de Ingresos', 'income' => 'Resumen de Ingresos',
'expense' => 'Resumen de Gastos', 'expense' => 'Resumen de Gastos',
'income_expense' => 'Ingresos vs Gastos', 'income_expense' => 'Ingresos vs Gastos',
'tax' => 'Tax Summary', 'tax' => 'Resumen de impuestos',
], ],
'quarter' => [ 'quarter' => [
'1' => 'Jan-Mar', '1' => 'Ene-Mar',
'2' => 'Apr-Jun', '2' => 'Abr-Jun',
'3' => 'Jul-Sep', '3' => 'Jul-Sep',
'4' => 'Oct-Dec', '4' => 'Oct-Dic',
], ],
]; ];

View File

@ -22,9 +22,9 @@ return [
], ],
'timezone' => 'Zona Horaria', 'timezone' => 'Zona Horaria',
'percent' => [ 'percent' => [
'title' => 'Percent (%) Position', 'title' => 'Posición Porcentaje (%)',
'before' => 'Before Number', 'before' => 'Antes del Número',
'after' => 'After Number', 'after' => 'Después del número',
], ],
], ],
'invoice' => [ 'invoice' => [

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'De la Cuenta', 'from_account' => 'De la Cuenta',
'to_account' => 'A la Cuenta', 'to_account' => 'A la Cuenta',
'messages' => [
'delete' => ':from to :to (:amount)',
],
]; ];

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'Email saat ini', 'current_email' => 'Email saat ini',
'reset' => 'Atur Ulang', 'reset' => 'Atur Ulang',
'never' => 'tidak pernah', 'never' => 'tidak pernah',
'password' => [ 'password' => [
'current' => 'Sandi', 'current' => 'Sandi',
'current_confirm' => 'Konfirmasi Sandi', 'current_confirm' => 'Konfirmasi Sandi',
'new' => 'Kata sandi baru', 'new' => 'Kata sandi baru',
'new_confirm' => 'Konfirmasi sandi baru', 'new_confirm' => 'Konfirmasi sandi baru',
], ],
'error' => [ '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.', 'failed' => 'Identitas tersebut tidak cocok dengan data kami.',
'disabled' => 'Akun ini dinonaktifkan. Silahkan, hubungi administrator sistem.', 'disabled' => 'Akun ini dinonaktifkan. Silahkan, hubungi administrator sistem.',
'throttle' => 'Terlalu banyak percobaan masuk. Silahkan coba lagi dalam :seconds detik.', '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',
],
]; ];

View File

@ -12,14 +12,14 @@ return [
'quantity' => 'Jumlah', 'quantity' => 'Jumlah',
'price' => 'Harga', 'price' => 'Harga',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Discount', 'discount' => 'Diskon',
'tax_total' => 'Total Pajak', 'tax_total' => 'Total Pajak',
'total' => 'Total', 'total' => 'Total',
'item_name' => 'Nama Barang | Nama Barang', 'item_name' => 'Nama Barang | Nama Barang',
'show_discount' => ':discount% Discount', 'show_discount' => 'Diskon :discount%',
'add_discount' => 'Add Discount', 'add_discount' => 'Tambahkan diskon',
'discount_desc' => 'of subtotal', 'discount_desc' => 'of subtotal',
'payment_due' => 'Pembayaran Jatuh Tempo', 'payment_due' => 'Pembayaran Jatuh Tempo',

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Kas', 'accounts_cash' => 'Kas',
'categories_uncat' => 'Tak Berkategori',
'categories_deposit' => 'Deposit', 'categories_deposit' => 'Deposit',
'categories_sales' => 'Penjualan', 'categories_sales' => 'Penjualan',
'currencies_usd' => 'Dolar Amerika', 'currencies_usd' => 'Dolar Amerika',

View File

@ -7,17 +7,17 @@ return [
'invoices' => 'Faktur | faktur', 'invoices' => 'Faktur | faktur',
'revenues' => 'Pendapatan|Pendapatan', 'revenues' => 'Pendapatan|Pendapatan',
'customers' => 'Pelanggan | Pelanggan', 'customers' => 'Pelanggan | Pelanggan',
'expenses' => 'Beban|Beban', 'expenses' => 'Biaya | Biaya',
'bills' => 'Tagihan|Tagihan', 'bills' => 'Tagihan|Tagihan',
'payments' => 'Pembayara|Pembayaran', 'payments' => 'Pembayaran | Pembayaran',
'vendors' => 'Penjual keliling|Penjual keliling', 'vendors' => 'Penjual | Vendor',
'accounts' => 'Akun|Akun', 'accounts' => 'Akun | Akun',
'transfers' => 'Pemindahan|Pemindahan', 'transfers' => 'Mentransfer | Transfer',
'transactions' => 'Transaksi|Transaksi', 'transactions' => 'Transaksi | Transaksi',
'reports' => 'Laporan | Laporan', 'reports' => 'Laporan | Laporan',
'settings' => 'Pengaturan|Pengaturan', 'settings' => 'Pengaturan | Pengaturan',
'categories' => 'Kategori|Kategori', 'categories' => 'Kategori | Kategori',
'currencies' => 'Mata Uang | Mata Uang', 'currencies' => 'Mata uang | Mata uang',
'tax_rates' => 'Tarif Pajak | Tarif Pajak', 'tax_rates' => 'Tarif Pajak | Tarif Pajak',
'users' => 'Pengguna | Pengguna', 'users' => 'Pengguna | Pengguna',
'roles' => 'Peran | Peran', 'roles' => 'Peran | Peran',
@ -26,7 +26,7 @@ return [
'companies' => 'Perusahaan | Perusahaan', 'companies' => 'Perusahaan | Perusahaan',
'profits' => 'Keuntungan | Keuntungan', 'profits' => 'Keuntungan | Keuntungan',
'taxes' => 'Pajak | Pajak', 'taxes' => 'Pajak | Pajak',
'logos' => 'Logo|Logos', 'logos' => 'Logo | Logo',
'pictures' => 'Gambar | Gambar', 'pictures' => 'Gambar | Gambar',
'types' => 'Jenis | Jenis', 'types' => 'Jenis | Jenis',
'payment_methods' => 'Metode Pembayaran | Metode Pembayaran', 'payment_methods' => 'Metode Pembayaran | Metode Pembayaran',
@ -37,7 +37,7 @@ return [
'updates' => 'Pembaruan|Pembaruan', 'updates' => 'Pembaruan|Pembaruan',
'numbers' => 'Nomor | Nomor', 'numbers' => 'Nomor | Nomor',
'statuses' => 'Status | Status', 'statuses' => 'Status | Status',
'others' => 'Other|Others', 'others' => 'Lain | Lain-lain',
'dashboard' => 'Dasbor', 'dashboard' => 'Dasbor',
'banking' => 'Perbankan', 'banking' => 'Perbankan',
@ -46,7 +46,7 @@ return [
'date' => 'Tanggal', 'date' => 'Tanggal',
'amount' => 'Jumlah', 'amount' => 'Jumlah',
'enabled' => 'Diaktifkan', 'enabled' => 'Diaktifkan',
'disabled' => 'Tertutup', 'disabled' => 'Dinonaktifkan',
'yes' => 'Ya', 'yes' => 'Ya',
'no' => 'Tidak', 'no' => 'Tidak',
'na' => 'N/A', 'na' => 'N/A',
@ -59,12 +59,12 @@ return [
'show' => 'Menampilkan', 'show' => 'Menampilkan',
'edit' => 'Sunting', 'edit' => 'Sunting',
'delete' => 'Hapus', 'delete' => 'Hapus',
'send' => 'Mengirim', 'send' => 'Kirim',
'download' => 'Unduh', 'download' => 'Unduh',
'delete_confirm' => 'Löschen bestätigen :name :type?', 'delete_confirm' => 'Konfirmasi hapus :nama :jenis?',
'name' => 'Nama', 'name' => 'Nama',
'email' => 'E-mail', 'email' => 'E-mail',
'tax_number' => 'Nomor Pajak', 'tax_number' => 'NPWP',
'phone' => 'Telepon', 'phone' => 'Telepon',
'address' => 'Alamat', 'address' => 'Alamat',
'website' => 'Situs Web', 'website' => 'Situs Web',
@ -73,18 +73,18 @@ return [
'manage' => 'Mengelola', 'manage' => 'Mengelola',
'code' => 'Kode', 'code' => 'Kode',
'alias' => 'Alias', 'alias' => 'Alias',
'balance' => 'Keseimbangan', 'balance' => 'Saldo',
'reference' => 'Referensi', 'reference' => 'Referensi',
'attachment' => 'Lampiran', 'attachment' => 'Lampiran',
'change' => 'Perubahan', 'change' => 'Perubahan',
'switch' => 'Beralih', 'switch' => 'Beralih',
'color' => 'Warna', 'color' => 'Warna',
'save' => 'Menyimpan', 'save' => 'Simpan',
'cancel' => 'Membatalkan', 'cancel' => 'Batal',
'from' => 'Dari', 'from' => 'Dari',
'to' => 'Untuk', 'to' => 'Untuk',
'print' => 'Mencetak', 'print' => 'Cetak',
'search' => 'Pencarian', 'search' => 'Cari',
'search_placeholder' => 'Ketik untuk mencari..', 'search_placeholder' => 'Ketik untuk mencari..',
'filter' => 'Menyaring', 'filter' => 'Menyaring',
'help' => 'Bantuan', 'help' => 'Bantuan',
@ -95,16 +95,20 @@ return [
'id' => 'ID', 'id' => 'ID',
'more_actions' => 'Tindakan Lainnya', 'more_actions' => 'Tindakan Lainnya',
'duplicate' => 'Duplikat', 'duplicate' => 'Duplikat',
'unpaid' => 'Unpaid', 'unpaid' => 'Belum Dibayar',
'paid' => 'Paid', 'paid' => 'Dibayar',
'overdue' => 'Overdue', 'overdue' => 'Jatuh tempo',
'partially' => 'Partially', 'partially' => 'Sebagian',
'partially_paid' => 'Partially Paid', 'partially_paid' => 'Sebagian dibayar',
'export' => 'Export',
'enable' => 'Enable',
'disable' => 'Disable',
'title' => [ 'title' => [
'new' => 'Baru :type', 'new' => 'Baru :type',
'edit' => 'Sunting :type', 'edit' => 'Sunting :type',
], ],
'form' => [ 'form' => [
'enter' => 'Masukkan :field', 'enter' => 'Masukkan :field',
'select' => [ 'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'Impor', 'import' => 'Impor',
'title' => 'Impor :type', 'title' => 'Impor :type',
'message' => 'Jenis file yang diizinkan: CSV, XLS. Silahkan <a target="_blank" href=":link"><strong>download</strong></a> contoh berkas.', 'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
]; ];

View File

@ -12,14 +12,14 @@ return [
'quantity' => 'Kuantitas', 'quantity' => 'Kuantitas',
'price' => 'Harga', 'price' => 'Harga',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Discount', 'discount' => 'Diskon',
'tax_total' => 'Total Pajak', 'tax_total' => 'Total Pajak',
'total' => 'Total', 'total' => 'Total',
'item_name' => 'Nama Item | Nama Item', 'item_name' => 'Nama Item | Nama Item',
'show_discount' => ':discount% Discount', 'show_discount' => 'Diskon :discount%',
'add_discount' => 'Add Discount', 'add_discount' => 'Tambahkan diskon',
'discount_desc' => 'of subtotal', 'discount_desc' => 'of subtotal',
'payment_due' => 'Tanggal Pembayaran', 'payment_due' => 'Tanggal Pembayaran',
@ -44,7 +44,7 @@ return [
'messages' => [ 'messages' => [
'email_sent' => 'Email faktur telah berhasil dikirim!', 'email_sent' => 'Email faktur telah berhasil dikirim!',
'marked_sent' => 'Faktur ditandai sebagai 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' => [ 'notification' => [

View File

@ -8,14 +8,16 @@ return [
'deleted' => ':type dihapus!', 'deleted' => ':type dihapus!',
'duplicated' => ':type duplikat!', 'duplicated' => ':type duplikat!',
'imported' => ':type diimpor!', 'imported' => ':type diimpor!',
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Error: Payment not added! Amount passes the total.', 'over_payment' => 'Error: Payment not added! Amount passes the total.',
'not_user_company' => 'Kesalahan: Anda tidak diperbolehkan mengelola perusahaan ini!', '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!', 'no_file' => 'Kesalahan: Tidak ada file dipilih!',
'last_category' => 'Error: Can not delete the last :type category!', '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' => [ 'warning' => [
'deleted' => 'PeringatanL: Anda tidak boleh menghapus <b>:name</b> karena memiliki :text terkaitan.', 'deleted' => 'PeringatanL: Anda tidak boleh menghapus <b>:name</b> karena memiliki :text terkaitan.',

View File

@ -4,11 +4,12 @@ return [
'title' => 'API Token', 'title' => 'API Token',
'api_token' => 'Token', 'api_token' => 'Token',
'my_apps' => 'Aplikasi saya',
'top_paid' => 'Dibayar atas', 'top_paid' => 'Dibayar atas',
'new' => 'Baru', 'new' => 'Baru',
'top_free' => 'Gratis Teratas', 'top_free' => 'Gratis Teratas',
'free' => 'GRATIS', 'free' => 'GRATIS',
'search' => 'Search', 'search' => 'Cari',
'install' => 'Pasang', 'install' => 'Pasang',
'buy_now' => 'Beli Sekarang', 'buy_now' => 'Beli Sekarang',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klik disini</a> untuk mendapatkan API token anda.', 'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klik disini</a> untuk mendapatkan API token anda.',
@ -40,9 +41,18 @@ return [
'install' => 'Instalasi :module.', 'install' => 'Instalasi :module.',
], ],
'badge' => [
'installed' => 'Terpasang',
],
'button' => [ 'button' => [
'uninstall' => 'Hapus', 'uninstall' => 'Hapus',
'disable' => 'Nonaktif', 'disable' => 'Nonaktif',
'enable' => 'Aktif', 'enable' => 'Aktif',
], ],
'my' => [
'purchased' => 'Dibeli',
'installed' => 'Terpasang',
],
]; ];

View File

@ -2,19 +2,19 @@
return [ return [
'recurring' => 'Recurring', 'recurring' => 'Berulang',
'every' => 'Every', 'every' => 'Setiap',
'period' => 'Period', 'period' => 'Periode',
'times' => 'Times', 'times' => 'Waktu',
'daily' => 'Daily', 'daily' => 'Harian',
'weekly' => 'Weekly', 'weekly' => 'Mingguan',
'monthly' => 'Monthly', 'monthly' => 'Bulanan',
'yearly' => 'Yearly', 'yearly' => 'Tahunan',
'custom' => 'Custom', 'custom' => 'Sesuaikan',
'days' => 'Day(s)', 'days' => 'Hari',
'weeks' => 'Week(s)', 'weeks' => 'Minggu',
'months' => 'Month(s)', 'months' => 'Bulan',
'years' => 'Year(s)', 'years' => 'Tahun',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', 'message' => 'Ini adalah :type berulang dan :type selanjutnya akan dibuat otomatis pada tanggal :date',
]; ];

View File

@ -7,24 +7,24 @@ return [
'this_quarter' => 'Kuartal ini', 'this_quarter' => 'Kuartal ini',
'previous_quarter' => 'Kuartal sebelumnya', 'previous_quarter' => 'Kuartal sebelumnya',
'last_12_months' => '12 Bulan terakhir', 'last_12_months' => '12 Bulan terakhir',
'profit_loss' => 'Profit & Loss', 'profit_loss' => 'Laba & Rugi',
'gross_profit' => 'Gross Profit', 'gross_profit' => 'Laba Kotor',
'net_profit' => 'Net Profit', 'net_profit' => 'Laba Bersih',
'total_expenses' => 'Total Expenses', 'total_expenses' => 'Total Pengeluaran',
'net' => 'NET', 'net' => 'NET',
'summary' => [ 'summary' => [
'income' => 'Ringkasan Pendapatan', 'income' => 'Ringkasan Pendapatan',
'expense' => 'Ringkasan Pengeluaran', 'expense' => 'Ringkasan Pengeluaran',
'income_expense' => 'Pendapatan berbanding Pengeluaran', 'income_expense' => 'Pendapatan berbanding Pengeluaran',
'tax' => 'Tax Summary', 'tax' => 'Ringkasan Pajak',
], ],
'quarter' => [ 'quarter' => [
'1' => 'Jan-Mar', '1' => 'Jan-Mar',
'2' => 'Apr-Jun', '2' => 'Apr-Jun',
'3' => 'Jul-Sep', '3' => 'Jul-Sep',
'4' => 'Oct-Dec', '4' => 'Okt-Des',
], ],
]; ];

View File

@ -50,8 +50,8 @@ return [
'host' => 'SMTP Host', 'host' => 'SMTP Host',
'port' => 'SMTP Port', 'port' => 'SMTP Port',
'username' => 'Nama Pengguna SMTP', 'username' => 'Nama Pengguna SMTP',
'password' => 'Password SMTP', 'password' => 'Kata Sandi SMTP',
'encryption' => 'Kemanan SMTP', 'encryption' => 'Keamanan SMTP',
'none' => 'Tidak ada', 'none' => 'Tidak ada',
], ],
'sendmail' => 'Sendmail', 'sendmail' => 'Sendmail',

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'Dari Rekening', 'from_account' => 'Dari Rekening',
'to_account' => 'Ke Rekening', 'to_account' => 'Ke Rekening',
'messages' => [
'delete' => ':from ke :to (:amount)',
],
]; ];

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'Huidige E-mail', 'current_email' => 'Huidige E-mail',
'reset' => 'Resetten', 'reset' => 'Resetten',
'never' => 'nooit', 'never' => 'nooit',
'password' => [ 'password' => [
'current' => 'Wachtwoord', 'current' => 'Wachtwoord',
'current_confirm' => 'Wachtwoordbevestiging', 'current_confirm' => 'Wachtwoordbevestiging',
'new' => 'Nieuw Wachtwoord', 'new' => 'Nieuw Wachtwoord',
'new_confirm' => 'Wachtwoordbevestiging', 'new_confirm' => 'Wachtwoordbevestiging',
], ],
'error' => [ '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.', 'failed' => 'Deze referenties komen niet overeen met onze administratie.',
'disabled' => 'Deze account is uitgeschakeld. Alstublieft, neem dan contact op met de systeembeheerder.', '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',
],
]; ];

View File

@ -9,7 +9,7 @@ return [
'total_expenses' => 'Totale uitgaven', 'total_expenses' => 'Totale uitgaven',
'payables' => 'Schulden', 'payables' => 'Schulden',
'open_bills' => 'Open rekeningen', 'open_bills' => 'Open rekeningen',
'overdue_bills' => 'Openstaande fakturen', 'overdue_bills' => 'Openstaande facturen',
'total_profit' => 'Totale winst', 'total_profit' => 'Totale winst',
'open_profit' => 'Open winst', 'open_profit' => 'Open winst',
'overdue_profit' => 'Achterstallige winst', 'overdue_profit' => 'Achterstallige winst',

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Contant', 'accounts_cash' => 'Contant',
'categories_uncat' => 'Ongecategoriseerd',
'categories_deposit' => 'Storting', 'categories_deposit' => 'Storting',
'categories_sales' => 'Verkoop', 'categories_sales' => 'Verkoop',
'currencies_usd' => 'Amerikaanse Dollar', 'currencies_usd' => 'Amerikaanse Dollar',

View File

@ -8,7 +8,7 @@ return [
'revenues' => 'Inkomsten|Inkomsten', 'revenues' => 'Inkomsten|Inkomsten',
'customers' => 'Klant|Klanten', 'customers' => 'Klant|Klanten',
'expenses' => 'Kosten|Kosten', 'expenses' => 'Kosten|Kosten',
'bills' => 'Fakturen|Rekeningen', 'bills' => 'Facturen|Rekeningen',
'payments' => 'Betaling|Betalingen', 'payments' => 'Betaling|Betalingen',
'vendors' => 'Leverancier|Leveranciers', 'vendors' => 'Leverancier|Leveranciers',
'accounts' => 'Account|Rekeningen', 'accounts' => 'Account|Rekeningen',
@ -61,7 +61,7 @@ return [
'delete' => 'Verwijderen', 'delete' => 'Verwijderen',
'send' => 'Verzenden', 'send' => 'Verzenden',
'download' => 'Download', 'download' => 'Download',
'delete_confirm' => 'Verwijderen bevestigen: naam: type?', 'delete_confirm' => 'Verwijderen bevestigen :name :type?',
'name' => 'Naam', 'name' => 'Naam',
'email' => 'Email', 'email' => 'Email',
'tax_number' => 'Btw nummer', 'tax_number' => 'Btw nummer',
@ -89,7 +89,7 @@ return [
'filter' => 'Filter', 'filter' => 'Filter',
'help' => 'Hulp', 'help' => 'Hulp',
'all' => 'Alles', 'all' => 'Alles',
'all_type' => 'Alle types', 'all_type' => 'Alle :type',
'upcoming' => 'Aankomende', 'upcoming' => 'Aankomende',
'created' => 'Aangemaakt', 'created' => 'Aangemaakt',
'id' => 'ID', 'id' => 'ID',
@ -100,15 +100,19 @@ return [
'overdue' => 'Overdue', 'overdue' => 'Overdue',
'partially' => 'Partially', 'partially' => 'Partially',
'partially_paid' => 'Partially Paid', 'partially_paid' => 'Partially Paid',
'export' => 'Export',
'enable' => 'Enable',
'disable' => 'Disable',
'title' => [ 'title' => [
'new' => 'Nieuw: type', 'new' => 'Nieuw :type',
'edit' => 'Bewerken: type', 'edit' => 'Bewerken :type',
], ],
'form' => [ 'form' => [
'enter' => 'Voer: veld', 'enter' => 'Voer :field',
'select' => [ 'select' => [
'field' => '-Selecteer: veld -', 'field' => '- Selecteer :field -',
'file' => 'Selecteer bestand', 'file' => 'Selecteer bestand',
], ],
'no_file_selected' => 'Geen bestand geselecteerd...', 'no_file_selected' => 'Geen bestand geselecteerd...',

View File

@ -3,12 +3,12 @@
return [ return [
'change_language' => 'Taal wijzigen', 'change_language' => 'Taal wijzigen',
'last_login' => 'Laatste login: tijd', 'last_login' => 'Laatste login :time',
'notifications' => [ 'notifications' => [
'counter' => '{0} je hebt geen melding |{1} je hebt: kennisgeving | [2, *] Je hebt: kennisgevingen', 'counter' => '{0} je hebt geen melding |{1} je hebt :count | [2, *] Je hebt :count',
'overdue_invoices' => '{1}: aantal openstaande factuur | [2, *]: aantal achterstallige facturen', 'overdue_invoices' => '{1} :count openstaande factuur | [2, *] :count achterstallige facturen',
'upcoming_bills' => '{1}: aantal aankomende faktuur | [2, *]: aantal aankomende facturen', 'upcoming_bills' => '{1} :count aankomende faktuur | [2, *] :count aankomende facturen',
'items_stock' => '{1}: aantal item niet op voorraad | [2, *]: aantal items niet op voorraad', 'items_stock' => '{1} :count item niet op voorraad | [2, *] :count items niet op voorraad',
'view_all' => 'Alles Weergeven' 'view_all' => 'Alles Weergeven'
], ],

View File

@ -4,6 +4,6 @@ return [
'import' => 'Import', 'import' => 'Import',
'title' => 'Import :type', 'title' => 'Import :type',
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.', 'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
]; ];

View File

@ -17,10 +17,10 @@ return [
], ],
'requirements' => [ 'requirements' => [
'enabled' => ': functie moet worden ingeschakeld!', 'enabled' => ':feature moet worden ingeschakeld!',
'disabled' => ': functie moet worden uitgeschakeld!', 'disabled' => ':feature moet worden uitgeschakeld!',
'extension' => ': extension uitbreiding moet worden geladen!', 'extension' => ':extension uitbreiding moet worden geladen!',
'directory' => ': folder map moet schrijfbaar zijn!', 'directory' => ':directory map moet schrijfbaar zijn!',
], ],
'database' => [ 'database' => [

View File

@ -48,7 +48,7 @@ return [
], ],
'notification' => [ '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', 'button' => 'Betaal nu',
], ],

View File

@ -8,7 +8,7 @@ return [
'sku' => 'SKU', 'sku' => 'SKU',
'notification' => [ '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', 'button' => 'Bekijk nu',
], ],

View File

@ -3,11 +3,13 @@
return [ return [
'success' => [ 'success' => [
'added' => ': type toegevoegd!', 'added' => ':type toegevoegd!',
'updated' => ': type bijgewerkt!', 'updated' => ':type bijgewerkt!',
'deleted' => ': type verwijderd!', 'deleted' => ':type verwijderd!',
'duplicated' => ': type gedupliceerd!', 'duplicated' => ':type gedupliceerd!',
'imported' => ':type imported!', 'imported' => ':type imported!',
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Error: Payment not added! Amount passes the total.', 'over_payment' => 'Error: Payment not added! Amount passes the total.',
@ -18,8 +20,8 @@ return [
'invalid_token' => 'Error: The token entered is invalid!', 'invalid_token' => 'Error: The token entered is invalid!',
], ],
'warning' => [ 'warning' => [
'deleted' => 'Waarschuwing: U bent niet toegestaan te verwijderen <b>: naam</b> omdat er: tekst gerelateerde.', 'deleted' => 'Waarschuwing: U bent niet toegestaan te verwijderen <b>:name</b> omdat er :text gerelateerde.',
'disabled' => 'Waarschuwing: U mag niet uitschakelen <b>: naam</b> omdat er: tekst gerelateerde.', 'disabled' => 'Waarschuwing: U mag niet uitschakelen <b>:name</b> omdat er :text gerelateerde.',
], ],
]; ];

View File

@ -4,6 +4,7 @@ return [
'title' => 'API-Token', 'title' => 'API-Token',
'api_token' => 'Token', 'api_token' => 'Token',
'my_apps' => 'My Apps',
'top_paid' => 'Top betaald', 'top_paid' => 'Top betaald',
'new' => 'Nieuw', 'new' => 'Nieuw',
'top_free' => 'Top gratis', 'top_free' => 'Top gratis',
@ -35,14 +36,23 @@ return [
'installation' => [ 'installation' => [
'header' => 'App Installation', 'header' => 'App Installation',
'download' => 'Download: module bestand.', 'download' => 'Download :module bestand.',
'unzip' => 'Uitpakken: module bestanden.', 'unzip' => 'Uitpakken :module bestanden.',
'install' => 'Installing :module files.', 'install' => 'Installing :module files.',
], ],
'badge' => [
'installed' => 'Installed',
],
'button' => [ 'button' => [
'uninstall' => 'Verwijderen', 'uninstall' => 'Verwijderen',
'disable' => 'Uitgeschakeld', 'disable' => 'Uitgeschakeld',
'enable' => 'Activeren', 'enable' => 'Activeren',
], ],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
]; ];

View File

@ -4,6 +4,6 @@ return [
'previous' => '«Vorige', 'previous' => '«Vorige',
'next' => '«Volgende»;', 'next' => '«Volgende»;',
'showing' => 'Tonen: eerst aan: laatste van: totale: type', 'showing' => 'Tonen :first aan :last van :total :type',
]; ];

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'Van Account', 'from_account' => 'Van Account',
'to_account' => 'Naar Account', 'to_account' => 'Naar Account',
'messages' => [
'delete' => ':from to :to (:amount)',
],
]; ];

View File

@ -4,7 +4,7 @@ return [
'installed_version' => 'Geïnstalleerde versie', 'installed_version' => 'Geïnstalleerde versie',
'latest_version' => 'Nieuwste versie', 'latest_version' => 'Nieuwste versie',
'update' => 'Bijwerken van Akaunting aan: versie versie', 'update' => 'Bijwerken van Akaunting aan :version versie',
'changelog' => 'Wijzigingen', 'changelog' => 'Wijzigingen',
'check' => 'Controleren', 'check' => 'Controleren',
'new_core' => 'Er is een bijgewerkte versie van Akaunting beschikbaar.', 'new_core' => 'Er is een bijgewerkte versie van Akaunting beschikbaar.',

View File

@ -38,7 +38,7 @@ return [
'digits_between' => ':attribute moet tussen de :min en :max aantal karakters lang zijn.', 'digits_between' => ':attribute moet tussen de :min en :max aantal karakters lang zijn.',
'dimensions' => 'De: kenmerk heeft ongeldige afbeelding afmetingen.', 'dimensions' => 'De: kenmerk heeft ongeldige afbeelding afmetingen.',
'distinct' => 'De: kenmerkveld is een dubbele waarde.', '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.', 'exists' => 'Het geselecteerde kenmerk :attribute is ongeldig.',
'file' => 'De: kenmerk moet een bestand.', 'file' => 'De: kenmerk moet een bestand.',
'filled' => 'De: kenmerkveld moet een waarde hebben.', '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.', 'required_without_all' => 'De: kenmerkveld is vereist wanneer geen van: waarden aanwezig zijn.',
'same' => 'De: kenmerk en: andere moet overeenkomen.', 'same' => 'De: kenmerk en: andere moet overeenkomen.',
'size' => [ 'size' => [
'numeric' => 'De: kenmerk moet: grootte.', 'numeric' => 'De :attribute moet :size.',
'file' => 'De: kenmerk moet: grootte van kilobytes.', 'file' => 'De: kenmerk moet: grootte van kilobytes.',
'string' => 'De: kenmerk moet: het formaat van tekens.', 'string' => 'De: kenmerk moet: het formaat van tekens.',
'array' => 'De: kenmerk moet bevatten: het formaat van objecten.', 'array' => 'De: kenmerk moet bevatten: het formaat van objecten.',

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'E-mail atual', 'current_email' => 'E-mail atual',
'reset' => 'Resetar', 'reset' => 'Resetar',
'never' => 'Nunca', 'never' => 'Nunca',
'password' => [ 'password' => [
'current' => 'Senha', 'current' => 'Senha',
'current_confirm' => 'Confirmação da Senha', 'current_confirm' => 'Confirmação da Senha',
'new' => 'Nova Senha', 'new' => 'Nova Senha',
'new_confirm' => 'Confirmação da Nova Senha', 'new_confirm' => 'Confirmação da Nova Senha',
], ],
'error' => [ '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.', 'failed' => 'Essas credenciais não correspondem aos nossos registros.',
'disabled' => 'Esta conta está desabilitada. Por favor, entre em contato com o administrador do sistema.', '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.', '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',
],
]; ];

View File

@ -12,15 +12,15 @@ return [
'quantity' => 'Quantidade', 'quantity' => 'Quantidade',
'price' => 'Preço', 'price' => 'Preço',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Discount', 'discount' => 'Desconto',
'tax_total' => 'Taxa', 'tax_total' => 'Taxa',
'total' => 'Total', 'total' => 'Total',
'item_name' => 'Nome(s) do(s) Item(s)', 'item_name' => 'Nome(s) do(s) Item(s)',
'show_discount' => ':discount% Discount', 'show_discount' => ':discount% desconto',
'add_discount' => 'Add Discount', 'add_discount' => 'Adicionar desconto',
'discount_desc' => 'of subtotal', 'discount_desc' => 'subtotal',
'payment_due' => 'Valor Devido', 'payment_due' => 'Valor Devido',
'amount_due' => 'Total Devido', 'amount_due' => 'Total Devido',

View File

@ -6,13 +6,13 @@ return [
'rate' => 'Taxa', 'rate' => 'Taxa',
'default' => 'Moeda Padrão', 'default' => 'Moeda Padrão',
'decimal_mark' => 'Separador de decimal', 'decimal_mark' => 'Separador de decimal',
'thousands_separator' => 'Separador de milha', 'thousands_separator' => 'Separador de milhar',
'precision' => 'Precisão', 'precision' => 'Precisão',
'symbol' => [ 'symbol' => [
'symbol' => 'Símbolo', 'symbol' => 'Símbolo',
'position' => 'Posição do símbolo', 'position' => 'Posição do símbolo',
'before' => 'Before Amount', 'before' => 'Antes do valor',
'after' => 'After Amount', 'after' => 'Depois do valor',
] ]
]; ];

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Dinheiro', 'accounts_cash' => 'Dinheiro',
'categories_uncat' => 'Sem Categoria',
'categories_deposit' => 'Depósito', 'categories_deposit' => 'Depósito',
'categories_sales' => 'Vendas', 'categories_sales' => 'Vendas',
'currencies_usd' => 'US Americado', 'currencies_usd' => 'US Americado',

View File

@ -26,7 +26,7 @@ return [
'companies' => 'Empresa|Empresas', 'companies' => 'Empresa|Empresas',
'profits' => 'Lucro|Lucros', 'profits' => 'Lucro|Lucros',
'taxes' => 'Imposto|Impostos', 'taxes' => 'Imposto|Impostos',
'logos' => 'Logo|Logos', 'logos' => 'Logotipo | Logotipos',
'pictures' => 'Imagen|Imagens', 'pictures' => 'Imagen|Imagens',
'types' => 'Tipo|Tipos', 'types' => 'Tipo|Tipos',
'payment_methods' => 'Método de pagamento|Método de pagamentos', 'payment_methods' => 'Método de pagamento|Método de pagamentos',
@ -36,8 +36,8 @@ return [
'languages' => 'Idioma|Idiomas', 'languages' => 'Idioma|Idiomas',
'updates' => 'Atualização|Atualizações', 'updates' => 'Atualização|Atualizações',
'numbers' => 'Número|Números', 'numbers' => 'Número|Números',
'statuses' => 'Status|Statuses', 'statuses' => 'Status|Status',
'others' => 'Other|Others', 'others' => 'Outro | Outros',
'dashboard' => 'Painel', 'dashboard' => 'Painel',
'banking' => 'Banco', 'banking' => 'Banco',
@ -52,7 +52,7 @@ return [
'na' => 'N/A', 'na' => 'N/A',
'daily' => 'Diariamente', 'daily' => 'Diariamente',
'monthly' => 'Mensal', 'monthly' => 'Mensal',
'quarterly' => 'Quarterly', 'quarterly' => 'Trimestral',
'yearly' => 'Anual', 'yearly' => 'Anual',
'add' => 'Adicionar', 'add' => 'Adicionar',
'add_new' => 'Adicionar novo', 'add_new' => 'Adicionar novo',
@ -77,7 +77,7 @@ return [
'reference' => 'Referência', 'reference' => 'Referência',
'attachment' => 'Anexo', 'attachment' => 'Anexo',
'change' => 'Alterar', 'change' => 'Alterar',
'switch' => 'Switch', 'switch' => 'Trocar',
'color' => 'Cor', 'color' => 'Cor',
'save' => 'Salvar', 'save' => 'Salvar',
'cancel' => 'Cancelar', 'cancel' => 'Cancelar',
@ -89,22 +89,26 @@ return [
'filter' => 'Filtar', 'filter' => 'Filtar',
'help' => 'Ajuda', 'help' => 'Ajuda',
'all' => 'Todos', 'all' => 'Todos',
'all_type' => 'All :type', 'all_type' => 'Todos :type',
'upcoming' => 'Próximos', 'upcoming' => 'Próximos',
'created' => 'Criado', 'created' => 'Criado',
'id' => 'ID', 'id' => 'Código',
'more_actions' => 'Mais ações', 'more_actions' => 'Mais ações',
'duplicate' => 'Duplicar', 'duplicate' => 'Duplicado',
'unpaid' => 'Unpaid', 'unpaid' => 'Não Pago',
'paid' => 'Paid', 'paid' => 'Pago',
'overdue' => 'Overdue', 'overdue' => 'Atrasado',
'partially' => 'Partially', 'partially' => 'Parcial',
'partially_paid' => 'Partially Paid', 'partially_paid' => 'Pagamento parcial',
'export' => 'Export',
'enable' => 'Enable',
'disable' => 'Disable',
'title' => [ 'title' => [
'new' => 'Novo :type', 'new' => 'Novo :type',
'edit' => 'Editar :type', 'edit' => 'Editar :type',
], ],
'form' => [ 'form' => [
'enter' => 'Digite :field', 'enter' => 'Digite :field',
'select' => [ 'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'Importar', 'import' => 'Importar',
'title' => 'Importação: tipo', 'title' => 'Importação: tipo',
'message' => 'Permitidos tipos de arquivos: CSV, XLS. Por favor, <a target="_blank" href=":link"> <strong>Baixe</strong></a> o arquivo de amostra.', 'message' => 'Tipos de arquivos permitidos: XLS, XLSX. Por favor, <a target="_blank" href=":link"><strong>clique aqui, para baixar o arquivo de exemplo</strong></a>.',
]; ];

View File

@ -12,22 +12,22 @@ return [
'quantity' => 'Quantidade', 'quantity' => 'Quantidade',
'price' => 'Preço', 'price' => 'Preço',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Discount', 'discount' => 'Desconto',
'tax_total' => 'Valor da taxa', 'tax_total' => 'Valor da taxa',
'total' => 'Total', 'total' => 'Total',
'item_name' => 'Item|Itens', 'item_name' => 'Item|Itens',
'show_discount' => ':discount% Discount', 'show_discount' => ':discount% desconto',
'add_discount' => 'Add Discount', 'add_discount' => 'Adicionar desconto',
'discount_desc' => 'of subtotal', 'discount_desc' => 'subtotal',
'payment_due' => 'Pagamento vencido', 'payment_due' => 'Pagamento vencido',
'paid' => 'Pago', 'paid' => 'Pago',
'histories' => 'Histórico', 'histories' => 'Histórico',
'payments' => 'Pagamentos', 'payments' => 'Pagamentos',
'add_payment' => 'Novo Pagamento', 'add_payment' => 'Novo Pagamento',
'mark_paid' => 'Mark Paid', 'mark_paid' => 'Marcar como pago',
'mark_sent' => 'Marcar Como Enviada', 'mark_sent' => 'Marcar Como Enviada',
'download_pdf' => 'Baixar em PDF', 'download_pdf' => 'Baixar em PDF',
'send_mail' => 'Enviar E-mail', 'send_mail' => 'Enviar E-mail',
@ -42,13 +42,13 @@ return [
], ],
'messages' => [ '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!', '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' => [ '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', 'button' => 'Pagar agora',
], ],

View File

@ -8,8 +8,8 @@ return [
'sku' => 'SKU', 'sku' => 'SKU',
'notification' => [ 'notification' => [
'message' => 'You are receiving this email because the :name is running out of stock.', 'message' => 'Você está recebendo este e-mail porque :name está ficando com limite baixo.',
'button' => 'View Now', 'button' => 'Ver agora',
], ],
]; ];

View File

@ -6,20 +6,22 @@ return [
'added' => ':type adicionado!', 'added' => ':type adicionado!',
'updated' => ':type atualizado!', 'updated' => ':type atualizado!',
'deleted' => ':type excluído!', 'deleted' => ':type excluído!',
'duplicated' => ':type duplicated!', 'duplicated' => ':type duplicado!',
'imported' => ':type imported!', 'imported' => ':type importado!',
'enabled' => ': tipo habilitado!',
'disabled' => ': tipo desativado!',
], ],
'error' => [ '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!', '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.', 'customer' => 'Erro: Endereço de email :name já esta sendo utilizado.',
'no_file' => 'Error: No file selected!', 'no_file' => 'Erro: Nenhum arquivo selecionado!',
'last_category' => 'Error: Can not delete the last :type category!', 'last_category' => 'Erro: Não foi possível excluir a última :type categoria!',
'invalid_token' => 'Error: The token entered is invalid!', 'invalid_token' => 'Erro: O símbolo inserido é inválido!',
], ],
'warning' => [ 'warning' => [
'deleted' => 'Warning: You are not allowed to delete <b>:name</b> because it has :text related.', 'deleted' => 'Aviso: Você não têm permissão para excluir <b>:name</b>, porque possui o :text relacionado.',
'disabled' => 'Warning: You are not allowed to disable <b>:name</b> because it has :text related.', 'disabled' => 'Aviso: Você não tem permissão para desativar <b>:name</b>, porque tem :text relacionado.',
], ],
]; ];

View File

@ -4,40 +4,45 @@ return [
'title' => 'Token de API', 'title' => 'Token de API',
'api_token' => 'Token', 'api_token' => 'Token',
'my_apps' => 'Meus Apps',
'top_paid' => 'Pago a maior', 'top_paid' => 'Pago a maior',
'new' => 'Novo', 'new' => 'Novo',
'top_free' => 'Melhores Grátis', 'top_free' => 'Melhores Grátis',
'free' => 'Gratis', 'free' => 'Gratis',
'search' => 'Search', 'search' => 'Pesquisa',
'install' => 'Instalar', 'install' => 'Instalar',
'buy_now' => 'Comprar Agora', 'buy_now' => 'Comprar Agora',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Clique aqui</a> para obter o token de sua API.', 'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Clique aqui</a> para obter o token de sua API.',
'no_apps' => 'There are no apps in this category, yet.', 'no_apps' => 'Não há nenhum apps nesta categoria, ainda.',
'developer' => 'Are you a developer? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Here</a> you can learn how to create an app and start selling today!', 'developer' => 'Você é um desenvolvedor? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Clique aqui</a> que você pode aprender como criar um app e começar a vender hoje!',
'about' => 'About', 'about' => 'Sobre',
'added' => 'Added', 'added' => 'Adicionado',
'updated' => 'Updated', 'updated' => 'Atualizado',
'compatibility' => 'Compatibility', 'compatibility' => 'Compatibilidade',
'installed' => ':module installed', 'installed' => ':module instalado',
'uninstalled' => ':module uninstalled', 'uninstalled' => ':module removido',
//'updated' => ':module updated', //'updated' => ':module updated',
'enabled' => ':module enabled', 'enabled' => ':module ativado',
'disabled' => ':module disabled', 'disabled' => ':module desativado',
'tab' => [ 'tab' => [
'installation' => 'Installation', 'installation' => 'Instalação',
'faq' => 'FAQ', 'faq' => 'Perguntas frequentes',
'changelog' => 'Changelog', 'changelog' => 'Log de alterações',
], ],
'installation' => [ 'installation' => [
'header' => 'App Installation', 'header' => 'Instalação do aplicativo',
'download' => 'Baixando arquivos do módulo :module.', 'download' => 'Baixando arquivos do módulo :module.',
'unzip' => 'Extraindo arquivos do módulo :module.', 'unzip' => 'Extraindo arquivos do módulo :module.',
'install' => 'Installing :module files.', 'install' => 'Instalando :module.',
],
'badge' => [
'installed' => 'Instalado',
], ],
'button' => [ 'button' => [
@ -45,4 +50,9 @@ return [
'disable' => 'Desativar', 'disable' => 'Desativar',
'enable' => 'Ativar', 'enable' => 'Ativar',
], ],
'my' => [
'purchased' => 'Comprado',
'installed' => 'Instalado',
],
]; ];

View File

@ -2,19 +2,19 @@
return [ return [
'recurring' => 'Recurring', 'recurring' => 'Recorrente',
'every' => 'Every', 'every' => 'Intervalo',
'period' => 'Period', 'period' => 'Período',
'times' => 'Times', 'times' => 'Vezes',
'daily' => 'Daily', 'daily' => 'Diário',
'weekly' => 'Weekly', 'weekly' => 'Semanal',
'monthly' => 'Monthly', 'monthly' => 'Mensal',
'yearly' => 'Yearly', 'yearly' => 'Anual',
'custom' => 'Custom', 'custom' => 'Customizado',
'days' => 'Day(s)', 'days' => 'Dia(s)',
'weeks' => 'Week(s)', 'weeks' => 'Semana(s)',
'months' => 'Month(s)', 'months' => 'Mês (es)',
'years' => 'Year(s)', 'years' => 'Ano(s)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', 'message' => 'Este é um :type recorrente e o próximo :type será automaticamente gerado no dia :date',
]; ];

View File

@ -2,29 +2,29 @@
return [ return [
'this_year' => 'This Year', 'this_year' => 'Este Ano',
'previous_year' => 'Previous Year', 'previous_year' => 'Ano Anterior',
'this_quarter' => 'This Quarter', 'this_quarter' => 'Este trimestre',
'previous_quarter' => 'Previous Quarter', 'previous_quarter' => 'Trimestre anterior',
'last_12_months' => 'Last 12 Months', 'last_12_months' => 'Últimos 12 meses',
'profit_loss' => 'Profit & Loss', 'profit_loss' => 'Receitas & Despesas',
'gross_profit' => 'Gross Profit', 'gross_profit' => 'Total',
'net_profit' => 'Net Profit', 'net_profit' => 'Lucro líquido',
'total_expenses' => 'Total Expenses', 'total_expenses' => 'Total Despesas',
'net' => 'NET', 'net' => 'Líquido',
'summary' => [ 'summary' => [
'income' => 'Resumo de Venda', 'income' => 'Resumo de Venda',
'expense' => 'Resumo de Despesas', 'expense' => 'Resumo de Despesas',
'income_expense' => 'Receita vs Despesa', 'income_expense' => 'Receita vs Despesa',
'tax' => 'Tax Summary', 'tax' => 'Resumo financeiro',
], ],
'quarter' => [ 'quarter' => [
'1' => 'Jan-Mar', '1' => 'Jan-Mar',
'2' => 'Apr-Jun', '2' => 'Abr-Jun',
'3' => 'Jul-Sep', '3' => 'Jul-Set',
'4' => 'Oct-Dec', '4' => 'Out-Dez',
], ],
]; ];

View File

@ -22,24 +22,24 @@ return [
], ],
'timezone' => 'Fuso Horário', 'timezone' => 'Fuso Horário',
'percent' => [ 'percent' => [
'title' => 'Percent (%) Position', 'title' => 'Posição do (%)',
'before' => 'Before Number', 'before' => 'Antes do número',
'after' => 'After Number', 'after' => 'Depois do número',
], ],
], ],
'invoice' => [ 'invoice' => [
'tab' => 'Faturas', 'tab' => 'Faturas',
'prefix' => 'Number Prefix', 'prefix' => 'Formato do número',
'digit' => 'Number Digit', 'digit' => 'Número de dígitos',
'next' => 'Next Number', 'next' => 'Próximo número',
'logo' => 'Logo', 'logo' => 'Logotipo',
], ],
'default' => [ 'default' => [
'tab' => 'Padrões', 'tab' => 'Padrões',
'account' => 'Conta Padrão', 'account' => 'Conta Padrão',
'currency' => 'Moeda Padrão', 'currency' => 'Moeda Padrão',
'tax' => 'Imposto Padrão', 'tax' => 'Imposto Padrão',
'payment' => 'Metodo de pagamento padrão', 'payment' => 'Método de pagamento padrão',
'language' => 'Idioma Padrão', 'language' => 'Idioma Padrão',
], ],
'email' => [ 'email' => [

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'Da conta', 'from_account' => 'Da conta',
'to_account' => 'Para conta', 'to_account' => 'Para conta',
'messages' => [
'delete' => 'Do :from para :to (:amount)',
],
]; ];

View File

@ -13,19 +13,28 @@ return [
'current_email' => 'Adresa de Email actuala', 'current_email' => 'Adresa de Email actuala',
'reset' => 'Resetare', 'reset' => 'Resetare',
'never' => 'niciodată', 'never' => 'niciodată',
'password' => [ 'password' => [
'current' => 'Parola', 'current' => 'Parola',
'current_confirm' => 'Confirmă parola', 'current_confirm' => 'Confirmă parola',
'new' => 'Parola nouă', 'new' => 'Parola nouă',
'new_confirm' => 'Confirmă parola', 'new_confirm' => 'Confirmă parola',
], ],
'error' => [ 'error' => [
'self_delete' => 'Eroare: Nu te poti sterge! '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.', 'failed' => 'Datele de identificare nu pot fi confirmate.',
'disabled' => 'Acest cont este dezactivat. Vă rugăm, contactaţi administratorul de sistem.', '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.', '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',
],
]; ];

View File

@ -100,11 +100,15 @@ return [
'overdue' => 'Intarziat', 'overdue' => 'Intarziat',
'partially' => 'Partial', 'partially' => 'Partial',
'partially_paid' => 'Platit Partial', 'partially_paid' => 'Platit Partial',
'export' => 'Export',
'enable' => 'Enable',
'disable' => 'Disable',
'title' => [ 'title' => [
'new' => ':type nou', 'new' => ':type nou',
'edit' => 'Editeaza :type', 'edit' => 'Editeaza :type',
], ],
'form' => [ 'form' => [
'enter' => 'Introduceţi :field', 'enter' => 'Introduceţi :field',
'select' => [ 'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'Importă', 'import' => 'Importă',
'title' => 'Importa :type', 'title' => 'Importa :type',
'message' => 'Sunt permise urmatoarele tipuri de fişiere: CSV, XLS. Te rugam <a target="_blank" href=":link"> <strong>descarcă</strong></a> fişierul mostră.', 'message' => 'Tipuri fisier permise: XLS, XLSX. Te rog, <a target="_blank" href=":link"><strong>descarca</strong></a> fisierul mostra.',
]; ];

View File

@ -8,6 +8,8 @@ return [
'deleted' => ':type şters!', 'deleted' => ':type şters!',
'duplicated' => ':type duplicat!', 'duplicated' => ':type duplicat!',
'imported' => ':type importat!', 'imported' => ':type importat!',
'enabled' => ':type activat!',
'disabled' => ':type dezactivat!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Eroare: Plata nu a fost adaugata. Suma depaseste totalul.', 'over_payment' => 'Eroare: Plata nu a fost adaugata. Suma depaseste totalul.',

View File

@ -4,6 +4,7 @@ return [
'title' => 'Token API', 'title' => 'Token API',
'api_token' => 'Token', 'api_token' => 'Token',
'my_apps' => 'Aplicatiile Mele',
'top_paid' => 'Cel mai bine platit', 'top_paid' => 'Cel mai bine platit',
'new' => 'Nou', 'new' => 'Nou',
'top_free' => 'Top gratuit', 'top_free' => 'Top gratuit',
@ -40,9 +41,18 @@ return [
'install' => 'Instalare fisiere :module.', 'install' => 'Instalare fisiere :module.',
], ],
'badge' => [
'installed' => 'Instalat',
],
'button' => [ 'button' => [
'uninstall' => 'Dezinstalează', 'uninstall' => 'Dezinstalează',
'disable' => 'Dezactivează', 'disable' => 'Dezactivează',
'enable' => 'Activează', 'enable' => 'Activează',
], ],
'my' => [
'purchased' => 'Cumparat',
'installed' => 'Instalat',
],
]; ];

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'Cont platitor', 'from_account' => 'Cont platitor',
'to_account' => 'Cont beneficiar', 'to_account' => 'Cont beneficiar',
'messages' => [
'delete' => ':from catre :to (:amount)',
],
]; ];

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'Emaili Aktual', 'current_email' => 'Emaili Aktual',
'reset' => 'Rivendos', 'reset' => 'Rivendos',
'never' => 'asnjëherë', 'never' => 'asnjëherë',
'password' => [ 'password' => [
'current' => 'Fjalëkalimi', 'current' => 'Fjalëkalimi',
'current_confirm' => 'Konfirmimi i Fjalëkalimit', 'current_confirm' => 'Konfirmimi i Fjalëkalimit',
'new' => 'Fjalëkalimi i Ri', 'new' => 'Fjalëkalimi i Ri',
'new_confirm' => 'Konfirmimi i Fjalëkalimit të Ri', 'new_confirm' => 'Konfirmimi i Fjalëkalimit të Ri',
], ],
'error' => [ '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.', 'failed' => 'Këto kredencialet nuk përputhen me të dhënat tona.',
'disabled' => 'Kjo llogari është e mbyllur. Ju lutemi, kontaktoni administratorin e sistemit.', '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.', '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',
],
]; ];

View File

@ -100,11 +100,15 @@ return [
'overdue' => 'I vonuar', 'overdue' => 'I vonuar',
'partially' => 'Pjesërisht', 'partially' => 'Pjesërisht',
'partially_paid' => 'I paguar pjesërisht', 'partially_paid' => 'I paguar pjesërisht',
'export' => 'Eksporto',
'enable' => 'Aktivizo',
'disable' => 'Çaktivizo',
'title' => [ 'title' => [
'new' => 'I ri :type', 'new' => 'I ri :type',
'edit' => 'Modifiko :type', 'edit' => 'Modifiko :type',
], ],
'form' => [ 'form' => [
'enter' => 'Shkruaj :field', 'enter' => 'Shkruaj :field',
'select' => [ 'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'Import', 'import' => 'Import',
'title' => 'Import :type', 'title' => 'Import :type',
'message' => 'Llojet e lejuara të skedarëve: CSV, XLS. Ju lutemi, <a target="_blank" href=":link"><strong>shkarko</strong></a> skedarin shembull.', 'message' => 'Llojet e lejuara të skedarëve: XLS, XLSX. Ju lutemi, <a target="_blank" href=":link"><strong>shkarko</strong></a> skedarin shembull.',
]; ];

View File

@ -8,6 +8,8 @@ return [
'deleted' => ':type fshirë!', 'deleted' => ':type fshirë!',
'duplicated' => ':type dubluar!', 'duplicated' => ':type dubluar!',
'imported' => ':type importuar!', 'imported' => ':type importuar!',
'enabled' => ':type aktivizuar!',
'disabled' => ':type çaktivizuar!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Gabim: Pagesa nuk u shtua! Shuma kalon totalin.', 'over_payment' => 'Gabim: Pagesa nuk u shtua! Shuma kalon totalin.',

View File

@ -4,6 +4,7 @@ return [
'title' => 'Shenjë API', 'title' => 'Shenjë API',
'api_token' => 'Shenjë', 'api_token' => 'Shenjë',
'my_apps' => 'Aplikacionet e Mia',
'top_paid' => 'Më të paguarat', 'top_paid' => 'Më të paguarat',
'new' => 'I ri', 'new' => 'I ri',
'top_free' => 'Më të mirët Falas', 'top_free' => 'Më të mirët Falas',
@ -40,9 +41,18 @@ return [
'install' => 'Instalim i :module skedareve.', 'install' => 'Instalim i :module skedareve.',
], ],
'badge' => [
'installed' => 'Instaluar',
],
'button' => [ 'button' => [
'uninstall' => 'Çinstalo', 'uninstall' => 'Çinstalo',
'disable' => 'Çaktivizo', 'disable' => 'Çaktivizo',
'enable' => 'Aktivizo', 'enable' => 'Aktivizo',
], ],
'my' => [
'purchased' => 'Blerë',
'installed' => 'Instaluar',
],
]; ];

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'Nga Llogaria', 'from_account' => 'Nga Llogaria',
'to_account' => 'Në Llogarinë', 'to_account' => 'Në Llogarinë',
'messages' => [
'delete' => ':from për të :to (:amount)',
],
]; ];

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'Geçerli Email', 'current_email' => 'Geçerli Email',
'reset' => 'Sıfırla', 'reset' => 'Sıfırla',
'never' => 'hiçbir zaman', 'never' => 'hiçbir zaman',
'password' => [ 'password' => [
'current' => 'Şifre', 'current' => 'Şifre',
'current_confirm' => 'Şifre Onayı', 'current_confirm' => 'Şifre Onayı',
'new' => 'Yeni Şifre', 'new' => 'Yeni Şifre',
'new_confirm' => 'Yeni Şifre Onayı', 'new_confirm' => 'Yeni Şifre Onayı',
], ],
'error' => [ '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.', '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.', '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.', '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',
],
]; ];

View File

@ -100,11 +100,15 @@ return [
'overdue' => 'Gecikmiş', 'overdue' => 'Gecikmiş',
'partially' => 'Kısmen', 'partially' => 'Kısmen',
'partially_paid' => 'Kısmen Ödenmiş', 'partially_paid' => 'Kısmen Ödenmiş',
'export' => 'Dışa Aktar',
'enable' => 'Etkinleştir',
'disable' => 'Devre Dışı Bırak',
'title' => [ 'title' => [
'new' => 'Yeni :type', 'new' => 'Yeni :type',
'edit' => ':type Düzenle', 'edit' => ':type Düzenle',
], ],
'form' => [ 'form' => [
'enter' => ':field Girin', 'enter' => ':field Girin',
'select' => [ 'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'İçe Aktar', 'import' => 'İçe Aktar',
'title' => ':type İçe Aktar', 'title' => ':type İçe Aktar',
'message' => 'İzin verilen dosya türleri: CSV, XLS. Lütfen, örnek dosyayı <a target="_blank" href=":link"><strong>indirin</strong></a>.', 'message' => 'İzin verilen dosya türleri: XLS, XLSX. Lütfen, örnek dosyayı <a target="_blank" href=":link"><strong>indirin</strong></a>.',
]; ];

View File

@ -8,6 +8,8 @@ return [
'deleted' => ':type silindi!', 'deleted' => ':type silindi!',
'duplicated' => ':type çoğaltıldı!', 'duplicated' => ':type çoğaltıldı!',
'imported' => ':type içe aktarıldı!', 'imported' => ':type içe aktarıldı!',
'enabled' => ':type etkinleştirildi!',
'disabled' => ':type devre dışı bırakıldı!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Hata: Ödeme eklenmedi. Girilen tutar toplamı geçiyor.', 'over_payment' => 'Hata: Ödeme eklenmedi. Girilen tutar toplamı geçiyor.',

View File

@ -4,6 +4,7 @@ return [
'title' => 'API token', 'title' => 'API token',
'api_token' => 'Token', 'api_token' => 'Token',
'my_apps' => 'Uygulamalarım',
'top_paid' => 'Popüler Ücretli', 'top_paid' => 'Popüler Ücretli',
'new' => 'Yeni', 'new' => 'Yeni',
'top_free' => 'Popüler Ücretsiz', 'top_free' => 'Popüler Ücretsiz',
@ -40,9 +41,18 @@ return [
'install' => ':module uygulamanın dosyaları yükleniyor.', 'install' => ':module uygulamanın dosyaları yükleniyor.',
], ],
'badge' => [
'installed' => 'Yüklü',
],
'button' => [ 'button' => [
'uninstall' => 'Kaldır', 'uninstall' => 'Kaldır',
'disable' => 'Devre Dışı Bırak', 'disable' => 'Devre Dışı Bırak',
'enable' => 'Etkinleştir', 'enable' => 'Etkinleştir',
], ],
'my' => [
'purchased' => 'Satın Alınmış',
'installed' => 'Yüklü',
],
]; ];

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'Gönderen Hesap', 'from_account' => 'Gönderen Hesap',
'to_account' => 'Alan Hesap', 'to_account' => 'Alan Hesap',
'messages' => [
'delete' => ':from hesabıdan :to hesabına (:amount)',
],
]; ];

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'Email hiện tại của bạn', 'current_email' => 'Email hiện tại của bạn',
'reset' => 'Đặt lại', 'reset' => 'Đặt lại',
'never' => 'không bao giờ', 'never' => 'không bao giờ',
'password' => [ 'password' => [
'current' => 'Mật khẩu', 'current' => 'Mật khẩu',
'current_confirm' => 'Xác nhân mật khẩu', 'current_confirm' => 'Xác nhân mật khẩu',
'new' => 'Mật khẩu mới', 'new' => 'Mật khẩu mới',
'new_confirm' => 'Xác nhận mật khẩu mới', 'new_confirm' => 'Xác nhận mật khẩu mới',
], ],
'error' => [ '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.', '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.', '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.', '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',
],
]; ];

View File

@ -5,14 +5,14 @@ return [
'code' => 'Mã', 'code' => 'Mã',
'rate' => 'Tỷ giá', 'rate' => 'Tỷ giá',
'default' => 'Tiền tệ mặc định', 'default' => 'Tiền tệ mặc định',
'decimal_mark' => 'Decimal Mark', 'decimal_mark' => 'Dấu tách phần thập phân',
'thousands_separator' => 'Thousands Separator', 'thousands_separator' => 'Dấu tách phần ngàn',
'precision' => 'Precision', 'precision' => 'Độ chính xác',
'symbol' => [ 'symbol' => [
'symbol' => 'Symbol', 'symbol' => 'Ký hiệu',
'position' => 'Symbol Position', 'position' => 'Vị trí ký hiệu',
'before' => 'Before Amount', 'before' => 'Phía trước số tiền',
'after' => 'After Amount', 'after' => 'Phía sau số tiền',
] ]
]; ];

View File

@ -3,7 +3,6 @@
return [ return [
'accounts_cash' => 'Tiền mặt', 'accounts_cash' => 'Tiền mặt',
'categories_uncat' => 'Chưa phân loại',
'categories_deposit' => 'Tiền gửi', 'categories_deposit' => 'Tiền gửi',
'categories_sales' => 'Bán hàng', 'categories_sales' => 'Bán hàng',
'currencies_usd' => 'Đô-la Mỹ', 'currencies_usd' => 'Đô-la Mỹ',

View File

@ -100,11 +100,15 @@ return [
'overdue' => 'Overdue', 'overdue' => 'Overdue',
'partially' => 'Partially', 'partially' => 'Partially',
'partially_paid' => 'Partially Paid', 'partially_paid' => 'Partially Paid',
'export' => 'Export',
'enable' => 'Enable',
'disable' => 'Disable',
'title' => [ 'title' => [
'new' => 'Thêm loại :type', 'new' => 'Thêm loại :type',
'edit' => 'Chỉnh sửa loại :type', 'edit' => 'Chỉnh sửa loại :type',
], ],
'form' => [ 'form' => [
'enter' => 'Nhập trường :field', 'enter' => 'Nhập trường :field',
'select' => [ 'select' => [

View File

@ -2,8 +2,8 @@
return [ return [
'import' => 'Import', 'import' => 'Nhập',
'title' => 'Import :type', 'title' => 'Nhập :type',
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.', 'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
]; ];

View File

@ -7,15 +7,17 @@ return [
'updated' => ':type đã được cập nhật!', 'updated' => ':type đã được cập nhật!',
'deleted' => ':type đã được xoá!', 'deleted' => ':type đã được xoá!',
'duplicated' => ':type bị trùng!', 'duplicated' => ':type bị trùng!',
'imported' => ':type imported!', 'imported' => ':type đã được nhập!',
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
], ],
'error' => [ '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!', '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.', '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' => 'Error: No file selected!', 'no_file' => 'Lỗi: Không có tập tin nào được chọn!',
'last_category' => 'Error: Can not delete the last :type category!', 'last_category' => 'Lỗi: Không thể xóa mục :type cuối!',
'invalid_token' => 'Error: The token entered is invalid!', 'invalid_token' => 'Lỗi: Chữ ký số nhập vào không hợp lệ!',
], ],
'warning' => [ 'warning' => [
'deleted' => 'Chú ý: Bạn không được phép xoá <b>:name</b> này bởi vì nó có :text liên quan.', 'deleted' => 'Chú ý: Bạn không được phép xoá <b>:name</b> này bởi vì nó có :text liên quan.',

Some files were not shown because too many files have changed in this diff Show More