Auto commit for release 'develop' on 2024-03-11

This commit is contained in:
github-actions
2024-03-11 06:17:46 +01:00
parent 349d38b956
commit dfdbfae4b5
241 changed files with 3894 additions and 982 deletions

View File

@@ -34,21 +34,21 @@
declare(strict_types=1);
return [
'html_language' => 'nn',
'locale' => 'no, nn, Norsk, nn_NO, nn_NO.utf8, nn_NO.UTF-8',
'html_language' => 'nn',
'locale' => 'no, nn, Norsk, nn_NO, nn_NO.utf8, nn_NO.UTF-8',
// 'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_js' => 'MMMM YYYY',
// 'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_day_js' => 'MMMM Do, YYYY',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_day_js' => 'MMMM Do, YYYY',
// 'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
// 'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'Do MMMM',
'month_and_day_no_year_js' => 'Do MMMM',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@@ -62,32 +62,32 @@ return [
*/
// 'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'date_time_fns' => 'do MMMM, yyyy @ HH:mm:ss',
'date_time_fns_short' => 'MMMM do, yyyy @ HH:mm',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'date_time_fns' => 'do MMMM, yyyy @ HH:mm:ss',
'date_time_fns_short' => 'MMMM do, yyyy @ HH:mm',
// 'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
'specific_day_js' => 'D MMMM YYYY',
// 'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] W, GGGG',
'week_in_year_fns' => "'Week' w, yyyy",
'week_in_year_js' => '[Week] W, GGGG',
'week_in_year_fns' => "'Week' w, yyyy",
// 'year' => '%Y',
'year_js' => 'YYYY',
'year_js' => 'YYYY',
// 'half_year' => '%B %Y',
'half_year_js' => '\QQ YYYY',
'half_year_js' => '\QQ YYYY',
'quarter_fns' => "'kvartal'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Måndag',
'dow_2' => 'Tysdag',
'dow_3' => 'Onsdag',
'dow_4' => 'Torsdag',
'dow_5' => 'Fredag',
'dow_6' => 'Laurdag',
'dow_7' => 'Søndag',
'quarter_fns' => "'kvartal'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Måndag',
'dow_2' => 'Tysdag',
'dow_3' => 'Onsdag',
'dow_4' => 'Torsdag',
'dow_5' => 'Fredag',
'dow_6' => 'Laurdag',
'dow_7' => 'Søndag',
];
/*

View File

@@ -42,7 +42,7 @@ return [
'fatal_error' => 'Det oppstod ein alvorlig feil. Ver venleg å sjekk loggfilene i "lagring/logg" eller bruk "docker logger -f [container]" for å sjå kva som skjer.',
'maintenance_mode' => 'Firefly III er i vedlikeholdsmodus.',
'be_right_back' => 'Er straks tilbake!',
'check_back' => 'Firefly III er stogga for nødvendig vedlikehald. Ver venleg å kom tilbake om ei stund.',
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second. If you happen to see this message on the demo site, just wait a few minutes. The database is reset every few hours.',
'error_occurred' => 'Oisann! ein feil har oppstått.',
'db_error_occurred' => 'Oisann! Ein databasefeil har oppstått.',
'error_not_recoverable' => 'Dessverre vart ikkje denne feilen fikset :(. Firefly III ødelagt. Feilen er:',

View File

@@ -113,7 +113,7 @@ return [
'two_factor_forgot' => 'Jeg har glemt/mistet min tofaktor-ting.',
'two_factor_lost_header' => 'Mista tofaktorautentisering?',
'two_factor_lost_intro' => 'Om du òg har mistet sikkerhetskodane din, har du uflaks. Noko du ikkje kan fiksa frå webgrensesnittet. Du har to val.',
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working">this entry in the FAQ</a> for instructions.',
'two_factor_lost_fix_owner' => 'Ellers sender ein epost til eigaren av nettsida, <a href="mailto::site_owner">:site_owner</a> og spør vedkommande om å tilbakestille tofaktorautentiseringa din.',
'mfa_backup_code' => 'Du har brukt ein sikkerhetskode for å logge inn i Firefly III. Den kan ikkje brukes igjen, så kryss den frå lista din.',
'pref_two_factor_new_backup_codes' => 'Få nye sikkerhetskoder',
@@ -1286,6 +1286,8 @@ return [
'rule_action_append_notes_to_descr' => 'Legg notat til beskrivinga',
'rule_action_move_descr_to_notes' => 'Erstatt notat med beskriving',
'rule_action_move_notes_to_descr' => 'Erstatt beskriving med notat',
'rule_action_set_amount_choice' => 'Set amount to ..',
'rule_action_set_amount' => 'Set amount to ":action_value"',
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
'rulegroup_for_bills_title' => 'Regelgruppe for rekningar',
@@ -2768,6 +2770,7 @@ return [
'ale_action_add_to_piggy' => 'Sparegris',
'ale_action_remove_from_piggy' => 'Sparegris',
'ale_action_add_tag' => 'La til nøkkelord',
'ale_action_update_amount' => 'Updated amount',
// dashboard
'enable_auto_convert' => 'Enable currency conversion',

View File

@@ -70,4 +70,5 @@ return [
'cannot_find_budget' => 'Firefly III can\'t find budget ":name"',
'cannot_find_category' => 'Firefly III can\'t find category ":name"',
'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"',
'journal_invalid_amount' => 'Firefly III can\'t set amount ":amount" because it is not a valid number.',
];

View File

@@ -55,6 +55,7 @@ return [
'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"',
'deleted_user' => 'På grunn av sikkerhetsbegrensninger kan du ikkje registreres med denne e-postadresse.',
'rule_trigger_value' => 'Denne verdien er ugyldig for den valde triggeren.',
'rule_action_expression' => 'Invalid expression. :error',
'rule_action_value' => 'Denne verdien er ugyldig for den valde handlinga.',
'file_already_attached' => 'Opplastede fil ":name" er allereie knytt til dette objektet.',
'file_attached' => 'Opplasting av fil ":name" var vellukka.',
@@ -195,7 +196,7 @@ return [
*
*/
'secure_password' => 'Dette er ikkje eit sikkert passord. Ver venleg å prøv igjen. For meir informasjon, sjå https://bit.ly/FF3-password-security',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password',
'valid_recurrence_rep_type' => 'Ugyldig repetisjons type for gjentakande transaksjonar.',
'valid_recurrence_rep_moment' => 'Ugyldig repetisjons tid for denne type repetisjon.',
'invalid_account_info' => 'Ugyldig konto informasjon.',