Skip to content

Commit

Permalink
updated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 6, 2018
1 parent da5eb9b commit 2915af6
Show file tree
Hide file tree
Showing 98 changed files with 444 additions and 180 deletions.
5 changes: 5 additions & 0 deletions resources/lang/ar-SA/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
'id' => 'الرقم المعرفى',
'more_actions' => 'المزيد من الاجراءات',
'duplicate' => 'تكرار',
'unpaid' => 'Unpaid',
'paid' => 'Paid',
'overdue' => 'Overdue',
'partially' => 'Partially',
'partially_paid' => 'Partially Paid',

'title' => [
'new' => 'جديد : نوع',
Expand Down
1 change: 0 additions & 1 deletion resources/lang/ar-SA/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
],

'requirements' => [
'php_version' => 'استخدم اصدار PHP 5.6.4 أو أحدث!',
'enabled' => ':هذة الميزة تحتاج الى تفعيل!',
'disabled' => ': هذة الميزة تحتاج الى الغاء التفعيل!',
'extension' => ': ملحق اضافى يحتاج إلى أن يتم تحميل!',
Expand Down
5 changes: 3 additions & 2 deletions resources/lang/ar-SA/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
],

'messages' => [
'email_sent' => 'تم ارسال الفاتورة بنجاح!',
'marked_sent' => 'تم تحديد الفاتورة كفاتورة مرسلة بنجاح!',
'email_sent' => 'تم ارسال الفاتورة بنجاح!',
'marked_sent' => 'تم تحديد الفاتورة كفاتورة مرسلة بنجاح!',
'email_required' => 'No email address for this customer!',
],

