Merge branch 'develop' into 5.8-dev

# Conflicts:
#	frontend/src/i18n/tr_TR/index.js
#	public/v1/js/create_transaction.js
#	public/v1/js/edit_transaction.js
#	public/v1/js/profile.js
#	resources/assets/js/locales/bg.json
#	resources/assets/js/locales/cs.json
#	resources/assets/js/locales/de.json
#	resources/assets/js/locales/el.json
#	resources/assets/js/locales/en-gb.json
#	resources/assets/js/locales/en.json
#	resources/assets/js/locales/es.json
#	resources/assets/js/locales/fi.json
#	resources/assets/js/locales/fr.json
#	resources/assets/js/locales/hu.json
#	resources/assets/js/locales/it.json
#	resources/assets/js/locales/ja.json
#	resources/assets/js/locales/nb.json
#	resources/assets/js/locales/nl.json
#	resources/assets/js/locales/pl.json
#	resources/assets/js/locales/pt-br.json
#	resources/assets/js/locales/pt.json
#	resources/assets/js/locales/ro.json
#	resources/assets/js/locales/ru.json
#	resources/assets/js/locales/sk.json
#	resources/assets/js/locales/sv.json
#	resources/assets/js/locales/tr.json
#	resources/assets/js/locales/vi.json
#	resources/assets/js/locales/zh-cn.json
#	resources/assets/js/locales/zh-tw.json
#	resources/lang/bg_BG/firefly.php
#	resources/lang/fr_FR/firefly.php
#	resources/lang/nl_NL/firefly.php
#	resources/lang/ru_RU/firefly.php
This commit is contained in:
James Cole 2022-10-08 07:03:40 +02:00
commit 05fe503456
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
157 changed files with 22467 additions and 969 deletions

View File

@ -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

View File

@ -157,8 +157,8 @@ class BudgetLimitController extends Controller
// return empty=ish array:
return response()->json([]);
}
if ((int) $amount > 16777216) {
$amount = '16777216';
if ((int) $amount > 268435456) {
$amount = '268435456';
}
if (null !== $limit) {
@ -223,8 +223,8 @@ class BudgetLimitController extends Controller
];
return response()->json($array);
}
if ((int) $amount > 16777216) { // 16 million
$amount = '16777216';
if ((int) $amount > 268435456) { // 268 million
$amount = '268435456';
}
$limit = $this->blRepository->update($budgetLimit, ['amount' => $amount]);

View File

@ -67,7 +67,7 @@ trait ValidatesAutoBudgetRequest
$validator->errors()->add('auto_budget_amount', (string) trans('validation.require_currency_info'));
}
// too big amount
if((int)$amount > 16777216) {
if((int)$amount > 268435456) {
$validator->errors()->add('auto_budget_amount', (string) trans('validation.amount_required_for_auto_budget'));
return;
}

View File

@ -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

View File

@ -156,25 +156,25 @@ return [
'languages' => [
// currently enabled languages
'bg_BG' => ['name_locale' => 'Български', 'name_english' => 'Bulgarian'],
// 'ca_ES' => ['name_locale' => 'Catalan', 'name_english' => 'Catalan'],
// '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)'],
'en_US' => ['name_locale' => 'English (US)', 'name_english' => 'English (US)'],
'es_ES' => ['name_locale' => 'Español', 'name_english' => 'Spanish'],
// 'et_EE' => ['name_locale' => 'Estonian', 'name_english' => 'Estonian'],
// 'fa_IR' => ['name_locale' => 'فارسی', 'name_english' => 'Persian'],
// 'et_EE' => ['name_locale' => 'Estonian', 'name_english' => 'Estonian'],
// 'fa_IR' => ['name_locale' => 'فارسی', 'name_english' => 'Persian'],
'fi_FI' => ['name_locale' => 'Suomi', 'name_english' => 'Finnish'],
'fr_FR' => ['name_locale' => 'Français', 'name_english' => 'French'],
// 'he_IL' => ['name_locale' => 'Hebrew', 'name_english' => 'Hebrew'],
// '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'],
// 'is_IS' => ['name_locale' => 'Icelandic', 'name_english' => 'Icelandic'],
'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'],
// 'lt_LT' => ['name_locale' => 'Lietuvių', 'name_english' => 'Lithuanian'],
// 'lt_LT' => ['name_locale' => 'Lietuvių', 'name_english' => 'Lithuanian'],
'nb_NO' => ['name_locale' => 'Norsk', 'name_english' => 'Norwegian'],
'nl_NL' => ['name_locale' => 'Nederlands', 'name_english' => 'Dutch'],
'pl_PL' => ['name_locale' => 'Polski', 'name_english' => 'Polish'],
@ -182,14 +182,14 @@ return [
'pt_PT' => ['name_locale' => 'Português', 'name_english' => 'Portuguese'],
'ro_RO' => ['name_locale' => 'Română', 'name_english' => 'Romanian'],
'ru_RU' => ['name_locale' => 'Русский', 'name_english' => 'Russian'],
// 'si_LK' => ['name_locale' => 'සිංහල', 'name_english' => 'Sinhala (Sri Lanka)'],
// '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'],

View File

@ -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",

View File

@ -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": "DELETE transaction (!)",
"rule_action_set_category_choice": "Nastavit kategorii na\u2026",
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
"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_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_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_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": "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
View 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"
}
}

View File

@ -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",

View File

@ -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",

View File

@ -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": "DELETE transaction (!)",
"rule_action_set_category_choice": "Set category to..",
"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_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_add_tag_choice": "Add tag ..",
"rule_action_remove_tag_choice": "Remove tag ..",
"rule_action_remove_all_tags_choice": "Remove all 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_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_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",

View File

@ -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": "DELETE transaction (!)",
"rule_action_set_category_choice": "Set category to..",
"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_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_add_tag_choice": "Add tag ..",
"rule_action_remove_tag_choice": "Remove tag ..",
"rule_action_remove_all_tags_choice": "Remove all 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_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_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",

View File

@ -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",

View File

@ -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",

View File

@ -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,10 +116,10 @@ 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_action_delete_transaction_choice": "SUPPRIMER l'op\u00e9ration (!)",
"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",
"rule_action_set_budget_choice": "D\u00e9finir le budget \u00e0..",
@ -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",

View File

@ -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
View 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"
}
}

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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"
}
}

