mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +00:00
Update meta data and translations.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
bg_BG
|
||||
cs_CZ
|
||||
da_DK
|
||||
de_DE
|
||||
el_GR
|
||||
en_GB
|
||||
@@ -8,7 +9,9 @@ es_ES
|
||||
fi_FI
|
||||
fr_FR
|
||||
hu_HU
|
||||
id_ID
|
||||
it_IT
|
||||
ja_JP
|
||||
nb_NO
|
||||
nl_NL
|
||||
pl_PL
|
||||
@@ -17,7 +20,10 @@ pt_PT
|
||||
ro_RO
|
||||
ru_RU
|
||||
sk_SK
|
||||
sl_SI
|
||||
sv_SE
|
||||
tr_TR
|
||||
uk_UA
|
||||
vi_VN
|
||||
zh-hans_CN
|
||||
zh-hant_CN
|
||||
|
16
changelog.md
16
changelog.md
@@ -2,6 +2,22 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 5.7.13 - 2022-10-09
|
||||
|
||||
### Added
|
||||
- [Issue 6502](https://github.com/firefly-iii/firefly-iii/issues/6502) A few students from @D7032E-Group-6 added MTD and YTD.
|
||||
|
||||
### Fixed
|
||||
- [Issue 6461](https://github.com/firefly-iii/firefly-iii/issues/6461) Broken link in `/public` directory warning.
|
||||
- [Issue 6475](https://github.com/firefly-iii/firefly-iii/issues/6475) Method name mixup.
|
||||
- [Issue 6471](https://github.com/firefly-iii/firefly-iii/issues/6471) Fix float conversion
|
||||
- [Issue 6510](https://github.com/firefly-iii/firefly-iii/issues/6510) Destroy transaction now also triggers liability recalculation.
|
||||
- Amount check for budget amounts was too low.
|
||||
- Some other small fixes...
|
||||
|
||||
### API
|
||||
- [Issue 6481](https://github.com/firefly-iii/firefly-iii/issues/6481) Mixup in API validation, fixed by @janw
|
||||
|
||||
## 5.7.12 - 2022-09-12
|
||||
|
||||
### Fixed
|
||||
|
@@ -148,7 +148,7 @@ return [
|
||||
'bg_BG' => ['name_locale' => 'Български', 'name_english' => 'Bulgarian'],
|
||||
// 'ca_ES' => ['name_locale' => 'Catalan', 'name_english' => 'Catalan'],
|
||||
'cs_CZ' => ['name_locale' => 'Czech', 'name_english' => 'Czech'],
|
||||
// 'da_DK' => ['name_locale' => 'Danish', 'name_english' => 'Danish'],
|
||||
'da_DK' => ['name_locale' => 'Danish', 'name_english' => 'Danish'],
|
||||
'de_DE' => ['name_locale' => 'Deutsch', 'name_english' => 'German'],
|
||||
'el_GR' => ['name_locale' => 'Ελληνικά', 'name_english' => 'Greek'],
|
||||
'en_GB' => ['name_locale' => 'English (GB)', 'name_english' => 'English (GB)'],
|
||||
@@ -160,7 +160,7 @@ return [
|
||||
'fr_FR' => ['name_locale' => 'Français', 'name_english' => 'French'],
|
||||
// 'he_IL' => ['name_locale' => 'Hebrew', 'name_english' => 'Hebrew'],
|
||||
'hu_HU' => ['name_locale' => 'Hungarian', 'name_english' => 'Hungarian'],
|
||||
// 'id_ID' => ['name_locale' => 'Bahasa Indonesia', 'name_english' => 'Indonesian'],
|
||||
'id_ID' => ['name_locale' => 'Bahasa Indonesia', 'name_english' => 'Indonesian'],
|
||||
// 'is_IS' => ['name_locale' => 'Icelandic', 'name_english' => 'Icelandic'],
|
||||
'it_IT' => ['name_locale' => 'Italiano', 'name_english' => 'Italian'],
|
||||
'ja_JP' => ['name_locale' => 'Japanese', 'name_english' => 'Japanese'],
|
||||
@@ -174,12 +174,12 @@ return [
|
||||
'ru_RU' => ['name_locale' => 'Русский', 'name_english' => 'Russian'],
|
||||
// 'si_LK' => ['name_locale' => 'සිංහල', 'name_english' => 'Sinhala (Sri Lanka)'],
|
||||
'sk_SK' => ['name_locale' => 'Slovenčina', 'name_english' => 'Slovak'],
|
||||
// 'sl_SI' => ['name_locale' => 'Slovenian', 'name_english' => 'Slovenian'],
|
||||
// 'sr_CS' => ['name_locale' => 'Serbian (Latin)', 'name_english' => 'Serbian (Latin)'],
|
||||
'sl_SI' => ['name_locale' => 'Slovenian', 'name_english' => 'Slovenian'],
|
||||
//// 'sr_CS' => ['name_locale' => 'Serbian (Latin)', 'name_english' => 'Serbian (Latin)'],
|
||||
'sv_SE' => ['name_locale' => 'Svenska', 'name_english' => 'Swedish'],
|
||||
// 'tlh_AA' => ['name_locale' => 'tlhIngan Hol', 'name_english' => 'Klingon'],
|
||||
// 'tr_TR' => ['name_locale' => 'Türkçe', 'name_english' => 'Turkish'],
|
||||
// 'uk_UA' => ['name_locale' => 'Ukranian', 'name_english' => 'Ukranian'],
|
||||
// // 'tlh_AA' => ['name_locale' => 'tlhIngan Hol', 'name_english' => 'Klingon'],
|
||||
'tr_TR' => ['name_locale' => 'Türkçe', 'name_english' => 'Turkish'],
|
||||
'uk_UA' => ['name_locale' => 'Ukranian', 'name_english' => 'Ukranian'],
|
||||
'vi_VN' => ['name_locale' => 'Tiếng Việt', 'name_english' => 'Vietnamese'],
|
||||
'zh_TW' => ['name_locale' => 'Chinese Traditional', 'name_english' => 'Chinese Traditional'],
|
||||
'zh_CN' => ['name_locale' => 'Chinese Simplified', 'name_english' => 'Chinese Simplified'],
|
||||
|
56
frontend/src/i18n/bg_BG/index.js
vendored
56
frontend/src/i18n/bg_BG/index.js
vendored
@@ -25,19 +25,19 @@ export default {
|
||||
},
|
||||
"breadcrumbs": {
|
||||
"placeholder": "[Placeholder]",
|
||||
"budgets": "Budgets",
|
||||
"subscriptions": "Subscriptions",
|
||||
"transactions": "Transactions",
|
||||
"title_expenses": "Expenses",
|
||||
"title_withdrawal": "Expenses",
|
||||
"title_revenue": "Revenue \/ income",
|
||||
"title_deposit": "Revenue \/ income",
|
||||
"title_transfer": "Transfers",
|
||||
"title_transfers": "Transfers",
|
||||
"asset_accounts": "Asset accounts",
|
||||
"expense_accounts": "Expense accounts",
|
||||
"revenue_accounts": "Revenue accounts",
|
||||
"liabilities_accounts": "Liabilities"
|
||||
"budgets": "\u0411\u044e\u0434\u0436\u0435\u0442\u0438",
|
||||
"subscriptions": "\u0410\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442\u0438",
|
||||
"transactions": "\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
|
||||
"title_expenses": "\u0420\u0430\u0437\u0445\u043e\u0434\u0438",
|
||||
"title_withdrawal": "\u0420\u0430\u0437\u0445\u043e\u0434\u0438",
|
||||
"title_revenue": "\u041f\u0440\u0438\u0445\u043e\u0434\u0438",
|
||||
"title_deposit": "\u041f\u0440\u0438\u0445\u043e\u0434\u0438",
|
||||
"title_transfer": "\u041f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0438\u044f",
|
||||
"title_transfers": "\u041f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0438\u044f",
|
||||
"asset_accounts": "\u0421\u043c\u0435\u0442\u043a\u0438 \u0437\u0430 \u0430\u043a\u0442\u0438\u0432\u0438",
|
||||
"expense_accounts": "\u0421\u043c\u0435\u0442\u043a\u0438 \u0437\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438",
|
||||
"revenue_accounts": "\u0421\u043c\u0435\u0442\u043a\u0438 \u0437\u0430 \u043f\u0440\u0438\u0445\u043e\u0434\u0438",
|
||||
"liabilities_accounts": "\u0417\u0430\u0434\u044a\u043b\u0436\u0435\u043d\u0438\u044f"
|
||||
},
|
||||
"firefly": {
|
||||
"actions": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f",
|
||||
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "\u0418\u0417\u0422\u0420\u0418\u0418 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f (!)",
|
||||
"rule_action_set_category_choice": "\u0417\u0430\u0434\u0430\u0439\u0442\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043a\u0430\u0442\u043e..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "\u0418\u0437\u0447\u0438\u0441\u0442\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438",
|
||||
"rule_action_set_budget_choice": "\u0417\u0430\u0434\u0430\u0439\u0442\u0435 \u0431\u044e\u0434\u0436\u0435\u0442\u0430 \u043d\u0430..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "\u0418\u0437\u0447\u0438\u0441\u0442\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u0431\u044e\u0434\u0436\u0435\u0442\u0438",
|
||||
"rule_action_add_tag_choice": "\u0414\u043e\u0431\u0430\u0432\u0438 \u0435\u0442\u0438\u043a\u0435\u0442..",
|
||||
"rule_action_remove_tag_choice": "\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u0435\u0442\u0438\u043a\u0435\u0442\u0430..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u0435\u0442\u0438\u043a\u0435\u0442\u0438",
|
||||
"rule_action_set_description_choice": "\u0417\u0430\u0434\u0430\u0439 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u043e \u043d\u0430..",
|
||||
"rule_action_update_piggy_choice": "\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \/ \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u0441\u0443\u043c\u0430\u0442\u0430 \u043d\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430 \u0432 \u043a\u0430\u0441\u0438\u0447\u043a\u0430..",
|
||||
"rule_action_append_description_choice": "\u0414\u043e\u0431\u0430\u0432\u0438 \u0432 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u043e..",
|
||||
"rule_action_prepend_description_choice": "\u0417\u0430\u043f\u043e\u0447\u043d\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u043e \u0441..",
|
||||
"rule_action_set_source_account_choice": "\u0417\u0430\u0434\u0430\u0439 \u0440\u0430\u0437\u0445\u043e\u0434\u043d\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430 \u043d\u0430..",
|
||||
"rule_action_set_destination_account_choice": "\u0417\u0430\u0434\u0430\u0439 \u043f\u0440\u0438\u0445\u043e\u0434\u043d\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430 \u043d\u0430..",
|
||||
"rule_action_append_notes_choice": "\u0414\u043e\u0431\u0430\u0432\u0438 \u0432 \u0431\u0435\u043b\u0435\u0436\u043a\u0438\u0442\u0435..",
|
||||
"rule_action_prepend_notes_choice": "\u0417\u0430\u043f\u043e\u0447\u043d\u0438 \u0431\u0435\u043b\u0435\u0436\u043a\u0438\u0442\u0435 \u0441..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "\u0418\u0437\u0447\u0438\u0441\u0442\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u0431\u0435\u043b\u0435\u0436\u043a\u0438",
|
||||
"rule_action_set_notes_choice": "\u0417\u0430\u0434\u0430\u0439 \u0431\u0435\u043b\u0435\u0436\u043a\u0438\u0442\u0435 \u043d\u0430..",
|
||||
"rule_action_link_to_bill_choice": "\u0421\u0432\u044a\u0440\u0436\u0438 \u043a\u044a\u043c \u0441\u043c\u0435\u0442\u043a\u0430..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u0443\u0432\u0430\u0439\u0442\u0435 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430 \u0432 \u0434\u0435\u043f\u043e\u0437\u0438\u0442",
|
||||
"rule_action_convert_withdrawal_choice": "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u0443\u0432\u0430\u0439\u0442\u0435 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430 \u0432 \u0442\u0435\u0433\u043b\u0435\u043d\u0435",
|
||||
"rule_action_convert_transfer_choice": "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u0443\u0432\u0430\u0439\u0442\u0435 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430 \u0432 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440",
|
||||
|
22
frontend/src/i18n/cs_CZ/index.js
vendored
22
frontend/src/i18n/cs_CZ/index.js
vendored
@@ -120,24 +120,24 @@ export default {
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Nastavit kategorii na\u2026",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Vy\u010distit jak\u00e9koli kategorie",
|
||||
"rule_action_set_budget_choice": "Nastavit rozpo\u010det na\u2026",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Vy\u010distit jak\u00fdkoli rozpo\u010det",
|
||||
"rule_action_add_tag_choice": "P\u0159idat \u0161t\u00edtek\u2026",
|
||||
"rule_action_remove_tag_choice": "Odebrat \u0161t\u00edtek\u2026",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Odebrat ve\u0161ker\u00e9 \u0161t\u00edtky",
|
||||
"rule_action_set_description_choice": "Nastavit popis na\u2026",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "P\u0159ipojit k popisu\u2026",
|
||||
"rule_action_prepend_description_choice": "P\u0159idat p\u0159ed popis\u2026",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "P\u0159ipojit za pozn\u00e1mky\u2026",
|
||||
"rule_action_prepend_notes_choice": "P\u0159idat p\u0159ed pozn\u00e1mky\u2026",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Odstranit v\u0161echny pozn\u00e1mky",
|
||||
"rule_action_set_notes_choice": "Nastavit pozn\u00e1mky na\u2026",
|
||||
"rule_action_link_to_bill_choice": "Propojit s \u00fa\u010dtem\u2026",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "P\u0159em\u011bnit tuto transakci na vklad",
|
||||
"rule_action_convert_withdrawal_choice": "P\u0159em\u011bnit transakci na v\u00fdb\u011br",
|
||||
"rule_action_convert_transfer_choice": "P\u0159em\u011bnit tuto transakci na p\u0159evod",
|
||||
|
204
frontend/src/i18n/da_DK/index.js
vendored
Normal file
204
frontend/src/i18n/da_DK/index.js
vendored
Normal file
@@ -0,0 +1,204 @@
|
||||
export default {
|
||||
"config": {
|
||||
"html_language": "da",
|
||||
"month_and_day_fns": "d MMMM y"
|
||||
},
|
||||
"form": {
|
||||
"name": "Navn",
|
||||
"amount_min": "Minimumsbel\u00f8b",
|
||||
"amount_max": "Maksimumbel\u00f8b",
|
||||
"url": "URL",
|
||||
"title": "Titel",
|
||||
"first_date": "F\u00f8rste dato",
|
||||
"repetitions": "Gentagelser",
|
||||
"description": "Beskrivelse",
|
||||
"iban": "IBAN",
|
||||
"skip": "Spring over",
|
||||
"date": "Dato"
|
||||
},
|
||||
"list": {
|
||||
"name": "Navn",
|
||||
"account_number": "Konto nummer",
|
||||
"currentBalance": "Nuv\u00e6rende saldo",
|
||||
"lastActivity": "Seneste aktivitet",
|
||||
"active": "Aktiv?"
|
||||
},
|
||||
"breadcrumbs": {
|
||||
"placeholder": "[Placeholder]",
|
||||
"budgets": "Budget",
|
||||
"subscriptions": "Abonnementer",
|
||||
"transactions": "Transaktioner",
|
||||
"title_expenses": "Udgifter",
|
||||
"title_withdrawal": "Udgifter",
|
||||
"title_revenue": "Indt\u00e6gter \/ indkomster",
|
||||
"title_deposit": "Indt\u00e6gter \/ indkomster",
|
||||
"title_transfer": "Overf\u00f8rsler",
|
||||
"title_transfers": "Overf\u00f8rsler",
|
||||
"asset_accounts": "Aktivkonti",
|
||||
"expense_accounts": "Udgiftskonti",
|
||||
"revenue_accounts": "Indt\u00e6gtskonti",
|
||||
"liabilities_accounts": "G\u00e6ld"
|
||||
},
|
||||
"firefly": {
|
||||
"actions": "Handlinger",
|
||||
"edit": "Rediger",
|
||||
"delete": "Slet",
|
||||
"reconcile": "Afstem",
|
||||
"create_new_asset": "Opret ny aktivkonto",
|
||||
"confirm_action": "Bekr\u00e6ft",
|
||||
"new_budget": "Nyt budget",
|
||||
"new_asset_account": "Ny aktivkonto",
|
||||
"newTransfer": "New transfer",
|
||||
"newDeposit": "New deposit",
|
||||
"newWithdrawal": "New expense",
|
||||
"bills_paid": "Betalte regninger",
|
||||
"left_to_spend": "Left to spend",
|
||||
"no_budget": "(no budget)",
|
||||
"budgeted": "Budgetteret",
|
||||
"spent": "Spent",
|
||||
"no_bill": "(no bill)",
|
||||
"rule_trigger_source_account_starts_choice": "Kildekontonavn starter med..",
|
||||
"rule_trigger_source_account_ends_choice": "Kildekontonavnet slutter med..",
|
||||
"rule_trigger_source_account_is_choice": "Kildekontonavn er..",
|
||||
"rule_trigger_source_account_contains_choice": "Kildekontonavnet indeholder..",
|
||||
"rule_trigger_account_id_choice": "Either account ID is exactly..",
|
||||
"rule_trigger_source_account_id_choice": "Kildekonto ID er pr\u00e6cis..",
|
||||
"rule_trigger_destination_account_id_choice": "Destinationskonto ID er pr\u00e6cis..",
|
||||
"rule_trigger_account_is_cash_choice": "Either account is cash",
|
||||
"rule_trigger_source_is_cash_choice": "Kildekonto er (kontant) konto",
|
||||
"rule_trigger_destination_is_cash_choice": "Destinationskonto er (kontant) konto",
|
||||
"rule_trigger_source_account_nr_starts_choice": "Kildekontonummer \/ IBAN starter med..",
|
||||
"rule_trigger_source_account_nr_ends_choice": "Kildekontonummer \/ IBAN slutter med..",
|
||||
"rule_trigger_source_account_nr_is_choice": "Kildekontonummer \/ IBAN er..",
|
||||
"rule_trigger_source_account_nr_contains_choice": "Kildekontonummer \/ IBAN indeholder..",
|
||||
"rule_trigger_destination_account_starts_choice": "Destinationskontonavnet starter med..",
|
||||
"rule_trigger_destination_account_ends_choice": "Destinationskontonavnet slutter med..",
|
||||
"rule_trigger_destination_account_is_choice": "Destinationskontonavnet er..",
|
||||
"rule_trigger_destination_account_contains_choice": "Destinationskontonavnet indeholder..",
|
||||
"rule_trigger_destination_account_nr_starts_choice": "Destinationskontonummer \/ IBAN starter med..",
|
||||
"rule_trigger_destination_account_nr_ends_choice": "Destinationskontonummer \/ IBAN slutter med..",
|
||||
"rule_trigger_destination_account_nr_is_choice": "Destinationskontonummer \/ IBAN er..",
|
||||
"rule_trigger_destination_account_nr_contains_choice": "Destinationskontonummer \/ IBAN indeholder..",
|
||||
"rule_trigger_transaction_type_choice": "Transaktionen er af type..",
|
||||
"rule_trigger_category_is_choice": "Kategorien er..",
|
||||
"rule_trigger_amount_less_choice": "Bel\u00f8bet er mindre end..",
|
||||
"rule_trigger_amount_is_choice": "Amount is..",
|
||||
"rule_trigger_amount_more_choice": "Bel\u00f8bet er mere end..",
|
||||
"rule_trigger_description_starts_choice": "Beskrivelsen starter med..",
|
||||
"rule_trigger_description_ends_choice": "Beskrivelsen slutter med..",
|
||||
"rule_trigger_description_contains_choice": "Beskrivelsen indeholder..",
|
||||
"rule_trigger_description_is_choice": "Beskrivelsen er..",
|
||||
"rule_trigger_date_on_choice": "Transaction date is..",
|
||||
"rule_trigger_date_before_choice": "Transaktionsdato er f\u00f8r..",
|
||||
"rule_trigger_date_after_choice": "Transaktionsdatoen er efter..",
|
||||
"rule_trigger_created_at_on_choice": "Transaction was made on..",
|
||||
"rule_trigger_updated_at_on_choice": "Transaction was last edited on..",
|
||||
"rule_trigger_budget_is_choice": "Budgettet er..",
|
||||
"rule_trigger_tag_is_choice": "Any tag is..",
|
||||
"rule_trigger_currency_is_choice": "Transaktionsvalutaen er..",
|
||||
"rule_trigger_foreign_currency_is_choice": "Udenlandsk transaktionsvaluta er..",
|
||||
"rule_trigger_has_attachments_choice": "Har mindst s\u00e5 mange vedh\u00e6ftede filer",
|
||||
"rule_trigger_has_no_category_choice": "Har ingen kategori",
|
||||
"rule_trigger_has_any_category_choice": "Har en (vilk\u00e5rlig) kategori",
|
||||
"rule_trigger_has_no_budget_choice": "Har intet budget",
|
||||
"rule_trigger_has_any_budget_choice": "Har et (noget) budget",
|
||||
"rule_trigger_has_no_bill_choice": "Har ingen regning",
|
||||
"rule_trigger_has_any_bill_choice": "Har en (valgfri) regning",
|
||||
"rule_trigger_has_no_tag_choice": "Har ingen tag(s)",
|
||||
"rule_trigger_has_any_tag_choice": "Har en eller flere (nogen) tags",
|
||||
"rule_trigger_any_notes_choice": "Har (nogen) noter",
|
||||
"rule_trigger_no_notes_choice": "Har ingen noter",
|
||||
"rule_trigger_notes_is_choice": "Notes are..",
|
||||
"rule_trigger_notes_contains_choice": "Notes contain..",
|
||||
"rule_trigger_notes_starts_choice": "Notes start with..",
|
||||
"rule_trigger_notes_ends_choice": "Notes end with..",
|
||||
"rule_trigger_bill_is_choice": "Regningen er..",
|
||||
"rule_trigger_external_id_is_choice": "External ID is..",
|
||||
"rule_trigger_internal_reference_is_choice": "Internal reference is..",
|
||||
"rule_trigger_journal_id_choice": "Transaktionsjournal ID er..",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Ryd alle kategorier",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Ryd ethvert budget",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Fjern alle tags",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Fjern alle noter",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Konverter transaktionen til et indskud",
|
||||
"rule_action_convert_withdrawal_choice": "Konverter transaktionen til en udbetaling",
|
||||
"rule_action_convert_transfer_choice": "Konverter transaktionen til en overf\u00f8rsel",
|
||||
"placeholder": "[Placeholder]",
|
||||
"recurrences": "Recurring transactions",
|
||||
"title_expenses": "Udgifter",
|
||||
"title_withdrawal": "Udgifter",
|
||||
"title_revenue": "Indt\u00e6gter \/ indkomst",
|
||||
"pref_1D": "En dag",
|
||||
"pref_1W": "En uge",
|
||||
"pref_1M": "En m\u00e5ned",
|
||||
"pref_3M": "Tre m\u00e5neder (kvartal)",
|
||||
"pref_6M": "Seks m\u00e5neder",
|
||||
"pref_1Y": "Et \u00e5r",
|
||||
"repeat_freq_yearly": "\u00e5rligt",
|
||||
"repeat_freq_half-year": "hvert halve \u00e5r",
|
||||
"repeat_freq_quarterly": "kvartalsvis",
|
||||
"repeat_freq_monthly": "m\u00e5nedligt",
|
||||
"repeat_freq_weekly": "ugentligt",
|
||||
"single_split": "Opdel",
|
||||
"asset_accounts": "Aktivkonti",
|
||||
"expense_accounts": "Udgiftskonti",
|
||||
"liabilities_accounts": "G\u00e6ld",
|
||||
"undefined_accounts": "Accounts",
|
||||
"name": "Name",
|
||||
"revenue_accounts": "Indt\u00e6gtskonti",
|
||||
"description": "Description",
|
||||
"category": "Kategori",
|
||||
"title_deposit": "Indt\u00e6gter \/ indkomster",
|
||||
"title_transfer": "Overf\u00f8rsler",
|
||||
"title_transfers": "Overf\u00f8rsler",
|
||||
"piggyBanks": "Spareb\u00f8sser",
|
||||
"rules": "Regler",
|
||||
"accounts": "Konti",
|
||||
"categories": "Kategorier",
|
||||
"tags": "Etiketter",
|
||||
"object_groups_page_title": "Groups",
|
||||
"reports": "Rapporter",
|
||||
"webhooks": "Webhooks",
|
||||
"currencies": "Currencies",
|
||||
"administration": "Administration",
|
||||
"profile": "Profile",
|
||||
"source_account": "Kildekonto",
|
||||
"destination_account": "Destinationskonto",
|
||||
"amount": "Bel\u00f8b",
|
||||
"date": "Date",
|
||||
"time": "Time",
|
||||
"preferences": "Preferences",
|
||||
"transactions": "Transaktioner",
|
||||
"balance": "Saldo",
|
||||
"budgets": "Budgetter",
|
||||
"subscriptions": "Abonnementer",
|
||||
"welcome_back": "Hvad spiller?",
|
||||
"bills_to_pay": "Regninger til betaling",
|
||||
"net_worth": "Nettoformue",
|
||||
"pref_last365": "Sidste \u00e5r",
|
||||
"pref_last90": "Sidste 90 dage",
|
||||
"pref_last30": "Sidste 30 dage",
|
||||
"pref_last7": "Sidste 7 dage",
|
||||
"pref_YTD": "\u00c5r til dato",
|
||||
"pref_QTD": "Kvartal til dato",
|
||||
"pref_MTD": "M\u00e5ned til dato"
|
||||
}
|
||||
}
|
30
frontend/src/i18n/de_DE/index.js
vendored
30
frontend/src/i18n/de_DE/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Buchung hat eine externe URL",
|
||||
"rule_trigger_no_external_url_choice": "Buchung hat keine externe URL",
|
||||
"rule_trigger_id_choice": "Buchungskennung lautet \u2026",
|
||||
"rule_action_delete_transaction_choice": "Buchung l\u00f6schen (!)",
|
||||
"rule_action_set_category_choice": "Kategorie festlegen..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Bereinige jede Kategorie",
|
||||
"rule_action_set_budget_choice": "Budget festlegen..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Alle Budgets leeren",
|
||||
"rule_action_add_tag_choice": "Schlagwort hinzuf\u00fcgen \u2026",
|
||||
"rule_action_remove_tag_choice": "Schlagwort entfernen \u2026",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Alle Schlagw\u00f6rter entfernen",
|
||||
"rule_action_set_description_choice": "Beschreibung festlegen auf..",
|
||||
"rule_action_update_piggy_choice": "Buchungsbetrag im Sparschwein hinzuf\u00fcgen\/entfernen \u2026",
|
||||
"rule_action_append_description_choice": "An Beschreibung anh\u00e4ngen..",
|
||||
"rule_action_prepend_description_choice": "Vor Beschreibung voranstellen..",
|
||||
"rule_action_set_source_account_choice": "Quellkonto festlegen auf \u2026",
|
||||
"rule_action_set_destination_account_choice": "Zielkonto festlegen auf \u2026",
|
||||
"rule_action_append_notes_choice": "An Notizen anh\u00e4ngen..",
|
||||
"rule_action_prepend_notes_choice": "Vor Notizen voranstellen..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Alle Notizen entfernen",
|
||||
"rule_action_set_notes_choice": "Notizen festlegen auf..",
|
||||
"rule_action_link_to_bill_choice": "Mit einer Rechnung verkn\u00fcpfen..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Buchung in eine Einzahlung umwandeln",
|
||||
"rule_action_convert_withdrawal_choice": "Buchung in eine Ausgabe umwandeln",
|
||||
"rule_action_convert_transfer_choice": "Buchung in eine Umbuchung umwandeln",
|
||||
|
30
frontend/src/i18n/el_GR/index.js
vendored
30
frontend/src/i18n/el_GR/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "\u0394\u0399\u0391\u0393\u03a1\u0391\u03a6\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 (!)",
|
||||
"rule_action_set_category_choice": "\u039f\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u03c3\u03b5..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bf\u03c0\u03bf\u03b9\u03b1\u03c3\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2",
|
||||
"rule_action_set_budget_choice": "\u039f\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc \u03c3\u03b5..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bf\u03c0\u03bf\u03b9\u03bf\u03c5\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd",
|
||||
"rule_action_add_tag_choice": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1\u03c2..",
|
||||
"rule_action_remove_tag_choice": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b5\u03c4\u03b9\u03ba\u03ad\u03c4\u03b1\u03c2..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03b5\u03c4\u03b9\u03ba\u03b5\u03c4\u03ce\u03bd",
|
||||
"rule_action_set_description_choice": "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03c3\u03b5..",
|
||||
"rule_action_update_piggy_choice": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \/ \u03ba\u03b1\u03c4\u03ac\u03c1\u03b3\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c3\u03bf\u03cd \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03c3\u03b5 \u03ba\u03bf\u03c5\u03bc\u03c0\u03b1\u03c1\u03ac..",
|
||||
"rule_action_append_description_choice": "\u03a0\u03c1\u03bf\u03c3\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03bc\u03b5..",
|
||||
"rule_action_prepend_description_choice": "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03bc\u03b5..",
|
||||
"rule_action_set_source_account_choice": "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2 \u03c3\u03b5..",
|
||||
"rule_action_set_destination_account_choice": "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c3\u03b5..",
|
||||
"rule_action_append_notes_choice": "\u03a0\u03c1\u03bf\u03c3\u03ac\u03c1\u03c4\u03b7\u03c3\u03b7 \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03c9\u03bd \u03bc\u03b5..",
|
||||
"rule_action_prepend_notes_choice": "\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03c9\u03bd \u03bc\u03b5..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03bf\u03c0\u03bf\u03b9\u03bf\u03bd\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03c9\u03bd",
|
||||
"rule_action_set_notes_choice": "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03c9\u03bd \u03c3\u03b5..",
|
||||
"rule_action_link_to_bill_choice": "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03ac\u03b3\u03b9\u03bf \u03ad\u03be\u03bf\u03b4\u03bf..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03c3\u03b5 \u03bc\u03af\u03b1 \u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7",
|
||||
"rule_action_convert_withdrawal_choice": "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03c3\u03b5 \u03bc\u03af\u03b1 \u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7",
|
||||
"rule_action_convert_transfer_choice": "\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03c3\u03b5 \u03bc\u03af\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ac",
|
||||
|
30
frontend/src/i18n/es_ES/index.js
vendored
30
frontend/src/i18n/es_ES/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "La transacci\u00f3n tiene una URL externa",
|
||||
"rule_trigger_no_external_url_choice": "La transacci\u00f3n no tiene URL externa",
|
||||
"rule_trigger_id_choice": "La ID de la transacci\u00f3n es..",
|
||||
"rule_action_delete_transaction_choice": "ELIMINAR transacci\u00f3n (!)",
|
||||
"rule_action_set_category_choice": "Establecer categor\u00eda para..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Eliminar cualquier categor\u00eda",
|
||||
"rule_action_set_budget_choice": "Establecer presupuesto para..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Eliminar cualquier presupuesto",
|
||||
"rule_action_add_tag_choice": "A\u00f1adir etiqueta..",
|
||||
"rule_action_remove_tag_choice": "Eliminar etiqueta..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Eliminar todas las etiquetas",
|
||||
"rule_action_set_description_choice": "Establecer descripci\u00f3n para..",
|
||||
"rule_action_update_piggy_choice": "A\u00f1adir\/quitar el monto de la transacci\u00f3n de la hucha.",
|
||||
"rule_action_append_description_choice": "Adjuntar descripci\u00f3n con..",
|
||||
"rule_action_prepend_description_choice": "Anteponer descripci\u00f3n con..",
|
||||
"rule_action_set_source_account_choice": "Configurar cuenta de origen a..",
|
||||
"rule_action_set_destination_account_choice": "Establecer cuenta de destino a..",
|
||||
"rule_action_append_notes_choice": "Anexar notas con..",
|
||||
"rule_action_prepend_notes_choice": "Prepara notas con..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Eliminar cualquier nota",
|
||||
"rule_action_set_notes_choice": "Establecer notas para..",
|
||||
"rule_action_link_to_bill_choice": "Enlace a una factura..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Convierta esta transacci\u00f3n en un dep\u00f3sito",
|
||||
"rule_action_convert_withdrawal_choice": "Convierta esta transacci\u00f3n en un retiro",
|
||||
"rule_action_convert_transfer_choice": "Convierta la transacci\u00f3n a una transferencia",
|
||||
|
34
frontend/src/i18n/fi_FI/index.js
vendored
34
frontend/src/i18n/fi_FI/index.js
vendored
@@ -82,13 +82,13 @@ export default {
|
||||
"rule_trigger_transaction_type_choice": "Tapahtuman tyyppi on ...",
|
||||
"rule_trigger_category_is_choice": "Kategoria on ...",
|
||||
"rule_trigger_amount_less_choice": "Summa on v\u00e4hemm\u00e4n kuin ...",
|
||||
"rule_trigger_amount_is_choice": "Amount is..",
|
||||
"rule_trigger_amount_is_choice": "Summa on..",
|
||||
"rule_trigger_amount_more_choice": "Summa on enemm\u00e4n kuin ...",
|
||||
"rule_trigger_description_starts_choice": "Kuvaus alkaa tekstill\u00e4 ...",
|
||||
"rule_trigger_description_ends_choice": "Kuvaus p\u00e4\u00e4ttyy tekstiin ...",
|
||||
"rule_trigger_description_contains_choice": "Kuvaus sis\u00e4lt\u00e4\u00e4 ...",
|
||||
"rule_trigger_description_is_choice": "Kuvaus on ...",
|
||||
"rule_trigger_date_on_choice": "Transaction date is..",
|
||||
"rule_trigger_date_on_choice": "Tapahtumap\u00e4iv\u00e4 on..",
|
||||
"rule_trigger_date_before_choice": "Tapahtumap\u00e4iv\u00e4 on ennen..",
|
||||
"rule_trigger_date_after_choice": "Tapahtumap\u00e4iv\u00e4 on j\u00e4lkeen..",
|
||||
"rule_trigger_created_at_on_choice": "Transaction was made on..",
|
||||
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Tapahtumalla on ulkoinen URL-osoite",
|
||||
"rule_trigger_no_external_url_choice": "Tapahtumalla ei ole ulkoista URL-osoitetta",
|
||||
"rule_trigger_id_choice": "Tapahtuman tunnus on..",
|
||||
"rule_action_delete_transaction_choice": "POISTA tapahtuma (!)",
|
||||
"rule_action_set_category_choice": "Aseta kategoria ...",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Tyhjenn\u00e4 kategoria",
|
||||
"rule_action_set_budget_choice": "Aseta budjetti ...",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Tyhjenn\u00e4 budjetti",
|
||||
"rule_action_add_tag_choice": "Lis\u00e4\u00e4 t\u00e4gi ...",
|
||||
"rule_action_remove_tag_choice": "Poista t\u00e4gi ...",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Poista kaikki t\u00e4git",
|
||||
"rule_action_set_description_choice": "Aseta kuvaus ...",
|
||||
"rule_action_update_piggy_choice": "Lis\u00e4\u00e4\/poista tapahtuman summa s\u00e4\u00e4st\u00f6possussa..",
|
||||
"rule_action_append_description_choice": "Liit\u00e4 kuvauksen loppuun teksti ...",
|
||||
"rule_action_prepend_description_choice": "Aloita kuvaus tekstill\u00e4 ...",
|
||||
"rule_action_set_source_account_choice": "Aseta l\u00e4hdetiliksi ...",
|
||||
"rule_action_set_destination_account_choice": "Aseta kohdetiliksi ...",
|
||||
"rule_action_append_notes_choice": "Liit\u00e4 muistiinpanon loppuun ...",
|
||||
"rule_action_prepend_notes_choice": "Aloita muistiinpano tekstill\u00e4 ...",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Poista kaikki muistiinpanot",
|
||||
"rule_action_set_notes_choice": "Aseta muistiinpanoksi ...",
|
||||
"rule_action_link_to_bill_choice": "Yhdist\u00e4 laskuun ...",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Muuta tapahtuma talletukseksi",
|
||||
"rule_action_convert_withdrawal_choice": "Muuta tapahtuma nostoksi",
|
||||
"rule_action_convert_transfer_choice": "Muuta tapahtuma siirroksi",
|
||||
|
18
frontend/src/i18n/fr_FR/index.js
vendored
18
frontend/src/i18n/fr_FR/index.js
vendored
@@ -88,11 +88,11 @@ export default {
|
||||
"rule_trigger_description_ends_choice": "La description se termine par..",
|
||||
"rule_trigger_description_contains_choice": "La description contient..",
|
||||
"rule_trigger_description_is_choice": "La description est..",
|
||||
"rule_trigger_date_on_choice": "Transaction date is..",
|
||||
"rule_trigger_date_on_choice": "La date de l'op\u00e9ration est..",
|
||||
"rule_trigger_date_before_choice": "La date de l'op\u00e9ration se situe avant..",
|
||||
"rule_trigger_date_after_choice": "La date de l'op\u00e9ration se situe apr\u00e8s..",
|
||||
"rule_trigger_created_at_on_choice": "Transaction was made on..",
|
||||
"rule_trigger_updated_at_on_choice": "Transaction was last edited on..",
|
||||
"rule_trigger_created_at_on_choice": "L'op\u00e9ration a \u00e9t\u00e9 cr\u00e9\u00e9e le..",
|
||||
"rule_trigger_updated_at_on_choice": "L'op\u00e9ration a \u00e9t\u00e9 mise \u00e0 jour pour la derni\u00e8re fois le..",
|
||||
"rule_trigger_budget_is_choice": "Le budget est..",
|
||||
"rule_trigger_tag_is_choice": "Un tag est..",
|
||||
"rule_trigger_currency_is_choice": "La devise de l'op\u00e9ration est..",
|
||||
@@ -116,9 +116,9 @@ export default {
|
||||
"rule_trigger_external_id_is_choice": "L'ID externe est..",
|
||||
"rule_trigger_internal_reference_is_choice": "La r\u00e9f\u00e9rence interne est..",
|
||||
"rule_trigger_journal_id_choice": "L'ID du journal d'op\u00e9rations est..",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_trigger_any_external_url_choice": "L'op\u00e9ration a une URL externe",
|
||||
"rule_trigger_no_external_url_choice": "L'op\u00e9ration n'a pas d'URL externe",
|
||||
"rule_trigger_id_choice": "L'ID de l'op\u00e9ration est..",
|
||||
"rule_action_delete_transaction_choice": "SUPPRIMER l'op\u00e9ration(!)",
|
||||
"rule_action_set_category_choice": "D\u00e9finir la cat\u00e9gorie \u00e0..",
|
||||
"rule_action_clear_category_choice": "Effacer les cat\u00e9gories",
|
||||
@@ -133,15 +133,15 @@ export default {
|
||||
"rule_action_prepend_description_choice": "Pr\u00e9fixer la description avec..",
|
||||
"rule_action_set_source_account_choice": "D\u00e9finir le compte source \u00e0..",
|
||||
"rule_action_set_destination_account_choice": "D\u00e9finir le compte de destination \u00e0..",
|
||||
"rule_action_append_notes_choice": "Rajouter aux notes..",
|
||||
"rule_action_prepend_notes_choice": "Rajouter au d\u00e9but des notes..",
|
||||
"rule_action_append_notes_choice": "Ajouter aux notes ..",
|
||||
"rule_action_prepend_notes_choice": "Ajouter au d\u00e9but des notes..",
|
||||
"rule_action_clear_notes_choice": "Supprimer les notes",
|
||||
"rule_action_set_notes_choice": "Remplacer les notes par..",
|
||||
"rule_action_link_to_bill_choice": "Lier \u00e0 une facture..",
|
||||
"rule_action_convert_deposit_choice": "Convertir cette op\u00e9ration en d\u00e9p\u00f4t",
|
||||
"rule_action_convert_withdrawal_choice": "Convertir cette op\u00e9ration en d\u00e9pense",
|
||||
"rule_action_convert_transfer_choice": "Convertir cette op\u00e9ration en transfert",
|
||||
"placeholder": "[Placeholder]",
|
||||
"placeholder": "[R\u00e9serv\u00e9]",
|
||||
"recurrences": "Op\u00e9rations p\u00e9riodiques",
|
||||
"title_expenses": "D\u00e9penses",
|
||||
"title_withdrawal": "D\u00e9penses",
|
||||
|
30
frontend/src/i18n/hu_HU/index.js
vendored
30
frontend/src/i18n/hu_HU/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "Tranzakci\u00f3 T\u00d6RL\u00c9SE (!)",
|
||||
"rule_action_set_category_choice": "Kateg\u00f3ria be\u00e1ll\u00edt\u00e1s:",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Minden kateg\u00f3ria t\u00f6rl\u00e9se",
|
||||
"rule_action_set_budget_choice": "K\u00f6lts\u00e9gkeret be\u00e1ll\u00edt\u00e1sa erre..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Minden k\u00f6lts\u00e9gvet\u00e9s t\u00f6rl\u00e9se",
|
||||
"rule_action_add_tag_choice": "C\u00edmke hozz\u00e1ad\u00e1sa..",
|
||||
"rule_action_remove_tag_choice": "C\u00edmke elt\u00e1vol\u00edt\u00e1sa..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Minden c\u00edmke elt\u00e1vol\u00edt\u00e1sa",
|
||||
"rule_action_set_description_choice": "Le\u00edr\u00e1s megad\u00e1sa..",
|
||||
"rule_action_update_piggy_choice": "Tranzakci\u00f3\u00f6sszeg hozz\u00e1ad\u00e1sa\/t\u00f6rl\u00e9se a malacperselyb\u0151l.",
|
||||
"rule_action_append_description_choice": "Hozz\u00e1f\u0171z\u00e9s a le\u00edr\u00e1shoz..",
|
||||
"rule_action_prepend_description_choice": "Hozz\u00e1f\u0171z\u00e9s a le\u00edr\u00e1s elej\u00e9hez..",
|
||||
"rule_action_set_source_account_choice": "Forr\u00e1ssz\u00e1mla be\u00e1ll\u00edt\u00e1sa..",
|
||||
"rule_action_set_destination_account_choice": "C\u00e9lsz\u00e1mla be\u00e1ll\u00edt\u00e1sa..",
|
||||
"rule_action_append_notes_choice": "Hozz\u00e1f\u0171z\u00e9s a jegyzetekhez..",
|
||||
"rule_action_prepend_notes_choice": "Hozz\u00e1f\u0171z\u00e9s a jegyzetek elej\u00e9hez..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Megjegyz\u00e9sek elt\u00e1vol\u00edt\u00e1sa",
|
||||
"rule_action_set_notes_choice": "Megjegyz\u00e9sek be\u00e1ll\u00edt\u00e1sa..",
|
||||
"rule_action_link_to_bill_choice": "Sz\u00e1ml\u00e1hoz csatol\u00e1s..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "A tranzakci\u00f3 bev\u00e9tell\u00e9 konvert\u00e1l\u00e1sa",
|
||||
"rule_action_convert_withdrawal_choice": "A tranzakci\u00f3 k\u00f6lts\u00e9gg\u00e9 konvert\u00e1l\u00e1sa",
|
||||
"rule_action_convert_transfer_choice": "A tranzakci\u00f3 \u00e1tvezet\u00e9ss\u00e9 konvert\u00e1l\u00e1sa",
|
||||
|
204
frontend/src/i18n/id_ID/index.js
vendored
Normal file
204
frontend/src/i18n/id_ID/index.js
vendored
Normal file
@@ -0,0 +1,204 @@
|
||||
export default {
|
||||
"config": {
|
||||
"html_language": "id",
|
||||
"month_and_day_fns": "d MMMM, y"
|
||||
},
|
||||
"form": {
|
||||
"name": "Nama",
|
||||
"amount_min": "Jumlah minimal",
|
||||
"amount_max": "Jumlah maksimum",
|
||||
"url": "URL",
|
||||
"title": "Judul",
|
||||
"first_date": "Tanggal pertama",
|
||||
"repetitions": "Pengulangan",
|
||||
"description": "Deskripsi",
|
||||
"iban": "IBAN",
|
||||
"skip": "Melewatkan",
|
||||
"date": "Tanggal"
|
||||
},
|
||||
"list": {
|
||||
"name": "Nama",
|
||||
"account_number": "Account number",
|
||||
"currentBalance": "Saldo saat ini",
|
||||
"lastActivity": "Aktifitas terakhir",
|
||||
"active": "Aktif?"
|
||||
},
|
||||
"breadcrumbs": {
|
||||
"placeholder": "[Placeholder]",
|
||||
"budgets": "Budgets",
|
||||
"subscriptions": "Langganan",
|
||||
"transactions": "Transaksi",
|
||||
"title_expenses": "Pengeluaran",
|
||||
"title_withdrawal": "Expenses",
|
||||
"title_revenue": "Revenue \/ income",
|
||||
"title_deposit": "Revenue \/ income",
|
||||
"title_transfer": "Transfers",
|
||||
"title_transfers": "Transfers",
|
||||
"asset_accounts": "Asset accounts",
|
||||
"expense_accounts": "Expense accounts",
|
||||
"revenue_accounts": "Revenue accounts",
|
||||
"liabilities_accounts": "Liabilities"
|
||||
},
|
||||
"firefly": {
|
||||
"actions": "Tindakan",
|
||||
"edit": "Edit",
|
||||
"delete": "Menghapus",
|
||||
"reconcile": "Reconcile",
|
||||
"create_new_asset": "Buat akun aset baru",
|
||||
"confirm_action": "Confirm action",
|
||||
"new_budget": "Anggaran baru",
|
||||
"new_asset_account": "Akun aset baru",
|
||||
"newTransfer": "Transfer baru",
|
||||
"newDeposit": "Deposit baru",
|
||||
"newWithdrawal": "Biaya baru",
|
||||
"bills_paid": "Tagihan dibayar",
|
||||
"left_to_spend": "Kiri untuk dibelanjakan",
|
||||
"no_budget": "(no budget)",
|
||||
"budgeted": "Dianggarkan",
|
||||
"spent": "Menghabiskan",
|
||||
"no_bill": "(no bill)",
|
||||
"rule_trigger_source_account_starts_choice": "Source account name starts with..",
|
||||
"rule_trigger_source_account_ends_choice": "Source account name ends with..",
|
||||
"rule_trigger_source_account_is_choice": "Source account name is..",
|
||||
"rule_trigger_source_account_contains_choice": "Source account name contains..",
|
||||
"rule_trigger_account_id_choice": "Either account ID is exactly..",
|
||||
"rule_trigger_source_account_id_choice": "Source account ID is exactly..",
|
||||
"rule_trigger_destination_account_id_choice": "Destination account ID is exactly..",
|
||||
"rule_trigger_account_is_cash_choice": "Either account is cash",
|
||||
"rule_trigger_source_is_cash_choice": "Source account is (cash) account",
|
||||
"rule_trigger_destination_is_cash_choice": "Destination account is (cash) account",
|
||||
"rule_trigger_source_account_nr_starts_choice": "Source account number \/ IBAN starts with..",
|
||||
"rule_trigger_source_account_nr_ends_choice": "Source account number \/ IBAN ends with..",
|
||||
"rule_trigger_source_account_nr_is_choice": "Source account number \/ IBAN is..",
|
||||
"rule_trigger_source_account_nr_contains_choice": "Source account number \/ IBAN contains..",
|
||||
"rule_trigger_destination_account_starts_choice": "Destination account name starts with..",
|
||||
"rule_trigger_destination_account_ends_choice": "Destination account name ends with..",
|
||||
"rule_trigger_destination_account_is_choice": "Destination account name is..",
|
||||
"rule_trigger_destination_account_contains_choice": "Destination account name contains..",
|
||||
"rule_trigger_destination_account_nr_starts_choice": "Destination account number \/ IBAN starts with..",
|
||||
"rule_trigger_destination_account_nr_ends_choice": "Destination account number \/ IBAN ends with..",
|
||||
"rule_trigger_destination_account_nr_is_choice": "Destination account number \/ IBAN is..",
|
||||
"rule_trigger_destination_account_nr_contains_choice": "Destination account number \/ IBAN contains..",
|
||||
"rule_trigger_transaction_type_choice": "Transaksi adalah tipe..",
|
||||
"rule_trigger_category_is_choice": "Kategori adalah..",
|
||||
"rule_trigger_amount_less_choice": "Jumlahnya kurang dari..",
|
||||
"rule_trigger_amount_is_choice": "Amount is..",
|
||||
"rule_trigger_amount_more_choice": "Jumlahnya lebih dari..",
|
||||
"rule_trigger_description_starts_choice": "Deskripsi dimulai dengan..",
|
||||
"rule_trigger_description_ends_choice": "Deskripsi diakhiri dengan..",
|
||||
"rule_trigger_description_contains_choice": "Deskripsi berisi..",
|
||||
"rule_trigger_description_is_choice": "Deskripsi adalah..",
|
||||
"rule_trigger_date_on_choice": "Transaction date is..",
|
||||
"rule_trigger_date_before_choice": "Transaction date is before..",
|
||||
"rule_trigger_date_after_choice": "Transaction date is after..",
|
||||
"rule_trigger_created_at_on_choice": "Transaction was made on..",
|
||||
"rule_trigger_updated_at_on_choice": "Transaction was last edited on..",
|
||||
"rule_trigger_budget_is_choice": "Anggaran adalah..",
|
||||
"rule_trigger_tag_is_choice": "Any tag is..",
|
||||
"rule_trigger_currency_is_choice": "Transaction currency is..",
|
||||
"rule_trigger_foreign_currency_is_choice": "Transaction foreign currency is..",
|
||||
"rule_trigger_has_attachments_choice": "Paling tidak banyak keterikatan ini",
|
||||
"rule_trigger_has_no_category_choice": "Tidak memiliki kategori",
|
||||
"rule_trigger_has_any_category_choice": "Memiliki kategori (apapun)",
|
||||
"rule_trigger_has_no_budget_choice": "Tidak memiliki anggaran",
|
||||
"rule_trigger_has_any_budget_choice": "Memiliki anggaran (apapun)",
|
||||
"rule_trigger_has_no_bill_choice": "Has no bill",
|
||||
"rule_trigger_has_any_bill_choice": "Has a (any) bill",
|
||||
"rule_trigger_has_no_tag_choice": "Tidak memiliki tag",
|
||||
"rule_trigger_has_any_tag_choice": "Memiliki satu atau beberapa tag (apapun)",
|
||||
"rule_trigger_any_notes_choice": "Telah ada catatan",
|
||||
"rule_trigger_no_notes_choice": "Tidak memiliki catatan",
|
||||
"rule_trigger_notes_is_choice": "Notes are..",
|
||||
"rule_trigger_notes_contains_choice": "Notes contain..",
|
||||
"rule_trigger_notes_starts_choice": "Notes start with..",
|
||||
"rule_trigger_notes_ends_choice": "Notes end with..",
|
||||
"rule_trigger_bill_is_choice": "Bill is..",
|
||||
"rule_trigger_external_id_is_choice": "External ID is..",
|
||||
"rule_trigger_internal_reference_is_choice": "Internal reference is..",
|
||||
"rule_trigger_journal_id_choice": "Transaction journal ID is..",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Kosongkan kategori apapun",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Kosongkan anggaran",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Hapus semua tag",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Hapus catatan apapun",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Convert the transaction to a deposit",
|
||||
"rule_action_convert_withdrawal_choice": "Convert the transaction to a withdrawal",
|
||||
"rule_action_convert_transfer_choice": "Convert the transaction to a transfer",
|
||||
"placeholder": "[Placeholder]",
|
||||
"recurrences": "Recurring transactions",
|
||||
"title_expenses": "Beban",
|
||||
"title_withdrawal": "Beban",
|
||||
"title_revenue": "Pendapatan \/ penghasilan",
|
||||
"pref_1D": "Suatu hari",
|
||||
"pref_1W": "Satu minggu",
|
||||
"pref_1M": "Satu bulan",
|
||||
"pref_3M": "Tiga bulan (seperempat)",
|
||||
"pref_6M": "Enam bulan",
|
||||
"pref_1Y": "Satu tahun",
|
||||
"repeat_freq_yearly": "tahunan",
|
||||
"repeat_freq_half-year": "setiap setengah tahun",
|
||||
"repeat_freq_quarterly": "triwulanan",
|
||||
"repeat_freq_monthly": "bulanan",
|
||||
"repeat_freq_weekly": "mingguan",
|
||||
"single_split": "Pisah",
|
||||
"asset_accounts": "Akun aset",
|
||||
"expense_accounts": "Rekening pengeluaran",
|
||||
"liabilities_accounts": "Liabilities",
|
||||
"undefined_accounts": "Accounts",
|
||||
"name": "Nama",
|
||||
"revenue_accounts": "Akun pendapatan",
|
||||
"description": "Deskripsi",
|
||||
"category": "Kategori",
|
||||
"title_deposit": "Pendapatan \/ penghasilan",
|
||||
"title_transfer": "Transfer",
|
||||
"title_transfers": "Transfer",
|
||||
"piggyBanks": "Celengan babi",
|
||||
"rules": "Aturan",
|
||||
"accounts": "Akun",
|
||||
"categories": "Kategori",
|
||||
"tags": "Tag",
|
||||
"object_groups_page_title": "Groups",
|
||||
"reports": "Laporan",
|
||||
"webhooks": "Webhooks",
|
||||
"currencies": "Mata uang",
|
||||
"administration": "Administrasi",
|
||||
"profile": "Profil",
|
||||
"source_account": "Akun sumber",
|
||||
"destination_account": "Akun tujuan",
|
||||
"amount": "Jumlah",
|
||||
"date": "Tanggal",
|
||||
"time": "Time",
|
||||
"preferences": "Preferensi",
|
||||
"transactions": "Transaksi",
|
||||
"balance": "Keseimbangan",
|
||||
"budgets": "Anggaran",
|
||||
"subscriptions": "Subscriptions",
|
||||
"welcome_back": "Apa yang sedang dimainkan?",
|
||||
"bills_to_pay": "Bills untuk membayar",
|
||||
"net_worth": "Nilai bersih",
|
||||
"pref_last365": "Last year",
|
||||
"pref_last90": "Last 90 days",
|
||||
"pref_last30": "Last 30 days",
|
||||
"pref_last7": "Last 7 days",
|
||||
"pref_YTD": "Year to date",
|
||||
"pref_QTD": "Quarter to date",
|
||||
"pref_MTD": "Month to date"
|
||||
}
|
||||
}
|
30
frontend/src/i18n/it_IT/index.js
vendored
30
frontend/src/i18n/it_IT/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "La transazione ha un URL esterno",
|
||||
"rule_trigger_no_external_url_choice": "La transazione non ha URL esterno",
|
||||
"rule_trigger_id_choice": "L'ID della transazione \u00e8...",
|
||||
"rule_action_delete_transaction_choice": "ELIMINA transazione (!)",
|
||||
"rule_action_set_category_choice": "Imposta come categoria...",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Rimuovi da tutte le categorie",
|
||||
"rule_action_set_budget_choice": "Imposta il budget su...",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Rimuovi da tutti i budget",
|
||||
"rule_action_add_tag_choice": "Aggiungi l'etichetta...",
|
||||
"rule_action_remove_tag_choice": "Rimuovi l'etichetta...",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Rimuovi tutte le etichette",
|
||||
"rule_action_set_description_choice": "Imposta come descrizione...",
|
||||
"rule_action_update_piggy_choice": "Aggiungi\/rimuovi l'importo della transazione nel salvadanaio..",
|
||||
"rule_action_append_description_choice": "Aggiungi alla descrizione...",
|
||||
"rule_action_prepend_description_choice": "Anteponi alla descrizione...",
|
||||
"rule_action_set_source_account_choice": "Imposta come conto di origine...",
|
||||
"rule_action_set_destination_account_choice": "Imposta come conto di destinazione...",
|
||||
"rule_action_append_notes_choice": "Aggiungi alle note...",
|
||||
"rule_action_prepend_notes_choice": "Anteponi alle note...",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Rimuovi tutte le note",
|
||||
"rule_action_set_notes_choice": "Imposta come note...",
|
||||
"rule_action_link_to_bill_choice": "Collega ad una bolletta...",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Converti la transazione in un deposito",
|
||||
"rule_action_convert_withdrawal_choice": "Converti la transazione in un prelievo",
|
||||
"rule_action_convert_transfer_choice": "Converti la transazione in un trasferimento",
|
||||
|
30
frontend/src/i18n/ja_JP/index.js
vendored
30
frontend/src/i18n/ja_JP/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "\u53d6\u5f15\u306b\u5916\u90e8 URL \u304c\u3042\u308b",
|
||||
"rule_trigger_no_external_url_choice": "\u53d6\u5f15\u306b\u5916\u90e8 URL \u304c\u306a\u3044",
|
||||
"rule_trigger_id_choice": "\u53d6\u5f15 ID \u304c\u2026",
|
||||
"rule_action_delete_transaction_choice": "\u53d6\u5f15\u3092\u524a\u9664 (!)",
|
||||
"rule_action_set_category_choice": "\u30ab\u30c6\u30b4\u30ea\u3092\u8a2d\u5b9a",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "\u30ab\u30c6\u30b4\u30ea\u3092\u30af\u30ea\u30a2",
|
||||
"rule_action_set_budget_choice": "\u4e88\u7b97\u3092\u2026\u306b\u8a2d\u5b9a",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "\u4e88\u7b97\u3092\u30af\u30ea\u30a2",
|
||||
"rule_action_add_tag_choice": "\u30bf\u30b0\u2026\u3092\u8ffd\u52a0",
|
||||
"rule_action_remove_tag_choice": "\u30bf\u30b0\u2026\u3092\u524a\u9664",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "\u3059\u3079\u3066\u306e\u30bf\u30b0\u3092\u524a\u9664",
|
||||
"rule_action_set_description_choice": "\u8aac\u660e\u3092\u2026\u306b\u8a2d\u5b9a",
|
||||
"rule_action_update_piggy_choice": "\u53d6\u5f15\u91d1\u984d\u3092\u6b21\u306e\u8caf\u91d1\u7bb1\u306b\u52a0\u7b97\/\u6e1b\u7b97\u3059\u308b",
|
||||
"rule_action_append_description_choice": "\u8aac\u660e\u306e\u59cb\u3081\u306b\u2026\u3092\u8ffd\u52a0",
|
||||
"rule_action_prepend_description_choice": "\u8aac\u660e\u306e\u7d42\u308f\u308a\u306b\u2026\u3092\u8ffd\u52a0",
|
||||
"rule_action_set_source_account_choice": "\u652f\u6255\u5143\u53e3\u5ea7\u3092\u6b21\u306b\u3059\u308b",
|
||||
"rule_action_set_destination_account_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u3092\u6b21\u306b\u3059\u308b",
|
||||
"rule_action_append_notes_choice": "\u5099\u8003\u306e\u59cb\u3081\u306b\u2026\u3092\u8ffd\u52a0",
|
||||
"rule_action_prepend_notes_choice": "\u5099\u8003\u306e\u7d42\u308f\u308a\u306b\u2026\u3092\u8ffd\u52a0",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "\u5099\u8003\u3092\u524a\u9664",
|
||||
"rule_action_set_notes_choice": "\u5099\u8003\u306b\u2026\u3092\u8a2d\u5b9a",
|
||||
"rule_action_link_to_bill_choice": "\u8acb\u6c42\u2026\u306b\u30ea\u30f3\u30af",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "\u53d6\u5f15\u3092\u5165\u91d1\u306b\u5909\u63db",
|
||||
"rule_action_convert_withdrawal_choice": "\u53d6\u5f15\u3092\u51fa\u91d1\u306b\u5909\u63db",
|
||||
"rule_action_convert_transfer_choice": "\u53d6\u5f15\u3092\u9001\u91d1\u306b\u5909\u63db",
|
||||
|
30
frontend/src/i18n/nb_NO/index.js
vendored
30
frontend/src/i18n/nb_NO/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaksjons-ID er",
|
||||
"rule_action_delete_transaction_choice": "SLETT transaksjon (!)",
|
||||
"rule_action_set_category_choice": "Sett kategori til..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "T\u00f8m alle kategorier",
|
||||
"rule_action_set_budget_choice": "Sett budsjett til..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "T\u00f8m alle budsjetter",
|
||||
"rule_action_add_tag_choice": "Legg til tagg..",
|
||||
"rule_action_remove_tag_choice": "Fjern tagg..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Fjern alle tagger",
|
||||
"rule_action_set_description_choice": "Sett beskrivelse til..",
|
||||
"rule_action_update_piggy_choice": "Legg til\/fjern transaksjonsbel\u00f8p i sparegriser..",
|
||||
"rule_action_append_description_choice": "Legg til etter beskrivelse..",
|
||||
"rule_action_prepend_description_choice": "Legg til foran beskrivelse..",
|
||||
"rule_action_set_source_account_choice": "Sett kildekonto til..",
|
||||
"rule_action_set_destination_account_choice": "Sett m\u00e5lkonto til..",
|
||||
"rule_action_append_notes_choice": "Legg til notater med..",
|
||||
"rule_action_prepend_notes_choice": "Legg til notater med..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Fjern notater",
|
||||
"rule_action_set_notes_choice": "Sett notater til..",
|
||||
"rule_action_link_to_bill_choice": "Knytt til en regning..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Konverter transaksjonen til et innskudd",
|
||||
"rule_action_convert_withdrawal_choice": "Konverter denne transaksjonen til et uttak",
|
||||
"rule_action_convert_transfer_choice": "Konverter transaksjonen til en overf\u00f8ring",
|
||||
|
30
frontend/src/i18n/nl_NL/index.js
vendored
30
frontend/src/i18n/nl_NL/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "De transactie heeft een externe URL",
|
||||
"rule_trigger_no_external_url_choice": "De transactie heeft geen externe URL",
|
||||
"rule_trigger_id_choice": "Transactie-ID is..",
|
||||
"rule_action_delete_transaction_choice": "VERWIJDER transactie (!)",
|
||||
"rule_action_set_category_choice": "Geef categorie..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Geef geen categorie",
|
||||
"rule_action_set_budget_choice": "Sla op onder budget..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Maak budget-veld leeg",
|
||||
"rule_action_add_tag_choice": "Voeg tag toe..",
|
||||
"rule_action_remove_tag_choice": "Haal tag weg..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Haal alle tags weg",
|
||||
"rule_action_set_description_choice": "Geef omschrijving..",
|
||||
"rule_action_update_piggy_choice": "Bedrag +\/- bij spaarpotje..",
|
||||
"rule_action_append_description_choice": "Zet .. achter de omschrijving",
|
||||
"rule_action_prepend_description_choice": "Zet .. voor de omschrijving",
|
||||
"rule_action_set_source_account_choice": "Verander bronrekening naar..",
|
||||
"rule_action_set_destination_account_choice": "Verander doelrekening naar..",
|
||||
"rule_action_append_notes_choice": "Vul notitie aan met..",
|
||||
"rule_action_prepend_notes_choice": "Zet .. voor notitie",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Verwijder notitie",
|
||||
"rule_action_set_notes_choice": "Verander notitie in..",
|
||||
"rule_action_link_to_bill_choice": "Link naar een contract..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Verander de transactie in inkomsten",
|
||||
"rule_action_convert_withdrawal_choice": "Verander de transactie in een uitgave",
|
||||
"rule_action_convert_transfer_choice": "Verander de transactie in een overschrijving",
|
||||
|
30
frontend/src/i18n/pl_PL/index.js
vendored
30
frontend/src/i18n/pl_PL/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Transakcja ma zewn\u0119trzny adres URL",
|
||||
"rule_trigger_no_external_url_choice": "Transakcja nie ma zewn\u0119trznego adresu URL",
|
||||
"rule_trigger_id_choice": "Identyfikator transakcji to..",
|
||||
"rule_action_delete_transaction_choice": "USU\u0143 transakcj\u0119 (!)",
|
||||
"rule_action_set_category_choice": "Ustaw kategori\u0119 na..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Wyczy\u015b\u0107 wszystkie kategorie",
|
||||
"rule_action_set_budget_choice": "Ustaw bud\u017cet na..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Wyczy\u015b\u0107 wszystkie bud\u017cety",
|
||||
"rule_action_add_tag_choice": "Dodaj tag..",
|
||||
"rule_action_remove_tag_choice": "Usu\u0144 tag..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Usu\u0144 wszystkie tagi",
|
||||
"rule_action_set_description_choice": "Ustaw opis na..",
|
||||
"rule_action_update_piggy_choice": "Dodaj\/usu\u0144 kwot\u0119 transakcji w skarbonce.",
|
||||
"rule_action_append_description_choice": "Do\u0142\u0105cz do opisu..",
|
||||
"rule_action_prepend_description_choice": "Poprzed\u017a opis..",
|
||||
"rule_action_set_source_account_choice": "Ustaw konto \u017ar\u00f3d\u0142owe na..",
|
||||
"rule_action_set_destination_account_choice": "Ustaw konto docelowe na..",
|
||||
"rule_action_append_notes_choice": "Do\u0142\u0105cz do notatek..",
|
||||
"rule_action_prepend_notes_choice": "Poprzed\u017a notatki..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Usu\u0144 wszystkie notatki",
|
||||
"rule_action_set_notes_choice": "Ustaw notatki na..",
|
||||
"rule_action_link_to_bill_choice": "Powi\u0105\u017c z rachunkiem..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Konwertuj transakcj\u0119 na wp\u0142at\u0119",
|
||||
"rule_action_convert_withdrawal_choice": "Konwertuj transakcj\u0119 na wyp\u0142at\u0119",
|
||||
"rule_action_convert_transfer_choice": "Konwertuj transakcj\u0119 na transfer",
|
||||
|
30
frontend/src/i18n/pt_BR/index.js
vendored
30
frontend/src/i18n/pt_BR/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "A transa\u00e7\u00e3o tem um link externo",
|
||||
"rule_trigger_no_external_url_choice": "A transa\u00e7\u00e3o n\u00e3o tem um link externo",
|
||||
"rule_trigger_id_choice": "O identificador da transa\u00e7\u00e3o \u00e9..",
|
||||
"rule_action_delete_transaction_choice": "EXCLUIR transa\u00e7\u00e3o (!)",
|
||||
"rule_action_set_category_choice": "Definir a categoria para..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Limpar qualquer categoria",
|
||||
"rule_action_set_budget_choice": "Definir or\u00e7amento para..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Limpar qualquer or\u00e7amento",
|
||||
"rule_action_add_tag_choice": "Adicionar tag..",
|
||||
"rule_action_remove_tag_choice": "Remover tag..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Remover todas as tags",
|
||||
"rule_action_set_description_choice": "Definir descri\u00e7\u00e3o para..",
|
||||
"rule_action_update_piggy_choice": "Adicionar\/remover o valor da transa\u00e7\u00e3o no cofrinho..",
|
||||
"rule_action_append_description_choice": "Acrescentar a descri\u00e7\u00e3o com..",
|
||||
"rule_action_prepend_description_choice": "Preceder a descri\u00e7\u00e3o com..",
|
||||
"rule_action_set_source_account_choice": "Definir conta de origem para...",
|
||||
"rule_action_set_destination_account_choice": "Definir conta de destino para...",
|
||||
"rule_action_append_notes_choice": "Anexar notas com..",
|
||||
"rule_action_prepend_notes_choice": "Preceder notas com..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Remover quaisquer notas",
|
||||
"rule_action_set_notes_choice": "Defina notas para..",
|
||||
"rule_action_link_to_bill_choice": "Vincular a uma conta..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Converter esta transfer\u00eancia em entrada",
|
||||
"rule_action_convert_withdrawal_choice": "Converter esta transa\u00e7\u00e3o para uma sa\u00edda",
|
||||
"rule_action_convert_transfer_choice": "Converter esta transa\u00e7\u00e3o para transfer\u00eancia",
|
||||
|
38
frontend/src/i18n/pt_PT/index.js
vendored
38
frontend/src/i18n/pt_PT/index.js
vendored
@@ -30,14 +30,14 @@ export default {
|
||||
"transactions": "Transa\u00e7\u00f5es",
|
||||
"title_expenses": "Despesas",
|
||||
"title_withdrawal": "Despesas",
|
||||
"title_revenue": "Revenue \/ income",
|
||||
"title_deposit": "Revenue \/ income",
|
||||
"title_revenue": "Receita \/ renda",
|
||||
"title_deposit": "Receita \/ renda",
|
||||
"title_transfer": "Transfer\u00eancias",
|
||||
"title_transfers": "Transfer\u00eancias",
|
||||
"asset_accounts": "Conta de activos",
|
||||
"expense_accounts": "Conta de despesas",
|
||||
"revenue_accounts": "Revenue accounts",
|
||||
"liabilities_accounts": "Liabilities"
|
||||
"revenue_accounts": "Conta de receitas",
|
||||
"liabilities_accounts": "Passivos"
|
||||
},
|
||||
"firefly": {
|
||||
"actions": "A\u00e7\u00f5es",
|
||||
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "ID da transa\u00e7\u00e3o \u00e9..",
|
||||
"rule_action_delete_transaction_choice": "APAGAR transac\u00e7\u00e3o (!)",
|
||||
"rule_action_set_category_choice": "Definir a categoria para..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Limpar qualquer categoria",
|
||||
"rule_action_set_budget_choice": "Definir or\u00e7amento para..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Limpar qualquer or\u00e7amento",
|
||||
"rule_action_add_tag_choice": "Adicionar etiqueta..",
|
||||
"rule_action_remove_tag_choice": "Remover etiqueta..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Remover todas as etiquetas",
|
||||
"rule_action_set_description_choice": "Definir descri\u00e7\u00e3o para..",
|
||||
"rule_action_update_piggy_choice": "Adicionar\/remover o valor da transac\u00e7\u00e3o no mealheiro..",
|
||||
"rule_action_append_description_choice": "Acrescentar \u00e0 descri\u00e7\u00e3o com..",
|
||||
"rule_action_prepend_description_choice": "Preceder \u00e0 descri\u00e7\u00e3o com..",
|
||||
"rule_action_set_source_account_choice": "Definir conta de origem para..",
|
||||
"rule_action_set_destination_account_choice": "Definir a conta de destino para..",
|
||||
"rule_action_append_notes_choice": "Anexar notas com..",
|
||||
"rule_action_prepend_notes_choice": "Preceder notas com..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Remover todas as notas",
|
||||
"rule_action_set_notes_choice": "Defina notas para..",
|
||||
"rule_action_link_to_bill_choice": "Ligar a uma fatura..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Converter a transac\u00e7\u00e3o para um dep\u00f3sito",
|
||||
"rule_action_convert_withdrawal_choice": "Converter a transac\u00e7\u00e3o para um levantamento",
|
||||
"rule_action_convert_transfer_choice": "Converter a transac\u00e7\u00e3o para uma transfer\u00eancia",
|
||||
|
30
frontend/src/i18n/ro_RO/index.js
vendored
30
frontend/src/i18n/ro_RO/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "\u0218terge tranzac\u021bia (!)",
|
||||
"rule_action_set_category_choice": "Seta\u021bi categoria la..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "\u0218terge\u021bi any category",
|
||||
"rule_action_set_budget_choice": "Seta\u021bi bugetul la..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "\u0218terge\u021bi any budget",
|
||||
"rule_action_add_tag_choice": "Adaug\u0103 etichet\u0103..",
|
||||
"rule_action_remove_tag_choice": "Elimina\u021bi eticheta..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Elimina\u021bi toate etichetele",
|
||||
"rule_action_set_description_choice": "Seta\u021bi descrierea la..",
|
||||
"rule_action_update_piggy_choice": "Adaug\u0103\/elimin\u0103 suma tranzac\u021biei \u00een pu\u0219culi\u021ba..",
|
||||
"rule_action_append_description_choice": "Ad\u0103uga\u021bi descrierea cu..",
|
||||
"rule_action_prepend_description_choice": "Prefixa\u021bi descrierea cu..",
|
||||
"rule_action_set_source_account_choice": "Seteaz\u0103 contul surs\u0103 la..",
|
||||
"rule_action_set_destination_account_choice": "Seteaz\u0103 contul de destina\u021bie la..",
|
||||
"rule_action_append_notes_choice": "Ad\u0103uga\u021bi noti\u021be cu..",
|
||||
"rule_action_prepend_notes_choice": "Prefixa\u021bi noti\u021bele cu..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Elimina\u021bi orice noti\u021b\u0103",
|
||||
"rule_action_set_notes_choice": "Seta\u021bi noti\u021bele la..",
|
||||
"rule_action_link_to_bill_choice": "Lega\u021bi la o factur\u0103..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Transforma\u021bi tranzac\u021bia \u00eentr-un depozit",
|
||||
"rule_action_convert_withdrawal_choice": "Transforma\u021bi tranzac\u021bia \u00eentr-o retragere",
|
||||
"rule_action_convert_transfer_choice": "Transforma\u021bi tranzac\u021bia \u00eentr-un transfer",
|
||||
|
96
frontend/src/i18n/ru_RU/index.js
vendored
96
frontend/src/i18n/ru_RU/index.js
vendored
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
"config": {
|
||||
"html_language": "ru",
|
||||
"month_and_day_fns": "MMMM d, y"
|
||||
"month_and_day_fns": "MMMM \u0434, \u0433"
|
||||
},
|
||||
"form": {
|
||||
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
|
||||
@@ -24,20 +24,20 @@ export default {
|
||||
"active": "\u0410\u043a\u0442\u0438\u0432\u0435\u043d?"
|
||||
},
|
||||
"breadcrumbs": {
|
||||
"placeholder": "[Placeholder]",
|
||||
"budgets": "Budgets",
|
||||
"subscriptions": "Subscriptions",
|
||||
"transactions": "Transactions",
|
||||
"title_expenses": "Expenses",
|
||||
"title_withdrawal": "Expenses",
|
||||
"title_revenue": "Revenue \/ income",
|
||||
"title_deposit": "Revenue \/ income",
|
||||
"placeholder": "\u041d\u0435 \u0441\u0442\u0435\u0441\u043d\u044f\u0439\u0442\u0435\u0441\u044c \u0434\u0435\u0440\u0436\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439.",
|
||||
"budgets": "\u043c\u0430\u0441\u0441\u0438\u0432['\u0431\u044e\u0434\u0436\u0435\u0442\u044b']",
|
||||
"subscriptions": "\u043c\u0430\u0441\u0441\u0438\u0432['\u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438']",
|
||||
"transactions": "\u043c\u0430\u0441\u0441\u0438\u0432['\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438']",
|
||||
"title_expenses": "\u043c\u0430\u0441\u0441\u0438\u0432['\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435_\u0440\u0430\u0441\u0445\u043e\u0434\u044b']",
|
||||
"title_withdrawal": "\u043c\u0430\u0441\u0441\u0438\u0432['\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435_\u0441\u043d\u044f\u0442\u0438\u0435']",
|
||||
"title_revenue": "\u043c\u0430\u0441\u0441\u0438\u0432['\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435_\u0434\u043e\u0445\u043e\u0434']",
|
||||
"title_deposit": "\u043c\u0430\u0441\u0441\u0438\u0432['\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435_\u0434\u0435\u043f\u043e\u0437\u0438\u0442']",
|
||||
"title_transfer": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434",
|
||||
"title_transfers": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u044b",
|
||||
"asset_accounts": "Asset accounts",
|
||||
"expense_accounts": "Expense accounts",
|
||||
"revenue_accounts": "Revenue accounts",
|
||||
"liabilities_accounts": "Liabilities"
|
||||
"asset_accounts": "\u043c\u0430\u0441\u0441\u0438\u0432 ['\u0430\u043a\u0442\u0438\u0432_\u0443\u0447\u0435\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438']",
|
||||
"expense_accounts": "\u043c\u0430\u0441\u0441\u0438\u0432 ['\u0440\u0430\u0441\u0445\u043e\u0434_\u0441\u0447\u0435\u0442\u043e\u0432']",
|
||||
"revenue_accounts": "\u043c\u0430\u0441\u0441\u0438\u0432['\u0434\u043e\u0445\u043e\u0434_\u0441\u0447\u0435\u0442\u043e\u0432']",
|
||||
"liabilities_accounts": "\u043c\u0430\u0441\u0441\u0438\u0432 ['\u043f\u0430\u0441\u0441\u0438\u0432\u043d\u044b\u0435_\u0441\u0447\u0435\u0442\u0430']"
|
||||
},
|
||||
"firefly": {
|
||||
"actions": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f",
|
||||
@@ -64,7 +64,7 @@ export default {
|
||||
"rule_trigger_account_id_choice": "Either account ID is exactly..",
|
||||
"rule_trigger_source_account_id_choice": "ID \u0441\u0447\u0451\u0442\u0430-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442 \u0441..",
|
||||
"rule_trigger_destination_account_id_choice": "ID \u0441\u0447\u0451\u0442\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442 \u0441..",
|
||||
"rule_trigger_account_is_cash_choice": "Either account is cash",
|
||||
"rule_trigger_account_is_cash_choice": "\u041b\u044e\u0431\u043e\u0439 \u0441\u0447\u0435\u0442 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0430\u043b\u0438\u0447\u043d\u044b\u043c\u0438",
|
||||
"rule_trigger_source_is_cash_choice": "\u0421\u0447\u0451\u0442-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a - \u044d\u0442\u043e (\u043d\u0430\u043b\u0438\u0447\u043d\u044b\u0439) \u0441\u0447\u0451\u0442",
|
||||
"rule_trigger_destination_is_cash_choice": "\u0421\u0447\u0451\u0442 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f - \u044d\u0442\u043e (\u043d\u0430\u043b\u0438\u0447\u043d\u044b\u0439) \u0441\u0447\u0451\u0442",
|
||||
"rule_trigger_source_account_nr_starts_choice": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0447\u0451\u0442\u0430-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430 \/ IBAN \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u0441..",
|
||||
@@ -82,19 +82,19 @@ export default {
|
||||
"rule_trigger_transaction_type_choice": "\u0422\u0438\u043f \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 =",
|
||||
"rule_trigger_category_is_choice": "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f =",
|
||||
"rule_trigger_amount_less_choice": "\u0421\u0443\u043c\u043c\u0430 \u043c\u0435\u043d\u044c\u0448\u0435, \u0447\u0435\u043c...",
|
||||
"rule_trigger_amount_is_choice": "Amount is..",
|
||||
"rule_trigger_amount_is_choice": "\u0421\u0443\u043c\u043c\u0430..",
|
||||
"rule_trigger_amount_more_choice": "\u0421\u0443\u043c\u043c\u0430 \u0431\u043e\u043b\u044c\u0448\u0435, \u0447\u0435\u043c...",
|
||||
"rule_trigger_description_starts_choice": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u0441...",
|
||||
"rule_trigger_description_ends_choice": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043d\u0430...",
|
||||
"rule_trigger_description_contains_choice": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442...",
|
||||
"rule_trigger_description_is_choice": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 =",
|
||||
"rule_trigger_date_on_choice": "Transaction date is..",
|
||||
"rule_trigger_date_on_choice": "\u0414\u0430\u0442\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438..",
|
||||
"rule_trigger_date_before_choice": "\u0414\u0430\u0442\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u0434\u043e...",
|
||||
"rule_trigger_date_after_choice": "\u0414\u0430\u0442\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u043f\u043e\u0441\u043b\u0435..",
|
||||
"rule_trigger_created_at_on_choice": "Transaction was made on..",
|
||||
"rule_trigger_updated_at_on_choice": "Transaction was last edited on..",
|
||||
"rule_trigger_created_at_on_choice": "\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0430..",
|
||||
"rule_trigger_updated_at_on_choice": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438..",
|
||||
"rule_trigger_budget_is_choice": "\u0411\u044e\u0434\u0436\u0435\u0442 =",
|
||||
"rule_trigger_tag_is_choice": "Any tag is..",
|
||||
"rule_trigger_tag_is_choice": "\u041b\u044e\u0431\u043e\u0439 \u0442\u0435\u0433..",
|
||||
"rule_trigger_currency_is_choice": "\u0412\u0430\u043b\u044e\u0442\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 -",
|
||||
"rule_trigger_foreign_currency_is_choice": "\u0412\u0430\u043b\u044e\u0442\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 -",
|
||||
"rule_trigger_has_attachments_choice": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0439",
|
||||
@@ -102,13 +102,13 @@ export default {
|
||||
"rule_trigger_has_any_category_choice": "\u0421\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 (\u043b\u044e\u0431\u043e\u0439) \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0435\u0439",
|
||||
"rule_trigger_has_no_budget_choice": "\u041d\u0435\u0442 \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u0431\u044e\u0434\u0436\u0435\u0442\u0430",
|
||||
"rule_trigger_has_any_budget_choice": "\u0421\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 (\u043b\u044e\u0431\u044b\u043c) \u0431\u044e\u0434\u0436\u0435\u0442\u043e\u043c",
|
||||
"rule_trigger_has_no_bill_choice": "Has no bill",
|
||||
"rule_trigger_has_any_bill_choice": "Has a (any) bill",
|
||||
"rule_trigger_has_no_bill_choice": "\u041d\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0447\u0435\u0442\u043e\u0432",
|
||||
"rule_trigger_has_any_bill_choice": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 (\u043b\u044e\u0431\u043e\u0439) \u0441\u0447\u0451\u0442",
|
||||
"rule_trigger_has_no_tag_choice": "\u041d\u0435\u0442 \u043c\u0435\u0442\u043e\u043a",
|
||||
"rule_trigger_has_any_tag_choice": "\u0415\u0441\u0442\u044c \u043e\u0434\u043d\u0430 \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e (\u043b\u044e\u0431\u044b\u0445) \u043c\u0435\u0442\u043e\u043a",
|
||||
"rule_trigger_any_notes_choice": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 (\u043b\u044e\u0431\u044b\u0435) \u0437\u0430\u043c\u0435\u0442\u043a\u0438",
|
||||
"rule_trigger_no_notes_choice": "\u041d\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0437\u0430\u043c\u0435\u0442\u043e\u043a",
|
||||
"rule_trigger_notes_is_choice": "Notes are..",
|
||||
"rule_trigger_notes_is_choice": "\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f..",
|
||||
"rule_trigger_notes_contains_choice": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442..",
|
||||
"rule_trigger_notes_starts_choice": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0442\u0441\u044f \u0441..",
|
||||
"rule_trigger_notes_ends_choice": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438 \u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u043d\u0430..",
|
||||
@@ -116,28 +116,28 @@ export default {
|
||||
"rule_trigger_external_id_is_choice": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 ID..",
|
||||
"rule_trigger_internal_reference_is_choice": "\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u0441\u0441\u044b\u043b\u043a\u0430..",
|
||||
"rule_trigger_journal_id_choice": "ID \u0436\u0443\u0440\u043d\u0430\u043b\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439..",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "\u0423\u0414\u0410\u041b\u0418\u0422\u042c \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e (!)",
|
||||
"rule_action_set_category_choice": "\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u0440\u0443\u0431\u0440\u0438\u043a\u0443...",
|
||||
"rule_trigger_any_external_url_choice": "\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f \u0438\u043c\u0435\u0435\u0442 \u0432\u043d\u0435\u0448\u043d\u0438\u0439 URL",
|
||||
"rule_trigger_no_external_url_choice": "\u0423 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u043d\u0435\u0442 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e URL",
|
||||
"rule_trigger_id_choice": "ID \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043b\u044e\u0431\u0443\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e",
|
||||
"rule_action_set_budget_choice": "\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u0431\u044e\u0434\u0436\u0435\u0442...",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043b\u044e\u0431\u043e\u0439 \u0431\u044e\u0434\u0436\u0435\u0442",
|
||||
"rule_action_add_tag_choice": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u0435\u0442\u043a\u0443...",
|
||||
"rule_action_remove_tag_choice": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043c\u0435\u0442\u043a\u0443...",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u043c\u0435\u0442\u043a\u0438...",
|
||||
"rule_action_set_description_choice": "\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435...",
|
||||
"rule_action_update_piggy_choice": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c\/\u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0443\u043c\u043c\u0443 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u0432 \u043a\u043e\u043f\u0438\u043b\u043a\u0435..",
|
||||
"rule_action_append_description_choice": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u043d\u0446\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441...",
|
||||
"rule_action_prepend_description_choice": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043d\u0430\u0447\u0430\u043b\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441...",
|
||||
"rule_action_set_source_account_choice": "\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u0441\u0447\u0451\u0442-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a...",
|
||||
"rule_action_set_destination_account_choice": "\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u0446\u0435\u043b\u0435\u0432\u043e\u0439 \u0441\u0447\u0451\u0442...",
|
||||
"rule_action_append_notes_choice": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u043d\u0446\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438 \u0441...",
|
||||
"rule_action_prepend_notes_choice": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043d\u0430\u0447\u0430\u043b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438 \u0441...",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043b\u044e\u0431\u044b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438",
|
||||
"rule_action_set_notes_choice": "\u041d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f...",
|
||||
"rule_action_link_to_bill_choice": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0441\u0447\u0451\u0442 \u043a \u043e\u043f\u043b\u0430\u0442\u0435..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u0432 \u0434\u043e\u0445\u043e\u0434",
|
||||
"rule_action_convert_withdrawal_choice": "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u0432 \u0440\u0430\u0441\u0445\u043e\u0434",
|
||||
"rule_action_convert_transfer_choice": "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u0432 \u043f\u0435\u0440\u0435\u0432\u043e\u0434",
|
||||
@@ -161,7 +161,7 @@ export default {
|
||||
"asset_accounts": "\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0441\u0447\u0435\u0442\u0430",
|
||||
"expense_accounts": "\u0421\u0447\u0435\u0442\u0430 \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432",
|
||||
"liabilities_accounts": "\u0414\u043e\u043b\u0433\u0438",
|
||||
"undefined_accounts": "Accounts",
|
||||
"undefined_accounts": "\u0423\u0447\u0451\u0442\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
|
||||
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
|
||||
"revenue_accounts": "\u0421\u0447\u0435\u0442\u0430 \u0434\u043e\u0445\u043e\u0434\u043e\u0432",
|
||||
"description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
|
||||
@@ -189,16 +189,16 @@ export default {
|
||||
"transactions": "\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
|
||||
"balance": "\u0411a\u043ba\u043dc",
|
||||
"budgets": "\u0411\u044e\u0434\u0436\u0435\u0442",
|
||||
"subscriptions": "Subscriptions",
|
||||
"subscriptions": "\u041f\u043e\u0434\u043f\u0438\u0441\u043a\u0438",
|
||||
"welcome_back": "\u0427\u0442\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0441 \u043c\u043e\u0438\u043c\u0438 \u0444\u0438\u043d\u0430\u043d\u0441\u0430\u043c\u0438?",
|
||||
"bills_to_pay": "\u0421\u0447\u0435\u0442\u0430 \u043a \u043e\u043f\u043b\u0430\u0442\u0435",
|
||||
"net_worth": "\u041c\u043e\u0438 \u0441\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0438\u044f",
|
||||
"pref_last365": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0433\u043e\u0434",
|
||||
"pref_last90": "Last 90 days",
|
||||
"pref_last30": "Last 30 days",
|
||||
"pref_last7": "Last 7 days",
|
||||
"pref_YTD": "Year to date",
|
||||
"pref_QTD": "Quarter to date",
|
||||
"pref_MTD": "Month to date"
|
||||
"pref_last90": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 90 \u0434\u043d\u0435\u0439",
|
||||
"pref_last30": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 30 \u0434\u043d\u0435\u0439",
|
||||
"pref_last7": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 7 \u0434\u043d\u0435\u0439",
|
||||
"pref_YTD": "\u0417\u0430 \u0433\u043e\u0434 \u0434\u043e \u0441\u0435\u0433\u043e\u0434\u043d\u044f",
|
||||
"pref_QTD": "\u041a\u0432\u0430\u0440\u0442\u0430\u043b \u0434\u043e \u0441\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u0435\u0433\u043e \u0434\u043d\u044f",
|
||||
"pref_MTD": "\u041c\u0435\u0441\u044f\u0446 \u0434\u043e \u0441\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u0435\u0433\u043e \u0434\u043d\u044f"
|
||||
}
|
||||
}
|
30
frontend/src/i18n/sk_SK/index.js
vendored
30
frontend/src/i18n/sk_SK/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "ODSTR\u00c1NI\u0164 transakciu (!)",
|
||||
"rule_action_set_category_choice": "Nastavi\u0165 kateg\u00f3riu na\u2026",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Odstr\u00e1ni\u0165 v\u0161etky kateg\u00f3rie",
|
||||
"rule_action_set_budget_choice": "Nastavi\u0165 rozpo\u010det na\u2026",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Odste\u00e1ni\u0165 v\u0161etky rozpo\u010dty",
|
||||
"rule_action_add_tag_choice": "Prida\u0165 \u0161t\u00edtok\u2026",
|
||||
"rule_action_remove_tag_choice": "Odstr\u00e1ni\u0165 \u0161t\u00edtok\u2026",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Odstr\u00e1ni\u0165 v\u0161etky \u0161t\u00edtky",
|
||||
"rule_action_set_description_choice": "Nastavi\u0165 popis na\u2026",
|
||||
"rule_action_update_piggy_choice": "Prida\u0165\/odstr\u00e1ni\u0165 sumu transakcie v pokladni\u010dke..",
|
||||
"rule_action_append_description_choice": "Pripoji\u0165 k popisu\u2026",
|
||||
"rule_action_prepend_description_choice": "Prida\u0165 pred popis\u2026",
|
||||
"rule_action_set_source_account_choice": "Nastavi\u0165 zdrojov\u00fd \u00fa\u010det na..",
|
||||
"rule_action_set_destination_account_choice": "Nastavi\u0165 cie\u013eov\u00fd \u00fa\u010det na..",
|
||||
"rule_action_append_notes_choice": "Pripoji\u0165 za pozn\u00e1mky\u2026",
|
||||
"rule_action_prepend_notes_choice": "Prida\u0165 pred pozn\u00e1mky\u2026",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Odstr\u00e1ni\u0165 v\u0161etky pozn\u00e1mky",
|
||||
"rule_action_set_notes_choice": "Nastavi\u0165 pozn\u00e1mky na\u2026",
|
||||
"rule_action_link_to_bill_choice": "Prepoji\u0165 s \u00fa\u010dtenkou..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Zmeni\u0165 t\u00fato transakciu na vklad",
|
||||
"rule_action_convert_withdrawal_choice": "Zmeni\u0165 transakciu na v\u00fdb\u011br",
|
||||
"rule_action_convert_transfer_choice": "Zmeni\u0165 t\u00fato transakciu na prevod",
|
||||
|
204
frontend/src/i18n/sl_SI/index.js
vendored
Normal file
204
frontend/src/i18n/sl_SI/index.js
vendored
Normal file
@@ -0,0 +1,204 @@
|
||||
export default {
|
||||
"config": {
|
||||
"html_language": "sl",
|
||||
"month_and_day_fns": "MMMM d, y"
|
||||
},
|
||||
"form": {
|
||||
"name": "Ime",
|
||||
"amount_min": "Najni\u017eji znesek",
|
||||
"amount_max": "Najvi\u0161ji znesek",
|
||||
"url": "URL",
|
||||
"title": "Naslov",
|
||||
"first_date": "Prvi datum",
|
||||
"repetitions": "Ponovitve",
|
||||
"description": "Opis",
|
||||
"iban": "IBAN",
|
||||
"skip": "Presko\u010di",
|
||||
"date": "Datum"
|
||||
},
|
||||
"list": {
|
||||
"name": "ime",
|
||||
"account_number": "Account number",
|
||||
"currentBalance": "trenutno stanje",
|
||||
"lastActivity": "zadnja aktivnost",
|
||||
"active": "Aktiviran?"
|
||||
},
|
||||
"breadcrumbs": {
|
||||
"placeholder": "[Placeholder]",
|
||||
"budgets": "Budgets",
|
||||
"subscriptions": "Subscriptions",
|
||||
"transactions": "Transactions",
|
||||
"title_expenses": "Expenses",
|
||||
"title_withdrawal": "Expenses",
|
||||
"title_revenue": "Revenue \/ income",
|
||||
"title_deposit": "Revenue \/ income",
|
||||
"title_transfer": "Transfers",
|
||||
"title_transfers": "Transfers",
|
||||
"asset_accounts": "Asset accounts",
|
||||
"expense_accounts": "Expense accounts",
|
||||
"revenue_accounts": "Revenue accounts",
|
||||
"liabilities_accounts": "Liabilities"
|
||||
},
|
||||
"firefly": {
|
||||
"actions": "Dejanja",
|
||||
"edit": "uredi",
|
||||
"delete": "izbri\u0161i",
|
||||
"reconcile": "Reconcile",
|
||||
"create_new_asset": "ustvari nov premo\u017eenjski ra\u010dun",
|
||||
"confirm_action": "Confirm action",
|
||||
"new_budget": "nov bud\u017eet",
|
||||
"new_asset_account": "nov premo\u017eenjski ra\u010dun",
|
||||
"newTransfer": "Nov prenos",
|
||||
"newDeposit": "Nov polog",
|
||||
"newWithdrawal": "Nov stro\u0161ek",
|
||||
"bills_paid": "Pla\u010dani trajniki",
|
||||
"left_to_spend": "Preostala poraba",
|
||||
"no_budget": "(brez prora\u010duna)",
|
||||
"budgeted": "Prora\u010dun",
|
||||
"spent": "Porabljeno",
|
||||
"no_bill": "(no bill)",
|
||||
"rule_trigger_source_account_starts_choice": "Source account name starts with..",
|
||||
"rule_trigger_source_account_ends_choice": "Source account name ends with..",
|
||||
"rule_trigger_source_account_is_choice": "Source account name is..",
|
||||
"rule_trigger_source_account_contains_choice": "Source account name contains..",
|
||||
"rule_trigger_account_id_choice": "Either account ID is exactly..",
|
||||
"rule_trigger_source_account_id_choice": "Source account ID is exactly..",
|
||||
"rule_trigger_destination_account_id_choice": "Destination account ID is exactly..",
|
||||
"rule_trigger_account_is_cash_choice": "Either account is cash",
|
||||
"rule_trigger_source_is_cash_choice": "Source account is (cash) account",
|
||||
"rule_trigger_destination_is_cash_choice": "Destination account is (cash) account",
|
||||
"rule_trigger_source_account_nr_starts_choice": "Source account number \/ IBAN starts with..",
|
||||
"rule_trigger_source_account_nr_ends_choice": "Source account number \/ IBAN ends with..",
|
||||
"rule_trigger_source_account_nr_is_choice": "Source account number \/ IBAN is..",
|
||||
"rule_trigger_source_account_nr_contains_choice": "Source account number \/ IBAN contains..",
|
||||
"rule_trigger_destination_account_starts_choice": "Destination account name starts with..",
|
||||
"rule_trigger_destination_account_ends_choice": "Destination account name ends with..",
|
||||
"rule_trigger_destination_account_is_choice": "Destination account name is..",
|
||||
"rule_trigger_destination_account_contains_choice": "Destination account name contains..",
|
||||
"rule_trigger_destination_account_nr_starts_choice": "Destination account number \/ IBAN starts with..",
|
||||
"rule_trigger_destination_account_nr_ends_choice": "Destination account number \/ IBAN ends with..",
|
||||
"rule_trigger_destination_account_nr_is_choice": "Destination account number \/ IBAN is..",
|
||||
"rule_trigger_destination_account_nr_contains_choice": "Destination account number \/ IBAN contains..",
|
||||
"rule_trigger_transaction_type_choice": "Tip transakcije je..",
|
||||
"rule_trigger_category_is_choice": "Kategorija je..",
|
||||
"rule_trigger_amount_less_choice": "Znesek je manj\u0161i od..",
|
||||
"rule_trigger_amount_is_choice": "Amount is..",
|
||||
"rule_trigger_amount_more_choice": "Znesek je ve\u010d kot..",
|
||||
"rule_trigger_description_starts_choice": "Opis se za\u010dne s\/z..",
|
||||
"rule_trigger_description_ends_choice": "Opis se kon\u010da z..",
|
||||
"rule_trigger_description_contains_choice": "Opis vsebuje..",
|
||||
"rule_trigger_description_is_choice": "Opis je..",
|
||||
"rule_trigger_date_on_choice": "Transaction date is..",
|
||||
"rule_trigger_date_before_choice": "Transaction date is before..",
|
||||
"rule_trigger_date_after_choice": "Transaction date is after..",
|
||||
"rule_trigger_created_at_on_choice": "Transaction was made on..",
|
||||
"rule_trigger_updated_at_on_choice": "Transaction was last edited on..",
|
||||
"rule_trigger_budget_is_choice": "Prora\u010dun je..",
|
||||
"rule_trigger_tag_is_choice": "Any tag is..",
|
||||
"rule_trigger_currency_is_choice": "Valuta transakcije je..",
|
||||
"rule_trigger_foreign_currency_is_choice": "Transaction foreign currency is..",
|
||||
"rule_trigger_has_attachments_choice": "Ima vsaj toliko priponk",
|
||||
"rule_trigger_has_no_category_choice": "Nima kategorije",
|
||||
"rule_trigger_has_any_category_choice": "Ima kategorijo",
|
||||
"rule_trigger_has_no_budget_choice": "Nima prora\u010duna",
|
||||
"rule_trigger_has_any_budget_choice": "Ima (katerikoli) prora\u010dun",
|
||||
"rule_trigger_has_no_bill_choice": "Has no bill",
|
||||
"rule_trigger_has_any_bill_choice": "Has a (any) bill",
|
||||
"rule_trigger_has_no_tag_choice": "Nima oznak",
|
||||
"rule_trigger_has_any_tag_choice": "Ima eno ali ve\u010d oznak",
|
||||
"rule_trigger_any_notes_choice": "Ima zaznamke",
|
||||
"rule_trigger_no_notes_choice": "Nima zaznamkov",
|
||||
"rule_trigger_notes_is_choice": "Notes are..",
|
||||
"rule_trigger_notes_contains_choice": "Notes contain..",
|
||||
"rule_trigger_notes_starts_choice": "Notes start with..",
|
||||
"rule_trigger_notes_ends_choice": "Notes end with..",
|
||||
"rule_trigger_bill_is_choice": "Bill is..",
|
||||
"rule_trigger_external_id_is_choice": "External ID is..",
|
||||
"rule_trigger_internal_reference_is_choice": "Internal reference is..",
|
||||
"rule_trigger_journal_id_choice": "Transaction journal ID is..",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Po\u010disti kategorijo",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Po\u010disti prora\u010dun",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Odstrani vse oznake",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Odstrani opombe",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Pretvori transakcijo v polog",
|
||||
"rule_action_convert_withdrawal_choice": "Pretvori transakcijo v odliv",
|
||||
"rule_action_convert_transfer_choice": "Pretvori transakcijo v prenos",
|
||||
"placeholder": "[Placeholder]",
|
||||
"recurrences": "Ponavljajo\u010de transakcije",
|
||||
"title_expenses": "stro\u0161ki",
|
||||
"title_withdrawal": "stro\u0161ki",
|
||||
"title_revenue": "Dohodki \/ prihodki",
|
||||
"pref_1D": "En dan",
|
||||
"pref_1W": "En teden",
|
||||
"pref_1M": "En mesec",
|
||||
"pref_3M": "Trije meseci (\u010detrtletje)",
|
||||
"pref_6M": "\u0160est mesecev",
|
||||
"pref_1Y": "Eno leto",
|
||||
"repeat_freq_yearly": "letno",
|
||||
"repeat_freq_half-year": "polletno",
|
||||
"repeat_freq_quarterly": "\u010detrtletno",
|
||||
"repeat_freq_monthly": "mese\u010dno",
|
||||
"repeat_freq_weekly": "tedensko",
|
||||
"single_split": "Razdeli",
|
||||
"asset_accounts": "premo\u017eenjski ra\u010duni",
|
||||
"expense_accounts": "Ra\u010duni stro\u0161kov",
|
||||
"liabilities_accounts": "Obveznosti",
|
||||
"undefined_accounts": "Accounts",
|
||||
"name": "Ime",
|
||||
"revenue_accounts": "Ra\u010dun prihodkov",
|
||||
"description": "Opis",
|
||||
"category": "Kategorija",
|
||||
"title_deposit": "Dohodki \/ prihodki",
|
||||
"title_transfer": "Prenosi",
|
||||
"title_transfers": "Prenosi",
|
||||
"piggyBanks": "Hranilniki",
|
||||
"rules": "Pravila",
|
||||
"accounts": "Ra\u010duni",
|
||||
"categories": "Kategorije",
|
||||
"tags": "Oznake",
|
||||
"object_groups_page_title": "Groups",
|
||||
"reports": "Poro\u010dila",
|
||||
"webhooks": "Webhooks",
|
||||
"currencies": "Valute",
|
||||
"administration": "Administracija",
|
||||
"profile": "Profil",
|
||||
"source_account": "Izvorni ra\u010dun",
|
||||
"destination_account": "Ciljni ra\u010dun",
|
||||
"amount": "Znesek",
|
||||
"date": "Datum",
|
||||
"time": "Time",
|
||||
"preferences": "Mo\u017enosti",
|
||||
"transactions": "Transakcije",
|
||||
"balance": "Stanje",
|
||||
"budgets": "Prora\u010duni",
|
||||
"subscriptions": "Subscriptions",
|
||||
"welcome_back": "Kaj dogaja?",
|
||||
"bills_to_pay": "Trajnik za pla\u010dilo",
|
||||
"net_worth": "Neto vrednost",
|
||||
"pref_last365": "Last year",
|
||||
"pref_last90": "Last 90 days",
|
||||
"pref_last30": "Last 30 days",
|
||||
"pref_last7": "Last 7 days",
|
||||
"pref_YTD": "Year to date",
|
||||
"pref_QTD": "Quarter to date",
|
||||
"pref_MTD": "Month to date"
|
||||
}
|
||||
}
|
30
frontend/src/i18n/sv_SE/index.js
vendored
30
frontend/src/i18n/sv_SE/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Transaktionen har en extern URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaktionen saknar extern URL",
|
||||
"rule_trigger_id_choice": "Transaktions-ID \u00e4r..",
|
||||
"rule_action_delete_transaction_choice": "TA BORT transaktion (!)",
|
||||
"rule_action_set_category_choice": "Ange kategori till..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Rensa alla kategorier",
|
||||
"rule_action_set_budget_choice": "S\u00e4tt budget till..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Rensa alla budgetar",
|
||||
"rule_action_add_tag_choice": "L\u00e4gg till etikett..",
|
||||
"rule_action_remove_tag_choice": "Ta bort etikett..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "Ta bort alla etiketter",
|
||||
"rule_action_set_description_choice": "S\u00e4tt beskrivning till..",
|
||||
"rule_action_update_piggy_choice": "L\u00e4gg till\/ta bort transaktionsbelopp i spargrisen..",
|
||||
"rule_action_append_description_choice": "L\u00e4gg till beskrivning med..",
|
||||
"rule_action_prepend_description_choice": "F\u00f6rbered beskrivning med..",
|
||||
"rule_action_set_source_account_choice": "S\u00e4tt k\u00e4llkonto till..",
|
||||
"rule_action_set_destination_account_choice": "S\u00e4tt destinationskonto till..",
|
||||
"rule_action_append_notes_choice": "L\u00e4gg till anteckningar med..",
|
||||
"rule_action_prepend_notes_choice": "F\u00f6rbered anteckningar med..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Ta bort alla anteckningar",
|
||||
"rule_action_set_notes_choice": "St\u00e4ll in anteckningar p\u00e5..",
|
||||
"rule_action_link_to_bill_choice": "L\u00e4nka till en nota..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Konvertera transaktionen till en ins\u00e4ttning",
|
||||
"rule_action_convert_withdrawal_choice": "Konvertera transaktionen till ett uttag",
|
||||
"rule_action_convert_transfer_choice": "G\u00f6r transaktionen till en \u00f6verf\u00f6ring",
|
||||
|
204
frontend/src/i18n/tr_TR/index.js
vendored
Normal file
204
frontend/src/i18n/tr_TR/index.js
vendored
Normal file
@@ -0,0 +1,204 @@
|
||||
export default {
|
||||
"config": {
|
||||
"html_language": "tr",
|
||||
"month_and_day_fns": "MMMM d, y"
|
||||
},
|
||||
"form": {
|
||||
"name": "\u0130sim",
|
||||
"amount_min": "Minimum tutar",
|
||||
"amount_max": "Minimum tutar",
|
||||
"url": "URL",
|
||||
"title": "Ba\u015fl\u0131k",
|
||||
"first_date": "First date",
|
||||
"repetitions": "Repetitions",
|
||||
"description": "Tan\u0131mlama",
|
||||
"iban": "IBAN numaras\u0131",
|
||||
"skip": "Atla",
|
||||
"date": "Tarih"
|
||||
},
|
||||
"list": {
|
||||
"name": "\u0130sim",
|
||||
"account_number": "Account number",
|
||||
"currentBalance": "Cari bakiye",
|
||||
"lastActivity": "Son Etkinlik",
|
||||
"active": "Aktif mi?"
|
||||
},
|
||||
"breadcrumbs": {
|
||||
"placeholder": "[Tutucu]",
|
||||
"budgets": "B\u00fct\u00e7eler",
|
||||
"subscriptions": "Abonelik",
|
||||
"transactions": "\u0130\u015flemler",
|
||||
"title_expenses": "Masraflar",
|
||||
"title_withdrawal": "Masraflar",
|
||||
"title_revenue": "Gelir \/ kazan\u00e7",
|
||||
"title_deposit": "Gelir \/kazan\u00e7",
|
||||
"title_transfer": "Aktarmalar",
|
||||
"title_transfers": "Aktarmalar",
|
||||
"asset_accounts": "Varl\u0131k hesaplar\u0131",
|
||||
"expense_accounts": "Gider hesab\u0131",
|
||||
"revenue_accounts": "Kazan\u00e7 hesab\u0131",
|
||||
"liabilities_accounts": "Sorumluluk"
|
||||
},
|
||||
"firefly": {
|
||||
"actions": "Eylemler",
|
||||
"edit": "D\u00fczenle",
|
||||
"delete": "Sil",
|
||||
"reconcile": "Reconcile",
|
||||
"create_new_asset": "Yeni varl\u0131k hesab\u0131 olu\u015ftur",
|
||||
"confirm_action": "Confirm action",
|
||||
"new_budget": "Yeni b\u00fct\u00e7e",
|
||||
"new_asset_account": "Yeni varl\u0131k hesab\u0131",
|
||||
"newTransfer": "Yeni Transfer",
|
||||
"newDeposit": "Yeni mevduat",
|
||||
"newWithdrawal": "Yeni gider",
|
||||
"bills_paid": "\u00d6denen Faturalar",
|
||||
"left_to_spend": "Harcama i\u00e7in b\u0131rak\u0131ld\u0131",
|
||||
"no_budget": "(b\u00fct\u00e7e yok)",
|
||||
"budgeted": "B\u00fct\u00e7elenen",
|
||||
"spent": "Harcanan",
|
||||
"no_bill": "(hay\u0131r bill)",
|
||||
"rule_trigger_source_account_starts_choice": "Kaynak hesap ad\u0131 ile ba\u015flar..",
|
||||
"rule_trigger_source_account_ends_choice": "Source account name ends with..",
|
||||
"rule_trigger_source_account_is_choice": "Kaynak hesap ad\u0131d\u0131r..",
|
||||
"rule_trigger_source_account_contains_choice": "Kaynak hesap ad\u0131 i\u00e7erir..",
|
||||
"rule_trigger_account_id_choice": "Either account ID is exactly..",
|
||||
"rule_trigger_source_account_id_choice": "Kaynak hesap kimli\u011fi tam olarak..",
|
||||
"rule_trigger_destination_account_id_choice": "Hedef hesap kimli\u011fi tam olarak..",
|
||||
"rule_trigger_account_is_cash_choice": "Either account is cash",
|
||||
"rule_trigger_source_is_cash_choice": "Kaynak hesap (nakit) hesapt\u0131r",
|
||||
"rule_trigger_destination_is_cash_choice": "Hedef hesap (nakit) hesapt\u0131r",
|
||||
"rule_trigger_source_account_nr_starts_choice": "Kaynak hesap numaras\u0131 \/ IBAN ile ba\u015flar..",
|
||||
"rule_trigger_source_account_nr_ends_choice": "Kaynak hesap numaras\u0131 \/ IBAN ile biter..",
|
||||
"rule_trigger_source_account_nr_is_choice": "Kaynak hesap numaras\u0131 \/ IBAN..",
|
||||
"rule_trigger_source_account_nr_contains_choice": "Kaynak hesap numaras\u0131 \/ IBAN i\u00e7erir..",
|
||||
"rule_trigger_destination_account_starts_choice": "Hedef hesap ad\u0131 ile ba\u015flar..",
|
||||
"rule_trigger_destination_account_ends_choice": "Hedef hesap ad\u0131 ile biter..",
|
||||
"rule_trigger_destination_account_is_choice": "Hedef hesap ad\u0131d\u0131r..",
|
||||
"rule_trigger_destination_account_contains_choice": "Hedef hesap ad\u0131 i\u00e7erir..",
|
||||
"rule_trigger_destination_account_nr_starts_choice": "Hedef hesap numaras\u0131 \/ IBAN ile ba\u015flar..",
|
||||
"rule_trigger_destination_account_nr_ends_choice": "Hedef hesap numaras\u0131 \/ IBAN ile biter..",
|
||||
"rule_trigger_destination_account_nr_is_choice": "Hedef hesap numaras\u0131 \/ IBAN'd\u0131r..",
|
||||
"rule_trigger_destination_account_nr_contains_choice": "Hedef hesap numaras\u0131 \/ IBAN i\u00e7erir..",
|
||||
"rule_trigger_transaction_type_choice": "\u0130\u015flem t\u00fcr\u00fc..",
|
||||
"rule_trigger_category_is_choice": "Kategori..",
|
||||
"rule_trigger_amount_less_choice": "Miktar \u015fundan az..",
|
||||
"rule_trigger_amount_is_choice": "Amount is..",
|
||||
"rule_trigger_amount_more_choice": "Miktar fazla..",
|
||||
"rule_trigger_description_starts_choice": "A\u00e7\u0131klama ba\u015fl\u0131yor..",
|
||||
"rule_trigger_description_ends_choice": "A\u00e7\u0131klama bitiyor..",
|
||||
"rule_trigger_description_contains_choice": "A\u00e7\u0131klama i\u00e7erir..",
|
||||
"rule_trigger_description_is_choice": "A\u00e7\u0131klama..",
|
||||
"rule_trigger_date_on_choice": "Transaction date is..",
|
||||
"rule_trigger_date_before_choice": "\u0130\u015flem tarihi \u00f6ncedir..",
|
||||
"rule_trigger_date_after_choice": "\u0130\u015flem tarihi sonrad\u0131r..",
|
||||
"rule_trigger_created_at_on_choice": "Transaction was made on..",
|
||||
"rule_trigger_updated_at_on_choice": "Transaction was last edited on..",
|
||||
"rule_trigger_budget_is_choice": "B\u00fct\u00e7e..",
|
||||
"rule_trigger_tag_is_choice": "Any tag is..",
|
||||
"rule_trigger_currency_is_choice": "\u0130\u015flem d\u00f6vizi..",
|
||||
"rule_trigger_foreign_currency_is_choice": "\u0130\u015flem d\u00f6vizdir..",
|
||||
"rule_trigger_has_attachments_choice": "En son bir \u00e7ok eklentileri var",
|
||||
"rule_trigger_has_no_category_choice": "Kategorisi yok",
|
||||
"rule_trigger_has_any_category_choice": "Bir kategorisi var",
|
||||
"rule_trigger_has_no_budget_choice": "B\u00fct\u00e7e yok",
|
||||
"rule_trigger_has_any_budget_choice": "Bir b\u00fct\u00e7esi var",
|
||||
"rule_trigger_has_no_bill_choice": "Faturas\u0131 yok",
|
||||
"rule_trigger_has_any_bill_choice": "(Herhangi) bir faturas\u0131 var m\u0131",
|
||||
"rule_trigger_has_no_tag_choice": "Etiket yok",
|
||||
"rule_trigger_has_any_tag_choice": "Bir veya bir\u00e7ok etiketleri var",
|
||||
"rule_trigger_any_notes_choice": "Notlar\u0131 var",
|
||||
"rule_trigger_no_notes_choice": "Notu yok",
|
||||
"rule_trigger_notes_is_choice": "Notes are..",
|
||||
"rule_trigger_notes_contains_choice": "Notes contain..",
|
||||
"rule_trigger_notes_starts_choice": "Notes start with..",
|
||||
"rule_trigger_notes_ends_choice": "Notes end with..",
|
||||
"rule_trigger_bill_is_choice": "Bill \u00f6yle..",
|
||||
"rule_trigger_external_id_is_choice": "External ID is..",
|
||||
"rule_trigger_internal_reference_is_choice": "Internal reference is..",
|
||||
"rule_trigger_journal_id_choice": "\u0130\u015flem g\u00fcnl\u00fc\u011f\u00fc kimli\u011fidir..",
|
||||
"rule_trigger_any_external_url_choice": "\u0130\u015flemin harici bir URL'si var",
|
||||
"rule_trigger_no_external_url_choice": "\u0130\u015flemin harici URL'si yok",
|
||||
"rule_trigger_id_choice": "\u0130\u015flem kimli\u011fidir..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "T\u00fcm kategoriyi temizle",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Herhangi bir b\u00fct\u00e7eyi temizle",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "T\u00fcm etiketleri kald\u0131r",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Herhangi bir notu kald\u0131r",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "\u0130\u015flemi mevduata d\u00f6n\u00fc\u015ft\u00fcr",
|
||||
"rule_action_convert_withdrawal_choice": "\u0130\u015flemi para \u00e7ekmeye d\u00f6n\u00fc\u015ft\u00fcr",
|
||||
"rule_action_convert_transfer_choice": "\u0130\u015flemi transfere d\u00f6n\u00fc\u015ft\u00fcr",
|
||||
"placeholder": "[Placeholder]",
|
||||
"recurrences": "Tekrar Eden \u0130\u015flemler",
|
||||
"title_expenses": "Giderler",
|
||||
"title_withdrawal": "Giderler",
|
||||
"title_revenue": "Gelir \/ Gelir",
|
||||
"pref_1D": "Bir g\u00fcn",
|
||||
"pref_1W": "Bir hafta",
|
||||
"pref_1M": "Bir ay",
|
||||
"pref_3M": "\u00dc\u00e7 ay (\u00e7eyrek)",
|
||||
"pref_6M": "Alt\u0131 ay",
|
||||
"pref_1Y": "Bir y\u0131l",
|
||||
"repeat_freq_yearly": "y\u0131ll\u0131k",
|
||||
"repeat_freq_half-year": "her yar\u0131 y\u0131l",
|
||||
"repeat_freq_quarterly": "\u00fc\u00e7 ayl\u0131k",
|
||||
"repeat_freq_monthly": "ayl\u0131k",
|
||||
"repeat_freq_weekly": "haftal\u0131k",
|
||||
"single_split": "B\u00f6l",
|
||||
"asset_accounts": "Varl\u0131k hesaplar\u0131",
|
||||
"expense_accounts": "Gider hesaplar\u0131",
|
||||
"liabilities_accounts": "Liabilities",
|
||||
"undefined_accounts": "Accounts",
|
||||
"name": "\u0130sim",
|
||||
"revenue_accounts": "Gelir hesaplar\u0131",
|
||||
"description": "A\u00e7\u0131klama",
|
||||
"category": "Kategori",
|
||||
"title_deposit": "Gelir \/ Gelir",
|
||||
"title_transfer": "Transferler",
|
||||
"title_transfers": "Transferler",
|
||||
"piggyBanks": "Kumbara",
|
||||
"rules": "Kurallar",
|
||||
"accounts": "Hesaplar",
|
||||
"categories": "Kategoriler",
|
||||
"tags": "Etiketler",
|
||||
"object_groups_page_title": "Groups",
|
||||
"reports": "Raporlar",
|
||||
"webhooks": "Web kancalar\u0131",
|
||||
"currencies": "Kurlar",
|
||||
"administration": "Y\u00f6netim",
|
||||
"profile": "Profil",
|
||||
"source_account": "Kaynak hesap",
|
||||
"destination_account": "Hedef hesap",
|
||||
"amount": "Miktar",
|
||||
"date": "Tarih",
|
||||
"time": "Time",
|
||||
"preferences": "Tercihler",
|
||||
"transactions": "\u0130\u015flemler",
|
||||
"balance": "Denge",
|
||||
"budgets": "B\u00fct\u00e7eler",
|
||||
"subscriptions": "Abonelik",
|
||||
"welcome_back": "Neler oluyor?",
|
||||
"bills_to_pay": "\u00d6denecek fatura",
|
||||
"net_worth": "Net de\u011fer",
|
||||
"pref_last365": "Ge\u00e7en y\u0131l",
|
||||
"pref_last90": "Son 90 g\u00fcn",
|
||||
"pref_last30": "Son 30 g\u00fcn",
|
||||
"pref_last7": "Son 7 g\u00fcn",
|
||||
"pref_YTD": "Y\u0131ldan bug\u00fcne",
|
||||
"pref_QTD": "Bug\u00fcne kadar tarih",
|
||||
"pref_MTD": "Bug\u00fcne kadar ay"
|
||||
}
|
||||
}
|
204
frontend/src/i18n/uk_UA/index.js
vendored
Normal file
204
frontend/src/i18n/uk_UA/index.js
vendored
Normal file
@@ -0,0 +1,204 @@
|
||||
export default {
|
||||
"config": {
|
||||
"html_language": "uk",
|
||||
"month_and_day_fns": "d MMMM y"
|
||||
},
|
||||
"form": {
|
||||
"name": "\u041d\u0430\u0437\u0432\u0430",
|
||||
"amount_min": "\u041c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u0430 \u0441\u0443\u043c\u0430",
|
||||
"amount_max": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u0441\u0443\u043c\u0430",
|
||||
"url": "URL",
|
||||
"title": "\u041d\u0430\u0437\u0432\u0430",
|
||||
"first_date": "\u041f\u0435\u0440\u0448\u0430 \u0434\u0430\u0442\u0430",
|
||||
"repetitions": "\u041f\u043e\u0432\u0442\u043e\u0440\u0435\u043d\u043d\u044f",
|
||||
"description": "\u041e\u043f\u0438\u0441",
|
||||
"iban": "IBAN",
|
||||
"skip": "\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438",
|
||||
"date": "\u0414\u0430\u0442\u0430"
|
||||
},
|
||||
"list": {
|
||||
"name": "\u041d\u0430\u0437\u0432\u0430",
|
||||
"account_number": "Account number",
|
||||
"currentBalance": "\u041f\u043e\u0442\u043e\u0447\u043d\u0438\u0439 \u0431\u0430\u043b\u0430\u043d\u0441",
|
||||
"lastActivity": "\u041e\u0441\u0442\u0430\u043d\u043d\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0456\u044f",
|
||||
"active": "\u0427\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u0438\u0439?"
|
||||
},
|
||||
"breadcrumbs": {
|
||||
"placeholder": "[Placeholder]",
|
||||
"budgets": "Budgets",
|
||||
"subscriptions": "Subscriptions",
|
||||
"transactions": "Transactions",
|
||||
"title_expenses": "Expenses",
|
||||
"title_withdrawal": "Expenses",
|
||||
"title_revenue": "Revenue \/ income",
|
||||
"title_deposit": "Revenue \/ income",
|
||||
"title_transfer": "Transfers",
|
||||
"title_transfers": "Transfers",
|
||||
"asset_accounts": "Asset accounts",
|
||||
"expense_accounts": "Expense accounts",
|
||||
"revenue_accounts": "Revenue accounts",
|
||||
"liabilities_accounts": "Liabilities"
|
||||
},
|
||||
"firefly": {
|
||||
"actions": "\u0414\u0456\u0457",
|
||||
"edit": "\u0417\u043c\u0456\u043d\u0438\u0442\u0438",
|
||||
"delete": "\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438",
|
||||
"reconcile": "Reconcile",
|
||||
"create_new_asset": "Create new asset account",
|
||||
"confirm_action": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u0434\u0456\u0457",
|
||||
"new_budget": "\u041d\u043e\u0432\u0438\u0439 \u0431\u044e\u0434\u0436\u0435\u0442",
|
||||
"new_asset_account": "\u041d\u043e\u0432\u0438\u0439 \u0430\u043a\u0442\u0438\u0432",
|
||||
"newTransfer": "\u041d\u043e\u0432\u0438\u0439 \u043f\u0435\u0440\u0435\u043a\u0430\u0437",
|
||||
"newDeposit": "\u041d\u043e\u0432\u0456 \u043d\u0430\u0434\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f",
|
||||
"newWithdrawal": "\u041d\u043e\u0432\u0456 \u0432\u0438\u0442\u0440\u0430\u0442\u0438",
|
||||
"bills_paid": "\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u0456 \u0440\u0430\u0445\u0443\u043d\u043a\u0438",
|
||||
"left_to_spend": "Left to spend",
|
||||
"no_budget": "(\u043f\u043e\u0437\u0430 \u0431\u044e\u0434\u0436\u0435\u0442\u043e\u043c)",
|
||||
"budgeted": "Budgeted",
|
||||
"spent": "Spent",
|
||||
"no_bill": "(no bill)",
|
||||
"rule_trigger_source_account_starts_choice": "\u0406\u043c'\u044f \u0432\u0438\u0445\u0456\u0434\u043d\u043e\u0433\u043e \u0440\u0430\u0445\u0443\u043d\u043a\u0443 \u043f\u043e\u0447\u0438\u043d\u0430\u0454\u0442\u044c\u0441\u044f \u0437 \": value\"..",
|
||||
"rule_trigger_source_account_ends_choice": "Source account name ends with..",
|
||||
"rule_trigger_source_account_is_choice": "\u0406\u043c'\u044f \u0432\u0438\u0445\u0456\u0434\u043d\u043e\u0433\u043e \u0440\u0430\u0445\u0443\u043d\u043a\u0443 \u043c\u0456\u0441\u0442\u0438\u0442\u044c..",
|
||||
"rule_trigger_source_account_contains_choice": "Source account name contains..",
|
||||
"rule_trigger_account_id_choice": "Either account ID is exactly..",
|
||||
"rule_trigger_source_account_id_choice": "Source account ID is exactly..",
|
||||
"rule_trigger_destination_account_id_choice": "Destination account ID is exactly..",
|
||||
"rule_trigger_account_is_cash_choice": "Either account is cash",
|
||||
"rule_trigger_source_is_cash_choice": "Source account is (cash) account",
|
||||
"rule_trigger_destination_is_cash_choice": "Destination account is (cash) account",
|
||||
"rule_trigger_source_account_nr_starts_choice": "Source account number \/ IBAN starts with..",
|
||||
"rule_trigger_source_account_nr_ends_choice": "Source account number \/ IBAN ends with..",
|
||||
"rule_trigger_source_account_nr_is_choice": "Source account number \/ IBAN is..",
|
||||
"rule_trigger_source_account_nr_contains_choice": "Source account number \/ IBAN contains..",
|
||||
"rule_trigger_destination_account_starts_choice": "Destination account name starts with..",
|
||||
"rule_trigger_destination_account_ends_choice": "Destination account name ends with..",
|
||||
"rule_trigger_destination_account_is_choice": "Destination account name is..",
|
||||
"rule_trigger_destination_account_contains_choice": "Destination account name contains..",
|
||||
"rule_trigger_destination_account_nr_starts_choice": "Destination account number \/ IBAN starts with..",
|
||||
"rule_trigger_destination_account_nr_ends_choice": "Destination account number \/ IBAN ends with..",
|
||||
"rule_trigger_destination_account_nr_is_choice": "Destination account number \/ IBAN is..",
|
||||
"rule_trigger_destination_account_nr_contains_choice": "Destination account number \/ IBAN contains..",
|
||||
"rule_trigger_transaction_type_choice": "\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0456\u044f \u043c\u0430\u0454 \u0442\u0438\u043f..",
|
||||
"rule_trigger_category_is_choice": "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0456\u044f \u0454..",
|
||||
"rule_trigger_amount_less_choice": "\u0421\u0443\u043c\u0430 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0456\u0436..",
|
||||
"rule_trigger_amount_is_choice": "Amount is..",
|
||||
"rule_trigger_amount_more_choice": "\u0421\u0443\u043c\u0430 \u0431\u0456\u043b\u044c\u0448\u0435 \u043d\u0456\u0436..",
|
||||
"rule_trigger_description_starts_choice": "\u041e\u043f\u0438\u0441 \u043f\u043e\u0447\u0438\u043d\u0430\u0454\u0442\u044c\u0441\u044f \u0437..",
|
||||
"rule_trigger_description_ends_choice": "\u041e\u043f\u0438\u0441 \u0437\u0430\u043a\u0456\u043d\u0447\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0430..",
|
||||
"rule_trigger_description_contains_choice": "\u041e\u043f\u0438\u0441 \u043c\u0456\u0441\u0442\u0438\u0442\u044c..",
|
||||
"rule_trigger_description_is_choice": "\u041e\u043f\u0438\u0441..",
|
||||
"rule_trigger_date_on_choice": "Transaction date is..",
|
||||
"rule_trigger_date_before_choice": "Transaction date is before..",
|
||||
"rule_trigger_date_after_choice": "Transaction date is after..",
|
||||
"rule_trigger_created_at_on_choice": "Transaction was made on..",
|
||||
"rule_trigger_updated_at_on_choice": "Transaction was last edited on..",
|
||||
"rule_trigger_budget_is_choice": "\u0411\u044e\u0434\u0436\u0435\u0442..",
|
||||
"rule_trigger_tag_is_choice": "Any tag is..",
|
||||
"rule_trigger_currency_is_choice": "\u0412\u0430\u043b\u044e\u0442\u0438 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0456\u0439 \u0454..",
|
||||
"rule_trigger_foreign_currency_is_choice": "\u0412\u0430\u043b\u044e\u0442\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0456\u0457 \u0454..",
|
||||
"rule_trigger_has_attachments_choice": "\u041c\u0430\u0454 \u043f\u0440\u0438\u043d\u0430\u0439\u043c\u043d\u0456 \u0446\u044e \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u044c",
|
||||
"rule_trigger_has_no_category_choice": "\u0411\u0435\u0437 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0456\u0457",
|
||||
"rule_trigger_has_any_category_choice": "\u041c\u0430\u0454 (\u0431\u0443\u0434\u044c-\u044f\u043a\u0443) \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0456\u044e",
|
||||
"rule_trigger_has_no_budget_choice": "\u041d\u0435\u043c\u0430\u0454 \u043f\u043e\u0432'\u044f\u0437\u0430\u043d\u043e\u0433\u043e \u0431\u044e\u0434\u0436\u0435\u0442\u0443",
|
||||
"rule_trigger_has_any_budget_choice": "\u041c\u0430\u0454 (\u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439) \u0431\u044e\u0434\u0436\u0435\u0442",
|
||||
"rule_trigger_has_no_bill_choice": "Has no bill",
|
||||
"rule_trigger_has_any_bill_choice": "Has a (any) bill",
|
||||
"rule_trigger_has_no_tag_choice": "\u041d\u0435\u043c\u0430\u0454 \u0442\u0435\u0433\u0456\u0432",
|
||||
"rule_trigger_has_any_tag_choice": "\u0404 \u043e\u0434\u0438\u043d \u0430\u0431\u043e \u043a\u0456\u043b\u044c\u043a\u0430 \u0442\u0435\u0433\u0456\u0432 (\u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0445)",
|
||||
"rule_trigger_any_notes_choice": "\u041c\u0430\u0454 (\u0431\u0443\u0434\u044c-\u044f\u043a\u0456) \u043d\u043e\u0442\u0430\u0442\u043a\u0438",
|
||||
"rule_trigger_no_notes_choice": "\u041d\u043e\u0442\u0430\u0442\u043a\u0438 \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u0456",
|
||||
"rule_trigger_notes_is_choice": "Notes are..",
|
||||
"rule_trigger_notes_contains_choice": "Notes contain..",
|
||||
"rule_trigger_notes_starts_choice": "Notes start with..",
|
||||
"rule_trigger_notes_ends_choice": "Notes end with..",
|
||||
"rule_trigger_bill_is_choice": "Bill is..",
|
||||
"rule_trigger_external_id_is_choice": "External ID is..",
|
||||
"rule_trigger_internal_reference_is_choice": "Internal reference is..",
|
||||
"rule_trigger_journal_id_choice": "Transaction journal ID is..",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "Clear any category",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "Clear any budget",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0443\u0441\u0456 \u0442\u0435\u0433\u0438",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "Remove any notes",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Convert the transaction to a deposit",
|
||||
"rule_action_convert_withdrawal_choice": "Convert the transaction to a withdrawal",
|
||||
"rule_action_convert_transfer_choice": "Convert the transaction to a transfer",
|
||||
"placeholder": "[Placeholder]",
|
||||
"recurrences": "Recurring transactions",
|
||||
"title_expenses": "\u0412\u0438\u0442\u0440\u0430\u0442\u0438",
|
||||
"title_withdrawal": "\u0412\u0438\u0442\u0440\u0430\u0442\u0438",
|
||||
"title_revenue": "\u0414\u043e\u0445\u0456\u0434 \/ \u043f\u0440\u0438\u0445\u0456\u0434",
|
||||
"pref_1D": "\u041e\u0434\u0438\u043d \u0434\u0435\u043d\u044c",
|
||||
"pref_1W": "\u041e\u0434\u0438\u043d \u0442\u0438\u0436\u0434\u0435\u043d\u044c",
|
||||
"pref_1M": "\u041e\u0434\u0438\u043d \u043c\u0456\u0441\u044f\u0446\u044c",
|
||||
"pref_3M": "\u0422\u0440\u0438 \u043c\u0456\u0441\u044f\u0446\u0456 (\u043a\u0432\u0430\u0440\u0442\u0430\u043b)",
|
||||
"pref_6M": "\u0428\u0456\u0441\u0442\u044c \u043c\u0456\u0441\u044f\u0446\u0456\u0432",
|
||||
"pref_1Y": "\u041e\u0434\u0438\u043d \u0440\u0456\u043a",
|
||||
"repeat_freq_yearly": "\u0437\u0430 \u0440\u043e\u043a\u0430\u043c\u0438",
|
||||
"repeat_freq_half-year": "\u043a\u043e\u0436\u043d\u0438\u0445 \u043f\u0456\u0432\u0440\u043e\u043a\u0443",
|
||||
"repeat_freq_quarterly": "\u0437\u0430 \u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430\u043c\u0438",
|
||||
"repeat_freq_monthly": "\u0449\u043e\u043c\u0456\u0441\u044f\u0446\u044f",
|
||||
"repeat_freq_weekly": "\u0449\u043e\u0442\u0438\u0436\u043d\u044f",
|
||||
"single_split": "\u0420\u043e\u0437\u0434\u0456\u043b\u0438\u0442\u0438",
|
||||
"asset_accounts": "Asset accounts",
|
||||
"expense_accounts": "\u0420\u0430\u0445\u0443\u043d\u043a\u0438 \u0432\u0438\u0442\u0440\u0430\u0442",
|
||||
"liabilities_accounts": "\u041f\u0430\u0441\u0438\u0432\u0438",
|
||||
"undefined_accounts": "Accounts",
|
||||
"name": "Name",
|
||||
"revenue_accounts": "\u0414\u0436\u0435\u0440\u0435\u043b\u0430 \u0434\u043e\u0445\u043e\u0434\u0456\u0432",
|
||||
"description": "Description",
|
||||
"category": "Category",
|
||||
"title_deposit": "\u0414\u043e\u0445\u0456\u0434 \/ \u043f\u0440\u0438\u0445\u0456\u0434",
|
||||
"title_transfer": "\u041f\u0435\u0440\u0435\u043a\u0430\u0437",
|
||||
"title_transfers": "\u041f\u0435\u0440\u0435\u043a\u0430\u0437\u0438",
|
||||
"piggyBanks": "Piggy banks",
|
||||
"rules": "\u041f\u0440\u0430\u0432\u0438\u043b\u0430",
|
||||
"accounts": "\u0420\u0430\u0445\u0443\u043d\u043a\u0438",
|
||||
"categories": "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0456\u0457",
|
||||
"tags": "\u0422\u0435\u0433\u0438",
|
||||
"object_groups_page_title": "Groups",
|
||||
"reports": "\u0417\u0432\u0456\u0442\u0438",
|
||||
"webhooks": "\u0412\u0435\u0431-\u0433\u0430\u043a\u0438",
|
||||
"currencies": "\u0412\u0430\u043b\u044e\u0442\u0438",
|
||||
"administration": "Administration",
|
||||
"profile": "\u041f\u0440\u043e\u0444\u0456\u043b\u044c",
|
||||
"source_account": "\u0412\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u0440\u0430\u0445\u0443\u043d\u043e\u043a",
|
||||
"destination_account": "\u0420\u0430\u0445\u0443\u043d\u043e\u043a-\u043e\u0434\u0435\u0440\u0436\u0443\u0432\u0430\u0447",
|
||||
"amount": "Amount",
|
||||
"date": "Date",
|
||||
"time": "Time",
|
||||
"preferences": "Preferences",
|
||||
"transactions": "Transactions",
|
||||
"balance": "Balance",
|
||||
"budgets": "\u0411\u044e\u0434\u0436\u0435\u0442\u0438",
|
||||
"subscriptions": "Subscriptions",
|
||||
"welcome_back": "\u0429\u043e \u0432 \u0433\u0430\u043c\u0430\u043d\u0446\u0456?",
|
||||
"bills_to_pay": "\u0420\u0430\u0445\u0443\u043d\u043a\u0438 \u0434\u043e \u0441\u043f\u043b\u0430\u0442\u0438",
|
||||
"net_worth": "\u041a\u0430\u043f\u0456\u0442\u0430\u043b",
|
||||
"pref_last365": "Last year",
|
||||
"pref_last90": "Last 90 days",
|
||||
"pref_last30": "Last 30 days",
|
||||
"pref_last7": "Last 7 days",
|
||||
"pref_YTD": "Year to date",
|
||||
"pref_QTD": "Quarter to date",
|
||||
"pref_MTD": "Month to date"
|
||||
}
|
||||
}
|
30
frontend/src/i18n/vi_VN/index.js
vendored
30
frontend/src/i18n/vi_VN/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "X\u00d3A giao d\u1ecbch (!)",
|
||||
"rule_action_set_category_choice": "\u0110\u1eb7t th\u1ec3 lo\u1ea1i th\u00e0nh..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "X\u00f3a m\u1ecdi danh m\u1ee5c",
|
||||
"rule_action_set_budget_choice": "\u0110\u1eb7t ng\u00e2n s\u00e1ch th\u00e0nh..",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "X\u00f3a m\u1ecdi ng\u00e2n s\u00e1ch",
|
||||
"rule_action_add_tag_choice": "Th\u00eam nh\u00e3n..",
|
||||
"rule_action_remove_tag_choice": "X\u00f3a nh\u00e3n..",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "X\u00f3a t\u1ea5t c\u1ea3 c\u00e1c nh\u00e3n",
|
||||
"rule_action_set_description_choice": "\u0110\u1eb7t m\u00f4 t\u1ea3 th\u00e0nh..",
|
||||
"rule_action_update_piggy_choice": "Th\u00eam \/ x\u00f3a s\u1ed1 ti\u1ec1n giao d\u1ecbch trong heo \u0111\u1ea5t..",
|
||||
"rule_action_append_description_choice": "N\u1ed1i m\u00f4 t\u1ea3 v\u1edbi..",
|
||||
"rule_action_prepend_description_choice": "Chu\u1ea9n b\u1ecb m\u00f4 t\u1ea3 v\u1edbi..",
|
||||
"rule_action_set_source_account_choice": "\u0110\u1eb7t t\u00e0i kho\u1ea3n ngu\u1ed3n th\u00e0nh..",
|
||||
"rule_action_set_destination_account_choice": "\u0110\u1eb7t t\u00e0i kho\u1ea3n \u0111\u00edch th\u00e0nh..",
|
||||
"rule_action_append_notes_choice": "N\u1ed1i ghi ch\u00fa v\u1edbi..",
|
||||
"rule_action_prepend_notes_choice": "Chu\u1ea9n b\u1ecb ghi ch\u00fa v\u1edbi..",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "X\u00f3a m\u1ecdi ghi ch\u00fa",
|
||||
"rule_action_set_notes_choice": "\u0110\u1eb7t ghi ch\u00fa cho..",
|
||||
"rule_action_link_to_bill_choice": "Li\u00ean k\u1ebft \u0111\u1ebfn m\u1ed9t h\u00f3a \u0111\u01a1n..",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "Chuy\u1ec3n \u0111\u1ed5i giao d\u1ecbch th\u00e0nh ti\u1ec1n g\u1eedi",
|
||||
"rule_action_convert_withdrawal_choice": "Chuy\u1ec3n \u0111\u1ed5i giao d\u1ecbch sang r\u00fat ti\u1ec1n",
|
||||
"rule_action_convert_transfer_choice": "Chuy\u1ec3n \u0111\u1ed5i giao d\u1ecbch sang chuy\u1ec3n kho\u1ea3n",
|
||||
|
30
frontend/src/i18n/zh_CN/index.js
vendored
30
frontend/src/i18n/zh_CN/index.js
vendored
@@ -119,25 +119,25 @@ export default {
|
||||
"rule_trigger_any_external_url_choice": "\u4ea4\u6613\u6709\u4e00\u4e2a\u5916\u90e8URL",
|
||||
"rule_trigger_no_external_url_choice": "\u4ea4\u6613\u6ca1\u6709\u5916\u90e8\u94fe\u63a5",
|
||||
"rule_trigger_id_choice": "\u4ea4\u6613ID\u4e3a...",
|
||||
"rule_action_delete_transaction_choice": "\u5220\u9664\u4ea4\u6613 (!)",
|
||||
"rule_action_set_category_choice": "\u5c06\u5206\u7c7b\u8bbe\u4e3a\u2026",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "\u6e05\u7a7a\u4efb\u4f55\u5206\u7c7b",
|
||||
"rule_action_set_budget_choice": "\u6dfb\u52a0\u5230\u9884\u7b97\u2026",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "\u6e05\u7a7a\u4efb\u4f55\u9884\u7b97",
|
||||
"rule_action_add_tag_choice": "\u65b0\u589e\u6807\u7b7e\u2026",
|
||||
"rule_action_remove_tag_choice": "\u79fb\u9664\u6807\u7b7e\u2026",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "\u79fb\u9664\u6240\u6709\u6807\u7b7e",
|
||||
"rule_action_set_description_choice": "\u628a\u63cf\u8ff0\u8bbe\u7f6e\u4e3a\u2026",
|
||||
"rule_action_update_piggy_choice": "\u6dfb\u52a0\/\u5220\u9664\u5b58\u94b1\u7f50\u4e2d\u7684\u4ea4\u6613\u91d1\u989d...",
|
||||
"rule_action_append_description_choice": "\u63cf\u8ff0\u540e\u6dfb\u52a0\u2026",
|
||||
"rule_action_prepend_description_choice": "\u63cf\u8ff0\u524d\u6dfb\u52a0\u2026",
|
||||
"rule_action_set_source_account_choice": "\u5c06\u6765\u6e90\u8d26\u6237\u8bbe\u4e3a...",
|
||||
"rule_action_set_destination_account_choice": "\u5c06\u76ee\u6807\u8d26\u6237\u8bbe\u4e3a\u2026",
|
||||
"rule_action_append_notes_choice": "\u5907\u6ce8\u540e\u6dfb\u52a0...",
|
||||
"rule_action_prepend_notes_choice": "\u5907\u6ce8\u524d\u6dfb\u52a0...",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "\u79fb\u9664\u6240\u6709\u5907\u6ce8",
|
||||
"rule_action_set_notes_choice": "\u8bbe\u5b9a\u5907\u6ce8\u81f3\u2026",
|
||||
"rule_action_link_to_bill_choice": "\u5173\u8054\u81f3\u8d26\u5355\u2026",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "\u8f6c\u6362\u4ea4\u6613\u4e3a\u6536\u5165",
|
||||
"rule_action_convert_withdrawal_choice": "\u8f6c\u6362\u4ea4\u6613\u4e3a\u652f\u51fa",
|
||||
"rule_action_convert_transfer_choice": "\u8f6c\u6362\u4ea4\u6613\u4e3a\u8f6c\u8d26",
|
||||
|
22
frontend/src/i18n/zh_TW/index.js
vendored
22
frontend/src/i18n/zh_TW/index.js
vendored
@@ -120,24 +120,24 @@ export default {
|
||||
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
|
||||
"rule_trigger_id_choice": "Transaction ID is..",
|
||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
||||
"rule_action_set_category_choice": "\u5c07\u5206\u985e\u8a2d\u70ba\u2026",
|
||||
"rule_action_set_category_choice": "Set category to ..",
|
||||
"rule_action_clear_category_choice": "\u6e05\u7a7a\u4efb\u4f55\u5206\u985e",
|
||||
"rule_action_set_budget_choice": "\u8a2d\u5b9a\u9810\u7b97\u70ba\u2026",
|
||||
"rule_action_set_budget_choice": "Set budget to ..",
|
||||
"rule_action_clear_budget_choice": "\u6e05\u7a7a\u4efb\u4f55\u9810\u7b97",
|
||||
"rule_action_add_tag_choice": "\u65b0\u589e\u6a19\u7c64\u2026",
|
||||
"rule_action_remove_tag_choice": "\u79fb\u9664\u6a19\u7c64\u2026",
|
||||
"rule_action_add_tag_choice": "Add tag ..",
|
||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
||||
"rule_action_remove_all_tags_choice": "\u79fb\u9664\u6240\u6709\u6a19\u7c64",
|
||||
"rule_action_set_description_choice": "\u628a\u63cf\u8ff0\u8a2d\u7f6e\u70ba\u2026",
|
||||
"rule_action_set_description_choice": "Set description to ..",
|
||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||
"rule_action_append_description_choice": "\u63cf\u8ff0\u5f8c\u52a0\u4e0a\u2026",
|
||||
"rule_action_prepend_description_choice": "\u63cf\u8ff0\u524d\u52a0\u4e0a\u2026",
|
||||
"rule_action_append_description_choice": "Append description with ..",
|
||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||
"rule_action_set_source_account_choice": "Set source account to ..",
|
||||
"rule_action_set_destination_account_choice": "Set destination account to ..",
|
||||
"rule_action_append_notes_choice": "\u8a3b\u91cb\u5f8c\u52a0\u5165\u2026",
|
||||
"rule_action_prepend_notes_choice": "\u8a3b\u91cb\u524d\u52a0\u5165\u2026",
|
||||
"rule_action_append_notes_choice": "Append notes with ..",
|
||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||
"rule_action_clear_notes_choice": "\u79fb\u9664\u4efb\u4f55\u8a3b\u91cb",
|
||||
"rule_action_set_notes_choice": "\u8a2d\u5b9a\u8a3b\u91cb\u81f3\u2026",
|
||||
"rule_action_link_to_bill_choice": "\u9023\u622a\u81f3\u4e00\u7b46\u5e33\u55ae\u2026",
|
||||
"rule_action_set_notes_choice": "Set notes to ..",
|
||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
||||
"rule_action_convert_deposit_choice": "\u8f49\u63db\u4ea4\u6613\u70ba\u5b58\u6b3e",
|
||||
"rule_action_convert_withdrawal_choice": "\u8f49\u63db\u4ea4\u6613\u81f3\u63d0\u6b3e",
|
||||
"rule_action_convert_transfer_choice": "\u8f49\u63db\u4ea4\u6613\u81f3\u8f49\u5e33",
|
||||
|
87
public/v1/js/lib/moment/bg_BG.js
vendored
Normal file
87
public/v1/js/lib/moment/bg_BG.js
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
//! moment.js locale configuration
|
||||
//! locale : Bulgarian [bg]
|
||||
//! author : Krasen Borisov : https://github.com/kraz
|
||||
|
||||
import moment from '../moment';
|
||||
|
||||
export default moment.defineLocale('bg', {
|
||||
months: 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split(
|
||||
'_'
|
||||
),
|
||||
monthsShort: 'яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),
|
||||
weekdays: 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split(
|
||||
'_'
|
||||
),
|
||||
weekdaysShort: 'нед_пон_вто_сря_чет_пет_съб'.split('_'),
|
||||
weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
|
||||
longDateFormat: {
|
||||
LT: 'H:mm',
|
||||
LTS: 'H:mm:ss',
|
||||
L: 'D.MM.YYYY',
|
||||
LL: 'D MMMM YYYY',
|
||||
LLL: 'D MMMM YYYY H:mm',
|
||||
LLLL: 'dddd, D MMMM YYYY H:mm',
|
||||
},
|
||||
calendar: {
|
||||
sameDay: '[Днес в] LT',
|
||||
nextDay: '[Утре в] LT',
|
||||
nextWeek: 'dddd [в] LT',
|
||||
lastDay: '[Вчера в] LT',
|
||||
lastWeek: function () {
|
||||
switch (this.day()) {
|
||||
case 0:
|
||||
case 3:
|
||||
case 6:
|
||||
return '[Миналата] dddd [в] LT';
|
||||
case 1:
|
||||
case 2:
|
||||
case 4:
|
||||
case 5:
|
||||
return '[Миналия] dddd [в] LT';
|
||||
}
|
||||
},
|
||||
sameElse: 'L',
|
||||
},
|
||||
relativeTime: {
|
||||
future: 'след %s',
|
||||
past: 'преди %s',
|
||||
s: 'няколко секунди',
|
||||
ss: '%d секунди',
|
||||
m: 'минута',
|
||||
mm: '%d минути',
|
||||
h: 'час',
|
||||
hh: '%d часа',
|
||||
d: 'ден',
|
||||
dd: '%d дена',
|
||||
w: 'седмица',
|
||||
ww: '%d седмици',
|
||||
M: 'месец',
|
||||
MM: '%d месеца',
|
||||
y: 'година',
|
||||
yy: '%d години',
|
||||
},
|
||||
dayOfMonthOrdinalParse: /\d{1,2}-(ев|ен|ти|ви|ри|ми)/,
|
||||
ordinal: function (number) {
|
||||
var lastDigit = number % 10,
|
||||
last2Digits = number % 100;
|
||||
if (number === 0) {
|
||||
return number + '-ев';
|
||||
} else if (last2Digits === 0) {
|
||||
return number + '-ен';
|
||||
} else if (last2Digits > 10 && last2Digits < 20) {
|
||||
return number + '-ти';
|
||||
} else if (lastDigit === 1) {
|
||||
return number + '-ви';
|
||||
} else if (lastDigit === 2) {
|
||||
return number + '-ри';
|
||||
} else if (lastDigit === 7 || lastDigit === 8) {
|
||||
return number + '-ми';
|
||||
} else {
|
||||
return number + '-ти';
|
||||
}
|
||||
},
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 7, // The week that contains Jan 7th is the first week of the year.
|
||||
},
|
||||
});
|
53
public/v1/js/lib/moment/da_DK.js
vendored
Normal file
53
public/v1/js/lib/moment/da_DK.js
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
//! moment.js locale configuration
|
||||
//! locale : Danish [da]
|
||||
//! author : Ulrik Nielsen : https://github.com/mrbase
|
||||
|
||||
import moment from '../moment';
|
||||
|
||||
export default moment.defineLocale('da', {
|
||||
months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split(
|
||||
'_'
|
||||
),
|
||||
monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),
|
||||
weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),
|
||||
weekdaysShort: 'søn_man_tir_ons_tor_fre_lør'.split('_'),
|
||||
weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),
|
||||
longDateFormat: {
|
||||
LT: 'HH:mm',
|
||||
LTS: 'HH:mm:ss',
|
||||
L: 'DD.MM.YYYY',
|
||||
LL: 'D. MMMM YYYY',
|
||||
LLL: 'D. MMMM YYYY HH:mm',
|
||||
LLLL: 'dddd [d.] D. MMMM YYYY [kl.] HH:mm',
|
||||
},
|
||||
calendar: {
|
||||
sameDay: '[i dag kl.] LT',
|
||||
nextDay: '[i morgen kl.] LT',
|
||||
nextWeek: 'på dddd [kl.] LT',
|
||||
lastDay: '[i går kl.] LT',
|
||||
lastWeek: '[i] dddd[s kl.] LT',
|
||||
sameElse: 'L',
|
||||
},
|
||||
relativeTime: {
|
||||
future: 'om %s',
|
||||
past: '%s siden',
|
||||
s: 'få sekunder',
|
||||
ss: '%d sekunder',
|
||||
m: 'et minut',
|
||||
mm: '%d minutter',
|
||||
h: 'en time',
|
||||
hh: '%d timer',
|
||||
d: 'en dag',
|
||||
dd: '%d dage',
|
||||
M: 'en måned',
|
||||
MM: '%d måneder',
|
||||
y: 'et år',
|
||||
yy: '%d år',
|
||||
},
|
||||
dayOfMonthOrdinalParse: /\d{1,2}\./,
|
||||
ordinal: '%d.',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
});
|
124
public/v1/js/lib/moment/fi_FI.js
vendored
Normal file
124
public/v1/js/lib/moment/fi_FI.js
vendored
Normal file
@@ -0,0 +1,124 @@
|
||||
//! moment.js locale configuration
|
||||
//! locale : Finnish [fi]
|
||||
//! author : Tarmo Aidantausta : https://github.com/bleadof
|
||||
|
||||
import moment from '../moment';
|
||||
|
||||
var numbersPast =
|
||||
'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(
|
||||
' '
|
||||
),
|
||||
numbersFuture = [
|
||||
'nolla',
|
||||
'yhden',
|
||||
'kahden',
|
||||
'kolmen',
|
||||
'neljän',
|
||||
'viiden',
|
||||
'kuuden',
|
||||
numbersPast[7],
|
||||
numbersPast[8],
|
||||
numbersPast[9],
|
||||
];
|
||||
function translate(number, withoutSuffix, key, isFuture) {
|
||||
var result = '';
|
||||
switch (key) {
|
||||
case 's':
|
||||
return isFuture ? 'muutaman sekunnin' : 'muutama sekunti';
|
||||
case 'ss':
|
||||
result = isFuture ? 'sekunnin' : 'sekuntia';
|
||||
break;
|
||||
case 'm':
|
||||
return isFuture ? 'minuutin' : 'minuutti';
|
||||
case 'mm':
|
||||
result = isFuture ? 'minuutin' : 'minuuttia';
|
||||
break;
|
||||
case 'h':
|
||||
return isFuture ? 'tunnin' : 'tunti';
|
||||
case 'hh':
|
||||
result = isFuture ? 'tunnin' : 'tuntia';
|
||||
break;
|
||||
case 'd':
|
||||
return isFuture ? 'päivän' : 'päivä';
|
||||
case 'dd':
|
||||
result = isFuture ? 'päivän' : 'päivää';
|
||||
break;
|
||||
case 'M':
|
||||
return isFuture ? 'kuukauden' : 'kuukausi';
|
||||
case 'MM':
|
||||
result = isFuture ? 'kuukauden' : 'kuukautta';
|
||||
break;
|
||||
case 'y':
|
||||
return isFuture ? 'vuoden' : 'vuosi';
|
||||
case 'yy':
|
||||
result = isFuture ? 'vuoden' : 'vuotta';
|
||||
break;
|
||||
}
|
||||
result = verbalNumber(number, isFuture) + ' ' + result;
|
||||
return result;
|
||||
}
|
||||
function verbalNumber(number, isFuture) {
|
||||
return number < 10
|
||||
? isFuture
|
||||
? numbersFuture[number]
|
||||
: numbersPast[number]
|
||||
: number;
|
||||
}
|
||||
|
||||
export default moment.defineLocale('fi', {
|
||||
months: 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split(
|
||||
'_'
|
||||
),
|
||||
monthsShort:
|
||||
'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split(
|
||||
'_'
|
||||
),
|
||||
weekdays:
|
||||
'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split(
|
||||
'_'
|
||||
),
|
||||
weekdaysShort: 'su_ma_ti_ke_to_pe_la'.split('_'),
|
||||
weekdaysMin: 'su_ma_ti_ke_to_pe_la'.split('_'),
|
||||
longDateFormat: {
|
||||
LT: 'HH.mm',
|
||||
LTS: 'HH.mm.ss',
|
||||
L: 'DD.MM.YYYY',
|
||||
LL: 'Do MMMM[ta] YYYY',
|
||||
LLL: 'Do MMMM[ta] YYYY, [klo] HH.mm',
|
||||
LLLL: 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',
|
||||
l: 'D.M.YYYY',
|
||||
ll: 'Do MMM YYYY',
|
||||
lll: 'Do MMM YYYY, [klo] HH.mm',
|
||||
llll: 'ddd, Do MMM YYYY, [klo] HH.mm',
|
||||
},
|
||||
calendar: {
|
||||
sameDay: '[tänään] [klo] LT',
|
||||
nextDay: '[huomenna] [klo] LT',
|
||||
nextWeek: 'dddd [klo] LT',
|
||||
lastDay: '[eilen] [klo] LT',
|
||||
lastWeek: '[viime] dddd[na] [klo] LT',
|
||||
sameElse: 'L',
|
||||
},
|
||||
relativeTime: {
|
||||
future: '%s päästä',
|
||||
past: '%s sitten',
|
||||
s: translate,
|
||||
ss: translate,
|
||||
m: translate,
|
||||
mm: translate,
|
||||
h: translate,
|
||||
hh: translate,
|
||||
d: translate,
|
||||
dd: translate,
|
||||
M: translate,
|
||||
MM: translate,
|
||||
y: translate,
|
||||
yy: translate,
|
||||
},
|
||||
dayOfMonthOrdinalParse: /\d{1,2}\./,
|
||||
ordinal: '%d.',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
});
|
171
public/v1/js/lib/moment/sl_SI.js
vendored
Normal file
171
public/v1/js/lib/moment/sl_SI.js
vendored
Normal file
@@ -0,0 +1,171 @@
|
||||
//! moment.js locale configuration
|
||||
//! locale : Slovenian [sl]
|
||||
//! author : Robert Sedovšek : https://github.com/sedovsek
|
||||
|
||||
import moment from '../moment';
|
||||
|
||||
function processRelativeTime(number, withoutSuffix, key, isFuture) {
|
||||
var result = number + ' ';
|
||||
switch (key) {
|
||||
case 's':
|
||||
return withoutSuffix || isFuture
|
||||
? 'nekaj sekund'
|
||||
: 'nekaj sekundami';
|
||||
case 'ss':
|
||||
if (number === 1) {
|
||||
result += withoutSuffix ? 'sekundo' : 'sekundi';
|
||||
} else if (number === 2) {
|
||||
result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';
|
||||
} else if (number < 5) {
|
||||
result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';
|
||||
} else {
|
||||
result += 'sekund';
|
||||
}
|
||||
return result;
|
||||
case 'm':
|
||||
return withoutSuffix ? 'ena minuta' : 'eno minuto';
|
||||
case 'mm':
|
||||
if (number === 1) {
|
||||
result += withoutSuffix ? 'minuta' : 'minuto';
|
||||
} else if (number === 2) {
|
||||
result += withoutSuffix || isFuture ? 'minuti' : 'minutama';
|
||||
} else if (number < 5) {
|
||||
result += withoutSuffix || isFuture ? 'minute' : 'minutami';
|
||||
} else {
|
||||
result += withoutSuffix || isFuture ? 'minut' : 'minutami';
|
||||
}
|
||||
return result;
|
||||
case 'h':
|
||||
return withoutSuffix ? 'ena ura' : 'eno uro';
|
||||
case 'hh':
|
||||
if (number === 1) {
|
||||
result += withoutSuffix ? 'ura' : 'uro';
|
||||
} else if (number === 2) {
|
||||
result += withoutSuffix || isFuture ? 'uri' : 'urama';
|
||||
} else if (number < 5) {
|
||||
result += withoutSuffix || isFuture ? 'ure' : 'urami';
|
||||
} else {
|
||||
result += withoutSuffix || isFuture ? 'ur' : 'urami';
|
||||
}
|
||||
return result;
|
||||
case 'd':
|
||||
return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';
|
||||
case 'dd':
|
||||
if (number === 1) {
|
||||
result += withoutSuffix || isFuture ? 'dan' : 'dnem';
|
||||
} else if (number === 2) {
|
||||
result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';
|
||||
} else {
|
||||
result += withoutSuffix || isFuture ? 'dni' : 'dnevi';
|
||||
}
|
||||
return result;
|
||||
case 'M':
|
||||
return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';
|
||||
case 'MM':
|
||||
if (number === 1) {
|
||||
result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';
|
||||
} else if (number === 2) {
|
||||
result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';
|
||||
} else if (number < 5) {
|
||||
result += withoutSuffix || isFuture ? 'mesece' : 'meseci';
|
||||
} else {
|
||||
result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';
|
||||
}
|
||||
return result;
|
||||
case 'y':
|
||||
return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';
|
||||
case 'yy':
|
||||
if (number === 1) {
|
||||
result += withoutSuffix || isFuture ? 'leto' : 'letom';
|
||||
} else if (number === 2) {
|
||||
result += withoutSuffix || isFuture ? 'leti' : 'letoma';
|
||||
} else if (number < 5) {
|
||||
result += withoutSuffix || isFuture ? 'leta' : 'leti';
|
||||
} else {
|
||||
result += withoutSuffix || isFuture ? 'let' : 'leti';
|
||||
}
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
export default moment.defineLocale('sl', {
|
||||
months: 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split(
|
||||
'_'
|
||||
),
|
||||
monthsShort:
|
||||
'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split(
|
||||
'_'
|
||||
),
|
||||
monthsParseExact: true,
|
||||
weekdays: 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),
|
||||
weekdaysShort: 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),
|
||||
weekdaysMin: 'ne_po_to_sr_če_pe_so'.split('_'),
|
||||
weekdaysParseExact: true,
|
||||
longDateFormat: {
|
||||
LT: 'H:mm',
|
||||
LTS: 'H:mm:ss',
|
||||
L: 'DD. MM. YYYY',
|
||||
LL: 'D. MMMM YYYY',
|
||||
LLL: 'D. MMMM YYYY H:mm',
|
||||
LLLL: 'dddd, D. MMMM YYYY H:mm',
|
||||
},
|
||||
calendar: {
|
||||
sameDay: '[danes ob] LT',
|
||||
nextDay: '[jutri ob] LT',
|
||||
|
||||
nextWeek: function () {
|
||||
switch (this.day()) {
|
||||
case 0:
|
||||
return '[v] [nedeljo] [ob] LT';
|
||||
case 3:
|
||||
return '[v] [sredo] [ob] LT';
|
||||
case 6:
|
||||
return '[v] [soboto] [ob] LT';
|
||||
case 1:
|
||||
case 2:
|
||||
case 4:
|
||||
case 5:
|
||||
return '[v] dddd [ob] LT';
|
||||
}
|
||||
},
|
||||
lastDay: '[včeraj ob] LT',
|
||||
lastWeek: function () {
|
||||
switch (this.day()) {
|
||||
case 0:
|
||||
return '[prejšnjo] [nedeljo] [ob] LT';
|
||||
case 3:
|
||||
return '[prejšnjo] [sredo] [ob] LT';
|
||||
case 6:
|
||||
return '[prejšnjo] [soboto] [ob] LT';
|
||||
case 1:
|
||||
case 2:
|
||||
case 4:
|
||||
case 5:
|
||||
return '[prejšnji] dddd [ob] LT';
|
||||
}
|
||||
},
|
||||
sameElse: 'L',
|
||||
},
|
||||
relativeTime: {
|
||||
future: 'čez %s',
|
||||
past: 'pred %s',
|
||||
s: processRelativeTime,
|
||||
ss: processRelativeTime,
|
||||
m: processRelativeTime,
|
||||
mm: processRelativeTime,
|
||||
h: processRelativeTime,
|
||||
hh: processRelativeTime,
|
||||
d: processRelativeTime,
|
||||
dd: processRelativeTime,
|
||||
M: processRelativeTime,
|
||||
MM: processRelativeTime,
|
||||
y: processRelativeTime,
|
||||
yy: processRelativeTime,
|
||||
},
|
||||
dayOfMonthOrdinalParse: /\d{1,2}\./,
|
||||
ordinal: '%d.',
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 7, // The week that contains Jan 7th is the first week of the year.
|
||||
},
|
||||
});
|
68
public/v1/js/lib/moment/sv_SE.js
vendored
Normal file
68
public/v1/js/lib/moment/sv_SE.js
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
//! moment.js locale configuration
|
||||
//! locale : Swedish [sv]
|
||||
//! author : Jens Alm : https://github.com/ulmus
|
||||
|
||||
import moment from '../moment';
|
||||
|
||||
export default moment.defineLocale('sv', {
|
||||
months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split(
|
||||
'_'
|
||||
),
|
||||
monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),
|
||||
weekdays: 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),
|
||||
weekdaysShort: 'sön_mån_tis_ons_tor_fre_lör'.split('_'),
|
||||
weekdaysMin: 'sö_må_ti_on_to_fr_lö'.split('_'),
|
||||
longDateFormat: {
|
||||
LT: 'HH:mm',
|
||||
LTS: 'HH:mm:ss',
|
||||
L: 'YYYY-MM-DD',
|
||||
LL: 'D MMMM YYYY',
|
||||
LLL: 'D MMMM YYYY [kl.] HH:mm',
|
||||
LLLL: 'dddd D MMMM YYYY [kl.] HH:mm',
|
||||
lll: 'D MMM YYYY HH:mm',
|
||||
llll: 'ddd D MMM YYYY HH:mm',
|
||||
},
|
||||
calendar: {
|
||||
sameDay: '[Idag] LT',
|
||||
nextDay: '[Imorgon] LT',
|
||||
lastDay: '[Igår] LT',
|
||||
nextWeek: '[På] dddd LT',
|
||||
lastWeek: '[I] dddd[s] LT',
|
||||
sameElse: 'L',
|
||||
},
|
||||
relativeTime: {
|
||||
future: 'om %s',
|
||||
past: 'för %s sedan',
|
||||
s: 'några sekunder',
|
||||
ss: '%d sekunder',
|
||||
m: 'en minut',
|
||||
mm: '%d minuter',
|
||||
h: 'en timme',
|
||||
hh: '%d timmar',
|
||||
d: 'en dag',
|
||||
dd: '%d dagar',
|
||||
M: 'en månad',
|
||||
MM: '%d månader',
|
||||
y: 'ett år',
|
||||
yy: '%d år',
|
||||
},
|
||||
dayOfMonthOrdinalParse: /\d{1,2}(\:e|\:a)/,
|
||||
ordinal: function (number) {
|
||||
var b = number % 10,
|
||||
output =
|
||||
~~((number % 100) / 10) === 1
|
||||
? ':e'
|
||||
: b === 1
|
||||
? ':a'
|
||||
: b === 2
|
||||
? ':a'
|
||||
: b === 3
|
||||
? ':e'
|
||||
: ':e';
|
||||
return number + output;
|
||||
},
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
});
|
167
public/v1/js/lib/moment/uk_UA.js
vendored
Normal file
167
public/v1/js/lib/moment/uk_UA.js
vendored
Normal file
@@ -0,0 +1,167 @@
|
||||
//! moment.js locale configuration
|
||||
//! locale : Ukrainian [uk]
|
||||
//! author : zemlanin : https://github.com/zemlanin
|
||||
//! Author : Menelion Elensúle : https://github.com/Oire
|
||||
|
||||
import moment from '../moment';
|
||||
|
||||
function plural(word, num) {
|
||||
var forms = word.split('_');
|
||||
return num % 10 === 1 && num % 100 !== 11
|
||||
? forms[0]
|
||||
: num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20)
|
||||
? forms[1]
|
||||
: forms[2];
|
||||
}
|
||||
function relativeTimeWithPlural(number, withoutSuffix, key) {
|
||||
var format = {
|
||||
ss: withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',
|
||||
mm: withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',
|
||||
hh: withoutSuffix ? 'година_години_годин' : 'годину_години_годин',
|
||||
dd: 'день_дні_днів',
|
||||
MM: 'місяць_місяці_місяців',
|
||||
yy: 'рік_роки_років',
|
||||
};
|
||||
if (key === 'm') {
|
||||
return withoutSuffix ? 'хвилина' : 'хвилину';
|
||||
} else if (key === 'h') {
|
||||
return withoutSuffix ? 'година' : 'годину';
|
||||
} else {
|
||||
return number + ' ' + plural(format[key], +number);
|
||||
}
|
||||
}
|
||||
function weekdaysCaseReplace(m, format) {
|
||||
var weekdays = {
|
||||
nominative:
|
||||
'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split(
|
||||
'_'
|
||||
),
|
||||
accusative:
|
||||
'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split(
|
||||
'_'
|
||||
),
|
||||
genitive:
|
||||
'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split(
|
||||
'_'
|
||||
),
|
||||
},
|
||||
nounCase;
|
||||
|
||||
if (m === true) {
|
||||
return weekdays['nominative']
|
||||
.slice(1, 7)
|
||||
.concat(weekdays['nominative'].slice(0, 1));
|
||||
}
|
||||
if (!m) {
|
||||
return weekdays['nominative'];
|
||||
}
|
||||
|
||||
nounCase = /(\[[ВвУу]\]) ?dddd/.test(format)
|
||||
? 'accusative'
|
||||
: /\[?(?:минулої|наступної)? ?\] ?dddd/.test(format)
|
||||
? 'genitive'
|
||||
: 'nominative';
|
||||
return weekdays[nounCase][m.day()];
|
||||
}
|
||||
function processHoursFunction(str) {
|
||||
return function () {
|
||||
return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';
|
||||
};
|
||||
}
|
||||
|
||||
export default moment.defineLocale('uk', {
|
||||
months: {
|
||||
format: 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split(
|
||||
'_'
|
||||
),
|
||||
standalone:
|
||||
'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split(
|
||||
'_'
|
||||
),
|
||||
},
|
||||
monthsShort: 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split(
|
||||
'_'
|
||||
),
|
||||
weekdays: weekdaysCaseReplace,
|
||||
weekdaysShort: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
|
||||
weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
|
||||
longDateFormat: {
|
||||
LT: 'HH:mm',
|
||||
LTS: 'HH:mm:ss',
|
||||
L: 'DD.MM.YYYY',
|
||||
LL: 'D MMMM YYYY р.',
|
||||
LLL: 'D MMMM YYYY р., HH:mm',
|
||||
LLLL: 'dddd, D MMMM YYYY р., HH:mm',
|
||||
},
|
||||
calendar: {
|
||||
sameDay: processHoursFunction('[Сьогодні '),
|
||||
nextDay: processHoursFunction('[Завтра '),
|
||||
lastDay: processHoursFunction('[Вчора '),
|
||||
nextWeek: processHoursFunction('[У] dddd ['),
|
||||
lastWeek: function () {
|
||||
switch (this.day()) {
|
||||
case 0:
|
||||
case 3:
|
||||
case 5:
|
||||
case 6:
|
||||
return processHoursFunction('[Минулої] dddd [').call(this);
|
||||
case 1:
|
||||
case 2:
|
||||
case 4:
|
||||
return processHoursFunction('[Минулого] dddd [').call(this);
|
||||
}
|
||||
},
|
||||
sameElse: 'L',
|
||||
},
|
||||
relativeTime: {
|
||||
future: 'за %s',
|
||||
past: '%s тому',
|
||||
s: 'декілька секунд',
|
||||
ss: relativeTimeWithPlural,
|
||||
m: relativeTimeWithPlural,
|
||||
mm: relativeTimeWithPlural,
|
||||
h: 'годину',
|
||||
hh: relativeTimeWithPlural,
|
||||
d: 'день',
|
||||
dd: relativeTimeWithPlural,
|
||||
M: 'місяць',
|
||||
MM: relativeTimeWithPlural,
|
||||
y: 'рік',
|
||||
yy: relativeTimeWithPlural,
|
||||
},
|
||||
// M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason
|
||||
meridiemParse: /ночі|ранку|дня|вечора/,
|
||||
isPM: function (input) {
|
||||
return /^(дня|вечора)$/.test(input);
|
||||
},
|
||||
meridiem: function (hour, minute, isLower) {
|
||||
if (hour < 4) {
|
||||
return 'ночі';
|
||||
} else if (hour < 12) {
|
||||
return 'ранку';
|
||||
} else if (hour < 17) {
|
||||
return 'дня';
|
||||
} else {
|
||||
return 'вечора';
|
||||
}
|
||||
},
|
||||
dayOfMonthOrdinalParse: /\d{1,2}-(й|го)/,
|
||||
ordinal: function (number, period) {
|
||||
switch (period) {
|
||||
case 'M':
|
||||
case 'd':
|
||||
case 'DDD':
|
||||
case 'w':
|
||||
case 'W':
|
||||
return number + '-й';
|
||||
case 'D':
|
||||
return number + '-го';
|
||||
default:
|
||||
return number;
|
||||
}
|
||||
},
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 7, // The week that contains Jan 7th is the first week of the year.
|
||||
},
|
||||
});
|
80
public/v1/js/lib/moment/vi_VN.js
vendored
Normal file
80
public/v1/js/lib/moment/vi_VN.js
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
//! moment.js locale configuration
|
||||
//! locale : Vietnamese [vi]
|
||||
//! author : Bang Nguyen : https://github.com/bangnk
|
||||
//! author : Chien Kira : https://github.com/chienkira
|
||||
|
||||
import moment from '../moment';
|
||||
|
||||
export default moment.defineLocale('vi', {
|
||||
months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split(
|
||||
'_'
|
||||
),
|
||||
monthsShort:
|
||||
'Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12'.split(
|
||||
'_'
|
||||
),
|
||||
monthsParseExact: true,
|
||||
weekdays: 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split(
|
||||
'_'
|
||||
),
|
||||
weekdaysShort: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),
|
||||
weekdaysMin: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),
|
||||
weekdaysParseExact: true,
|
||||
meridiemParse: /sa|ch/i,
|
||||
isPM: function (input) {
|
||||
return /^ch$/i.test(input);
|
||||
},
|
||||
meridiem: function (hours, minutes, isLower) {
|
||||
if (hours < 12) {
|
||||
return isLower ? 'sa' : 'SA';
|
||||
} else {
|
||||
return isLower ? 'ch' : 'CH';
|
||||
}
|
||||
},
|
||||
longDateFormat: {
|
||||
LT: 'HH:mm',
|
||||
LTS: 'HH:mm:ss',
|
||||
L: 'DD/MM/YYYY',
|
||||
LL: 'D MMMM [năm] YYYY',
|
||||
LLL: 'D MMMM [năm] YYYY HH:mm',
|
||||
LLLL: 'dddd, D MMMM [năm] YYYY HH:mm',
|
||||
l: 'DD/M/YYYY',
|
||||
ll: 'D MMM YYYY',
|
||||
lll: 'D MMM YYYY HH:mm',
|
||||
llll: 'ddd, D MMM YYYY HH:mm',
|
||||
},
|
||||
calendar: {
|
||||
sameDay: '[Hôm nay lúc] LT',
|
||||
nextDay: '[Ngày mai lúc] LT',
|
||||
nextWeek: 'dddd [tuần tới lúc] LT',
|
||||
lastDay: '[Hôm qua lúc] LT',
|
||||
lastWeek: 'dddd [tuần trước lúc] LT',
|
||||
sameElse: 'L',
|
||||
},
|
||||
relativeTime: {
|
||||
future: '%s tới',
|
||||
past: '%s trước',
|
||||
s: 'vài giây',
|
||||
ss: '%d giây',
|
||||
m: 'một phút',
|
||||
mm: '%d phút',
|
||||
h: 'một giờ',
|
||||
hh: '%d giờ',
|
||||
d: 'một ngày',
|
||||
dd: '%d ngày',
|
||||
w: 'một tuần',
|
||||
ww: '%d tuần',
|
||||
M: 'một tháng',
|
||||
MM: '%d tháng',
|
||||
y: 'một năm',
|
||||
yy: '%d năm',
|
||||
},
|
||||
dayOfMonthOrdinalParse: /\d{1,2}/,
|
||||
ordinal: function (number) {
|
||||
return number;
|
||||
},
|
||||
week: {
|
||||
dow: 1, // Monday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
});
|
22
resources/assets/js/i18n.js
vendored
22
resources/assets/js/i18n.js
vendored
@@ -25,30 +25,36 @@ module.exports = new vuei18n({
|
||||
messages: {
|
||||
'bg': require('./locales/bg.json'),
|
||||
'cs': require('./locales/cs.json'),
|
||||
'da': require('./locales/da.json'),
|
||||
'de': require('./locales/de.json'),
|
||||
'el': require('./locales/el.json'),
|
||||
'en': require('./locales/en.json'),
|
||||
'en-us': require('./locales/en.json'),
|
||||
'en-gb': require('./locales/en-gb.json'),
|
||||
'es': require('./locales/es.json'),
|
||||
'el': require('./locales/el.json'),
|
||||
'fi': require('./locales/fi.json'),
|
||||
'fr': require('./locales/fr.json'),
|
||||
'hu': require('./locales/hu.json'),
|
||||
//'id': require('./locales/id.json'),
|
||||
'id': require('./locales/id.json'),
|
||||
'it': require('./locales/it.json'),
|
||||
'ja': require('./locales/ja.json'),
|
||||
'nl': require('./locales/nl.json'),
|
||||
'nb': require('./locales/nb.json'),
|
||||
'nl': require('./locales/nl.json'),
|
||||
'pl': require('./locales/pl.json'),
|
||||
'fi': require('./locales/fi.json'),
|
||||
'pt-br': require('./locales/pt-br.json'),
|
||||
'pt-pt': require('./locales/pt.json'),
|
||||
'pt': require('./locales/pt.json'),
|
||||
'ro': require('./locales/ro.json'),
|
||||
'ru': require('./locales/ru.json'),
|
||||
//'zh': require('./locales/zh.json'),
|
||||
'sk': require('./locales/sk.json'),
|
||||
'sl': require('./locales/sl.json'),
|
||||
'sr': require('./locales/sl.json'),
|
||||
'sv': require('./locales/sv.json'),
|
||||
'tr': require('./locales/tr.json'),
|
||||
'uk': require('./locales/uk.json'),
|
||||
'vi': require('./locales/vi.json'),
|
||||
'zh': require('./locales/zh-cn.json'),
|
||||
'zh-tw': require('./locales/zh-tw.json'),
|
||||
'zh-cn': require('./locales/zh-cn.json'),
|
||||
'sk': require('./locales/sk.json'),
|
||||
'sv': require('./locales/sv.json'),
|
||||
'vi': require('./locales/vi.json'),
|
||||
}
|
||||
});
|
||||
|
@@ -30,7 +30,7 @@
|
||||
"category": "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f",
|
||||
"attachments": "\u041f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438 \u0444\u0430\u0439\u043b\u043e\u0432\u0435",
|
||||
"notes": "\u0411\u0435\u043b\u0435\u0436\u043a\u0438",
|
||||
"external_url": "External URL",
|
||||
"external_url": "\u0412\u044a\u043d\u0448\u0435\u043d URL \u0430\u0434\u0440\u0435\u0441",
|
||||
"update_transaction": "\u041e\u0431\u043d\u043e\u0432\u0438 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430",
|
||||
"after_update_create_another": "\u0421\u043b\u0435\u0434 \u043e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435\u0442\u043e \u0441\u0435 \u0432\u044a\u0440\u043d\u0435\u0442\u0435 \u0442\u0443\u043a, \u0437\u0430 \u0434\u0430 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435 \u0441 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u044f\u0442\u0430.",
|
||||
"store_as_new": "\u0421\u044a\u0445\u0440\u0430\u043d\u0435\u0442\u0435 \u043a\u0430\u0442\u043e \u043d\u043e\u0432\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f, \u0432\u043c\u0435\u0441\u0442\u043e \u0434\u0430 \u044f \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0442\u0435.",
|
||||
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "\u0412 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442 \u043e\u0442 \u0432\u0438\u0434\u0430 \u043d\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430 \u043a\u043e\u044f\u0442\u043e \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u0442\u0435, \u0438\u0437\u0442\u043e\u0447\u043d\u0438\u043a\u044a\u0442 \u0438 \/ \u0438\u043b\u0438 \u0446\u0435\u043b\u0435\u0432\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430 \u043d\u0430 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u0438\u0442\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u043d\u0438\u044f \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d\u0430 \u043e\u0442 \u0442\u043e\u0432\u0430 \u043a\u043e\u0435\u0442\u043e \u0435 \u0434\u0435\u0444\u0438\u043d\u0438\u0440\u0430\u043d\u043e \u0432 \u043f\u044a\u0440\u0432\u043e\u0442\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430.",
|
||||
"multi_account_warning_withdrawal": "\u0418\u043c\u0430\u0439\u0442\u0435 \u043f\u0440\u0435\u0434\u0432\u0438\u0434, \u0447\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430 \u043d\u0430 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u0438\u0442\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u043d\u0438\u044f \u0449\u0435 \u0431\u044a\u0434\u0435 \u0442\u0430\u0437\u0438 \u043a\u043e\u044f\u0442\u043e \u0435 \u0434\u0435\u0444\u0438\u043d\u0438\u0440\u0430\u043d\u0430 \u0432 \u043f\u044a\u0440\u0432\u0438\u044f \u0440\u0430\u0437\u0434\u0435\u043b \u043d\u0430 \u0442\u0435\u0433\u043b\u0435\u043d\u0435\u0442\u043e.",
|
||||
"multi_account_warning_deposit": "\u0418\u043c\u0430\u0439\u0442\u0435 \u043f\u0440\u0435\u0434\u0432\u0438\u0434, \u0447\u0435 \u043f\u0440\u0438\u0445\u043e\u0434\u043d\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430 \u043d\u0430 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u0438\u0442\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u043d\u0438\u044f \u0449\u0435 \u0431\u044a\u0434\u0435 \u0442\u0430\u0437\u0438 \u043a\u043e\u044f\u0442\u043e \u0435 \u0434\u0435\u0444\u0438\u043d\u0438\u0440\u0430\u043d\u0430 \u0432 \u043f\u044a\u0440\u0432\u0438\u044f \u0440\u0430\u0437\u0434\u0435\u043b \u043d\u0430 \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u0430.",
|
||||
"multi_account_warning_transfer": "\u0418\u043c\u0430\u0439\u0442\u0435 \u043f\u0440\u0435\u0434\u0432\u0438\u0434, \u0447\u0435 \u043f\u0440\u0438\u0445\u043e\u0434\u043d\u0430\u0442\u0430 + \u0440\u0430\u0437\u0445\u043e\u0434\u043d\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430 \u043d\u0430 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u0438\u0442\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u043d\u0438\u044f \u0449\u0435 \u0431\u044a\u0434\u0435 \u0442\u0430\u0437\u0438 \u043a\u043e\u044f\u0442\u043e \u0435 \u0434\u0435\u0444\u0438\u043d\u0438\u0440\u0430\u043d\u0430 \u0432 \u043f\u044a\u0440\u0432\u0438\u044f \u0440\u0430\u0437\u0434\u0435\u043b \u043d\u0430 \u043f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435\u0442\u043e."
|
||||
"multi_account_warning_transfer": "\u0418\u043c\u0430\u0439\u0442\u0435 \u043f\u0440\u0435\u0434\u0432\u0438\u0434, \u0447\u0435 \u043f\u0440\u0438\u0445\u043e\u0434\u043d\u0430\u0442\u0430 + \u0440\u0430\u0437\u0445\u043e\u0434\u043d\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430 \u043d\u0430 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u0438\u0442\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u043d\u0438\u044f \u0449\u0435 \u0431\u044a\u0434\u0435 \u0442\u0430\u0437\u0438 \u043a\u043e\u044f\u0442\u043e \u0435 \u0434\u0435\u0444\u0438\u043d\u0438\u0440\u0430\u043d\u0430 \u0432 \u043f\u044a\u0440\u0432\u0438\u044f \u0440\u0430\u0437\u0434\u0435\u043b \u043d\u0430 \u043f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435\u0442\u043e.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f",
|
||||
"meta_data": "\u041c\u0435\u0442\u0430 \u0434\u0430\u043d\u043d\u0438",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "\u0410\u043a\u0442\u0438\u0432\u0435\u043d",
|
||||
"interest_date": "\u041f\u0430\u0434\u0435\u0436 \u043d\u0430 \u043b\u0438\u0445\u0432\u0430",
|
||||
"title": "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435",
|
||||
"book_date": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043e\u0441\u0447\u0435\u0442\u043e\u0432\u043e\u0434\u044f\u0432\u0430\u043d\u0435",
|
||||
"process_date": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430",
|
||||
"due_date": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043f\u0430\u0434\u0435\u0436",
|
||||
"foreign_amount": "\u0421\u0443\u043c\u0430 \u0432\u044a\u0432 \u0432\u0430\u043b\u0443\u0442\u0430",
|
||||
"payment_date": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435",
|
||||
"invoice_date": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430",
|
||||
"internal_reference": "\u0412\u044a\u0442\u0440\u0435\u0448\u043d\u0430 \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f"
|
||||
"internal_reference": "\u0412\u044a\u0442\u0440\u0435\u0448\u043d\u0430 \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u0410\u043a\u0442\u0438\u0432\u0435\u043d \u043b\u0438 \u0435?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "bg"
|
||||
"html_language": "bg",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -30,7 +30,7 @@
|
||||
"category": "Kategorie",
|
||||
"attachments": "P\u0159\u00edlohy",
|
||||
"notes": "Pozn\u00e1mky",
|
||||
"external_url": "External URL",
|
||||
"external_url": "Extern\u00ed URL adresa",
|
||||
"update_transaction": "Aktualizovat transakci",
|
||||
"after_update_create_another": "After updating, return here to continue editing.",
|
||||
"store_as_new": "Store as a new transaction instead of updating.",
|
||||
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Depending on the type of transaction you create, the source and\/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.",
|
||||
"multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.",
|
||||
"multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.",
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer."
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Akce",
|
||||
"meta_data": "Metadata",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Neaktivn\u00ed",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooky",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Aktivn\u00ed",
|
||||
"interest_date": "\u00darokov\u00e9 datum",
|
||||
"title": "N\u00e1zev",
|
||||
"book_date": "Datum rezervace",
|
||||
"process_date": "Datum zpracov\u00e1n\u00ed",
|
||||
"due_date": "Datum splatnosti",
|
||||
"foreign_amount": "\u010c\u00e1stka v ciz\u00ed m\u011bn\u011b",
|
||||
"payment_date": "Datum zaplacen\u00ed",
|
||||
"invoice_date": "Datum vystaven\u00ed",
|
||||
"internal_reference": "Intern\u00ed reference"
|
||||
"internal_reference": "Intern\u00ed reference",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Aktivn\u00ed?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "cs"
|
||||
"html_language": "cs",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
151
resources/assets/js/locales/da.json
Normal file
151
resources/assets/js/locales/da.json
Normal file
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"firefly": {
|
||||
"welcome_back": "Hvad spiller?",
|
||||
"flash_error": "Fejl!",
|
||||
"flash_success": "Succes!",
|
||||
"close": "Luk",
|
||||
"split_transaction_title": "Description of the split transaction",
|
||||
"errors_submission": "There was something wrong with your submission. Please check out the errors.",
|
||||
"split": "Opdel",
|
||||
"single_split": "Opdel",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
|
||||
"transaction_journal_information": "Transaction information",
|
||||
"no_budget_pointer": "Det ser ud til, at du ikke har oprettet budgetter endnu. Du burde oprette nogle p\u00e5 <a href=\"\/budgets\">budgetsiden<\/a>. Budgetter kan hj\u00e6lpe dig med at holde styr p\u00e5 udgifter.",
|
||||
"no_bill_pointer": "Du synes ikke at have nogen regninger endnu. Du b\u00f8r oprette nogle p\u00e5 <a href=\"bills\">regninger<\/a>-siden. Regninger kan hj\u00e6lpe dig med at holde styr p\u00e5 udgifterne.",
|
||||
"source_account": "Kildekonto",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"destination_account": "Destinationskonto",
|
||||
"add_another_split": "Add another split",
|
||||
"submission": "Submission",
|
||||
"create_another": "After storing, return here to create another one.",
|
||||
"reset_after": "Reset form after submission",
|
||||
"submit": "Submit",
|
||||
"amount": "Bel\u00f8b",
|
||||
"date": "Date",
|
||||
"tags": "Etiketter",
|
||||
"no_budget": "(no budget)",
|
||||
"no_bill": "(no bill)",
|
||||
"category": "Kategori",
|
||||
"attachments": "Vedh\u00e6ftninger",
|
||||
"notes": "Noter",
|
||||
"external_url": "Ekstern URL",
|
||||
"update_transaction": "Opdater transaktion",
|
||||
"after_update_create_another": "After updating, return here to continue editing.",
|
||||
"store_as_new": "Store as a new transaction instead of updating.",
|
||||
"split_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"none_in_select_list": "(ingen)",
|
||||
"no_piggy_bank": "(ingen opsparing)",
|
||||
"description": "Description",
|
||||
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"destination_account_reconciliation": "Du kan ikke redigere destinationskontoen p\u00e5 en afstemningstransaktion.",
|
||||
"source_account_reconciliation": "Du kan ikke redigere kildekontoen p\u00e5 en afstemningstransaktion.",
|
||||
"budget": "Budget",
|
||||
"bill": "Regning",
|
||||
"you_create_withdrawal": "You're creating a withdrawal.",
|
||||
"you_create_transfer": "You're creating a transfer.",
|
||||
"you_create_deposit": "You're creating a deposit.",
|
||||
"edit": "Rediger",
|
||||
"delete": "Slet",
|
||||
"name": "Name",
|
||||
"profile_whoops": "Hovsa!",
|
||||
"profile_something_wrong": "Noget gik galt!",
|
||||
"profile_try_again": "Noget gik galt. Fors\u00f8g venligst igen.",
|
||||
"profile_oauth_clients": "OAuth Klienter",
|
||||
"profile_oauth_no_clients": "Du har ikke oprettet nogen OAuth klienter.",
|
||||
"profile_oauth_clients_header": "Klienter",
|
||||
"profile_oauth_client_id": "Klient ID",
|
||||
"profile_oauth_client_name": "Navn",
|
||||
"profile_oauth_client_secret": "Hemmelighed",
|
||||
"profile_oauth_create_new_client": "Opret ny klient",
|
||||
"profile_oauth_create_client": "Opret klient",
|
||||
"profile_oauth_edit_client": "Rediger klient",
|
||||
"profile_oauth_name_help": "Noget dine brugere vil genkende og stole p\u00e5.",
|
||||
"profile_oauth_redirect_url": "Omdirigerings-URL",
|
||||
"profile_oauth_redirect_url_help": "Din autoriserings callback URL.",
|
||||
"profile_authorized_apps": "Autoriserede programmer",
|
||||
"profile_authorized_clients": "Autoriserede klienter",
|
||||
"profile_scopes": "Anvendelsesomr\u00e5de",
|
||||
"profile_revoke": "Tilbagekald",
|
||||
"profile_personal_access_tokens": "Personlige Adgangstokens",
|
||||
"profile_personal_access_token": "Personligt Adgangstoken",
|
||||
"profile_personal_access_token_explanation": "Her er dit nye personlige adgangstoken. Dette er den eneste gang det vil blive vist, s\u00e5 mist det ikke! Du kan nu bruge dette token til at foretage API-anmodninger.",
|
||||
"profile_no_personal_access_token": "Du har ikke oprettet en personlig adgangstoken.",
|
||||
"profile_create_new_token": "Opret nyt token",
|
||||
"profile_create_token": "Opret token",
|
||||
"profile_create": "Opret",
|
||||
"profile_save_changes": "Gem \u00e6ndringer",
|
||||
"default_group_title_name": "(ungrouped)",
|
||||
"piggy_bank": "Sparegris",
|
||||
"profile_oauth_client_secret_title": "Klient Hemmelighed",
|
||||
"profile_oauth_client_secret_expl": "Her er din nye klient hemmelighed. Dette er den eneste tid, den vil blive vist, s\u00e5 mist det ikke! Du kan nu bruge denne hemmelighed til at lave API-anmodninger.",
|
||||
"profile_oauth_confidential": "Fortroligt",
|
||||
"profile_oauth_confidential_help": "Kr\u00e6ver klienten at godkende med en hemmelighed. Fortrolige klienter kan holde legitimationsoplysninger p\u00e5 en sikker m\u00e5de uden at uds\u00e6tte dem for uautoriserede parter. Offentlige applikationer, s\u00e5som native desktop eller JavaScript SPA applikationer, er ikke i stand til at holde hemmeligheder sikkert.",
|
||||
"multi_account_warning_unknown": "Afh\u00e6ngigt af hvilken type transaktion du opretter kan kilden og\/eller destinationskontoen for efterf\u00f8lgende opsplitninger tilsides\u00e6ttes, uanset hvad der er defineret i den f\u00f8rste opdeling af transaktionen.",
|
||||
"multi_account_warning_withdrawal": "Husk, at kildekontoen for efterf\u00f8lgende opdelinger vil blive overstyret af hvad der er defineret i den f\u00f8rste opdeling af tilbagetr\u00e6kningen.",
|
||||
"multi_account_warning_deposit": "Husk, at destinationskontoen for efterf\u00f8lgende opdelinger vil blive tilsidesat af hvad der er defineret i den f\u00f8rste opsplitning af depositummet.",
|
||||
"multi_account_warning_transfer": "Husk p\u00e5, at kilden + destination konto for efterf\u00f8lgende opdelinger vil blive overstyret af hvad der er defineret i den f\u00f8rste opdeling af overf\u00f8rslen.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Handlinger",
|
||||
"meta_data": "Meta data",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inactive",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Aktiv",
|
||||
"interest_date": "Rentedato",
|
||||
"title": "Titel",
|
||||
"book_date": "Bogf\u00f8ringsdato",
|
||||
"process_date": "Behandlingsdato",
|
||||
"due_date": "Forfaldsdato",
|
||||
"foreign_amount": "Fremmed bel\u00f8b",
|
||||
"payment_date": "Betalingsdato",
|
||||
"invoice_date": "Fakturadato",
|
||||
"internal_reference": "Intern reference",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Aktiv?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "da",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Abh\u00e4ngig von der Art der Buchung, die Sie anlegen, kann das Quell- und\/oder Zielkonto nachfolgender Aufteilungen durch das \u00fcberschrieben werden, was in der ersten Aufteilung der Buchung definiert wurde.",
|
||||
"multi_account_warning_withdrawal": "Bedenken Sie, dass das Quellkonto nachfolgender Aufteilungen von dem, was in der ersten Aufteilung der Abhebung definiert ist, au\u00dfer Kraft gesetzt wird.",
|
||||
"multi_account_warning_deposit": "Bedenken Sie, dass das Zielkonto nachfolgender Aufteilungen von dem, was in der ersten Aufteilung der Einzahlung definiert ist, au\u00dfer Kraft gesetzt wird.",
|
||||
"multi_account_warning_transfer": "Bedenken Sie, dass das Quell- und Zielkonto nachfolgender Aufteilungen durch das, was in der ersten Aufteilung der \u00dcbertragung definiert ist, au\u00dfer Kraft gesetzt wird."
|
||||
"multi_account_warning_transfer": "Bedenken Sie, dass das Quell- und Zielkonto nachfolgender Aufteilungen durch das, was in der ersten Aufteilung der \u00dcbertragung definiert ist, au\u00dfer Kraft gesetzt wird.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Aktionen",
|
||||
"meta_data": "Metadaten",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inaktiv",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Aktiv",
|
||||
"interest_date": "Zinstermin",
|
||||
"title": "Titel",
|
||||
"book_date": "Buchungsdatum",
|
||||
"process_date": "Bearbeitungsdatum",
|
||||
"due_date": "F\u00e4lligkeitstermin",
|
||||
"foreign_amount": "Ausl\u00e4ndischer Betrag",
|
||||
"payment_date": "Zahlungsdatum",
|
||||
"invoice_date": "Rechnungsdatum",
|
||||
"internal_reference": "Interner Verweis"
|
||||
"internal_reference": "Interner Verweis",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Aktiv?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "de"
|
||||
"html_language": "de",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "\u0391\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03c4\u03cd\u03c0\u03bf \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03c4\u03b5, \u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2 \u03ae\/\u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c4\u03c9\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03ce\u03bd \u03b5\u03bd\u03b4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bc\u03c6\u03b8\u03b5\u03af \u03b1\u03c0\u03cc \u03b1\u03c5\u03c4\u03cc \u03c0\u03bf\u03c5 \u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2.",
|
||||
"multi_account_warning_withdrawal": "\u039b\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c5\u03c0\u03cc\u03c8\u03b7 \u03cc\u03c4\u03b9 \u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2 \u03c4\u03c9\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03ce\u03bd \u03b8\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b9\u03c3\u03c7\u03cd\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c0\u03c1\u03ce\u03c4\u03bf\u03c5 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c4\u03b7\u03c2 \u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7\u03c2.",
|
||||
"multi_account_warning_deposit": "\u039b\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c5\u03c0\u03cc\u03c8\u03b7 \u03cc\u03c4\u03b9 \u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c4\u03c9\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03ce\u03bd \u03b8\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b9\u03c3\u03c7\u03cd\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c0\u03c1\u03ce\u03c4\u03bf\u03c5 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c4\u03b7\u03c2 \u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7\u03c2.",
|
||||
"multi_account_warning_transfer": "\u039b\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c5\u03c0\u03cc\u03c8\u03b7 \u03cc\u03c4\u03b9 \u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c4\u03c9\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03ce\u03bd \u03b8\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b9\u03c3\u03c7\u03cd\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c0\u03c1\u03ce\u03c4\u03bf\u03c5 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c4\u03b7\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2."
|
||||
"multi_account_warning_transfer": "\u039b\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c5\u03c0\u03cc\u03c8\u03b7 \u03cc\u03c4\u03b9 \u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c4\u03c9\u03bd \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03c9\u03bd \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03ce\u03bd \u03b8\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b9\u03c3\u03c7\u03cd\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03c0\u03c1\u03ce\u03c4\u03bf\u03c5 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c4\u03b7\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2",
|
||||
"meta_data": "\u039c\u03b5\u03c4\u03b1-\u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "\u0391\u03bd\u03b5\u03bd\u03b5\u03c1\u03b3\u03cc",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL",
|
||||
"active": "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc",
|
||||
"interest_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c4\u03bf\u03ba\u03b9\u03c3\u03bc\u03bf\u03cd",
|
||||
"title": "\u03a4\u03af\u03c4\u03bb\u03bf\u03c2",
|
||||
"book_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2",
|
||||
"process_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2",
|
||||
"due_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b1\u03c2",
|
||||
"foreign_amount": "\u03a0\u03bf\u03c3\u03cc \u03c3\u03b5 \u03be\u03ad\u03bd\u03bf \u03bd\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1",
|
||||
"payment_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2",
|
||||
"invoice_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2",
|
||||
"internal_reference": "\u0395\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ae \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac"
|
||||
"internal_reference": "\u0395\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ae \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u0395\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc;",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "el"
|
||||
"html_language": "el",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Depending on the type of transaction you create, the source and\/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.",
|
||||
"multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.",
|
||||
"multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.",
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer."
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Actions",
|
||||
"meta_data": "Meta data",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inactive",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Active",
|
||||
"interest_date": "Interest date",
|
||||
"title": "Title",
|
||||
"book_date": "Book date",
|
||||
"process_date": "Processing date",
|
||||
"due_date": "Due date",
|
||||
"foreign_amount": "Foreign amount",
|
||||
"payment_date": "Payment date",
|
||||
"invoice_date": "Invoice date",
|
||||
"internal_reference": "Internal reference"
|
||||
"internal_reference": "Internal reference",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Is active?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "en-gb"
|
||||
"html_language": "en-gb",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Depending on the type of transaction you create, the source and\/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.",
|
||||
"multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.",
|
||||
"multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.",
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer."
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "(firefly.webhook_trigger_STORE_TRANSACTION)",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "(firefly.webhook_trigger_UPDATE_TRANSACTION)",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "(firefly.webhook_trigger_DESTROY_TRANSACTION)",
|
||||
"webhook_response_TRANSACTIONS": "(firefly.webhook_response_TRANSACTIONS)",
|
||||
"webhook_response_ACCOUNTS": "(firefly.webhook_response_ACCOUNTS)",
|
||||
"webhook_response_none_NONE": "(firefly.webhook_response_none_NONE)",
|
||||
"webhook_delivery_JSON": "(firefly.webhook_delivery_JSON)",
|
||||
"actions": "Actions",
|
||||
"meta_data": "Meta data",
|
||||
"webhook_messages": "(firefly.webhook_messages)",
|
||||
"inactive": "Inactive",
|
||||
"no_webhook_messages": "(firefly.no_webhook_messages)",
|
||||
"inspect": "(firefly.inspect)",
|
||||
"create_new_webhook": "(firefly.create_new_webhook)",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "(firefly.webhook_trigger_form_help)",
|
||||
"webhook_response_form_help": "(firefly.webhook_response_form_help)",
|
||||
"webhook_delivery_form_help": "(firefly.webhook_delivery_form_help)",
|
||||
"webhook_active_form_help": "(firefly.webhook_active_form_help)",
|
||||
"edit_webhook_js": "(firefly.edit_webhook_js)",
|
||||
"webhook_was_triggered": "(firefly.webhook_was_triggered)",
|
||||
"view_message": "(firefly.view_message)",
|
||||
"view_attempts": "(firefly.view_attempts)",
|
||||
"message_content_title": "(firefly.message_content_title)",
|
||||
"message_content_help": "(firefly.message_content_help)",
|
||||
"attempt_content_title": "(firefly.attempt_content_title)",
|
||||
"attempt_content_help": "(firefly.attempt_content_help)",
|
||||
"no_attempts": "(firefly.no_attempts)",
|
||||
"webhook_attempt_at": "(firefly.webhook_attempt_at)",
|
||||
"logs": "(firefly.logs)",
|
||||
"response": "(firefly.response)",
|
||||
"visit_webhook_url": "(firefly.visit_webhook_url)",
|
||||
"reset_webhook_secret": "(firefly.reset_webhook_secret)"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Active",
|
||||
"interest_date": "Interest date",
|
||||
"title": "Title",
|
||||
"book_date": "Book date",
|
||||
"process_date": "Processing date",
|
||||
"due_date": "Due date",
|
||||
"foreign_amount": "Foreign amount",
|
||||
"payment_date": "Payment date",
|
||||
"invoice_date": "Invoice date",
|
||||
"internal_reference": "Internal reference"
|
||||
"internal_reference": "Internal reference",
|
||||
"webhook_response": "(form.webhook_response)",
|
||||
"webhook_trigger": "(form.webhook_trigger)",
|
||||
"webhook_delivery": "(form.webhook_delivery)"
|
||||
},
|
||||
"list": {
|
||||
"active": "Is active?",
|
||||
"trigger": "(list.trigger)",
|
||||
"response": "(list.response)",
|
||||
"delivery": "(list.delivery)",
|
||||
"url": "(list.url)",
|
||||
"secret": "(list.secret)"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "en"
|
||||
"html_language": "en",
|
||||
"date_time_fns": "(config.date_time_fns)"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Dependiendo del tipo de transacci\u00f3n que cree, la cuenta de origen y\/o destino de divisiones posteriores puede ser anulada por lo que se define en la primera divisi\u00f3n de la transacci\u00f3n.",
|
||||
"multi_account_warning_withdrawal": "Tenga en cuenta que la cuenta de origen de las divisiones posteriores ser\u00e1 anulada por lo que se defina en la primera divisi\u00f3n del retiro.",
|
||||
"multi_account_warning_deposit": "Tenga en cuenta que la cuenta de destino de las divisiones posteriores ser\u00e1 anulada por lo que se defina en la primera divisi\u00f3n del retiro.",
|
||||
"multi_account_warning_transfer": "Tenga en cuenta que la cuenta de origen + destino de divisiones posteriores ser\u00e1 anulada por lo que se defina en la primera divisi\u00f3n de la transferencia."
|
||||
"multi_account_warning_transfer": "Tenga en cuenta que la cuenta de origen + destino de divisiones posteriores ser\u00e1 anulada por lo que se defina en la primera divisi\u00f3n de la transferencia.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Acciones",
|
||||
"meta_data": "Meta Datos",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inactivo",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Activo",
|
||||
"interest_date": "Fecha de inter\u00e9s",
|
||||
"title": "T\u00edtulo",
|
||||
"book_date": "Fecha de registro",
|
||||
"process_date": "Fecha de procesamiento",
|
||||
"due_date": "Fecha de vencimiento",
|
||||
"foreign_amount": "Cantidad extranjera",
|
||||
"payment_date": "Fecha de pago",
|
||||
"invoice_date": "Fecha de la factura",
|
||||
"internal_reference": "Referencia interna"
|
||||
"internal_reference": "Referencia interna",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u00bfEst\u00e1 Activo?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "es"
|
||||
"html_language": "es",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Riippuen luomasi tapahtuman tyypist\u00e4, my\u00f6hempien jaotteluiden l\u00e4hde- ja\/tai kohdetilin tyyppi voidaan kumota sen mukaan, mit\u00e4 on m\u00e4\u00e4ritelty tapahtuman ensimm\u00e4isess\u00e4 jaossa.",
|
||||
"multi_account_warning_withdrawal": "Muista, ett\u00e4 my\u00f6hempien jakojen l\u00e4hdetili m\u00e4\u00e4r\u00e4ytyy noston ensimm\u00e4isen jaon m\u00e4\u00e4ritysten mukaan.",
|
||||
"multi_account_warning_deposit": "Muista, ett\u00e4 my\u00f6hempien jakojen kohdetili m\u00e4\u00e4r\u00e4ytyy talletuksen ensimm\u00e4isen jaon m\u00e4\u00e4ritysten mukaan.",
|
||||
"multi_account_warning_transfer": "Muista, ett\u00e4 my\u00f6hempien jakojen l\u00e4hde- ja kohdetili m\u00e4\u00e4r\u00e4ytyv\u00e4t ensimm\u00e4isen jaon m\u00e4\u00e4ritysten mukaan."
|
||||
"multi_account_warning_transfer": "Muista, ett\u00e4 my\u00f6hempien jakojen l\u00e4hde- ja kohdetili m\u00e4\u00e4r\u00e4ytyv\u00e4t ensimm\u00e4isen jaon m\u00e4\u00e4ritysten mukaan.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Toiminnot",
|
||||
"meta_data": "Metatieto",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Ei aktiivinen",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhookit",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL-osoite",
|
||||
"active": "Aktiivinen",
|
||||
"interest_date": "Korkop\u00e4iv\u00e4",
|
||||
"title": "Otsikko",
|
||||
"book_date": "Kirjausp\u00e4iv\u00e4",
|
||||
"process_date": "K\u00e4sittelyp\u00e4iv\u00e4",
|
||||
"due_date": "Er\u00e4p\u00e4iv\u00e4",
|
||||
"foreign_amount": "Ulkomaan summa",
|
||||
"payment_date": "Maksup\u00e4iv\u00e4",
|
||||
"invoice_date": "Laskun p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4",
|
||||
"internal_reference": "Sis\u00e4inen viite"
|
||||
"internal_reference": "Sis\u00e4inen viite",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Aktiivinen?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "fi"
|
||||
"html_language": "fi",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Selon le type d'op\u00e9ration que vous cr\u00e9ez, le(s) compte(s) source et\/ou de destination des ventilations suivantes peuvent \u00eatre remplac\u00e9s par celui de la premi\u00e8re ventilation de l'op\u00e9ration.",
|
||||
"multi_account_warning_withdrawal": "Gardez en t\u00eate que le compte source des ventilations suivantes peut \u00eatre remplac\u00e9 par celui de la premi\u00e8re ventilation de la d\u00e9pense.",
|
||||
"multi_account_warning_deposit": "Gardez en t\u00eate que le compte de destination des ventilations suivantes peut \u00eatre remplac\u00e9 par celui de la premi\u00e8re ventilation du d\u00e9p\u00f4t.",
|
||||
"multi_account_warning_transfer": "Gardez en t\u00eate que les comptes source et de destination des ventilations suivantes peuvent \u00eatre remplac\u00e9s par ceux de la premi\u00e8re ventilation du transfert."
|
||||
"multi_account_warning_transfer": "Gardez en t\u00eate que les comptes source et de destination des ventilations suivantes peuvent \u00eatre remplac\u00e9s par ceux de la premi\u00e8re ventilation du transfert.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "Apr\u00e8s la cr\u00e9ation de l'op\u00e9ration",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "Apr\u00e8s la mise \u00e0 jour de l'op\u00e9ration",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "Apr\u00e8s la suppression de l'op\u00e9ration",
|
||||
"webhook_response_TRANSACTIONS": "D\u00e9tails de l'op\u00e9ration",
|
||||
"webhook_response_ACCOUNTS": "D\u00e9tails du compte",
|
||||
"webhook_response_none_NONE": "Aucun d\u00e9tail",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Actions",
|
||||
"meta_data": "M\u00e9tadonn\u00e9es",
|
||||
"webhook_messages": "Message webhook",
|
||||
"inactive": "Inactif",
|
||||
"no_webhook_messages": "Il n'y a pas de messages webhook",
|
||||
"inspect": "Inspecter",
|
||||
"create_new_webhook": "Cr\u00e9er un nouveau webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indiquer sur quel \u00e9v\u00e9nement le webhook va se d\u00e9clencher",
|
||||
"webhook_response_form_help": "Indiquer ce que le webhook doit envoyer \u00e0 l'URL.",
|
||||
"webhook_delivery_form_help": "Le format dans lequel le webhook doit fournir des donn\u00e9es.",
|
||||
"webhook_active_form_help": "Le webhook doit \u00eatre actif, sinon il ne sera pas appel\u00e9.",
|
||||
"edit_webhook_js": "Modifier le webhook \"{title}\"",
|
||||
"webhook_was_triggered": "Le webhook a \u00e9t\u00e9 d\u00e9clench\u00e9 sur l'op\u00e9ration indiqu\u00e9e. Vous pouvez actualiser cette page pour voir les r\u00e9sultats.",
|
||||
"view_message": "Afficher le message",
|
||||
"view_attempts": "Voir les tentatives \u00e9chou\u00e9es",
|
||||
"message_content_title": "Contenu du message webhook",
|
||||
"message_content_help": "Il s'agit du contenu du message qui a \u00e9t\u00e9 envoy\u00e9 (ou essay\u00e9) avec ce webhook.",
|
||||
"attempt_content_title": "Tentatives de webhook",
|
||||
"attempt_content_help": "Ce sont toutes les tentatives infructueuses de ce message webhook \u00e0 envoyer \u00e0 l'URL configur\u00e9e. Apr\u00e8s un certain temps, Firefly III cessera d'essayer.",
|
||||
"no_attempts": "Il n'y a pas de tentatives infructueuses. C'est une bonne chose !",
|
||||
"webhook_attempt_at": "Tentative \u00e0 {moment}",
|
||||
"logs": "Journaux",
|
||||
"response": "R\u00e9ponse",
|
||||
"visit_webhook_url": "Visiter l'URL du webhook",
|
||||
"reset_webhook_secret": "R\u00e9initialiser le secret du webhook"
|
||||
},
|
||||
"form": {
|
||||
"url": "Liens",
|
||||
"active": "Actif",
|
||||
"interest_date": "Date de valeur (int\u00e9r\u00eats)",
|
||||
"book_date": "Date de r\u00e9servation",
|
||||
"title": "Titre",
|
||||
"book_date": "Date d'enregistrement",
|
||||
"process_date": "Date de traitement",
|
||||
"due_date": "\u00c9ch\u00e9ance",
|
||||
"foreign_amount": "Montant en devise \u00e9trang\u00e8re",
|
||||
"payment_date": "Date de paiement",
|
||||
"invoice_date": "Date de facturation",
|
||||
"internal_reference": "R\u00e9f\u00e9rence interne"
|
||||
"internal_reference": "R\u00e9f\u00e9rence interne",
|
||||
"webhook_response": "R\u00e9ponse",
|
||||
"webhook_trigger": "D\u00e9clencheur",
|
||||
"webhook_delivery": "Distribution"
|
||||
},
|
||||
"list": {
|
||||
"active": "Actif ?",
|
||||
"trigger": "D\u00e9clencheur",
|
||||
"response": "R\u00e9ponse",
|
||||
"delivery": "Distribution",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "fr"
|
||||
"html_language": "fr",
|
||||
"date_time_fns": "do MMMM, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Depending on the type of transaction you create, the source and\/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.",
|
||||
"multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.",
|
||||
"multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.",
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer."
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "M\u0171veletek",
|
||||
"meta_data": "Metaadat",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inakt\u00edv",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Akt\u00edv",
|
||||
"interest_date": "Kamatfizet\u00e9si id\u0151pont",
|
||||
"title": "C\u00edm",
|
||||
"book_date": "K\u00f6nyvel\u00e9s d\u00e1tuma",
|
||||
"process_date": "Feldolgoz\u00e1s d\u00e1tuma",
|
||||
"due_date": "Lej\u00e1rati id\u0151pont",
|
||||
"foreign_amount": "K\u00fclf\u00f6ldi \u00f6sszeg",
|
||||
"payment_date": "Fizet\u00e9s d\u00e1tuma",
|
||||
"invoice_date": "Sz\u00e1mla d\u00e1tuma",
|
||||
"internal_reference": "Bels\u0151 hivatkoz\u00e1s"
|
||||
"internal_reference": "Bels\u0151 hivatkoz\u00e1s",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Akt\u00edv?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "hu"
|
||||
"html_language": "hu",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
151
resources/assets/js/locales/id.json
Normal file
151
resources/assets/js/locales/id.json
Normal file
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"firefly": {
|
||||
"welcome_back": "Apa yang sedang dimainkan?",
|
||||
"flash_error": "Kesalahan!",
|
||||
"flash_success": "Keberhasilan!",
|
||||
"close": "Dekat",
|
||||
"split_transaction_title": "Description of the split transaction",
|
||||
"errors_submission": "There was something wrong with your submission. Please check out the errors.",
|
||||
"split": "Pisah",
|
||||
"single_split": "Pisah",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
|
||||
"transaction_journal_information": "Informasi transaksi",
|
||||
"no_budget_pointer": "Anda tampaknya belum memiliki anggaran. Anda harus membuat beberapa di halaman-<a href=\"budgets\">anggaran<\/a>. Anggaran dapat membantu anda melacak pengeluaran.",
|
||||
"no_bill_pointer": "Anda tampaknya belum memiliki tagihan. Anda harus membuat beberapa di halaman-<a href=\"bills\">tagihan<\/a>. Tagihan dapat membantu anda melacak pengeluaran.",
|
||||
"source_account": "Akun sumber",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"destination_account": "Akun tujuan",
|
||||
"add_another_split": "Tambahkan perpecahan lagi",
|
||||
"submission": "Submission",
|
||||
"create_another": "After storing, return here to create another one.",
|
||||
"reset_after": "Reset form after submission",
|
||||
"submit": "Menyerahkan",
|
||||
"amount": "Jumlah",
|
||||
"date": "Tanggal",
|
||||
"tags": "Tag",
|
||||
"no_budget": "(no budget)",
|
||||
"no_bill": "(no bill)",
|
||||
"category": "Kategori",
|
||||
"attachments": "Lampiran",
|
||||
"notes": "Notes",
|
||||
"external_url": "URL luar",
|
||||
"update_transaction": "Update transaction",
|
||||
"after_update_create_another": "After updating, return here to continue editing.",
|
||||
"store_as_new": "Store as a new transaction instead of updating.",
|
||||
"split_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"none_in_select_list": "(tidak ada)",
|
||||
"no_piggy_bank": "(tidak ada celengan)",
|
||||
"description": "Deskripsi",
|
||||
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"destination_account_reconciliation": "You can't edit the destination account of a reconciliation transaction.",
|
||||
"source_account_reconciliation": "Anda tidak dapat mengedit akun sumber dari transaksi rekonsiliasi.",
|
||||
"budget": "Anggaran",
|
||||
"bill": "Tagihan",
|
||||
"you_create_withdrawal": "You're creating a withdrawal.",
|
||||
"you_create_transfer": "You're creating a transfer.",
|
||||
"you_create_deposit": "You're creating a deposit.",
|
||||
"edit": "Edit",
|
||||
"delete": "Menghapus",
|
||||
"name": "Nama",
|
||||
"profile_whoops": "Whoops!",
|
||||
"profile_something_wrong": "Something went wrong!",
|
||||
"profile_try_again": "Something went wrong. Please try again.",
|
||||
"profile_oauth_clients": "OAuth Clients",
|
||||
"profile_oauth_no_clients": "You have not created any OAuth clients.",
|
||||
"profile_oauth_clients_header": "Clients",
|
||||
"profile_oauth_client_id": "Client ID",
|
||||
"profile_oauth_client_name": "Name",
|
||||
"profile_oauth_client_secret": "Secret",
|
||||
"profile_oauth_create_new_client": "Create New Client",
|
||||
"profile_oauth_create_client": "Create Client",
|
||||
"profile_oauth_edit_client": "Edit Client",
|
||||
"profile_oauth_name_help": "Something your users will recognize and trust.",
|
||||
"profile_oauth_redirect_url": "Redirect URL",
|
||||
"profile_oauth_redirect_url_help": "Your application's authorization callback URL.",
|
||||
"profile_authorized_apps": "Authorized applications",
|
||||
"profile_authorized_clients": "Authorized clients",
|
||||
"profile_scopes": "Scopes",
|
||||
"profile_revoke": "Revoke",
|
||||
"profile_personal_access_tokens": "Personal Access Tokens",
|
||||
"profile_personal_access_token": "Personal Access Token",
|
||||
"profile_personal_access_token_explanation": "Here is your new personal access token. This is the only time it will be shown so don't lose it! You may now use this token to make API requests.",
|
||||
"profile_no_personal_access_token": "You have not created any personal access tokens.",
|
||||
"profile_create_new_token": "Create new token",
|
||||
"profile_create_token": "Create token",
|
||||
"profile_create": "Create",
|
||||
"profile_save_changes": "Save changes",
|
||||
"default_group_title_name": "(ungrouped)",
|
||||
"piggy_bank": "Celengan",
|
||||
"profile_oauth_client_secret_title": "Client Secret",
|
||||
"profile_oauth_client_secret_expl": "Here is your new client secret. This is the only time it will be shown so don't lose it! You may now use this secret to make API requests.",
|
||||
"profile_oauth_confidential": "Confidential",
|
||||
"profile_oauth_confidential_help": "Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.",
|
||||
"multi_account_warning_unknown": "Depending on the type of transaction you create, the source and\/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.",
|
||||
"multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.",
|
||||
"multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.",
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Tindakan",
|
||||
"meta_data": "Data meta",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Tidak-aktif",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Aktif",
|
||||
"interest_date": "Tanggal bunga",
|
||||
"title": "Judul",
|
||||
"book_date": "Tanggal buku",
|
||||
"process_date": "Tanggal pemrosesan",
|
||||
"due_date": "Batas tanggal terakhir",
|
||||
"foreign_amount": "Jumlah asing",
|
||||
"payment_date": "Tanggal pembayaran",
|
||||
"invoice_date": "Tanggal faktur",
|
||||
"internal_reference": "Referensi internal",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Aktif?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "id",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "A seconda del tipo di transazione che hai creato, il conto di origine e\/o destinazione delle successive suddivisioni pu\u00f2 essere sovrascritto da qualsiasi cosa sia definita nella prima suddivisione della transazione.",
|
||||
"multi_account_warning_withdrawal": "Ricorda che il conto di origine delle successive suddivisioni verr\u00e0 sovrascritto da quello definito nella prima suddivisione del prelievo.",
|
||||
"multi_account_warning_deposit": "Ricorda che il conto di destinazione delle successive suddivisioni verr\u00e0 sovrascritto da quello definito nella prima suddivisione del deposito.",
|
||||
"multi_account_warning_transfer": "Ricorda che il conto di origine e il conto di destinazione delle successive suddivisioni verranno sovrascritti da quelli definiti nella prima suddivisione del trasferimento."
|
||||
"multi_account_warning_transfer": "Ricorda che il conto di origine e il conto di destinazione delle successive suddivisioni verranno sovrascritti da quelli definiti nella prima suddivisione del trasferimento.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Azioni",
|
||||
"meta_data": "Meta dati",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Disattivo",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhook",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Attivo",
|
||||
"interest_date": "Data di valuta",
|
||||
"title": "Titolo",
|
||||
"book_date": "Data contabile",
|
||||
"process_date": "Data elaborazione",
|
||||
"due_date": "Data scadenza",
|
||||
"foreign_amount": "Importo estero",
|
||||
"payment_date": "Data pagamento",
|
||||
"invoice_date": "Data fatturazione",
|
||||
"internal_reference": "Riferimento interno"
|
||||
"internal_reference": "Riferimento interno",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Attivo",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "it"
|
||||
"html_language": "it",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "\u4f5c\u6210\u3059\u308b\u53d6\u5f15\u306e\u7a2e\u985e\u306b\u5fdc\u3058\u3066\u3001\u7d9a\u304f\u5206\u5272\u306e\u51fa\u91d1\u5143\u53e3\u5ea7\u3084\u9001\u91d1\u5148\u53e3\u5ea7\u306f\u3001\u53d6\u5f15\u306e\u6700\u521d\u306e\u5206\u5272\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u3082\u306e\u306b\u3088\u3063\u3066\u8986\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002",
|
||||
"multi_account_warning_withdrawal": "\u7d9a\u304f\u5206\u5272\u306e\u51fa\u91d1\u5143\u53e3\u5ea7\u306f\u3001\u51fa\u91d1\u306e\u6700\u521d\u306e\u5206\u5272\u306e\u5b9a\u7fa9\u306b\u3088\u3063\u3066\u8986\u3055\u308c\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
|
||||
"multi_account_warning_deposit": "\u7d9a\u304f\u5206\u5272\u306e\u9001\u91d1\u5148\u53e3\u5ea7\u306f\u3001\u9001\u91d1\u306e\u6700\u521d\u306e\u5206\u5272\u306e\u5b9a\u7fa9\u306b\u3088\u3063\u3066\u8986\u3055\u308c\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
|
||||
"multi_account_warning_transfer": "\u7d9a\u304f\u5206\u5272\u306e\u9001\u91d1\u5148\u53e3\u5ea7\u3068\u51fa\u91d1\u5143\u53e3\u5ea7\u306f\u3001\u9001\u91d1\u306e\u6700\u521d\u306e\u5206\u5272\u306e\u5b9a\u7fa9\u306b\u3088\u3063\u3066\u8986\u3055\u308c\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002"
|
||||
"multi_account_warning_transfer": "\u7d9a\u304f\u5206\u5272\u306e\u9001\u91d1\u5148\u53e3\u5ea7\u3068\u51fa\u91d1\u5143\u53e3\u5ea7\u306f\u3001\u9001\u91d1\u306e\u6700\u521d\u306e\u5206\u5272\u306e\u5b9a\u7fa9\u306b\u3088\u3063\u3066\u8986\u3055\u308c\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "\u64cd\u4f5c",
|
||||
"meta_data": "\u30e1\u30bf\u30c7\u30fc\u30bf",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "\u975e\u30a2\u30af\u30c6\u30a3\u30d6",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "\u6709\u52b9",
|
||||
"interest_date": "\u5229\u606f\u65e5",
|
||||
"title": "\u30bf\u30a4\u30c8\u30eb",
|
||||
"book_date": "\u8a18\u5e33\u65e5",
|
||||
"process_date": "\u51e6\u7406\u65e5",
|
||||
"due_date": "\u671f\u65e5",
|
||||
"foreign_amount": "\u5916\u8ca8\u91d1\u984d",
|
||||
"payment_date": "\u5f15\u304d\u843d\u3068\u3057\u65e5",
|
||||
"invoice_date": "\u9818\u53ce\u66f8\u767a\u884c\u65e5",
|
||||
"internal_reference": "\u5185\u90e8\u53c2\u7167"
|
||||
"internal_reference": "\u5185\u90e8\u53c2\u7167",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u6709\u52b9",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "ja"
|
||||
"html_language": "ja",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -30,7 +30,7 @@
|
||||
"category": "Kategori",
|
||||
"attachments": "Vedlegg",
|
||||
"notes": "Notater",
|
||||
"external_url": "External URL",
|
||||
"external_url": "Ekstern URL",
|
||||
"update_transaction": "Update transaction",
|
||||
"after_update_create_another": "G\u00e5 tilbake hit etter oppdatering, for \u00e5 fortsette \u00e5 redigere.",
|
||||
"store_as_new": "Lagre som en ny transaksjon istedenfor \u00e5 oppdatere.",
|
||||
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Avhengig av hvilken type transaksjon du oppretter, Kilden og\/eller destinasjonskonto for etterf\u00f8lgende delinger kan overstyres av det som er definert i transaksjonens f\u00f8rste del.",
|
||||
"multi_account_warning_withdrawal": "Husk at kildekontoen for etterf\u00f8lgende oppsplitting skal overlates av hva som defineres i den f\u00f8rste delen av uttrekket.",
|
||||
"multi_account_warning_deposit": "Husk at mottakerkontoen for etterf\u00f8lgende oppsplitting skal overstyres av det som er definert i den f\u00f8rste delen av depositumet.",
|
||||
"multi_account_warning_transfer": "Husk at kildens pluss destinasjonskonto med etterf\u00f8lgende oppdeling overstyres av det som er definert i en f\u00f8rste del av overf\u00f8ringen."
|
||||
"multi_account_warning_transfer": "Husk at kildens pluss destinasjonskonto med etterf\u00f8lgende oppdeling overstyres av det som er definert i en f\u00f8rste del av overf\u00f8ringen.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Handlinger",
|
||||
"meta_data": "Metadata",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inaktiv",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Aktiv",
|
||||
"interest_date": "Rentedato",
|
||||
"title": "Tittel",
|
||||
"book_date": "Bokf\u00f8ringsdato",
|
||||
"process_date": "Prosesseringsdato",
|
||||
"due_date": "Forfallsdato",
|
||||
"foreign_amount": "Utenlandske bel\u00f8p",
|
||||
"payment_date": "Betalingsdato",
|
||||
"invoice_date": "Fakturadato",
|
||||
"internal_reference": "Intern referanse"
|
||||
"internal_reference": "Intern referanse",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Er aktiv?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "nb"
|
||||
"html_language": "nb",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Afhankelijk van het type transactie wordt de bron- en\/of doelrekening overschreven door wat er in de eerste split staat.",
|
||||
"multi_account_warning_withdrawal": "De bronrekening wordt overschreven door wat er in de eerste split staat.",
|
||||
"multi_account_warning_deposit": "De doelrekening wordt overschreven door wat er in de eerste split staat.",
|
||||
"multi_account_warning_transfer": "De bron + doelrekening wordt overschreven door wat er in de eerste split staat."
|
||||
"multi_account_warning_transfer": "De bron + doelrekening wordt overschreven door wat er in de eerste split staat.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "Na het maken van een transactie",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "Na het updaten van een transactie",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "Na het verwijderen van een transactie",
|
||||
"webhook_response_TRANSACTIONS": "Transactiedetails",
|
||||
"webhook_response_ACCOUNTS": "Rekeningdetails",
|
||||
"webhook_response_none_NONE": "Geen details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Acties",
|
||||
"meta_data": "Metagegevens",
|
||||
"webhook_messages": "Webhook-bericht",
|
||||
"inactive": "Niet actief",
|
||||
"no_webhook_messages": "Er zijn geen webhook-berichten",
|
||||
"inspect": "Inspecteren",
|
||||
"create_new_webhook": "Maak nieuwe webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Geef aan bij welke gebeurtenis de webhook afgaat",
|
||||
"webhook_response_form_help": "Geef aan wat de webhook mee moet sturen.",
|
||||
"webhook_delivery_form_help": "Geef aan welk dataformaat gebruikt moet worden.",
|
||||
"webhook_active_form_help": "De webhook moet actief zijn anders doet-ie het niet.",
|
||||
"edit_webhook_js": "Webhook \"{title}\" wijzigen",
|
||||
"webhook_was_triggered": "De webhook is getriggerd voor de aangegeven transactie. Je kan deze pagina vernieuwen om de resultaten te bekijken.",
|
||||
"view_message": "Bekijk bericht",
|
||||
"view_attempts": "Bekijk mislukte pogingen",
|
||||
"message_content_title": "Inhoud van webhook-bericht",
|
||||
"message_content_help": "Dit is de inhoud van het bericht dat verzonden was (of niet) met behulp van deze webhook.",
|
||||
"attempt_content_title": "Webhookpogingen",
|
||||
"attempt_content_help": "Dit zijn alle mislukte pogingen van de webhook om data te versturen. Na een paar keer stopt Firefly III met proberen.",
|
||||
"no_attempts": "Er zijn geen mislukte pogingen. Lekker toch?",
|
||||
"webhook_attempt_at": "Poging op {moment}",
|
||||
"logs": "Logboeken",
|
||||
"response": "Reactie",
|
||||
"visit_webhook_url": "Bezoek URL van webhook",
|
||||
"reset_webhook_secret": "Reset webhook-geheim"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Actief",
|
||||
"interest_date": "Rentedatum",
|
||||
"title": "Titel",
|
||||
"book_date": "Boekdatum",
|
||||
"process_date": "Verwerkingsdatum",
|
||||
"due_date": "Vervaldatum",
|
||||
"foreign_amount": "Bedrag in vreemde valuta",
|
||||
"payment_date": "Betalingsdatum",
|
||||
"invoice_date": "Factuurdatum",
|
||||
"internal_reference": "Interne verwijzing"
|
||||
"internal_reference": "Interne verwijzing",
|
||||
"webhook_response": "Reactie",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Bericht"
|
||||
},
|
||||
"list": {
|
||||
"active": "Actief?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Reactie",
|
||||
"delivery": "Bericht",
|
||||
"url": "URL",
|
||||
"secret": "Geheim"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "nl"
|
||||
"html_language": "nl",
|
||||
"date_time_fns": "D MMMM yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "W zale\u017cno\u015bci od rodzaju transakcji, kt\u00f3r\u0105 tworzysz, konto \u017ar\u00f3d\u0142owe i\/lub docelowe kolejnych podzia\u0142\u00f3w mo\u017ce zosta\u0107 ustawione na konto zdefiniowane w pierwszym podziale transakcji.",
|
||||
"multi_account_warning_withdrawal": "Pami\u0119taj, \u017ce konto \u017ar\u00f3d\u0142owe kolejnych podzia\u0142\u00f3w zostanie ustawione na konto zdefiniowane w pierwszym podziale wyp\u0142aty.",
|
||||
"multi_account_warning_deposit": "Pami\u0119taj, \u017ce konto docelowe kolejnych podzia\u0142\u00f3w zostanie ustawione na konto zdefiniowane w pierwszym podziale wp\u0142aty.",
|
||||
"multi_account_warning_transfer": "Pami\u0119taj, \u017ce konta \u017ar\u00f3d\u0142owe i docelowe kolejnych podzia\u0142\u00f3w zostan\u0105 ustawione na konto zdefiniowane w pierwszym podziale transferu."
|
||||
"multi_account_warning_transfer": "Pami\u0119taj, \u017ce konta \u017ar\u00f3d\u0142owe i docelowe kolejnych podzia\u0142\u00f3w zostan\u0105 ustawione na konto zdefiniowane w pierwszym podziale transferu.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "Po utworzeniu transakcji",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "Po zmodyfikowaniu transakcji",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "Po usuni\u0119ciu transakcji",
|
||||
"webhook_response_TRANSACTIONS": "Szczeg\u00f3\u0142y transakcji",
|
||||
"webhook_response_ACCOUNTS": "Szczeg\u00f3\u0142y konta",
|
||||
"webhook_response_none_NONE": "Brak szczeg\u00f3\u0142\u00f3w",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Akcje",
|
||||
"meta_data": "Metadane",
|
||||
"webhook_messages": "Wiadomo\u015b\u0107 webhook'a",
|
||||
"inactive": "Nieaktywne",
|
||||
"no_webhook_messages": "Brak wiadomo\u015bci webhook",
|
||||
"inspect": "Zbadaj",
|
||||
"create_new_webhook": "Utw\u00f3rz nowy webhook",
|
||||
"webhooks": "Webhooki",
|
||||
"webhook_trigger_form_help": "Wska\u017c zdarzenie do wyzwolenia webhook'a",
|
||||
"webhook_response_form_help": "Wska\u017c, co webhook musi przes\u0142a\u0107 do adresu URL.",
|
||||
"webhook_delivery_form_help": "W jakim formacie webhook musi dostarcza\u0107 dane.",
|
||||
"webhook_active_form_help": "Webhook musi by\u0107 aktywny lub nie zostanie wywo\u0142any.",
|
||||
"edit_webhook_js": "Edytuj webhook \"{title}\"",
|
||||
"webhook_was_triggered": "Webhook zosta\u0142 uruchomiony we wskazanej transakcji. Mo\u017cesz od\u015bwie\u017cy\u0107 stron\u0119, aby zobaczy\u0107 wyniki.",
|
||||
"view_message": "Podgl\u0105d wiadomo\u015bci",
|
||||
"view_attempts": "Podgl\u0105d nieudanych pr\u00f3b",
|
||||
"message_content_title": "Tre\u015b\u0107 wiadomo\u015bci webhook'a",
|
||||
"message_content_help": "To jest zawarto\u015b\u0107 wiadomo\u015bci, kt\u00f3ra zosta\u0142a wys\u0142ana (lub pr\u00f3bowano wys\u0142a\u0107) za pomoc\u0105 tego webhooka.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "Nie ma nieudanych pr\u00f3b. To dobrze!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Odpowied\u017a",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Aktywny",
|
||||
"interest_date": "Data odsetek",
|
||||
"title": "Tytu\u0142",
|
||||
"book_date": "Data ksi\u0119gowania",
|
||||
"process_date": "Data przetworzenia",
|
||||
"due_date": "Termin realizacji",
|
||||
"foreign_amount": "Kwota zagraniczna",
|
||||
"payment_date": "Data p\u0142atno\u015bci",
|
||||
"invoice_date": "Data faktury",
|
||||
"internal_reference": "Wewn\u0119trzny numer"
|
||||
"internal_reference": "Wewn\u0119trzny numer",
|
||||
"webhook_response": "Odpowied\u017a",
|
||||
"webhook_trigger": "Wyzwalacz",
|
||||
"webhook_delivery": "Dor\u0119czenie"
|
||||
},
|
||||
"list": {
|
||||
"active": "Jest aktywny?",
|
||||
"trigger": "Wyzwalacz",
|
||||
"response": "Odpowied\u017a",
|
||||
"delivery": "Dor\u0119czenie",
|
||||
"url": "URL",
|
||||
"secret": "Sekret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "pl"
|
||||
"html_language": "pl",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Dependendo do tipo de transa\u00e7\u00e3o que voc\u00ea criar, a conta de origem e\/ou de destino das divis\u00f5es subsequentes pode ser sobrescrita pelo que estiver definido na primeira divis\u00e3o da transa\u00e7\u00e3o.",
|
||||
"multi_account_warning_withdrawal": "Tenha em mente que a conta de origem das subsequentes divis\u00f5es ser\u00e1 sobrescrita pelo que estiver definido na primeira divis\u00e3o da sa\u00edda.",
|
||||
"multi_account_warning_deposit": "Tenha em mente que a conta de destino das divis\u00f5es subsequentes ser\u00e1 sobrescrita pelo que estiver definido na primeira divis\u00e3o da entrada.",
|
||||
"multi_account_warning_transfer": "Tenha em mente que a conta de origem + de destino das divis\u00f5es subsequentes ser\u00e1 sobrescrita pelo que for definido na primeira divis\u00e3o da transfer\u00eancia."
|
||||
"multi_account_warning_transfer": "Tenha em mente que a conta de origem + de destino das divis\u00f5es subsequentes ser\u00e1 sobrescrita pelo que for definido na primeira divis\u00e3o da transfer\u00eancia.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "A\u00e7\u00f5es",
|
||||
"meta_data": "Meta dados",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inativo",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "link",
|
||||
"active": "Ativar",
|
||||
"interest_date": "Data de interesse",
|
||||
"title": "T\u00edtulo",
|
||||
"book_date": "Data reserva",
|
||||
"process_date": "Data de processamento",
|
||||
"due_date": "Data de vencimento",
|
||||
"foreign_amount": "Montante em moeda estrangeira",
|
||||
"payment_date": "Data de pagamento",
|
||||
"invoice_date": "Data da Fatura",
|
||||
"internal_reference": "Refer\u00eancia interna"
|
||||
"internal_reference": "Refer\u00eancia interna",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Est\u00e1 ativo?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "pt-br"
|
||||
"html_language": "pt-br",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -30,7 +30,7 @@
|
||||
"category": "Categoria",
|
||||
"attachments": "Anexos",
|
||||
"notes": "Notas",
|
||||
"external_url": "External URL",
|
||||
"external_url": "URL Externo",
|
||||
"update_transaction": "Actualizar transac\u00e7\u00e3o",
|
||||
"after_update_create_another": "Ap\u00f3s a atualiza\u00e7\u00e3o, regresse aqui para continuar a editar.",
|
||||
"store_as_new": "Guarde como uma nova transa\u00e7\u00e3o em vez de atualizar.",
|
||||
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Dependendo do tipo de transi\u00e7\u00e3o que quer criar, a conta de origem e\/ou a destino de subsequentes divis\u00f5es pode ser sub-escrita por quaisquer regra definida na primeira divis\u00e3o da transa\u00e7\u00e3o.",
|
||||
"multi_account_warning_withdrawal": "Mantenha em mente que a conta de origem de divis\u00f5es subsequentes ser\u00e1 sobre-escrita por quaisquer regra definida na primeira divis\u00e3o do levantamento.",
|
||||
"multi_account_warning_deposit": "Mantenha em mente que a conta de destino de divis\u00f5es subsequentes ser\u00e1 sobre-escrita por quaisquer regra definida na primeira divis\u00e3o do dep\u00f3sito.",
|
||||
"multi_account_warning_transfer": "Mantenha em mente que a conta de origem + destino de divis\u00f5es subsequentes ser\u00e3o sobre-escritas por quaisquer regras definidas na divis\u00e3o da transfer\u00eancia."
|
||||
"multi_account_warning_transfer": "Mantenha em mente que a conta de origem + destino de divis\u00f5es subsequentes ser\u00e3o sobre-escritas por quaisquer regras definidas na divis\u00e3o da transfer\u00eancia.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "A\u00e7\u00f5es",
|
||||
"meta_data": "Meta dados",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inactivo",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Activo",
|
||||
"interest_date": "Data de juros",
|
||||
"title": "Titulo",
|
||||
"book_date": "Data de registo",
|
||||
"process_date": "Data de processamento",
|
||||
"due_date": "Data de vencimento",
|
||||
"foreign_amount": "Montante estrangeiro",
|
||||
"payment_date": "Data de pagamento",
|
||||
"invoice_date": "Data da factura",
|
||||
"internal_reference": "Referencia interna"
|
||||
"internal_reference": "Referencia interna",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Esta activo?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "pt"
|
||||
"html_language": "pt",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -30,7 +30,7 @@
|
||||
"category": "Categorie",
|
||||
"attachments": "Ata\u0219amente",
|
||||
"notes": "Noti\u021be",
|
||||
"external_url": "External URL",
|
||||
"external_url": "URL extern",
|
||||
"update_transaction": "Actualiza\u021bi tranzac\u021bia",
|
||||
"after_update_create_another": "Dup\u0103 actualizare, reveni\u021bi aici pentru a continua editarea.",
|
||||
"store_as_new": "Stoca\u021bi ca o tranzac\u021bie nou\u0103 \u00een loc s\u0103 actualiza\u021bi.",
|
||||
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "\u00cen func\u021bie de tipul de tranzac\u021bie pe care o crea\u021bi, contul sursei \u0219i\/sau destina\u021biei frac\u021bion\u0103rilor ulterioare poate fi dep\u0103\u0219it cu orice se define\u0219te \u00een prima \u00eemp\u0103r\u021bire a tranzac\u021biei.",
|
||||
"multi_account_warning_withdrawal": "Re\u0163ine\u0163i faptul c\u0103 sursa scind\u0103rilor ulterioare va fi anulat\u0103 de orice altceva definit \u00een prima \u00eemp\u0103r\u0163ire a retragerii.",
|
||||
"multi_account_warning_deposit": "\u021aine\u021bi cont de faptul c\u0103 destina\u021bia scind\u0103rilor ulterioare va fi dep\u0103\u0219it\u0103 cu orice se define\u0219te la prima \u00eemp\u0103r\u021bire a depozitului.",
|
||||
"multi_account_warning_transfer": "Re\u0163ine\u0163i faptul c\u0103 contul sursei + destina\u0163ia frac\u0163ion\u0103rilor ulterioare va fi anulat de orice se define\u015fte \u00een prima \u00eemp\u0103r\u0163ire a transferului."
|
||||
"multi_account_warning_transfer": "Re\u0163ine\u0163i faptul c\u0103 contul sursei + destina\u0163ia frac\u0163ion\u0103rilor ulterioare va fi anulat de orice se define\u015fte \u00een prima \u00eemp\u0103r\u0163ire a transferului.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Ac\u021biuni",
|
||||
"meta_data": "Date meta",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inactiv",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhook-uri",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Activ",
|
||||
"interest_date": "Data de interes",
|
||||
"title": "Titlu",
|
||||
"book_date": "Rezerv\u0103 dat\u0103",
|
||||
"process_date": "Data proces\u0103rii",
|
||||
"due_date": "Data scadent\u0103",
|
||||
"foreign_amount": "Sum\u0103 str\u0103in\u0103",
|
||||
"payment_date": "Data de plat\u0103",
|
||||
"invoice_date": "Data facturii",
|
||||
"internal_reference": "Referin\u021b\u0103 intern\u0103"
|
||||
"internal_reference": "Referin\u021b\u0103 intern\u0103",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Este activ?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "ro"
|
||||
"html_language": "ro",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -9,7 +9,7 @@
|
||||
"split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c",
|
||||
"single_split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u0430\u044f \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID} (\"{title}\")<\/a> \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> (\"{title}\") \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430.",
|
||||
"transaction_journal_information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
|
||||
"no_budget_pointer": "\u041f\u043e\u0445\u043e\u0436\u0435, \u0443 \u0432\u0430\u0441 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u0431\u044e\u0434\u0436\u0435\u0442\u043e\u0432. \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438\u0445 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 <a href=\"budgets\">\u0411\u044e\u0434\u0436\u0435\u0442\u044b<\/a>. \u0411\u044e\u0434\u0436\u0435\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434\u044b.",
|
||||
@@ -30,7 +30,7 @@
|
||||
"category": "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f",
|
||||
"attachments": "\u0412\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
|
||||
"notes": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438",
|
||||
"external_url": "External URL",
|
||||
"external_url": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 URL-\u0430\u0434\u0440\u0435\u0441",
|
||||
"update_transaction": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e",
|
||||
"after_update_create_another": "\u041f\u043e\u0441\u043b\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0435\u0440\u043d\u0438\u0442\u0435\u0441\u044c \u0441\u044e\u0434\u0430, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435.",
|
||||
"store_as_new": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a \u043d\u043e\u0432\u0443\u044e \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u0432\u043c\u0435\u0441\u0442\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f.",
|
||||
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "\u0412 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0442\u0438\u043f\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u0441\u043e\u0437\u0434\u0430\u0451\u0442\u0435, \u0441\u0447\u0451\u0442-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0438\/\u0438\u043b\u0438 \u0441\u0447\u0451\u0442 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0447\u0430\u0441\u0442\u0435\u0439 \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u043c\u0435\u043d\u0435\u043d\u044b \u0442\u0435\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u044b \u0434\u043b\u044f \u043f\u0435\u0440\u0432\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438.",
|
||||
"multi_account_warning_withdrawal": "\u0418\u043c\u0435\u0439\u0442\u0435 \u0432 \u0432\u0438\u0434\u0443, \u0447\u0442\u043e \u0441\u0447\u0451\u0442-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u0447\u0430\u0441\u0442\u044f\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0442\u0430\u043a\u0438\u043c \u0436\u0435, \u043a\u0430\u043a \u0432 \u043f\u0435\u0440\u0432\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0440\u0430\u0441\u0445\u043e\u0434\u0430.",
|
||||
"multi_account_warning_deposit": "\u0418\u043c\u0435\u0439\u0442\u0435 \u0432 \u0432\u0438\u0434\u0443, \u0447\u0442\u043e \u0441\u0447\u0451\u0442 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u0447\u0430\u0441\u0442\u044f\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u0431\u0443\u0434\u0435\u0442 \u0442\u0430\u043a\u0438\u043c \u0436\u0435, \u043a\u0430\u043a \u0432 \u043f\u0435\u0440\u0432\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0434\u043e\u0445\u043e\u0434\u0430.",
|
||||
"multi_account_warning_transfer": "\u0418\u043c\u0435\u0439\u0442\u0435 \u0432 \u0432\u0438\u0434\u0443, \u0447\u0442\u043e \u0441\u0447\u0451\u0442-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0438 \u0441\u0447\u0451\u0442 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u0447\u0430\u0441\u0442\u044f\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u0431\u0443\u0434\u0443\u0442 \u0442\u0430\u043a\u0438\u043c\u0438 \u0436\u0435, \u043a\u0430\u043a \u0432 \u043f\u0435\u0440\u0432\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430."
|
||||
"multi_account_warning_transfer": "\u0418\u043c\u0435\u0439\u0442\u0435 \u0432 \u0432\u0438\u0434\u0443, \u0447\u0442\u043e \u0441\u0447\u0451\u0442-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0438 \u0441\u0447\u0451\u0442 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u0447\u0430\u0441\u0442\u044f\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u0431\u0443\u0434\u0443\u0442 \u0442\u0430\u043a\u0438\u043c\u0438 \u0436\u0435, \u043a\u0430\u043a \u0432 \u043f\u0435\u0440\u0432\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f",
|
||||
"meta_data": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "\u0412\u0435\u0431-\u0445\u0443\u043a\u0438",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "\u0421\u0441\u044b\u043b\u043a\u0430",
|
||||
"active": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439",
|
||||
"interest_date": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u043e\u0432",
|
||||
"title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
|
||||
"book_date": "\u0414\u0430\u0442\u0430 \u0431\u0440\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f",
|
||||
"process_date": "\u0414\u0430\u0442\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438",
|
||||
"due_date": "\u0421\u0440\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b",
|
||||
"foreign_amount": "\u0421\u0443\u043c\u043c\u0430 \u0432 \u0438\u043d\u043e\u0441\u0442\u0440\u0430\u043d\u043d\u043e\u0439 \u0432\u0430\u043b\u044e\u0442\u0435",
|
||||
"payment_date": "\u0414\u0430\u0442\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430",
|
||||
"invoice_date": "\u0414\u0430\u0442\u0430 \u0432\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0447\u0451\u0442\u0430",
|
||||
"internal_reference": "\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u0441\u0441\u044b\u043b\u043a\u0430"
|
||||
"internal_reference": "\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u0441\u0441\u044b\u043b\u043a\u0430",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u0410\u043a\u0442\u0438\u0432\u0435\u043d?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "ru"
|
||||
"html_language": "ru",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -30,7 +30,7 @@
|
||||
"category": "Kateg\u00f3ria",
|
||||
"attachments": "Pr\u00edlohy",
|
||||
"notes": "Pozn\u00e1mky",
|
||||
"external_url": "External URL",
|
||||
"external_url": "Extern\u00e1 URL",
|
||||
"update_transaction": "Upravi\u0165 transakciu",
|
||||
"after_update_create_another": "Po aktualiz\u00e1cii sa vr\u00e1ti\u0165 sp\u00e4\u0165 a pokra\u010dova\u0165 v \u00faprav\u00e1ch.",
|
||||
"store_as_new": "Namiesto aktualiz\u00e1cie ulo\u017ei\u0165 ako nov\u00fa transakciu.",
|
||||
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "V z\u00e1vislosti od typu vytvorenej transakcie, m\u00f4\u017ee by\u0165 zdrojov\u00fd a\/alebo cie\u013eov\u00fd \u00fa\u010det n\u00e1sledn\u00fdch roz\u00fa\u010dtovan\u00ed prep\u00edsan\u00fd \u00fadajmi v prvom rozdelen\u00ed transakcie.",
|
||||
"multi_account_warning_withdrawal": "Majte na pam\u00e4ti, \u017ee zdrojov\u00fd bankov\u00fd \u00fa\u010det n\u00e1sledn\u00fdch roz\u00fa\u010dtovan\u00ed bude prep\u00edsan\u00fd t\u00fdm, \u010do je definovan\u00e9 v prvom rozdelen\u00ed v\u00fdberu.",
|
||||
"multi_account_warning_deposit": "Majte na pam\u00e4ti, \u017ee zdrojov\u00fd bankov\u00fd \u00fa\u010det n\u00e1sledn\u00fdch roz\u00fa\u010dtovan\u00ed bude prep\u00edsan\u00fd t\u00fdm, \u010do je definovan\u00e9 v prvom roz\u00fa\u010dtovan\u00ed vkladu.",
|
||||
"multi_account_warning_transfer": "Majte na pam\u00e4ti, \u017ee zdrojov\u00fd a cie\u013eov\u00fd bankov\u00fd \u00fa\u010det n\u00e1sledn\u00fdch roz\u00fa\u010dtovan\u00ed bude prep\u00edsan\u00fd t\u00fdm, \u010do je definovan\u00e9 v prvom roz\u00fa\u010dtovan\u00ed prevodu."
|
||||
"multi_account_warning_transfer": "Majte na pam\u00e4ti, \u017ee zdrojov\u00fd a cie\u013eov\u00fd bankov\u00fd \u00fa\u010det n\u00e1sledn\u00fdch roz\u00fa\u010dtovan\u00ed bude prep\u00edsan\u00fd t\u00fdm, \u010do je definovan\u00e9 v prvom roz\u00fa\u010dtovan\u00ed prevodu.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Akcie",
|
||||
"meta_data": "Metadata",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Neakt\u00edvne",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooky",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Akt\u00edvne",
|
||||
"interest_date": "\u00darokov\u00fd d\u00e1tum",
|
||||
"title": "N\u00e1zov",
|
||||
"book_date": "D\u00e1tum rezerv\u00e1cie",
|
||||
"process_date": "D\u00e1tum spracovania",
|
||||
"due_date": "D\u00e1tum splatnosti",
|
||||
"foreign_amount": "Suma v cudzej mene",
|
||||
"payment_date": "D\u00e1tum \u00fahrady",
|
||||
"invoice_date": "D\u00e1tum vystavenia",
|
||||
"internal_reference": "Intern\u00e1 referencia"
|
||||
"internal_reference": "Intern\u00e1 referencia",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Akt\u00edvne?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "sk"
|
||||
"html_language": "sk",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
151
resources/assets/js/locales/sl.json
Normal file
151
resources/assets/js/locales/sl.json
Normal file
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"firefly": {
|
||||
"welcome_back": "Kaj dogaja?",
|
||||
"flash_error": "Napaka!",
|
||||
"flash_success": "Uspelo je!",
|
||||
"close": "zapri",
|
||||
"split_transaction_title": "Opis deljene transakcije",
|
||||
"errors_submission": "There was something wrong with your submission. Please check out the errors.",
|
||||
"split": "Razdeli",
|
||||
"single_split": "Razdeli",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
|
||||
"transaction_journal_information": "Informacije o transakciji",
|
||||
"no_budget_pointer": "You seem to have no budgets yet. You should create some on the <a href=\"budgets\">budgets<\/a>-page. Budgets can help you keep track of expenses.",
|
||||
"no_bill_pointer": "You seem to have no bills yet. You should create some on the <a href=\"bills\">bills<\/a>-page. Bills can help you keep track of expenses.",
|
||||
"source_account": "Izvorni ra\u010dun",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"destination_account": "Ciljni ra\u010dun",
|
||||
"add_another_split": "Dodaj delitev",
|
||||
"submission": "Submission",
|
||||
"create_another": "After storing, return here to create another one.",
|
||||
"reset_after": "Reset form after submission",
|
||||
"submit": "Potrdi",
|
||||
"amount": "Znesek",
|
||||
"date": "Datum",
|
||||
"tags": "Oznake",
|
||||
"no_budget": "(brez prora\u010duna)",
|
||||
"no_bill": "(no bill)",
|
||||
"category": "Kategorija",
|
||||
"attachments": "Priloge",
|
||||
"notes": "Opombe",
|
||||
"external_url": "External URL",
|
||||
"update_transaction": "Update transaction",
|
||||
"after_update_create_another": "After updating, return here to continue editing.",
|
||||
"store_as_new": "Store as a new transaction instead of updating.",
|
||||
"split_title_help": "\u010ce ustvarite deljeno transakcijo, mora obstajati globalni opis za vse dele transakcije.",
|
||||
"none_in_select_list": "(brez)",
|
||||
"no_piggy_bank": "(brez hranilnika)",
|
||||
"description": "Opis",
|
||||
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"destination_account_reconciliation": "Pri usklajevalni transakciji ni mo\u017eno urejati ciljnega ra\u010duna.",
|
||||
"source_account_reconciliation": "Pri usklajevalni transakciji ni mo\u017eno urejati izvornega ra\u010duna.",
|
||||
"budget": "Prora\u010dun",
|
||||
"bill": "Trajnik",
|
||||
"you_create_withdrawal": "You're creating a withdrawal.",
|
||||
"you_create_transfer": "You're creating a transfer.",
|
||||
"you_create_deposit": "You're creating a deposit.",
|
||||
"edit": "uredi",
|
||||
"delete": "izbri\u0161i",
|
||||
"name": "Ime",
|
||||
"profile_whoops": "Whoops!",
|
||||
"profile_something_wrong": "Something went wrong!",
|
||||
"profile_try_again": "Something went wrong. Please try again.",
|
||||
"profile_oauth_clients": "OAuth Clients",
|
||||
"profile_oauth_no_clients": "You have not created any OAuth clients.",
|
||||
"profile_oauth_clients_header": "Clients",
|
||||
"profile_oauth_client_id": "Client ID",
|
||||
"profile_oauth_client_name": "Name",
|
||||
"profile_oauth_client_secret": "Secret",
|
||||
"profile_oauth_create_new_client": "Create New Client",
|
||||
"profile_oauth_create_client": "Create Client",
|
||||
"profile_oauth_edit_client": "Edit Client",
|
||||
"profile_oauth_name_help": "Something your users will recognize and trust.",
|
||||
"profile_oauth_redirect_url": "Redirect URL",
|
||||
"profile_oauth_redirect_url_help": "Your application's authorization callback URL.",
|
||||
"profile_authorized_apps": "Authorized applications",
|
||||
"profile_authorized_clients": "Authorized clients",
|
||||
"profile_scopes": "Scopes",
|
||||
"profile_revoke": "Revoke",
|
||||
"profile_personal_access_tokens": "Personal Access Tokens",
|
||||
"profile_personal_access_token": "Personal Access Token",
|
||||
"profile_personal_access_token_explanation": "Here is your new personal access token. This is the only time it will be shown so don't lose it! You may now use this token to make API requests.",
|
||||
"profile_no_personal_access_token": "You have not created any personal access tokens.",
|
||||
"profile_create_new_token": "Create new token",
|
||||
"profile_create_token": "Create token",
|
||||
"profile_create": "Create",
|
||||
"profile_save_changes": "Save changes",
|
||||
"default_group_title_name": "(ungrouped)",
|
||||
"piggy_bank": "Dodaj hranilnik",
|
||||
"profile_oauth_client_secret_title": "Client Secret",
|
||||
"profile_oauth_client_secret_expl": "Here is your new client secret. This is the only time it will be shown so don't lose it! You may now use this secret to make API requests.",
|
||||
"profile_oauth_confidential": "Confidential",
|
||||
"profile_oauth_confidential_help": "Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.",
|
||||
"multi_account_warning_unknown": "Depending on the type of transaction you create, the source and\/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.",
|
||||
"multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.",
|
||||
"multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.",
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Dejanja",
|
||||
"meta_data": "Meta podatki",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Neaktivno",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Aktivno",
|
||||
"interest_date": "Datum obresti",
|
||||
"title": "Naslov",
|
||||
"book_date": "Datum knji\u017eenja",
|
||||
"process_date": "Datum obdelave",
|
||||
"due_date": "Datum zapadlosti",
|
||||
"foreign_amount": "Tuj znesek",
|
||||
"payment_date": "Datum pla\u010dila",
|
||||
"invoice_date": "Datum ra\u010duna",
|
||||
"internal_reference": "Notranji sklic",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Aktiviran?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "sl",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Beroende p\u00e5 vilken typ av transaktion du skapar, k\u00e4llan och\/eller destinationskontot f\u00f6r efterf\u00f6ljande delningar kan \u00e5sidos\u00e4ttas av vad som \u00e4n definieras i den f\u00f6rsta delningen av transaktionen.",
|
||||
"multi_account_warning_withdrawal": "T\u00e4nk p\u00e5 att k\u00e4llkontot f\u00f6r efterf\u00f6ljande uppdelningar kommer att upph\u00e4vas av vad som \u00e4n definieras i den f\u00f6rsta uppdelningen av uttaget.",
|
||||
"multi_account_warning_deposit": "T\u00e4nk p\u00e5 att destinationskontot f\u00f6r efterf\u00f6ljande uppdelningar kommer att styras av vad som \u00e4n definieras i den f\u00f6rsta uppdelningen av ins\u00e4ttningen.",
|
||||
"multi_account_warning_transfer": "T\u00e4nk p\u00e5 att k\u00e4ll + destinationskonto av efterf\u00f6ljande delningar kommer att styras av vad som definieras i den f\u00f6rsta uppdelningen av \u00f6verf\u00f6ringen."
|
||||
"multi_account_warning_transfer": "T\u00e4nk p\u00e5 att k\u00e4ll + destinationskonto av efterf\u00f6ljande delningar kommer att styras av vad som definieras i den f\u00f6rsta uppdelningen av \u00f6verf\u00f6ringen.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "\u00c5tg\u00e4rder",
|
||||
"meta_data": "Metadata",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inaktiv",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhookar",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "L\u00e4nk",
|
||||
"active": "Aktiv",
|
||||
"interest_date": "R\u00e4ntedatum",
|
||||
"title": "Titel",
|
||||
"book_date": "Bokf\u00f6ringsdatum",
|
||||
"process_date": "Behandlingsdatum",
|
||||
"due_date": "F\u00f6rfallodatum",
|
||||
"foreign_amount": "Utl\u00e4ndskt belopp",
|
||||
"payment_date": "Betalningsdatum",
|
||||
"invoice_date": "Fakturadatum",
|
||||
"internal_reference": "Intern referens"
|
||||
"internal_reference": "Intern referens",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u00c4r aktiv?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "sv"
|
||||
"html_language": "sv",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
151
resources/assets/js/locales/tr.json
Normal file
151
resources/assets/js/locales/tr.json
Normal file
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"firefly": {
|
||||
"welcome_back": "Neler oluyor?",
|
||||
"flash_error": "Hata!",
|
||||
"flash_success": "Ba\u015far\u0131l\u0131!",
|
||||
"close": "Kapat",
|
||||
"split_transaction_title": "Description of the split transaction",
|
||||
"errors_submission": "There was something wrong with your submission. Please check out the errors.",
|
||||
"split": "B\u00f6l",
|
||||
"single_split": "B\u00f6l",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0130\u015flem #{ID} (\"{title}\")<\/a> sakl\u0131 olmu\u015ftur.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0130\u015flem #{ID}<\/a>sakl\u0131 olmu\u015ftur.",
|
||||
"transaction_journal_information": "\u0130\u015flem Bilgileri",
|
||||
"no_budget_pointer": "Hen\u00fcz b\u00fct\u00e7eniz yok gibi g\u00f6r\u00fcn\u00fcyor. <a href=\"budgets\">b\u00fct\u00e7eler<\/a> sayfas\u0131nda biraz olu\u015fturmal\u0131s\u0131n\u0131z. B\u00fct\u00e7eler, giderleri takip etmenize yard\u0131mc\u0131 olabilir.",
|
||||
"no_bill_pointer": "Hen\u00fcz faturan\u0131z yok gibi g\u00f6r\u00fcn\u00fcyor. <a href=\"bills\">faturalar<\/a> sayfas\u0131nda biraz olu\u015fturmal\u0131s\u0131n\u0131z. Faturalar, harcamalar\u0131 takip etmenize yard\u0131mc\u0131 olabilir.",
|
||||
"source_account": "Kaynak hesap",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"destination_account": "Hedef hesap",
|
||||
"add_another_split": "Ba\u015fka bir b\u00f6lme ekle",
|
||||
"submission": "Submission",
|
||||
"create_another": "After storing, return here to create another one.",
|
||||
"reset_after": "Reset form after submission",
|
||||
"submit": "G\u00f6nder",
|
||||
"amount": "Miktar",
|
||||
"date": "Tarih",
|
||||
"tags": "Etiketler",
|
||||
"no_budget": "(b\u00fct\u00e7e yok)",
|
||||
"no_bill": "(hay\u0131r bill)",
|
||||
"category": "Kategori",
|
||||
"attachments": "Ekler",
|
||||
"notes": "Notlar",
|
||||
"external_url": "Harici URL",
|
||||
"update_transaction": "Update transaction",
|
||||
"after_update_create_another": "After updating, return here to continue editing.",
|
||||
"store_as_new": "Store as a new transaction instead of updating.",
|
||||
"split_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"none_in_select_list": "(Yok)",
|
||||
"no_piggy_bank": "(kumbara bankas\u0131 yok)",
|
||||
"description": "A\u00e7\u0131klama",
|
||||
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"destination_account_reconciliation": "Bir mutabakat i\u015fleminin hedef hesab\u0131n\u0131 d\u00fczenleyemezsiniz.",
|
||||
"source_account_reconciliation": "Bir mutabakat i\u015fleminin kaynak hesab\u0131n\u0131 d\u00fczenleyemezsiniz.",
|
||||
"budget": "B\u00fct\u00e7e",
|
||||
"bill": "Fatura",
|
||||
"you_create_withdrawal": "You're creating a withdrawal.",
|
||||
"you_create_transfer": "You're creating a transfer.",
|
||||
"you_create_deposit": "You're creating a deposit.",
|
||||
"edit": "D\u00fczenle",
|
||||
"delete": "Sil",
|
||||
"name": "\u0130sim",
|
||||
"profile_whoops": "Hoppala!",
|
||||
"profile_something_wrong": "Bir \u015feyler ters gitti!",
|
||||
"profile_try_again": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen tekrar deneyin.",
|
||||
"profile_oauth_clients": "OAuth Clients",
|
||||
"profile_oauth_no_clients": "You have not created any OAuth clients.",
|
||||
"profile_oauth_clients_header": "Clients",
|
||||
"profile_oauth_client_id": "Client ID",
|
||||
"profile_oauth_client_name": "Name",
|
||||
"profile_oauth_client_secret": "Secret",
|
||||
"profile_oauth_create_new_client": "Create New Client",
|
||||
"profile_oauth_create_client": "M\u00fc\u015fteri Olu\u015ftur",
|
||||
"profile_oauth_edit_client": "\u0130stemciyi D\u00fczenle",
|
||||
"profile_oauth_name_help": "Kullan\u0131c\u0131lar\u0131n\u0131z\u0131n tan\u0131yaca\u011f\u0131 ve g\u00fcvenece\u011fi bir \u015fey.",
|
||||
"profile_oauth_redirect_url": "URL'yi y\u00f6nlendir",
|
||||
"profile_oauth_redirect_url_help": "Uygulaman\u0131z\u0131n yetkilendirme geri arama URL'si.",
|
||||
"profile_authorized_apps": "Yetkili uygulamalar",
|
||||
"profile_authorized_clients": "Yetkili m\u00fc\u015fteriler",
|
||||
"profile_scopes": "Kapsamalar",
|
||||
"profile_revoke": "\u0130ptal etmek",
|
||||
"profile_personal_access_tokens": "Ki\u015fisel Eri\u015fim Belirte\u00e7leri",
|
||||
"profile_personal_access_token": "Ki\u015fisel Eri\u015fim Belirteci",
|
||||
"profile_personal_access_token_explanation": "\u0130\u015fte yeni ki\u015fisel eri\u015fim belirteciniz. Bu g\u00f6sterilecek tek zaman, bu y\u00fczden onu kaybetme! Art\u0131k API istekleri yapmak i\u00e7in bu belirtecini kullanabilirsiniz.",
|
||||
"profile_no_personal_access_token": "Herhangi bir ki\u015fisel eri\u015fim belirteci olu\u015fturmad\u0131n\u0131z.",
|
||||
"profile_create_new_token": "Yeni belirte\u00e7 olu\u015ftur",
|
||||
"profile_create_token": "Belirte\u00e7 olu\u015ftur",
|
||||
"profile_create": "Belirte\u00e7 olu\u015fturma",
|
||||
"profile_save_changes": "De\u011fi\u015fiklikleri kaydet",
|
||||
"default_group_title_name": "(ungrouped)",
|
||||
"piggy_bank": "Kumbara",
|
||||
"profile_oauth_client_secret_title": "M\u00fc\u015fteri S\u0131rr\u0131",
|
||||
"profile_oauth_client_secret_expl": "\u0130\u015fte yeni m\u00fc\u015fteri s\u0131rr\u0131n. Bu g\u00f6sterilecek tek zaman, bu y\u00fczden onu kaybetme! Art\u0131k API istekleri yapmak i\u00e7in bu s\u0131rr\u0131 kullanabilirsiniz.",
|
||||
"profile_oauth_confidential": "Gizli",
|
||||
"profile_oauth_confidential_help": "\u0130stemcinin bir s\u0131r ile kimlik do\u011frulamas\u0131 yapmas\u0131n\u0131 isteyin. Gizli m\u00fc\u015fteriler, kimlik bilgilerini yetkisiz taraflara if\u015fa etmeden g\u00fcvenli bir \u015fekilde saklayabilir. Yerel masa\u00fcst\u00fc veya JavaScript SPA uygulamalar\u0131 gibi genel uygulamalar s\u0131rlar\u0131 g\u00fcvenli bir \u015fekilde saklayamaz.",
|
||||
"multi_account_warning_unknown": "Olu\u015fturdu\u011funuz i\u015flemin t\u00fcr\u00fcne ba\u011fl\u0131 olarak, sonraki b\u00f6l\u00fcnmelerin kaynak ve \/ veya hedef hesab\u0131, i\u015flemin ilk b\u00f6l\u00fcnmesinde tan\u0131mlanan her \u015fey taraf\u0131ndan ge\u00e7ersiz k\u0131l\u0131nabilir.",
|
||||
"multi_account_warning_withdrawal": "Sonraki b\u00f6l\u00fcnmelerin kaynak hesab\u0131n\u0131n, geri \u00e7ekilmenin ilk b\u00f6l\u00fcnmesinde tan\u0131mlanan herhangi bir \u015fey taraf\u0131ndan reddedilece\u011fini unutmay\u0131n.",
|
||||
"multi_account_warning_deposit": "Sonraki b\u00f6l\u00fcnmelerin hedef hesab\u0131n\u0131n, mevduat\u0131n ilk b\u00f6l\u00fcnmesinde tan\u0131mlanan herhangi bir \u015fey taraf\u0131ndan iptal edilece\u011fini unutmay\u0131n.",
|
||||
"multi_account_warning_transfer": "Sonraki b\u00f6l\u00fcnmelerin kaynak + hedef hesab\u0131n\u0131n, aktar\u0131m\u0131n ilk b\u00f6l\u00fcnmesinde tan\u0131mlanan her \u015fey taraf\u0131ndan ge\u00e7ersiz k\u0131l\u0131naca\u011f\u0131n\u0131 unutmay\u0131n.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Eylemler",
|
||||
"meta_data": "Meta veri",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Etkisiz",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Web kancalar\u0131",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "Aktif",
|
||||
"interest_date": "Faiz tarihi",
|
||||
"title": "Ba\u015fl\u0131k",
|
||||
"book_date": "Kitap Tarihi",
|
||||
"process_date": "\u0130\u015flem tarihi",
|
||||
"due_date": "Biti\u015f Tarihi",
|
||||
"foreign_amount": "Foreign amount",
|
||||
"payment_date": "\u00d6deme Tarihi",
|
||||
"invoice_date": "Fatura Tarihi",
|
||||
"internal_reference": "Dahili referans",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "Aktif mi?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "tr",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
151
resources/assets/js/locales/uk.json
Normal file
151
resources/assets/js/locales/uk.json
Normal file
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"firefly": {
|
||||
"welcome_back": "\u0429\u043e \u0432 \u0433\u0430\u043c\u0430\u043d\u0446\u0456?",
|
||||
"flash_error": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430!",
|
||||
"flash_success": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e!",
|
||||
"close": "\u0417\u0430\u043a\u0440\u0438\u0442\u0438",
|
||||
"split_transaction_title": "Description of the split transaction",
|
||||
"errors_submission": "There was something wrong with your submission. Please check out the errors.",
|
||||
"split": "\u0420\u043e\u0437\u0434\u0456\u043b\u0438\u0442\u0438",
|
||||
"single_split": "\u0420\u043e\u0437\u0434\u0456\u043b\u0438\u0442\u0438",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
|
||||
"transaction_journal_information": "Transaction information",
|
||||
"no_budget_pointer": "\u0417\u0434\u0430\u0454\u0442\u044c\u0441\u044f, \u0432\u0438 \u0449\u0435 \u043d\u0435 \u043c\u0430\u0454\u0442\u0435 \u0431\u044e\u0434\u0436\u0435\u0442\u0456\u0432. \u0412\u0438 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0456 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456 <a href=\"budgets\">\u0431\u044e\u0434\u0436\u0435\u0442\u0456\u0432<\/a>. \u0411\u044e\u0434\u0436\u0435\u0442\u0438 \u043c\u043e\u0436\u0443\u0442\u044c \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0442\u0438 \u0432\u0430\u043c \u0432\u0456\u0434\u0441\u0442\u0435\u0436\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u0442\u0440\u0430\u0442\u0438.",
|
||||
"no_bill_pointer": "\u0417\u0434\u0430\u0454\u0442\u044c\u0441\u044f, \u0432\u0438 \u0449\u0435 \u043d\u0435 \u043c\u0430\u0454\u0442\u0435 \u0432\u0438\u043f\u043b\u0430\u0442. \u0412\u0438 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0456\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456 <a href=\"bills\">\u0432\u0438\u043f\u043b\u0430\u0442<\/a>. \u0420\u0430\u0445\u0443\u043d\u043a\u0438 \u043c\u043e\u0436\u0443\u0442\u044c \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u0442\u0438 \u0432\u0430\u043c \u0432\u0456\u0434\u0441\u0442\u0435\u0436\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u0442\u0440\u0430\u0442\u0438.",
|
||||
"source_account": "\u0412\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u0440\u0430\u0445\u0443\u043d\u043e\u043a",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"destination_account": "\u0420\u0430\u0445\u0443\u043d\u043e\u043a-\u043e\u0434\u0435\u0440\u0436\u0443\u0432\u0430\u0447",
|
||||
"add_another_split": "Add another split",
|
||||
"submission": "Submission",
|
||||
"create_another": "After storing, return here to create another one.",
|
||||
"reset_after": "Reset form after submission",
|
||||
"submit": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438",
|
||||
"amount": "Amount",
|
||||
"date": "Date",
|
||||
"tags": "\u0422\u0435\u0433\u0438",
|
||||
"no_budget": "(\u043f\u043e\u0437\u0430 \u0431\u044e\u0434\u0436\u0435\u0442\u043e\u043c)",
|
||||
"no_bill": "(no bill)",
|
||||
"category": "Category",
|
||||
"attachments": "Attachments",
|
||||
"notes": "Notes",
|
||||
"external_url": "\u0417\u043e\u0432\u043d\u0456\u0448\u043d\u0456\u0439 URL",
|
||||
"update_transaction": "Update transaction",
|
||||
"after_update_create_another": "After updating, return here to continue editing.",
|
||||
"store_as_new": "Store as a new transaction instead of updating.",
|
||||
"split_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"none_in_select_list": "(\u043d\u0435\u043c\u0430\u0454)",
|
||||
"no_piggy_bank": "(\u043d\u0435\u043c\u0430\u0454 \u0441\u043a\u0430\u0440\u0431\u043d\u0438\u0447\u043a\u0438)",
|
||||
"description": "Description",
|
||||
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"destination_account_reconciliation": "\u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0440\u0430\u0445\u0443\u043d\u043e\u043a-\u043e\u0434\u0435\u0440\u0436\u0443\u0432\u0430\u0447 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0456\u0457 \u043f\u043e\u0433\u043e\u0434\u0436\u0435\u043d\u043d\u044f.",
|
||||
"source_account_reconciliation": "\u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u0440\u0430\u0445\u0443\u043d\u043e\u043a \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0456\u0457 \u043f\u043e\u0433\u043e\u0434\u0436\u0435\u043d\u043d\u044f.",
|
||||
"budget": "Budget",
|
||||
"bill": "Bill",
|
||||
"you_create_withdrawal": "You're creating a withdrawal.",
|
||||
"you_create_transfer": "You're creating a transfer.",
|
||||
"you_create_deposit": "You're creating a deposit.",
|
||||
"edit": "\u0417\u043c\u0456\u043d\u0438\u0442\u0438",
|
||||
"delete": "\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438",
|
||||
"name": "Name",
|
||||
"profile_whoops": "Whoops!",
|
||||
"profile_something_wrong": "Something went wrong!",
|
||||
"profile_try_again": "Something went wrong. Please try again.",
|
||||
"profile_oauth_clients": "OAuth Clients",
|
||||
"profile_oauth_no_clients": "You have not created any OAuth clients.",
|
||||
"profile_oauth_clients_header": "Clients",
|
||||
"profile_oauth_client_id": "Client ID",
|
||||
"profile_oauth_client_name": "Name",
|
||||
"profile_oauth_client_secret": "Secret",
|
||||
"profile_oauth_create_new_client": "Create New Client",
|
||||
"profile_oauth_create_client": "Create Client",
|
||||
"profile_oauth_edit_client": "Edit Client",
|
||||
"profile_oauth_name_help": "Something your users will recognize and trust.",
|
||||
"profile_oauth_redirect_url": "Redirect URL",
|
||||
"profile_oauth_redirect_url_help": "Your application's authorization callback URL.",
|
||||
"profile_authorized_apps": "Authorized applications",
|
||||
"profile_authorized_clients": "Authorized clients",
|
||||
"profile_scopes": "Scopes",
|
||||
"profile_revoke": "Revoke",
|
||||
"profile_personal_access_tokens": "Personal Access Tokens",
|
||||
"profile_personal_access_token": "Personal Access Token",
|
||||
"profile_personal_access_token_explanation": "Here is your new personal access token. This is the only time it will be shown so don't lose it! You may now use this token to make API requests.",
|
||||
"profile_no_personal_access_token": "You have not created any personal access tokens.",
|
||||
"profile_create_new_token": "Create new token",
|
||||
"profile_create_token": "Create token",
|
||||
"profile_create": "Create",
|
||||
"profile_save_changes": "Save changes",
|
||||
"default_group_title_name": "(ungrouped)",
|
||||
"piggy_bank": "Piggy bank",
|
||||
"profile_oauth_client_secret_title": "Client Secret",
|
||||
"profile_oauth_client_secret_expl": "Here is your new client secret. This is the only time it will be shown so don't lose it! You may now use this secret to make API requests.",
|
||||
"profile_oauth_confidential": "Confidential",
|
||||
"profile_oauth_confidential_help": "Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.",
|
||||
"multi_account_warning_unknown": "Depending on the type of transaction you create, the source and\/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.",
|
||||
"multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.",
|
||||
"multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.",
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "\u0414\u0456\u0457",
|
||||
"meta_data": "\u041c\u0435\u0442\u0430-\u0434\u0430\u043d\u0456",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Inactive",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "\u0412\u0435\u0431-\u0433\u0430\u043a\u0438",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "\u0410\u043a\u0442\u0438\u0432\u043d\u043e",
|
||||
"interest_date": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u0441\u043e\u0442\u043a\u0443",
|
||||
"title": "\u041d\u0430\u0437\u0432\u0430",
|
||||
"book_date": "\u0414\u0430\u0442\u0430 \u043e\u0431\u043b\u0456\u043a\u0443",
|
||||
"process_date": "\u0414\u0430\u0442\u0430 \u043e\u043f\u0440\u0430\u0446\u044e\u0432\u0430\u043d\u043d\u044f",
|
||||
"due_date": "\u0414\u0430\u0442\u0430 \u0437\u0430\u043a\u0456\u043d\u0447\u0435\u043d\u043d\u044f",
|
||||
"foreign_amount": "\u0406\u043d\u043e\u0437\u0435\u043c\u043d\u0430 \u0441\u0443\u043c\u0430",
|
||||
"payment_date": "\u0414\u0430\u0442\u0430 \u043e\u043f\u043b\u0430\u0442\u0438",
|
||||
"invoice_date": "\u0414\u0430\u0442\u0430 \u0440\u0430\u0445\u0443\u043d\u043a\u0443",
|
||||
"internal_reference": "\u0412\u043d\u0443\u0442\u0440\u0456\u0448\u043d\u0454 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u0427\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u0438\u0439?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "uk",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Depending on the type of transaction you create, the source and\/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.",
|
||||
"multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.",
|
||||
"multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.",
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer."
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "H\u00e0nh \u0111\u1ed9ng",
|
||||
"meta_data": "Meta data",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "Kh\u00f4ng ho\u1ea1t \u0111\u1ed9ng",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "H\u00e0nh \u0111\u1ed9ng",
|
||||
"interest_date": "Ng\u00e0y l\u00e3i",
|
||||
"title": "Ti\u00eau \u0111\u1ec1",
|
||||
"book_date": "Ng\u00e0y \u0111\u1eb7t s\u00e1ch",
|
||||
"process_date": "Ng\u00e0y x\u1eed l\u00fd",
|
||||
"due_date": "Ng\u00e0y \u0111\u00e1o h\u1ea1n",
|
||||
"foreign_amount": "Ngo\u1ea1i t\u1ec7",
|
||||
"payment_date": "Ng\u00e0y thanh to\u00e1n",
|
||||
"invoice_date": "Ng\u00e0y h\u00f3a \u0111\u01a1n",
|
||||
"internal_reference": "T\u00e0i li\u1ec7u tham kh\u1ea3o n\u1ed9i b\u1ed9"
|
||||
"internal_reference": "T\u00e0i li\u1ec7u tham kh\u1ea3o n\u1ed9i b\u1ed9",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u0110ang ho\u1ea1t \u0111\u1ed9ng?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "vi"
|
||||
"html_language": "vi",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "\u6839\u636e\u60a8\u521b\u5efa\u7684\u4ea4\u6613\u7c7b\u578b\uff0c\u540e\u7eed\u62c6\u5206\u7684\u6765\u6e90\u548c\/\u6216\u76ee\u6807\u8d26\u6237\u53ef\u80fd\u88ab\u4ea4\u6613\u7684\u9996\u7b14\u62c6\u5206\u7684\u914d\u7f6e\u6240\u8986\u76d6\u3002",
|
||||
"multi_account_warning_withdrawal": "\u8bf7\u6ce8\u610f\uff0c\u540e\u7eed\u62c6\u5206\u7684\u6765\u6e90\u8d26\u6237\u5c06\u4f1a\u88ab\u652f\u51fa\u7684\u9996\u7b14\u62c6\u5206\u7684\u914d\u7f6e\u6240\u8986\u76d6\u3002",
|
||||
"multi_account_warning_deposit": "\u8bf7\u6ce8\u610f\uff0c\u540e\u7eed\u62c6\u5206\u7684\u76ee\u6807\u8d26\u6237\u5c06\u4f1a\u88ab\u6536\u5165\u7684\u9996\u7b14\u62c6\u5206\u7684\u914d\u7f6e\u6240\u8986\u76d6\u3002",
|
||||
"multi_account_warning_transfer": "\u8bf7\u6ce8\u610f\uff0c\u540e\u7eed\u62c6\u5206\u7684\u6765\u6e90\u548c\u76ee\u6807\u8d26\u6237\u5c06\u4f1a\u88ab\u8f6c\u8d26\u7684\u9996\u7b14\u62c6\u5206\u7684\u914d\u7f6e\u6240\u8986\u76d6\u3002"
|
||||
"multi_account_warning_transfer": "\u8bf7\u6ce8\u610f\uff0c\u540e\u7eed\u62c6\u5206\u7684\u6765\u6e90\u548c\u76ee\u6807\u8d26\u6237\u5c06\u4f1a\u88ab\u8f6c\u8d26\u7684\u9996\u7b14\u62c6\u5206\u7684\u914d\u7f6e\u6240\u8986\u76d6\u3002",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "\u64cd\u4f5c",
|
||||
"meta_data": "\u540e\u8bbe\u8d44\u6599",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "\u5df2\u505c\u7528",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "\u7f51\u5740",
|
||||
"active": "\u542f\u7528",
|
||||
"interest_date": "\u5229\u606f\u65e5\u671f",
|
||||
"title": "\u6807\u9898",
|
||||
"book_date": "\u767b\u8bb0\u65e5\u671f",
|
||||
"process_date": "\u5904\u7406\u65e5\u671f",
|
||||
"due_date": "\u5230\u671f\u65e5",
|
||||
"foreign_amount": "\u5916\u5e01\u91d1\u989d",
|
||||
"payment_date": "\u4ed8\u6b3e\u65e5\u671f",
|
||||
"invoice_date": "\u53d1\u7968\u65e5\u671f",
|
||||
"internal_reference": "\u5185\u90e8\u5f15\u7528"
|
||||
"internal_reference": "\u5185\u90e8\u5f15\u7528",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u662f\u5426\u542f\u7528\uff1f",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "zh-cn"
|
||||
"html_language": "zh-cn",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -85,19 +85,67 @@
|
||||
"multi_account_warning_unknown": "Depending on the type of transaction you create, the source and\/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.",
|
||||
"multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.",
|
||||
"multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.",
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer."
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||
"webhook_response_ACCOUNTS": "Account details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "\u64cd\u4f5c",
|
||||
"meta_data": "\u4e2d\u7e7c\u8cc7\u6599",
|
||||
"webhook_messages": "Webhook message",
|
||||
"inactive": "\u672a\u555f\u7528",
|
||||
"no_webhook_messages": "There are no webhook messages",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook wil trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. You can refresh this page to see the results.",
|
||||
"view_message": "View message",
|
||||
"view_attempts": "View failed attempts",
|
||||
"message_content_title": "Webhook message content",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"logs": "Logs",
|
||||
"response": "Response",
|
||||
"visit_webhook_url": "Visit webhook URL",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "\u555f\u7528",
|
||||
"interest_date": "\u5229\u7387\u65e5\u671f",
|
||||
"title": "\u6a19\u984c",
|
||||
"book_date": "\u767b\u8a18\u65e5\u671f",
|
||||
"process_date": "\u8655\u7406\u65e5\u671f",
|
||||
"due_date": "\u5230\u671f\u65e5",
|
||||
"foreign_amount": "\u5916\u5e63\u91d1\u984d",
|
||||
"payment_date": "\u4ed8\u6b3e\u65e5\u671f",
|
||||
"invoice_date": "\u767c\u7968\u65e5\u671f",
|
||||
"internal_reference": "\u5167\u90e8\u53c3\u8003"
|
||||
"internal_reference": "\u5167\u90e8\u53c3\u8003",
|
||||
"webhook_response": "Response",
|
||||
"webhook_trigger": "Trigger",
|
||||
"webhook_delivery": "Delivery"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u662f\u5426\u555f\u7528\uff1f",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "zh-tw"
|
||||
"html_language": "zh-tw",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
13
resources/lang/.gitignore
vendored
13
resources/lang/.gitignore
vendored
@@ -1,14 +1,9 @@
|
||||
ca_ES
|
||||
da_DK
|
||||
et_EE
|
||||
fa_IR
|
||||
he_IL
|
||||
is_IS
|
||||
sl_SI
|
||||
uk_UA
|
||||
sr_CS
|
||||
et_EE
|
||||
tlh_AA
|
||||
lt_LT
|
||||
fa_IR
|
||||
si_LK
|
||||
th_TH
|
||||
ko_KR
|
||||
sr_CS
|
||||
tlh_AA
|
||||
|
@@ -24,15 +24,15 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Начало',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'budgets' => 'Бюджети',
|
||||
'subscriptions' => 'Абонаменти',
|
||||
'transactions' => 'Транзакции',
|
||||
'title_expenses' => 'Разходи',
|
||||
'title_withdrawal' => 'Разходи',
|
||||
'title_revenue' => 'Приходи',
|
||||
'title_deposit' => 'Приходи',
|
||||
'title_transfer' => 'Прехвърляния',
|
||||
'title_transfers' => 'Прехвърляния',
|
||||
'edit_currency' => 'Редактирай валута ":name"',
|
||||
'delete_currency' => 'Изтрий валута ":name"',
|
||||
'newPiggyBank' => 'Създай нова касичка',
|
||||
@@ -70,9 +70,9 @@ return [
|
||||
'edit_object_group' => 'Редактирай група ":title"',
|
||||
'delete_object_group' => 'Изтрии група ":title"',
|
||||
'logout_others' => 'Изход от другите сесии',
|
||||
'asset_accounts' => 'Asset accounts',
|
||||
'expense_accounts' => 'Expense accounts',
|
||||
'revenue_accounts' => 'Revenue accounts',
|
||||
'liabilities_accounts' => 'Liabilities',
|
||||
'asset_accounts' => 'Сметки за активи',
|
||||
'expense_accounts' => 'Сметки за разходи',
|
||||
'revenue_accounts' => 'Сметки за приходи',
|
||||
'liabilities_accounts' => 'Задължения',
|
||||
'placeholder' => '[Placeholder]',
|
||||
];
|
||||
|
@@ -41,6 +41,7 @@ return [
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM, YYYY, @ HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
|
||||
//'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
|
@@ -33,8 +33,17 @@ return [
|
||||
'admin_test_subject' => 'Тестово съобщение от вашата инсталация на Firefly III',
|
||||
'admin_test_body' => 'Това е тестово съобщение от вашата Firefly III инстанция. То беше изпратено на :email.',
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => 'An invitation has been created',
|
||||
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Ново влизане в Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
'new_ip_body' => 'Firefly III откри нов вход за вашия акаунт от неизвестен IP адрес. Ако никога не сте влизали от IP адреса по-долу или е било преди повече от шест месеца, Firefly III ще ви предупреди.',
|
||||
'new_ip_warning' => 'Ако разпознаете този IP адрес или данните за вход, можете да игнорирате това съобщение. Ако не сте влезли вие или ако нямате представа за какво става въпрос, проверете защитата на паролата си, променете я и излезте от всички останали сесии. За да направите това, отидете на страницата на вашия профил. Разбира се, че вече сте активирали 2FA, нали? Пазете се!',
|
||||
'ip_address' => 'IP адрес',
|
||||
@@ -49,6 +58,8 @@ return [
|
||||
|
||||
// registered
|
||||
'registered_subject' => 'Добре дошли в Firefly III!',
|
||||
'registered_subject_admin' => 'A new user has registered',
|
||||
'admin_new_user_registered' => 'A new user has registered. User **:email** was given user ID #:id.',
|
||||
'registered_welcome' => 'Welcome to [Firefly III](:address). Your registration has made it, and this email is here to confirm it. Yay!',
|
||||
'registered_pw' => 'If you have forgotten your password already, please reset it using [the password reset tool](:address/password/reset).',
|
||||
'registered_help' => 'В горния десен ъгъл на всяка страница има икона за помощ. Ако имате нужда от помощ, щракнете върху нея!',
|
||||
@@ -59,6 +70,9 @@ return [
|
||||
'registered_pw_reset_link' => 'Смяна на парола:',
|
||||
'registered_doc_link' => 'Документация:',
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'A new Firefly III version is available',
|
||||
|
||||
// email change
|
||||
'email_change_subject' => 'Вашият имейл адрес за Firefly III е променен',
|
||||
'email_change_body_to_new' => 'Вие или някой с достъп до вашия акаунт в Firefly III е променили имейл адреса ви. Ако не очаквате това съобщение, моля игнорирайте го и го изтрийте.',
|
||||
|
@@ -33,7 +33,7 @@ return [
|
||||
'be_right_back' => 'Веднага се връщам!',
|
||||
'check_back' => 'Firefly III е изключен за някаква необходима поддръжка. Моля, проверете отново след секунда.',
|
||||
'error_occurred' => 'Опаааа! Случи се грешка.',
|
||||
'db_error_occurred' => 'Whoops! A database error occurred.',
|
||||
'db_error_occurred' => 'Опаааа! Случи се грешка с базата данни.',
|
||||
'error_not_recoverable' => 'За съжаление от тази грешка не се възстановява :(. Firefly III се счупи. Грешката е:',
|
||||
'error' => 'Грешка',
|
||||
'error_location' => 'Тази грешка се появи във файл "<span style="font-family: monospace;">:file</span>" на ред: :line с код: :code.',
|
||||
|
@@ -35,6 +35,8 @@ return [
|
||||
'last_seven_days' => 'Последните седем дни',
|
||||
'last_thirty_days' => 'Последните трийсет дни',
|
||||
'last_180_days' => 'Последните 180 дни',
|
||||
'month_to_date' => 'От началото на месеца',
|
||||
'year_to_date' => 'От началото на годината',
|
||||
'YTD' => 'YTD',
|
||||
'welcome_back' => 'Какво се случва?',
|
||||
'everything' => 'Всичко',
|
||||
@@ -228,6 +230,43 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
|
||||
'stored_new_webhook' => 'Stored new webhook ":title"',
|
||||
'delete_webhook' => 'Delete webhook',
|
||||
'deleted_webhook' => 'Deleted webhook ":title"',
|
||||
'edit_webhook' => 'Edit webhook ":title"',
|
||||
'updated_webhook' => 'Updated webhook ":title"',
|
||||
'edit_webhook_js' => 'Edit webhook "{title}"',
|
||||
'show_webhook' => 'Webhook ":title"',
|
||||
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. You can refresh this page to see the results.',
|
||||
'webhook_messages' => 'Webhook message',
|
||||
'view_message' => 'View message',
|
||||
'view_attempts' => 'View failed attempts',
|
||||
'message_content_title' => 'Webhook message content',
|
||||
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
||||
'attempt_content_title' => 'Webhook attempts',
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||
'logs' => 'Logs',
|
||||
'response' => 'Response',
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version заявка за потвърждение',
|
||||
@@ -247,7 +286,6 @@ return [
|
||||
'all_source_accounts' => 'Разходни сметки',
|
||||
'back_to_index' => 'Обратно към списъка',
|
||||
'cant_logout_guard' => 'Firefly III не може да ви отпише.',
|
||||
'external_url' => 'Външен URL адрес',
|
||||
'internal_reference' => 'Вътрешна референция',
|
||||
|
||||
// check for updates:
|
||||
@@ -287,66 +325,126 @@ return [
|
||||
// old
|
||||
|
||||
'search_modifier_date_on' => 'Transaction date is ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_id' => 'Индентификатор на транзакцията е ":value"',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":value"',
|
||||
'search_modifier_date_before' => 'Датата на транзакцията е преди или на ":value"',
|
||||
'search_modifier_date_after' => 'Датата на транзакцията е след или на ":value"',
|
||||
'search_modifier_external_id_is' => 'External ID is ":value"',
|
||||
'search_modifier_not_external_id_is' => 'External ID is not ":value"',
|
||||
'search_modifier_no_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_not_any_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
|
||||
'search_modifier_description_starts' => 'Описанието е ":value"',
|
||||
'search_modifier_description_ends' => 'Описанието завършва с ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
|
||||
'search_modifier_description_starts' => 'Description starts with ":value"',
|
||||
'search_modifier_not_description_starts' => 'Description does not start with ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends on ":value"',
|
||||
'search_modifier_not_description_ends' => 'Description does not end on ":value"',
|
||||
'search_modifier_description_contains' => 'Описанието съдържа ":value"',
|
||||
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
|
||||
'search_modifier_description_is' => 'Описанието е точно ":value"',
|
||||
'search_modifier_not_description_is' => 'Description is exactly not ":value"',
|
||||
'search_modifier_currency_is' => '(Чуждата) валута на транзакцията е ":value"',
|
||||
'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'Чуждата валута на транзакцията е ":value"',
|
||||
'search_modifier_not_foreign_currency_is' => 'Transaction foreign currency is not ":value"',
|
||||
'search_modifier_has_attachments' => 'Транзакцията трябва да има прикачен файл',
|
||||
'search_modifier_has_no_category' => 'Транзакцията трябва да няма категория',
|
||||
'search_modifier_not_has_no_category' => 'The transaction must have a (any) category',
|
||||
'search_modifier_not_has_any_category' => 'The transaction must have no category',
|
||||
'search_modifier_has_any_category' => 'Транзакцията трябва да има (някаква) категория',
|
||||
'search_modifier_has_no_budget' => 'Транзакцията трябва да няма бюджет',
|
||||
'search_modifier_not_has_any_budget' => 'The transaction must have no budget',
|
||||
'search_modifier_has_any_budget' => 'Транзакцията трябва да има (някакъв) бюджет',
|
||||
'search_modifier_not_has_no_budget' => 'The transaction must have a (any) budget',
|
||||
'search_modifier_has_no_bill' => 'Транзакцията трябва да няма сметка',
|
||||
'search_modifier_not_has_no_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_has_any_bill' => 'Транзакцията трябва да има (някаква) сметка',
|
||||
'search_modifier_not_has_any_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_has_no_tag' => 'Транзакцията трябва да няма етикет',
|
||||
'search_modifier_not_has_any_tag' => 'The transaction must have no tags',
|
||||
'search_modifier_not_has_no_tag' => 'The transaction must have a (any) tag',
|
||||
'search_modifier_has_any_tag' => 'Транзакцията трябва да има (някакъв) етикет',
|
||||
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
|
||||
'search_modifier_not_notes_contains' => 'The transaction notes do not contain ":value"',
|
||||
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
|
||||
'search_modifier_not_notes_starts' => 'The transaction notes do not start with ":value"',
|
||||
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
|
||||
'search_modifier_not_notes_ends' => 'The transaction notes do not end with ":value"',
|
||||
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
|
||||
'search_modifier_not_notes_is' => 'The transaction notes are exactly not ":value"',
|
||||
'search_modifier_no_notes' => 'Транзакцията няма бележки',
|
||||
'search_modifier_not_no_notes' => 'The transaction must have notes',
|
||||
'search_modifier_any_notes' => 'Транзакцията трябва да има бележки',
|
||||
'search_modifier_not_any_notes' => 'The transaction has no notes',
|
||||
'search_modifier_amount_is' => 'Amount is exactly :value',
|
||||
'search_modifier_not_amount_is' => 'Amount is not :value',
|
||||
'search_modifier_amount_less' => 'Сумата е по-малко или равно на :value',
|
||||
'search_modifier_not_amount_more' => 'Amount is less than or equal to :value',
|
||||
'search_modifier_amount_more' => 'Сумата е по-голяма или равна на :value',
|
||||
'search_modifier_not_amount_less' => 'Amount is more than or equal to :value',
|
||||
'search_modifier_source_account_is' => 'Името на разходната сметка е точно ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Source account name is not ":value"',
|
||||
'search_modifier_source_account_contains' => 'Името на разходната сметка съдържа ":value"',
|
||||
'search_modifier_not_source_account_contains' => 'Source account name does not contain ":value"',
|
||||
'search_modifier_source_account_starts' => 'Името на разходната сметка започва с ":value"',
|
||||
'search_modifier_not_source_account_starts' => 'Source account name does not start with ":value"',
|
||||
'search_modifier_source_account_ends' => 'Името на разходната сметка завършва с ":value"',
|
||||
'search_modifier_not_source_account_ends' => 'Source account name does not end with ":value"',
|
||||
'search_modifier_source_account_id' => 'ID на разходната сметка е :value',
|
||||
'search_modifier_not_source_account_id' => 'Source account ID is not :value',
|
||||
'search_modifier_source_account_nr_is' => 'Номерът на разходната сметка (IBAN) е ":value"',
|
||||
'search_modifier_not_source_account_nr_is' => 'Source account number (IBAN) is not ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Номерът на разходната сметка (IBAN) съдържа ":value"',
|
||||
'search_modifier_not_source_account_nr_contains' => 'Source account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Номерът на разходната сметка (IBAN) започва с ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Номерът на разходната сметка (IBAN) завършва с ":value"',
|
||||
'search_modifier_not_source_account_nr_starts' => 'Source account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends on ":value"',
|
||||
'search_modifier_not_source_account_nr_ends' => 'Source account number (IBAN) does not end on ":value"',
|
||||
'search_modifier_destination_account_is' => 'Името на приходната сметка е точно ":value"',
|
||||
'search_modifier_not_destination_account_is' => 'Destination account name is not ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Името на приходната сметка съдържа ":value"',
|
||||
'search_modifier_not_destination_account_contains' => 'Destination account name does not contain ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Името на приходната сметка започва с ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Името на приходната сметка завършва с ":value"',
|
||||
'search_modifier_not_destination_account_starts' => 'Destination account name does not start with ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Destination account name ends on ":value"',
|
||||
'search_modifier_not_destination_account_ends' => 'Destination account name does not end on ":value"',
|
||||
'search_modifier_destination_account_id' => 'ID на приходната сметка е :value',
|
||||
'search_modifier_destination_is_cash' => 'Приходната сметка е сметка (в брой)',
|
||||
'search_modifier_source_is_cash' => 'Разходната сметка е сметка (в брой)',
|
||||
'search_modifier_not_destination_account_id' => 'Destination account ID is not :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is the "(cash)" account',
|
||||
'search_modifier_not_destination_is_cash' => 'Destination account is not the "(cash)" account',
|
||||
'search_modifier_source_is_cash' => 'Source account is the "(cash)" account',
|
||||
'search_modifier_not_source_is_cash' => 'Source account is not the "(cash)" account',
|
||||
'search_modifier_destination_account_nr_is' => 'Номерът на приходната сметка (IBAN) е ":value"',
|
||||
'search_modifier_not_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Номерът на приходната сметка (IBAN) съдържа ":value"',
|
||||
'search_modifier_not_destination_account_nr_contains' => 'Destination account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Номерът на приходната сметка (IBAN) започва с ":value"',
|
||||
'search_modifier_not_destination_account_nr_starts' => 'Destination account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Номерът на приходната сметка (IBAN) завършва с ":value"',
|
||||
'search_modifier_not_destination_account_nr_ends' => 'Destination account number (IBAN) does not end with ":value"',
|
||||
'search_modifier_account_id' => 'ID на разходната или приходната сметка е: :value',
|
||||
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
|
||||
'search_modifier_category_is' => 'Категорията е ":value"',
|
||||
'search_modifier_not_category_is' => 'Category is not ":value"',
|
||||
'search_modifier_budget_is' => 'Бюджетът е ":value"',
|
||||
'search_modifier_not_budget_is' => 'Budget is not ":value"',
|
||||
'search_modifier_bill_is' => 'Сметката е ":value"',
|
||||
'search_modifier_not_bill_is' => 'Bill is not ":value"',
|
||||
'search_modifier_transaction_type' => 'Видът на транзакцията е ":value"',
|
||||
'search_modifier_not_transaction_type' => 'Transaction type is not ":value"',
|
||||
'search_modifier_tag_is' => 'Етикетът е ":value"',
|
||||
'search_modifier_not_tag_is' => 'No tag is ":value"',
|
||||
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
|
||||
'search_modifier_not_date_on_year' => 'Transaction is not in year ":value"',
|
||||
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
|
||||
'search_modifier_not_date_on_month' => 'Transaction is not in month ":value"',
|
||||
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
|
||||
'search_modifier_not_date_on_day' => 'Transaction is not on day of month ":value"',
|
||||
'search_modifier_date_before_year' => 'Транзацията е преди или през ":value" година',
|
||||
'search_modifier_date_before_month' => 'Транзацията е преди или през ":value" месец',
|
||||
'search_modifier_date_before_day' => 'Транзацията е преди или на ":value" число от месеца',
|
||||
@@ -357,47 +455,88 @@ return [
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => 'No tag is ":value"',
|
||||
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
'search_modifier_account_is' => 'Either account is ":value"',
|
||||
'search_modifier_not_account_is' => 'Neither account is ":value"',
|
||||
'search_modifier_account_contains' => 'Either account contains ":value"',
|
||||
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
|
||||
'search_modifier_account_ends' => 'Either account ends with ":value"',
|
||||
'search_modifier_not_account_ends' => 'Neither account ends with ":value"',
|
||||
'search_modifier_account_starts' => 'Either account starts with ":value"',
|
||||
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
|
||||
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"',
|
||||
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
||||
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"',
|
||||
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"',
|
||||
'search_modifier_category_contains' => 'Category contains ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends with ":value"',
|
||||
'search_modifier_not_category_contains' => 'Category does not contain ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends on ":value"',
|
||||
'search_modifier_not_category_ends' => 'Category does not end on ":value"',
|
||||
'search_modifier_category_starts' => 'Category starts with ":value"',
|
||||
'search_modifier_not_category_starts' => 'Category does not start with ":value"',
|
||||
'search_modifier_budget_contains' => 'Budget contains ":value"',
|
||||
'search_modifier_not_budget_contains' => 'Budget does not contain ":value"',
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
'search_modifier_not_external_id_contains' => 'External ID does not contain ":value"',
|
||||
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
|
||||
'search_modifier_not_external_id_ends' => 'External ID does not end with ":value"',
|
||||
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
|
||||
'search_modifier_not_external_id_starts' => 'External ID does not start with ":value"',
|
||||
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
|
||||
'search_modifier_not_internal_reference_contains' => 'Internal reference does not contain ":value"',
|
||||
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
|
||||
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
|
||||
'search_modifier_not_internal_reference_ends' => 'Internal reference does not end with ":value"',
|
||||
'search_modifier_not_internal_reference_starts' => 'Internal reference does not start with ":value"',
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"',
|
||||
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is a cash account.',
|
||||
'search_modifier_not_has_no_attachments' => 'Transaction has attachments',
|
||||
'search_modifier_not_has_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
|
||||
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
|
||||
'search_modifier_journal_id' => 'The journal ID is ":value"',
|
||||
'search_modifier_not_journal_id' => 'The journal ID is not ":value"',
|
||||
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
|
||||
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
|
||||
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
|
||||
'search_modifier_not_foreign_amount_is' => 'The foreign amount is not ":value"',
|
||||
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_exists' => 'Transaction exists (any transaction)',
|
||||
'search_modifier_not_exists' => 'Transaction does not exist (no transaction)',
|
||||
|
||||
// date fields
|
||||
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
|
||||
'search_modifier_not_interest_date_on' => 'Transaction interest date is not ":value"',
|
||||
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
|
||||
'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"',
|
||||
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
|
||||
'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"',
|
||||
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
|
||||
'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not on day of month ":value"',
|
||||
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
|
||||
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
|
||||
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
|
||||
@@ -407,6 +546,9 @@ return [
|
||||
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
|
||||
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
|
||||
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
|
||||
'search_modifier_not_book_date_on_year' => 'Transaction book date is not in year ":value"',
|
||||
'search_modifier_not_book_date_on_month' => 'Transaction book date is not in month ":value"',
|
||||
'search_modifier_not_book_date_on_day' => 'Transaction book date is not on day of month ":value"',
|
||||
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
|
||||
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
|
||||
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
|
||||
@@ -416,6 +558,9 @@ return [
|
||||
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
|
||||
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
|
||||
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
|
||||
'search_modifier_not_process_date_on_year' => 'Transaction process date is not in year ":value"',
|
||||
'search_modifier_not_process_date_on_month' => 'Transaction process date is not in month ":value"',
|
||||
'search_modifier_not_process_date_on_day' => 'Transaction process date is not on day of month ":value"',
|
||||
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
|
||||
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
|
||||
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
|
||||
@@ -425,6 +570,9 @@ return [
|
||||
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
|
||||
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
|
||||
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
|
||||
'search_modifier_not_due_date_on_year' => 'Transaction due date is not in year ":value"',
|
||||
'search_modifier_not_due_date_on_month' => 'Transaction due date is not in month ":value"',
|
||||
'search_modifier_not_due_date_on_day' => 'Transaction due date is not on day of month ":value"',
|
||||
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
|
||||
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
|
||||
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
|
||||
@@ -434,6 +582,9 @@ return [
|
||||
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
|
||||
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
|
||||
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
|
||||
'search_modifier_not_payment_date_on_year' => 'Transaction payment date is not in year ":value"',
|
||||
'search_modifier_not_payment_date_on_month' => 'Transaction payment date is not in month ":value"',
|
||||
'search_modifier_not_payment_date_on_day' => 'Transaction payment date is not on day of month ":value"',
|
||||
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
|
||||
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
|
||||
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
|
||||
@@ -443,6 +594,9 @@ return [
|
||||
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
|
||||
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
|
||||
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
|
||||
'search_modifier_not_invoice_date_on_year' => 'Transaction invoice date is not in year ":value"',
|
||||
'search_modifier_not_invoice_date_on_month' => 'Transaction invoice date is not in month ":value"',
|
||||
'search_modifier_not_invoice_date_on_day' => 'Transaction invoice date is not on day of month ":value"',
|
||||
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
|
||||
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
|
||||
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
|
||||
@@ -453,6 +607,9 @@ return [
|
||||
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
|
||||
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
|
||||
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
|
||||
'search_modifier_not_updated_at_on_year' => 'Transaction was not last updated in year ":value"',
|
||||
'search_modifier_not_updated_at_on_month' => 'Transaction was not last updated in month ":value"',
|
||||
'search_modifier_not_updated_at_on_day' => 'Transaction was not last updated on day of month ":value"',
|
||||
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
|
||||
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
|
||||
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
|
||||
@@ -462,6 +619,9 @@ return [
|
||||
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
|
||||
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
|
||||
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
|
||||
'search_modifier_not_created_at_on_year' => 'Transaction was not created in year ":value"',
|
||||
'search_modifier_not_created_at_on_month' => 'Transaction was not created in month ":value"',
|
||||
'search_modifier_not_created_at_on_day' => 'Transaction was not created on day of month ":value"',
|
||||
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
|
||||
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
|
||||
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
|
||||
@@ -471,26 +631,34 @@ return [
|
||||
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
|
||||
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
|
||||
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
|
||||
'search_modifier_not_book_date_on' => 'Transaction book date is not on ":value"',
|
||||
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
|
||||
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
|
||||
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
|
||||
'search_modifier_not_process_date_on' => 'Transaction process date is not on ":value"',
|
||||
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
|
||||
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
|
||||
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
|
||||
'search_modifier_not_due_date_on' => 'Transaction due date is not on ":value"',
|
||||
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
|
||||
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
|
||||
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
|
||||
'search_modifier_not_payment_date_on' => 'Transaction payment date is not on ":value"',
|
||||
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
|
||||
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
|
||||
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
|
||||
'search_modifier_not_invoice_date_on' => 'Transaction invoice date is not on ":value"',
|
||||
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
|
||||
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
|
||||
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
|
||||
'search_modifier_not_created_at_on' => 'Transaction was not created on ":value"',
|
||||
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
|
||||
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
|
||||
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
|
||||
'search_modifier_not_updated_at_on' => 'Transaction was not updated on ":value"',
|
||||
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
|
||||
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
|
||||
|
||||
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
|
||||
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
|
||||
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
|
||||
@@ -498,7 +666,15 @@ return [
|
||||
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
|
||||
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
|
||||
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
|
||||
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end is ":value"',
|
||||
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end with ":value"',
|
||||
'search_modifier_not_attachment_name_is' => 'Any attachment\'s name is not ":value"',
|
||||
'search_modifier_not_attachment_name_contains' => 'Any attachment\'s name does not contain ":value"',
|
||||
'search_modifier_not_attachment_name_starts' => 'Any attachment\'s name does not start with ":value"',
|
||||
'search_modifier_not_attachment_name_ends' => 'Any attachment\'s name does not end with ":value"',
|
||||
'search_modifier_not_attachment_notes_are' => 'Any attachment\'s notes are not ":value"',
|
||||
'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"',
|
||||
'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
|
||||
'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"',
|
||||
'update_rule_from_query' => 'Обновяване на правило ":rule" от низа за търсене',
|
||||
'create_rule_from_query' => 'Създай ново правило от низа за търсене',
|
||||
'rule_from_search_words' => 'Механизмът за правила има затруднения с обработката на ":string". Предложеното правило, което отговаря на низа ви за търсене, може да даде различни резултати. Моля проверете внимателно задействанията на правилото.',
|
||||
@@ -527,6 +703,7 @@ return [
|
||||
'yearly' => 'годишно',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Не можете да изпълнявате неактивни правила.',
|
||||
'rules' => 'Правила',
|
||||
'rule_name' => 'Име на правилото',
|
||||
@@ -724,8 +901,8 @@ return [
|
||||
|
||||
// new values:
|
||||
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
|
||||
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
|
||||
'rule_trigger_tag_is_not' => 'No tag is..',
|
||||
'rule_trigger_tag_is_not_choice' => 'No tag is..',
|
||||
'rule_trigger_tag_is_not' => 'No tag is ":trigger_value"',
|
||||
'rule_trigger_account_is_choice' => 'Either account is exactly..',
|
||||
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
|
||||
'rule_trigger_account_contains_choice' => 'Either account contains..',
|
||||
@@ -850,10 +1027,144 @@ return [
|
||||
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
|
||||
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
|
||||
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
|
||||
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
|
||||
'rule_trigger_reconciled' => 'Transaction is reconciled',
|
||||
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
||||
'rule_trigger_exists' => 'Any transaction matches',
|
||||
|
||||
// more values for new types:
|
||||
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_id' => 'Source account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_id' => 'Destination account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_transaction_type' => 'Transaction type is not ":trigger_value"',
|
||||
'rule_trigger_not_tag_is' => 'Tag is not ":trigger_value"',
|
||||
'rule_trigger_not_tag_is_not' => 'Tag is ":trigger_value"',
|
||||
'rule_trigger_not_description_is' => 'Description is not ":trigger_value"',
|
||||
'rule_trigger_not_description_contains' => 'Description does not contain',
|
||||
'rule_trigger_not_description_ends' => 'Description does not end with ":trigger_value"',
|
||||
'rule_trigger_not_description_starts' => 'Description does not start with ":trigger_value"',
|
||||
'rule_trigger_not_notes_is' => 'Notes are not ":trigger_value"',
|
||||
'rule_trigger_not_notes_contains' => 'Notes do not contain ":trigger_value"',
|
||||
'rule_trigger_not_notes_ends' => 'Notes do not end on ":trigger_value"',
|
||||
'rule_trigger_not_notes_starts' => 'Notes do not start with ":trigger_value"',
|
||||
'rule_trigger_not_source_account_is' => 'Source account is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_contains' => 'Source account does not contain ":trigger_value"',
|
||||
'rule_trigger_not_source_account_ends' => 'Source account does not end on ":trigger_value"',
|
||||
'rule_trigger_not_source_account_starts' => 'Source account does not start with ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_is' => 'Source account number / IBAN is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_contains' => 'Source account number / IBAN does not contain ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_ends' => 'Source account number / IBAN does not end on ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_starts' => 'Source account number / IBAN does not start with ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_is' => 'Destination account is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_contains' => 'Destination account does not contain ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_ends' => 'Destination account does not end on ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_starts' => 'Destination account does not start with ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_is' => 'Destination account number / IBAN is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_contains' => 'Destination account number / IBAN does not contain ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_ends' => 'Destination account number / IBAN does not end on ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_starts' => 'Destination account number / IBAN does not start with ":trigger_value"',
|
||||
'rule_trigger_not_account_is' => 'Neither account is ":trigger_value"',
|
||||
'rule_trigger_not_account_contains' => 'Neither account contains ":trigger_value"',
|
||||
'rule_trigger_not_account_ends' => 'Neither account ends on ":trigger_value"',
|
||||
'rule_trigger_not_account_starts' => 'Neither account starts with ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_is' => 'Neither account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_contains' => 'Neither account number / IBAN contains ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_ends' => 'Neither account number / IBAN ends on ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_starts' => 'Neither account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_not_category_is' => 'Neither category is ":trigger_value"',
|
||||
'rule_trigger_not_category_contains' => 'Neither category contains ":trigger_value"',
|
||||
'rule_trigger_not_category_ends' => 'Neither category ends on ":trigger_value"',
|
||||
'rule_trigger_not_category_starts' => 'Neither category starts with ":trigger_value"',
|
||||
'rule_trigger_not_budget_is' => 'Neither budget is ":trigger_value"',
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
'rule_trigger_not_external_id_starts' => 'External ID does not start with ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_is' => 'Internal reference is not ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_contains' => 'Internal reference does not contain ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_ends' => 'Internal reference does not end on ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_starts' => 'Internal reference does not start with ":trigger_value"',
|
||||
'rule_trigger_not_external_url_is' => 'External URL is not ":trigger_value"',
|
||||
'rule_trigger_not_external_url_contains' => 'External URL does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_url_ends' => 'External URL does not end on ":trigger_value"',
|
||||
'rule_trigger_not_external_url_starts' => 'External URL does not start with ":trigger_value"',
|
||||
'rule_trigger_not_currency_is' => 'Currency is not ":trigger_value"',
|
||||
'rule_trigger_not_foreign_currency_is' => 'Foreign currency is not ":trigger_value"',
|
||||
'rule_trigger_not_id' => 'Transaction ID is not ":trigger_value"',
|
||||
'rule_trigger_not_journal_id' => 'Transaction journal ID is not ":trigger_value"',
|
||||
'rule_trigger_not_recurrence_id' => 'Recurrence ID is not ":trigger_value"',
|
||||
'rule_trigger_not_date_on' => 'Date is not on ":trigger_value"',
|
||||
'rule_trigger_not_date_before' => 'Date is not before ":trigger_value"',
|
||||
'rule_trigger_not_date_after' => 'Date is not after ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_on' => 'Interest date is not on ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_before' => 'Interest date is not before ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_after' => 'Interest date is not after ":trigger_value"',
|
||||
'rule_trigger_not_book_date_on' => 'Book date is not on ":trigger_value"',
|
||||
'rule_trigger_not_book_date_before' => 'Book date is not before ":trigger_value"',
|
||||
'rule_trigger_not_book_date_after' => 'Book date is not after ":trigger_value"',
|
||||
'rule_trigger_not_process_date_on' => 'Process date is not on ":trigger_value"',
|
||||
'rule_trigger_not_process_date_before' => 'Process date is not before ":trigger_value"',
|
||||
'rule_trigger_not_process_date_after' => 'Process date is not after ":trigger_value"',
|
||||
'rule_trigger_not_due_date_on' => 'Due date is not on ":trigger_value"',
|
||||
'rule_trigger_not_due_date_before' => 'Due date is not before ":trigger_value"',
|
||||
'rule_trigger_not_due_date_after' => 'Due date is not after ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_on' => 'Payment date is not on ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_before' => 'Payment date is not before ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_after' => 'Payment date is not after ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_on' => 'Invoice date is not on ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_before' => 'Invoice date is not before ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_after' => 'Invoice date is not after ":trigger_value"',
|
||||
'rule_trigger_not_created_at_on' => 'Transaction is not created on ":trigger_value"',
|
||||
'rule_trigger_not_created_at_before' => 'Transaction is not created before ":trigger_value"',
|
||||
'rule_trigger_not_created_at_after' => 'Transaction is not created after ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_on' => 'Transaction is not updated on ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_before' => 'Transaction is not updated before ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_after' => 'Transaction is not updated after ":trigger_value"',
|
||||
'rule_trigger_not_amount_is' => 'Transaction amount is not ":trigger_value"',
|
||||
'rule_trigger_not_amount_less' => 'Transaction amount is more than ":trigger_value"',
|
||||
'rule_trigger_not_amount_more' => 'Transaction amount is less than ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_is' => 'Foreign transaction amount is not ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_less' => 'Foreign transaction amount is more than ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_more' => 'Foreign transaction amount is less than ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_is' => 'No attachment is named ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_contains' => 'No attachment name contains ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_starts' => 'No attachment name starts with ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_ends' => 'No attachment name ends on ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_are' => 'No attachment notes are ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_contains' => 'No attachment notes contain ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_starts' => 'No attachment notes start with ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_ends' => 'No attachment notes end on ":trigger_value"',
|
||||
'rule_trigger_not_reconciled' => 'Transaction is not reconciled',
|
||||
'rule_trigger_not_exists' => 'Transaction does not exist',
|
||||
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
|
||||
'rule_trigger_not_has_any_category' => 'Transaction has no category',
|
||||
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
|
||||
'rule_trigger_not_has_any_bill' => 'Transaction has no bill',
|
||||
'rule_trigger_not_has_any_tag' => 'Transaction has no tags',
|
||||
'rule_trigger_not_any_notes' => 'Transaction has no notes',
|
||||
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
|
||||
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
|
||||
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
|
||||
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
|
||||
'rule_trigger_not_has_no_bill' => 'Transaction has a (any) bill',
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is not a cash account',
|
||||
'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',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'ИЗТРИИ транзакция (!)',
|
||||
'rule_action_delete_transaction' => 'ИЗТРИИ транзакция (!)',
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
'rule_action_delete_transaction' => 'DELETE transaction(!)',
|
||||
'rule_action_set_category' => 'Задайте категория на ":action_value"',
|
||||
'rule_action_clear_category' => 'Изчисти категорията',
|
||||
'rule_action_set_budget' => 'Задайте бюджета на ":action_value"',
|
||||
@@ -864,30 +1175,30 @@ return [
|
||||
'rule_action_set_description' => 'Задайте описание ":action_value"',
|
||||
'rule_action_append_description' => 'Допълнете описанието с ":action_value"',
|
||||
'rule_action_prepend_description' => 'Започнете описанието с ":action_value"',
|
||||
'rule_action_set_category_choice' => 'Задайте категорията като..',
|
||||
'rule_action_set_category_choice' => 'Set category to ..',
|
||||
'rule_action_clear_category_choice' => 'Изчисти всички категории',
|
||||
'rule_action_set_budget_choice' => 'Задайте бюджета на..',
|
||||
'rule_action_set_budget_choice' => 'Set budget to ..',
|
||||
'rule_action_clear_budget_choice' => 'Изчисти всички бюджети',
|
||||
'rule_action_add_tag_choice' => 'Добави етикет..',
|
||||
'rule_action_remove_tag_choice' => 'Премахни етикета..',
|
||||
'rule_action_add_tag_choice' => 'Add tag ..',
|
||||
'rule_action_remove_tag_choice' => 'Remove tag ..',
|
||||
'rule_action_remove_all_tags_choice' => 'Премахни всички етикети',
|
||||
'rule_action_set_description_choice' => 'Задай описанието на..',
|
||||
'rule_action_update_piggy_choice' => 'Добавете / премахнете сумата на транзакцията в касичка..',
|
||||
'rule_action_update_piggy' => 'Добавете / премахнете сумата на транзакцията в касичка ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Добави в описанието..',
|
||||
'rule_action_prepend_description_choice' => 'Започни описанието с..',
|
||||
'rule_action_set_source_account_choice' => 'Задай разходната сметка на..',
|
||||
'rule_action_set_description_choice' => 'Set description to ..',
|
||||
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
||||
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Append description with ..',
|
||||
'rule_action_prepend_description_choice' => 'Prepend description with ..',
|
||||
'rule_action_set_source_account_choice' => 'Set source account to ..',
|
||||
'rule_action_set_source_account' => 'Задай разходната сметка на ":action_value"',
|
||||
'rule_action_set_destination_account_choice' => 'Задай приходната сметка на..',
|
||||
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
|
||||
'rule_action_set_destination_account' => 'Задай приходната сметка на :action_value',
|
||||
'rule_action_append_notes_choice' => 'Добави в бележките..',
|
||||
'rule_action_append_notes_choice' => 'Append notes with ..',
|
||||
'rule_action_append_notes' => 'Добави в бележките ":action_value"',
|
||||
'rule_action_prepend_notes_choice' => 'Започни бележките с..',
|
||||
'rule_action_prepend_notes_choice' => 'Prepend notes with ..',
|
||||
'rule_action_prepend_notes' => 'Започни бележките с ":action_value"',
|
||||
'rule_action_clear_notes_choice' => 'Изчисти всички бележки',
|
||||
'rule_action_clear_notes' => 'Изчисти всички бележки',
|
||||
'rule_action_set_notes_choice' => 'Задай бележките на..',
|
||||
'rule_action_link_to_bill_choice' => 'Свържи към сметка..',
|
||||
'rule_action_set_notes_choice' => 'Set notes to ..',
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Свържи към сметка ":action_value"',
|
||||
'rule_action_set_notes' => 'Задай бележките на ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Преобразувайте транзакцията в депозит',
|
||||
@@ -896,15 +1207,20 @@ return [
|
||||
'rule_action_convert_withdrawal' => 'Преобразувайте транзакцията в теглене от ":action_value"',
|
||||
'rule_action_convert_transfer_choice' => 'Преобразувайте транзакцията в трансфер',
|
||||
'rule_action_convert_transfer' => 'Преобразувайте транзакцията в трансфер към ":action_value"',
|
||||
|
||||
'rules_have_read_warning' => 'Прочетохте ли предупреждението?',
|
||||
'apply_rule_warning' => 'Предупреждение: Изпълнението на правило (група) за голям набор от транзакции може да отнеме цяла вечност и да изтече времето на връзката. Ако това стане, правилото (групата) ще се приложи само към неизвестен брой от вашите транзакции. Това може да остави финансовото ви управление "разпокъсано". Моля, бъдете внимателни.',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes',
|
||||
'rule_action_append_descr_to_notes' => 'Append description to notes',
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
'rulegroup_for_bills_title' => 'Група правила за сметки',
|
||||
'rulegroup_for_bills_description' => 'Специална група от правила за всички правила, които включват сметки.',
|
||||
'rule_for_bill_title' => 'Автогенерирано правило за сметка ":name"',
|
||||
'rule_for_bill_description' => 'Това правило се генерира автоматично, за да се задейства при сметка ":name".',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Създай ново правило за сметка ":name"',
|
||||
'create_rule_for_bill_txt' => 'Поздравления, току-що създадохте нова сметка, наречена ":name"! Firefly III може автоматично да се задейства при новите тегления за тази сметка. Например, всеки път, когато плащате наема си, сметката "наем" ще бъде свързана с това теглене. По този начин Firefly III може точно да ви покаже кои сметки се дължат и кои не. За да стане това, трябва да се създаде ново правило. Firefly III попълни за вас някои основни критерии по подразбиране. Моля, уверете се, че те са правилни. Ако тези стойности са правилни, Firefly III автоматично ще свърже правилното теглене с правилната сметка. Моля, проверете задействанията, за да видите дали те са правилни, и добавете други, ако са грешни.',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Правило за сметка ":name"',
|
||||
'new_rule_for_bill_description' => 'Това правило маркира транзакции за сметка ":name".',
|
||||
|
||||
@@ -977,6 +1293,7 @@ return [
|
||||
'preferences_frontpage' => 'Начален екран',
|
||||
'preferences_security' => 'Сигурност',
|
||||
'preferences_layout' => 'Оформление',
|
||||
'preferences_notifications' => 'Notifications',
|
||||
'pref_home_show_deposits' => 'Покажи депозитите на началния екран',
|
||||
'pref_home_show_deposits_info' => 'Началният екран вече показва вашите сметки за разходи. Трябва ли да показва и вашите сметки за приходи?',
|
||||
'pref_home_do_show_deposits' => 'Да, покажете ги',
|
||||
@@ -1006,11 +1323,26 @@ return [
|
||||
'optional_field_meta_business' => 'Бизнес',
|
||||
'optional_field_attachments' => 'Прикачени файлове',
|
||||
'optional_field_meta_data' => 'Незадължителни мета данни',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'Външен URL адрес',
|
||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
||||
'pref_notifications' => 'Notifications',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Изтрий данните',
|
||||
'permanent_delete_stuff' => 'Внимавайте с тези бутони. Изтриването на неща е завинаги.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Всички други ваши сесии бяха затворени.',
|
||||
'delete_all_budgets' => 'Изтрийте ВСИЧКИ ваши бюджети',
|
||||
'delete_all_categories' => 'Изтрийте ВСИЧКИ ваши категории',
|
||||
@@ -1306,6 +1638,7 @@ return [
|
||||
// bills:
|
||||
'not_expected_period' => 'Не се очаква този период',
|
||||
'not_or_not_yet' => '(Все още) не',
|
||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||
'match_between_amounts' => 'Сметката "търси" транзакции между :low и :high.',
|
||||
'running_again_loss' => 'По-рано свързаните транзакции с тази сметка могат да загубят връзката си, ако те (вече не) съвпадат с правилото (правилата).',
|
||||
'bill_related_rules' => 'Правила, свързани с тази сметка',
|
||||
@@ -1903,7 +2236,13 @@ return [
|
||||
'number_of_decimals' => 'Брой десетични знаци',
|
||||
|
||||
// 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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Управление',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Управление на потребители',
|
||||
'list_all_users' => 'Всички потребители',
|
||||
'all_users' => 'Всички потребители',
|
||||
@@ -1935,13 +2274,24 @@ return [
|
||||
'delete_user' => 'Изтрий потребител :email',
|
||||
'user_deleted' => 'Този потребител беше изтрит',
|
||||
'send_test_email' => 'Изпращане на тестово имейл съобщение',
|
||||
'send_test_email_text' => 'За да видите дали вашата инсталация може да изпраща имейл, моля натиснете този бутон. Тук няма да видите грешка (ако има такава), <strong> лог файловете ще отразяват всички грешки </strong>. Можете да натиснете този бутон колкото пъти искате. Няма контрол върху спама. Съобщението ще бъде изпратено на <code>:email</code> и трябва да пристигне скоро.',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Изпрати съобщение',
|
||||
'send_test_triggered' => 'Тестът се задейства. Проверете входящата си поща и лог файловете.',
|
||||
'give_admin_careful' => 'Потребителите, на които са предоставени администраторски права, могат да отнемат вашите права. Бъдете внимателен.',
|
||||
'admin_maintanance_title' => 'Поддръжка',
|
||||
'admin_maintanance_expl' => 'Няколко изящни бутона за поддръжка на Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Изчисти кеша',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Описание на разделена транзакция',
|
||||
'split_transaction_title_help' => 'Ако създадете разделена транзакция, трябва да има глобално описание за всички раздели на транзакцията.',
|
||||
@@ -2188,4 +2538,25 @@ return [
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@@ -125,6 +125,7 @@ return [
|
||||
'start' => 'Начало на обхвата',
|
||||
'end' => 'Край на обхвата',
|
||||
'delete_account' => 'Изтрий сметка ":name"',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_bill' => 'Изтрий сметка ":name"',
|
||||
'delete_budget' => 'Изтрий бюджет ":name"',
|
||||
'delete_category' => 'Изтрий категория ":name"',
|
||||
@@ -145,6 +146,7 @@ return [
|
||||
'object_group_areYouSure' => 'Наистина ли искате да изтриете групата ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Наистина ли искате да изтриете групата правила ":title"?',
|
||||
'budget_areYouSure' => 'Наистина ли искате да изтриете бюджета озаглавен ":name"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Наистина ли искате да изтриете категорията озаглавена ":name"?',
|
||||
'recurring_areYouSure' => 'Наистина ли искате да изтриете повтарящата се транзакция ":title"?',
|
||||
'currency_areYouSure' => 'Наистина ли искате да изтриете валутата озаглавена ":name"?',
|
||||
@@ -246,4 +248,7 @@ return [
|
||||
'submitted' => 'Потвърдено',
|
||||
'key' => 'Ключ',
|
||||
'value' => 'Съдържание на записа',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
|
@@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Последна активност',
|
||||
'balanceDiff' => 'Балансова разлика',
|
||||
'other_meta_data' => 'Други мета данни',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Вид на сметка',
|
||||
'created_at' => 'Създаден на',
|
||||
'account' => 'Сметка',
|
||||
@@ -138,4 +142,10 @@ return [
|
||||
'payment_info' => 'Платежна информация',
|
||||
'expected_info' => 'Следваща очаквана транзакция',
|
||||
'start_date' => 'Начална дата',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
|
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Името на касичката трябва да е уникално.',
|
||||
'unique_object_group' => 'Името на групата трябва да е уникално',
|
||||
'starts_with' => 'Стойността трябва да започва с :values.',
|
||||
'unique_webhook' => 'Вече имате уеб кука с тези стойности.',
|
||||
'unique_existing_webhook' => 'Вече имате друга уеб кука с тези стойности.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
|
||||
@@ -212,6 +212,7 @@ return [
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.',
|
||||
'ob_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Не може да използвате тази сметка като разходна сметка.',
|
||||
'generic_invalid_destination' => 'Не може да използвате тази сметка като приходна сметка.',
|
||||
|
@@ -41,6 +41,7 @@ return [
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
|
||||
//'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'D. MMMM YYYY',
|
||||
|
@@ -33,8 +33,17 @@ return [
|
||||
'admin_test_subject' => 'Testovací zpráva z vaší instalace Firefly III',
|
||||
'admin_test_body' => 'Toto je testovací zpráva z instance Firefly III. Byla odeslána na :email.',
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => 'An invitation has been created',
|
||||
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Nové přihlášení do Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
'new_ip_body' => 'Firefly III zjistil nové přihlášení na Vašem účtu z neznámé IP adresy. Pokud jste se nikdy nepřihlásili z IP adresy níže, nebo to bylo před více než šesti měsíci, Firefly III Vás upozorní.',
|
||||
'new_ip_warning' => 'Pokud rozpoznáte tuto IP adresu nebo přihlašovací jméno, můžete tuto zprávu ignorovat. Pokud jste se nepřihlásili, nebo jestli nemáte tušení, o co jde, ověřte zabezpečení hesla, změňte ho a odhlásíte všechny ostatní relace. Chcete-li to provést, jděte na stránku svého profilu. Samozřejmě už máte dvoufaktorové přihlašování povoleno, že? Zůstaňte v bezpečí!',
|
||||
'ip_address' => 'IP adresa',
|
||||
@@ -49,6 +58,8 @@ return [
|
||||
|
||||
// registered
|
||||
'registered_subject' => 'Vítejte ve Firefly III!',
|
||||
'registered_subject_admin' => 'A new user has registered',
|
||||
'admin_new_user_registered' => 'A new user has registered. User **:email** was given user ID #:id.',
|
||||
'registered_welcome' => 'Welcome to [Firefly III](:address). Your registration has made it, and this email is here to confirm it. Yay!',
|
||||
'registered_pw' => 'If you have forgotten your password already, please reset it using [the password reset tool](:address/password/reset).',
|
||||
'registered_help' => 'V pravém horním rohu každé stránky je ikona nápovědy. Pokud potřebujete pomoc, klikněte na ní!',
|
||||
@@ -59,6 +70,9 @@ return [
|
||||
'registered_pw_reset_link' => 'Obnovení hesla:',
|
||||
'registered_doc_link' => 'Dokumentace:',
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'A new Firefly III version is available',
|
||||
|
||||
// email change
|
||||
'email_change_subject' => 'Vaše Firefly III e-mailová adresa se změnila',
|
||||
'email_change_body_to_new' => 'Vy nebo někdo s přístupem k vašemu účtu Firefly III změnil vaši e-mailovou adresu. Pokud jste neočekávali tuto zprávu, prosím ignorujte a odstraňte ji.',
|
||||
|
@@ -35,6 +35,8 @@ return [
|
||||
'last_seven_days' => 'Uplynulých 7 dnů',
|
||||
'last_thirty_days' => 'Uplynulých 30 dní',
|
||||
'last_180_days' => 'Posledních 180 dní',
|
||||
'month_to_date' => 'Month to date',
|
||||
'year_to_date' => 'Year to date',
|
||||
'YTD' => 'Tento rok',
|
||||
'welcome_back' => 'Jak to jde?',
|
||||
'everything' => 'Vše',
|
||||
@@ -228,6 +230,43 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooky',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
|
||||
'stored_new_webhook' => 'Stored new webhook ":title"',
|
||||
'delete_webhook' => 'Delete webhook',
|
||||
'deleted_webhook' => 'Deleted webhook ":title"',
|
||||
'edit_webhook' => 'Edit webhook ":title"',
|
||||
'updated_webhook' => 'Updated webhook ":title"',
|
||||
'edit_webhook_js' => 'Edit webhook "{title}"',
|
||||
'show_webhook' => 'Webhook ":title"',
|
||||
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. You can refresh this page to see the results.',
|
||||
'webhook_messages' => 'Webhook message',
|
||||
'view_message' => 'View message',
|
||||
'view_attempts' => 'View failed attempts',
|
||||
'message_content_title' => 'Webhook message content',
|
||||
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
||||
'attempt_content_title' => 'Webhook attempts',
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||
'logs' => 'Logs',
|
||||
'response' => 'Response',
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Požadavek na ověření – Firefly III verze :version',
|
||||
@@ -247,7 +286,6 @@ return [
|
||||
'all_source_accounts' => 'Zdrojové účty',
|
||||
'back_to_index' => 'Zpět na index',
|
||||
'cant_logout_guard' => 'Firefly III Vás nemůže odhlásit.',
|
||||
'external_url' => 'Externí URL adresa',
|
||||
'internal_reference' => 'Interní odkaz',
|
||||
|
||||
// check for updates:
|
||||
@@ -287,66 +325,126 @@ return [
|
||||
// old
|
||||
|
||||
'search_modifier_date_on' => 'Transaction date is ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_id' => 'Číslo transakce je „:value“',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":value"',
|
||||
'search_modifier_date_before' => 'Datum transakce je před (včetně) ":value"',
|
||||
'search_modifier_date_after' => 'Datum transakce je po (včetně) ":value"',
|
||||
'search_modifier_external_id_is' => 'External ID is ":value"',
|
||||
'search_modifier_not_external_id_is' => 'External ID is not ":value"',
|
||||
'search_modifier_no_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_not_any_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
|
||||
'search_modifier_description_starts' => 'Description is ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends with ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
|
||||
'search_modifier_description_starts' => 'Description starts with ":value"',
|
||||
'search_modifier_not_description_starts' => 'Description does not start with ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends on ":value"',
|
||||
'search_modifier_not_description_ends' => 'Description does not end on ":value"',
|
||||
'search_modifier_description_contains' => 'Description contains ":value"',
|
||||
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
|
||||
'search_modifier_description_is' => 'Description is exactly ":value"',
|
||||
'search_modifier_not_description_is' => 'Description is exactly not ":value"',
|
||||
'search_modifier_currency_is' => 'Transaction (foreign) currency is ":value"',
|
||||
'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'Transaction foreign currency is ":value"',
|
||||
'search_modifier_not_foreign_currency_is' => 'Transaction foreign currency is not ":value"',
|
||||
'search_modifier_has_attachments' => 'The transaction must have an attachment',
|
||||
'search_modifier_has_no_category' => 'The transaction must have no category',
|
||||
'search_modifier_not_has_no_category' => 'The transaction must have a (any) category',
|
||||
'search_modifier_not_has_any_category' => 'The transaction must have no category',
|
||||
'search_modifier_has_any_category' => 'The transaction must have a (any) category',
|
||||
'search_modifier_has_no_budget' => 'The transaction must have no budget',
|
||||
'search_modifier_not_has_any_budget' => 'The transaction must have no budget',
|
||||
'search_modifier_has_any_budget' => 'The transaction must have a (any) budget',
|
||||
'search_modifier_not_has_no_budget' => 'The transaction must have a (any) budget',
|
||||
'search_modifier_has_no_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_not_has_no_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_not_has_any_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_has_no_tag' => 'The transaction must have no tags',
|
||||
'search_modifier_not_has_any_tag' => 'The transaction must have no tags',
|
||||
'search_modifier_not_has_no_tag' => 'The transaction must have a (any) tag',
|
||||
'search_modifier_has_any_tag' => 'The transaction must have a (any) tag',
|
||||
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
|
||||
'search_modifier_not_notes_contains' => 'The transaction notes do not contain ":value"',
|
||||
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
|
||||
'search_modifier_not_notes_starts' => 'The transaction notes do not start with ":value"',
|
||||
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
|
||||
'search_modifier_not_notes_ends' => 'The transaction notes do not end with ":value"',
|
||||
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
|
||||
'search_modifier_not_notes_is' => 'The transaction notes are exactly not ":value"',
|
||||
'search_modifier_no_notes' => 'The transaction has no notes',
|
||||
'search_modifier_not_no_notes' => 'The transaction must have notes',
|
||||
'search_modifier_any_notes' => 'The transaction must have notes',
|
||||
'search_modifier_not_any_notes' => 'The transaction has no notes',
|
||||
'search_modifier_amount_is' => 'Amount is exactly :value',
|
||||
'search_modifier_not_amount_is' => 'Amount is not :value',
|
||||
'search_modifier_amount_less' => 'Amount is less than or equal to :value',
|
||||
'search_modifier_not_amount_more' => 'Amount is less than or equal to :value',
|
||||
'search_modifier_amount_more' => 'Amount is more than or equal to :value',
|
||||
'search_modifier_not_amount_less' => 'Amount is more than or equal to :value',
|
||||
'search_modifier_source_account_is' => 'Source account name is exactly ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Source account name is not ":value"',
|
||||
'search_modifier_source_account_contains' => 'Source account name contains ":value"',
|
||||
'search_modifier_not_source_account_contains' => 'Source account name does not contain ":value"',
|
||||
'search_modifier_source_account_starts' => 'Source account name starts with ":value"',
|
||||
'search_modifier_not_source_account_starts' => 'Source account name does not start with ":value"',
|
||||
'search_modifier_source_account_ends' => 'Source account name ends with ":value"',
|
||||
'search_modifier_not_source_account_ends' => 'Source account name does not end with ":value"',
|
||||
'search_modifier_source_account_id' => 'Source account ID is :value',
|
||||
'search_modifier_not_source_account_id' => 'Source account ID is not :value',
|
||||
'search_modifier_source_account_nr_is' => 'Source account number (IBAN) is ":value"',
|
||||
'search_modifier_not_source_account_nr_is' => 'Source account number (IBAN) is not ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Source account number (IBAN) contains ":value"',
|
||||
'search_modifier_not_source_account_nr_contains' => 'Source account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Source account number (IBAN) starts with ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends with ":value"',
|
||||
'search_modifier_not_source_account_nr_starts' => 'Source account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends on ":value"',
|
||||
'search_modifier_not_source_account_nr_ends' => 'Source account number (IBAN) does not end on ":value"',
|
||||
'search_modifier_destination_account_is' => 'Destination account name is exactly ":value"',
|
||||
'search_modifier_not_destination_account_is' => 'Destination account name is not ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Destination account name contains ":value"',
|
||||
'search_modifier_not_destination_account_contains' => 'Destination account name does not contain ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Destination account name starts with ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Destination account name ends with ":value"',
|
||||
'search_modifier_not_destination_account_starts' => 'Destination account name does not start with ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Destination account name ends on ":value"',
|
||||
'search_modifier_not_destination_account_ends' => 'Destination account name does not end on ":value"',
|
||||
'search_modifier_destination_account_id' => 'Destination account ID is :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is (cash) account',
|
||||
'search_modifier_source_is_cash' => 'Source account is (cash) account',
|
||||
'search_modifier_not_destination_account_id' => 'Destination account ID is not :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is the "(cash)" account',
|
||||
'search_modifier_not_destination_is_cash' => 'Destination account is not the "(cash)" account',
|
||||
'search_modifier_source_is_cash' => 'Source account is the "(cash)" account',
|
||||
'search_modifier_not_source_is_cash' => 'Source account is not the "(cash)" account',
|
||||
'search_modifier_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
|
||||
'search_modifier_not_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Destination account number (IBAN) contains ":value"',
|
||||
'search_modifier_not_destination_account_nr_contains' => 'Destination account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Destination account number (IBAN) starts with ":value"',
|
||||
'search_modifier_not_destination_account_nr_starts' => 'Destination account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Destination account number (IBAN) ends with ":value"',
|
||||
'search_modifier_not_destination_account_nr_ends' => 'Destination account number (IBAN) does not end with ":value"',
|
||||
'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value',
|
||||
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
|
||||
'search_modifier_category_is' => 'Category is ":value"',
|
||||
'search_modifier_not_category_is' => 'Category is not ":value"',
|
||||
'search_modifier_budget_is' => 'Budget is ":value"',
|
||||
'search_modifier_not_budget_is' => 'Budget is not ":value"',
|
||||
'search_modifier_bill_is' => 'Bill is ":value"',
|
||||
'search_modifier_not_bill_is' => 'Bill is not ":value"',
|
||||
'search_modifier_transaction_type' => 'Transaction type is ":value"',
|
||||
'search_modifier_not_transaction_type' => 'Transaction type is not ":value"',
|
||||
'search_modifier_tag_is' => 'Tag is ":value"',
|
||||
'search_modifier_not_tag_is' => 'No tag is ":value"',
|
||||
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
|
||||
'search_modifier_not_date_on_year' => 'Transaction is not in year ":value"',
|
||||
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
|
||||
'search_modifier_not_date_on_month' => 'Transaction is not in month ":value"',
|
||||
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
|
||||
'search_modifier_not_date_on_day' => 'Transaction is not on day of month ":value"',
|
||||
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
|
||||
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
|
||||
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
|
||||
@@ -357,47 +455,88 @@ return [
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => 'No tag is ":value"',
|
||||
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
'search_modifier_account_is' => 'Either account is ":value"',
|
||||
'search_modifier_not_account_is' => 'Neither account is ":value"',
|
||||
'search_modifier_account_contains' => 'Either account contains ":value"',
|
||||
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
|
||||
'search_modifier_account_ends' => 'Either account ends with ":value"',
|
||||
'search_modifier_not_account_ends' => 'Neither account ends with ":value"',
|
||||
'search_modifier_account_starts' => 'Either account starts with ":value"',
|
||||
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
|
||||
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"',
|
||||
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
||||
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"',
|
||||
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"',
|
||||
'search_modifier_category_contains' => 'Category contains ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends with ":value"',
|
||||
'search_modifier_not_category_contains' => 'Category does not contain ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends on ":value"',
|
||||
'search_modifier_not_category_ends' => 'Category does not end on ":value"',
|
||||
'search_modifier_category_starts' => 'Category starts with ":value"',
|
||||
'search_modifier_not_category_starts' => 'Category does not start with ":value"',
|
||||
'search_modifier_budget_contains' => 'Budget contains ":value"',
|
||||
'search_modifier_not_budget_contains' => 'Budget does not contain ":value"',
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
'search_modifier_not_external_id_contains' => 'External ID does not contain ":value"',
|
||||
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
|
||||
'search_modifier_not_external_id_ends' => 'External ID does not end with ":value"',
|
||||
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
|
||||
'search_modifier_not_external_id_starts' => 'External ID does not start with ":value"',
|
||||
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
|
||||
'search_modifier_not_internal_reference_contains' => 'Internal reference does not contain ":value"',
|
||||
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
|
||||
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
|
||||
'search_modifier_not_internal_reference_ends' => 'Internal reference does not end with ":value"',
|
||||
'search_modifier_not_internal_reference_starts' => 'Internal reference does not start with ":value"',
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"',
|
||||
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is a cash account.',
|
||||
'search_modifier_not_has_no_attachments' => 'Transaction has attachments',
|
||||
'search_modifier_not_has_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
|
||||
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
|
||||
'search_modifier_journal_id' => 'The journal ID is ":value"',
|
||||
'search_modifier_not_journal_id' => 'The journal ID is not ":value"',
|
||||
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
|
||||
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
|
||||
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
|
||||
'search_modifier_not_foreign_amount_is' => 'The foreign amount is not ":value"',
|
||||
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_exists' => 'Transaction exists (any transaction)',
|
||||
'search_modifier_not_exists' => 'Transaction does not exist (no transaction)',
|
||||
|
||||
// date fields
|
||||
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
|
||||
'search_modifier_not_interest_date_on' => 'Transaction interest date is not ":value"',
|
||||
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
|
||||
'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"',
|
||||
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
|
||||
'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"',
|
||||
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
|
||||
'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not on day of month ":value"',
|
||||
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
|
||||
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
|
||||
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
|
||||
@@ -407,6 +546,9 @@ return [
|
||||
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
|
||||
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
|
||||
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
|
||||
'search_modifier_not_book_date_on_year' => 'Transaction book date is not in year ":value"',
|
||||
'search_modifier_not_book_date_on_month' => 'Transaction book date is not in month ":value"',
|
||||
'search_modifier_not_book_date_on_day' => 'Transaction book date is not on day of month ":value"',
|
||||
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
|
||||
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
|
||||
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
|
||||
@@ -416,6 +558,9 @@ return [
|
||||
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
|
||||
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
|
||||
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
|
||||
'search_modifier_not_process_date_on_year' => 'Transaction process date is not in year ":value"',
|
||||
'search_modifier_not_process_date_on_month' => 'Transaction process date is not in month ":value"',
|
||||
'search_modifier_not_process_date_on_day' => 'Transaction process date is not on day of month ":value"',
|
||||
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
|
||||
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
|
||||
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
|
||||
@@ -425,6 +570,9 @@ return [
|
||||
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
|
||||
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
|
||||
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
|
||||
'search_modifier_not_due_date_on_year' => 'Transaction due date is not in year ":value"',
|
||||
'search_modifier_not_due_date_on_month' => 'Transaction due date is not in month ":value"',
|
||||
'search_modifier_not_due_date_on_day' => 'Transaction due date is not on day of month ":value"',
|
||||
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
|
||||
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
|
||||
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
|
||||
@@ -434,6 +582,9 @@ return [
|
||||
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
|
||||
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
|
||||
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
|
||||
'search_modifier_not_payment_date_on_year' => 'Transaction payment date is not in year ":value"',
|
||||
'search_modifier_not_payment_date_on_month' => 'Transaction payment date is not in month ":value"',
|
||||
'search_modifier_not_payment_date_on_day' => 'Transaction payment date is not on day of month ":value"',
|
||||
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
|
||||
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
|
||||
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
|
||||
@@ -443,6 +594,9 @@ return [
|
||||
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
|
||||
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
|
||||
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
|
||||
'search_modifier_not_invoice_date_on_year' => 'Transaction invoice date is not in year ":value"',
|
||||
'search_modifier_not_invoice_date_on_month' => 'Transaction invoice date is not in month ":value"',
|
||||
'search_modifier_not_invoice_date_on_day' => 'Transaction invoice date is not on day of month ":value"',
|
||||
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
|
||||
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
|
||||
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
|
||||
@@ -453,6 +607,9 @@ return [
|
||||
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
|
||||
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
|
||||
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
|
||||
'search_modifier_not_updated_at_on_year' => 'Transaction was not last updated in year ":value"',
|
||||
'search_modifier_not_updated_at_on_month' => 'Transaction was not last updated in month ":value"',
|
||||
'search_modifier_not_updated_at_on_day' => 'Transaction was not last updated on day of month ":value"',
|
||||
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
|
||||
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
|
||||
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
|
||||
@@ -462,6 +619,9 @@ return [
|
||||
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
|
||||
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
|
||||
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
|
||||
'search_modifier_not_created_at_on_year' => 'Transaction was not created in year ":value"',
|
||||
'search_modifier_not_created_at_on_month' => 'Transaction was not created in month ":value"',
|
||||
'search_modifier_not_created_at_on_day' => 'Transaction was not created on day of month ":value"',
|
||||
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
|
||||
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
|
||||
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
|
||||
@@ -471,26 +631,34 @@ return [
|
||||
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
|
||||
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
|
||||
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
|
||||
'search_modifier_not_book_date_on' => 'Transaction book date is not on ":value"',
|
||||
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
|
||||
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
|
||||
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
|
||||
'search_modifier_not_process_date_on' => 'Transaction process date is not on ":value"',
|
||||
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
|
||||
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
|
||||
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
|
||||
'search_modifier_not_due_date_on' => 'Transaction due date is not on ":value"',
|
||||
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
|
||||
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
|
||||
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
|
||||
'search_modifier_not_payment_date_on' => 'Transaction payment date is not on ":value"',
|
||||
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
|
||||
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
|
||||
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
|
||||
'search_modifier_not_invoice_date_on' => 'Transaction invoice date is not on ":value"',
|
||||
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
|
||||
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
|
||||
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
|
||||
'search_modifier_not_created_at_on' => 'Transaction was not created on ":value"',
|
||||
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
|
||||
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
|
||||
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
|
||||
'search_modifier_not_updated_at_on' => 'Transaction was not updated on ":value"',
|
||||
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
|
||||
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
|
||||
|
||||
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
|
||||
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
|
||||
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
|
||||
@@ -498,7 +666,15 @@ return [
|
||||
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
|
||||
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
|
||||
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
|
||||
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end is ":value"',
|
||||
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end with ":value"',
|
||||
'search_modifier_not_attachment_name_is' => 'Any attachment\'s name is not ":value"',
|
||||
'search_modifier_not_attachment_name_contains' => 'Any attachment\'s name does not contain ":value"',
|
||||
'search_modifier_not_attachment_name_starts' => 'Any attachment\'s name does not start with ":value"',
|
||||
'search_modifier_not_attachment_name_ends' => 'Any attachment\'s name does not end with ":value"',
|
||||
'search_modifier_not_attachment_notes_are' => 'Any attachment\'s notes are not ":value"',
|
||||
'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"',
|
||||
'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
|
||||
'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"',
|
||||
'update_rule_from_query' => 'Update rule ":rule" from search query',
|
||||
'create_rule_from_query' => 'Create new rule from search query',
|
||||
'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.',
|
||||
@@ -527,6 +703,7 @@ return [
|
||||
'yearly' => 'ročně',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
|
||||
'rules' => 'Pravidla',
|
||||
'rule_name' => 'Název pravidla',
|
||||
@@ -724,8 +901,8 @@ return [
|
||||
|
||||
// new values:
|
||||
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
|
||||
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
|
||||
'rule_trigger_tag_is_not' => 'No tag is..',
|
||||
'rule_trigger_tag_is_not_choice' => 'No tag is..',
|
||||
'rule_trigger_tag_is_not' => 'No tag is ":trigger_value"',
|
||||
'rule_trigger_account_is_choice' => 'Either account is exactly..',
|
||||
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
|
||||
'rule_trigger_account_contains_choice' => 'Either account contains..',
|
||||
@@ -850,6 +1027,140 @@ return [
|
||||
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
|
||||
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
|
||||
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
|
||||
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
|
||||
'rule_trigger_reconciled' => 'Transaction is reconciled',
|
||||
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
||||
'rule_trigger_exists' => 'Any transaction matches',
|
||||
|
||||
// more values for new types:
|
||||
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_id' => 'Source account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_id' => 'Destination account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_transaction_type' => 'Transaction type is not ":trigger_value"',
|
||||
'rule_trigger_not_tag_is' => 'Tag is not ":trigger_value"',
|
||||
'rule_trigger_not_tag_is_not' => 'Tag is ":trigger_value"',
|
||||
'rule_trigger_not_description_is' => 'Description is not ":trigger_value"',
|
||||
'rule_trigger_not_description_contains' => 'Description does not contain',
|
||||
'rule_trigger_not_description_ends' => 'Description does not end with ":trigger_value"',
|
||||
'rule_trigger_not_description_starts' => 'Description does not start with ":trigger_value"',
|
||||
'rule_trigger_not_notes_is' => 'Notes are not ":trigger_value"',
|
||||
'rule_trigger_not_notes_contains' => 'Notes do not contain ":trigger_value"',
|
||||
'rule_trigger_not_notes_ends' => 'Notes do not end on ":trigger_value"',
|
||||
'rule_trigger_not_notes_starts' => 'Notes do not start with ":trigger_value"',
|
||||
'rule_trigger_not_source_account_is' => 'Source account is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_contains' => 'Source account does not contain ":trigger_value"',
|
||||
'rule_trigger_not_source_account_ends' => 'Source account does not end on ":trigger_value"',
|
||||
'rule_trigger_not_source_account_starts' => 'Source account does not start with ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_is' => 'Source account number / IBAN is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_contains' => 'Source account number / IBAN does not contain ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_ends' => 'Source account number / IBAN does not end on ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_starts' => 'Source account number / IBAN does not start with ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_is' => 'Destination account is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_contains' => 'Destination account does not contain ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_ends' => 'Destination account does not end on ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_starts' => 'Destination account does not start with ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_is' => 'Destination account number / IBAN is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_contains' => 'Destination account number / IBAN does not contain ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_ends' => 'Destination account number / IBAN does not end on ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_starts' => 'Destination account number / IBAN does not start with ":trigger_value"',
|
||||
'rule_trigger_not_account_is' => 'Neither account is ":trigger_value"',
|
||||
'rule_trigger_not_account_contains' => 'Neither account contains ":trigger_value"',
|
||||
'rule_trigger_not_account_ends' => 'Neither account ends on ":trigger_value"',
|
||||
'rule_trigger_not_account_starts' => 'Neither account starts with ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_is' => 'Neither account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_contains' => 'Neither account number / IBAN contains ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_ends' => 'Neither account number / IBAN ends on ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_starts' => 'Neither account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_not_category_is' => 'Neither category is ":trigger_value"',
|
||||
'rule_trigger_not_category_contains' => 'Neither category contains ":trigger_value"',
|
||||
'rule_trigger_not_category_ends' => 'Neither category ends on ":trigger_value"',
|
||||
'rule_trigger_not_category_starts' => 'Neither category starts with ":trigger_value"',
|
||||
'rule_trigger_not_budget_is' => 'Neither budget is ":trigger_value"',
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
'rule_trigger_not_external_id_starts' => 'External ID does not start with ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_is' => 'Internal reference is not ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_contains' => 'Internal reference does not contain ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_ends' => 'Internal reference does not end on ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_starts' => 'Internal reference does not start with ":trigger_value"',
|
||||
'rule_trigger_not_external_url_is' => 'External URL is not ":trigger_value"',
|
||||
'rule_trigger_not_external_url_contains' => 'External URL does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_url_ends' => 'External URL does not end on ":trigger_value"',
|
||||
'rule_trigger_not_external_url_starts' => 'External URL does not start with ":trigger_value"',
|
||||
'rule_trigger_not_currency_is' => 'Currency is not ":trigger_value"',
|
||||
'rule_trigger_not_foreign_currency_is' => 'Foreign currency is not ":trigger_value"',
|
||||
'rule_trigger_not_id' => 'Transaction ID is not ":trigger_value"',
|
||||
'rule_trigger_not_journal_id' => 'Transaction journal ID is not ":trigger_value"',
|
||||
'rule_trigger_not_recurrence_id' => 'Recurrence ID is not ":trigger_value"',
|
||||
'rule_trigger_not_date_on' => 'Date is not on ":trigger_value"',
|
||||
'rule_trigger_not_date_before' => 'Date is not before ":trigger_value"',
|
||||
'rule_trigger_not_date_after' => 'Date is not after ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_on' => 'Interest date is not on ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_before' => 'Interest date is not before ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_after' => 'Interest date is not after ":trigger_value"',
|
||||
'rule_trigger_not_book_date_on' => 'Book date is not on ":trigger_value"',
|
||||
'rule_trigger_not_book_date_before' => 'Book date is not before ":trigger_value"',
|
||||
'rule_trigger_not_book_date_after' => 'Book date is not after ":trigger_value"',
|
||||
'rule_trigger_not_process_date_on' => 'Process date is not on ":trigger_value"',
|
||||
'rule_trigger_not_process_date_before' => 'Process date is not before ":trigger_value"',
|
||||
'rule_trigger_not_process_date_after' => 'Process date is not after ":trigger_value"',
|
||||
'rule_trigger_not_due_date_on' => 'Due date is not on ":trigger_value"',
|
||||
'rule_trigger_not_due_date_before' => 'Due date is not before ":trigger_value"',
|
||||
'rule_trigger_not_due_date_after' => 'Due date is not after ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_on' => 'Payment date is not on ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_before' => 'Payment date is not before ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_after' => 'Payment date is not after ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_on' => 'Invoice date is not on ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_before' => 'Invoice date is not before ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_after' => 'Invoice date is not after ":trigger_value"',
|
||||
'rule_trigger_not_created_at_on' => 'Transaction is not created on ":trigger_value"',
|
||||
'rule_trigger_not_created_at_before' => 'Transaction is not created before ":trigger_value"',
|
||||
'rule_trigger_not_created_at_after' => 'Transaction is not created after ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_on' => 'Transaction is not updated on ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_before' => 'Transaction is not updated before ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_after' => 'Transaction is not updated after ":trigger_value"',
|
||||
'rule_trigger_not_amount_is' => 'Transaction amount is not ":trigger_value"',
|
||||
'rule_trigger_not_amount_less' => 'Transaction amount is more than ":trigger_value"',
|
||||
'rule_trigger_not_amount_more' => 'Transaction amount is less than ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_is' => 'Foreign transaction amount is not ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_less' => 'Foreign transaction amount is more than ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_more' => 'Foreign transaction amount is less than ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_is' => 'No attachment is named ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_contains' => 'No attachment name contains ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_starts' => 'No attachment name starts with ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_ends' => 'No attachment name ends on ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_are' => 'No attachment notes are ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_contains' => 'No attachment notes contain ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_starts' => 'No attachment notes start with ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_ends' => 'No attachment notes end on ":trigger_value"',
|
||||
'rule_trigger_not_reconciled' => 'Transaction is not reconciled',
|
||||
'rule_trigger_not_exists' => 'Transaction does not exist',
|
||||
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
|
||||
'rule_trigger_not_has_any_category' => 'Transaction has no category',
|
||||
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
|
||||
'rule_trigger_not_has_any_bill' => 'Transaction has no bill',
|
||||
'rule_trigger_not_has_any_tag' => 'Transaction has no tags',
|
||||
'rule_trigger_not_any_notes' => 'Transaction has no notes',
|
||||
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
|
||||
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
|
||||
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
|
||||
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
|
||||
'rule_trigger_not_has_no_bill' => 'Transaction has a (any) bill',
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is not a cash account',
|
||||
'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',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
@@ -864,30 +1175,30 @@ return [
|
||||
'rule_action_set_description' => 'Nastavit pospis na „:action_value“',
|
||||
'rule_action_append_description' => 'Připojit popis s „:action_value“',
|
||||
'rule_action_prepend_description' => 'Před popis přidat „:action_value“',
|
||||
'rule_action_set_category_choice' => 'Nastavit kategorii na…',
|
||||
'rule_action_set_category_choice' => 'Set category to ..',
|
||||
'rule_action_clear_category_choice' => 'Vyčistit jakékoli kategorie',
|
||||
'rule_action_set_budget_choice' => 'Nastavit rozpočet na…',
|
||||
'rule_action_set_budget_choice' => 'Set budget to ..',
|
||||
'rule_action_clear_budget_choice' => 'Vyčistit jakýkoli rozpočet',
|
||||
'rule_action_add_tag_choice' => 'Přidat štítek…',
|
||||
'rule_action_remove_tag_choice' => 'Odebrat štítek…',
|
||||
'rule_action_add_tag_choice' => 'Add tag ..',
|
||||
'rule_action_remove_tag_choice' => 'Remove tag ..',
|
||||
'rule_action_remove_all_tags_choice' => 'Odebrat veškeré štítky',
|
||||
'rule_action_set_description_choice' => 'Nastavit popis na…',
|
||||
'rule_action_set_description_choice' => 'Set description to ..',
|
||||
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
||||
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Připojit k popisu…',
|
||||
'rule_action_prepend_description_choice' => 'Přidat před popis…',
|
||||
'rule_action_append_description_choice' => 'Append description with ..',
|
||||
'rule_action_prepend_description_choice' => 'Prepend description with ..',
|
||||
'rule_action_set_source_account_choice' => 'Set source account to ..',
|
||||
'rule_action_set_source_account' => 'Nastavit účet na :action_value',
|
||||
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
|
||||
'rule_action_set_destination_account' => 'Nastavit cílový účet na :action_value',
|
||||
'rule_action_append_notes_choice' => 'Připojit za poznámky…',
|
||||
'rule_action_append_notes_choice' => 'Append notes with ..',
|
||||
'rule_action_append_notes' => 'Přidat za poznámky „:action_value“',
|
||||
'rule_action_prepend_notes_choice' => 'Přidat před poznámky…',
|
||||
'rule_action_prepend_notes_choice' => 'Prepend notes with ..',
|
||||
'rule_action_prepend_notes' => 'Přidat před poznámky „:action_value“',
|
||||
'rule_action_clear_notes_choice' => 'Odstranit všechny poznámky',
|
||||
'rule_action_clear_notes' => 'Odstranit všechny poznámky',
|
||||
'rule_action_set_notes_choice' => 'Nastavit poznámky na…',
|
||||
'rule_action_link_to_bill_choice' => 'Propojit s účtem…',
|
||||
'rule_action_set_notes_choice' => 'Set notes to ..',
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Link to bill ":action_value"',
|
||||
'rule_action_set_notes' => 'Nastavit poznámky na „:action_value“',
|
||||
'rule_action_convert_deposit_choice' => 'Přeměnit tuto transakci na vklad',
|
||||
@@ -896,12 +1207,17 @@ return [
|
||||
'rule_action_convert_withdrawal' => 'Přeměnit tuto transakci na vklad do „:action_value“',
|
||||
'rule_action_convert_transfer_choice' => 'Přeměnit tuto transakci na převod',
|
||||
'rule_action_convert_transfer' => 'Přeměnit tuto transakci na převod s „:action_value“',
|
||||
|
||||
'rules_have_read_warning' => 'Přečetli jste si varování?',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time-out. If it does, the rule(group) will only be applied to an unknown subset of your transactions. This might leave your financial administration in tatters. Please be careful.',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes',
|
||||
'rule_action_append_descr_to_notes' => 'Append description to notes',
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
'rulegroup_for_bills_title' => 'Rule group for bills',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Automaticky vytvořené pravidlo pro účtenku „:name“',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Create a new rule for bill ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
@@ -977,6 +1293,7 @@ return [
|
||||
'preferences_frontpage' => 'Domovská obrazovka',
|
||||
'preferences_security' => 'Zabezpečení',
|
||||
'preferences_layout' => 'Rozvržení',
|
||||
'preferences_notifications' => 'Notifications',
|
||||
'pref_home_show_deposits' => 'Zobrazovat vklady na domovské obrazovce',
|
||||
'pref_home_show_deposits_info' => 'Domovská obrazovka už zobrazuje vaše výdajové účty. Mají být zobrazovány také ty příjmové?',
|
||||
'pref_home_do_show_deposits' => 'Ano, zobrazit je',
|
||||
@@ -1006,11 +1323,26 @@ return [
|
||||
'optional_field_meta_business' => 'Business',
|
||||
'optional_field_attachments' => 'Přílohy',
|
||||
'optional_field_meta_data' => 'Volitelná metadata',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'Externí URL adresa',
|
||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
||||
'pref_notifications' => 'Notifications',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Odstranit data',
|
||||
'permanent_delete_stuff' => 'Be careful with these buttons. Deleting stuff is permanent.',
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||
'delete_all_budgets' => 'Delete ALL your budgets',
|
||||
'delete_all_categories' => 'Smazat VŠECHNY vaše kategorie',
|
||||
@@ -1306,6 +1638,7 @@ return [
|
||||
// bills:
|
||||
'not_expected_period' => 'Not expected this period',
|
||||
'not_or_not_yet' => 'Zatím ne',
|
||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
|
||||
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
|
||||
'bill_related_rules' => 'Pravidla vztahující se k této účtence/faktuře',
|
||||
@@ -1903,7 +2236,13 @@ return [
|
||||
'number_of_decimals' => 'Počet desetinných míst',
|
||||
|
||||
// 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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Správa',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Správa uživatelů',
|
||||
'list_all_users' => 'Všichni uživatelé',
|
||||
'all_users' => 'Všichni uživatelé',
|
||||
@@ -1935,13 +2274,24 @@ return [
|
||||
'delete_user' => 'Smazat uživatele :email',
|
||||
'user_deleted' => 'Uživatel byl smazán',
|
||||
'send_test_email' => 'Poslat zkušební e-mail',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Poslat zprávu',
|
||||
'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.',
|
||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
||||
'admin_maintanance_title' => 'Údržba',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Vymazat mezipaměť',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Popis rozúčtování',
|
||||
'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
|
||||
@@ -2188,4 +2538,25 @@ return [
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@@ -125,6 +125,7 @@ return [
|
||||
'start' => 'Začátek rozsahu',
|
||||
'end' => 'Konec rozsahu',
|
||||
'delete_account' => 'Smazat účet „:name“',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_bill' => 'Smazán účet „:name“',
|
||||
'delete_budget' => 'Smazat rozpočet „:name“',
|
||||
'delete_category' => 'Smazat kategorii „:name“',
|
||||
@@ -145,6 +146,7 @@ return [
|
||||
'object_group_areYouSure' => 'Jste si jisti, že chcete odstranit skupinu s názvem „:title“?',
|
||||
'ruleGroup_areYouSure' => 'Opravdu chcete odstranit skupinu pravidel s názvem „:title“?',
|
||||
'budget_areYouSure' => 'Jste si jisti, že chcete odstranit rozpočet s názvem „:name“?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Jste si jisti, že chcete odstranit kategorii s názvem „:name“?',
|
||||
'recurring_areYouSure' => 'Jste si jisti, že chcete odstranit opakovanou transakci s názvem „:title“?',
|
||||
'currency_areYouSure' => 'Jste si jisti, že chcete odstranit měnu s názvem „:name“?',
|
||||
@@ -246,4 +248,7 @@ return [
|
||||
'submitted' => 'Odesláno',
|
||||
'key' => 'Klíč',
|
||||
'value' => 'Obsah záznamu',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
|
@@ -43,6 +43,10 @@ return [
|
||||
'lastActivity' => 'Poslední aktivita',
|
||||
'balanceDiff' => 'Rozdíl zůstatku',
|
||||
'other_meta_data' => 'Ostatní metadata',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Typ účtu',
|
||||
'created_at' => 'Vytvořeno',
|
||||
'account' => 'Účet',
|
||||
@@ -138,4 +142,10 @@ return [
|
||||
'payment_info' => 'Informace o platbě',
|
||||
'expected_info' => 'Další očekávaná transakce',
|
||||
'start_date' => 'Datum zahájení',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
|
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Je třeba, aby se názvy pokladniček neopakovaly.',
|
||||
'unique_object_group' => 'Název skupiny musí být jedinečný',
|
||||
'starts_with' => 'Hodnota musí začínat :values.',
|
||||
'unique_webhook' => 'Webhook s těmito hodnotami již existuje.',
|
||||
'unique_existing_webhook' => 'Jiný webhook s těmito hodnotami již existuje.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Oba účty musí být stejného typu',
|
||||
'same_account_currency' => 'Oba účty musí mít stejné nastavení měny',
|
||||
|
||||
@@ -212,6 +212,7 @@ return [
|
||||
'lc_source_need_data' => 'Pro pokračování je třeba získat platné ID zdrojového účtu.',
|
||||
'ob_dest_need_data' => 'Pro pokračování je potřeba získat platné cílové ID účtu a/nebo platné jméno cílového účtu.',
|
||||
'ob_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Tento účet nelze použít jako zdrojový účet.',
|
||||
'generic_invalid_destination' => 'Tento účet nelze použít jako cílový účet.',
|
||||
|
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
* index.js
|
||||
* Copyright (c) 2022 james@firefly-iii.org
|
||||
<?php
|
||||
/**
|
||||
* api.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
@@ -18,10 +19,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// This is just an example,
|
||||
// so you can safely delete all default props below
|
||||
declare(strict_types=1);
|
||||
|
||||
export default {
|
||||
failed: 'Action failed',
|
||||
success: 'Action was successful'
|
||||
}
|
||||
return [
|
||||
|
||||
];
|
28
resources/lang/da_DK/auth.php
Normal file
28
resources/lang/da_DK/auth.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* auth.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'failed' => 'Forkert brugernavn eller adgangskode.',
|
||||
'throttle' => 'For mange mislykkede loginforsøg. Prøv igen om :seconds seconds.',
|
||||
];
|
78
resources/lang/da_DK/breadcrumbs.php
Normal file
78
resources/lang/da_DK/breadcrumbs.php
Normal file
@@ -0,0 +1,78 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* breadcrumbs.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Hjem',
|
||||
'budgets' => 'Budget',
|
||||
'subscriptions' => 'Abonnementer',
|
||||
'transactions' => 'Transaktioner',
|
||||
'title_expenses' => 'Udgifter',
|
||||
'title_withdrawal' => 'Udgifter',
|
||||
'title_revenue' => 'Indtægter / indkomster',
|
||||
'title_deposit' => 'Indtægter / indkomster',
|
||||
'title_transfer' => 'Overførsler',
|
||||
'title_transfers' => 'Overførsler',
|
||||
'edit_currency' => 'Rediger valuta ":name"',
|
||||
'delete_currency' => 'Slet valuta ":name"',
|
||||
'newPiggyBank' => 'Opret ny sparegris',
|
||||
'edit_piggyBank' => 'Rediger sparegris ":name"',
|
||||
'preferences' => 'Indstillinger',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Konti',
|
||||
'changePassword' => 'Skift din adgangskode',
|
||||
'change_email' => 'Skift din e-mail adresse',
|
||||
'bills' => 'Regninger',
|
||||
'newBill' => 'Ny regning',
|
||||
'edit_bill' => 'Rediger regning ":name"',
|
||||
'delete_bill' => 'Slet regning ":name"',
|
||||
'reports' => 'Rapporter',
|
||||
'search_result' => 'Søgeresultater for ":query"',
|
||||
'withdrawal_list' => 'Udgifter',
|
||||
'Withdrawal_list' => 'Udgifter',
|
||||
'deposit_list' => 'Omsætning, indkomst og indskud',
|
||||
'transfer_list' => 'Overførsler',
|
||||
'transfers_list' => 'Overførsler',
|
||||
'reconciliation_list' => 'Afstemninger',
|
||||
'create_withdrawal' => 'Opret ny hævning',
|
||||
'create_deposit' => 'Opret ny indtægt',
|
||||
'create_transfer' => 'Opret ny overførsel',
|
||||
'create_new_transaction' => 'Opret ny transaktion',
|
||||
'edit_journal' => 'Rediger transaktion ":description"',
|
||||
'edit_reconciliation' => 'Rediger ":description"',
|
||||
'delete_journal' => 'Slet transaktion ":description"',
|
||||
'delete_group' => 'Slet transaktion ":description"',
|
||||
'tags' => 'Tags',
|
||||
'createTag' => 'Opret nyt tag',
|
||||
'edit_tag' => 'Rediger tag ":tag"',
|
||||
'delete_tag' => 'Slet tag ":tag"',
|
||||
'delete_journal_link' => 'Slet link mellem transaktioner',
|
||||
'edit_object_group' => 'Redigér gruppe ":title"',
|
||||
'delete_object_group' => 'Slet gruppe ":title"',
|
||||
'logout_others' => 'Log mig ud af alle andre sessioner',
|
||||
'asset_accounts' => 'Aktivkonti',
|
||||
'expense_accounts' => 'Udgiftskonti',
|
||||
'revenue_accounts' => 'Indtægtskonti',
|
||||
'liabilities_accounts' => 'Gæld',
|
||||
'placeholder' => '[Placeholder]',
|
||||
];
|
29
resources/lang/da_DK/components.php
Normal file
29
resources/lang/da_DK/components.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* components.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
68
resources/lang/da_DK/config.php
Normal file
68
resources/lang/da_DK/config.php
Normal file
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* config.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'html_language' => 'da',
|
||||
'locale' => 'da, Danish, da_DK.utf8, da_DK.UTF8',
|
||||
//'month' => '%B %Y',
|
||||
'month_js' => 'MMMM YYYY',
|
||||
|
||||
//'month_and_day' => '%B %e, %Y',
|
||||
'month_and_day_moment_js' => 'D MMMM, YYYY',
|
||||
'month_and_day_fns' => 'd MMMM y',
|
||||
'month_and_day_js' => 'Do MMMM, YYYY',
|
||||
|
||||
//'month_and_date_day' => '%A %B %e, %Y',
|
||||
'month_and_date_day_js' => 'dddd MMMM Do, ÅÅÅÅ',
|
||||
|
||||
//'month_and_day_no_year' => '%B %e',
|
||||
'month_and_day_no_year_js' => 'D MMMM',
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM, YYYY @ HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
|
||||
//'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
|
||||
//'week_in_year' => 'Week %V, %G',
|
||||
'week_in_year_js' => '[Week] w, YYYY',
|
||||
'week_in_year_fns' => "'Uge' w, yyyy",
|
||||
|
||||
//'year' => '%Y',
|
||||
'year_js' => 'YYYY',
|
||||
|
||||
//'half_year' => '%B %Y',
|
||||
'half_year_js' => '\QQ YYYY',
|
||||
|
||||
'quarter_fns' => "'kvt.' Q, yyyy",
|
||||
'half_year_fns' => "'H{half}', yyyyy",
|
||||
'dow_1' => 'Mandag',
|
||||
'dow_2' => 'Tirsdag',
|
||||
'dow_3' => 'Onsdag',
|
||||
'dow_4' => 'Torsdag',
|
||||
'dow_5' => 'Fredag',
|
||||
'dow_6' => 'Lørdag',
|
||||
'dow_7' => 'Søndag',
|
||||
];
|
37
resources/lang/da_DK/demo.php
Normal file
37
resources/lang/da_DK/demo.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* demo.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'no_demo_text' => 'Der er desværre ingen ekstra demo-forklaring for <abbr title=":route">denne side</abbr>.',
|
||||
'see_help_icon' => '<i class="fa fa-question-circle"> ikonet i øverste højre hjørne kan dog måske hjælpe dig.',
|
||||
'index' => 'Velkommen til <strong>Firefly III</strong>! På denne side kan du få et hurtigt overblik over dine finanser. For at komme i gang, anbefaler vi at tage et kig på siderne → <a href=":asset">Kapitalkonti</a>, <a href=":budgets">Budgetter</a> og <a href=":reports">Rapporter</a>. Eventuelt kan du kigge dig omkring, og se hvor du ender.',
|
||||
'accounts-index' => 'Kapitalkonti er dine personline bankkontoer. Udgiftskonti er de kontoer du overfører penge til, f.eks. butikker eller dine venner. Indtægtskonti er de kontoer du modtager penge fra, f.eks. dit arbejde. Gæld er de penge du skylder og/eller har lånt, f.eks. SU-lån eller lign. På denne side kan du redigere eller fjerne dem.',
|
||||
'budgets-index' => 'Denne side viser dig et overblik over dine budgetter. Den øverste bar viser beløbet der i øjeblikket kan budgetteres. Dette kan tilpasses til enhver periode, ved at klikke på beløbet til højre. Beløbet som du faktisk har brugt, vises i baren herunder. Under den er udgifterne per budget, og hvad du har budgetteret dem til.',
|
||||
'reports-index-start' => 'Firefly III understøtter flere typer rapporter. Læs mere om dem ved at klikke på <i class="fa fa-question-circle">-ikonet i det øverste højre hjørne.',
|
||||
'reports-index-examples' => 'Husk at tage et kig på disse eksempler: <a href=":one">et månedligt finansielt overblik</a>, <a href=":two">et årligt finansielt overblik</a> and <a href=":three"> et budget overblik</a>.',
|
||||
'currencies-index' => 'Firefly III understøtter flere valutaer. Selvom den som udgangspunkt er Euro, så kan den nemt ændres til f.eks. US Dollar og mange andre valutaer. Som du kan se, er der fra starten et lille udvalg af valutaer inkluderet, men du kan tilføje dine egne hvis du ønsker. Hvis du ændrer på standardvalutaen, bliver valutaen for eksisterende valutaer ikke ændret: Firefly III understøtter brugen af flere forskellige valutaer på samme tid.',
|
||||
'transactions-index' => 'Disse udgifter, deponeringer og overførsler er ikke særligt fantasifulde. De er blevet genereret automatisk.',
|
||||
'piggy-banks-index' => 'Som du kan se er der tre sparegrise. Brug plus- og minus-knapper for at ændre på beløbet i hver sparegris. Tryk på sparegrisens navn, for at se administrationen af hver enkelt sparegris.',
|
||||
'profile-index' => 'Vær opmærksom på at demosiden nulstilles hver fjerde time. Din adgang kan blive trukket tilbage til enhver tid. Dette sker automatisk, og er ikke en fejl.',
|
||||
];
|
131
resources/lang/da_DK/email.php
Normal file
131
resources/lang/da_DK/email.php
Normal file
@@ -0,0 +1,131 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* email.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// common items
|
||||
'greeting' => 'Hej,',
|
||||
'closing' => 'Beep bop,',
|
||||
'signature' => 'Firefly III Mail Robotten',
|
||||
'footer_ps' => 'PS: Denne besked blev sendt, fordi en anmodning fra IP :ipAddress udløste den.',
|
||||
|
||||
// admin test
|
||||
'admin_test_subject' => 'En testbesked fra din Firefly III-installation',
|
||||
'admin_test_body' => 'Dette er en test besked fra din Firefly III installation. Den blev sendt til :email.',
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => 'An invitation has been created',
|
||||
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Nyt login på Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
'new_ip_body' => 'Firefly III har registreret et nyt login på din konto fra en ukendt IP-adresse. Hvis du ikke tidligere har været logget ind fra IP-adressen herunder, eller dit sidste login herfra er sket for mere end 6 måneder siden - vil Firefly III advare dig.',
|
||||
'new_ip_warning' => 'Hvis du kan genkende IP-adressen eller login-forsøget, kan du trykt ignorere denne besked. Hvis du ikke har forsøgt at logge ind - eller ikke ved hvad det her handler om bør du verificere din password sikkerhed. Skift password og log ud af alle sessioner. For at gøre dette kan du gå til din profil side. Du har selvfølgeligt allerede 2FA slået til, ikke? Stay safe!',
|
||||
'ip_address' => 'IP-adresse',
|
||||
'host_name' => 'Host',
|
||||
'date_time' => 'Dato/Tid',
|
||||
|
||||
// access token created
|
||||
'access_token_created_subject' => 'Et nyt adgangstoken blev oprettet',
|
||||
'access_token_created_body' => 'Nogen (forhåbentlig dig) har netop oprettet en ny Firefly III API Access Token til din brugerkonto.',
|
||||
'access_token_created_explanation' => 'With this token, they can access **all** of your financial records through the Firefly III API.',
|
||||
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url',
|
||||
|
||||
// registered
|
||||
'registered_subject' => 'Velkommen til Firefly III!',
|
||||
'registered_subject_admin' => 'A new user has registered',
|
||||
'admin_new_user_registered' => 'A new user has registered. User **:email** was given user ID #:id.',
|
||||
'registered_welcome' => 'Velkomme til [Firefly III](:address). Dine registrering er gennemført, og denne email tjener til at bekræftige dette. :-)',
|
||||
'registered_pw' => 'If you have forgotten your password already, please reset it using [the password reset tool](:address/password/reset).',
|
||||
'registered_help' => 'Der er et hjælpe-ikon i øverste højre hjørne af hver side. Hvis du har brug for hjælp, kan du klikke på det!',
|
||||
'registered_doc_html' => 'If you haven\'t already, please read the [grand theory](https://docs.firefly-iii.org/about-firefly-iii/personal-finances).',
|
||||
'registered_doc_text' => 'If you haven\'t already, please also read the first use guide and the full description.',
|
||||
'registered_closing' => 'God fornøjelse!',
|
||||
'registered_firefly_iii_link' => 'Firefly III:',
|
||||
'registered_pw_reset_link' => 'Nulstilling af adgangskode:',
|
||||
'registered_doc_link' => 'Dokumentation:',
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'A new Firefly III version is available',
|
||||
|
||||
// email change
|
||||
'email_change_subject' => 'Din Firefly III email adresse er ændret',
|
||||
'email_change_body_to_new' => 'Du eller nogen med adgang til din Firefly III-konto har ændret din e-mailadresse. Hvis du ikke forventede denne besked, bedes du ignorere og slette den.',
|
||||
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you **must** follow the "undo"-link below to protect your account!',
|
||||
'email_change_ignore' => 'Hvis du har igangsat denne ændring, kan du roligt ignorere denne besked.',
|
||||
'email_change_old' => 'Den forrige email adresse var: :email',
|
||||
'email_change_old_strong' => 'The old email address was: **:email**',
|
||||
'email_change_new' => 'Den nye email adresse er: :email',
|
||||
'email_change_new_strong' => 'The new email address is: **:email**',
|
||||
'email_change_instructions' => 'Du kan ikke bruge Firefly III, før du bekræfter denne ændring. Følg linket nedenfor for at gøre det.',
|
||||
'email_change_undo_link' => 'For at fortryde ændringen, følg dette link:',
|
||||
|
||||
// OAuth token created
|
||||
'oauth_created_subject' => 'En ny OAuth klient er oprettet',
|
||||
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL `:url`.',
|
||||
'oauth_created_explanation' => 'With this client, they can access **all** of your financial records through the Firefly III API.',
|
||||
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at `:url`',
|
||||
|
||||
// reset password
|
||||
'reset_pw_subject' => 'Anmodning om nulstilling af din adgangskode',
|
||||
'reset_pw_instructions' => 'Nogen forsøgte at nulstille din adgangskode. Hvis det var dig, bedes du følge linket nedenfor for at gøre det.',
|
||||
'reset_pw_warning' => '**PLEASE** verify that the link actually goes to the Firefly III you expect it to go!',
|
||||
|
||||
// error
|
||||
'error_subject' => 'Der er opstået en fejl i Firefly III',
|
||||
'error_intro' => 'Der opstod en fejl i Firefly III v:version: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||
'error_type' => 'Fejlen var af typen ":class".',
|
||||
'error_timestamp' => 'Fejlen opstod ved: :time.',
|
||||
'error_location' => 'Denne fejl opstod i filen "<span style="font-family: monospace;">:file</span>" på linje :line med koden :code.',
|
||||
'error_user' => 'Fejlen opstod under brugeren #:id, <a href="mailto::email">:email</a>.',
|
||||
'error_no_user' => 'Der var ingen bruger logget ind under denne fejl, eller ingen bruger blev fundet.',
|
||||
'error_ip' => 'IP-adressen relateret til denne fejl er: :ip',
|
||||
'error_url' => 'URL er: :url',
|
||||
'error_user_agent' => 'Brugeragent: :userAgent',
|
||||
'error_stacktrace' => 'Den fulde stacktrace er nedenfor. Hvis du tror, at dette er en fejl i Firefly III, kan du videresende denne meddelelse til <a href="mailto:james@firefly-iii.org?subject=BUG!">james@ firefly-iii. rg</a>. Dette kan være behjælpeligt med at rette den fejl, du lige er stødt på.',
|
||||
'error_github_html' => 'Hvis du foretrækker det, kan du også rapportere et nyt problem på <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||
'error_github_text' => 'Hvis du foretrækker det, kan du også rapportere et nyt problem på https://github.com/firefly-iii/firefly-iii/issues.',
|
||||
'error_stacktrace_below' => 'Den fulde stacktrace er nedenfor:',
|
||||
'error_headers' => 'The following headers may also be relevant:',
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III har oprettet en ny transaktion|Firefly III har oprettet :count nye transaktioner',
|
||||
'new_journals_header' => 'Firefly III har oprettet en transaktion for dig. Du kan finde den i din Firefly III installation:|Firefly III har oprettet :count transaktioner for dig. Du kan finde dem i din Firefly III installation:',
|
||||
|
||||
// bill warning
|
||||
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
|
||||
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
|
||||
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
|
||||
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
|
||||
'bill_warning_end_date' => 'Your bill **":name"** is due to end on :date. This moment will pass in about **:diff days**.',
|
||||
'bill_warning_extension_date' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass in about **:diff days**.',
|
||||
'bill_warning_end_date_zero' => 'Regningen **":name"** er sat til at stoppe den :date. Denne dato vil blive overskredet **idag!**',
|
||||
'bill_warning_extension_date_zero' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass **TODAY!**',
|
||||
'bill_warning_please_action' => 'Udfør venligt den krævede handling.',
|
||||
|
||||
];
|
55
resources/lang/da_DK/errors.php
Normal file
55
resources/lang/da_DK/errors.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* firefly.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'404_header' => 'Firefly III kan ikke finde denne side.',
|
||||
'404_page_does_not_exist' => 'Den side du har anmodet om findes ikke. Kontroller at du ikke har indtastet den forkerte URL. Har du måske tastet forkert?',
|
||||
'404_send_error' => 'Hvis du blev omdirigeret til denne side automatisk, bedes du modtage min undskyldning. Denne fejl er registreret i dine logfiler, og jeg ville være taknemmelig, hvis du sendte mig disse logfiler.',
|
||||
'404_github_link' => 'Hvis du er sikker på, at denne side burde eksistere, bedes du oprette en fejlmelding på <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'whoops' => 'Hovsa',
|
||||
'fatal_error' => 'Der opstod en alvorlig fejl. Tjek logfilerne i "storage/logs" eller brug "docker logs -f [container]" for at se, hvad der gik galt.',
|
||||
'maintenance_mode' => 'Firefly III kører i vedligeholdelsestilstand.',
|
||||
'be_right_back' => 'Er straks tilbage!',
|
||||
'check_back' => 'Firefly III er utilgængelig pga. en nødvendig vedligeholdelse. Tjek venligst tilbage om et sekund.',
|
||||
'error_occurred' => 'Beklager, der opstod en fejl.',
|
||||
'db_error_occurred' => 'Whoops! A database error occurred.',
|
||||
'error_not_recoverable' => 'Desværre er denne fejl uoprettelig :(. Firefly III brød sammen. Fejlen er:',
|
||||
'error' => 'Fejl',
|
||||
'error_location' => 'Denne fejl opstod i filen "<span style="font-family: monospace;">:file</span>" på linje :line med koden :code.',
|
||||
'stacktrace' => 'Stack trace',
|
||||
'more_info' => 'Yderligere information',
|
||||
'collect_info' => 'Der findes mere information i mappen <code>storage/logs</code> hvor du vil finde logfilerne. Hvis du kører Docker, brug <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Du kan læse mere om indhentning af fejloplysninger i <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Få hjælp på GitHub',
|
||||
'github_instructions' => 'Du er mere end velkommen til at oprette en ny fejlmelding <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">på GitHub</a></strong>.',
|
||||
'use_search' => 'Brug søgefeltet!',
|
||||
'include_info' => 'Inkludér informationen <a href=":link">fra denne fejlfindingsside</a>.',
|
||||
'tell_more' => 'Uddyb gerne mere end bare "det siger Hovsa!"',
|
||||
'include_logs' => 'Inkludér fejllogfiler (se ovenfor).',
|
||||
'what_did_you_do' => 'Fortæl os, hvad du lavede.',
|
||||
'offline_header' => 'Du er sandsynligvis offline',
|
||||
'offline_unreachable' => 'Firefly III er ikke tilgængelig. Din enhed er i øjeblikket offline, eller serveren fungerer ikke.',
|
||||
'offline_github' => 'Hvis du er sikker på, at både din enhed og serveren er online, skal du åbne en ticket på <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
2562
resources/lang/da_DK/firefly.php
Normal file
2562
resources/lang/da_DK/firefly.php
Normal file
File diff suppressed because it is too large
Load Diff
254
resources/lang/da_DK/form.php
Normal file
254
resources/lang/da_DK/form.php
Normal file
@@ -0,0 +1,254 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* form.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Bank navn',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo for opsparingskonto',
|
||||
'credit_card_limit' => 'Kreditkort grænse',
|
||||
'automatch' => 'Automatisk afstemning',
|
||||
'skip' => 'Spring over',
|
||||
'enabled' => 'Aktiveret',
|
||||
'name' => 'Navn',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Minimumsbeløb',
|
||||
'amount_max' => 'Maksimumbeløb',
|
||||
'match' => 'Matcher på',
|
||||
'strict' => 'Strikt tilstand',
|
||||
'repeat_freq' => 'Gentagelser',
|
||||
'object_group' => 'Gruppe',
|
||||
'location' => 'Sted',
|
||||
'update_channel' => 'Opdateringskanal',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Valuta',
|
||||
'external_ip' => 'Din servers eksterne IP',
|
||||
'attachments' => 'Vedhæftninger',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Bekræft adgangskodesikkerhed',
|
||||
'source_account' => 'Kildekonto',
|
||||
'destination_account' => 'Destinationskonto',
|
||||
'asset_destination_account' => 'Destinationskonto',
|
||||
'include_net_worth' => 'Inkludér i formue',
|
||||
'asset_source_account' => 'Kildekonto',
|
||||
'journal_description' => 'Beskrivelse',
|
||||
'note' => 'Bemærkninger',
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Aktivkonto',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Regning',
|
||||
'opening_balance' => 'Startsaldo',
|
||||
'tagMode' => 'Tag tilstand',
|
||||
'virtual_balance' => 'Virtuel saldo',
|
||||
'targetamount' => 'Målbeløb',
|
||||
'account_role' => 'Kontorolle',
|
||||
'opening_balance_date' => 'Dato for startsaldo',
|
||||
'cc_type' => 'Kreditkort betalingsplan',
|
||||
'cc_monthly_payment_date' => 'Månedlig betalingsdato for kreditkort',
|
||||
'piggy_bank_id' => '"Sparegris"',
|
||||
'returnHere' => 'Tilbage hertil',
|
||||
'returnHereExplanation' => 'Efter lagring, vend tilbage hertil for at oprette endnu en.',
|
||||
'returnHereUpdateExplanation' => 'Efter opdatering, vend tilbage hertil.',
|
||||
'description' => 'Beskrivelse',
|
||||
'expense_account' => 'Udgiftskonto',
|
||||
'revenue_account' => 'Indtægtskonto',
|
||||
'decimal_places' => 'Decimaltegn',
|
||||
'destination_amount' => 'Beløb (destination)',
|
||||
'new_email_address' => 'Ny emailadresse',
|
||||
'verification' => 'Verificering',
|
||||
'api_key' => 'API nøgle',
|
||||
'remember_me' => 'Husk mig',
|
||||
'liability_type_id' => 'Gældstype',
|
||||
'liability_type' => 'Gældstype',
|
||||
'interest' => 'Rente',
|
||||
'interest_period' => 'Renteperiode',
|
||||
'extension_date' => 'Dato for forlængelse',
|
||||
'type' => 'Type',
|
||||
'convert_Withdrawal' => 'Konverter hævning',
|
||||
'convert_Deposit' => 'Konverter indbetaling',
|
||||
'convert_Transfer' => 'Konverter overførsel',
|
||||
'amount' => 'Beløb',
|
||||
'foreign_amount' => 'Fremmed beløb',
|
||||
'date' => 'Dato',
|
||||
'interest_date' => 'Rentedato',
|
||||
'book_date' => 'Bogføringsdato',
|
||||
'process_date' => 'Behandlingsdato',
|
||||
'category' => 'Kategori',
|
||||
'tags' => 'Tags',
|
||||
'deletePermanently' => 'Slet permanent',
|
||||
'cancel' => 'Annuller',
|
||||
'targetdate' => 'Måldato',
|
||||
'startdate' => 'Start dato',
|
||||
'tag' => 'Tag',
|
||||
'under' => 'Under',
|
||||
'symbol' => 'Symbol',
|
||||
'code' => 'Kode',
|
||||
'iban' => 'IBAN',
|
||||
'account_number' => 'Kontonummer',
|
||||
'creditCardNumber' => 'Kreditkortnummer',
|
||||
'has_headers' => 'Sidehoveder',
|
||||
'date_format' => 'Datoformat',
|
||||
'specifix' => 'Bank- eller filspecifikke rettelser',
|
||||
'attachments[]' => 'Vedhæftninger',
|
||||
'title' => 'Titel',
|
||||
'notes' => 'Bemærkninger',
|
||||
'filename' => 'Filnavn',
|
||||
'mime' => 'Mime type',
|
||||
'size' => 'Størrelse',
|
||||
'trigger' => 'Udløser',
|
||||
'stop_processing' => 'Stop behandling',
|
||||
'start_date' => 'Start på området',
|
||||
'end_date' => 'Slut på området',
|
||||
'enddate' => 'Slut dato',
|
||||
'start' => 'Start på området',
|
||||
'end' => 'Slut på området',
|
||||
'delete_account' => 'Slet konto ":name"',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_bill' => 'Slet regning ":name"',
|
||||
'delete_budget' => 'Slet budget ":name"',
|
||||
'delete_category' => 'Slet kategori ":name"',
|
||||
'delete_currency' => 'Slet valuta ":name"',
|
||||
'delete_journal' => 'Slet transaktion med beskrivelsen ":description"',
|
||||
'delete_attachment' => 'Slet vedhæftningen ":name"',
|
||||
'delete_rule' => 'Slet regel ":title"',
|
||||
'delete_rule_group' => 'Slet regelgruppe ":title"',
|
||||
'delete_link_type' => 'Slet linktype ":name"',
|
||||
'delete_user' => 'Slet bruger ":email"',
|
||||
'delete_recurring' => 'Slet tilbagevendende transaktion ":title"',
|
||||
'user_areYouSure' => 'Hvis du sletter brugeren ":email", vil alt være væk. Du kan ikke fortryde. Hvis du sletter dig selv, vil du miste adgang til denne instans af Firefly III.',
|
||||
'attachment_areYouSure' => 'Er du sikker på, at du vil slette den vedhæftede fil med navnet ":name"?',
|
||||
'account_areYouSure' => 'Er du sikker på, at du vil slette kontoen med navnet ":name"?',
|
||||
'account_areYouSure_js' => 'Er du sikker på, at du vil slette kontoen med navnet "{name}"?',
|
||||
'bill_areYouSure' => 'Er du sikker på, at du vil slette regningen med navnet ":name"?',
|
||||
'rule_areYouSure' => 'Er du sikker på du vil slette reglen benævnt ":title"?',
|
||||
'object_group_areYouSure' => 'Er du sikker på du vil slette gruppen benævnt ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Er du sikker på du vil slette regelsætsgruppen benævnt ":title"?',
|
||||
'budget_areYouSure' => 'Er du sikker på, at du vil slette budgettet benævnt ":name"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Er du sikker på, at du vil slette kategorien ":name"?',
|
||||
'recurring_areYouSure' => 'Er du sikker på, at du vil slette den periodiske transaktion benævnt ":title"?',
|
||||
'currency_areYouSure' => 'Er du sikker på, at du vil slette ":name" valuetaen?',
|
||||
'piggyBank_areYouSure' => 'Er du sikker på, at du vil slette "sparebøssen", der hedder ":name"?',
|
||||
'journal_areYouSure' => 'Er du sikker på, at du vil slette transaktionen beskrevet med ":description"?',
|
||||
'mass_journal_are_you_sure' => 'Er du sikker på, at du vil slette disse transaktioner?',
|
||||
'tag_areYouSure' => 'Er du sikker på, at du vil slette tagget ":tag"?',
|
||||
'journal_link_areYouSure' => 'Er du sikker på, at du vil slette linket mellem <a href=":source_link">:source</a> og <a href=":destination_link">:destination</a>?',
|
||||
'linkType_areYouSure' => 'Er du sikker på, at du vil slette linktypen ":name" (":inward" / ":outward")?',
|
||||
'permDeleteWarning' => 'Når du sletter inhold i Firefly III er dette permanent og kan ikke fortrydes.',
|
||||
'mass_make_selection' => 'Du kan stadig forhindre elementer i at blive slettet ved at fjerne markeringen.',
|
||||
'delete_all_permanently' => 'Slet valgte permanent',
|
||||
'update_all_journals' => 'Opdater disse transaktioner',
|
||||
'also_delete_transactions' => 'Den eneste transaktion, der er forbundet til denne konto, vil også blive slettet.|Alle :count transaktioner forbundet til denne konto vil også blive slettet.',
|
||||
'also_delete_transactions_js' => 'Ingen transaktioner|Den eneste transaktion, der er forbundet til denne konto, vil også blive slettet.|Alle {count} transaktioner forbundet til denne konto vil også blive slettet.',
|
||||
'also_delete_connections' => 'Den eneste transaktion, der er knyttet til denne linktype, vil miste denne tilknytning.|Alle :count transaktioner, der er knyttet til denne linktype, vil miste deres tilknytning.',
|
||||
'also_delete_rules' => 'Den eneste regel, der er forbundet til dette regelsæt, vil også blive slettet.|Alle :count regler forbundet til dette regelsæt, vil også blive slettet.',
|
||||
'also_delete_piggyBanks' => 'Den eneste "sparebøsse" forbundet til denne konto vil også blive slettet.|Alle :count "sparebøsser" forbundet til denne konto vil også blive slettet.',
|
||||
'also_delete_piggyBanks_js' => 'Ingen sparebøsser|Den eneste "sparebøsse" forbundet til denne konto vil også blive slettet.|Alle {count} "sparebøsser" forbundet til denne konto vil også blive slettet.',
|
||||
'not_delete_piggy_banks' => 'Den "sparebøsse" tilknyttet til denne gruppe vil ikke blive slettet.|De :count "sparebøsser" som er tilknyttet til denne gruppe vil ikke blive slettet.',
|
||||
'bill_keep_transactions' => 'Den eneste transaktion, der er forbundet til denne regning, vil også blive slettet.|Alle :count transaktioner forbundet til regning konto vil også blive slettet.',
|
||||
'budget_keep_transactions' => 'Den eneste transaktion, der er tilknyttet til dette budget, vil ikke blive slettet.|Alle :count transaktioner tilknyttet til dette budget vil undgå sletning.',
|
||||
'category_keep_transactions' => 'Den eneste transaktion, der er tilknyttet denne kategori, vil ikke blive slettet.|Alle :count transaktioner tilknyttet denne kategori vil ikke blive slettet.',
|
||||
'recurring_keep_transactions' => 'Den eneste transaktion, der er oprettet ved denne periodiske transaktion, vil ikke blive slettet.|Alle :count transaktioner oprettet ved denne periodiske transaktion vil ikke blive slettet.',
|
||||
'tag_keep_transactions' => 'Den eneste transaktion, der er forbundet til dette tag, vil ikke blive slettet.|Alle :count transaktioner forbundet til dette tag vil ikke blive slettet.',
|
||||
'check_for_updates' => 'Søg efter opdateringer',
|
||||
'liability_direction' => 'Passiv ind/ud',
|
||||
'delete_object_group' => 'Slet gruppen ":title"',
|
||||
'email' => 'Email adresse',
|
||||
'password' => 'Adgangskode',
|
||||
'password_confirmation' => 'Adgangskode (igen)',
|
||||
'blocked' => 'Blokeret?',
|
||||
'blocked_code' => 'Årsag til blokering',
|
||||
'login_name' => 'Login',
|
||||
'is_owner' => 'Er administrator?',
|
||||
'url' => 'URL',
|
||||
'bill_end_date' => 'Slut dato',
|
||||
|
||||
// import
|
||||
'apply_rules' => 'Anvend regler',
|
||||
'artist' => 'Kunstner',
|
||||
'album' => 'Album',
|
||||
'song' => 'Sang',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domæne',
|
||||
'single_user_mode' => 'Deaktivér brugerregistrering',
|
||||
'is_demo_site' => 'Er demoside',
|
||||
|
||||
// import
|
||||
'configuration_file' => 'Konfigurationsfil',
|
||||
'csv_comma' => 'Et komma (,)',
|
||||
'csv_semicolon' => 'Et semikolon (;)',
|
||||
'csv_tab' => 'En fane (usynlig)',
|
||||
'csv_delimiter' => 'CSV feltafgrænser',
|
||||
'client_id' => 'Klient ID',
|
||||
'app_id' => 'App ID',
|
||||
'secret' => 'Hemmelighed',
|
||||
'public_key' => 'Offentlig nøgle',
|
||||
'country_code' => 'Landekode',
|
||||
'provider_code' => 'Bank eller data udbyder',
|
||||
'fints_url' => 'FinTS API URL',
|
||||
'fints_port' => 'Port',
|
||||
'fints_bank_code' => 'Bank kode',
|
||||
'fints_username' => 'Brugernavn',
|
||||
'fints_password' => 'Pinkode / Adgangskode',
|
||||
'fints_account' => 'FinTS konto',
|
||||
'local_account' => 'Firefly III konto',
|
||||
'from_date' => 'Dato fra',
|
||||
'to_date' => 'Dato til',
|
||||
'due_date' => 'Forfaldsdato',
|
||||
'payment_date' => 'Betalingsdato',
|
||||
'invoice_date' => 'Fakturadato',
|
||||
'internal_reference' => 'Intern reference',
|
||||
'inward' => 'Indgående beskrivelse',
|
||||
'outward' => 'Udgående beskrivelse',
|
||||
'rule_group_id' => 'Regelgruppe',
|
||||
'transaction_description' => 'Transaktions beskrivelse',
|
||||
'first_date' => 'Første dato',
|
||||
'transaction_type' => 'Transaktionstype',
|
||||
'repeat_until' => 'Gentag indtil',
|
||||
'recurring_description' => 'Tilbagevendende transaktionsbeskrivelse',
|
||||
'repetition_type' => 'Gentagelsestype',
|
||||
'foreign_currency_id' => 'Fremmed valuta',
|
||||
'repetition_end' => 'Gentagelse slutter',
|
||||
'repetitions' => 'Gentagelser',
|
||||
'calendar' => 'Kalender',
|
||||
'weekend' => 'Weekend',
|
||||
'client_secret' => 'Klient hemmelig',
|
||||
'withdrawal_destination_id' => 'Destinationskonto',
|
||||
'deposit_source_id' => 'Kildekonto',
|
||||
'expected_on' => 'Forventet den',
|
||||
'paid' => 'Betalt',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget beløb',
|
||||
'auto_budget_period' => 'Auto-budget periode',
|
||||
'collected' => 'Indsamlet',
|
||||
'submitted' => 'Indsendt',
|
||||
'key' => 'Nøgle',
|
||||
'value' => 'Indholdet af post',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
145
resources/lang/da_DK/intro.php
Normal file
145
resources/lang/da_DK/intro.php
Normal file
@@ -0,0 +1,145 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* intro.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// index
|
||||
'index_intro' => 'Velkommen til forsiden af Firefly III. Tag lidt tid og gå gennem denne intro for at få en fornemmelse af hvordan Firefly III virker.',
|
||||
'index_accounts-chart' => 'Dette diagram viser den nuværende saldo på dine forbrugskonti. Du kan vælge de synlige konti i dine indstillinger.',
|
||||
'index_box_out_holder' => 'Denne lille boks og boksene ved siden af giver dig et hurtigt overblik over din finansielle situation.',
|
||||
'index_help' => 'Hvis du nogensinde har brug for hjælp med en side eller en formular, tryk på denne knap.',
|
||||
'index_outro' => 'De fleste sider i Firefly III starter med en lille tour som denne. Kontakt mig venligst, hvis du har spørgsmål eller kommentarer. God fornøjelse!',
|
||||
'index_sidebar-toggle' => 'For at oprette nye transaktioner, konti eller andet, brug da menuen under dette ikon.',
|
||||
'index_cash_account' => 'Disse er de oprettede konti for nu. Du kan bruge kontantkontoen til at spore dine kontante udgifter, men det er selvfølgelig ikke obligatorisk.',
|
||||
|
||||
// transactions
|
||||
'transactions_create_basic_info' => 'Indtast de grundlæggende oplysninger for din transaktion. Kilde, destination, dato og beskrivelse.',
|
||||
'transactions_create_amount_info' => 'Indtast transaktionsbeløbet. Hvis det er nødvendigt, vil felterne automatisk opdatere for fremmedvaluta.',
|
||||
'transactions_create_optional_info' => 'Alle disse felter er valgfrie. Hvis du tilføjer metadata her, kan du organisere dine transaktioner bedre.',
|
||||
'transactions_create_split' => 'Hvis du vil opdele en transaktion, så kan dette gøres med denne knap',
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => 'Giv dine konti en gyldig IBAN. Dette kan gøre en dataimport lettere i fremtiden.',
|
||||
'accounts_create_asset_opening_balance' => 'Konti for aktiver kan have en "startsaldo", der angiver begyndelsen af kontoens historik i Firefly III.',
|
||||
'accounts_create_asset_currency' => 'Firefly III understøtter flere valutaer. Konti for aktiver har en primær valuta, som du skal angive her.',
|
||||
'accounts_create_asset_virtual' => 'Det kan undertiden være en hjælp at give din konto en virtuel saldo: et beløb der altid tilføjes eller trækkes fra den faktiske saldo.',
|
||||
|
||||
// budgets index
|
||||
'budgets_index_intro' => 'Budgetter bruges til at styre dine finanser og udgør en af de centrale funktioner i Firefly III.',
|
||||
'budgets_index_set_budget' => 'Opret dit samlede budget for hver periode, så Firefly III kan fortælle dig, om du har budgetteret alle tilgængelige midler.',
|
||||
'budgets_index_see_expenses_bar' => 'Efterhånden som penge forbruges, vil denne bjælke langsomt udfyldes.',
|
||||
'budgets_index_navigate_periods' => 'Naviger gennem perioder for nemt at kunne oprette budgetter fremadrettet.',
|
||||
'budgets_index_new_budget' => 'Opret nye budgetter, som du finder passende.',
|
||||
'budgets_index_list_of_budgets' => 'Brug denne tabel til at fastsætte beløbene for hvert budget og se, hvordan du klarer det.',
|
||||
'budgets_index_outro' => 'For at lære mere om budgettering, tjek hjælpeikonet i øverste højre hjørne.',
|
||||
|
||||
// reports (index)
|
||||
'reports_index_intro' => 'Brug disse rapporter til at få detaljeret indsigt i dine finanser.',
|
||||
'reports_index_inputReportType' => 'Vælg en rapporttype. Tjek hjælpesiderne for at se, hvad hver rapport viser.',
|
||||
'reports_index_inputAccountsSelect' => 'Du kan udelukke eller inkludere aktiver som du finder passende.',
|
||||
'reports_index_inputDateRange' => 'Det valgte datointerval er helt op til dig: fra en dag til 10 år.',
|
||||
'reports_index_extra-options-box' => 'Afhængigt af den rapport du har valgt, kan du vælge ekstra filtre og indstillinger her. Se dette felt når du ændrer rapporttyper.',
|
||||
|
||||
// reports (reports)
|
||||
'reports_report_default_intro' => 'Denne rapport vil give dig et hurtigt og omfattende overblik over dine finanser. Hvis du har forslag til andre, tøv ikke med at kontakte mig!',
|
||||
'reports_report_audit_intro' => 'Denne rapport vil give dig et detaljeret overblik over dine aktiver.',
|
||||
'reports_report_audit_optionsBox' => 'Brug disse afkrydsningsfelter til at vise eller skjule de kolonner, du er interesseret i.',
|
||||
|
||||
'reports_report_category_intro' => 'Denne rapport vil give dig overblik over en eller flere kategorier.',
|
||||
'reports_report_category_pieCharts' => 'Disse diagrammer vil give dig overblik over udgifter og indkomst per kategori eller per konto.',
|
||||
'reports_report_category_incomeAndExpensesChart' => 'Dette diagram viser dine udgifter og indtægter per kategori.',
|
||||
|
||||
'reports_report_tag_intro' => 'Denne rapport vil give dig overblik over et eller flere tags.',
|
||||
'reports_report_tag_pieCharts' => 'Disse diagrammer vil give dig overblik over udgifter og indkomst per tag, konto, kategori eller budget.',
|
||||
'reports_report_tag_incomeAndExpensesChart' => 'Dette diagram viser dine udgifter og indtægter per tag.',
|
||||
|
||||
'reports_report_budget_intro' => 'Denne rapport vil give dig overblik over et eller flere budgetter.',
|
||||
'reports_report_budget_pieCharts' => 'Disse diagrammer vil give dig overblik over udgifterne per budget eller per konto.',
|
||||
'reports_report_budget_incomeAndExpensesChart' => 'Dette diagram viser dine udgifter per budget.',
|
||||
|
||||
// create transaction
|
||||
'transactions_create_switch_box' => 'Brug disse knapper for hurtigt at skifte til den transaktionstype, du ønsker at gemme.',
|
||||
'transactions_create_ffInput_category' => 'Du kan frit skrive i dette felt. Tidligere oprettede kategorier vil blive foreslået.',
|
||||
'transactions_create_withdrawal_ffInput_budget' => 'Link din udbetaling til et budget for bedre styring.',
|
||||
'transactions_create_withdrawal_currency_dropdown_amount' => 'Brug denne dropdown når din udbetaling er i en anden valuta.',
|
||||
'transactions_create_deposit_currency_dropdown_amount' => 'Brug denne dropdown når din indbetaling er i en anden valuta.',
|
||||
'transactions_create_transfer_ffInput_piggy_bank_id' => 'Vælg en "sparegris" og link denne overførsel til dine opsparinger.',
|
||||
|
||||
// piggy banks index:
|
||||
'piggy-banks_index_saved' => 'Dette felt viser dig hvor meget du har gemt i hver "sparebøsse".',
|
||||
'piggy-banks_index_button' => 'Ved siden af denne statuslinje er to knapper (+ og -) for at tilføje eller fjerne penge fra hver "sparebøsse".',
|
||||
'piggy-banks_index_accountStatus' => 'For hver konto for aktiver med mindst en "sparebøsse" er status angivet i denne tabel.',
|
||||
|
||||
// create piggy
|
||||
'piggy-banks_create_name' => 'Hvad er dit mål? En ny sofa, et kamera, penge til nødsituationer?',
|
||||
'piggy-banks_create_date' => 'Du kan angive en måldato eller en deadline for din "sparebøsse".',
|
||||
|
||||
// show piggy
|
||||
'piggy-banks_show_piggyChart' => 'Dette diagram vil vise historikken for denne "sparegris".',
|
||||
'piggy-banks_show_piggyDetails' => 'Detaljer vedrørende din "sparegris"',
|
||||
'piggy-banks_show_piggyEvents' => 'Eventuelle tilføjelser eller udtræk er også anført her.',
|
||||
|
||||
// bill index
|
||||
'bills_index_rules' => 'Her kan du se hvilke regler der vil kontrollere om denne regning er nået',
|
||||
'bills_index_paid_in_period' => 'Dette felt angiver, hvornår regningen sidst blev betalt.',
|
||||
'bills_index_expected_in_period' => 'Dette felt angiver for hver regning, hvis og når den næste regning forventes at forfalde.',
|
||||
|
||||
// show bill
|
||||
'bills_show_billInfo' => 'Denne tabel viser nogle generelle oplysninger om denne regning.',
|
||||
'bills_show_billButtons' => 'Brug denne knap til at scanne gamle transaktioner igen, så de vil blive matchet med denne regning.',
|
||||
'bills_show_billChart' => 'Dette diagram viser de transaktioner, der er knyttet til denne regning.',
|
||||
|
||||
// create bill
|
||||
'bills_create_intro' => 'Brug regninger til at spore det beløb du skylder hver periode. Tænk på udgifter som leje, forsikring eller realkreditbetalinger.',
|
||||
'bills_create_name' => 'Brug et beskrivende navn som "Leje" eller "Sundhedsforsikring".',
|
||||
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
|
||||
'bills_create_amount_min_holder' => 'Vælg et minimum og maksimum beløb for denne regning.',
|
||||
'bills_create_repeat_freq_holder' => 'De fleste regninger gentages månedligt, men du kan indstille en anden hyppighed her.',
|
||||
'bills_create_skip_holder' => 'Hvis en regning gentages hver 2. uge, skal "oversprings"-feltet indstilles til "1" for at springe over hver anden uge.',
|
||||
|
||||
// rules index
|
||||
'rules_index_intro' => 'Firefly III giver dig mulighed for at administrere regler, der automatisk vil blive anvendt på enhver transaktion, du opretter eller ændrer.',
|
||||
'rules_index_new_rule_group' => 'Du kan kombinere regler i grupper for lettere administration.',
|
||||
'rules_index_new_rule' => 'Opret så mange regler, som du vil.',
|
||||
'rules_index_prio_buttons' => 'Sorter dem som du finder passende.',
|
||||
'rules_index_test_buttons' => 'Du kan afprøve dine regler eller anvende dem på eksisterende transaktioner.',
|
||||
'rules_index_rule-triggers' => 'Regler har "triggers" og "handlinger", som du kan sortere ved "træk og slip".',
|
||||
'rules_index_outro' => 'Vær sikker på at tjekke hjælpesiderne ved hjælp af (?) ikonet øverst til højre!',
|
||||
|
||||
// create rule:
|
||||
'rules_create_mandatory' => 'Vælg en beskrivende titel, og indstil hvornår reglen skal køres.',
|
||||
'rules_create_ruletriggerholder' => 'Tilføj så mange udløsere som du vil, men husk at ALLE betingelser skal matche før nogen handlinger bliver udført.',
|
||||
'rules_create_test_rule_triggers' => 'Brug denne knap til at se, hvilke transaktioner der ville passe til din regel.',
|
||||
'rules_create_actions' => 'Angiv så mange handlinger som du ønsker.',
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => 'Flere indstillinger er tilgængelige bag disse fanerblade.',
|
||||
|
||||
// currencies
|
||||
'currencies_index_intro' => 'Firefly III understøtter flere valutaer, som du kan ændre på denne side.',
|
||||
'currencies_index_default' => 'Firefly III har en standard valuta.',
|
||||
'currencies_index_buttons' => 'Brug disse knapper til at ændre standardvalutaen eller aktivere andre valutaer.',
|
||||
|
||||
// create currency
|
||||
'currencies_create_code' => 'Denne kode skal være ISO-kompatibel (Slå den op på Google for din nye valuta).',
|
||||
];
|
151
resources/lang/da_DK/list.php
Normal file
151
resources/lang/da_DK/list.php
Normal file
@@ -0,0 +1,151 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* list.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Knapper',
|
||||
'icon' => 'Ikon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Oprettet den',
|
||||
'update_date' => 'Opdateret den',
|
||||
'updated_at' => 'Opdateret den',
|
||||
'balance_before' => 'Saldo før',
|
||||
'balance_after' => 'Saldo efter',
|
||||
'name' => 'Navn',
|
||||
'role' => 'Rolle',
|
||||
'currentBalance' => 'Nuværende saldo',
|
||||
'linked_to_rules' => 'Relevante regler',
|
||||
'active' => 'Aktiv?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Periodisk transaktion',
|
||||
'next_due' => 'Næste forfaldsdato',
|
||||
'transaction_type' => 'Type',
|
||||
'lastActivity' => 'Seneste aktivitet',
|
||||
'balanceDiff' => 'Saldo forskel',
|
||||
'other_meta_data' => 'Andre metadata',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Kontotype',
|
||||
'created_at' => 'Oprettet den',
|
||||
'account' => 'Konto',
|
||||
'external_url' => 'Ekstern URL',
|
||||
'matchingAmount' => 'Beløb',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Kilde',
|
||||
'next_expected_match' => 'Næste forventede afstemning',
|
||||
'automatch' => 'Auto afstem?',
|
||||
'repeat_freq' => 'Gentagelser',
|
||||
'description' => 'Beskrivelse',
|
||||
'amount' => 'Beløb',
|
||||
'date' => 'Dato',
|
||||
'interest_date' => 'Rentedato',
|
||||
'book_date' => 'Bogføringsdato',
|
||||
'process_date' => 'Behandlingsdato',
|
||||
'due_date' => 'Forfaldsdato',
|
||||
'payment_date' => 'Betalingsdato',
|
||||
'invoice_date' => 'Fakturadato',
|
||||
'internal_reference' => 'Intern reference',
|
||||
'notes' => 'Bemærkninger',
|
||||
'from' => 'Fra',
|
||||
'piggy_bank' => '"Sparebøsse"',
|
||||
'to' => 'Til',
|
||||
'budget' => 'Budget',
|
||||
'category' => 'Kategori',
|
||||
'bill' => 'Regning',
|
||||
'withdrawal' => 'Hævning',
|
||||
'deposit' => 'Indbetaling',
|
||||
'transfer' => 'Overførsel',
|
||||
'type' => 'Type',
|
||||
'completed' => 'Gennemført',
|
||||
'iban' => 'IBAN',
|
||||
'account_number' => 'Konto nummer',
|
||||
'paid_current_period' => 'Betalt i denne periode',
|
||||
'email' => 'E-mail',
|
||||
'registered_at' => 'Registreret den',
|
||||
'is_blocked' => 'Er blokeret',
|
||||
'is_admin' => 'Er administrator',
|
||||
'has_two_factor' => 'Har 2FA',
|
||||
'blocked_code' => 'Blok kode',
|
||||
'source_account' => 'Kildekonto',
|
||||
'destination_account' => 'Destinationskonto',
|
||||
'accounts_count' => 'Antal konti',
|
||||
'journals_count' => 'Antal transaktioner',
|
||||
'attachments_count' => 'Antal vedhæftede filer',
|
||||
'bills_count' => 'Antal regninger',
|
||||
'categories_count' => 'Antal kategorier',
|
||||
'budget_count' => 'Antal budgetter',
|
||||
'rule_and_groups_count' => 'Antal regler og regelsætsgrupper',
|
||||
'tags_count' => 'Antal tags',
|
||||
'tags' => 'Tags',
|
||||
'inward' => 'Indadgående beskrivelse',
|
||||
'outward' => 'Udgående beskrivelse',
|
||||
'number_of_transactions' => 'Antal transaktioner',
|
||||
'total_amount' => 'Samlet beløb',
|
||||
'sum' => 'Sum',
|
||||
'sum_excluding_transfers' => 'Summen (eksklusive overførsler)',
|
||||
'sum_withdrawals' => 'Summen af hævninger',
|
||||
'sum_deposits' => 'Summen af indskud',
|
||||
'sum_transfers' => 'Summen af overførsler',
|
||||
'sum_reconciliations' => 'Summen af afstemninger',
|
||||
'reconcile' => 'Afstem',
|
||||
'sepa_ct_id' => 'SEPA Slut til Slut Identifikator',
|
||||
'sepa_ct_op' => 'SEPA Modsvarende Konto Identifikator',
|
||||
'sepa_db' => 'SEPA Mandat Identifikator',
|
||||
'sepa_country' => 'SEPA Land',
|
||||
'sepa_cc' => 'SEPA Clearingskode',
|
||||
'sepa_ep' => 'SEPA Eksternt Formål',
|
||||
'sepa_ci' => 'SEPA Kreditor Identifikator',
|
||||
'sepa_batch_id' => 'SEPA Batch ID',
|
||||
'external_id' => 'Eksternt ID',
|
||||
'account_at_bunq' => 'Konto hos bunq',
|
||||
'file_name' => 'Filnavn',
|
||||
'file_size' => 'Filstørrelse',
|
||||
'file_type' => 'Filtype',
|
||||
'attached_to' => 'Vedhæftet til',
|
||||
'file_exists' => 'Filen findes',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Seneste login',
|
||||
'spectre_status' => 'Status',
|
||||
'bunq_payment_id' => 'bunq betalings ID',
|
||||
'repetitions' => 'Gentagelser',
|
||||
'title' => 'Titel',
|
||||
'transaction_s' => 'Transaktion(er)',
|
||||
'field' => 'Felt',
|
||||
'value' => 'Værdi',
|
||||
'interest' => 'Renter',
|
||||
'interest_period' => 'Renteperiode',
|
||||
'liability_type' => 'Gældstype',
|
||||
'liability_direction' => 'Passiver ind/ud',
|
||||
'end_date' => 'Slut dato',
|
||||
'payment_info' => 'Betalings information',
|
||||
'expected_info' => 'Næste forventede transaktion',
|
||||
'start_date' => 'Start dato',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
28
resources/lang/da_DK/pagination.php
Normal file
28
resources/lang/da_DK/pagination.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* pagination.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'previous' => '« Forrige',
|
||||
'next' => 'Næste »',
|
||||
];
|
32
resources/lang/da_DK/passwords.php
Normal file
32
resources/lang/da_DK/passwords.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* passwords.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'password' => 'Adgangskoder skal være på mindst seks tegn og matche bekræftelsen.',
|
||||
'user' => 'Vi kan ikke finde en bruger med den e-mail adresse.',
|
||||
'token' => 'Nulstillingsnøglen til denne adgangskode er ugyldig.',
|
||||
'sent' => 'Vi har sendt dig en e-mail med et link til at nulstille adgangskoden!',
|
||||
'reset' => 'Dit kodeord er blevet nulstillet!',
|
||||
'blocked' => 'Godt forsøgt.',
|
||||
];
|
232
resources/lang/da_DK/validation.php
Normal file
232
resources/lang/da_DK/validation.php
Normal file
@@ -0,0 +1,232 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* validation.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array mangler “Where”-sektion',
|
||||
'missing_update' => 'Array mangler “update”-sektion',
|
||||
'invalid_where_key' => 'JSON indeholder en ugyldig nøgle til "where"-sektionen',
|
||||
'invalid_update_key' => 'JSON indeholder en ugyldig nøgle til "update"-sektionen',
|
||||
'invalid_query_data' => 'Der er ugyldige data i feltet %s:%s i din forespørgsel.',
|
||||
'invalid_query_account_type' => 'Din forespørgsel indeholder konti af forskellige typer, hvilket ikke er tilladt.',
|
||||
'invalid_query_currency' => 'Din forespørgsel indeholder konti, der har forskellige valutaindstillinger, hvilket ikke er tilladt.',
|
||||
'iban' => 'Dette er ikke et gyldig IBAN.',
|
||||
'zero_or_more' => 'Denne værdi kan ikke være negativ.',
|
||||
'date_or_time' => 'Værdien skal være en gyldig dato eller tids værdi (ISO 8601).',
|
||||
'source_equals_destination' => 'Kildekontoen er den samme som modtagerkontoen.',
|
||||
'unique_account_number_for_user' => 'Det ser ud som om dette kontonummer allerede er i brug.',
|
||||
'unique_iban_for_user' => 'Det ser ud til denne IBAN allerede er i brug.',
|
||||
'deleted_user' => 'På grund af sikkerhedspolikker, kan du ikke registrere med denne email adresse.',
|
||||
'rule_trigger_value' => 'Denne værdi er ikke gyldig for den valgte trigger.',
|
||||
'rule_action_value' => 'Denne værdi er ikke gyldig for den valgte handling.',
|
||||
'file_already_attached' => 'Den uploadede fil ":name" er allerede vedhælftet til dette objekt.',
|
||||
'file_attached' => 'Oploadede succesfuldt filen: ":name".',
|
||||
'must_exist' => 'ID\'et i feltet :attribute eksisterer ikke i databasen.',
|
||||
'all_accounts_equal' => 'Alle konti i dette felt skal være ens.',
|
||||
'group_title_mandatory' => 'En gruppetitel er påkrævet når der er mere end en overførsel.',
|
||||
'transaction_types_equal' => 'Alle opsplitninger skal være af samme type.',
|
||||
'invalid_transaction_type' => 'Ugyldig overførelsestype.',
|
||||
'invalid_selection' => 'Din markering er ikke gyldig.',
|
||||
'belongs_user' => 'Denne værdi er ikke gyldig for dette felt.',
|
||||
'at_least_one_transaction' => 'Kræver mindst en overførsel.',
|
||||
'at_least_one_repetition' => 'Kræver mindst en gentagelse.',
|
||||
'require_repeat_until' => 'Kræver enten et antal af gentagelser, eller en slutdato (repeat_until). Ikke begge.',
|
||||
'require_currency_info' => 'Indholdet af dette felt er ugyldigt uden møntfodsinformation.',
|
||||
'not_transfer_account' => 'Denne konto kan ikke benyttes til overførsler.',
|
||||
'require_currency_amount' => 'Indholdet af dette felt er ugyldigt uden information om det udenlandske beløb.',
|
||||
'equal_description' => 'Overførselsbeskrivelse bør ikke være den samme som den generelle beskrivelse.',
|
||||
'file_invalid_mime' => 'Filen ":name" er af typen ":mime", som ikke er gyldig som en ny upload.',
|
||||
'file_too_large' => 'Filen ":name" er for stor.',
|
||||
'belongs_to_user' => 'Værdien af :attribute er ukendt.',
|
||||
'accepted' => ':attribute skal accepteres.',
|
||||
'bic' => 'Dette er ikke et gyldig BIC.',
|
||||
'at_least_one_trigger' => 'Reglen skal have mindst en udløser.',
|
||||
'at_least_one_active_trigger' => 'Reglen skal have mindst en aktivt udløser.',
|
||||
'at_least_one_action' => 'Reglen skal have mindst en aktion.',
|
||||
'at_least_one_active_action' => 'Reglen skal have mindst en aktiv aktion.',
|
||||
'base64' => 'Dette er ikke gyldig base64 indkodet data.',
|
||||
'model_id_invalid' => 'Dette givne ID virker ugyldigt for denne model.',
|
||||
'less' => ':attribute skal være mindre end 10.000.000',
|
||||
'active_url' => ':attribute er ikke en gyldig URL.',
|
||||
'after' => ':attribute skal være en dato efter :date.',
|
||||
'date_after' => 'Startdatoen skal være før slutdatoen.',
|
||||
'alpha' => ':attribute må kun indeholde bogstaver.',
|
||||
'alpha_dash' => ':attribute må kun indeholde bogstaver, tal og bindestreger.',
|
||||
'alpha_num' => ':attribute må kun bestå af bogstaver og tal.',
|
||||
'array' => ':attribute skal være et array.',
|
||||
'unique_for_user' => 'Der findes allerede en værdi med :attribute.',
|
||||
'before' => ':attribute skal være en dato før :date.',
|
||||
'unique_object_for_user' => 'Navnet er allerede i brug.',
|
||||
'unique_account_for_user' => 'Kontonavnet er allerede i brug.',
|
||||
'between.numeric' => ':attribute skal være mellem :min og :max.',
|
||||
'between.file' => ':attribute skal være mellem :min og :max kilobytes.',
|
||||
'between.string' => ':attribute skal være imellem :min - :max tegn.',
|
||||
'between.array' => ':attribute skal have mellem :min og :max elementer.',
|
||||
'boolean' => ':attribute-feltet skal være enten sandt eller falsk.',
|
||||
'confirmed' => ':attribute bekræftelsen matcher ikke.',
|
||||
'date' => ':attribute er ikke en gyldig dato.',
|
||||
'date_format' => ':attribute matcher ikke formatet :format.',
|
||||
'different' => ':attribute og :other skal være forskellige.',
|
||||
'digits' => ':attribute skal være :digits cifre.',
|
||||
'digits_between' => ':attribute skal være mellem :min og :max cifre.',
|
||||
'email' => ':attribute skal være en gyldig email-adresse.',
|
||||
'filled' => ':attribute feltet er påkrævet.',
|
||||
'exists' => 'Den valgte :attribute er ikke gyldig.',
|
||||
'image' => ':attribute skal være et billede.',
|
||||
'in' => 'Den valgte :attribute er ikke gyldig.',
|
||||
'integer' => ':attribute skal være et heltal.',
|
||||
'ip' => ':attribute skal være en gyldig IP-adresse.',
|
||||
'json' => ':attribute skal være en gyldig JSON-streng.',
|
||||
'max.numeric' => ':attribute må ikke overstige :max.',
|
||||
'max.file' => ':attribute må ikke overstige :max kilobytes.',
|
||||
'max.string' => ':attribute må ikke overstige :max. tegn.',
|
||||
'max.array' => ':attribute må ikke have mere end :max elementer.',
|
||||
'mimes' => ':attribute skal være en fil af typen: :values.',
|
||||
'min.numeric' => ':attribute skal være mindst :min.',
|
||||
'lte.numeric' => ':attribute skal være mindre end eller lig med :value.',
|
||||
'min.file' => ':attribute skal være mindst :min kilobytes.',
|
||||
'min.string' => ':attribute skal mindst være :min tegn.',
|
||||
'min.array' => ':attribute skal have mindst :min elementer.',
|
||||
'not_in' => 'Den valgte :attribute er ikke gyldig.',
|
||||
'numeric' => ':attribute skal være et tal.',
|
||||
'numeric_native' => 'Det oprindelige beløb skal være et tal.',
|
||||
'numeric_destination' => 'Bestemmelsesbeløbet skal være et tal.',
|
||||
'numeric_source' => 'Kildebeløbet skal være et tal.',
|
||||
'regex' => ':attribute formatet er ugylidgt.',
|
||||
'required' => ':attribute feltet er påkrævet.',
|
||||
'required_if' => ':attribute skal udfyldes når :other er :value.',
|
||||
'required_unless' => ':attribute feltet er påkrævet, medmindre :other er i :values.',
|
||||
'required_with' => ':attribute skal udfyldes når :values er udfyldt.',
|
||||
'required_with_all' => ':attribute skal udfyldes når :values er udfyldt.',
|
||||
'required_without' => 'Attributfeltet :attribute er påkrævet, når :values ikke er udfyldt.',
|
||||
'required_without_all' => 'Attributfeltet :attribute er påkrævet, når ingen af :values er udfyldt.',
|
||||
'same' => ':attribute og :other skal stemme overens.',
|
||||
'size.numeric' => 'Attributten :attribute skal være af størrelsen :size.',
|
||||
'amount_min_over_max' => 'Minimumsbeløbet kan ikke være større end det maksimale beløb.',
|
||||
'size.file' => 'Attributten :attribute skal være :size kilobytes.',
|
||||
'size.string' => 'Attributten :attribute skal være :size karakterer.',
|
||||
'size.array' => 'Attributten :attribute skal indeholde :size elementer.',
|
||||
'unique' => 'Attributten :attribute er allerede anvendt.',
|
||||
'string' => 'Attributten :attribute skal være en streng.',
|
||||
'url' => 'Attributten :attribute er ikke korrekt formateret.',
|
||||
'timezone' => 'Attributten :attribute skal være en gyldig zone.',
|
||||
'2fa_code' => 'Attributfeltet :attribute er ygyldigt.',
|
||||
'dimensions' => 'Attributten :attribute har ugyldige billeddimensioner.',
|
||||
'distinct' => 'Attributfeltet :attribute har en duplikatværdi.',
|
||||
'file' => 'Attributten :attribute skal være en fil.',
|
||||
'in_array' => 'Attributfeltet :attribute findes ikke i :other.',
|
||||
'present' => 'Attributfeltet :attribute er påkrævet.',
|
||||
'amount_zero' => 'Det samlede beløb kan ikke være nul.',
|
||||
'current_target_amount' => 'Det aktuelle beløb skal være mindre end målbeløbet.',
|
||||
'unique_piggy_bank_for_user' => '"Sparebøssens" navn skal være unikt.',
|
||||
'unique_object_group' => 'Gruppenavnet skal være unikt',
|
||||
'starts_with' => 'Værdien skal starte med :values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Begge konti skal være af samme kontotype',
|
||||
'same_account_currency' => 'Begge konti skal have samme valuta',
|
||||
|
||||
'secure_password' => 'Dette er ikke en sikker adgangskode. Prøv venligst igen. For mere information, besøg https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Ugyldig type gentalgelse for periodiske transaktioner.',
|
||||
'valid_recurrence_rep_moment' => 'Ugyldigt øjeblik for denne type gentagelse.',
|
||||
'invalid_account_info' => 'Ugyldig kontoinformation.',
|
||||
'attributes' => [
|
||||
'email' => 'e-mail adresse',
|
||||
'description' => 'beskrivelse',
|
||||
'amount' => 'beløb',
|
||||
'transactions.*.amount' => 'transaktionsbeløb',
|
||||
'name' => 'navn',
|
||||
'piggy_bank_id' => '"Sparebøsse" ID',
|
||||
'targetamount' => 'målbeløb',
|
||||
'opening_balance_date' => 'dato for startsaldo',
|
||||
'opening_balance' => 'startsaldo',
|
||||
'match' => 'svarer til',
|
||||
'amount_min' => 'minimumsbeløb',
|
||||
'amount_max' => 'maksimumbeløb',
|
||||
'title' => 'titel',
|
||||
'tag' => 'tag',
|
||||
'transaction_description' => 'transaktions beskrivelse',
|
||||
'rule-action-value.1' => 'regel værdi #1',
|
||||
'rule-action-value.2' => 'værdi for handlingsregel #2',
|
||||
'rule-action-value.3' => 'værdi for handlingsregel #3',
|
||||
'rule-action-value.4' => 'værdi for handlingsregel #4',
|
||||
'rule-action-value.5' => 'værdi for handlingsregel #5',
|
||||
'rule-action.1' => 'handlingsregel #1',
|
||||
'rule-action.2' => 'handlingsregel #2',
|
||||
'rule-action.3' => 'handlingsregel #3',
|
||||
'rule-action.4' => 'handlingsregel #4',
|
||||
'rule-action.5' => 'handlingsregel #5',
|
||||
'rule-trigger-value.1' => 'værdi for udløserregel #1',
|
||||
'rule-trigger-value.2' => 'værdi for udløserregel #2',
|
||||
'rule-trigger-value.3' => 'værdi for udløserregel #3',
|
||||
'rule-trigger-value.4' => 'værdi for udløserregel #4',
|
||||
'rule-trigger-value.5' => 'værdi for udløserregel #5',
|
||||
'rule-trigger.1' => 'udløserregel #1',
|
||||
'rule-trigger.2' => 'udløserregel #2',
|
||||
'rule-trigger.3' => 'udløserregel #3',
|
||||
'rule-trigger.4' => 'udløserregel #4',
|
||||
'rule-trigger.5' => 'udløserregel #5',
|
||||
],
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Det er nødvendigt at have et gyldigt kildekonto ID og/eller gyldigt kildekontonavn for at fortsætte.',
|
||||
'withdrawal_source_bad_data' => 'Kunne ikke finde en gyldig kildekonto ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'withdrawal_dest_need_data' => 'Det er nødvendigt at have et gyldigt destinationskonto ID og/eller gyldigt destinationskontonavn for at fortsætte.',
|
||||
'withdrawal_dest_bad_data' => 'Kunne ikke finde en gyldig destinationskonto, ved søgning efter ID ":id" eller navn ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Kunne ikke finde en gyldig kildekonto ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Det er nødvendigt at have et gyldigt kildekonto ID og/eller gyldigt kildekontonavn for at fortsætte.',
|
||||
'deposit_source_bad_data' => 'Kunne ikke finde en gyldig kildekonto ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'deposit_dest_need_data' => 'Det er nødvendigt at have et gyldigt destinationskonto ID og/eller gyldigt destinationskontonavn for at fortsætte.',
|
||||
'deposit_dest_bad_data' => 'Kunne ikke finde en gyldig destinationskonto, ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'deposit_dest_wrong_type' => 'Den foreslåede destinationskonto er ikke af den rigtige type.',
|
||||
|
||||
'transfer_source_need_data' => 'Det er nødvendigt at have et gyldigt kildekonto ID og/eller gyldigt kildekontonavn for at fortsætte.',
|
||||
'transfer_source_bad_data' => 'Kunne ikke finde en gyldig kildekonto ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'transfer_dest_need_data' => 'Det er nødvendigt at have et gyldigt destinationskonto ID og/eller gyldigt destinationskontonavn for at fortsætte.',
|
||||
'transfer_dest_bad_data' => 'Kunne ikke finde en gyldig destinationskonto, ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'need_id_in_edit' => 'Hver opdeling skal have et transaction_journal_id (enten gyldigt ID eller 0).',
|
||||
|
||||
'ob_source_need_data' => 'Det er nødvendigt at have et gyldigt kildekonto ID og/eller gyldigt kildekontonavn for at fortsætte.',
|
||||
'lc_source_need_data' => 'Du skal bruge et gyldigt konto-id for at fortsætte.',
|
||||
'ob_dest_need_data' => 'Det er nødvendigt at have et gyldigt destinationskonto ID og/eller gyldigt destinationskontonavn for at fortsætte.',
|
||||
'ob_dest_bad_data' => 'Kunne ikke finde en gyldig destinationskonto, ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
'generic_invalid_source' => 'Du kan ikke bruge denne konto som kildekonto.',
|
||||
'generic_invalid_destination' => 'Du kan ikke bruge denne konto som destinationskonto.',
|
||||
|
||||
'generic_no_source' => 'Angivelse af kilde konto er krævet.',
|
||||
'generic_no_destination' => 'Angivelse af destinations konto er krævet.',
|
||||
|
||||
'gte.numeric' => 'Attributten :attribute skal være større end eller lig med :value.',
|
||||
'gt.numeric' => 'Attributten :attribute skal være større end :value.',
|
||||
'gte.file' => 'Attributten :attribute skal være større end eller lig med :value kilobytes.',
|
||||
'gte.string' => 'Attributten :attribute skal være større end eller lig med :value tegn.',
|
||||
'gte.array' => 'Attributten :attribute skal have :value elementer eller flere.',
|
||||
|
||||
'amount_required_for_auto_budget' => 'Beløb påkrævet.',
|
||||
'auto_budget_amount_positive' => 'Beløbet skal være større end 0.',
|
||||
'auto_budget_period_mandatory' => 'Perioden for autobudget skal udfyldes.',
|
||||
];
|
@@ -41,6 +41,7 @@ return [
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM YYYY um HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
|
||||
//'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'D. MMMM YYYY',
|
||||
|
@@ -33,8 +33,17 @@ return [
|
||||
'admin_test_subject' => 'Eine Testmeldung von Ihrer Firefly III Installation',
|
||||
'admin_test_body' => 'Dies ist eine Testnachricht von Ihrer Firefly III-Instanz. Sie wurde an :email gesendet.',
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => 'An invitation has been created',
|
||||
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Neue Anmeldung bei Firefly III',
|
||||
'slack_login_from_new_ip' => 'Neue Firefly III Anmeldung von IP :ip (:host)',
|
||||
'new_ip_body' => 'Firefly III hat eine neue Anmeldung auf Ihrem Konto von einer unbekannten IP-Adresse erkannt. Wenn Sie sich noch nie von der unten angegebenen IP-Adresse aus angemeldet haben oder dies mehr als sechs Monate her ist, warnt Sie Firefly III.',
|
||||
'new_ip_warning' => 'Wenn Sie diese IP-Adresse oder diese Anmeldung erkennen, können Sie diese Meldung ignorieren. Wenn Sie sich nicht angemeldet haben, oder wenn Sie keine Ahnung haben, worum es hier geht, überprüfen Sie die Sicherheit Ihres Passworts, ändern Sie es und melden Sie alle anderen Sitzungen ab. Rufen Sie dazu Ihre Profilseite auf. Es wird empfohlen die Zwei-Faktor-Authentifizierung (2FA) zu aktivieren. Bleiben Sie geschützt!',
|
||||
'ip_address' => 'IP-Adresse',
|
||||
@@ -49,6 +58,8 @@ return [
|
||||
|
||||
// registered
|
||||
'registered_subject' => 'Willkommen bei Firefly III!',
|
||||
'registered_subject_admin' => 'Ein neuer User hat sich registriert',
|
||||
'admin_new_user_registered' => 'Ein neuer Benutzer hat sich registriert. Der Benutzer **:email** hat die Benutzer-ID #:id erhalten.',
|
||||
'registered_welcome' => 'Willkommen bei [Firefly III](:address). Ihre Registrierung ist abgeschlossen und diese E-Mail erhalten Sie zur Bestätigung. Hurra!',
|
||||
'registered_pw' => 'Wenn Sie Ihr Passwort bereits vergessen haben, setzen Sie es bitte mit dem [Tool zum Zurücksetzen des Passworts](:address/password/reset) zurück.',
|
||||
'registered_help' => 'Es gibt ein Hilfe-Icon in der oberen rechten Ecke jeder Seite. Wenn Sie Hilfe benötigen, klicken Sie dort drauf!',
|
||||
@@ -59,6 +70,9 @@ return [
|
||||
'registered_pw_reset_link' => 'Passwort zurücksetzen:',
|
||||
'registered_doc_link' => 'Dokumentation:',
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'Eine neue Firefly III-Version ist verfügbar',
|
||||
|
||||
// email change
|
||||
'email_change_subject' => 'Ihre Firefly III E-Mail-Adresse hat sich geändert',
|
||||
'email_change_body_to_new' => 'Sie oder jemand mit Zugriff auf Ihr Firefly III-Konto hat Ihre E-Mail-Adresse geändert. Wenn Sie diese Nachricht nicht erwartet haben, bitte ignorieren und löschen Sie sie.',
|
||||
|
@@ -33,7 +33,7 @@ return [
|
||||
'be_right_back' => 'Gleich wieder zurück!',
|
||||
'check_back' => 'Firefly III ist für eine notwendige Wartung nicht verfügbar. Bitte versuchen Sie es in einer Sekunde noch einmal.',
|
||||
'error_occurred' => 'Hoppla! Ein Fehler ist aufgetreten.',
|
||||
'db_error_occurred' => 'Whoops! A database error occurred.',
|
||||
'db_error_occurred' => 'Hoppla! Ein Datenbankfehler ist aufgetreten.',
|
||||
'error_not_recoverable' => 'Leider konnte dieser Fehler nicht wiederhergestellt werden :(. Firefly III ist kaputt. Der Fehler ist:',
|
||||
'error' => 'Fehler',
|
||||
'error_location' => 'Dieser Fehler ist in der Datei <span style="font-family: monospace;">:file</span> in Zeile :line mit dem Code :code aufgetreten.',
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user