Skip to content

Commit

Permalink
new crowdin translations
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdin-bot committed Jun 16, 2023
1 parent ca0843c commit fa93705
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 6 deletions.
1 change: 1 addition & 0 deletions resources/lang/ca-ES/documents.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@
],
],

'empty_attachments' => 'No hi ha cap fitxer adjunt a aquest/a :type.',
];
1 change: 1 addition & 0 deletions resources/lang/ca-ES/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
'go_back' => 'Torna a :type',
'validation_error' => 'Error de validació',
'dismiss' => 'Ignora',
'size' => 'Mida',

'card' => [
'cards' => 'Tarjeta|Tarjetes',
Expand Down
20 changes: 19 additions & 1 deletion resources/lang/ca-ES/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@

],

'email' => [

'invalid' => [

'title' => 'Correu :type no vàlid',
'description' => 'L\'adreça de correu :email ha estat identificada com a no vàlida, i l\'usuari ha estat desactivat. Si us plau comprova el següent missatge d\'error i corregeix l\'adreça de correu.',

],

],

'menu' => [

'export_completed' => [
Expand All @@ -89,7 +100,7 @@

'import_failed' => [

'subject' => 'Ha fallat la importació',
'title' => 'Ha fallat la importació',
'description' => 'No s\'ha pogut importar l\'arxiu per vàries raons. Pots mirar el teu correu per tenir-ne més detalls.',

],
Expand Down Expand Up @@ -178,6 +189,13 @@

],

'invalid_email' => [

'title' => 'Correu :type no vàlid',
'description' => 'L\'adreça de correu <strong>:email</strong> ha estat identificada com a no vàlida, i l\'usuari ha estat desactivat. Si us plau comprova i corregeix l\'adreça de correu.',

],

],

'messages' => [
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/cs-CZ/bills.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'status' => [
'created' => 'Vytvořeno :date',
'receive' => [
'draft' => 'Neodesláno',
'draft' => 'Neobdrženo',
'received' => 'Přijato :date',
],
'paid' => [
Expand Down
1 change: 1 addition & 0 deletions resources/lang/cs-CZ/documents.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@
],
],

'empty_attachments' => 'Není zde žádná poznámka připojená k tomuto pádu.',
];
7 changes: 4 additions & 3 deletions resources/lang/cs-CZ/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
'go_back' => 'Jít zpět na :type',
'validation_error' => 'Chyba ověření',
'dismiss' => 'Odmítnout',
'size' => 'Velikost',

'card' => [
'cards' => 'Karta|Karty',
Expand Down Expand Up @@ -291,11 +292,11 @@
],

'empty' => [
'documentation' => 'Check out the <a href=":url" target="_blank" class="text-green">documentation</a> for more details.',
'items' => 'Položky mohou být produkty nebo služby. Položky můžete použít při vytváření faktur vydaných či přijatých, aby byla pole s údaji o ceně, dani atd. vyplněna.',
'documentation' => 'Pro více informací se podívejte na <a href=":url" target="_blank" class="text-green bg-no-repeat bg-0-2 bg-0-full hover:bg-full-2 bg-gradient-to-b from-transparent to-green transition-backgroundSize">dokumentaci</a>.',
'items' => 'Položky mohou být produkty nebo služby. Položky můžete použít při vytváření faktur vydaných či přijatých, aby byla pole s údaji o ceně, o dani atd. vyplněna.',
'invoices' => 'Faktury vydané mohou být jednorázové nebo opakující se. Můžete je odeslat zákazníkům a začít přijímat online platby.',
'revenues' => 'Příjem je zaplacená příjmová transakce. Může se jednat o nezávislý záznam (tj. vklad) nebo o záznam připojený k faktuře.',
'customers' => 'Zákazníci jsou zapotřebí, pokud chcete vytvářet přijaté faktury. Mohou se také přihlásit do Klientského portálu a vidět svůj zůstatek.',
'customers' => 'Zákazníci jsou zapotřebí, pokud chcete vytvářet přijaté faktury. Mohou se také přihlásit do Klientského portálu a vidět svou bilanci.',
'bills' => 'Faktury přijaté mohou být jednorázové nebo opakující se. Uvádějí, kolik dlužíte svým prodejcům za zakoupené produkty nebo služby.',
'payments' => 'Platba je zaplacená výdajová transakce. Může se jednat o nezávislý záznam (např. účtenka za jídlo) nebo o záznam připojený k přijaté faktuře.',
'vendors' => 'Dodavatelé jsou zapotřebí, pokud chcete vytvářet přijaté faktury. Můžete vidět zůstatek, který dlužíte a filtrovat zprávy podle dodavatele.',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/hi-IN/documents.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@
],
],

'empty_attachments' => 'इस :type से कोई फ़ाइल अनुलग्नित नहीं है',
];
1 change: 1 addition & 0 deletions resources/lang/hi-IN/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
'go_back' => ':type में वापस जाएं',
'validation_error' => 'मान्यता त्रुटि',
'dismiss' => 'ख़ारिज करें',
'size' => 'आकार',

'card' => [
'cards' => 'कार्ड|कार्ड',
Expand Down
20 changes: 19 additions & 1 deletion resources/lang/hi-IN/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@

],

'email' => [

'invalid' => [

'title' => 'अमान्य :type ईमेल',
'description' => ':email ईमेल पता अमान्य बताया गया है, और व्यक्ति अक्षम कर दिया गया है। कृपया निम्नलिखित त्रुटि संदेश की जाँच करें और ईमेल पता ठीक करें:',

],

],

'menu' => [

'export_completed' => [
Expand All @@ -88,7 +99,7 @@

'import_failed' => [

'subject' => 'आयात विफल रहा',
'title' => 'आयात विफल रहा',
'description' => 'कई समस्याओं के कारण फ़ाइल आयात करने में सक्षम नहीं है। विवरण के लिए अपना ईमेल देखें।',

],
Expand Down Expand Up @@ -177,6 +188,13 @@

],

'invalid_email' => [

'title' => 'अमान्य :type ईमेल',
'description' => '<strong>:email</strong> ईमेल पता अमान्य बताया गया है, और व्यक्ति अक्षम कर दिया गया है। कृपया ईमेल पता जांचें और ठीक करें।',

],

],

'messages' => [
Expand Down
1 change: 1 addition & 0 deletions resources/lang/nl-NL/documents.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@
],
],

'empty_attachments' => 'Aan dit :type zijn geen bestanden gekoppeld.',
];
1 change: 1 addition & 0 deletions resources/lang/nl-NL/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
'go_back' => 'Terug naar :type',
'validation_error' => 'Validatiefout',
'dismiss' => 'Verwerp',
'size' => 'Grootte',

'card' => [
'cards' => 'Kaart|Kaarten',
Expand Down

0 comments on commit fa93705

Please sign in to comment.