View File

@ -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
View 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"
}
}

View File

@ -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",

View File

@ -119,25 +119,25 @@ export default {
"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": "Transferi Sil (!)",
"rule_action_set_category_choice": "Kategori ayarla..",
"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": "B\u00fct\u00e7e ayarla..",
"rule_action_set_budget_choice": "Set budget to ..",
"rule_action_clear_budget_choice": "Herhangi bir b\u00fct\u00e7eyi temizle",
"rule_action_add_tag_choice": "Etiket ekle..",
"rule_action_remove_tag_choice": "Etiketi kald\u0131r..",
"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": "A\u00e7\u0131klama belirtiniz..",
"rule_action_update_piggy_choice": "Kumbara i\u00e7inde i\u015flem tutar\u0131 ekle \/ kald\u0131r..",
"rule_action_append_description_choice": "\u0130le a\u00e7\u0131klamay\u0131 ekle..",
"rule_action_prepend_description_choice": "A\u00e7\u0131klaman\u0131n ba\u015fl\u0131\u011f\u0131n\u0131 ekleyin..",
"rule_action_set_source_account_choice": "Kaynak hesab\u0131 olarak ayarlay\u0131n..",
"rule_action_set_destination_account_choice": "Hedef hesab\u0131 olarak ayarlay\u0131n..",
"rule_action_append_notes_choice": "\u0130le not ekle..",
"rule_action_prepend_notes_choice": "\u0130le notlar\u0131 ba\u015flat\u0131n..",
"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": "Notlar\u0131 \u015funa ayarla..",
"rule_action_link_to_bill_choice": "Bir fatura ba\u011flant\u0131...",
"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",

204
frontend/src/i18n/uk_UA/index.js vendored Normal file
View 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"
}
}

View File

@ -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",

View File

@ -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",

View File

@ -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": "DELETE transaction (!)",
"rule_action_set_category_choice": "\u5c07\u5206\u985e\u8a2d\u70ba\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\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_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_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_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\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",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

