Update localised JS

This commit is contained in:
James Cole 2020-09-13 07:38:31 +02:00
parent 29445e4ffb
commit 890de05394
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
47 changed files with 243 additions and 630 deletions

View File

@ -9,7 +9,6 @@ fi_FI
fr_FR fr_FR
hu_HU hu_HU
it_IT it_IT
lt_LT
nb_NO nb_NO
nl_NL nl_NL
pl_PL pl_PL

View File

@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Some warnings before you install this version Some warnings before you install this version
- ⚠️ Some changes in this release may be backwards incompatible or work differently than you expect. - ⚠️ Some changes in this release may be backwards incompatible or work differently than you expect (see below).
- ⚠️ Invalid triggers in a non-strict rule will cause Firefly III to select ALL transactions. - ⚠️ Invalid triggers in a non-strict rule will cause Firefly III to select ALL transactions.
Several alpha and beta releases preceded this release. Several alpha and beta releases preceded this release.
@ -14,6 +14,7 @@ Several alpha and beta releases preceded this release.
- 5.4.0-alpha.1 on 2020-08-14 - 5.4.0-alpha.1 on 2020-08-14
- 5.4.0-alpha.2 on 2020-08-21 - 5.4.0-alpha.2 on 2020-08-21
- 5.4.0-alpha.3 on 2020-08-21 - 5.4.0-alpha.3 on 2020-08-21
- 5.4.0-beta.1 on 2020-09-13
### Added ### Added
- [Issue 3187](https://github.com/firefly-iii/firefly-iii/issues/3187) A new field for transaction URL's. - [Issue 3187](https://github.com/firefly-iii/firefly-iii/issues/3187) A new field for transaction URL's.
@ -33,6 +34,8 @@ Several alpha and beta releases preceded this release.
- [Issue 3642](https://github.com/firefly-iii/firefly-iii/issues/3642) Redis now supports Unix sockets. - [Issue 3642](https://github.com/firefly-iii/firefly-iii/issues/3642) Redis now supports Unix sockets.
- [Issue 3648](https://github.com/firefly-iii/firefly-iii/issues/3648) Add a basic copy/paste feature. - [Issue 3648](https://github.com/firefly-iii/firefly-iii/issues/3648) Add a basic copy/paste feature.
- [Issue 3651](https://github.com/firefly-iii/firefly-iii/issues/3651) Now supports public clients. - [Issue 3651](https://github.com/firefly-iii/firefly-iii/issues/3651) Now supports public clients.
- [Issue 3755](https://github.com/firefly-iii/firefly-iii/issues/3755) You can now click option groups in the report pages.
- [Issue 3765](https://github.com/firefly-iii/firefly-iii/issues/3765) Tag page sum list is now currency aware.
- A new integrity check that makes sure all transaction types are correct. - A new integrity check that makes sure all transaction types are correct.
- Support for Bulgarian! 🇧🇬 - Support for Bulgarian! 🇧🇬
@ -61,9 +64,19 @@ Several alpha and beta releases preceded this release.
- [Issue 3678](https://github.com/firefly-iii/firefly-iii/issues/3678) Search did not distinguish between source and destination. - [Issue 3678](https://github.com/firefly-iii/firefly-iii/issues/3678) Search did not distinguish between source and destination.
- [Issue 3679](https://github.com/firefly-iii/firefly-iii/issues/3679) Polish and Russian translations were broken on the `/rules` page, fixed by @sephrat - [Issue 3679](https://github.com/firefly-iii/firefly-iii/issues/3679) Polish and Russian translations were broken on the `/rules` page, fixed by @sephrat
- [Issue 3681](https://github.com/firefly-iii/firefly-iii/issues/3681) Fix Czech translations missing file on `/profile` page. - [Issue 3681](https://github.com/firefly-iii/firefly-iii/issues/3681) Fix Czech translations missing file on `/profile` page.
- [Issue 3696](https://github.com/firefly-iii/firefly-iii/issues/3696) Fix missing translations, by @sephrat
- [Issue 3693](https://github.com/firefly-iii/firefly-iii/issues/3693) Creating users through the API was impossible. - [Issue 3693](https://github.com/firefly-iii/firefly-iii/issues/3693) Creating users through the API was impossible.
- [Issue 3696](https://github.com/firefly-iii/firefly-iii/issues/3696) Fix missing translations, by @sephrat
- [Issue 3710](https://github.com/firefly-iii/firefly-iii/issues/3710) When you create a split transaction, the title isn't correctly reset. - [Issue 3710](https://github.com/firefly-iii/firefly-iii/issues/3710) When you create a split transaction, the title isn't correctly reset.
- [Issue 3745](https://github.com/firefly-iii/firefly-iii/issues/3745) In some cases, piggy bank events were not created.
- [Issue 3746](https://github.com/firefly-iii/firefly-iii/issues/3746) Bad anchor link in readme, thanks @GrayStrider
- [Issue 3748](https://github.com/firefly-iii/firefly-iii/issues/3748) Typo's in autocomplete URL, thanks @psychowood
- [Issue 3759](https://github.com/firefly-iii/firefly-iii/issues/3759) Bad budget calculations when using out-of-sync budgets.
- [Issue 3761](https://github.com/firefly-iii/firefly-iii/issues/3761) Could not create a transfer and refer to a piggy bank by name.
- [Issue 3768](https://github.com/firefly-iii/firefly-iii/issues/3768) Attachments were uploaded out of order in split transactions.
- [Issue 3770](https://github.com/firefly-iii/firefly-iii/issues/3770) Null pointer exception when creating transaction.
- [Issue 3772](https://github.com/firefly-iii/firefly-iii/issues/3772) Some strings were translated badly.
- [Issue 3789](https://github.com/firefly-iii/firefly-iii/issues/3789) Heroku installation failed because of bad DB code.
- [Issue 3791](https://github.com/firefly-iii/firefly-iii/issues/3791) Several issues on the budgets page fixed.
- Reconciliation transactions now show the amount correctly. - Reconciliation transactions now show the amount correctly.
### API ### API

View File

@ -95,7 +95,7 @@ return [
], ],
//'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'), //'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
'version' => '5.4.0-alpha.3', 'version' => '5.4.0-beta.1',
'api_version' => '1.4.0', 'api_version' => '1.4.0',
'db_version' => 15, 'db_version' => 15,
'maxUploadSize' => 1073741824, // 1 GB 'maxUploadSize' => 1073741824, // 1 GB

6
frontend/package-lock.json generated Normal file → Executable file
View File

@ -9281,9 +9281,9 @@
"dev": true "dev": true
}, },
"vue-i18n": { "vue-i18n": {
"version": "8.21.0", "version": "8.21.1",
"resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.21.0.tgz", "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.21.1.tgz",
"integrity": "sha512-pKBq6Kg5hNacFHMFgPbpYsFlDIMRu4Ew/tpvTWns14CZoCxt7B3tmSNdrLruGMMivnJu1rhhRqsQqT6YwHkuQQ==", "integrity": "sha512-KEakJLI7R6+UCmhJOMZ0K7C+Zf5FcMh7QDkBRaEq39V7d9JgSrTDBf/9HuHU3TaxQYXx4fUi5PTIPdwLXq+iow==",
"dev": true "dev": true
}, },
"vue-loader": { "vue-loader": {

2
frontend/package.json Normal file → Executable file
View File

@ -19,7 +19,7 @@
"sass": "^1.26.10", "sass": "^1.26.10",
"sass-loader": "^10.0.2", "sass-loader": "^10.0.2",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-i18n": "^8.21", "vue-i18n": "^8.21.1",
"vue-template-compiler": "^2.6.12" "vue-template-compiler": "^2.6.12"
}, },
"dependencies": { "dependencies": {

View File

@ -1,2 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{206:function(t,s,a){t.exports=a(211)},211:function(t,s,a){"use strict";a.r(s);var e=a(9),n={name:"Index"},c=a(1),i=Object(c.a)(n,(function(){var t=this.$createElement,s=this._self._c||t;return s("div",[s("router-view")],1)}),[],!1,null,"6b40cc75",null).exports,r={name:"List",props:{accountTypes:String},data:function(){return{accounts:[]}},mounted:function(){var t=this;axios.get("./api/v1/accounts?type="+this.$props.accountTypes).then((function(s){t.loadAccounts(s.data.data)}))},methods:{loadAccounts:function(t){for(var s in t)if(t.hasOwnProperty(s)&&/^0$|^[1-9]\d*$/.test(s)&&s<=4294967294){var a=t[s];"asset"===a.attributes.type&&null!==a.attributes.account_role&&(a.attributes.account_role=this.$t("firefly.account_role_"+a.attributes.account_role)),"asset"===a.attributes.type&&null===a.attributes.account_role&&(a.attributes.account_role=this.$t("firefly.Default asset account")),null===a.attributes.iban&&(a.attributes.iban=a.attributes.account_number),this.accounts.push(a)}}}},o=Object(c.a)(r,(function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"row"},[a("div",{staticClass:"col-lg-12 col-md-12 col-sm-12 col-xs-12"},[a("div",{staticClass:"card"},[t._m(0),t._v(" "),a("div",{staticClass:"card-body p-0"},[a("table",{staticClass:"table table-sm table-striped"},[a("thead",[a("tr",[a("th",[t._v(" ")]),t._v(" "),a("th",[t._v(t._s(t.$t("list.name")))]),t._v(" "),"asset"===t.$props.accountTypes?a("th",[t._v(t._s(t.$t("list.role")))]):t._e(),t._v(" "),a("th",[t._v(t._s(t.$t("list.iban")))]),t._v(" "),a("th",{staticStyle:{"text-align":"right"}},[t._v(t._s(t.$t("list.currentBalance")))]),t._v(" "),a("th",[t._v(t._s(t.$t("list.balanceDiff")))])])]),t._v(" "),a("tbody",t._l(t.accounts,(function(s){return a("tr",[t._m(1,!0),t._v(" "),a("td",[a("router-link",{attrs:{to:{name:"accounts.show",params:{id:s.id}},title:s.attributes.name}},[t._v(t._s(s.attributes.name)+"\n ")])],1),t._v(" "),"asset"===t.$props.accountTypes?a("td",[t._v("\n "+t._s(s.attributes.account_role)+"\n ")]):t._e(),t._v(" "),a("td",[t._v("\n "+t._s(s.attributes.iban)+"\n ")]),t._v(" "),a("td",{staticStyle:{"text-align":"right"}},[t._v("\n "+t._s(Intl.NumberFormat("en-US",{style:"currency",currency:s.attributes.currency_code}).format(s.attributes.current_balance))+"\n ")]),t._v(" "),a("td",[t._v("diff")])])})),0)])]),t._v(" "),a("div",{staticClass:"card-footer"},[t._v("\n Footer stuff.\n ")])])])])}),[function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"card-header"},[s("h3",{staticClass:"card-title"},[this._v("Title thing")]),this._v(" "),s("div",{staticClass:"card-tools"},[s("div",{staticClass:"input-group input-group-sm",staticStyle:{width:"150px"}},[s("input",{staticClass:"form-control float-right",attrs:{type:"text",name:"table_search",placeholder:"Search"}}),this._v(" "),s("div",{staticClass:"input-group-append"},[s("button",{staticClass:"btn btn-default",attrs:{type:"submit"}},[s("i",{staticClass:"fas fa-search"})])])])])])},function(){var t=this.$createElement,s=this._self._c||t;return s("td",[s("div",{staticClass:"btn-group btn-group-xs"},[s("a",{staticClass:"btn btn-xs btn-default",attrs:{href:"edit"}},[s("i",{staticClass:"fa fas fa-pencil-alt"})]),this._v(" "),s("a",{staticClass:"btn btn-xs btn-danger",attrs:{href:"del"}},[s("i",{staticClass:"fa far fa-trash"})])])])}],!1,null,"27a44b66",null).exports,u={name:"Show"},l=Object(c.a)(u,(function(){var t=this.$createElement;return(this._self._c||t)("div",[this._v("\n I am a show\n")])}),[],!1,null,"dcd61a50",null).exports;a(155);var p=[{path:"/",component:i},{path:"/accounts/asset",name:"accounts.index.asset",component:o,props:{accountTypes:"asset"}},{path:"/accounts/expense",component:o,props:{accountTypes:"expense"}},{path:"/accounts/revenue",component:o,props:{accountTypes:"revenue"}},{path:"/accounts/liabilities",component:o,props:{accountTypes:"liabilities"}},{path:"/accounts/show/:id",name:"accounts.show",component:l}],_=new e.a({mode:"history",routes:p}),d=a(154),h={};Vue.use(e.a),new Vue({router:_,i18n:d,render:function(t){return t(i,{props:h})}}).$mount("#accounts")}},[[206,0,1]]]); (window.webpackJsonp=window.webpackJsonp||[]).push([[2],{206:function(t,s,a){t.exports=a(211)},211:function(t,s,a){"use strict";a.r(s);var e=a(9),n={name:"Index"},c=a(1),i=Object(c.a)(n,(function(){var t=this.$createElement,s=this._self._c||t;return s("div",[s("router-view")],1)}),[],!1,null,"6b40cc75",null).exports,r={name:"List",props:{accountTypes:String},data:function(){return{accounts:[]}},mounted:function(){var t=this;axios.get("./api/v1/accounts?type="+this.$props.accountTypes).then((function(s){t.loadAccounts(s.data.data)}))},methods:{loadAccounts:function(t){for(var s in t)if(t.hasOwnProperty(s)&&/^0$|^[1-9]\d*$/.test(s)&&s<=4294967294){var a=t[s];"asset"===a.attributes.type&&null!==a.attributes.account_role&&(a.attributes.account_role=this.$t("firefly.account_role_"+a.attributes.account_role)),"asset"===a.attributes.type&&null===a.attributes.account_role&&(a.attributes.account_role=this.$t("firefly.Default asset account")),null===a.attributes.iban&&(a.attributes.iban=a.attributes.account_number),this.accounts.push(a)}}}},o=Object(c.a)(r,(function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"row"},[a("div",{staticClass:"col-lg-12 col-md-12 col-sm-12 col-xs-12"},[a("div",{staticClass:"card"},[t._m(0),t._v(" "),a("div",{staticClass:"card-body p-0"},[a("table",{staticClass:"table table-sm table-striped"},[a("thead",[a("tr",[a("th",[t._v(" ")]),t._v(" "),a("th",[t._v(t._s(t.$t("list.name")))]),t._v(" "),"asset"===t.$props.accountTypes?a("th",[t._v(t._s(t.$t("list.role")))]):t._e(),t._v(" "),a("th",[t._v(t._s(t.$t("list.iban")))]),t._v(" "),a("th",{staticStyle:{"text-align":"right"}},[t._v(t._s(t.$t("list.currentBalance")))]),t._v(" "),a("th",[t._v(t._s(t.$t("list.balanceDiff")))])])]),t._v(" "),a("tbody",t._l(t.accounts,(function(s){return a("tr",[t._m(1,!0),t._v(" "),a("td",[a("router-link",{attrs:{to:{name:"accounts.show",params:{id:s.id}},title:s.attributes.name}},[t._v(t._s(s.attributes.name)+"\n ")])],1),t._v(" "),"asset"===t.$props.accountTypes?a("td",[t._v("\n "+t._s(s.attributes.account_role)+"\n ")]):t._e(),t._v(" "),a("td",[t._v("\n "+t._s(s.attributes.iban)+"\n ")]),t._v(" "),a("td",{staticStyle:{"text-align":"right"}},[t._v("\n "+t._s(Intl.NumberFormat("en-US",{style:"currency",currency:s.attributes.currency_code}).format(s.attributes.current_balance))+"\n ")]),t._v(" "),a("td",[t._v("diff")])])})),0)])]),t._v(" "),a("div",{staticClass:"card-footer"},[t._v("\n Footer stuff.\n ")])])])])}),[function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"card-header"},[s("h3",{staticClass:"card-title"},[this._v("Title thing")]),this._v(" "),s("div",{staticClass:"card-tools"},[s("div",{staticClass:"input-group input-group-sm",staticStyle:{width:"150px"}},[s("input",{staticClass:"form-control float-right",attrs:{type:"text",name:"table_search",placeholder:"Search"}}),this._v(" "),s("div",{staticClass:"input-group-append"},[s("button",{staticClass:"btn btn-default",attrs:{type:"submit"}},[s("i",{staticClass:"fas fa-search"})])])])])])},function(){var t=this.$createElement,s=this._self._c||t;return s("td",[s("div",{staticClass:"btn-group btn-group-xs"},[s("a",{staticClass:"btn btn-xs btn-default",attrs:{href:"edit"}},[s("i",{staticClass:"fa fas fa-pencil-alt"})]),this._v(" "),s("a",{staticClass:"btn btn-xs btn-danger",attrs:{href:"del"}},[s("i",{staticClass:"fa far fa-trash"})])])])}],!1,null,"27a44b66",null).exports,u={name:"Show"},l=Object(c.a)(u,(function(){var t=this.$createElement;return(this._self._c||t)("div",[this._v("\n I am a show\n")])}),[],!1,null,"dcd61a50",null).exports;a(156);var p=[{path:"/",component:i},{path:"/accounts/asset",name:"accounts.index.asset",component:o,props:{accountTypes:"asset"}},{path:"/accounts/expense",component:o,props:{accountTypes:"expense"}},{path:"/accounts/revenue",component:o,props:{accountTypes:"revenue"}},{path:"/accounts/liabilities",component:o,props:{accountTypes:"liabilities"}},{path:"/accounts/show/:id",name:"accounts.show",component:l}],_=new e.a({mode:"history",routes:p}),d=a(154),h={};Vue.use(e.a),new Vue({router:_,i18n:d,render:function(t){return t(i,{props:h})}}).$mount("#accounts")}},[[206,0,1]]]);
//# sourceMappingURL=accounts.js.map //# sourceMappingURL=accounts.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -27,11 +27,13 @@ module.exports = new vuei18n({
'cs': require('./locales/cs.json'), 'cs': require('./locales/cs.json'),
'de': require('./locales/de.json'), 'de': require('./locales/de.json'),
'en': require('./locales/en.json'), 'en': require('./locales/en.json'),
'en-us': require('./locales/en.json'),
'en-gb': require('./locales/en-gb.json'),
'es': require('./locales/es.json'), 'es': require('./locales/es.json'),
'el': require('./locales/el.json'), 'el': require('./locales/el.json'),
'fr': require('./locales/fr.json'), 'fr': require('./locales/fr.json'),
'hu': require('./locales/hu.json'), 'hu': require('./locales/hu.json'),
'id': require('./locales/id.json'), //'id': require('./locales/id.json'),
'it': require('./locales/it.json'), 'it': require('./locales/it.json'),
'nl': require('./locales/nl.json'), 'nl': require('./locales/nl.json'),
'nb': require('./locales/nb.json'), 'nb': require('./locales/nb.json'),
@ -40,6 +42,7 @@ module.exports = new vuei18n({
'pt-br': require('./locales/pt-br.json'), 'pt-br': require('./locales/pt-br.json'),
'ro': require('./locales/ro.json'), 'ro': require('./locales/ro.json'),
'ru': require('./locales/ru.json'), 'ru': require('./locales/ru.json'),
//'zh': require('./locales/zh.json'),
'zh-tw': require('./locales/zh-tw.json'), 'zh-tw': require('./locales/zh-tw.json'),
'zh-cn': require('./locales/zh-cn.json'), 'zh-cn': require('./locales/zh-cn.json'),
'sv': require('./locales/sv.json'), 'sv': require('./locales/sv.json'),

View File

@ -0,0 +1,54 @@
{
"firefly": {
"balance": "Balance",
"bills_to_pay": "Bills to pay",
"left_to_spend": "Left to spend",
"net_worth": "Net worth",
"paid": "Paid",
"yourAccounts": "Your accounts",
"go_to_asset_accounts": "View your asset accounts",
"transaction_table_description": "A table containing your transactions",
"account": "Account",
"description": "Description",
"amount": "Amount",
"budget": "Budget",
"category": "Category",
"opposing_account": "Opposing account",
"budgets": "Budgets",
"categories": "Categories",
"go_to_budgets": "Go to your budgets",
"income": "Revenue \/ income",
"go_to_deposits": "Go to deposits",
"go_to_categories": "Go to your categories",
"expense_accounts": "Expense accounts",
"go_to_expenses": "Go to expenses",
"go_to_bills": "Go to your bills",
"bills": "Bills",
"go_to_piggies": "Go to your piggy banks",
"saved": "Saved",
"piggy_banks": "Piggy banks",
"piggy_bank": "Piggy bank",
"amounts": "Amounts",
"Default asset account": "Default asset account",
"account_role_defaultAsset": "Default asset account",
"account_role_savingAsset": "Savings account",
"account_role_sharedAsset": "Shared asset account",
"account_role_ccAsset": "Credit card",
"account_role_cashWalletAsset": "Cash wallet"
},
"list": {
"piggy_bank": "Piggy bank",
"percentage": "pct.",
"amount": "Amount",
"name": "Name",
"role": "Role",
"iban": "IBAN",
"lastActivity": "Last activity",
"currentBalance": "Current balance",
"balanceDiff": "Balance difference",
"next_expected_match": "Next expected match"
},
"config": {
"html_language": "en-gb"
}
}

View File

@ -6,7 +6,7 @@
"net_worth": "Net worth", "net_worth": "Net worth",
"paid": "Paid", "paid": "Paid",
"yourAccounts": "Your accounts", "yourAccounts": "Your accounts",
"go_to_asset_accounts": "S\u0105skait\u0173 per\u017ei\u016bra", "go_to_asset_accounts": "View your asset accounts",
"transaction_table_description": "A table containing your transactions", "transaction_table_description": "A table containing your transactions",
"account": "Account", "account": "Account",
"description": "Description", "description": "Description",
@ -16,13 +16,13 @@
"opposing_account": "Opposing account", "opposing_account": "Opposing account",
"budgets": "Budgets", "budgets": "Budgets",
"categories": "Categories", "categories": "Categories",
"go_to_budgets": "Pereiti \u012f biud\u017eet\u0105", "go_to_budgets": "Go to your budgets",
"income": "Revenue \/ income", "income": "Revenue \/ income",
"go_to_deposits": "Go to deposits", "go_to_deposits": "Go to deposits",
"go_to_categories": "Pereiti \u012f kategorijas", "go_to_categories": "Go to your categories",
"expense_accounts": "Expense accounts", "expense_accounts": "Expense accounts",
"go_to_expenses": "Go to expenses", "go_to_expenses": "Go to expenses",
"go_to_bills": "Pereiti \u012f s\u0105skaitas", "go_to_bills": "Go to your bills",
"bills": "Bills", "bills": "Bills",
"go_to_piggies": "Go to your piggy banks", "go_to_piggies": "Go to your piggy banks",
"saved": "Saved", "saved": "Saved",

View File

@ -25,7 +25,7 @@
"go_to_bills": "Ugr\u00e1s a sz\u00e1ml\u00e1khoz", "go_to_bills": "Ugr\u00e1s a sz\u00e1ml\u00e1khoz",
"bills": "Sz\u00e1ml\u00e1k", "bills": "Sz\u00e1ml\u00e1k",
"go_to_piggies": "Ugr\u00e1s a malacperselyekhez", "go_to_piggies": "Ugr\u00e1s a malacperselyekhez",
"saved": "Saved", "saved": "Mentve",
"piggy_banks": "Malacperselyek", "piggy_banks": "Malacperselyek",
"piggy_bank": "Malacpersely", "piggy_bank": "Malacpersely",
"amounts": "Amounts", "amounts": "Amounts",

View File

@ -1,54 +0,0 @@
{
"firefly": {
"balance": "Keseimbangan",
"bills_to_pay": "Bills untuk membayar",
"left_to_spend": "Kiri untuk dibelanjakan",
"net_worth": "Nilai bersih",
"paid": "Dibayar",
"yourAccounts": "Akun anda",
"go_to_asset_accounts": "Menampilkan rekening aset",
"transaction_table_description": "A table containing your transactions",
"account": "Rekening",
"description": "Deskripsi",
"amount": "Jumlah",
"budget": "Anggaran",
"category": "Kategori",
"opposing_account": "Opposing account",
"budgets": "Anggaran",
"categories": "Kategori",
"go_to_budgets": "Pergi ke anggaran mu",
"income": "Pendapatan \/ penghasilan",
"go_to_deposits": "Go to deposits",
"go_to_categories": "Menuju ke kategori yang anda miliki",
"expense_accounts": "Rekening pengeluaran",
"go_to_expenses": "Go to expenses",
"go_to_bills": "Menuju ke bill yang anda miliki",
"bills": "Tagihan",
"go_to_piggies": "Go to your piggy banks",
"saved": "Saved",
"piggy_banks": "Piggy banks",
"piggy_bank": "Celengan",
"amounts": "Amounts",
"Default asset account": "Akun aset standar",
"account_role_defaultAsset": "Akun aset standar",
"account_role_savingAsset": "Rekening tabungan",
"account_role_sharedAsset": "Akun aset bersama",
"account_role_ccAsset": "Kartu kredit",
"account_role_cashWalletAsset": "Cash wallet"
},
"list": {
"piggy_bank": "Celengan",
"percentage": "pct.",
"amount": "Jumlah",
"name": "Nama",
"role": "Peran",
"iban": "IBAN",
"lastActivity": "Aktifitas terakhir",
"currentBalance": "Saldo saat ini",
"balanceDiff": "Perbedaan saldo",
"next_expected_match": "Transaksi yang diharapkan berikutnya"
},
"config": {
"html_language": "id"
}
}

View File

@ -1,54 +0,0 @@
{
"firefly": {
"balance": "Denge",
"bills_to_pay": "\u00d6denecek fatura",
"left_to_spend": "Harcama i\u00e7in b\u0131rak\u0131ld\u0131",
"net_worth": "Net de\u011fer",
"paid": "\u00d6dendi",
"yourAccounts": "Hesaplar\u0131n\u0131z",
"go_to_asset_accounts": "Varl\u0131k hesaplar\u0131n\u0131z\u0131 g\u00f6r\u00fcnt\u00fcleyin",
"transaction_table_description": "A table containing your transactions",
"account": "Hesap",
"description": "A\u00e7\u0131klama",
"amount": "Miktar",
"budget": "B\u00fct\u00e7e",
"category": "Kategori",
"opposing_account": "Opposing account",
"budgets": "B\u00fct\u00e7eler",
"categories": "Kategoriler",
"go_to_budgets": "B\u00fct\u00e7elerine git",
"income": "Gelir \/ gelir",
"go_to_deposits": "Go to deposits",
"go_to_categories": "Kategorilerinize gidin",
"expense_accounts": "Gider hesaplar\u0131",
"go_to_expenses": "Go to expenses",
"go_to_bills": "Faturalar\u0131na git",
"bills": "Fatura",
"go_to_piggies": "Kumbaran\u0131za gidin",
"saved": "Saved",
"piggy_banks": "Piggy banks",
"piggy_bank": "Kumbara",
"amounts": "Amounts",
"Default asset account": "Varsay\u0131lan varl\u0131k hesab\u0131",
"account_role_defaultAsset": "Varsay\u0131lan varl\u0131k hesab\u0131",
"account_role_savingAsset": "Birikim hesab\u0131",
"account_role_sharedAsset": "Payla\u015f\u0131lan varl\u0131k hesab\u0131",
"account_role_ccAsset": "Kredi Kart\u0131",
"account_role_cashWalletAsset": "Nakit c\u00fczdan"
},
"list": {
"piggy_bank": "Kumbara",
"percentage": "yzd.",
"amount": "Miktar",
"name": "\u0130sim",
"role": "Rol",
"iban": "IBAN numaras\u0131",
"lastActivity": "Son Etkinlik",
"currentBalance": "Cari bakiye",
"balanceDiff": "Bakiye fark\u0131",
"next_expected_match": "Beklenen sonraki e\u015fle\u015fme"
},
"config": {
"html_language": "tr"
}
}

View File

@ -25,7 +25,7 @@
"go_to_bills": "\u524d\u5f80\u60a8\u7684\u5e10\u5355", "go_to_bills": "\u524d\u5f80\u60a8\u7684\u5e10\u5355",
"bills": "\u5e10\u5355", "bills": "\u5e10\u5355",
"go_to_piggies": "\u524d\u5f80\u60a8\u7684\u5b58\u94b1\u7f50", "go_to_piggies": "\u524d\u5f80\u60a8\u7684\u5b58\u94b1\u7f50",
"saved": "Saved", "saved": "\u5df2\u4fdd\u5b58",
"piggy_banks": "\u5b58\u94b1\u7f50", "piggy_banks": "\u5b58\u94b1\u7f50",
"piggy_bank": "\u5b58\u94b1\u7f50", "piggy_bank": "\u5b58\u94b1\u7f50",
"amounts": "Amounts", "amounts": "Amounts",

2
public/v1/js/app.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{206:function(t,s,a){t.exports=a(211)},211:function(t,s,a){"use strict";a.r(s);var e=a(9),n={name:"Index"},c=a(1),i=Object(c.a)(n,(function(){var t=this.$createElement,s=this._self._c||t;return s("div",[s("router-view")],1)}),[],!1,null,"6b40cc75",null).exports,r={name:"List",props:{accountTypes:String},data:function(){return{accounts:[]}},mounted:function(){var t=this;axios.get("./api/v1/accounts?type="+this.$props.accountTypes).then((function(s){t.loadAccounts(s.data.data)}))},methods:{loadAccounts:function(t){for(var s in t)if(t.hasOwnProperty(s)&&/^0$|^[1-9]\d*$/.test(s)&&s<=4294967294){var a=t[s];"asset"===a.attributes.type&&null!==a.attributes.account_role&&(a.attributes.account_role=this.$t("firefly.account_role_"+a.attributes.account_role)),"asset"===a.attributes.type&&null===a.attributes.account_role&&(a.attributes.account_role=this.$t("firefly.Default asset account")),null===a.attributes.iban&&(a.attributes.iban=a.attributes.account_number),this.accounts.push(a)}}}},o=Object(c.a)(r,(function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"row"},[a("div",{staticClass:"col-lg-12 col-md-12 col-sm-12 col-xs-12"},[a("div",{staticClass:"card"},[t._m(0),t._v(" "),a("div",{staticClass:"card-body p-0"},[a("table",{staticClass:"table table-sm table-striped"},[a("thead",[a("tr",[a("th",[t._v(" ")]),t._v(" "),a("th",[t._v(t._s(t.$t("list.name")))]),t._v(" "),"asset"===t.$props.accountTypes?a("th",[t._v(t._s(t.$t("list.role")))]):t._e(),t._v(" "),a("th",[t._v(t._s(t.$t("list.iban")))]),t._v(" "),a("th",{staticStyle:{"text-align":"right"}},[t._v(t._s(t.$t("list.currentBalance")))]),t._v(" "),a("th",[t._v(t._s(t.$t("list.balanceDiff")))])])]),t._v(" "),a("tbody",t._l(t.accounts,(function(s){return a("tr",[t._m(1,!0),t._v(" "),a("td",[a("router-link",{attrs:{to:{name:"accounts.show",params:{id:s.id}},title:s.attributes.name}},[t._v(t._s(s.attributes.name)+"\n ")])],1),t._v(" "),"asset"===t.$props.accountTypes?a("td",[t._v("\n "+t._s(s.attributes.account_role)+"\n ")]):t._e(),t._v(" "),a("td",[t._v("\n "+t._s(s.attributes.iban)+"\n ")]),t._v(" "),a("td",{staticStyle:{"text-align":"right"}},[t._v("\n "+t._s(Intl.NumberFormat("en-US",{style:"currency",currency:s.attributes.currency_code}).format(s.attributes.current_balance))+"\n ")]),t._v(" "),a("td",[t._v("diff")])])})),0)])]),t._v(" "),a("div",{staticClass:"card-footer"},[t._v("\n Footer stuff.\n ")])])])])}),[function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"card-header"},[s("h3",{staticClass:"card-title"},[this._v("Title thing")]),this._v(" "),s("div",{staticClass:"card-tools"},[s("div",{staticClass:"input-group input-group-sm",staticStyle:{width:"150px"}},[s("input",{staticClass:"form-control float-right",attrs:{type:"text",name:"table_search",placeholder:"Search"}}),this._v(" "),s("div",{staticClass:"input-group-append"},[s("button",{staticClass:"btn btn-default",attrs:{type:"submit"}},[s("i",{staticClass:"fas fa-search"})])])])])])},function(){var t=this.$createElement,s=this._self._c||t;return s("td",[s("div",{staticClass:"btn-group btn-group-xs"},[s("a",{staticClass:"btn btn-xs btn-default",attrs:{href:"edit"}},[s("i",{staticClass:"fa fas fa-pencil-alt"})]),this._v(" "),s("a",{staticClass:"btn btn-xs btn-danger",attrs:{href:"del"}},[s("i",{staticClass:"fa far fa-trash"})])])])}],!1,null,"27a44b66",null).exports,u={name:"Show"},l=Object(c.a)(u,(function(){var t=this.$createElement;return(this._self._c||t)("div",[this._v("\n I am a show\n")])}),[],!1,null,"dcd61a50",null).exports;a(155);var p=[{path:"/",component:i},{path:"/accounts/asset",name:"accounts.index.asset",component:o,props:{accountTypes:"asset"}},{path:"/accounts/expense",component:o,props:{accountTypes:"expense"}},{path:"/accounts/revenue",component:o,props:{accountTypes:"revenue"}},{path:"/accounts/liabilities",component:o,props:{accountTypes:"liabilities"}},{path:"/accounts/show/:id",name:"accounts.show",component:l}],_=new e.a({mode:"history",routes:p}),d=a(154),h={};Vue.use(e.a),new Vue({router:_,i18n:d,render:function(t){return t(i,{props:h})}}).$mount("#accounts")}},[[206,0,1]]]); (window.webpackJsonp=window.webpackJsonp||[]).push([[2],{206:function(t,s,a){t.exports=a(211)},211:function(t,s,a){"use strict";a.r(s);var e=a(9),n={name:"Index"},c=a(1),i=Object(c.a)(n,(function(){var t=this.$createElement,s=this._self._c||t;return s("div",[s("router-view")],1)}),[],!1,null,"6b40cc75",null).exports,r={name:"List",props:{accountTypes:String},data:function(){return{accounts:[]}},mounted:function(){var t=this;axios.get("./api/v1/accounts?type="+this.$props.accountTypes).then((function(s){t.loadAccounts(s.data.data)}))},methods:{loadAccounts:function(t){for(var s in t)if(t.hasOwnProperty(s)&&/^0$|^[1-9]\d*$/.test(s)&&s<=4294967294){var a=t[s];"asset"===a.attributes.type&&null!==a.attributes.account_role&&(a.attributes.account_role=this.$t("firefly.account_role_"+a.attributes.account_role)),"asset"===a.attributes.type&&null===a.attributes.account_role&&(a.attributes.account_role=this.$t("firefly.Default asset account")),null===a.attributes.iban&&(a.attributes.iban=a.attributes.account_number),this.accounts.push(a)}}}},o=Object(c.a)(r,(function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"row"},[a("div",{staticClass:"col-lg-12 col-md-12 col-sm-12 col-xs-12"},[a("div",{staticClass:"card"},[t._m(0),t._v(" "),a("div",{staticClass:"card-body p-0"},[a("table",{staticClass:"table table-sm table-striped"},[a("thead",[a("tr",[a("th",[t._v(" ")]),t._v(" "),a("th",[t._v(t._s(t.$t("list.name")))]),t._v(" "),"asset"===t.$props.accountTypes?a("th",[t._v(t._s(t.$t("list.role")))]):t._e(),t._v(" "),a("th",[t._v(t._s(t.$t("list.iban")))]),t._v(" "),a("th",{staticStyle:{"text-align":"right"}},[t._v(t._s(t.$t("list.currentBalance")))]),t._v(" "),a("th",[t._v(t._s(t.$t("list.balanceDiff")))])])]),t._v(" "),a("tbody",t._l(t.accounts,(function(s){return a("tr",[t._m(1,!0),t._v(" "),a("td",[a("router-link",{attrs:{to:{name:"accounts.show",params:{id:s.id}},title:s.attributes.name}},[t._v(t._s(s.attributes.name)+"\n ")])],1),t._v(" "),"asset"===t.$props.accountTypes?a("td",[t._v("\n "+t._s(s.attributes.account_role)+"\n ")]):t._e(),t._v(" "),a("td",[t._v("\n "+t._s(s.attributes.iban)+"\n ")]),t._v(" "),a("td",{staticStyle:{"text-align":"right"}},[t._v("\n "+t._s(Intl.NumberFormat("en-US",{style:"currency",currency:s.attributes.currency_code}).format(s.attributes.current_balance))+"\n ")]),t._v(" "),a("td",[t._v("diff")])])})),0)])]),t._v(" "),a("div",{staticClass:"card-footer"},[t._v("\n Footer stuff.\n ")])])])])}),[function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticClass:"card-header"},[s("h3",{staticClass:"card-title"},[this._v("Title thing")]),this._v(" "),s("div",{staticClass:"card-tools"},[s("div",{staticClass:"input-group input-group-sm",staticStyle:{width:"150px"}},[s("input",{staticClass:"form-control float-right",attrs:{type:"text",name:"table_search",placeholder:"Search"}}),this._v(" "),s("div",{staticClass:"input-group-append"},[s("button",{staticClass:"btn btn-default",attrs:{type:"submit"}},[s("i",{staticClass:"fas fa-search"})])])])])])},function(){var t=this.$createElement,s=this._self._c||t;return s("td",[s("div",{staticClass:"btn-group btn-group-xs"},[s("a",{staticClass:"btn btn-xs btn-default",attrs:{href:"edit"}},[s("i",{staticClass:"fa fas fa-pencil-alt"})]),this._v(" "),s("a",{staticClass:"btn btn-xs btn-danger",attrs:{href:"del"}},[s("i",{staticClass:"fa far fa-trash"})])])])}],!1,null,"27a44b66",null).exports,u={name:"Show"},l=Object(c.a)(u,(function(){var t=this.$createElement;return(this._self._c||t)("div",[this._v("\n I am a show\n")])}),[],!1,null,"dcd61a50",null).exports;a(156);var p=[{path:"/",component:i},{path:"/accounts/asset",name:"accounts.index.asset",component:o,props:{accountTypes:"asset"}},{path:"/accounts/expense",component:o,props:{accountTypes:"expense"}},{path:"/accounts/revenue",component:o,props:{accountTypes:"revenue"}},{path:"/accounts/liabilities",component:o,props:{accountTypes:"liabilities"}},{path:"/accounts/show/:id",name:"accounts.show",component:l}],_=new e.a({mode:"history",routes:p}),d=a(154),h={};Vue.use(e.a),new Vue({router:_,i18n:d,render:function(t){return t(i,{props:h})}}).$mount("#accounts")}},[[206,0,1]]]);
//# sourceMappingURL=accounts.js.map //# sourceMappingURL=accounts.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -27,20 +27,22 @@ module.exports = new vuei18n({
'cs': require('./locales/cs.json'), 'cs': require('./locales/cs.json'),
'de': require('./locales/de.json'), 'de': require('./locales/de.json'),
'en': require('./locales/en.json'), 'en': require('./locales/en.json'),
'en-us': require('./locales/en.json'),
'en-gb': require('./locales/en-gb.json'),
'es': require('./locales/es.json'), 'es': require('./locales/es.json'),
'el': require('./locales/el.json'), 'el': require('./locales/el.json'),
'fr': require('./locales/fr.json'), 'fr': require('./locales/fr.json'),
'hu': require('./locales/hu.json'), 'hu': require('./locales/hu.json'),
'id': require('./locales/id.json'), //'id': require('./locales/id.json'),
'it': require('./locales/it.json'), 'it': require('./locales/it.json'),
'nl': require('./locales/nl.json'), 'nl': require('./locales/nl.json'),
'no': require('./locales/no.json'), 'nb': require('./locales/nb.json'),
'pl': require('./locales/pl.json'), 'pl': require('./locales/pl.json'),
'fi': require('./locales/fi.json'), 'fi': require('./locales/fi.json'),
'pt-br': require('./locales/pt-br.json'), 'pt-br': require('./locales/pt-br.json'),
'ro': require('./locales/ro.json'), 'ro': require('./locales/ro.json'),
'ru': require('./locales/ru.json'), 'ru': require('./locales/ru.json'),
'zh': require('./locales/zh.json'), //'zh': require('./locales/zh.json'),
'zh-tw': require('./locales/zh-tw.json'), 'zh-tw': require('./locales/zh-tw.json'),
'zh-cn': require('./locales/zh-cn.json'), 'zh-cn': require('./locales/zh-cn.json'),
'sv': require('./locales/sv.json'), 'sv': require('./locales/sv.json'),

