mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update various translations.
This commit is contained in:
parent
8ec556f8ae
commit
138b60c462
@ -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",
|
||||
|
@ -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',
|
||||
|
@ -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 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
@ -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 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'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 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -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).',
|
||||
|
@ -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 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'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 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -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 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'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 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
@ -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 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'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å <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user