87
public/v1/js/lib/moment/bg_BG.js vendored Normal file
View 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
View 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
View 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
View 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
View 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
View 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
View 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.
},
});

File diff suppressed because one or more lines are too long

View File

@ -25,31 +25,37 @@ 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'),
'tr': require('./locales/tr.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'),
}
});

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "\u0410\u043a\u0442\u0438\u0432\u0435\u043d \u043b\u0438 \u0435?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "bg",

View File

@ -86,11 +86,11 @@
"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": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Aktivn\u00ed?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "cs",

View 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"
}
}

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Aktiv?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "de",

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "\u0395\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc;",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "el",

View File

@ -86,11 +86,11 @@
"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": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Is active?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "en-gb",

View File

@ -140,7 +140,9 @@
"active": "Is active?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "en",

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "\u00bfEst\u00e1 Activo?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "es",

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Aktiivinen?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "fi",

View File

@ -86,64 +86,66 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"webhook_response_none_NONE": "No details",
"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": "Webhook message",
"webhook_messages": "Message webhook",
"inactive": "Inactif",
"no_webhook_messages": "There are no webhook messages",
"inspect": "Inspect",
"create_new_webhook": "Create new webhook",
"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": "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"
"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)",
"title": "Titre",
"book_date": "Date de r\u00e9servation",
"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",
"webhook_response": "Response",
"webhook_trigger": "Trigger",
"webhook_delivery": "Delivery"
"webhook_response": "R\u00e9ponse",
"webhook_trigger": "D\u00e9clencheur",
"webhook_delivery": "Distribution"
},
"list": {
"active": "Actif ?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"trigger": "D\u00e9clencheur",
"response": "R\u00e9ponse",
"delivery": "Distribution",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "fr",
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
"date_time_fns": "do MMMM, yyyy @ HH:mm:ss"
}
}

View File

@ -86,11 +86,11 @@
"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": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Akt\u00edv?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "hu",

View 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"
}
}

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Attivo",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "it",

View File

@ -86,11 +86,11 @@
"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",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "\u6709\u52b9",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "ja",

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Er aktiv?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "nb",

View File

@ -86,39 +86,39 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"webhook_response_none_NONE": "No details",
"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 message",
"webhook_messages": "Webhook-bericht",
"inactive": "Niet actief",
"no_webhook_messages": "There are no webhook messages",
"inspect": "Inspect",
"create_new_webhook": "Create new webhook",
"no_webhook_messages": "Er zijn geen webhook-berichten",
"inspect": "Inspecteren",
"create_new_webhook": "Maak nieuwe 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"
"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",
@ -132,18 +132,20 @@
"payment_date": "Betalingsdatum",
"invoice_date": "Factuurdatum",
"internal_reference": "Interne verwijzing",
"webhook_response": "Response",
"webhook_response": "Reactie",
"webhook_trigger": "Trigger",
"webhook_delivery": "Delivery"
"webhook_delivery": "Bericht"
},
"list": {
"active": "Actief?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"response": "Reactie",
"delivery": "Bericht",
"url": "URL",
"secret": "Geheim"
},
"config": {
"html_language": "nl",
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
"date_time_fns": "D MMMM yyyy @ HH:mm:ss"
}
}

View File