View File

@ -1,103 +0,0 @@
{
"firefly": {
"welcome_back": "What's playing?",
"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 below.",
"split": "Pisah",
"single_split": "Split",
"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> 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": "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": "Source account",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"\/preferences\">settings<\/a>.",
"destination_account": "Destination account",
"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_uri": "External URI",
"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": "(none)",
"no_piggy_bank": "(no piggy bank)",
"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": "You can't edit the source account of a reconciliation transaction.",
"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."
},
"form": {
"interest_date": "Tanggal bunga",
"book_date": "Tanggal buku",
"process_date": "Tanggal pemrosesan",
"due_date": "Batas tanggal terakhir",
"foreign_amount": "Foreign amount",
"payment_date": "Tanggal pembayaran",
"invoice_date": "Tanggal faktur",
"internal_reference": "Referensi internal"
},
"config": {
"html_language": "id"
}
}

View File

@ -1,103 +0,0 @@
{
"firefly": {
"welcome_back": "Kas vyksta su mano finansais?",
"flash_error": "Error!",
"flash_success": "Success!",
"close": "U\u017edaryti",
"split_transaction_title": "Description of the split transaction",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"split": "Skaidyti",
"single_split": "Skaidyti",
"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> 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": "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": "Source account",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"\/preferences\">settings<\/a>.",
"destination_account": "Destination account",
"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": "Amount",
"date": "Date",
"tags": "Tags",
"no_budget": "(no budget)",
"no_bill": "(no bill)",
"category": "Category",
"attachments": "Attachments",
"notes": "Notes",
"external_uri": "External URI",
"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": "(none)",
"no_piggy_bank": "(no piggy bank)",
"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": "You can't edit the destination account of a reconciliation transaction.",
"source_account_reconciliation": "You can't edit the source account of a reconciliation transaction.",
"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": "Redaguoti",
"delete": "I\u0161trinti",
"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."
},
"form": {
"interest_date": "Interest date",
"book_date": "Book date",
"process_date": "Processing date",
"due_date": "Due date",
"foreign_amount": "Foreign amount",
"payment_date": "Payment date",
"invoice_date": "Invoice date",
"internal_reference": "Internal reference"
},
"config": {
"html_language": "lt"
}
}

