mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Give all files the standard warning (to be replaced).
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'close' => 'Sulje',
|
||||
@@ -324,6 +326,8 @@ return [
|
||||
|
||||
// old
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'search_modifier_date_on' => 'Tapahtumapäivä on ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
@@ -684,6 +688,7 @@ return [
|
||||
'create_rule_from_query' => 'Luo uusi sääntö hausta',
|
||||
'rule_from_search_words' => 'Sääntömoottorilla on vaikeuksia käsitellä ":string". Ehdotettu sääntö, joka sopii hakuusi, voi antaa erilaisia tuloksia. Tarkista säännön ehdot huolellisesti.',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// END
|
||||
'modifiers_applies_are' => 'Seuraavat muokkaukset vaikuttavat myös hakuun:',
|
||||
@@ -1168,6 +1173,7 @@ return [
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account',
|
||||
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
@@ -1465,6 +1471,8 @@ return [
|
||||
'multi_account_warning_deposit' => 'Muista, että myöhempien jakojen kohdetili määräytyy talletuksen ensimmäisen jaon määritysten mukaan.',
|
||||
'multi_account_warning_transfer' => 'Muista, että myöhempien jakojen lähde- ja kohdetili määräytyvät ensimmäisen jaon määritysten mukaan.',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// export data:
|
||||
'export_data_title' => 'Vie tietoja Firefly III:sta',
|
||||
'export_data_menu' => 'Vie tietoja',
|
||||
@@ -1839,6 +1847,8 @@ return [
|
||||
'stored_category' => 'Tallennettiin uusi kategoria ":name"',
|
||||
'without_category_between' => 'Ilman kategoriaa välillä :start ja :end',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// transactions:
|
||||
'update_withdrawal' => 'Päivitä nosto',
|
||||
'update_deposit' => 'Päivitä talletus',
|
||||
@@ -2057,6 +2067,8 @@ return [
|
||||
'classification' => 'Luokitus',
|
||||
'store_transaction' => 'Tallenna tapahtuma',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// reports:
|
||||
'report_default' => 'Talousraportti välillä :start ja :end',
|
||||
'report_audit' => 'Tapahtumahistorian yleiskatsaus välillä :start ja :end',
|
||||
@@ -2161,6 +2173,8 @@ return [
|
||||
'sum_in_default_currency' => 'Summa on aina oletusvaluutassasi.',
|
||||
'net_filtered_prefs' => 'Tässä kuvaajassa ei koskaan ole tilejä joissa on "Sisällytä varallisuuteen"-optio valitsematta.',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// charts:
|
||||
'chart' => 'Kuvaaja',
|
||||
'month' => 'Kuukausi',
|
||||
@@ -2249,6 +2263,8 @@ return [
|
||||
'total_amount' => 'Kokonaissumma',
|
||||
'number_of_decimals' => 'Desimaalien määrä',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// administration
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
|
||||
@@ -2519,6 +2535,8 @@ return [
|
||||
'except_weekends' => 'Paitsi viikonloppuisin',
|
||||
'recurrence_deleted' => 'Toistuva tapahtuma ":title" poistettu',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Kulutettu (:currency)',
|
||||
@@ -2576,3 +2594,5 @@ return [
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
Reference in New Issue
Block a user