@ -86,37 +86,37 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"webhook_response_none_NONE": "No details",
"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": "Webhook message",
"webhook_messages": "Wiadomo\u015b\u0107 webhook'a",
"inactive": "Nieaktywne",
"no_webhook_messages": "There are no webhook messages",
"inspect": "Inspect",
"create_new_webhook": "Create new webhook",
"no_webhook_messages": "Brak wiadomo\u015bci webhook",
"inspect": "Zbadaj",
"create_new_webhook": "Utw\u00f3rz nowy webhook",
"webhooks": "Webhooki",
"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.",
"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": "There are no unsuccessful attempts. That's a good thing!",
"no_attempts": "Nie ma nieudanych pr\u00f3b. To dobrze!",
"webhook_attempt_at": "Attempt at {moment}",
"logs": "Logs",
"response": "Response",
"response": "Odpowied\u017a",
"visit_webhook_url": "Visit webhook URL",
"reset_webhook_secret": "Reset webhook secret"
},
@ -132,15 +132,17 @@
"payment_date": "Data p\u0142atno\u015bci",
"invoice_date": "Data faktury",
"internal_reference": "Wewn\u0119trzny numer",
"webhook_response": "Response",
"webhook_trigger": "Trigger",
"webhook_delivery": "Delivery"
"webhook_response": "Odpowied\u017a",
"webhook_trigger": "Wyzwalacz",
"webhook_delivery": "Dor\u0119czenie"
},
"list": {
"active": "Jest aktywny?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"trigger": "Wyzwalacz",
"response": "Odpowied\u017a",
"delivery": "Dor\u0119czenie",
"url": "URL",
"secret": "Sekret"
},
"config": {
"html_language": "pl",

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Est\u00e1 ativo?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "pt-br",

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Esta activo?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "pt",

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Este activ?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "ro",

View File

@ -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.",
@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "\u0410\u043a\u0442\u0438\u0432\u0435\u043d?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "ru",

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Akt\u00edvne?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "sk",

View 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"
}
}

View File

@ -86,11 +86,11 @@
"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.",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "\u00c4r aktiv?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "sv",

View File

@ -86,11 +86,11 @@
"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": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "Aktif mi?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "tr",

View 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"
}
}

View File

@ -86,11 +86,11 @@
"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": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "\u0110ang ho\u1ea1t \u0111\u1ed9ng?",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "vi",

View File

@ -86,11 +86,11 @@
"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",
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "\u662f\u5426\u542f\u7528\uff1f",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "zh-cn",

View File

@ -86,11 +86,11 @@
"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": "On transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
"webhook_response_TRANSACTIONS": "Account details",
"webhook_response_ACCOUNTS": "Transaction details",
"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",
@ -140,7 +140,9 @@
"active": "\u662f\u5426\u555f\u7528\uff1f",
"trigger": "Trigger",
"response": "Response",
"delivery": "Delivery"
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
},
"config": {
"html_language": "zh-tw",

View File

@ -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

View File

@ -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]',
];

View File

@ -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.',

View File

@ -35,8 +35,8 @@ return [
'last_seven_days' => 'Последните седем дни',
'last_thirty_days' => 'Последните трийсет дни',
'last_180_days' => 'Последните 180 дни',
'month_to_date' => 'Month to date',
'year_to_date' => 'Year to date',
'month_to_date' => 'От началото на месеца',
'year_to_date' => 'От началото на годината',
'YTD' => 'YTD',
'welcome_back' => 'Какво се случва?',
'everything' => 'Всичко',

View File

@ -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 [
];

View 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.',
];

View 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]',
];

View 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:
];

View 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',
];

View 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 &rarr; <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.',
];

View 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.',
];

View 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>.',
];

File diff suppressed because it is too large Load Diff

View 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',
];

View 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).',
];

View 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',
];

View 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' => '&laquo; Forrige',
'next' => 'Næste &raquo;',
];

View 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.',
];

View 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.',
];

View File