View File

@ -81,7 +81,7 @@
"profile_oauth_client_secret_title": "Client secret", "profile_oauth_client_secret_title": "Client secret",
"profile_oauth_client_secret_expl": "Hier is je nieuwe client secret. Dit is de enige keer dat deze getoond wordt dus verlies deze niet! Je kan dit secret gebruiken om API-aanvragen te maken.", "profile_oauth_client_secret_expl": "Hier is je nieuwe client secret. Dit is de enige keer dat deze getoond wordt dus verlies deze niet! Je kan dit secret gebruiken om API-aanvragen te maken.",
"profile_oauth_confidential": "Vertrouwelijk", "profile_oauth_confidential": "Vertrouwelijk",
"profile_oauth_confidential_help": "Is bedoelt voor clients die geen geheimen kunnen bewaren, zoals native desktop apps of JavaScript SPA's.", "profile_oauth_confidential_help": "Dit vinkje is bedoeld voor applicaties die geheimen kunnen bewaren. Applicaties zoals sommige desktop-apps en Javascript apps kunnen dit niet. In zo'n geval haal je het vinkje weg.",
"multi_account_warning_unknown": "Afhankelijk van het type transactie wordt de bron- en\/of doelrekening overschreven door wat er in de eerste split staat.", "multi_account_warning_unknown": "Afhankelijk van het type transactie wordt de bron- en\/of doelrekening overschreven door wat er in de eerste split staat.",
"multi_account_warning_withdrawal": "De bronrekening wordt overschreven door wat er in de eerste split staat.", "multi_account_warning_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_deposit": "De doelrekening wordt overschreven door wat er in de eerste split staat.",

