From 2e7e30dd648d3f510aad7db6c35f2be355e6682f Mon Sep 17 00:00:00 2001 From: Crowdin Bot Date: Mon, 15 Feb 2021 11:01:23 +0000 Subject: [PATCH] new crowdin translations --- resources/lang/ca-ES/items.php | 5 +++-- resources/lang/ca-ES/settings.php | 18 ++++++++++++------ resources/lang/cs-CZ/currencies.php | 1 + 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/resources/lang/ca-ES/items.php b/resources/lang/ca-ES/items.php index e592b96d4..612522e83 100644 --- a/resources/lang/ca-ES/items.php +++ b/resources/lang/ca-ES/items.php @@ -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', ]; diff --git a/resources/lang/ca-ES/settings.php b/resources/lang/ca-ES/settings.php index b3277c4ca..94efd14ab 100644 --- a/resources/lang/ca-ES/settings.php +++ b/resources/lang/ca-ES/settings.php @@ -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', diff --git a/resources/lang/cs-CZ/currencies.php b/resources/lang/cs-CZ/currencies.php index 9fc1feb55..d803b0102 100644 --- a/resources/lang/cs-CZ/currencies.php +++ b/resources/lang/cs-CZ/currencies.php @@ -8,6 +8,7 @@ return [ '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',