@ -35,8 +35,8 @@ return [
'last_seven_days' => '7 Derniers Jours',
'last_thirty_days' => 'Trente derniers jours',
'last_180_days' => '180 derniers jours',
'month_to_date' => 'Month to date',
'year_to_date' => 'Year to date',
'month_to_date' => 'Ce mois-ci',
'year_to_date' => 'Année en cours',
'YTD' => 'Année en cours',
'welcome_back' => 'Quoi de neuf ?',
'everything' => 'Tout',

View File

@ -0,0 +1,26 @@
<?php
/**
* api.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 [
];

View 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' => '로그인 정보가 일치하지 않습니다.',
'throttle' => '로그인 시도가 너무 많습니다. :seconds초 후에 다시 시도하십시오.',
];

View 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' => '홈',
'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',
'edit_currency' => '통화 ":name" 수정하기',
'delete_currency' => '통화 ":name" 삭제하기',
'newPiggyBank' => '새로운 돼지 저금통 만들기',
'edit_piggyBank' => '돼지 저금통 ":name" 수정하기',
'preferences' => '환경 설정',
'profile' => '프로필',
'accounts' => '계정',
'changePassword' => '비밀번호 변경',
'change_email' => '이메일 주소 변경',
'bills' => '청구서',
'newBill' => '새 청구서',
'edit_bill' => '청구서 ":name" 수정하기',
'delete_bill' => '청구서 ":name" 삭제하기',
'reports' => '보고서',
'search_result' => '":query"의 검색결과',
'withdrawal_list' => '지출',
'Withdrawal_list' => '지출',
'deposit_list' => '수익, 소득 및 예금',
'transfer_list' => '송금',
'transfers_list' => '송금',
'reconciliation_list' => '조정',
'create_withdrawal' => '새로운 환불 만들기',
'create_deposit' => '새로운 예금 만들기',
'create_transfer' => '새로운 송금 만들기',
'create_new_transaction' => '새로운 거래 만들기',
'edit_journal' => '거래 ":description" 수정',
'edit_reconciliation' => '":description" 수정',
'delete_journal' => '거래 ":description" 삭제',
'delete_group' => '거래 ":description" 삭제',
'tags' => '태그',
'createTag' => '새로운 태그 만들기',
'edit_tag' => '태그 ":tag" 수정하기',
'delete_tag' => '태그 ":tag" 삭제하기',
'delete_journal_link' => '거래의 연결 끊기',
'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',
'placeholder' => '[Placeholder]',
];

View 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:
];

View 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' => 'en',
'locale' => 'en, English, en_US.utf8, en_US.UTF-8',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, 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' => "'Week' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => '\QQ YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Monday',
'dow_2' => 'Tuesday',
'dow_3' => 'Wednesday',
'dow_4' => 'Thursday',
'dow_5' => 'Friday',
'dow_6' => 'Saturday',
'dow_7' => 'Sunday',
];

View 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' => 'Sorry, there is no extra demo-explanation text for <abbr title=":route">this page</abbr>.',
'see_help_icon' => 'However, the <i class="fa fa-question-circle"></i>-icon in the top right corner may tell you more.',
'index' => 'Welcome to <strong>Firefly III</strong>! On this page you get a quick overview of your finances. For more information, check out Accounts &rarr; <a href=":asset">Asset Accounts</a> and of course the <a href=":budgets">Budgets</a> and <a href=":reports">Reports</a> pages. Or just take a look around and see where you end up.',
'accounts-index' => 'Asset accounts are your personal bank accounts. Expense accounts are the accounts you spend money at, such as stores and friends. Revenue accounts are accounts you receive money from, such as your job, the government or other sources of income. Liabilities are your debts and loans such as old credit card debts or student loans. On this page you can edit or remove them.',
'budgets-index' => 'This page shows you an overview of your budgets. The top bar shows the amount that is available to be budgeted. This can be customized for any period by clicking the amount on the right. The amount you\'ve actually spent is shown in the bar below. Below that are the expenses per budget and what you\'ve budgeted for them.',
'reports-index-start' => 'Firefly III supports a number of types of reports. Read about them by clicking on the <i class="fa fa-question-circle"></i>-icon in the top right corner.',
'reports-index-examples' => 'Be sure to check out these examples: <a href=":one">a monthly financial overview</a>, <a href=":two">a yearly financial overview</a> and <a href=":three">a budget overview</a>.',
'currencies-index' => 'Firefly III supports multiple currencies. Although it defaults to the Euro it can be set to the US Dollar and many other currencies. As you can see a small selection of currencies has been included but you can add your own if you wish to. Changing the default currency will not change the currency of existing transactions however: Firefly III supports the use of multiple currencies at the same time.',
'transactions-index' => 'These expenses, deposits and transfers are not particularly imaginative. They have been generated automatically.',
'piggy-banks-index' => 'As you can see, there are three piggy banks. Use the plus and minus buttons to influence the amount of money in each piggy bank. Click the name of the piggy bank to see the administration for each piggy bank.',
'profile-index' => 'Keep in mind that the demo site resets every four hours. Your access may be revoked at any time. This happens automatically and is not a bug.',
];

Some files were not shown because too many files have changed in this diff Show More