View File

@ -1,32 +0,0 @@
{
"firefly": {
"welcome_back": "Hvordan g\u00e5r det?",
"flash_error": "Feil!",
"flash_success": "Suksess!",
"close": "Lukk",
"split_transaction_title": "Description of the split transaction",
"split": "Del opp",
"transaction_journal_information": "Transaksjonsinformasjon",
"source_account": "Source account",
"destination_account": "Destination account",
"add_another_split": "Legg til en oppdeling til",
"submit": "Send inn",
"amount": "Bel\u00f8p",
"no_budget": "(ingen budsjett)",
"category": "Kategori",
"attachments": "Vedlegg",
"notes": "Notater"
},
"form": {
"interest_date": "Rentedato",
"book_date": "Bokf\u00f8ringsdato",
"process_date": "Prosesseringsdato",
"due_date": "Forfallsdato",
"payment_date": "Betalingsdato",
"invoice_date": "Fakturadato",
"internal_reference": "Intern referanse"
},
"config": {
"html_language": "no"
}
}

View File

@ -7,13 +7,13 @@
"split_transaction_title": "Description of the split transaction", "split_transaction_title": "Description of the split transaction",
"errors_submission": "N\u00e5got fel uppstod med inskickningen. V\u00e4nligen kontrollera felen nedan.", "errors_submission": "N\u00e5got fel uppstod med inskickningen. V\u00e4nligen kontrollera felen nedan.",
"split": "Dela", "split": "Dela",
"single_split": "Split", "single_split": "Dela",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.", "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> has been updated.", "transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.", "transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Transaktionsinformation", "transaction_journal_information": "Transaktionsinformation",
"no_budget_pointer": "Du verkar inte ha n\u00e5gra budgetar \u00e4n. Du b\u00f6r skapa n\u00e5gra p\u00e5 <a href=\"\/budgets\">budgetar<\/a>-sidan. Budgetar kan hj\u00e4lpa dig att h\u00e5lla reda p\u00e5 utgifter.", "no_budget_pointer": "Du verkar inte ha n\u00e5gra budgetar \u00e4n. Du b\u00f6r skapa n\u00e5gra p\u00e5 <a href=\"\/budgets\">budgetar<\/a>-sidan. Budgetar kan hj\u00e4lpa dig att h\u00e5lla reda p\u00e5 utgifter.",
"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.", "no_bill_pointer": "Du verkar inte ha n\u00e5gra notor \u00e4nnu. Du kan skapa dem under <a href=\"\/bills\">notor<\/a>-sidan. Notor hj\u00e4lper dig h\u00e5lla koll p\u00e5 utgifter.",
"source_account": "Fr\u00e5n konto", "source_account": "Fr\u00e5n konto",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"\/preferences\">settings<\/a>.", "hidden_fields_preferences": "You can enable more transaction options in your <a href=\"\/preferences\">settings<\/a>.",
"destination_account": "Till konto", "destination_account": "Till konto",

View File

