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 Feb 15, 2021
1 parent 93d95a8 commit 2e7e30d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
5 changes: 3 additions & 2 deletions resources/lang/ca-ES/items.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

return [

'sales_price' => 'Preu de venda',
'purchase_price' => 'Preu de compra',
'sales_price' => 'Preu de venda',
'purchase_price' => 'Preu de compra',
'enter_item_description' => 'Introdueix la descripció de l\'article',

];
18 changes: 12 additions & 6 deletions resources/lang/ca-ES/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,24 @@
return [

'company' => [
'description' => 'Canvia el nom d\'empresa, correu electrònic, adreça, NIF, etc...',
'name' => 'Nom',
'email' => 'Correu electrònic',
'phone' => 'Telèfon',
'address' => 'Adreça',
'logo' => 'Logotip',
'description' => 'Canvia el nom d\'empresa, correu electrònic, adreça, NIF, etc...',
'name' => 'Nom',
'email' => 'Correu electrònic',
'phone' => 'Telèfon',
'address' => 'Adreça',
'edit_your_business_address' => 'Edita l\'adreça de l\'empresa',
'logo' => 'Logotip',
],

'localisation' => [
'description' => 'Defineix l\'any fiscal, la zona horària, el format de data i altres configuracions locals.',
'financial_start' => 'Inici de l\'any fiscal',
'timezone' => 'Zona horària',
'financial_denote' => [
'title' => 'Denominació de l\'exercici',
'begins' => 'Per l\'any d\'inici',
'ends' => 'Per l\'any de finalització',
],
'date' => [
'format' => 'Format de data',
'separator' => 'Separador de la data',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/cs-CZ/currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
'decimal_mark' => 'Desetinná značka',
'thousands_separator' => 'Oddělovač tisíců',
'precision' => 'Přesnost',
'conversion' => 'Převod měny: :price (:currency_code) na :currency_rate',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Pozice symbolu',
Expand Down

0 comments on commit 2e7e30d

Please sign in to comment.