'notification' => [
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/cs-CZ/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'forgot_password' => 'Zapoměl jsem heslo',
'reset_password' => 'Reset hesla',
'enter_email' => 'Zadejte svou emailovou adresu',
'current_email' => 'Aktuální emai',
'current_email' => 'Aktuální email',
'reset' => 'Resetovat',
'never' => 'nikdy',
'password' => [
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/cs-CZ/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

'version' => 'Verze',
'powered' => 'Powered By Akaunting',
'software' => 'Svobodný účetní software',
'software' => 'Učetní software zdarma',

];
5 changes: 5 additions & 0 deletions resources/lang/cs-CZ/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
'id' => 'ID',
'more_actions' => 'Další akce',
'duplicate' => 'Duplikovat',
'unpaid' => 'Neuhrazeno',
'paid' => 'Uhrazeno',
'overdue' => 'Po splatnosti',
'partially' => 'Částečně',
'partially_paid' => 'Částečně zaplaceno',

'title' => [
'new' => 'Nová(ý) :type',
Expand Down
1 change: 0 additions & 1 deletion resources/lang/cs-CZ/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
],

'requirements' => [
'php_version' => 'Vyžaduji PHP 5.6.4 a vyšší!',
'enabled' => 'Musíš povolit :feature!',
'disabled' => 'Musiš vypnout :feature!',
'extension' => 'Musíš zavést rozšíření:extension!',
Expand Down
5 changes: 3 additions & 2 deletions resources/lang/cs-CZ/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
],

'messages' => [
'email_sent' => 'Fakturační email byl úspěšně odeslán!',
'marked_sent' => 'Faktura byla úspěšně označena jako odeslaná!',
'email_sent' => 'Fakturační email byl úspěšně odeslán!',
'marked_sent' => 'Faktura byla úspěšně označena jako odeslaná!',
'email_required' => 'Zákazník nemá uvedenou emailovou adresu!',
],

'notification' => [
Expand Down
5 changes: 5 additions & 0 deletions resources/lang/de-DE/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
'id' => 'ID',
'more_actions' => 'Weitere Aktionen',
'duplicate' => 'Duplizieren',
'unpaid' => 'Unpaid',
'paid' => 'Paid',
'overdue' => 'Overdue',
'partially' => 'Partially',
'partially_paid' => 'Partially Paid',

'title' => [
'new' => 'Neu :type',
Expand Down
1 change: 0 additions & 1 deletion resources/lang/de-DE/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
],

'requirements' => [
'php_version' => 'PHP 5.6.4 oder höher muss verwendet werden!',
'enabled' => ':feature muss aktiviert sein!',
'disabled' => ':feature muss deaktiviert sein!',
'extension' => ':extension Erweiterung muss geladen sein!',
Expand Down
7 changes: 4 additions & 3 deletions resources/lang/de-DE/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'payments' => 'Zahlungen',
'add_payment' => 'Zahlung hinzufügen',
'mark_paid' => 'Als bezahlt markieren',
'mark_sent' => 'Als gesendet markieren',
'mark_sent' => 'Als versendet markieren',
'download_pdf' => 'PDF herunterladen',
'send_mail' => 'E-Mail senden',

Expand All @@ -37,8 +37,9 @@
],

'messages' => [
'email_sent' => 'Rechnungsemail wurde erfolgreich versendet!',
'marked_sent' => 'Rechnung als erfolgreich versendet markiert!',
'email_sent' => 'Rechnungsemail wurde erfolgreich versendet!',
'marked_sent' => 'Rechnung als erfolgreich versendet markiert!',
'email_required' => 'No email address for this customer!',
],

'notification' => [
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/de-DE/reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'previous_year' => 'Vorheriges Jahr',
'this_quarter' => 'Dieses Quartal',
'previous_quarter' => 'Letztes Quartal',
'last_12_months' => 'Die letzten 12 Monate',
'last_12_months' => 'Letzte 12 Monate',

'summary' => [
'income' => 'Einkommen Zusammenfassung',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/es-ES/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],

'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á 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.',

];
4 changes: 2 additions & 2 deletions resources/lang/es-ES/currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'symbol' => [
'symbol' => 'Símbolo',
'position' => 'Posición de Símbolo',
'before' => 'Importe Anterior',
'after' => 'Importe Posterior',
'before' => 'Antes del importe',
'after' => 'Despues del importe',
]

];
5 changes: 5 additions & 0 deletions resources/lang/es-ES/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
'id' => 'ID',
'more_actions' => 'Más acciones',
'duplicate' => 'Duplicar',
'unpaid' => 'No Pagado',
'paid' => 'Pagado',
'overdue' => 'Vencido',
'partially' => 'Parcialmente',
'partially_paid' => 'Parcialmente pagado',

'title' => [
'new' => 'Nuevo :type',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/es-ES/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'notifications' => [
'counter' => '{0} No tiene notificaciones |{1} Tiene :count notificación | [2,*] Tiene :count notificaciones',
'overdue_invoices' => '{1} :count factura vencida | [2,*] :count facturas vencidas',
'upcoming_bills' => '{1} :count recibo por vencer|[2,*] :count recibo por vencer',
'upcoming_bills' => '{1} :count recibo por vencer|[2,*] :count recibos por vencer',
'items_stock' => '{1} :count artículo sin stock|[2,*] :count artículos sin stock',
'view_all' => 'Ver todas'
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/es-ES/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
],

'requirements' => [
'php_version' => 'Se requiere PHP 5.6.4 o superior!',
'enabled' => ':feature debe estar habilitado!',
'disabled' => ':feature debe estar deshabilitado!',
'extension' => 'La extensión :extension debe estar cargada!',
Expand Down
5 changes: 3 additions & 2 deletions resources/lang/es-ES/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
],

'messages' => [
'email_sent' => 'El email de la factura se ha enviado correctamente!',
'marked_sent' => 'Factura marcada como enviada con éxito!',
'email_sent' => 'El email de la factura se ha enviado correctamente!',
'marked_sent' => 'Factura marcada como enviada con éxito!',
'email_required' => 'Ninguna dirección de correo electrónico para este cliente!',
],

'notification' => [
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/es-ES/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'imported' => ':type importado!',
],
'error' => [
'payment_add' => 'Error: No puede agregar pago! Usted debe comprobar cantidad agregada.',
'payment_add' => 'Error: No puede agregar pagos! Usted debe marcar agregar importe.',
'not_user_company' => 'Error: No tiene permisos para administrar esta empresa!',
'customer' => 'Error: No se puede crear el usuario! :name usa esta dirección de correo electrónico.',
'no_file' => 'Error: Ningún archivo seleccionado!',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/es-ES/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

'tab' => [
'installation' => 'Instalación',
'faq' => 'Preguntas frecuentes',
'faq' => 'P+F',
'changelog' => 'Historial de cambios',
],

Expand Down
2 changes: 1 addition & 1 deletion resources/lang/es-ES/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'invoice' => [
'tab' => 'Factura',
'prefix' => 'Prefijo de número',
'digit' => 'Número de cifras',
'digit' => 'Número de dígitos',
'next' => 'Siguiente número',
'logo' => 'Logo',
],
Expand Down
5 changes: 5 additions & 0 deletions resources/lang/es-MX/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
'id' => 'ID',
'more_actions' => 'Más Acciones',
'duplicate' => 'Duplicar',
'unpaid' => 'Unpaid',
'paid' => 'Paid',
'overdue' => 'Overdue',
'partially' => 'Partially',
'partially_paid' => 'Partially Paid',

'title' => [
'new' => 'Nuevo :type',
Expand Down
1 change: 0 additions & 1 deletion resources/lang/es-MX/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
],

'requirements' => [
'php_version' => '¡Se requiere PHP 5.6.4 o superior!',
'enabled' => '¡:feature nencesita estar habilitado!',
'disabled' => '¡:feature debe estar deshabilitado!',
'extension' => '¡La extensión :extension debe estar cargada!',
Expand Down
5 changes: 3 additions & 2 deletions resources/lang/es-MX/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
],

'messages' => [
'email_sent' => '¡El correo electrónico de la factura se ha enviado correctamente!',
'marked_sent' => '¡Factura marcada como enviada con éxito!',
'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!',
],

'notification' => [
Expand Down
5 changes: 5 additions & 0 deletions resources/lang/fa-IR/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
'id' => 'شناسه',
'more_actions' => 'اقدامات بیشتر',
'duplicate' => 'تکراری',
'unpaid' => 'پرداخت نشده',
'paid' => 'پرداخت شده',
'overdue' => 'سر رسید شده',
'partially' => 'جزئی',
'partially_paid' => 'پرداخت جزئی',

'title' => [
'new' => ':type جدید',
Expand Down
1 change: 0 additions & 1 deletion resources/lang/fa-IR/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
],

'requirements' => [
'php_version' => 'پی اچ پی 5.6.4 یا بالاتر نیاز به استفاده شود!',
'enabled' => ':feature باید فعال باشد!',
'disabled' => ':feature باید غیر فعال باشد!',
'extension' => ':extension باید بارگذاری شود!',
Expand Down
5 changes: 3 additions & 2 deletions resources/lang/fa-IR/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
],

'messages' => [
'email_sent' => 'فاکتور با موفقت ارسال شده است!',
'marked_sent' => 'فاکتور با موفقت ارسال شده است!',
'email_sent' => 'فاکتور با موفقت ارسال شده است!',
'marked_sent' => 'فاکتور با موفقت ارسال شده است!',
'email_required' => 'هیچ آدرس ایمیل برای این مشتری موجود نیست!',
],

'notification' => [
Expand Down
9 changes: 9 additions & 0 deletions resources/lang/fr-FR/currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@
'code' => 'Code',
'rate' => 'Taux',
'default' => 'Devise par défaut',
'decimal_mark' => 'Séparateur de décimale',
'thousands_separator' => 'Séparateur de milliers',
'precision' => 'Nombre de décimales',
'symbol' => [
'symbol' => 'Symbole',
'position' => 'Position du symbole',
'before' => 'Avant le montant',
'after' => 'Après le montant',
]

];
5 changes: 0 additions & 5 deletions resources/lang/fr-FR/customer.php

This file was deleted.

11 changes: 11 additions & 0 deletions resources/lang/fr-FR/customers.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [

'allow_login' => 'Permettre l\'accès à la connexion ?',
'user_created' => 'Utilisateur créé',

'error' => [
'email' => 'Cet email est déjà pris.'
]
];
10 changes: 8 additions & 2 deletions resources/lang/fr-FR/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
'na' => 'N/A',
'daily' => 'Quotidien',
'monthly' => 'Mensuel',
'quarterly' => 'Trimestriel',
'yearly' => 'Annuel',
'add' => 'Ajouter',
'add_new' => 'Ajouter un nouveau',
Expand All @@ -74,6 +75,7 @@
'reference' => 'Référence',
'attachment' => 'Fichier joint',
'change' => 'Changer',
'switch' => 'Changer',
'color' => 'Couleur',
'save' => 'Enregistrer',
'cancel' => 'Annuler',
Expand All @@ -83,15 +85,19 @@
'search' => 'Rechercher',
'search_placeholder' => 'Votre recherche...',
'filter' => 'Filtre',
'create_user' => 'Créer un utilisateur',
'created_user' => 'Utilisateur crée',
'help' => 'Aide',
'all' => 'Tous',
'all_type' => 'Tous :type',
'upcoming' => 'À venir',
'created' => 'Créés',
'id' => 'Identifiant',
'more_actions' => 'Autres actions',
'duplicate' => 'Dupliquer',
'unpaid' => 'Impayé',
'paid' => 'Payé',
'overdue' => 'En retard',
'partially' => 'Partiellement',
'partially_paid' => 'Partiellement payé',

'title' => [
'new' => 'Nouveau :type',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/fr-FR/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
'counter' => '{0} Vous n’avez aucune notification|{1} Vous avez :count notification|[2, *] Vous avez :count notifications',
'overdue_invoices' => '{1} :nombre de factures impayées|[2,*] :nombre de factures impayées',
'upcoming_bills' => '{1} :nombre de factures à venir|[2,*] :nombre de factures à venir',
'items_stock' => '{1} :count élément épuisé|[2,*] :count éléments épuisés',
'view_all' => 'Afficher tout'
],

Expand Down
9 changes: 9 additions & 0 deletions resources/lang/fr-FR/import.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

return [

'import' => 'Importation',
'title' => 'Importer :type',
'message' => 'Types de fichiers acceptés : CSV, XLS. Veuillez <a target="_blank" href=":link"><strong>télécharger</strong></a> le modèle de fichier.',

];
1 change: 0 additions & 1 deletion resources/lang/fr-FR/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
],

'requirements' => [
'php_version' => 'PHP 5.6.4 ou supérieure doit être utilisé !',
'enabled' => ':feature doit être activée !',
'disabled' => ':feature doit être désactivée !',
'extension' => 'L\'extension :extension doit être chargé !',
Expand Down
9 changes: 8 additions & 1 deletion resources/lang/fr-FR/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@
],

'messages' => [
'marked_sent' => 'Facture marquée comme envoyée avec succès !',
'email_sent' => 'La facture a été envoyé avec succès !',
'marked_sent' => 'Facture marquée comme envoyée avec succès !',
'email_required' => 'Ce client ne possède pas d\'email !',
],

'notification' => [
'message' => 'Vous recevez cet email car une facture d\'un montant de :amount pour le client :customer arrive à échéance.',
'button' => 'Payer maintenant',
],

];

0 comments on commit 2915af6

Please sign in to comment.