@ -1,103 +0,0 @@
{
"firefly": {
"welcome_back": "What's playing?",
"flash_error": "Hata!",
"flash_success": "Ba\u015far\u0131l\u0131!",
"close": "Kapat",
"split_transaction_title": "Description of the split transaction",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"split": "B\u00f6l",
"single_split": "Split",
"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> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "\u0130\u015flem Bilgileri",
"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": "Kaynak hesap",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"\/preferences\">settings<\/a>.",
"destination_account": "Hedef hesap",
"add_another_split": "Ba\u015fka bir b\u00f6lme ekle",
"submission": "Submission",
"create_another": "After storing, return here to create another one.",
"reset_after": "Reset form after submission",
"submit": "G\u00f6nder",
"amount": "Miktar",
"date": "Tarih",
"tags": "Etiketler",
"no_budget": "(no budget)",
"no_bill": "(no bill)",
"category": "Kategori",
"attachments": "Ekler",
"notes": "Notlar",
"external_uri": "External URI",
"update_transaction": "Update transaction",
"after_update_create_another": "After updating, return here to continue editing.",
"store_as_new": "Store as a new transaction instead of updating.",
"split_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
"none_in_select_list": "(Yok)",
"no_piggy_bank": "(kumbara bankas\u0131 yok)",
"description": "A\u00e7\u0131klama",
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
"destination_account_reconciliation": "You can't edit the destination account of a reconciliation transaction.",
"source_account_reconciliation": "You can't edit the source account of a reconciliation transaction.",
"budget": "B\u00fct\u00e7e",
"bill": "Fatura",
"you_create_withdrawal": "You're creating a withdrawal.",
"you_create_transfer": "You're creating a transfer.",
"you_create_deposit": "You're creating a deposit.",
"edit": "D\u00fczenle",
"delete": "Sil",
"name": "\u0130sim",
"profile_whoops": "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": "Kumbara",
"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."
},
"form": {
"interest_date": "Faiz tarihi",
"book_date": "Kitap Tarihi",
"process_date": "\u0130\u015flem tarihi",
"due_date": "Biti\u015f Tarihi",
"foreign_amount": "Foreign amount",
"payment_date": "\u00d6deme Tarihi",
"invoice_date": "Fatura Tarihi",
"internal_reference": "Dahili referans"
},
"config": {
"html_language": "tr"
}
}

View File

@ -1,32 +0,0 @@
{
"firefly": {
"welcome_back": "\u5403\u9971\u6ca1\uff1f",
"flash_error": "\u9519\u8bef\uff01",
"flash_success": "\u6210\u529f\uff01",
"close": "\u5173\u95ed",
"split_transaction_title": "\u62c6\u5206\u4ea4\u6613\u7684\u63cf\u8ff0",
"split": "\u5206\u5272",
"transaction_journal_information": "\u4ea4\u6613\u8d44\u8baf",
"source_account": "\u6765\u6e90\u5e10\u6237",
"destination_account": "\u76ee\u6807\u5e10\u6237",
"add_another_split": "\u589e\u52a0\u62c6\u5206",
"submit": "\u9001\u51fa",
"amount": "\u91d1\u989d",
"no_budget": "(\u65e0\u9884\u7b97)",
"category": "\u5206\u7c7b",
"attachments": "\u9644\u52a0\u6863\u6848",
"notes": "\u6ce8\u91ca"
},
"form": {
"interest_date": "\u5229\u7387\u65e5\u671f",
"book_date": "\u767b\u8bb0\u65e5\u671f",
"process_date": "\u5904\u7406\u65e5\u671f",
"due_date": "\u5230\u671f\u65e5",
"payment_date": "\u4ed8\u6b3e\u65e5\u671f",
"invoice_date": "\u53d1\u7968\u65e5\u671f",
"internal_reference": "\u5185\u90e8\u53c2\u8003"
},
"config": {
"html_language": "zh"
}
}

View File

