From 138b60c462f41876465d1c66ed24110b38fcdc3a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 25 Sep 2021 06:30:35 +0200 Subject: [PATCH] Update various translations. --- resources/lang/cs_CZ/config.php | 2 +- resources/lang/de_DE/config.php | 2 +- resources/lang/de_DE/errors.php | 2 +- resources/lang/en_US/firefly.php | 1 + resources/lang/it_IT/errors.php | 6 +++--- resources/lang/it_IT/validation.php | 14 +++++++------- resources/lang/nl_NL/errors.php | 6 +++--- resources/lang/pt_BR/errors.php | 6 +++--- resources/lang/sk_SK/config.php | 6 +++--- resources/lang/sv_SE/errors.php | 6 +++--- 10 files changed, 26 insertions(+), 25 deletions(-) diff --git a/resources/lang/cs_CZ/config.php b/resources/lang/cs_CZ/config.php index 62360256a2..5c364e1cd2 100644 --- a/resources/lang/cs_CZ/config.php +++ b/resources/lang/cs_CZ/config.php @@ -41,7 +41,7 @@ return [ 'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss', 'specific_day_js' => 'D. MMMM YYYY', 'week_in_year_js' => '[Week] t, RRRR', - 'week_in_year_fns' => "\"týden\" w, yyyy", + 'week_in_year_fns' => "'týden' w, yyyy", 'year_js' => 'YYYY', 'half_year_js' => 'Q YYYY', 'quarter_fns' => "Q'Q, yyyy", diff --git a/resources/lang/de_DE/config.php b/resources/lang/de_DE/config.php index 72bcf85493..4f59dadea1 100644 --- a/resources/lang/de_DE/config.php +++ b/resources/lang/de_DE/config.php @@ -28,7 +28,7 @@ return [ 'month' => '%B %Y', 'month_and_day' => '%e. %B %Y', 'month_and_day_moment_js' => 'DD. MMM. YYYY', - 'month_and_day_fns' => 'D. MMMM Y', + 'month_and_day_fns' => 'd. MMMM Y', 'month_and_date_day' => '%A, %B %e. %Y', 'month_and_day_no_year' => '%B %e', 'date_time' => '%e %B %Y, @ %T', diff --git a/resources/lang/de_DE/errors.php b/resources/lang/de_DE/errors.php index 477f45fd62..e6007513f0 100644 --- a/resources/lang/de_DE/errors.php +++ b/resources/lang/de_DE/errors.php @@ -48,7 +48,7 @@ return [ 'include_logs' => 'Fehlerprotokolle einschließen (siehe oben).', 'what_did_you_do' => 'Teilen Sie uns mit, was Sie getan haben.', 'offline_header' => 'Sie sind wahrscheinlich offline', - 'offline_unreachable' => 'Firefly III ist nicht erreichbar. Ihr Gerät ist offline oder der Server funktioniert nicht.', + 'offline_unreachable' => 'Firefly III ist nicht erreichbar. Ihr Gerät ist offline oder der Server antwortet nicht.', 'offline_github' => 'Falls Sie sicher sind, dass sowohl Ihr Gerät als auch der Server online sind, öffnen Sie bitte ein Ticket auf GitHub.', ]; diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index cd14a3ff3f..519166247e 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -168,6 +168,7 @@ return [ 'all_journals_for_account' => 'All transactions for account :name', 'chart_all_journals_for_account' => 'Chart of all transactions for account :name', 'journals_in_period_for_account' => 'All transactions for account :name between :start and :end', + 'journals_in_period_for_account_js' => 'All transactions for account {title} between {start} and {end}', 'transferred' => 'Transferred', 'all_withdrawal' => 'All expenses', 'all_transactions' => 'All transactions', diff --git a/resources/lang/it_IT/errors.php b/resources/lang/it_IT/errors.php index 110f94b95f..f76d90e87d 100644 --- a/resources/lang/it_IT/errors.php +++ b/resources/lang/it_IT/errors.php @@ -47,8 +47,8 @@ return [ 'tell_more' => 'Dicci di più di "dice Oops!"', 'include_logs' => 'Includi i log degli errori (vedi sopra).', 'what_did_you_do' => 'Dicci cosa stavi facendo.', - 'offline_header' => 'You are probably offline', - 'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.', - 'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on GitHub.', + 'offline_header' => 'Probabilmente sei offline', + 'offline_unreachable' => 'Firefly III non è raggiungibile. Il tuo dispositivo non è attualmente in rete o il server non funziona.', + 'offline_github' => 'Se sei sicuro che sia il tuo dispositivo che il server sono online, apri un ticket su GitHub.', ]; diff --git a/resources/lang/it_IT/validation.php b/resources/lang/it_IT/validation.php index beda02090a..d573652b92 100644 --- a/resources/lang/it_IT/validation.php +++ b/resources/lang/it_IT/validation.php @@ -23,13 +23,13 @@ declare(strict_types=1); return [ - 'missing_where' => 'Array is missing "where"-clause', - 'missing_update' => 'Array is missing "update"-clause', - 'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause', - 'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause', - 'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.', - 'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.', - 'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.', + 'missing_where' => 'Clausola "where" assente nell\'array', + 'missing_update' => 'Clausola "update" assente nell\'array', + 'invalid_where_key' => 'Il JSON contiene una chiave non valida per la clausola "where"', + 'invalid_update_key' => 'Il JSON contiene una chiave non valida per la clausola "update"', + 'invalid_query_data' => 'Data non valida nel campo %s:%s della query.', + 'invalid_query_account_type' => 'La tua interrogazione contiene account di diversi tipi, cosa che non è consentita.', + 'invalid_query_currency' => 'La tua interrogazione contiene conti con valute diverse, che non è consentito.', 'iban' => 'Questo non è un IBAN valido.', 'zero_or_more' => 'Il valore non può essere negativo.', 'date_or_time' => 'Il valore deve essere un valore valido per una data o per un orario (ISO 8601).', diff --git a/resources/lang/nl_NL/errors.php b/resources/lang/nl_NL/errors.php index 2c602089b9..c845cdcf7e 100644 --- a/resources/lang/nl_NL/errors.php +++ b/resources/lang/nl_NL/errors.php @@ -47,8 +47,8 @@ return [ 'tell_more' => 'Meer info dan "hij is stuk" gaarne', 'include_logs' => 'Inclusief foutlogs (zie hierboven).', 'what_did_you_do' => 'Zet er bij wat je deed.', - 'offline_header' => 'You are probably offline', - 'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.', - 'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on GitHub.', + 'offline_header' => 'Je bent waarschijnlijk offline', + 'offline_unreachable' => 'Firefly III is onbereikbaar. Je apparaat is momenteel offline of de server werkt niet.', + 'offline_github' => 'Als je zeker weet dat zowel je apparaat als de server online zijn, open dan een ticket op GitHub.', ]; diff --git a/resources/lang/pt_BR/errors.php b/resources/lang/pt_BR/errors.php index 372a458b34..5309c1b147 100644 --- a/resources/lang/pt_BR/errors.php +++ b/resources/lang/pt_BR/errors.php @@ -47,8 +47,8 @@ return [ 'tell_more' => 'Nos diga mais do que "ele retorna Ops!"', 'include_logs' => 'Inclua os logs de erro (veja acima).', 'what_did_you_do' => 'Nos diga o que você estava fazendo.', - 'offline_header' => 'You are probably offline', - 'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.', - 'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on GitHub.', + 'offline_header' => 'Você provavelmente está offline', + 'offline_unreachable' => 'O Firefly III está inacessível. Seu dispositivo está offline ou o servidor não está funcionando.', + 'offline_github' => 'Caso você tenha certeza de que seu dispositivo e o servidor estão online, por favor, abra um ticket no GitHub.', ]; diff --git a/resources/lang/sk_SK/config.php b/resources/lang/sk_SK/config.php index 5507bb14c9..19bcb5da6b 100644 --- a/resources/lang/sk_SK/config.php +++ b/resources/lang/sk_SK/config.php @@ -41,11 +41,11 @@ return [ 'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss', 'specific_day_js' => 'D. MMMM YYYY', 'week_in_year_js' => '[Week] t, RRRR', - 'week_in_year_fns' => "'Týždeň' tt, rrrr", + 'week_in_year_fns' => "'Týždeň' w, yyyy", 'year_js' => 'YYYY', 'half_year_js' => 'Q YYYY', - 'quarter_fns' => "'Q'Q, rrrr", - 'half_year_fns' => "'H{half}', rrrr", + 'quarter_fns' => "'Q'Q, yyyy", + 'half_year_fns' => "'H{half}', yyyy", 'dow_1' => 'Pondelok', 'dow_2' => 'Utorok', 'dow_3' => 'Streda', diff --git a/resources/lang/sv_SE/errors.php b/resources/lang/sv_SE/errors.php index df7084f2fc..1db6f4050e 100644 --- a/resources/lang/sv_SE/errors.php +++ b/resources/lang/sv_SE/errors.php @@ -47,8 +47,8 @@ return [ 'tell_more' => 'Berätta mer än "det står Hoppsan!"', 'include_logs' => 'Inkludera felloggar (se ovan).', 'what_did_you_do' => 'Berätta vad du gjorde.', - 'offline_header' => 'You are probably offline', - 'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.', - 'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on GitHub.', + 'offline_header' => 'Du är förmodligen offline', + 'offline_unreachable' => 'Firefly III kan inte nås. Din enhet är för närvarande offline eller servern fungerar inte.', + 'offline_github' => 'Om du är säker på att både din enhet och servern är online, vänligen öppna ett ärende på GitHub.', ];