@ -679,7 +679,7 @@ return [
'external_uri' => 'Externe URI', 'external_uri' => 'Externe URI',
// profile: // profile:
'delete_stuff_header' => 'Delete data', 'delete_stuff_header' => 'Daten löschen',
'permanent_delete_stuff' => 'Seien Sie vorsichtig mit diesen Schaltflächen. Das Löschen kann nicht widerrufen werden.', 'permanent_delete_stuff' => 'Seien Sie vorsichtig mit diesen Schaltflächen. Das Löschen kann nicht widerrufen werden.',
'other_sessions_logged_out' => 'Alle Ihre anderen Sitzungen wurden abgemeldet.', 'other_sessions_logged_out' => 'Alle Ihre anderen Sitzungen wurden abgemeldet.',
'delete_all_budgets' => 'ALLE Ihre Budgets löschen', 'delete_all_budgets' => 'ALLE Ihre Budgets löschen',

View File

@ -204,7 +204,7 @@ return [
'button_register' => 'Εγγραφή', 'button_register' => 'Εγγραφή',
'authorization' => 'Εξουσιοδότηση', 'authorization' => 'Εξουσιοδότηση',
'active_bills_only' => 'μόνο ενεργά πάγια έξοδα', 'active_bills_only' => 'μόνο ενεργά πάγια έξοδα',
'active_exp_bills_only' => 'ενεργοί και αναμενόμενοι λογαριασμοί μόνο', 'active_exp_bills_only' => 'μόνο ενεργά και αναμενόμενα πάγια έξοδα',
'per_period_sum_1D' => 'Αναμενόμενο ημερήσιο κόστος', 'per_period_sum_1D' => 'Αναμενόμενο ημερήσιο κόστος',
'per_period_sum_1W' => 'Αναμενόμενο εβδομαδιαίο κόστος', 'per_period_sum_1W' => 'Αναμενόμενο εβδομαδιαίο κόστος',
'per_period_sum_1M' => 'Αναμενόμενο μηνιαίο κόστος', 'per_period_sum_1M' => 'Αναμενόμενο μηνιαίο κόστος',
@ -314,7 +314,7 @@ return [
'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value', 'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value',
'search_modifier_category_is' => 'Category is ":value"', 'search_modifier_category_is' => 'Category is ":value"',
'search_modifier_budget_is' => 'Budget is ":value"', 'search_modifier_budget_is' => 'Budget is ":value"',
'search_modifier_bill_is' => 'Bill is ":value"', 'search_modifier_bill_is' => 'Το πάγιο έξοδο είναι ":value"',
'search_modifier_transaction_type' => 'Transaction type is ":value"', 'search_modifier_transaction_type' => 'Transaction type is ":value"',
'search_modifier_tag_is' => 'Tag is ":value"', 'search_modifier_tag_is' => 'Tag is ":value"',
'update_rule_from_query' => 'Update rule ":rule" from search query', 'update_rule_from_query' => 'Update rule ":rule" from search query',
@ -521,14 +521,14 @@ return [
'rule_trigger_notes_start' => 'Οι σημειώσεις αρχίζουν με ":trigger_value"', 'rule_trigger_notes_start' => 'Οι σημειώσεις αρχίζουν με ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Οι σημειώσεις τελειώνουν με..', 'rule_trigger_notes_end_choice' => 'Οι σημειώσεις τελειώνουν με..',
'rule_trigger_notes_end' => 'Οι σημειώσεις τελειώνουν με ":trigger_value"', 'rule_trigger_notes_end' => 'Οι σημειώσεις τελειώνουν με ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Bill is..', 'rule_trigger_bill_is_choice' => 'Το πάγιο έξοδο είναι..',
'rule_trigger_bill_is' => 'Bill is ":trigger_value"', 'rule_trigger_bill_is' => 'Το πάγιο έξοδο είναι ":trigger_value"',
'rule_trigger_external_id_choice' => 'External ID is..', 'rule_trigger_external_id_choice' => 'Το εξωτερικό ID είναι..',
'rule_trigger_external_id' => 'External ID is ":trigger_value"', 'rule_trigger_external_id' => 'Το εξωτερικό ID είναι ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Internal reference is..', 'rule_trigger_internal_reference_choice' => 'Η εσωτερική αναφορά είναι..',
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"', 'rule_trigger_internal_reference' => 'Η εσωτερική αναφορά είναι "::trigger_value"',
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..', 'rule_trigger_journal_id_choice' => 'Το ημερολογιακό ID της συναλλαγής είναι..',
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"', 'rule_trigger_journal_id' => 'Το ημερολογιακό ID της συναλλαγής είναι ":trigger_value"',
// actions // actions
'rule_action_delete_transaction_choice' => 'ΔΙΑΓΡΑΦΗ συναλλαγής (!)', 'rule_action_delete_transaction_choice' => 'ΔΙΑΓΡΑΦΗ συναλλαγής (!)',
@ -579,7 +579,7 @@ return [
'rules_have_read_warning' => 'Διαβάσατε την προειδοποίηση;', 'rules_have_read_warning' => 'Διαβάσατε την προειδοποίηση;',
'apply_rule_warning' => 'Προειδοποίηση: η εκτέλεση ενός κανόνα(ομάδα) σε μία μεγάλη επιλογή συναλλαγών θα μπορούσε να πάρει αιώνες, και έβγαινε εκτός χρόνου. Εάν συμβεί αυτό, ο κανόνας(ομάδα) θα εφαρμοστεί μόνο σε ένα άγνωστο υποσύνολο των συναλλαγών σας. Αυτό θα μπορούσε να πετάξει την οικονομική σας διαχείρηση στα σκουπίδια. Παρακαλώ να είστε προσεκτικοί.', 'apply_rule_warning' => 'Προειδοποίηση: η εκτέλεση ενός κανόνα(ομάδα) σε μία μεγάλη επιλογή συναλλαγών θα μπορούσε να πάρει αιώνες, και έβγαινε εκτός χρόνου. Εάν συμβεί αυτό, ο κανόνας(ομάδα) θα εφαρμοστεί μόνο σε ένα άγνωστο υποσύνολο των συναλλαγών σας. Αυτό θα μπορούσε να πετάξει την οικονομική σας διαχείρηση στα σκουπίδια. Παρακαλώ να είστε προσεκτικοί.',
'rulegroup_for_bills_title' => 'Ομάδα κανόνων για πάγια έξοδα', 'rulegroup_for_bills_title' => 'Ομάδα κανόνων για πάγια έξοδα',
'rulegroup_for_bills_description' => 'Μία ειδική ομάδα κανόνων για όλους τους κανόνες που περιλαμβάνουν λογαριασμούς.', 'rulegroup_for_bills_description' => 'Μία ειδική ομάδα κανόνων για όλους τους κανόνες που εμπλέκονται με πάγια έξοδα.',
'rule_for_bill_title' => 'Αυτόματα δημιουργημένος κανόνας για το πάγιο έξοδο ":name"', 'rule_for_bill_title' => 'Αυτόματα δημιουργημένος κανόνας για το πάγιο έξοδο ":name"',
'rule_for_bill_description' => 'Αυτός ο κανόνας δημιουργείται αυτόματα στην προσπάθεια να αντιστοιχηθεί το πάγιο έξοδο ":name".', 'rule_for_bill_description' => 'Αυτός ο κανόνας δημιουργείται αυτόματα στην προσπάθεια να αντιστοιχηθεί το πάγιο έξοδο ":name".',
'create_rule_for_bill' => 'Δημιουργία νέου κανόνα για το πάγιο έξοδο ":name"', 'create_rule_for_bill' => 'Δημιουργία νέου κανόνα για το πάγιο έξοδο ":name"',
@ -679,7 +679,7 @@ return [
'external_uri' => 'Εξωτερικό URI', 'external_uri' => 'Εξωτερικό URI',
// profile: // profile:
'delete_stuff_header' => 'Delete data', 'delete_stuff_header' => 'Διαγραφή δεδομένων',
'permanent_delete_stuff' => 'Προσοχή με αυτά τα κουμπιά. Η διαγραφή είναι μόνιμη.', 'permanent_delete_stuff' => 'Προσοχή με αυτά τα κουμπιά. Η διαγραφή είναι μόνιμη.',
'other_sessions_logged_out' => 'Όλες οι άλλες συνεδρίες σας έχουν αποσυνδεθεί.', 'other_sessions_logged_out' => 'Όλες οι άλλες συνεδρίες σας έχουν αποσυνδεθεί.',
'delete_all_budgets' => 'Διαγραφή ΟΛΩΝ των προϋπολογισμών σας', 'delete_all_budgets' => 'Διαγραφή ΟΛΩΝ των προϋπολογισμών σας',

View File

@ -679,7 +679,7 @@ return [
'external_uri' => 'URI externe', 'external_uri' => 'URI externe',
// profile: // profile:
'delete_stuff_header' => 'Delete data', 'delete_stuff_header' => 'Suppression de données',
'permanent_delete_stuff' => 'Attention à ces boutons. Ce que vous supprimez l\'est de façon définitive.', 'permanent_delete_stuff' => 'Attention à ces boutons. Ce que vous supprimez l\'est de façon définitive.',
'other_sessions_logged_out' => 'Toutes vos autres sessions ont été déconnectées.', 'other_sessions_logged_out' => 'Toutes vos autres sessions ont été déconnectées.',
'delete_all_budgets' => 'Supprimer TOUS vos budgets', 'delete_all_budgets' => 'Supprimer TOUS vos budgets',

View File

@ -108,8 +108,8 @@ return [
'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.', '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.',
'Savings account' => 'Megtakarítási számla', 'Savings account' => 'Megtakarítási számla',
'Credit card' => 'Hitelkártya', 'Credit card' => 'Hitelkártya',
'source_accounts' => 'Source account|Source accounts', 'source_accounts' => 'Forrásszámla|Forrásszámlák',
'destination_accounts' => 'Destination account|Destination accounts', 'destination_accounts' => 'Célszámla|Célszámlák',
'user_id_is' => 'A felhasználói azonosító <strong>:user</strong>', 'user_id_is' => 'A felhasználói azonosító <strong>:user</strong>',
'field_supports_markdown' => 'Ez a mező támogatja a <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a> használatát.', 'field_supports_markdown' => 'Ez a mező támogatja a <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a> használatát.',
'need_more_help' => 'A Firefly III használatához további segítség kérhető a <a href="https://github.com/firefly-iii/firefly-iii/issues">a Githubon egy hibajegy nyitásával</a>.', 'need_more_help' => 'A Firefly III használatához további segítség kérhető a <a href="https://github.com/firefly-iii/firefly-iii/issues">a Githubon egy hibajegy nyitásával</a>.',
@ -230,7 +230,7 @@ return [
'is_beta_warning' => 'Jelenleg egy BETA verzió fut. Felléphetnek programhibák és problémák.', 'is_beta_warning' => 'Jelenleg egy BETA verzió fut. Felléphetnek programhibák és problémák.',
'all_destination_accounts' => 'Célszámlák', 'all_destination_accounts' => 'Célszámlák',
'all_source_accounts' => 'Forrásszámlák', 'all_source_accounts' => 'Forrásszámlák',
'back_to_index' => 'Back to the index', 'back_to_index' => 'Vissza a kezdőoldalra',
// check for updates: // check for updates:
'update_check_title' => 'Frissítések ellenőrzése', 'update_check_title' => 'Frissítések ellenőrzése',
@ -251,7 +251,7 @@ return [
'update_check_error' => 'Hiba történt a frissítések ellenőrzése közben: :error', 'update_check_error' => 'Hiba történt a frissítések ellenőrzése közben: :error',
'unknown_error' => 'Ismeretlen hiba. Elnézést kérünk.', 'unknown_error' => 'Ismeretlen hiba. Elnézést kérünk.',
'just_new_release' => 'Új verzió érhető el! :version verzió ekkor került kiadásra: :date. Ez a verzió nagyon friss. Érdemes néhány napot várni amíg az új kiadás stabilizálódik.', 'just_new_release' => 'Új verzió érhető el! :version verzió ekkor került kiadásra: :date. Ez a verzió nagyon friss. Érdemes néhány napot várni amíg az új kiadás stabilizálódik.',
'disabled_but_check' => 'You disabled update checking. So don\'t forget to check for updates yourself every now and then. Thank you!', 'disabled_but_check' => 'Kikapcsolta a frissítések automata keresését. Ne feledje az elérhető verziók rendszeres ellenőrzését. Köszönjük!',
'admin_update_channel_title' => 'Frissítési csatorna', 'admin_update_channel_title' => 'Frissítési csatorna',
'admin_update_channel_explain' => 'A Firefly III-hoz három frissítési csatorna létezik, melyek meghatározzák, hogy a felhasználók mennyivel járnak előbbre a funkciók, fejlesztések és hibák szempontjából. A kalandvágyók használhatják a "beta" csatornát, míg azok akik szeretnek veszélyesen élni az "alpha"-t.', 'admin_update_channel_explain' => 'A Firefly III-hoz három frissítési csatorna létezik, melyek meghatározzák, hogy a felhasználók mennyivel járnak előbbre a funkciók, fejlesztések és hibák szempontjából. A kalandvágyók használhatják a "beta" csatornát, míg azok akik szeretnek veszélyesen élni az "alpha"-t.',
'update_channel_stable' => 'Stabil. Mindennek az elvártnak megfelelően kell működnie.', 'update_channel_stable' => 'Stabil. Mindennek az elvártnak megfelelően kell működnie.',
@ -261,29 +261,29 @@ return [
// search // search
'search' => 'Keresés', 'search' => 'Keresés',
'search_query' => 'Lekérdezés', 'search_query' => 'Lekérdezés',
'search_found_transactions' => 'Firefly III found :count transaction in :time seconds.|Firefly III found :count transactions in :time seconds.', 'search_found_transactions' => 'Firefly III :count tranzakciót talált :time másodperc alatt.|Firefly III :count tranzakciót talált :time másodperc alatt.',
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.', 'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
'search_for_query' => 'A Firefly III tranzakciókat keres amelyben ez a kifejezés található: <span class="text-info">:query</span>', 'search_for_query' => 'A Firefly III tranzakciókat keres amelyben ez a kifejezés található: <span class="text-info">:query</span>',
'search_modifier_date_is' => 'Transaction date is ":value"', 'search_modifier_date_is' => 'Tranzakció dátuma: :value',
'search_modifier_date_before' => 'Transaction date is before or on ":value"', 'search_modifier_date_before' => 'Tranzakció dátuma :value előtt van',
'search_modifier_date_after' => 'Transaction date is after or on ":value"', 'search_modifier_date_after' => 'Tranzakció dátuma :value után van',
'search_modifier_created_on' => 'Transaction was created on ":value"', 'search_modifier_created_on' => 'Tranzakció létrehozva: :value',
'search_modifier_updated_on' => 'Transaction was last updated on ":value"', 'search_modifier_updated_on' => 'Tranzakció utoljára módosítva: :value',
'search_modifier_external_id' => 'External ID is ":value"', 'search_modifier_external_id' => 'External ID is ":value"',
'search_modifier_internal_reference' => 'Internal reference is ":value"', 'search_modifier_internal_reference' => 'Belső hivatkozás: :value',
'search_modifier_description_starts' => 'Description is ":value"', 'search_modifier_description_starts' => 'Leírás: ":value"',
'search_modifier_description_ends' => 'Description ends with ":value"', 'search_modifier_description_ends' => 'Leírás vége: ":value"',
'search_modifier_description_contains' => 'Description contains ":value"', 'search_modifier_description_contains' => 'Leírás tartalmazza: ":value"',
'search_modifier_description_is' => 'Description is exactly ":value"', 'search_modifier_description_is' => 'Leírás: ":value"',
'search_modifier_currency_is' => 'Transaction (foreign) currency is ":value"', 'search_modifier_currency_is' => 'Transaction (foreign) currency is ":value"',
'search_modifier_foreign_currency_is' => 'Transaction foreign currency is ":value"', 'search_modifier_foreign_currency_is' => 'Transaction foreign currency is ":value"',
'search_modifier_has_attachments' => 'The transaction must have an attachment', 'search_modifier_has_attachments' => 'The transaction must have an attachment',
'search_modifier_has_no_category' => 'The transaction must have no category', 'search_modifier_has_no_category' => 'A tranzakcióhoz nincs kategória',
'search_modifier_has_any_category' => 'The transaction must have a (any) category', 'search_modifier_has_any_category' => 'A tranzakciónak van kategóriája',
'search_modifier_has_no_budget' => 'The transaction must have no budget', 'search_modifier_has_no_budget' => 'A tranzakcióhoz nincs költségkeret',
'search_modifier_has_any_budget' => 'The transaction must have a (any) budget', 'search_modifier_has_any_budget' => 'A tranzakciónak van költségkerete',
'search_modifier_has_no_tag' => 'The transaction must have no tags', 'search_modifier_has_no_tag' => 'A tranzakcióhoz nincs címke',
'search_modifier_has_any_tag' => 'The transaction must have a (any) tag', 'search_modifier_has_any_tag' => 'A tranzakciónak van címkéje',
'search_modifier_notes_contain' => 'The transaction notes contain ":value"', 'search_modifier_notes_contain' => 'The transaction notes contain ":value"',
'search_modifier_notes_start' => 'The transaction notes start with ":value"', 'search_modifier_notes_start' => 'The transaction notes start with ":value"',
'search_modifier_notes_end' => 'The transaction notes end with ":value"', 'search_modifier_notes_end' => 'The transaction notes end with ":value"',
@ -679,7 +679,7 @@ return [
'external_uri' => 'External URI', 'external_uri' => 'External URI',
// profile: // profile:
'delete_stuff_header' => 'Delete data', 'delete_stuff_header' => 'Adatok törlése',
'permanent_delete_stuff' => 'Óvatosan ezekkel a gombokkal! A dolgok törlése végleges.', 'permanent_delete_stuff' => 'Óvatosan ezekkel a gombokkal! A dolgok törlése végleges.',
'other_sessions_logged_out' => 'All your other sessions have been logged out.', 'other_sessions_logged_out' => 'All your other sessions have been logged out.',
'delete_all_budgets' => 'MINDEN költségkeret törlése', 'delete_all_budgets' => 'MINDEN költségkeret törlése',

View File

@ -159,7 +159,7 @@ return [
'also_delete_connections' => 'A csak ezzel a kapcsolattípussal rendelkező tranzakciók elveszítik az összerendelésüket. | Mind a :count tranzakció, amely ezzel a hivatkozástípussal kapcsolódik elveszíti az összrendelését.', 'also_delete_connections' => 'A csak ezzel a kapcsolattípussal rendelkező tranzakciók elveszítik az összerendelésüket. | Mind a :count tranzakció, amely ezzel a hivatkozástípussal kapcsolódik elveszíti az összrendelését.',
'also_delete_rules' => 'A szabálycsoporthoz tartozó egyetlen szabály is törölve lesz. | Az ezen szabálycsoporthoz tartozó :count szabály is törölve lesz.', 'also_delete_rules' => 'A szabálycsoporthoz tartozó egyetlen szabály is törölve lesz. | Az ezen szabálycsoporthoz tartozó :count szabály is törölve lesz.',
'also_delete_piggyBanks' => 'A bankszámlához tartozó egyetlen malacpersely is törölve lesz. | Az ehhez a bankszámlához tartozó :count malacpersely is törölve lesz.', 'also_delete_piggyBanks' => 'A bankszámlához tartozó egyetlen malacpersely is törölve lesz. | Az ehhez a bankszámlához tartozó :count malacpersely is törölve lesz.',
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.', 'not_delete_piggy_banks' => 'A csoporthoz tartozó malacpersely nem lesz törölve. | Az ehhez a csoporthoz tartozó :count malacpersely nem lesz törölve.',
'bill_keep_transactions' => 'A számlához tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a számlához tartozó :count tranzakció nem lesz törölve.', 'bill_keep_transactions' => 'A számlához tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a számlához tartozó :count tranzakció nem lesz törölve.',
'budget_keep_transactions' => 'A költségkerethez tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a költségkerethez tartozó :count tranzakció nem lesz törölve.', 'budget_keep_transactions' => 'A költségkerethez tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a költségkerethez tartozó :count tranzakció nem lesz törölve.',
'category_keep_transactions' => 'A kategóriához tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a kategóriához tartozó :count tranzakció nem lesz törölve.', 'category_keep_transactions' => 'A kategóriához tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a kategóriához tartozó :count tranzakció nem lesz törölve.',

View File

@ -37,7 +37,7 @@ return [
'linked_to_rules' => 'Vonatkozó szabályok', 'linked_to_rules' => 'Vonatkozó szabályok',
'active' => 'Aktív?', 'active' => 'Aktív?',
'percentage' => '%', 'percentage' => '%',
'recurring_transaction' => 'Recurring transaction', 'recurring_transaction' => 'Ismétlődő tranzakció',
'next_due' => 'Következő esedékesség', 'next_due' => 'Következő esedékesség',
'transaction_type' => 'Típus', 'transaction_type' => 'Típus',
'lastActivity' => 'Utolsó aktivitás', 'lastActivity' => 'Utolsó aktivitás',
@ -46,7 +46,7 @@ return [
'account_type' => 'Bankszámla típusa', 'account_type' => 'Bankszámla típusa',
'created_at' => 'Létrehozva', 'created_at' => 'Létrehozva',
'account' => 'Bankszámla', 'account' => 'Bankszámla',
'external_uri' => 'External URI', 'external_uri' => 'Külső hivatkozás',
'matchingAmount' => 'Összeg', 'matchingAmount' => 'Összeg',
'destination' => 'Cél', 'destination' => 'Cél',
'source' => 'Forrás', 'source' => 'Forrás',
@ -62,7 +62,7 @@ return [
'due_date' => 'Lejárati időpont', 'due_date' => 'Lejárati időpont',
'payment_date' => 'Fizetés dátuma', 'payment_date' => 'Fizetés dátuma',
'invoice_date' => 'Számla dátuma', 'invoice_date' => 'Számla dátuma',
'internal_reference' => 'Internal reference', 'internal_reference' => 'Belső hivatkozás',
'notes' => 'Megjegyzések', 'notes' => 'Megjegyzések',
'from' => 'Honnan', 'from' => 'Honnan',
'piggy_bank' => 'Malacpersely', 'piggy_bank' => 'Malacpersely',

View File

@ -679,7 +679,7 @@ return [
'external_uri' => 'Externe URI', 'external_uri' => 'Externe URI',
// profile: // profile:
'delete_stuff_header' => 'Delete data', 'delete_stuff_header' => 'Verwijder gegevens',
'permanent_delete_stuff' => 'Wees voorzichtig met deze knoppen. Het verwijderen van dingen is permanent.', 'permanent_delete_stuff' => 'Wees voorzichtig met deze knoppen. Het verwijderen van dingen is permanent.',
'other_sessions_logged_out' => 'Al je andere sessies zijn uitgelogd.', 'other_sessions_logged_out' => 'Al je andere sessies zijn uitgelogd.',
'delete_all_budgets' => 'Verwijder ALLE budgetten', 'delete_all_budgets' => 'Verwijder ALLE budgetten',
@ -775,7 +775,7 @@ return [
'profile_personal_access_tokens' => 'Persoonlijke toegangstokens', 'profile_personal_access_tokens' => 'Persoonlijke toegangstokens',
'profile_personal_access_token' => 'Persoonlijk toegangstoken', 'profile_personal_access_token' => 'Persoonlijk toegangstoken',
'profile_oauth_confidential' => 'Vertrouwelijk', 'profile_oauth_confidential' => 'Vertrouwelijk',
'profile_oauth_confidential_help' => 'Is bedoelt voor clients die geen geheimen kunnen bewaren, zoals native desktop apps of JavaScript SPA\'s.', 'profile_oauth_confidential_help' => 'Dit vinkje is bedoeld voor applicaties die geheimen kunnen bewaren. Applicaties zoals sommige desktop-apps en Javascript apps kunnen dit niet. In zo\'n geval haal je het vinkje weg.',
'profile_personal_access_token_explanation' => 'Hier is je nieuwe persoonlijke toegangstoken. Dit is de enige keer dat deze getoond wordt dus verlies deze niet! Je kan deze toegangstoken gebruiken om API-aanvragen te maken.', 'profile_personal_access_token_explanation' => 'Hier is je nieuwe persoonlijke toegangstoken. Dit is de enige keer dat deze getoond wordt dus verlies deze niet! Je kan deze toegangstoken gebruiken om API-aanvragen te maken.',
'profile_no_personal_access_token' => 'Je hebt nog geen persoonlijke toegangstokens aangemaakt.', 'profile_no_personal_access_token' => 'Je hebt nog geen persoonlijke toegangstokens aangemaakt.',
'profile_create_new_token' => 'Nieuwe token aanmaken', 'profile_create_new_token' => 'Nieuwe token aanmaken',

View File

@ -679,7 +679,7 @@ return [
'external_uri' => 'Zewnętrzne URI', 'external_uri' => 'Zewnętrzne URI',
// profile: // profile:
'delete_stuff_header' => 'Delete data', 'delete_stuff_header' => 'Usuń dane',
'permanent_delete_stuff' => 'Uważaj z tymi przyciskami. Usuwanie rzeczy jest trwałe.', 'permanent_delete_stuff' => 'Uważaj z tymi przyciskami. Usuwanie rzeczy jest trwałe.',
'other_sessions_logged_out' => 'Wszystkie twoje inne sesje zostały wylogowane.', 'other_sessions_logged_out' => 'Wszystkie twoje inne sesje zostały wylogowane.',
'delete_all_budgets' => 'Usuń WSZYSTKIE budżety', 'delete_all_budgets' => 'Usuń WSZYSTKIE budżety',

View File

@ -679,7 +679,7 @@ return [
'external_uri' => 'URI externo', 'external_uri' => 'URI externo',
// profile: // profile:
'delete_stuff_header' => 'Delete data', 'delete_stuff_header' => 'Apagar dados',
'permanent_delete_stuff' => 'Tenha cuidado com estes botões. A exclusão de coisas é permanente.', 'permanent_delete_stuff' => 'Tenha cuidado com estes botões. A exclusão de coisas é permanente.',
'other_sessions_logged_out' => 'Todas as suas outras sessões foram desconectadas.', 'other_sessions_logged_out' => 'Todas as suas outras sessões foram desconectadas.',
'delete_all_budgets' => 'Excluir TODOS os seus orçamentos', 'delete_all_budgets' => 'Excluir TODOS os seus orçamentos',

View File

@ -51,7 +51,7 @@ return [
'edit_journal' => 'Redigera transaktionen ”:description”', 'edit_journal' => 'Redigera transaktionen ”:description”',
'edit_reconciliation' => 'Redigera ”:description”', 'edit_reconciliation' => 'Redigera ”:description”',
'delete_journal' => 'Ta bort transaktionen ”:description”', 'delete_journal' => 'Ta bort transaktionen ”:description”',
'delete_group' => 'Delete transaction ":description"', 'delete_group' => 'Ta bort transaktionen ”:description”',
'tags' => 'Etiketter', 'tags' => 'Etiketter',
'createTag' => 'Skapa en ny etikett', 'createTag' => 'Skapa en ny etikett',
'edit_tag' => 'Redigera etiketten ”:tag”', 'edit_tag' => 'Redigera etiketten ”:tag”',

View File

@ -29,7 +29,7 @@ return [
'edit' => 'Redigera', 'edit' => 'Redigera',
'delete' => 'Ta bort', 'delete' => 'Ta bort',
'split' => 'Dela', 'split' => 'Dela',
'single_split' => 'Split', 'single_split' => 'Dela',
'clone' => 'Klona', 'clone' => 'Klona',
'last_seven_days' => 'Senaste 7 dagarna', 'last_seven_days' => 'Senaste 7 dagarna',
'last_thirty_days' => 'Senaste 30 dagarna', 'last_thirty_days' => 'Senaste 30 dagarna',
@ -105,7 +105,7 @@ return [
'registered' => 'Din registrering lyckades!', 'registered' => 'Din registrering lyckades!',
'Default asset account' => 'Förvalt tillgångskonto', 'Default asset account' => 'Förvalt tillgångskonto',
'no_budget_pointer' => 'Du verkar inte ha några budgetar än. Du bör skapa några på <a href="/budgets">budgetar</a>-sidan. Budgetar kan hjälpa dig att hålla reda på utgifter.', 'no_budget_pointer' => 'Du verkar inte ha några budgetar än. Du bör skapa några på <a href="/budgets">budgetar</a>-sidan. Budgetar kan hjälpa dig att hålla reda på utgifter.',
'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.', 'no_bill_pointer' => 'Du verkar inte ha några notor ännu. Du kan skapa dem under <a href="/bills">notor</a>-sidan. Notor hjälper dig hålla koll på utgifter.',
'Savings account' => 'Sparkonto', 'Savings account' => 'Sparkonto',
'Credit card' => 'Kreditkort', 'Credit card' => 'Kreditkort',
'source_accounts' => 'Källa konto|Källa konton', 'source_accounts' => 'Källa konto|Källa konton',
@ -230,12 +230,12 @@ return [
'is_beta_warning' => 'Du kör en BETA-version. Var försiktig med buggar och problem.', 'is_beta_warning' => 'Du kör en BETA-version. Var försiktig med buggar och problem.',
'all_destination_accounts' => 'Destinationskonton', 'all_destination_accounts' => 'Destinationskonton',
'all_source_accounts' => 'Källkonton', 'all_source_accounts' => 'Källkonton',
'back_to_index' => 'Back to the index', 'back_to_index' => 'Åter till index',
// check for updates: // check for updates:
'update_check_title' => 'Sök uppdateringar', 'update_check_title' => 'Sök uppdateringar',
'admin_update_check_title' => 'Sök automatiskt efter uppdateringar', 'admin_update_check_title' => 'Sök automatiskt efter uppdateringar',
'admin_update_check_explain' => 'Firefly III can check for updates automatically. When you enable this setting, it will contact the Firefly III update server to see if a new version of Firefly III is available. When it is, you will get a notification. You can test this notification using the button on the right. Please indicate below if you want Firefly III to check for updates.', 'admin_update_check_explain' => 'Firefly III kan söka efter uppdateringar automatiskt. När du aktiverar denna inställning, kommer den kontakta Firefly III uppdateringsserver för att se om en ny version av Firefly III finns tillgänglig. När det gör det så får du en notifiering. Du kan testa dessa notifieringar via knappen till höger. Välj nedan om du vill att Firefly III ska automatiskt söka efter uppdateringar.',
'check_for_updates_permission' => 'Firefly III kan söka efter uppdateringara, men den behöver din tillåtelse att göra så. Vänligen gå till <a href=":link">inställningar</a> för att ställa in om denna funktion ska aktiveras.', 'check_for_updates_permission' => 'Firefly III kan söka efter uppdateringara, men den behöver din tillåtelse att göra så. Vänligen gå till <a href=":link">inställningar</a> för att ställa in om denna funktion ska aktiveras.',
'updates_ask_me_later' => 'Fråga mig senare', 'updates_ask_me_later' => 'Fråga mig senare',
'updates_do_not_check' => 'Sök inte efter uppdateringar', 'updates_do_not_check' => 'Sök inte efter uppdateringar',
@ -264,33 +264,33 @@ return [
'search_found_transactions' => 'Firefly III hittade :count transaktion i :time sekunder.|Firefly III hittade :count transaktioner i :time sekunder.', 'search_found_transactions' => 'Firefly III hittade :count transaktion i :time sekunder.|Firefly III hittade :count transaktioner i :time sekunder.',
'search_found_more_transactions' => 'Firefly III hittade mer än :count transaktioner i :time sekunder.', 'search_found_more_transactions' => 'Firefly III hittade mer än :count transaktioner i :time sekunder.',
'search_for_query' => 'Firefly III söker efter transaktioner med dessa ord i dem: <span class="text-info">:query</span>', 'search_for_query' => 'Firefly III söker efter transaktioner med dessa ord i dem: <span class="text-info">:query</span>',
'search_modifier_date_is' => 'Transaction date is ":value"', 'search_modifier_date_is' => 'Transaktions datum är ":value"',
'search_modifier_date_before' => 'Transaction date is before or on ":value"', 'search_modifier_date_before' => 'Transaktions datum är före eller på ":value"',
'search_modifier_date_after' => 'Transaction date is after or on ":value"', 'search_modifier_date_after' => 'Transaktions datum är efter eller på ":value"',
'search_modifier_created_on' => 'Transaction was created on ":value"', 'search_modifier_created_on' => 'Transaktionen skapades ":value"',
'search_modifier_updated_on' => 'Transaction was last updated on ":value"', 'search_modifier_updated_on' => 'Transaktionen uppdaterades senaste ":value"',
'search_modifier_external_id' => 'Externt ID är ":value"', 'search_modifier_external_id' => 'Externt ID är ":value"',
'search_modifier_internal_reference' => 'Intern referens är ":value"', 'search_modifier_internal_reference' => 'Intern referens är ":value"',
'search_modifier_description_starts' => 'Description is ":value"', 'search_modifier_description_starts' => 'Beskrivningen är ":value"',
'search_modifier_description_ends' => 'Description ends with ":value"', 'search_modifier_description_ends' => 'Beskrivningen slutar med ":value"',
'search_modifier_description_contains' => 'Description contains ":value"', 'search_modifier_description_contains' => 'Beskrivning innehåller ":value"',
'search_modifier_description_is' => 'Description is exactly ":value"', 'search_modifier_description_is' => 'Beskrivningen är ":value"',
'search_modifier_currency_is' => 'Transaction (foreign) currency is ":value"', 'search_modifier_currency_is' => 'Transaktion (utländsk) valuta är ":value"',
'search_modifier_foreign_currency_is' => 'Transaction foreign currency is ":value"', 'search_modifier_foreign_currency_is' => 'Transaktion med utländsk valuta är ":value"',
'search_modifier_has_attachments' => 'The transaction must have an attachment', 'search_modifier_has_attachments' => 'Transaktionen måste ha en bilaga',
'search_modifier_has_no_category' => 'The transaction must have no category', 'search_modifier_has_no_category' => 'Transaktionen får inte ha någon kategori',
'search_modifier_has_any_category' => 'The transaction must have a (any) category', 'search_modifier_has_any_category' => 'Transaktionen måste ha (valfri) kategori',
'search_modifier_has_no_budget' => 'The transaction must have no budget', 'search_modifier_has_no_budget' => 'Transaktionen får inte ha någon budget',
'search_modifier_has_any_budget' => 'The transaction must have a (any) budget', 'search_modifier_has_any_budget' => 'Transaktionen måste ha (valfri) budget',
'search_modifier_has_no_tag' => 'The transaction must have no tags', 'search_modifier_has_no_tag' => 'Transaktionen får inte ha några taggar',
'search_modifier_has_any_tag' => 'The transaction must have a (any) tag', 'search_modifier_has_any_tag' => 'Transaktionen måste ha en (valfri) tagg',
'search_modifier_notes_contain' => 'The transaction notes contain ":value"', 'search_modifier_notes_contain' => 'Transaktionsnoteringar innehåller ":value"',
'search_modifier_notes_start' => 'The transaction notes start with ":value"', 'search_modifier_notes_start' => 'Transaktionsnoteringar börjar med ":value"',
'search_modifier_notes_end' => 'The transaction notes end with ":value"', 'search_modifier_notes_end' => 'Transaktionsnoteringar slutar med ":value"',
'search_modifier_notes_are' => 'The transaction notes are exactly ":value"', 'search_modifier_notes_are' => 'Transakationsnoteringarna är exakt ":value"',
'search_modifier_no_notes' => 'The transaction has no notes', 'search_modifier_no_notes' => 'Transaktionen saknar anteckningar',
'search_modifier_any_notes' => 'The transaction must have notes', 'search_modifier_any_notes' => 'Transaktionen måste ha anteckningar',
'search_modifier_amount_exactly' => 'Amount is exactly :value', 'search_modifier_amount_exactly' => 'Belopp är exakt :value',
'search_modifier_amount_less' => 'Amount is less than or equal to :value', 'search_modifier_amount_less' => 'Amount is less than or equal to :value',
'search_modifier_amount_more' => 'Amount is more than or equal to :value', 'search_modifier_amount_more' => 'Amount is more than or equal to :value',
'search_modifier_source_account_is' => 'Source account name is exactly ":value"', 'search_modifier_source_account_is' => 'Source account name is exactly ":value"',

101
yarn.lock
View File

@ -882,9 +882,9 @@
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
"@types/node@*": "@types/node@*":
version "14.6.4" version "14.10.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.4.tgz#a145cc0bb14ef9c4777361b7bbafa5cf8e3acb5a" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.10.1.tgz#cc323bad8e8a533d4822f45ce4e5326f36e42177"
integrity sha512-Wk7nG1JSaMfMpoMJDKUsWYugliB2Vy55pdjLpmLixeyMi7HizW2I/9QoxsPCkXl3dO+ZOVqPumKaDUv5zJu2uQ== integrity sha512-aYNbO+FZ/3KGeQCEkNhHFRIzBOUgc7QvcVNKXbfnhDkSfwUv91JsQQa10rDgKSTSLkXZ1UIyPe4FJJNVgw1xWQ==
"@types/q@^1.5.1": "@types/q@^1.5.1":
version "1.5.4" version "1.5.4"
@ -1540,14 +1540,14 @@ browserify-zlib@^0.2.0:
pako "~1.0.5" pako "~1.0.5"
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.8.5: browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.8.5:
version "4.14.1" version "4.14.2"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.1.tgz#cb2b490ba881d45dc3039078c7ed04411eaf3fa3" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.2.tgz#1b3cec458a1ba87588cc5e9be62f19b6d48813ce"
integrity sha512-zyBTIHydW37pnb63c7fHFXUG6EcqWOqoMdDx6cdyaDFriZ20EoVxcE95S54N+heRqY8m8IUgB5zYta/gCwSaaA== integrity sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==
dependencies: dependencies:
caniuse-lite "^1.0.30001124" caniuse-lite "^1.0.30001125"
electron-to-chromium "^1.3.562" electron-to-chromium "^1.3.564"
escalade "^3.0.2" escalade "^3.0.2"
node-releases "^1.1.60" node-releases "^1.1.61"
buffer-from@^1.0.0: buffer-from@^1.0.0:
version "1.1.1" version "1.1.1"
@ -1695,10 +1695,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2" lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0" lodash.uniq "^4.5.0"
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001124: caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125:
version "1.0.30001124" version "1.0.30001126"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001124.tgz#5d9998190258e11630d674fc50ea8e579ae0ced2" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001126.tgz#d28fd23f3c7a41a4e6a108d536bda58ba52c9cb1"
integrity sha512-zQW8V3CdND7GHRH6rxm6s59Ww4g/qGWTheoboW9nfeMg7sUoopIfKCcNZUjwYRCOrvereh3kwDpZj4VLQ7zGtA== integrity sha512-l2odlsr1zB8PLR/rMyX+pi6/bWsDyCT1MrKyIgIUtJxkDkNY5bxq+hu1yOA7EwZ2O5PiLsJUopqLP/2d5xqXhA==
chalk@^1.1.3: chalk@^1.1.3:
version "1.1.3" version "1.1.3"
@ -2345,7 +2345,7 @@ default-gateway@^4.2.0:
execa "^1.0.0" execa "^1.0.0"
ip-regex "^2.1.0" ip-regex "^2.1.0"
define-properties@^1.1.2, define-properties@^1.1.3: define-properties@^1.1.3:
version "1.1.3" version "1.1.3"
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
@ -2515,10 +2515,10 @@ ee-first@1.1.1:
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
electron-to-chromium@^1.3.562: electron-to-chromium@^1.3.564:
version "1.3.562" version "1.3.567"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.562.tgz#79c20277ee1c8d0173a22af00e38433b752bc70f" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.567.tgz#7a404288952ac990e447a7a86470d460ea953b8f"
integrity sha512-WhRe6liQ2q/w1MZc8mD8INkenHivuHdrr4r5EQHNomy3NJux+incP6M6lDMd0paShP3MD0WGe5R1TWmEClf+Bg== integrity sha512-1aKkw0Hha1Bw9JA5K5PT5eFXC/TXbkJvUfNSNEciPUMgSIsRJZM1hF2GUEAGZpAbgvd8En21EA+Lv820KOhvqA==
elliptic@^6.5.3: elliptic@^6.5.3:
version "6.5.3" version "6.5.3"
@ -2612,6 +2612,24 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5:
string.prototype.trimend "^1.0.1" string.prototype.trimend "^1.0.1"
string.prototype.trimstart "^1.0.1" string.prototype.trimstart "^1.0.1"
es-abstract@^1.18.0-next.0:
version "1.18.0-next.0"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.0.tgz#b302834927e624d8e5837ed48224291f2c66e6fc"
integrity sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ==
dependencies:
es-to-primitive "^1.2.1"
function-bind "^1.1.1"
has "^1.0.3"
has-symbols "^1.0.1"
is-callable "^1.2.0"
is-negative-zero "^2.0.0"
is-regex "^1.1.1"
object-inspect "^1.8.0"
object-keys "^1.1.1"
object.assign "^4.1.0"
string.prototype.trimend "^1.0.1"
string.prototype.trimstart "^1.0.1"
es-to-primitive@^1.2.1: es-to-primitive@^1.2.1:
version "1.2.1" version "1.2.1"
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@ -3216,7 +3234,7 @@ has-flag@^4.0.0:
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
has-symbols@^1.0.0, has-symbols@^1.0.1: has-symbols@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
@ -3652,9 +3670,9 @@ is-buffer@^1.1.5, is-buffer@~1.1.6:
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
is-callable@^1.1.4, is-callable@^1.2.0: is-callable@^1.1.4, is-callable@^1.2.0:
version "1.2.0" version "1.2.1"
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb" resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.1.tgz#4d1e21a4f437509d25ce55f8184350771421c96d"
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== integrity sha512-wliAfSzx6V+6WfMOmus1xy0XvSgf/dlStkvTfq7F0g4bOIW0PSUbnyse3NhDwdyYS1ozfUtAAySqTws3z9Eqgg==
is-color-stop@^1.0.0: is-color-stop@^1.0.0:
version "1.1.0" version "1.1.0"
@ -3751,6 +3769,11 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
dependencies: dependencies:
is-extglob "^2.1.1" is-extglob "^2.1.1"
is-negative-zero@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
is-number@^3.0.0: is-number@^3.0.0:
version "3.0.0" version "3.0.0"
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@ -3794,7 +3817,7 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4:
dependencies: dependencies:
isobject "^3.0.1" isobject "^3.0.1"
is-regex@^1.0.4, is-regex@^1.1.0: is-regex@^1.0.4, is-regex@^1.1.0, is-regex@^1.1.1:
version "1.1.1" version "1.1.1"
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9" resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
@ -4472,10 +4495,10 @@ node-notifier@^5.1.2:
shellwords "^0.1.1" shellwords "^0.1.1"
which "^1.3.0" which "^1.3.0"
node-releases@^1.1.60: node-releases@^1.1.61:
version "1.1.60" version "1.1.61"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084" resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.61.tgz#707b0fca9ce4e11783612ba4a2fcba09047af16e"
integrity sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA== integrity sha512-DD5vebQLg8jLCOzwupn954fbIiZht05DAZs0k2u8NStSe6h9XdsuIQL8hSRKYiU8WUQRznmSDrKGbv3ObOmC7g==
normalize-path@^2.1.1: normalize-path@^2.1.1:
version "2.1.1" version "2.1.1"
@ -4532,7 +4555,7 @@ object-copy@^0.1.0:
define-property "^0.2.5" define-property "^0.2.5"
kind-of "^3.0.3" kind-of "^3.0.3"
object-inspect@^1.7.0: object-inspect@^1.7.0, object-inspect@^1.8.0:
version "1.8.0" version "1.8.0"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0" resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
@ -4545,7 +4568,7 @@ object-is@^1.0.1:
define-properties "^1.1.3" define-properties "^1.1.3"
es-abstract "^1.17.5" es-abstract "^1.17.5"
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: object-keys@^1.0.12, object-keys@^1.1.1:
version "1.1.1" version "1.1.1"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
@ -4558,14 +4581,14 @@ object-visit@^1.0.0:
isobject "^3.0.0" isobject "^3.0.0"
object.assign@^4.1.0: object.assign@^4.1.0:
version "4.1.0" version "4.1.1"
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
dependencies: dependencies:
define-properties "^1.1.2" define-properties "^1.1.3"
function-bind "^1.1.1" es-abstract "^1.18.0-next.0"
has-symbols "^1.0.0" has-symbols "^1.0.1"
object-keys "^1.0.11" object-keys "^1.1.1"
object.getownpropertydescriptors@^2.1.0: object.getownpropertydescriptors@^2.1.0:
version "2.1.0" version "2.1.0"
@ -6532,9 +6555,9 @@ vue-hot-reload-api@^2.3.0:
integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==
vue-i18n@^8.20: vue-i18n@^8.20:
version "8.21.0" version "8.21.1"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.21.0.tgz#526450525fdbb9c877685b5ba6cb9573b73d3940" resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.21.1.tgz#afa8e6390a5de3b65bd17533c4269181f86f1d61"
integrity sha512-pKBq6Kg5hNacFHMFgPbpYsFlDIMRu4Ew/tpvTWns14CZoCxt7B3tmSNdrLruGMMivnJu1rhhRqsQqT6YwHkuQQ== integrity sha512-KEakJLI7R6+UCmhJOMZ0K7C+Zf5FcMh7QDkBRaEq39V7d9JgSrTDBf/9HuHU3TaxQYXx4fUi5PTIPdwLXq+iow==
vue-loader@^15.4.2: vue-loader@^15.4.2:
version "15.9.3" version "15.9.3"