Updated meta-files & translations for upcoming release.

This commit is contained in:
James Cole 2020-10-02 08:46:41 +02:00
parent 8c7e3b3731
commit f92780d3da
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
112 changed files with 3488 additions and 302 deletions

View File

@ -15,6 +15,7 @@ pl_PL
pt_BR
ro_RO
ru_RU
sk_SK
sv_SE
vi_VN
zh-hans_CN

View File

@ -95,7 +95,7 @@ return [
],
//'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
'version' => '5.4.2',
'version' => '5.4.3',
'api_version' => '1.4.0',
'db_version' => 15,
'maxUploadSize' => 1073741824, // 1 GB
@ -300,6 +300,7 @@ return [
'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portuguese (Brazil)'],
'ro_RO' => ['name_locale' => 'Română', 'name_english' => 'Romanian'],
'ru_RU' => ['name_locale' => 'Русский', 'name_english' => 'Russian'],
'sk_SK' => ['name_locale' => 'Slovenčina', 'name_english' => 'Slovak'],
'sv_SE' => ['name_locale' => 'Svenska', 'name_english' => 'Swedish'],
'vi_VN' => ['name_locale' => 'Tiếng Việt', 'name_english' => 'Vietnamese'],
'zh_TW' => ['name_locale' => 'Chinese Traditional', 'name_english' => 'Chinese Traditional'],

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(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]]]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{207:function(t,s,a){t.exports=a(212)},212:function(t,s,a){"use strict";a.r(s);var e=a(9),n={name:"Index"},c=a(1),r=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,i={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)(i,(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",{attrs:{scope:"col"}},[t._v(" ")]),t._v(" "),a("th",{attrs:{scope:"col"}},[t._v(t._s(t.$t("list.name")))]),t._v(" "),"asset"===t.$props.accountTypes?a("th",{attrs:{scope:"col"}},[t._v(t._s(t.$t("list.role")))]):t._e(),t._v(" "),a("th",{attrs:{scope:"col"}},[t._v(t._s(t.$t("list.iban")))]),t._v(" "),a("th",{staticStyle:{"text-align":"right"},attrs:{scope:"col"}},[t._v(t._s(t.$t("list.currentBalance")))]),t._v(" "),a("th",{attrs:{scope:"col"}},[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,"0aba6683",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:r},{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(r,{props:h})}}).$mount("#accounts")}},[[207,0,1]]]);
//# 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

View File

@ -1,2 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{207:function(n,o,w){n.exports=w(208)},208:function(n,o,w){"use strict";w.r(o);w(6),w(8);w(209)},209:function(n,o,w){window.$=window.jQuery=w(5),w(153)}},[[207,0,1]]]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{208:function(n,o,w){n.exports=w(209)},209:function(n,o,w){"use strict";w.r(o);w(6),w(8);w(210)},210:function(n,o,w){window.$=window.jQuery=w(5),w(153)}},[[208,0,1]]]);
//# sourceMappingURL=register.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -45,6 +45,7 @@ module.exports = new vuei18n({
//'zh': require('./locales/zh.json'),
'zh-tw': require('./locales/zh-tw.json'),
'zh-cn': require('./locales/zh-cn.json'),
'sk': require('./locales/sk.json'),
'sv': require('./locales/sv.json'),
'vi': require('./locales/vi.json'),
}

View File

@ -0,0 +1,54 @@
{
"firefly": {
"balance": "Zostatok",
"bills_to_pay": "\u00da\u010dty na \u00fahradu",
"left_to_spend": "Zost\u00e1va k \u00fatrate",
"net_worth": "\u010cist\u00e9 imanie",
"paid": "Uhraden\u00e9",
"yourAccounts": "Va\u0161e \u00fa\u010dty",
"go_to_asset_accounts": "Zobrazi\u0165 \u00fa\u010dty akt\u00edv",
"transaction_table_description": "Tabu\u013eka obsahuj\u00faca va\u0161e transakcie",
"account": "\u00da\u010det",
"description": "Popis",
"amount": "Suma",
"budget": "Rozpo\u010det",
"category": "Kateg\u00f3ria",
"opposing_account": "Cie\u013eov\u00fd \u00fa\u010det",
"budgets": "Rozpo\u010dty",
"categories": "Kateg\u00f3rie",
"go_to_budgets": "Zobrazi\u0165 rozpo\u010dty",
"income": "Zisky \/ pr\u00edjmy",
"go_to_deposits": "Zobrazi\u0165 vklady",
"go_to_categories": "Zobrazi\u0165 kateg\u00f3rie",
"expense_accounts": "V\u00fddavkov\u00e9 \u00fa\u010dty",
"go_to_expenses": "Zobrazi\u0165 v\u00fddavky",
"go_to_bills": "Zobrazi\u0165 \u00fa\u010dty",
"bills": "\u00da\u010dty",
"go_to_piggies": "Zobrazi\u0165 pokladni\u010dky",
"saved": "Ulo\u017een\u00e9",
"piggy_banks": "Pokladni\u010dky",
"piggy_bank": "Pokladni\u010dka",
"amounts": "Suma",
"Default asset account": "Prednastaven\u00fd \u00fa\u010det akt\u00edv",
"account_role_defaultAsset": "Predvolen\u00fd \u00fa\u010det akt\u00edv",
"account_role_savingAsset": "\u0160etriaci \u00fa\u010det",
"account_role_sharedAsset": "Zdie\u013ean\u00fd \u00fa\u010det akt\u00edv",
"account_role_ccAsset": "Kreditn\u00e1 karta",
"account_role_cashWalletAsset": "Pe\u0148a\u017eenka"
},
"list": {
"piggy_bank": "Pokladni\u010dka",
"percentage": "perc.",
"amount": "Suma",
"name": "Meno\/N\u00e1zov",
"role": "Rola",
"iban": "IBAN",
"lastActivity": "Posledn\u00e1 aktivita",
"currentBalance": "Aktu\u00e1lny zostatok",
"balanceDiff": "Rozdiel zostatku",
"next_expected_match": "\u010eal\u0161ia o\u010dak\u00e1van\u00e1 zhoda"
},
"config": {
"html_language": "sk"
}
}

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(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]]]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{207:function(t,s,a){t.exports=a(212)},212:function(t,s,a){"use strict";a.r(s);var e=a(9),n={name:"Index"},c=a(1),r=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,i={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)(i,(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",{attrs:{scope:"col"}},[t._v(" ")]),t._v(" "),a("th",{attrs:{scope:"col"}},[t._v(t._s(t.$t("list.name")))]),t._v(" "),"asset"===t.$props.accountTypes?a("th",{attrs:{scope:"col"}},[t._v(t._s(t.$t("list.role")))]):t._e(),t._v(" "),a("th",{attrs:{scope:"col"}},[t._v(t._s(t.$t("list.iban")))]),t._v(" "),a("th",{staticStyle:{"text-align":"right"},attrs:{scope:"col"}},[t._v(t._s(t.$t("list.currentBalance")))]),t._v(" "),a("th",{attrs:{scope:"col"}},[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,"0aba6683",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:r},{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(r,{props:h})}}).$mount("#accounts")}},[[207,0,1]]]);
//# 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

View File

@ -1,2 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{207:function(n,o,w){n.exports=w(208)},208:function(n,o,w){"use strict";w.r(o);w(6),w(8);w(209)},209:function(n,o,w){window.$=window.jQuery=w(5),w(153)}},[[207,0,1]]]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{208:function(n,o,w){n.exports=w(209)},209:function(n,o,w){"use strict";w.r(o);w(6),w(8);w(210)},210:function(n,o,w){window.$=window.jQuery=w(5),w(153)}},[[208,0,1]]]);
//# sourceMappingURL=register.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -45,6 +45,7 @@ module.exports = new vuei18n({
//'zh': require('./locales/zh.json'),
'zh-tw': require('./locales/zh-tw.json'),
'zh-cn': require('./locales/zh-cn.json'),
'sk': require('./locales/sk.json'),
'sv': require('./locales/sv.json'),
'vi': require('./locales/vi.json'),
}

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u0431\u0435\u0448\u0435 \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u0431\u0435\u0448\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0430.",
"transaction_journal_information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f",
"no_budget_pointer": "\u0418\u0437\u0433\u043b\u0435\u0436\u0434\u0430 \u0432\u0441\u0435 \u043e\u0449\u0435 \u043d\u044f\u043c\u0430\u0442\u0435 \u0431\u044e\u0434\u0436\u0435\u0442\u0438. \u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u0442\u0435 \u043d\u044f\u043a\u043e\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430 <a href=\"\/budgets\"> \u0411\u044e\u0434\u0436\u0435\u0442\u0438 <\/a>. \u0411\u044e\u0434\u0436\u0435\u0442\u0438\u0442\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0432\u0438 \u043f\u043e\u043c\u043e\u0433\u043d\u0430\u0442 \u0434\u0430 \u0441\u043b\u0435\u0434\u0438\u0442\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435 \u0441\u0438.",
"no_bill_pointer": "\u0418\u0437\u0433\u043b\u0435\u0436\u0434\u0430 \u0432\u0441\u0435 \u043e\u0449\u0435 \u043d\u044f\u043c\u0430\u0442\u0435 \u0441\u043c\u0435\u0442\u043a\u0438. \u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u0442\u0435 \u043d\u044f\u043a\u043e\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430 <a href=\"\/bills\"> \u0421\u043c\u0435\u0442\u043a\u0438 <\/a>. \u0421\u043c\u0435\u0442\u043a\u0438\u0442\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0432\u0438 \u043f\u043e\u043c\u043e\u0433\u043d\u0430\u0442 \u0434\u0430 \u0441\u043b\u0435\u0434\u0438\u0442\u0435 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435 \u0441\u0438.",
"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": "\u0420\u0430\u0437\u0445\u043e\u0434\u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430",
"hidden_fields_preferences": "\u041c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0442\u0435 \u043f\u043e\u0432\u0435\u0447\u0435 \u043e\u043f\u0446\u0438\u0438 \u0437\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u0432\u044a\u0432 \u0432\u0430\u0448\u0438\u0442\u0435 <a href=\"\/preferences\">\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438<\/a>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "\u041f\u0440\u0438\u0445\u043e\u0434\u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430",
"add_another_split": "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0434\u0440\u0443\u0433 \u0440\u0430\u0437\u0434\u0435\u043b",
"submission": "\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435",

View File

@ -12,10 +12,10 @@
"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": "Informace o transakci",
"no_budget_pointer": "Zd\u00e1 se, \u017ee zat\u00edm nem\u00e1te \u017e\u00e1dn\u00e9 rozpo\u010dty. Na str\u00e1nce <a href=\":link\">rozpo\u010dty<\/a> byste n\u011bjak\u00e9 m\u011bli vytvo\u0159it. Rozpo\u010dty mohou pomoci udr\u017eet si p\u0159ehled ve v\u00fddaj\u00edch.",
"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_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": "Zdrojov\u00fd \u00fa\u010det",
"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\">preferences<\/a>.",
"destination_account": "C\u00edlov\u00fd \u00fa\u010det",
"add_another_split": "P\u0159idat dal\u0161\u00ed roz\u00fa\u010dtov\u00e1n\u00ed",
"submission": "Submission",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Buchung#{ID}<\/a> wurde aktualisiert.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Buchung #{ID}<\/a> wurde gespeichert.",
"transaction_journal_information": "Transaktionsinformationen",
"no_budget_pointer": "Sie scheinen noch keine Kostenrahmen festgelegt zu haben. Sie sollten einige davon auf der Seite <a href=\"\/budgets\">\u201eKostenrahmen\u201d<\/a> anlegen. Kostenrahmen k\u00f6nnen Ihnen dabei helfen, den \u00dcberblick \u00fcber die Ausgaben zu behalten.",
"no_bill_pointer": "Sie scheinen noch keine Belege zu haben. Sie sollten einige auf der Seite <a href=\"\/bills\">Belege<\/a> erstellen. Anhand der Belege k\u00f6nnen Sie den \u00dcberblick \u00fcber Ihre Ausgaben behalten.",
"no_budget_pointer": "Sie scheinen noch keine Kostenrahmen festgelegt zu haben. Sie sollten einige davon auf der Seite <a href=\"budgets\">Kostenrahmen<\/a>- anlegen. Kostenrahmen k\u00f6nnen Ihnen dabei helfen, den \u00dcberblick \u00fcber die Ausgaben zu behalten.",
"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": "Quellkonto",
"hidden_fields_preferences": "Sie k\u00f6nnen weitere Buchungsoptionen in Ihren <a href=\"\/preferences\">Einstellungen<\/a> aktivieren.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Zielkonto",
"add_another_split": "Eine weitere Aufteilung hinzuf\u00fcgen",
"submission": "\u00dcbermittlung",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID}<\/a> \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID}<\/a> \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af.",
"transaction_journal_information": "\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2",
"no_budget_pointer": "\u03a6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c0\u03c9\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2 \u03b1\u03ba\u03cc\u03bc\u03b7. \u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 <a href=\"\/budgets\">\u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ce\u03bd<\/a>. \u039f\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 \u03c3\u03b1\u03c2.",
"no_bill_pointer": "\u03a6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c0\u03c9\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c0\u03ac\u03b3\u03b9\u03b1 \u03ad\u03be\u03bf\u03b4\u03b1 \u03b1\u03ba\u03cc\u03bc\u03b7. \u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 <a href=\"\/bills\">\u03c0\u03ac\u03b3\u03b9\u03c9\u03bd \u03b5\u03be\u03cc\u03b4\u03c9\u03bd<\/a>. \u03a4\u03b1 \u03c0\u03ac\u03b3\u03b9\u03b1 \u03ad\u03be\u03bf\u03b4\u03b1 \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 \u03c3\u03b1\u03c2.",
"no_budget_pointer": "\u03a6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c0\u03c9\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2 \u03b1\u03ba\u03cc\u03bc\u03b7. \u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 <a href=\"budgets\">\u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ce\u03bd<\/a>. \u039f\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 \u03c3\u03b1\u03c2.",
"no_bill_pointer": "\u03a6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c0\u03c9\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c0\u03ac\u03b3\u03b9\u03b1 \u03ad\u03be\u03bf\u03b4\u03b1 \u03b1\u03ba\u03cc\u03bc\u03b7. \u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 <a href=\"bills\">\u03c0\u03ac\u03b3\u03b9\u03c9\u03bd \u03b5\u03be\u03cc\u03b4\u03c9\u03bd<\/a>. \u03a4\u03b1 \u03c0\u03ac\u03b3\u03b9\u03b1 \u03ad\u03be\u03bf\u03b4\u03b1 \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 \u03c3\u03b1\u03c2.",
"source_account": "\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2",
"hidden_fields_preferences": "\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03c3\u03c4\u03b9\u03c2 <a href=\"\/preferences\">\u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2<\/a>.",
"hidden_fields_preferences": "\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03c3\u03c4\u03b9\u03c2 <a href=\"\/preferences\">\u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03b9\u03c2<\/a>.",
"destination_account": "\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd",
"add_another_split": "\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd",
"submission": "\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae",

View File

@ -12,10 +12,10 @@
"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.",
"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>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Destination account",
"add_another_split": "Add another split",
"submission": "Submission",

View File

@ -12,10 +12,10 @@
"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.",
"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>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Destination account",
"add_another_split": "Add another split",
"submission": "Submission",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> ha sido actualizada.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> ha sido guardada.",
"transaction_journal_information": "Informaci\u00f3n de transacci\u00f3n",
"no_budget_pointer": "Parece que a\u00fan no tiene presupuestos. Debe crear algunos en la p\u00e1gina <a href=\"\/budgets\">presupuestos<\/a>. Los presupuestos pueden ayudarle a realizar un seguimiento de los gastos.",
"no_bill_pointer": "Parece que a\u00fan no tiene facturas. Deber\u00eda crear algunas en la p\u00e1gina de <a href=\"\/bills\">facturas<\/a>. Las facturas pueden ayudarle a llevar un seguimiento de los gastos.",
"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": "Cuenta origen",
"hidden_fields_preferences": "Puede habilitar m\u00e1s opciones de transacci\u00f3n en sus <a href=\"\/preferences\">ajustes <\/a>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Cuenta destino",
"add_another_split": "A\u00f1adir otra divisi\u00f3n",
"submission": "Env\u00edo",

View File

@ -12,10 +12,10 @@
"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": "Tapahtumatiedot",
"no_budget_pointer": "Sinulla ei n\u00e4ytt\u00e4isi olevan viel\u00e4 yht\u00e4\u00e4n budjettia. Sinun kannattaisi luoda niit\u00e4 <a href=\"\/budgets\">budjetit<\/a>-sivulla. Budjetit voivat auttaa sinua pit\u00e4m\u00e4\u00e4n kirjaa kuluistasi.",
"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_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": "L\u00e4hdetili",
"hidden_fields_preferences": "Voit aktivoida lis\u00e4\u00e4 tapahtumavalintoja <a href=\"\/preferences\">asetuksissa<\/a>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Kohdetili",
"add_another_split": "Lis\u00e4\u00e4 tapahtumaan uusi osa",
"submission": "Vahvistus",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">L'op\u00e9ration n\u00b0{ID}<\/a> a \u00e9t\u00e9 mise \u00e0 jour.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">L'op\u00e9ration n\u00b0{ID}<\/a> a \u00e9t\u00e9 enregistr\u00e9e.",
"transaction_journal_information": "Informations sur les op\u00e9rations",
"no_budget_pointer": "Vous semblez n\u2019avoir encore aucun budget. Vous devriez en cr\u00e9er un sur la page des <a href=\"\/budgets\">budgets<\/a>. Les budgets peuvent vous aider \u00e0 garder une trace des d\u00e9penses.",
"no_bill_pointer": "Vous semblez n'avoir encore aucune facture. Vous devriez en cr\u00e9er une sur la page <a href=\"\/bills\">factures<\/a>-. Les factures peuvent vous aider \u00e0 garder une trace des d\u00e9penses.",
"no_budget_pointer": "Vous semblez n\u2019avoir encore aucun budget. Vous devriez en cr\u00e9er un sur la page des <a href=\"budgets\">budgets<\/a>. Les budgets peuvent vous aider \u00e0 garder une trace des d\u00e9penses.",
"no_bill_pointer": "Vous semblez n'avoir encore aucune facture. Vous devriez en cr\u00e9er une sur la page <a href=\"bills\">factures<\/a>-. Les factures peuvent vous aider \u00e0 garder une trace des d\u00e9penses.",
"source_account": "Compte source",
"hidden_fields_preferences": "Vous pouvez activer plus d'options d'op\u00e9rations dans vos <a href=\"\/preferences\">param\u00e8tres<\/a>.",
"hidden_fields_preferences": "Vous pouvez activer plus d'options d'op\u00e9rations dans vos <a href=\"preferences\">param\u00e8tres<\/a>.",
"destination_account": "Compte de destination",
"add_another_split": "Ajouter une autre fraction",
"submission": "Soumission",

View File

@ -12,10 +12,10 @@
"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": "Tranzakci\u00f3s inform\u00e1ci\u00f3k",
"no_budget_pointer": "\u00dagy t\u0171nik, m\u00e9g nincsenek k\u00f6lts\u00e9gkeretek. K\u00f6lts\u00e9gkereteket a <a href=\"\/budgets\">k\u00f6lts\u00e9gkeretek<\/a> oldalon lehet l\u00e9trehozni. A k\u00f6lts\u00e9gkeretek seg\u00edtenek nyomon k\u00f6vetni a k\u00f6lts\u00e9geket.",
"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_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": "Forr\u00e1s sz\u00e1mla",
"hidden_fields_preferences": "A <a href=\"\/preferences\">be\u00e1ll\u00edt\u00e1sokban<\/a> t\u00f6bb tranzakci\u00f3s be\u00e1ll\u00edt\u00e1si lehet\u0151s\u00e9g is megadhat\u00f3.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "C\u00e9lsz\u00e1mla",
"add_another_split": "M\u00e1sik feloszt\u00e1s hozz\u00e1ad\u00e1sa",
"submission": "Feliratkoz\u00e1s",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "La <a href=\"transactions\/show\/{ID}\">transazione #{ID}<\/a> \u00e8 stata aggiornata.",
"transaction_new_stored_link": "La <a href=\"transactions\/show\/{ID}\">transazione #{ID}<\/a> \u00e8 stata salvata.",
"transaction_journal_information": "Informazioni transazione",
"no_budget_pointer": "Sembra che tu non abbia ancora dei budget. Dovresti crearne alcuni nella pagina dei <a href=\"\/budgets\">budget<\/a>. I budget possono aiutarti a tenere traccia delle spese.",
"no_bill_pointer": "Sembra che tu non abbia ancora delle bollette. Dovresti crearne alcune nella pagina delle <a href=\"\/bills\">bollette<\/a>. Le bollette possono aiutarti a tenere traccia delle spese.",
"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": "Conto di origine",
"hidden_fields_preferences": "Puoi abilitare maggiori opzioni per le transazioni nelle tue <a href=\"\/preferences\">impostazioni<\/a>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Conto destinazione",
"add_another_split": "Aggiungi un'altra divisione",
"submission": "Invio",

View File

@ -12,10 +12,10 @@
"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": "Transaksjonsinformasjon",
"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.",
"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>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Destination account",
"add_another_split": "Legg til en oppdeling til",
"submission": "Submission",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transactie #{ID}<\/a> is ge\u00fcpdatet.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transactie #{ID}<\/a> is opgeslagen.",
"transaction_journal_information": "Transactieinformatie",
"no_budget_pointer": "Je hebt nog geen budgetten. Maak er een aantal op de <a href=\"\/budgets\">budgetten<\/a>-pagina. Met budgetten kan je je uitgaven beter bijhouden.",
"no_bill_pointer": "Je hebt nog geen contracten. Maak er een aantal op de <a href=\"\/bills\">contracten<\/a>-pagina. Met contracten kan je je uitgaven beter bijhouden.",
"no_budget_pointer": "Je hebt nog geen budgetten. Maak er een aantal op de <a href=\"budgets\">budgetten<\/a>-pagina. Met budgetten kan je je uitgaven beter bijhouden.",
"no_bill_pointer": "Je hebt nog geen contracten. Maak er een aantal op de <a href=\"bills\">contracten<\/a>-pagina. Met contracten kan je je uitgaven beter bijhouden.",
"source_account": "Bronrekening",
"hidden_fields_preferences": "Je kan meer transactieopties inschakelen in je <a href=\"\/preferences\">instellingen<\/a>.",
"hidden_fields_preferences": "Je kan meer transactieopties inschakelen in je <a href=\"preferences\">instellingen<\/a>.",
"destination_account": "Doelrekening",
"add_another_split": "Voeg een split toe",
"submission": "Indienen",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> zosta\u0142a zaktualizowana.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> zosta\u0142a zapisana.",
"transaction_journal_information": "Informacje o transakcji",
"no_budget_pointer": "Wygl\u0105da na to \u017ce nie masz jeszcze bud\u017cet\u00f3w. Powiniene\u015b utworzy\u0107 kilka na stronie <a href=\"\/budgets\">bud\u017cety<\/a>. Bud\u017cety mog\u0105 Ci pom\u00f3c \u015bledzi\u0107 wydatki.",
"no_bill_pointer": "Wygl\u0105da na to \u017ce nie masz jeszcze rachunk\u00f3w. Powiniene\u015b utworzy\u0107 kilka na stronie <a href=\"\/bills\">rachunk\u00f3w<\/a>. Rachunki mog\u0105 Ci pom\u00f3c \u015bledzi\u0107 wydatki.",
"no_budget_pointer": "Wygl\u0105da na to, \u017ce nie masz jeszcze bud\u017cet\u00f3w. Powiniene\u015b utworzy\u0107 kilka na stronie <a href=\"budgets\">bud\u017cet\u00f3w<\/a>. Bud\u017cety mog\u0105 Ci pom\u00f3c \u015bledzi\u0107 wydatki.",
"no_bill_pointer": "Wygl\u0105da na to, \u017ce nie masz jeszcze rachunk\u00f3w. Powiniene\u015b utworzy\u0107 kilka na stronie <a href=\"bills\">rachunk\u00f3w<\/a>. Rachunki mog\u0105 Ci pom\u00f3c \u015bledzi\u0107 wydatki.",
"source_account": "Konto \u017ar\u00f3d\u0142owe",
"hidden_fields_preferences": "Mo\u017cesz w\u0142\u0105czy\u0107 wi\u0119cej opcji transakcji w swoich <a href=\"\/preferences\">ustawieniach<\/a>.",
"hidden_fields_preferences": "Mo\u017cesz w\u0142\u0105czy\u0107 wi\u0119cej opcji transakcji w swoich <a href=\"preferences\">ustawieniach<\/a>.",
"destination_account": "Konto docelowe",
"add_another_split": "Dodaj kolejny podzia\u0142",
"submission": "Zapisz",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> foi atualizada.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> foi salva.",
"transaction_journal_information": "Informa\u00e7\u00e3o da transa\u00e7\u00e3o",
"no_budget_pointer": "Parece que voc\u00ea ainda n\u00e3o tem or\u00e7amentos. Voc\u00ea deve criar alguns na p\u00e1gina de <a href=\"\/budgets\">or\u00e7amentos<\/a>. Or\u00e7amentos podem ajud\u00e1-lo a manter o controle das despesas.",
"no_bill_pointer": "Parece que voc\u00ea ainda n\u00e3o tem faturas. Voc\u00ea deveria criar algumas em <a href=\"\/bills\">faturas<\/a>. Faturas podem ajudar voc\u00ea a manter o controle das despesas.",
"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": "Conta origem",
"hidden_fields_preferences": "Voc\u00ea pode ativar mais op\u00e7\u00f5es de transa\u00e7\u00f5es em suas <a href=\"\/preferences\">configura\u00e7\u00f5es<\/a>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Conta destino",
"add_another_split": "Adicionar outra divis\u00e3o",
"submission": "Envio",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID}<\/a> a fost actualizat\u0103.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID}<\/a> a fost stocat\u0103.",
"transaction_journal_information": "Informa\u021bii despre tranzac\u021bii",
"no_budget_pointer": "Se pare c\u0103 nu ave\u021bi \u00eenc\u0103 bugete. Ar trebui s\u0103 crea\u021bi c\u00e2teva pe pagina <a href=\"\/budgets\">bugete<\/a>. Bugetele v\u0103 pot ajuta s\u0103 \u021bine\u021bi eviden\u021ba cheltuielilor.",
"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_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": "Contul surs\u0103",
"hidden_fields_preferences": "Pute\u021bi activa mai multe op\u021biuni de tranzac\u021bie \u00een <a href=\"\/preferences\">set\u0103rile dvs<\/a>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Contul de destina\u021bie",
"add_another_split": "Ad\u0103uga\u021bi o divizare",
"submission": "Transmitere",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430.",
"transaction_journal_information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
"no_budget_pointer": "\u041f\u043e\u0445\u043e\u0436\u0435, \u0443 \u0432\u0430\u0441 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u0431\u044e\u0434\u0436\u0435\u0442\u043e\u0432. \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438\u0445 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 <a href=\"\/budgets\">\u0411\u044e\u0434\u0436\u0435\u0442\u044b<\/a>. \u0411\u044e\u0434\u0436\u0435\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434\u044b.",
"no_bill_pointer": "\u041f\u043e\u0445\u043e\u0436\u0435, \u0443 \u0432\u0430\u0441 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u0441\u0447\u0435\u0442\u043e\u0432 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443. \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438\u0445 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 <a href=\"\/bills\">\u0421\u0447\u0435\u0442\u0430 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443<\/a>. \u0421\u0447\u0435\u0442\u0430 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443 \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434\u044b.",
"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": "\u0421\u0447\u0451\u0442-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
"hidden_fields_preferences": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 <a href=\"\/preferences\">\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a<\/a>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "\u0421\u0447\u0451\u0442 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f",
"add_another_split": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u0447\u0430\u0441\u0442\u044c",
"submission": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c",

View File

@ -0,0 +1,103 @@
{
"firefly": {
"welcome_back": "Ako to ide?",
"flash_error": "Chyba!",
"flash_success": "Hotovo!",
"close": "Zavrie\u0165",
"split_transaction_title": "Popis roz\u00fa\u010dtovania",
"errors_submission": "Pri odoslan\u00ed nastala chyba. Skontrolujte chyby uveden\u00e9 ni\u017e\u0161ie.",
"split": "Roz\u00fa\u010dtova\u0165",
"single_split": "Roz\u00fa\u010dtova\u0165",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID} (\"{title}\")<\/a> bola ulo\u017een\u00e1.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID}<\/a> bola aktualizovan\u00e1.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID}<\/a> bola ulo\u017een\u00e1.",
"transaction_journal_information": "Inform\u00e1cie o transakcii",
"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": "Zdrojov\u00fd \u00fa\u010det",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Cie\u013eov\u00fd \u00fa\u010det",
"add_another_split": "Prida\u0165 \u010fal\u0161ie roz\u00fa\u010dtovanie",
"submission": "Odoslanie",
"create_another": "Po ulo\u017een\u00ed sa vr\u00e1ti\u0165 sp\u00e4\u0165 sem a vytvori\u0165 \u010fal\u0161\u00ed.",
"reset_after": "Po odoslan\u00ed vynulova\u0165 formul\u00e1r",
"submit": "Odosla\u0165",
"amount": "Suma",
"date": "D\u00e1tum",
"tags": "\u0160t\u00edtky",
"no_budget": "(\u017eiadny rozpo\u010det)",
"no_bill": "(\u017eiadny \u00fa\u010det)",
"category": "Kateg\u00f3ria",
"attachments": "Pr\u00edlohy",
"notes": "Pozn\u00e1mky",
"external_uri": "Extern\u00e1 URL",
"update_transaction": "Upravi\u0165 transakciu",
"after_update_create_another": "Po aktualiz\u00e1cii sa vr\u00e1ti\u0165 sp\u00e4\u0165 a pokra\u010dova\u0165 v \u00faprav\u00e1ch.",
"store_as_new": "Namiesto aktualiz\u00e1cie ulo\u017ei\u0165 ako nov\u00fa transakciu.",
"split_title_help": "Ak vytvor\u00edte roz\u00fa\u010dtovanie transakcie, je potrebn\u00e9, aby ste ur\u010dili v\u0161eobecn\u00fd popis pre v\u0161etky roz\u00fa\u010dtovania danej transakcie.",
"none_in_select_list": "(\u017eiadne)",
"no_piggy_bank": "(\u017eiadna pokladni\u010dka)",
"description": "Popis",
"split_transaction_title_help": "Ak vytvor\u00edte roz\u00fa\u010dtovan\u00fa transakciu, mus\u00ed existova\u0165 glob\u00e1lny popis v\u0161etk\u00fdch roz\u00fa\u010dtovan\u00ed transakcie.",
"destination_account_reconciliation": "Nem\u00f4\u017eete upravi\u0165 cie\u013eov\u00fd \u00fa\u010det z\u00fa\u010dtovacej transakcie.",
"source_account_reconciliation": "Nem\u00f4\u017eete upravi\u0165 zdrojov\u00fd \u00fa\u010det z\u00fa\u010dtovacej transakcie.",
"budget": "Rozpo\u010det",
"bill": "\u00da\u010det",
"you_create_withdrawal": "Vytv\u00e1rate v\u00fdber.",
"you_create_transfer": "Vytv\u00e1rate prevod.",
"you_create_deposit": "Vytv\u00e1rate vklad.",
"edit": "Upravi\u0165",
"delete": "Odstr\u00e1ni\u0165",
"name": "N\u00e1zov",
"profile_whoops": "Ajaj!",
"profile_something_wrong": "Nie\u010do sa pokazilo!",
"profile_try_again": "Nie\u010do sa pokazilo. Pros\u00edm, sk\u00faste znova.",
"profile_oauth_clients": "OAuth klienti",
"profile_oauth_no_clients": "Zatia\u013e ste nevytvorili \u017eiadneho OAuth klienta.",
"profile_oauth_clients_header": "Klienti",
"profile_oauth_client_id": "ID klienta",
"profile_oauth_client_name": "Meno\/N\u00e1zov",
"profile_oauth_client_secret": "Tajn\u00fd k\u013e\u00fa\u010d",
"profile_oauth_create_new_client": "Vytvori\u0165 nov\u00e9ho klienta",
"profile_oauth_create_client": "Vytvori\u0165 klienta",
"profile_oauth_edit_client": "Upravi\u0165 klienta",
"profile_oauth_name_help": "Nie\u010do, \u010do va\u0161i pou\u017eivatelia poznaj\u00fa a bud\u00fa tomu d\u00f4verova\u0165.",
"profile_oauth_redirect_url": "URL presmerovania",
"profile_oauth_redirect_url_help": "Sp\u00e4tn\u00e1 URL pre overenie autoriz\u00e1cie va\u0161ej aplik\u00e1cie.",
"profile_authorized_apps": "Povolen\u00e9 aplik\u00e1cie",
"profile_authorized_clients": "Autorizovan\u00ed klienti",
"profile_scopes": "Rozsahy",
"profile_revoke": "Odvola\u0165",
"profile_personal_access_tokens": "Osobn\u00e9 pr\u00edstupov\u00e9 tokeny",
"profile_personal_access_token": "Osobn\u00fd pr\u00edstupov\u00fd token",
"profile_personal_access_token_explanation": "Toto je v\u00e1\u0161 nov\u00fd osobn\u00fd pr\u00edstupov\u00fd token. Toto je jedin\u00fd raz, kedy sa zobraz\u00ed - nestra\u0165te ho! Odteraz ho m\u00f4\u017eete pou\u017e\u00edva\u0165 pre pr\u00edstup k API.",
"profile_no_personal_access_token": "E\u0161te ste nevytvorili \u017eiadne osobn\u00e9 pr\u00edstupov\u00e9 tokeny.",
"profile_create_new_token": "Vytvori\u0165 nov\u00fd token",
"profile_create_token": "Vytvori\u0165 token",
"profile_create": "Vytvori\u0165",
"profile_save_changes": "Ulo\u017ei\u0165 zmeny",
"default_group_title_name": "(nezoskupen\u00e9)",
"piggy_bank": "Pokladni\u010dka",
"profile_oauth_client_secret_title": "Tajn\u00fd k\u013e\u00fa\u010d klienta",
"profile_oauth_client_secret_expl": "Toto je v\u00e1\u0161 tajn\u00fd k\u013e\u00fa\u010d klienta. Toto je jedin\u00fd raz, kedy sa zobraz\u00ed - nestra\u0165te ho! Odteraz m\u00f4\u017eete tento tajn\u00fd k\u013e\u00fa\u010d pou\u017e\u00edva\u0165 pre pr\u00edstup k API.",
"profile_oauth_confidential": "D\u00f4vern\u00e9",
"profile_oauth_confidential_help": "Vy\u017eadujte od klienta autentifik\u00e1ciu pomocou tajn\u00e9ho k\u013e\u00fa\u010da. D\u00f4vern\u00ed klienti m\u00f4\u017eu uchov\u00e1va\u0165 poverenia bezpe\u010dn\u00fdm sp\u00f4sobom bez toho, aby boli vystaven\u00ed neopr\u00e1vnen\u00fdm stran\u00e1m. Verejn\u00e9 aplik\u00e1cie, ako napr\u00edklad nat\u00edvna pracovn\u00e1 plocha alebo aplik\u00e1cie Java SPA, nedok\u00e1\u017eu tajn\u00e9 k\u013e\u00fa\u010de bezpe\u010dne uchova\u0165.",
"multi_account_warning_unknown": "V z\u00e1vislosti od typu vytvorenej transakcie, m\u00f4\u017ee by\u0165 zdrojov\u00fd a\/alebo cie\u013eov\u00fd \u00fa\u010det n\u00e1sledn\u00fdch roz\u00fa\u010dtovan\u00ed prep\u00edsan\u00fd \u00fadajmi v prvom rozdelen\u00ed transakcie.",
"multi_account_warning_withdrawal": "Majte na pam\u00e4ti, \u017ee zdrojov\u00fd bankov\u00fd \u00fa\u010det n\u00e1sledn\u00fdch roz\u00fa\u010dtovan\u00ed bude prep\u00edsan\u00fd t\u00fdm, \u010do je definovan\u00e9 v prvom rozdelen\u00ed v\u00fdberu.",
"multi_account_warning_deposit": "Majte na pam\u00e4ti, \u017ee zdrojov\u00fd bankov\u00fd \u00fa\u010det n\u00e1sledn\u00fdch roz\u00fa\u010dtovan\u00ed bude prep\u00edsan\u00fd t\u00fdm, \u010do je definovan\u00e9 v prvom roz\u00fa\u010dtovan\u00ed vkladu.",
"multi_account_warning_transfer": "Majte na pam\u00e4ti, \u017ee zdrojov\u00fd a cie\u013eov\u00fd bankov\u00fd \u00fa\u010det n\u00e1sledn\u00fdch roz\u00fa\u010dtovan\u00ed bude prep\u00edsan\u00fd t\u00fdm, \u010do je definovan\u00e9 v prvom roz\u00fa\u010dtovan\u00ed prevodu."
},
"form": {
"interest_date": "\u00darokov\u00fd d\u00e1tum",
"book_date": "D\u00e1tum rezerv\u00e1cie",
"process_date": "D\u00e1tum spracovania",
"due_date": "D\u00e1tum splatnosti",
"foreign_amount": "Suma v cudzej mene",
"payment_date": "D\u00e1tum \u00fahrady",
"invoice_date": "D\u00e1tum vystavenia",
"internal_reference": "Intern\u00e1 referencia"
},
"config": {
"html_language": "sk"
}
}

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaktion #{ID}<\/a> uppdaterades.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaktion #{ID}<\/a> sparades.",
"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_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.",
"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": "K\u00e4llkonto",
"hidden_fields_preferences": "Du kan aktivera fler transaktionval under dina <a href=\"\/preferences\">inst\u00e4llningar<\/a>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Till konto",
"add_another_split": "L\u00e4gga till en annan delning",
"submission": "Inskickning",

View File

@ -12,10 +12,10 @@
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Giao d\u1ecbch#{ID}<\/a> \u0111\u00e3 \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\"> Giao d\u1ecbch #{ID}<\/a> \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u tr\u1eef.",
"transaction_journal_information": "Th\u00f4ng tin giao d\u1ecbch",
"no_budget_pointer": "B\u1ea1n d\u01b0\u1eddng nh\u01b0 ch\u01b0a c\u00f3 ng\u00e2n s\u00e1ch. B\u1ea1n n\u00ean t\u1ea1o m\u1ed9t c\u00e1i tr\u00ean <a href=\":link\">budgets<\/a>-page. Ng\u00e2n s\u00e1ch c\u00f3 th\u1ec3 gi\u00fap b\u1ea1n theo d\u00f5i chi ph\u00ed.",
"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_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": "Ngu\u1ed3n t\u00e0i kho\u1ea3n",
"hidden_fields_preferences": "B\u1ea1n c\u00f3 th\u1ec3 k\u00edch ho\u1ea1t th\u00eam t\u00f9y ch\u1ecdn giao d\u1ecbch trong <a href=\":link\">settings<\/a>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "T\u00e0i kho\u1ea3n \u0111\u00edch",
"add_another_split": "Th\u00eam m\u1ed9t ph\u00e2n chia kh\u00e1c",
"submission": "G\u1eedi",

View File

@ -12,10 +12,10 @@
"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": "\u4ea4\u6613\u8d44\u8baf",
"no_budget_pointer": "\u60a8\u4f3c\u4e4e\u8fd8\u6ca1\u6709\u4efb\u4f55\u9884\u7b97\u3002\u60a8\u5e94\u8be5\u5728 <a href=\"\/budgets\">\u9884\u7b97<\/a>\u9875\u9762\u4e0a\u521b\u5efa\u4ed6\u4eec\u3002\u9884\u7b97\u53ef\u4ee5\u5e2e\u52a9\u60a8\u8ddf\u8e2a\u8d39\u7528\u3002",
"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_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": "\u6765\u6e90\u5e10\u6237",
"hidden_fields_preferences": "\u60a8\u53ef\u4ee5\u5728 <a href=\"\/preferences\">\u8bbe\u7f6e<\/a>\u4e2d\u542f\u7528\u66f4\u591a\u7684\u4ea4\u6613\u9009\u9879\u3002",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "\u76ee\u6807\u5e10\u6237",
"add_another_split": "\u589e\u52a0\u62c6\u5206",
"submission": "\u63d0\u4ea4",

View File

@ -12,10 +12,10 @@
"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": "\u4ea4\u6613\u8cc7\u8a0a",
"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.",
"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>.",
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
"destination_account": "Destination account",
"add_another_split": "\u589e\u52a0\u62c6\u5206",
"submission": "Submission",

View File

@ -5,7 +5,6 @@ ja_JP
pt_PT
sl_SI
uk_UA
sk_SK
sr_CS
et_EE
tlh_AA

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Редактирай касичка ":name"',
'preferences' => 'Настройки',
'profile' => 'Профил',
'accounts' => 'Accounts',
'changePassword' => 'Промени паролата си',
'change_email' => 'Смяна на имейл адрес',
'bills' => 'Сметки',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days дни с данни може да отнеме известно време.',
'registered' => 'Регистрирахте се успешно!',
'Default asset account' => 'Сметка за активи по подразбиране',
'no_budget_pointer' => 'Изглежда все още нямате бюджети. Трябва да създадете някои на страницата <a href="/budgets"> Бюджети </a>. Бюджетите могат да ви помогнат да следите разходите си.',
'no_bill_pointer' => 'Изглежда все още нямате сметки. Трябва да създадете някои на страницата <a href="/bills"> Сметки </a>. Сметките могат да ви помогнат да следите разходите си.',
'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.',
'Savings account' => 'Спестовна сметка',
'Credit card' => 'Кредитна карта',
'source_accounts' => 'Разходна сметка|Разходни сметки',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Регенерирайте маркера на командния ред',
'token_regenerated' => 'Беше генериран нов маркер за команден ред',
'change_your_email' => 'Смяна на имейл адрес',
'email_verification' => 'Ще бъде изпратено имейл съобщение до вашия стар И нов имейл адрес. За целите на сигурността няма да можете да влезете, докато не потвърдите новия си имейл адрес. Ако не сте сигурни дали вашата инсталация Firefly III може да изпраща имейл, моля не използвайте тази функция. Ако сте администратор, можете да тествате това в <a href="/admin"> Администрация </a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Докато не потвърдите своя имейл адрес, не можете да влезете.',
'login_with_new_email' => 'Вече можете да влезете с новия си имейл адрес.',
'login_with_old_email' => 'Вече можете да влезете отново със стария си имейл адрес.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Запази конфигурацията',
'single_user_administration' => 'Управление на потребителя за :email',
'edit_user' => 'Редактиране на потребител :email',
'hidden_fields_preferences' => 'Можете да активирате повече опции за транзакции във вашите <a href="/preferences">настройки</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'user_data_information' => 'Данни на потребителя',
'user_information' => 'Информация за потребителя',
'total_size' => 'общ размер',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Upravit pokladničku „:name“',
'preferences' => 'Předvolby',
'profile' => 'Profil',
'accounts' => 'Accounts',
'changePassword' => 'Změnit heslo',
'change_email' => 'Změnit e-mailovou adresu',
'bills' => 'Účtenky a faktury',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days dnů dat může chvíli trvat načíst.',
'registered' => 'Úspěšně jste se zaregistrovali!',
'Default asset account' => 'Výchozí účet s aktivy',
'no_budget_pointer' => 'Zdá se, že zatím nemáte žádné rozpočty. Na stránce <a href=":link">rozpočty</a> byste nějaké měli vytvořit. Rozpočty mohou pomoci udržet si přehled ve výdajích.',
'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_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.',
'Savings account' => 'Spořicí účet',
'Credit card' => 'Kreditní karta',
'source_accounts' => 'Source account|Source accounts',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Regenerate command line token',
'token_regenerated' => 'Byl vytvořen nový token pro příkazový řádek',
'change_your_email' => 'Změna e-mailové adresy',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="/admin">Administration</a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Dokud neověříte svou emailovou adresu, nemůžete se přihlásit.',
'login_with_new_email' => 'Nyní se můžete přihlásit pomocí nové e-mailové adresy.',
'login_with_old_email' => 'Nyní se můžete přihlásit pomocí původní e-mailové adresy.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Uložit nastavení',
'single_user_administration' => 'Správa uživatele pro :email',
'edit_user' => 'Upravit uživatele :email',
'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">preferences</a>.',
'user_data_information' => 'Uživatelská data',
'user_information' => 'Informace o uživateli',
'total_size' => 'celková velikost',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Sparschwein „:name” bearbeiten',
'preferences' => 'Einstellungen',
'profile' => 'Profil',
'accounts' => 'Accounts',
'changePassword' => 'Passwort ändern',
'change_email' => 'E-Mail Adresse ändern',
'bills' => 'Rechnungen',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days Tage Daten können eine Weile zum Laden benötigen.',
'registered' => 'Sie haben sich erfolgreich registriert!',
'Default asset account' => 'Standard-Bestandskonto',
'no_budget_pointer' => 'Sie scheinen noch keine Kostenrahmen festgelegt zu haben. Sie sollten einige davon auf der Seite <a href="/budgets">Kostenrahmen</a> anlegen. Kostenrahmen können Ihnen dabei helfen, den Überblick über die Ausgaben zu behalten.',
'no_bill_pointer' => 'Sie scheinen noch keine Belege zu haben. Sie sollten einige auf der Seite <a href="/bills">Belege</a> erstellen. Anhand der Belege können Sie den Überblick über Ihre Ausgaben behalten.',
'no_budget_pointer' => 'Sie scheinen noch keine Kostenrahmen festgelegt zu haben. Sie sollten einige davon auf der Seite <a href="budgets">Kostenrahmen</a>- anlegen. Kostenrahmen können Ihnen dabei helfen, den Überblick über die Ausgaben zu behalten.',
'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' => 'Sparkonto',
'Credit card' => 'Kreditkarte',
'source_accounts' => 'Quellkonto|Quellkonten',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Kommandozeilen-Authentifizierungsschlüssel erneut generieren',
'token_regenerated' => 'Ein neuer Kommandozeilen-Authentifizierungsschlüssel wurde generiert',
'change_your_email' => 'E-Mail Adresse ändern',
'email_verification' => 'Eine E-Mail wird an Ihre alte UND neue E-Mail-Adresse gesendet. Aus Sicherheitsgründen können Sie sich erst anmelden, wenn Sie Ihre neue E-Mail-Adresse bestätigt haben. Wenn Sie sich nicht sicher sind, ob Ihre Firefly III-Installation E-Mails versenden kann, verwenden Sie bitte diese Funktion nicht. Wenn Sie Administrator sind, können Sie dies in der <a href="/admin">Administration</a> testen.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Sie müssen Ihre E-Mail-Adresse bestätigen, um sich anmelden zu können.',
'login_with_new_email' => 'Sie können sich jetzt mit Ihrer neuen E-Mail-Adresse anmelden.',
'login_with_old_email' => 'Sie können sich jetzt wieder mit Ihrer alten E-Mail-Adresse anmelden.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Konfiguration speichern',
'single_user_administration' => 'Benutzerverwaltung für :email',
'edit_user' => 'Benutzer :email bearbeiten',
'hidden_fields_preferences' => 'Sie können weitere Buchungsoptionen in Ihren <a href="/preferences">Einstellungen</a> aktivieren.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'user_data_information' => 'Nutzerdaten',
'user_information' => 'Benutzerinformationen',
'total_size' => 'Gesamtgröße',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Επεξεργασία κουμπαρά ":name"',
'preferences' => 'Προτιμήσεις',
'profile' => 'Προφίλ',
'accounts' => 'Accounts',
'changePassword' => 'Αλλάξτε τον κωδικό σας',
'change_email' => 'Αλλάξτε τη διεύθυνση του email σας',
'bills' => 'Πάγια έξοδα',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days ημέρες δεδομένων θα καθυστερήσουν λιγάκι να φορτώσουν.',
'registered' => 'Έχετε εγγραφεί επιτυχώς!',
'Default asset account' => 'Βασικός λογαριασμός κεφαλαίου',
'no_budget_pointer' => 'Φαίνεται πως δεν έχετε ορίσει προϋπολογισμούς ακόμη. Πρέπει να δημιουργήσετε κάποιον στη σελίδα <a href="/budgets">προϋπολογισμών</a>. Οι προϋπολογισμοί σας βοηθούν να επιβλέπετε τις δαπάνες σας.',
'no_bill_pointer' => 'Φαίνεται πως δεν έχετε ορίσει πάγια έξοδα ακόμη. Πρέπει να δημιουργήσετε κάποιο στη σελίδα <a href="/bills">πάγιων εξόδων</a>. Τα πάγια έξοδα σας βοηθούν να επιβλέπετε τις δαπάνες σας.',
'no_budget_pointer' => 'Φαίνεται πως δεν έχετε ορίσει προϋπολογισμούς ακόμη. Πρέπει να δημιουργήσετε κάποιον στη σελίδα <a href="budgets">προϋπολογισμών</a>. Οι προϋπολογισμοί σας βοηθούν να επιβλέπετε τις δαπάνες σας.',
'no_bill_pointer' => 'Φαίνεται πως δεν έχετε ορίσει πάγια έξοδα ακόμη. Πρέπει να δημιουργήσετε κάποιο στη σελίδα <a href="bills">πάγιων εξόδων</a>. Τα πάγια έξοδα σας βοηθούν να επιβλέπετε τις δαπάνες σας.',
'Savings account' => 'Λογαριασμός αποταμίευσης',
'Credit card' => 'Πιστωτική κάρτα',
'source_accounts' => 'Λογαριασμός προέλευσης|Λογαριασμοί προέλευσης',
@ -264,71 +264,71 @@ return [
'search_found_transactions' => 'Το Firefly III βρήκε :count συναλλαγή σε :time δευτερόλεπτα.|Το Firefly III βρήκε :count συναλλαγές σε :time δευτερόλεπτα.',
'search_found_more_transactions' => 'Το Firefly III βρήκε περισσότερες από :count συναλλαγές σε :time δευτερόλεπτα.',
'search_for_query' => 'Το Firefly III αναζητεί για συναλλαγές που περιέχουν όλες αυτές τις λέξεις: <span class="text-info">:query</span>',
'search_modifier_date_is' => 'Transaction date is ":value"',
'search_modifier_date_before' => 'Transaction date is before or on ":value"',
'search_modifier_date_after' => 'Transaction date is after or on ":value"',
'search_modifier_created_on' => 'Transaction was created on ":value"',
'search_modifier_updated_on' => 'Transaction was last updated on ":value"',
'search_modifier_date_is' => 'Η ημερομηνία συναλλαγής είναι ":value"',
'search_modifier_date_before' => 'Η ημερομηνία συναλλαγής είναι πριν ή στις ":value"',
'search_modifier_date_after' => 'Η ημερομηνία συναλλαγής είναι μετά ή στις ":value"',
'search_modifier_created_on' => 'Η συναλλαγή δημιουργήθηκε στις ":value"',
'search_modifier_updated_on' => 'Η συναλλαγή ενημερώθηκε στις ":value"',
'search_modifier_external_id' => 'Το εξωτερικό ID είναι ":value"',
'search_modifier_internal_reference' => 'Η εσωτερική αναφορά είναι ":value"',
'search_modifier_description_starts' => 'Description is ":value"',
'search_modifier_description_ends' => 'Description ends with ":value"',
'search_modifier_description_contains' => 'Description contains ":value"',
'search_modifier_description_is' => 'Description is exactly ":value"',
'search_modifier_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_no_category' => 'The transaction must have no category',
'search_modifier_has_any_category' => 'The transaction must have a (any) category',
'search_modifier_has_no_budget' => 'The transaction must have no budget',
'search_modifier_has_any_budget' => 'The transaction must have a (any) budget',
'search_modifier_has_no_tag' => 'The transaction must have no tags',
'search_modifier_has_any_tag' => 'The transaction must have a (any) tag',
'search_modifier_notes_contain' => 'The transaction notes contain ":value"',
'search_modifier_notes_start' => 'The transaction notes start with ":value"',
'search_modifier_notes_end' => 'The transaction notes end with ":value"',
'search_modifier_notes_are' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'The transaction has no notes',
'search_modifier_any_notes' => 'The transaction must have notes',
'search_modifier_amount_exactly' => 'Amount is exactly :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_source_account_is' => 'Source account name is exactly ":value"',
'search_modifier_source_account_contains' => 'Source account name contains ":value"',
'search_modifier_source_account_starts' => 'Source account name starts with ":value"',
'search_modifier_source_account_ends' => 'Source account name ends with ":value"',
'search_modifier_source_account_id' => 'Source account ID is :value',
'search_modifier_source_account_nr_is' => 'Source account number (IBAN) is ":value"',
'search_modifier_source_account_nr_contains' => 'Source account number (IBAN) contains ":value"',
'search_modifier_source_account_nr_starts' => 'Source account number (IBAN) starts with ":value"',
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends with ":value"',
'search_modifier_destination_account_is' => 'Destination account name is exactly ":value"',
'search_modifier_destination_account_contains' => 'Destination account name contains ":value"',
'search_modifier_destination_account_starts' => 'Destination account name starts with ":value"',
'search_modifier_destination_account_ends' => 'Destination account name ends with ":value"',
'search_modifier_destination_account_id' => 'Destination account ID is :value',
'search_modifier_destination_is_cash' => 'Destination account is (cash) account',
'search_modifier_source_is_cash' => 'Source account is (cash) account',
'search_modifier_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
'search_modifier_destination_account_nr_contains' => 'Destination account number (IBAN) contains ":value"',
'search_modifier_destination_account_nr_starts' => 'Destination account number (IBAN) starts with ":value"',
'search_modifier_destination_account_nr_ends' => 'Destination account number (IBAN) ends with ":value"',
'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value',
'search_modifier_category_is' => 'Category is ":value"',
'search_modifier_budget_is' => 'Budget is ":value"',
'search_modifier_description_starts' => 'Η περιγραφή είναι ":value"',
'search_modifier_description_ends' => 'Η περιγραφή τελειώνει με ":value"',
'search_modifier_description_contains' => 'Η περιγραφή περιέχει ":value"',
'search_modifier_description_is' => 'Η περιγραφή είναι ακριβώς ":value"',
'search_modifier_currency_is' => 'Το (ξένο) νόμισμα της συναλλαγής είναι ":value"',
'search_modifier_foreign_currency_is' => 'Το ξένο νόμισμα της συναλλαγής είναι ":value"',
'search_modifier_has_attachments' => 'Η συναλλαγή πρέπει να έχει ένα συνημμένο',
'search_modifier_has_no_category' => 'Η συναλλαγή δεν πρέπει να έχει κατηγορία',
'search_modifier_has_any_category' => 'Η συναλλαγή πρέπει να έχει μία (οποιαδήποτε) κατηγορία',
'search_modifier_has_no_budget' => 'Η συναλλαγή δεν πρέπει να έχει προϋπολογισμό',
'search_modifier_has_any_budget' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) προϋπολογισμό',
'search_modifier_has_no_tag' => 'Η συναλλαγή δεν πρέπει να έχει καμία ετικέτα',
'search_modifier_has_any_tag' => 'Η συναλλαγή πρέπει να έχει μία (οποιαδήποτε) ετικέτα',
'search_modifier_notes_contain' => 'Οι σημειώσεις της συναλλαγής περιέχουν ":value"',
'search_modifier_notes_start' => 'Οι σημειώσεις της συναλλαγής αρχίζουν με ":value"',
'search_modifier_notes_end' => 'Οι σημειώσεις της συναλλαγής τελειώνουν με ":value"',
'search_modifier_notes_are' => 'Οι σημειώσεις της συναλλαγής είναι ακριβώς ":value"',
'search_modifier_no_notes' => 'Η συναλλαγή δεν έχει σημειώσεις',
'search_modifier_any_notes' => 'Η συναλλαγή πρέπει να έχει σημειώσεις',
'search_modifier_amount_exactly' => 'Το ποσό είναι ακριβώς :value',
'search_modifier_amount_less' => 'Το ποσό είναι μικρότερο ή ίσο με :value',
'search_modifier_amount_more' => 'Το ποσό είναι μεγαλύτερο ή ίσο με :value',
'search_modifier_source_account_is' => 'Το όνομα του λογαριασμού προέλευσης είναι ακριβώς ":value"',
'search_modifier_source_account_contains' => 'Το όνομα του λογαριασμού προέλευσης περιέχει ":value"',
'search_modifier_source_account_starts' => 'Το όνομα του λογαριασμού προέλευσης αρχίζει με ":value"',
'search_modifier_source_account_ends' => 'Το όνομα του λογαριασμού προέλευσης τελειώνει με ":value"',
'search_modifier_source_account_id' => 'Το ID του λογαριασμού προέλευσης είναι :value',
'search_modifier_source_account_nr_is' => 'Ο αριθμός (IBAN) του λογαριασμού προέλευσης είναι ":value"',
'search_modifier_source_account_nr_contains' => 'Ο αριθμός (IBAN) του λογαριασμού προέλευσης περιέχει ":value"',
'search_modifier_source_account_nr_starts' => 'Ο αριθμός (IBAN) του λογαριασμού προέλευσης αρχίζει με ":value"',
'search_modifier_source_account_nr_ends' => 'Ο αριθμός (IBAN) του λογαριασμού προέλευσης τελειώνει με ":value"',
'search_modifier_destination_account_is' => 'Το όνομα του λογαριασμού προορισμού είναι ακριβώς ":value"',
'search_modifier_destination_account_contains' => 'Το όνομα του λογαριασμού προορισμού περιέχει ":value"',
'search_modifier_destination_account_starts' => 'Το όνομα του λογαριασμού προορισμού αρχίζει με ":value"',
'search_modifier_destination_account_ends' => 'Το όνομα του λογαριασμού προορισμού τελειώνει με ":value"',
'search_modifier_destination_account_id' => 'Το ID του λογαριασμού προορισμού είναι :value',
'search_modifier_destination_is_cash' => 'Ο λογαριασμός προορισμού είναι λογαριασμός (μετρητών)',
'search_modifier_source_is_cash' => 'Ο λογαριασμός προέλευσης είναι λογαριασμός (μετρητών)',
'search_modifier_destination_account_nr_is' => 'Ο αριθμός (IBAN) του λογαριασμού προορισμού είναι ":value"',
'search_modifier_destination_account_nr_contains' => 'Ο αριθμός (IBAN) του λογαριασμού προορισμού περιέχει ":value"',
'search_modifier_destination_account_nr_starts' => 'Ο αριθμός (IBAN) του λογαριασμού προορισμού αρχίζει με ":value"',
'search_modifier_destination_account_nr_ends' => 'Ο αριθμός (IBAN) του λογαριασμού προορισμού τελειώνει με ":value"',
'search_modifier_account_id' => 'Το/Τα αναγνωριστικά λογαριασμού προέλευσης ή προορισμού είναι: :value',
'search_modifier_category_is' => 'Η κατηγορία είναι ":value"',
'search_modifier_budget_is' => 'Ο προϋπολογισμός είναι ":value"',
'search_modifier_bill_is' => 'Το πάγιο έξοδο είναι ":value"',
'search_modifier_transaction_type' => 'Transaction type is ":value"',
'search_modifier_tag_is' => 'Tag is ":value"',
'update_rule_from_query' => 'Update rule ":rule" from search query',
'create_rule_from_query' => 'Create new rule from search query',
'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.',
'search_modifier_transaction_type' => 'Ο τύπος συναλλαγής είναι ":value"',
'search_modifier_tag_is' => 'Η ετικέτα είναι ":value"',
'update_rule_from_query' => 'Ενημέρωση κανόνα ":rule" από το ερώτημα αναζήτησης',
'create_rule_from_query' => 'Δημιουργία νέου κανόνα από το ερώτημα αναζήτησης',
'rule_from_search_words' => 'Η ρουτίνα για τους κανόνες δυσκολεύτηκε στο χειρισμό του ":string". Ο προτεινόμενος κανόνας που ταιριάζει στο ερώτημά αναζήτησης μπορεί να δώσει διαφορετικά αποτελέσματα. Παρακαλώ να επιβεβαιώσετε προσεκτικά τους κανόνες ενεργοποίησης.',
// END
'modifiers_applies_are' => 'Οι ακόλουθοι τροποποιητές εφαρμόστηκαν στην αναζήτηση επίσης:',
'general_search_error' => 'Ένα σφάλμα προέκυψε κατά την αναζήτηση. Παρακαλώ ελέγξτε τα αρχεία καταγραφής για περισσότερες πληροφορίες.',
'search_box' => 'Αναζήτηση',
'search_box_intro' => 'Καλωσορίσατε στην λειτουργία αναζήτησης του Firefly III. Εισάγετε το ερώτημα αναζήτησης στο πλαίσιο. Σιγουρευτείτε ότι ελέγξατε το αρχείο βοήθειας γιατί αυτή η αναζήτηση είναι πολύ προχωρημένη.',
'search_box_intro' => 'Καλωσορίσατε στην λειτουργία αναζήτησης του Firefly III. Εισάγετε το ερώτημα αναζήτησης στο πλαίσιο. Βεβαιωθείτε ότι έχετε ελέγξει το αρχείο βοήθειας, επειδή η αναζήτηση είναι αρκετά προχωρημένη.',
'search_error' => 'Σφάλμα κατά την αναζήτηση',
'search_searching' => 'Αναζήτηση ...',
'search_results' => 'Αποτελέσματα αναζήτησης',
@ -402,7 +402,7 @@ return [
'delete_rule' => 'Διαγραφή κανόνα ":title"',
'update_rule' => 'Ενημέρωση κανόνα',
'test_rule_triggers' => 'Δείτε τις αντιστοιχιζόμενες συναλλαγές',
'warning_no_matching_transactions' => 'No matching transactions found.',
'warning_no_matching_transactions' => 'Δεν βρέθηκαν συναλλαγές που να συμφωνούν με τα κριτήρια.',
'warning_no_valid_triggers' => 'Δεν δώσατε έγκυρα κριτήρια.',
'apply_rule_selection' => 'Εφαρμογή του κανόνα ":title" σε μία επιλογή των συναλλαγών σας',
'apply_rule_selection_intro' => 'Κανόνες όπως ":title" εφαρμόζονται συνήθως σε νέες ή ενημερωμένες συναλλαγές, αλλά μπορείτε να πείτε στο Firefly ΙΙΙ να τους εκτελέσει σε μια επιλογή υπαρχόντων συναλλαγών. Αυτό μπορεί να είναι χρήσιμο όταν έχετε ενημερώσει έναν κανόνα και χρειάζεστε οι αλλαγές να εφαρμοστούν σε όλες τις άλλες συναλλαγές σας.',
@ -415,50 +415,50 @@ return [
// actions and triggers
'rule_trigger_user_action' => 'Η ενέργεια χρήστη είναι ":trigger_value"',
'rule_trigger_source_account_starts_choice' => 'Source account name starts with..',
'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Source account name ends with..',
'rule_trigger_source_account_ends' => 'Source account name ends with ":trigger_value"',
'rule_trigger_source_account_is_choice' => 'Source account name is..',
'rule_trigger_source_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Source account name contains..',
'rule_trigger_source_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_account_id_choice' => 'Account ID (source/destination) is exactly..',
'rule_trigger_account_id' => 'Account ID (source/destination) is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Source account ID is exactly..',
'rule_trigger_source_account_id' => 'Source account ID is exactly :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Destination account ID is exactly..',
'rule_trigger_destination_account_id' => 'Destination account ID is exactly :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Account (source/destination) is (cash) account',
'rule_trigger_account_is_cash' => 'Account (source/destination) is (cash) account',
'rule_trigger_source_is_cash_choice' => 'Source account is (cash) account',
'rule_trigger_source_is_cash' => 'Source account is (cash) account',
'rule_trigger_destination_is_cash_choice' => 'Destination account is (cash) account',
'rule_trigger_destination_is_cash' => 'Destination account is (cash) account',
'rule_trigger_source_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
'rule_trigger_source_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"',
'rule_trigger_source_account_nr_ends_choice' => 'Source account number / IBAN ends with..',
'rule_trigger_source_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"',
'rule_trigger_source_account_nr_is_choice' => 'Source account number / IBAN is..',
'rule_trigger_source_account_nr_is' => 'Source account number / IBAN is ":trigger_value"',
'rule_trigger_source_account_nr_contains_choice' => 'Source account number / IBAN contains..',
'rule_trigger_source_account_nr_contains' => 'Source account number / IBAN contains ":trigger_value"',
'rule_trigger_destination_account_starts_choice' => 'Destination account name starts with..',
'rule_trigger_destination_account_starts' => 'Destination account name starts with ":trigger_value"',
'rule_trigger_destination_account_ends_choice' => 'Destination account name ends with..',
'rule_trigger_destination_account_ends' => 'Destination account name ends with ":trigger_value"',
'rule_trigger_destination_account_is_choice' => 'Destination account name is..',
'rule_trigger_destination_account_is' => 'Destination account name is ":trigger_value"',
'rule_trigger_destination_account_contains_choice' => 'Destination account name contains..',
'rule_trigger_destination_account_contains' => 'Destination account name contains ":trigger_value"',
'rule_trigger_destination_account_nr_starts_choice' => 'Destination account number / IBAN starts with..',
'rule_trigger_destination_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"',
'rule_trigger_destination_account_nr_ends_choice' => 'Destination account number / IBAN ends with..',
'rule_trigger_destination_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"',
'rule_trigger_destination_account_nr_is_choice' => 'Destination account number / IBAN is..',
'rule_trigger_destination_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"',
'rule_trigger_destination_account_nr_contains_choice' => 'Destination account number / IBAN contains..',
'rule_trigger_destination_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"',
'rule_trigger_source_account_starts_choice' => 'Το όνομα του λογαριασμού προέλευσης αρχίζει με..',
'rule_trigger_source_account_starts' => 'Το όνομα του λογαριασμού προέλευσης αρχίζει με ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Το όνομα του λογαριασμού προέλευσης τελειώνει με..',
'rule_trigger_source_account_ends' => 'Το όνομα του λογαριασμού προέλευσης τελειώνει με ":trigger_value"',
'rule_trigger_source_account_is_choice' => 'Το όνομα του λογαριασμού προέλευσης είναι..',
'rule_trigger_source_account_is' => 'Το όνομα του λογαριασμού προέλευσης είναι ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Το όνομα του λογαριασμού προέλευσης περιέχει..',
'rule_trigger_source_account_contains' => 'Το όνομα του λογαριασμού προέλευσης περιέχει ":trigger_value"',
'rule_trigger_account_id_choice' => 'Το ID του λογαριασμού (προέλευσης/προορισμού) είναι ακριβώς..',
'rule_trigger_account_id' => 'Το ID του λογαριασμού (προέλευσης/προορισμού) είναι ακριβώς :trigger_value',
'rule_trigger_source_account_id_choice' => 'Το ID του λογαριασμού προέλευσης είναι ακριβώς..',
'rule_trigger_source_account_id' => 'Το ID του λογαριασμού προέλευσης είναι ακριβώς :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Το ID του λογαριασμού προορισμού είναι ακριβώς..',
'rule_trigger_destination_account_id' => 'Το ID του λογαριασμού προορισμού είναι ακριβώς :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Ο λογαριασμός (προέλευσης/προορισμού) είναι λογαριασμός (μετρητών)',
'rule_trigger_account_is_cash' => 'Ο λογαριασμός (προέλευσης/προορισμού) είναι λογαριασμός (μετρητών)',
'rule_trigger_source_is_cash_choice' => 'Ο λογαριασμός προέλευσης είναι λογαριασμός (μετρητών)',
'rule_trigger_source_is_cash' => 'Ο λογαριασμός προέλευσης είναι λογαριασμός (μετρητών)',
'rule_trigger_destination_is_cash_choice' => 'Ο λογαριασμός προορισμού είναι λογαριασμός (μετρητών)',
'rule_trigger_destination_is_cash' => 'Ο λογαριασμός προορισμού είναι λογαριασμός (μετρητών)',
'rule_trigger_source_account_nr_starts_choice' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN αρχίζει με..',
'rule_trigger_source_account_nr_starts' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN αρχίζει με ":trigger_value"',
'rule_trigger_source_account_nr_ends_choice' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN τελειώνει με..',
'rule_trigger_source_account_nr_ends' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN τελειώνει με ":trigger_value"',
'rule_trigger_source_account_nr_is_choice' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN είναι..',
'rule_trigger_source_account_nr_is' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN είναι ":trigger_value"',
'rule_trigger_source_account_nr_contains_choice' => 'Ο αριθμός του λογαριασμού προέλευσης / IBAN περιέχει..',
'rule_trigger_source_account_nr_contains' => 'Ο αριθμός λογαριασμού προέλευσης /IBAN περιέχει ":trigger_value"',
'rule_trigger_destination_account_starts_choice' => 'Το όνομα του λογαριασμού προορισμού αρχίζει με..',
'rule_trigger_destination_account_starts' => 'Το όνομα του λογαριασμού προορισμού αρχίζει με ":trigger_value"',
'rule_trigger_destination_account_ends_choice' => 'Το όνομα του λογαριασμού προορισμού τελειώνει με..',
'rule_trigger_destination_account_ends' => 'Το όνομα του λογαριασμού προορισμού τελειώνει με ":trigger_value"',
'rule_trigger_destination_account_is_choice' => 'Το όνομα του λογαριασμού προορισμού είναι..',
'rule_trigger_destination_account_is' => 'Το όνομα του λογαριασμού προορισμού είναι ":trigger_value"',
'rule_trigger_destination_account_contains_choice' => 'Το όνομα του λογαριασμού προορισμού περιέχει..',
'rule_trigger_destination_account_contains' => 'Το όνομα του λογαριασμού προορισμού περιέχει ":trigger_value"',
'rule_trigger_destination_account_nr_starts_choice' => 'Ο αριθμός του λογαριασμού προορισμού / IBAN αρχίζει με..',
'rule_trigger_destination_account_nr_starts' => 'Ο αριθμός του λογαριασμού προορισμού / IBAN αρχίζει με ":trigger_value"',
'rule_trigger_destination_account_nr_ends_choice' => 'Ο αριθμός του λογαριασμού προορισμού / IBAN τελειώνει με..',
'rule_trigger_destination_account_nr_ends' => 'Ο αριθμός του λογαριασμού προορισμού / IBAN τελειώνει με ":trigger_value"',
'rule_trigger_destination_account_nr_is_choice' => 'Ο αριθμός / IBAN του λογαριασμού προορισμού είναι..',
'rule_trigger_destination_account_nr_is' => 'Ο αριθμός / IBAN του λογαριασμού προορισμού είναι ":trigger_value"',
'rule_trigger_destination_account_nr_contains_choice' => 'Ο αριθμός / IBAN του λογαριασμού προορισμού περιέχει..',
'rule_trigger_destination_account_nr_contains' => 'Ο αριθμός / IBAN του λογαριασμού προορισμού περιέχει ":trigger_value"',
'rule_trigger_transaction_type_choice' => 'Η συναλλαγή είναι τύπου..',
'rule_trigger_transaction_type' => 'Η συναλλαγή είναι τύπου ":trigger_value"',
'rule_trigger_category_is_choice' => 'Η κατηγορία είναι..',
@ -483,10 +483,10 @@ return [
'rule_trigger_date_before' => 'Η ημερομηνία συναλλαγής είναι πριν από τις ":trigger_value"',
'rule_trigger_date_after_choice' => 'Η ημερομηνία συναλλαγής είναι μετά από τις..',
'rule_trigger_date_after' => 'Η ημερομηνία συναλλαγής είναι μετά από τις ":trigger_value"',
'rule_trigger_created_on_choice' => 'Transaction was made on..',
'rule_trigger_created_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_created_on_choice' => 'Η συναλλαγή πραγματοποιήθηκε στις..',
'rule_trigger_created_on' => 'Η συναλλαγή πραγματοποιήθηκε στις ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Η συναλλαγή τροποποιήθηκε τελευταία φορά στις..',
'rule_trigger_updated_on' => 'Η συναλλαγή τροποποιήθηκε τελευταία φορά στις ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Ο προϋπολογισμός είναι..',
'rule_trigger_budget_is' => 'Ο προϋπολογισμός είναι ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Μία ετικέτα είναι..',
@ -735,7 +735,7 @@ return [
'should_change' => 'Θα ήταν καλό να αλλάξετε τον κωδικό σας.',
'invalid_password' => 'Άκυρος κωδικός!',
'what_is_pw_security' => 'Τι είναι η "επιβεβαίωση ασφάλειας κωδικού";',
'secure_pw_title' => 'Πως να διαλέξετε έναν ασφαλές κωδικό πρόσβασης',
'secure_pw_title' => 'Πως να διαλέξετε ένα ασφαλή κωδικό πρόσβασης',
'secure_pw_history' => 'Δεν περνάει ούτε μία εβδομάδα χωρίς να διαβάσεις για ένα site που έχασε τους κωδικούς των χρηστών του. Οι χάκερς και οι κλέφτες χρησιμοποιούν αυτούς τους κωδικούς για να κλέψουν προσωπικές σας πληροφορίες. Οι πληροφορίες αυτές είναι πολύτιμες.',
'secure_pw_ff' => 'Χρησιμοποιείτε τον ίδιο κωδικό πρόσβασης παντού στο internet; Εάν ένας ιστότοπος διαρρεύσει τον κωδικό σας, οι χάκερ θα έχουν πρόσβαση σε όλα τα δεδομένα σας. Το Firefly III βασίζεται σε εσάς για να διαλέξετε ένα δυνατό και μοναδικό κωδικό για την προστασία των οικονομικών σας αρχείων.',
'secure_pw_check_box' => 'Για να βοηθήσει σε αυτό το Firefly III μπορεί να ελέγξει εάν ο κωδικός που θέλετε να χρησιμοποιήσετε έχει κλαπεί στο παρελθόν. Εάν ισχύει αυτό, τότε το Firefly III σας συμβουλεύει να μη χρησιμοποιήσετε αυτό τον κωδικό.',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Αναδημιουργία διακριτικού γραμμής εντολών',
'token_regenerated' => 'Δημιουργήθηκε ένα νέο διακριτικό γραμμής εντολών',
'change_your_email' => 'Αλλάξτε την διεύθυνση email σας',
'email_verification' => 'Ένα μήνυμα email θα σταλεί στην παλιά ΚΑΙ στη νέα σας διεύθυνση email. Για λόγους ασφαλείας, δεν θα μπορέσετε να συνδεθείτε εώς ότου επιβεβαιώσετε τη νέα σας διεύθυνση email. Εάν δεν είστε σίγουροι ότι η δική σας εγκατάσταση Firefly III μπορεί να στείλει email, παρακαλώ μην χρησιμοποιήσετε αυτή τη δυνατότητα. Εάν είστε διαχειριστής μπορείτε να δοκιμάσετε αυτή τη λειτουργία στη <a href="/admin">Διαχείριση</a>.',
'email_verification' => 'Ένα μήνυμα email θα σταλεί στην παλιά ΚΑΙ στη νέα σας διεύθυνση email. Για λόγους ασφαλείας, δεν θα μπορέσετε να συνδεθείτε εώς ότου επιβεβαιώσετε τη νέα σας διεύθυνση email. Εάν δεν είστε σίγουροι ότι η δική σας εγκατάσταση Firefly III μπορεί να στείλει email, παρακαλώ μην χρησιμοποιήσετε αυτή τη δυνατότητα. Εάν είστε διαχειριστής μπορείτε να δοκιμάσετε αυτή τη λειτουργία στη <a href="admin">Διαχείριση</a>.',
'email_changed_logout' => 'Μέχρι να επιβεβαιώσετε την διεύθυνση email σας, δεν μπορείτε να συνδεθείτε.',
'login_with_new_email' => 'Τώρα μπορείτε να συνδεθείτε με τη νέα σας διεύθυνση email.',
'login_with_old_email' => 'Τώρα μπορείτε να συνδεθείτε με το παλιό σας email ξανά.',
@ -910,7 +910,7 @@ return [
'options' => 'Επιλογές',
// budgets:
'budget_limit_not_in_range' => 'This amount applies from :start to :end:',
'budget_limit_not_in_range' => 'Αυτό το ποσό ισχύει από :start έως :end:',
'total_available_budget' => 'Συνολικός διαθέσιμος προϋπολογισμός (μεταξύ :start και :end)',
'total_available_budget_in_currency' => 'Συνολικός διαθέσιμος προϋπολογισμός σε :currency',
'see_below' => 'δες παρακάτω',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Αποθήκευση παραμετροποίησης',
'single_user_administration' => 'Διαχείριση χρήστη :email',
'edit_user' => 'Επεξεργασία χρήστη :email',
'hidden_fields_preferences' => 'Μπορείτε να ενεργοποιήσετε περισσότερες επιλογές συναλλαγών στις <a href="/preferences">ρυθμίσεις</a>.',
'hidden_fields_preferences' => 'Μπορείτε να ενεργοποιήσετε περισσότερες επιλογές συναλλαγών στις <a href="/preferences">προτιμήσεις</a>.',
'user_data_information' => 'Δεδομένα χρήστη',
'user_information' => 'Πληροφορίες χρήστη',
'total_size' => 'συνολικό μέγεθος',

View File

@ -120,8 +120,8 @@ return [
'stop_processing' => 'Διακοπή επεξεργασίας',
'start_date' => 'Αρχή του εύρους',
'end_date' => 'Τέλος του εύρους',
'start' => 'Start of range',
'end' => 'End of range',
'start' => 'Αρχή του εύρους',
'end' => 'Τέλος του εύρους',
'delete_account' => 'Διαγραφή λογαριασμού ":name"',
'delete_bill' => 'Διαγραφή πάγιου έξοδου ":name"',
'delete_budget' => 'Διαγραφή προϋπολογισμού ":name"',

View File

@ -33,10 +33,10 @@ return [
'index_cash_account' => 'Αυτοί είναι οι δημιουργημένοι λογαριασμοί ως τώρα. Μπορείτε να χρησιμοποιήσετε το λογαριασμό μετρητών για καταγραφή δαπανών αλλά δεν είναι και υποχρεωτικό.',
// transactions
'transactions_create_basic_info' => 'Enter the basic information of your transaction. Source, destination, date and description.',
'transactions_create_amount_info' => 'Enter the amount of the transaction. If necessary the fields will auto-update for foreign amount info.',
'transactions_create_optional_info' => 'All of these fields are optional. Adding meta-data here will make your transactions better organised.',
'transactions_create_split' => 'If you want to split a transaction, add more splits with this button',
'transactions_create_basic_info' => 'Εισαγάγετε τις βασικές πληροφορίες για τη συναλλαγή σας. Προέλευση, προορισμός, ημερομηνία και περιγραφή.',
'transactions_create_amount_info' => 'Εισαγάγετε το ποσό της συναλλαγής. Εάν είναι απαραίτητο, τα πεδία θα ενημερώνονται αυτόματα για πληροφορίες ξένου ποσού.',
'transactions_create_optional_info' => 'Όλα αυτά τα πεδία είναι προαιρετικά. Η προσθήκη μετα-δεδομένων εδώ οργανώσει καλύτερα τις συναλλαγές σας.',
'transactions_create_split' => 'Εάν θέλετε να διαχωρίσετε μια συναλλαγή, προσθέστε περισσότερους διαχωρισμούς με αυτό το κουμπί',
// create account:
'accounts_create_iban' => 'Δώστε στους λογαριασμού σας έναν έγκυρο IBAN. Αυτό θα κάνει την εισαγωγή δεδομένων πολύ πιο εύκολη στο μέλλον.',

View File

@ -37,7 +37,7 @@ return [
'linked_to_rules' => 'Σχετικοί κανόνες',
'active' => 'Είναι ενεργό;',
'percentage' => 'pct.',
'recurring_transaction' => 'Recurring transaction',
'recurring_transaction' => 'Επαναλαμβανόμενη συναλλαγή',
'next_due' => 'Επόμενη προθεσμία',
'transaction_type' => 'Τύπος',
'lastActivity' => 'Τελευταία δραστηριότητα',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Edit piggy bank ":name"',
'preferences' => 'Preferences',
'profile' => 'Profile',
'accounts' => 'Accounts',
'changePassword' => 'Change your password',
'change_email' => 'Change your email address',
'bills' => 'Bills',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days days of data may take a while to load.',
'registered' => 'You have registered successfully!',
'Default asset account' => 'Default asset account',
'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.',
'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.',
'Savings account' => 'Savings account',
'Credit card' => 'Credit card',
'source_accounts' => 'Source account|Source accounts',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Regenerate command line token',
'token_regenerated' => 'A new command line token was generated',
'change_your_email' => 'Change your email address',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="/admin">Administration</a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Until you verify your email address, you cannot login.',
'login_with_new_email' => 'You can now login with your new email address.',
'login_with_old_email' => 'You can now login with your old email address again.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Store configuration',
'single_user_administration' => 'User administration for :email',
'edit_user' => 'Edit user :email',
'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">preferences</a>.',
'user_data_information' => 'User data',
'user_information' => 'User information',
'total_size' => 'total size',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Editar hucha ":name"',
'preferences' => 'Preferencias',
'profile' => 'Perfil',
'accounts' => 'Accounts',
'changePassword' => 'Cambiar contraseña',
'change_email' => 'Cambiar su dirección de correo electrónico',
'bills' => 'Facturas',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days días de datos pueden tomar tiempo en cargarse.',
'registered' => '¡Te has registrado con éxito!',
'Default asset account' => 'Cuenta de ingresos por defecto',
'no_budget_pointer' => 'Parece que aún no tiene presupuestos. Debe crear algunos en la página <a href="/budgets">presupuestos</a>. Los presupuestos pueden ayudarle a realizar un seguimiento de los gastos.',
'no_bill_pointer' => 'Parece que aún no tiene facturas. Debería crear algunas en la página de <a href="/bills">facturas</a>. Las facturas pueden ayudarle a llevar un seguimiento de los gastos.',
'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.',
'Savings account' => 'Cuenta de ahorros',
'Credit card' => 'Tarjeta de crédito',
'source_accounts' => 'Cuenta origen|Cuentas de origen',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Regenerar token de línea de comando',
'token_regenerated' => 'Se generó un nuevo token de línea de comandos',
'change_your_email' => 'Cambie su dirección de correo',
'email_verification' => 'Un mensaje de correo electrónico sera enviado a su nueva dirección de correo viejas y nuevas. por motivos de seguridad, usted no podrá iniciar sesión hasta que verifique su nueva dirección de correo electrónico. Si no esta seguro de si su instalación Firefly III puede enviar correos electrónicos, por favor no use esta función. Si usted es administrador, usted puede probar esto en la <a href="/admin">administracion</a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Hasta que usted verifique su dirección de correo electrónico, usted no puede iniciar sesión.',
'login_with_new_email' => 'Usted puede ahora iniciar sesión con su nueva dirección de correo electrónico.',
'login_with_old_email' => 'Usted puede ahora iniciar sesión con su vieja dirección de correo electrónico otra vez.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Guardar configuración',
'single_user_administration' => 'Administración de usuarios para :email',
'edit_user' => 'Editar usuario :email',
'hidden_fields_preferences' => 'Puede habilitar más opciones de transacción en sus <a href="/preferences">ajustes </a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'user_data_information' => 'Datos del usuario',
'user_information' => 'Información del usuario',
'total_size' => 'tamaño total',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Muokkaa säästöpossua ":name"',
'preferences' => 'Asetukset',
'profile' => 'Käyttäjäprofiili',
'accounts' => 'Accounts',
'changePassword' => 'Vaihda salasanasi',
'change_email' => 'Muuta sähköpostiosoitetta',
'bills' => 'Laskut',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days päivän tietojen lataus saattaa kestää jonkin aikaa.',
'registered' => 'Rekisteröitymisesi onnistui!',
'Default asset account' => 'Oletusomaisuustili',
'no_budget_pointer' => 'Sinulla ei näyttäisi olevan vielä yhtään budjettia. Sinun kannattaisi luoda niitä <a href="/budgets">budjetit</a>-sivulla. Budjetit voivat auttaa sinua pitämään kirjaa kuluistasi.',
'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_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.',
'Savings account' => 'Säästötili',
'Credit card' => 'Luottokortti',
'source_accounts' => 'Lähdetili|Lähdetilit',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Luo uusi komentorivitunnus',
'token_regenerated' => 'Uusi komentorivitunnus luotiin',
'change_your_email' => 'Muuta sähköpostiosoitetta',
'email_verification' => 'Sähköpostiviesti lähetetään sekä vanhaan ETTÄ uuteen osoitteeseesi. Turvallisuussyistä et pysty kirjautumaan tilillesi ennen kuin vahvistat uuden sähköpostiosoitteesi. Jos et tiedä pystyykö tämä Firefly III instanssi lähettämään sähköpostia, älä käytä tätä toimintoa. Jos olet ylläpitäjä, voit testata sähköpostin lähetystä <a href="/admin">Ylläpito-sivulla</a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Et voi kirjautua sisään, ennen kuin olet vahvistanut sähköpostiosoitteesi.',
'login_with_new_email' => 'Voit nyt kirjautua uudella sähköpostiosoitteella.',
'login_with_old_email' => 'Voit kirjautua jälleen vanhalla sähköpostiosoitteellasi.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Tallenna asetukset',
'single_user_administration' => 'Käyttäjän :email ylläpito',
'edit_user' => 'Muokkaa käyttäjää :email',
'hidden_fields_preferences' => 'Voit aktivoida lisää tapahtumavalintoja <a href="/preferences">asetuksissa</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'user_data_information' => 'Käyttäjätiedot',
'user_information' => 'Käyttäjätiedot',
'total_size' => 'koko yhteensä',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Modifier la tirelire ":name"',
'preferences' => 'Préférences',
'profile' => 'Profil',
'accounts' => 'Accounts',
'changePassword' => 'Modifier le mot de passe',
'change_email' => 'Changer votre adresse e-mail',
'bills' => 'Factures',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days jours de données peuvent prendre un certain temps à charger.',
'registered' => 'Vous avez été enregistré avec succès !',
'Default asset account' => 'Compte dactif par défaut',
'no_budget_pointer' => 'Vous semblez navoir encore aucun budget. Vous devriez en créer un sur la page des <a href="/budgets">budgets</a>. Les budgets peuvent vous aider à garder une trace des dépenses.',
'no_bill_pointer' => 'Vous semblez n\'avoir encore aucune facture. Vous devriez en créer une sur la page <a href="/bills">factures</a>-. Les factures peuvent vous aider à garder une trace des dépenses.',
'no_budget_pointer' => 'Vous semblez navoir encore aucun budget. Vous devriez en créer un sur la page des <a href="budgets">budgets</a>. Les budgets peuvent vous aider à garder une trace des dépenses.',
'no_bill_pointer' => 'Vous semblez n\'avoir encore aucune facture. Vous devriez en créer une sur la page <a href="bills">factures</a>-. Les factures peuvent vous aider à garder une trace des dépenses.',
'Savings account' => 'Compte dépargne',
'Credit card' => 'Carte de Crédit',
'source_accounts' => 'Compte source|Comptes source',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Régénérer le jeton de ligne de commande',
'token_regenerated' => 'Un nouveau jeton en ligne de commande a été généré',
'change_your_email' => 'Changer votre adresse e-mail',
'email_verification' => 'Un e-mail sera envoyé à votre ancienne ET votre nouvelle adresse. Pour des raisons de sécurité, vous ne pourrez pas vous connecter jusqu\'à ce que vous ayez vérifié votre nouvelle adresse. Si vous n\'êtes pas certain que votre installation de Firefly III soit capable d\'envoyer un e-mail, n\'utilisez pas cette fonctionnalité. Si vous êtes un administrateur, vous pouvez tester l\'envoi des e-mails en allant dans le menu <a href="/admin">Administration</a>.',
'email_verification' => 'Un e-mail sera envoyé à votre ancienne ET votre nouvelle adresse. Pour des raisons de sécurité, vous ne pourrez pas vous connecter jusqu\'à ce que vous ayez vérifié votre nouvelle adresse. Si vous n\'êtes pas certain que votre installation de Firefly III soit capable d\'envoyer un e-mail, n\'utilisez pas cette fonctionnalité. Si vous êtes un administrateur, vous pouvez tester l\'envoi des e-mails en allant dans le menu <a href="admin">Administration</a>.',
'email_changed_logout' => 'Vous ne pouvez pas vous connecter tant que vous n\'aurez pas vérifié votre adresse e-mail.',
'login_with_new_email' => 'Vous pouvez désormais vous connecter avec votre nouvelle adresse e-mail.',
'login_with_old_email' => 'Vous pouvez à nouveau vous connecter à l\'aide de votre ancienne adresse e-mail.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Sauvegarder la configuration',
'single_user_administration' => 'Gestion de l\'utilisateur pour :email',
'edit_user' => 'Modifier l\'utilisateur :email',
'hidden_fields_preferences' => 'Vous pouvez activer plus d\'options d\'opérations dans vos <a href="/preferences">paramètres</a>.',
'hidden_fields_preferences' => 'Vous pouvez activer plus d\'options d\'opérations dans vos <a href="preferences">paramètres</a>.',
'user_data_information' => 'Données utilisateur',
'user_information' => 'Informations utilisateur',
'total_size' => 'taille totale',
@ -1525,7 +1525,7 @@ return [
'configuration_updated' => 'La configuration a été mise à jour',
'setting_is_demo_site' => 'Site de démonstration',
'setting_is_demo_site_explain' => 'Si vous cochez cette case, cette installation se comportera comme si c\'était le site de démonstration, ce qui comporte certaines limitations.',
'block_code_bounced' => 'Rebond des messages emails',
'block_code_bounced' => 'Rebond des emails',
'block_code_expired' => 'Compte démo expiré',
'no_block_code' => 'Aucune raison pour le blocage ou utilisateur non bloqué',
'block_code_email_changed' => 'L\'utilisateur n\'a pas encore confirmé sa nouvelle adresse e-mail',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => '":name" malacpersely szerkesztése',
'preferences' => 'Beállítások',
'profile' => 'Profil',
'accounts' => 'Accounts',
'changePassword' => 'Jelszó módosítása',
'change_email' => 'Email cím módosítása',
'bills' => 'Számlák',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days napi adat betöltése eltarthat egy ideig.',
'registered' => 'A regisztráció sikeres!',
'Default asset account' => 'Alapértelmezett eszközszámla',
'no_budget_pointer' => 'Úgy tűnik, még nincsenek költségkeretek. Költségkereteket a <a href="/budgets">költségkeretek</a> oldalon lehet létrehozni. A költségkeretek segítenek nyomon követni a költségeket.',
'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_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.',
'Savings account' => 'Megtakarítási számla',
'Credit card' => 'Hitelkártya',
'source_accounts' => 'Forrásszámla|Forrásszámlák',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Parancssori token újragenerálása',
'token_regenerated' => 'Az új parancssori token generálódott',
'change_your_email' => 'Email cím módosítása',
'email_verification' => 'Egy email üzenet lesz elküldve a régi ÉS az új email címre. Biztonsági okokból, nem lehet majd bejelentkezni amíg az új email cím nincs ellenőrizve. Ha nem biztos, hogy a Firefly III telepítés képes emaileket küldeni, nem szabad használni ezt a funkciót. Az adminisztrátor ellenőrizheti ezt az <a href="/admin">Adminisztráció</a> oldalon.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Amíg nem ellenőrizted az email címed addig nem tudsz bejelentkezni.',
'login_with_new_email' => 'Most már bejelentkezhet az új email címével.',
'login_with_old_email' => 'Most már bejelentkezhet újra a régi email címével.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Beállítás tárolása',
'single_user_administration' => ':email felhasználó adminisztrációja',
'edit_user' => ':email felhasználó szerkesztése',
'hidden_fields_preferences' => 'A <a href="/preferences">beállításokban</a> több tranzakciós beállítási lehetőség is megadható.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'user_data_information' => 'Felhasználói adatok',
'user_information' => 'Felhasználó információk',
'total_size' => 'teljes méret',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Edit celengan ":name"',
'preferences' => 'Preferensi',
'profile' => 'Profil',
'accounts' => 'Accounts',
'changePassword' => 'Ubah kata sandi Anda',
'change_email' => 'Ubah alamat email anda',
'bills' => 'Tagihan',
@ -61,5 +62,5 @@ return [
'telemetry_view' => 'Melihat data',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
'logout_others' => 'Logout other sessions'
'logout_others' => 'Keluar dari semua sesi'
];

View File

@ -23,26 +23,26 @@
declare(strict_types=1);
return [
'404_header' => 'Firefly III cannot find this page.',
'404_page_does_not_exist' => 'The page you have requested does not exist. Please check that you have not entered the wrong URL. Did you make a typo perhaps?',
'404_send_error' => 'If you were redirected to this page automatically, please accept my apologies. There is a mention of this error in your log files and I would be grateful if you sent me the error to me.',
'404_github_link' => 'If you are sure this page should exist, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'404_header' => 'Firefly III tidak dapat menemukan halaman ini.',
'404_page_does_not_exist' => 'Halaman yang anda minta tidak ada. Harap pastikan bahwa anda sudah memasukkan URL yang benar. Mungkin ada kesalahan pengetikan?',
'404_send_error' => 'Jika anda diarahkan ke halaman ini secara otomatis, saya mohon maaf. Kesalahan ini sudah dicatat pada file log dan saya sangat berterima kasih jika anda mengirimkan kesalahan ini kepada saya.',
'404_github_link' => 'Jika anda yakin halaman ini seharusnya ada, silakan buat tiket isu pada <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'whoops' => 'Whoops',
'fatal_error' => 'There was a fatal error. Please check the log files in "storage/logs" or use "docker logs -f [container]" to see what\'s going on.',
'maintenance_mode' => 'Firefly III is in maintenance mode.',
'be_right_back' => 'Be right back!',
'maintenance_mode' => 'Firefly III sedang dalam mode pemeliharaan.',
'be_right_back' => 'Segera kembali!',
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second.',
'error_occurred' => 'Whoops! An error occurred.',
'error_not_recoverable' => 'Unfortunately, this error was not recoverable :(. Firefly III broke. The error is:',
'error' => 'Error',
'error_location' => 'This error occured in file <span style="font-family: monospace;">:file</span> on line :line with code :code.',
'stacktrace' => 'Stack trace',
'more_info' => 'More information',
'more_info' => 'Informasi lebih lanjut',
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
'github_help' => 'Get help on GitHub',
'github_help' => 'Dapatkan bantuan di GitHub',
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
'use_search' => 'Use the search!',
'use_search' => 'Gunakan pencarian!',
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
'tell_more' => 'Tell us more than "it says Whoops!"',
'include_logs' => 'Include error logs (see above).',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days hari data mungkin perlu beberapa saat untuk memuat.',
'registered' => 'Anda telah berhasil mendaftar!',
'Default asset account' => 'Akun aset standar',
'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.',
'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.',
'Savings account' => 'Rekening tabungan',
'Credit card' => 'Kartu kredit',
'source_accounts' => 'Source account|Source accounts',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Regenerate command line token',
'token_regenerated' => 'A new command line token was generated',
'change_your_email' => 'Ubah alamat email anda',
'email_verification' => 'Pesan email akan dikirim ke alamat email lama DAN baru Anda. Untuk tujuan keamanan, Anda tidak dapat masuk sampai Anda memverifikasi alamat email baru Anda. Jika Anda tidak yakin apakah instalasi Firefly III Anda bisa mengirim email, tolong jangan gunakan fitur ini. Jika Anda seorang administrator, Anda dapat mengujinya di <a href="/admin">Administrasi</a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Sampai Anda memverifikasi alamat email Anda, Anda tidak dapat login.',
'login_with_new_email' => 'Anda sekarang bisa masuk dengan alamat email baru Anda.',
'login_with_old_email' => 'Anda sekarang dapat login dengan alamat email lama Anda lagi.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Konfigurasi toko',
'single_user_administration' => 'Administrasi pengguna untuk :email',
'edit_user' => 'Edit pengguna :email',
'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">preferences</a>.',
'user_data_information' => 'Data pengguna',
'user_information' => 'Informasi pengguna',
'total_size' => 'ukuran total',

View File

@ -33,10 +33,10 @@ return [
'index_cash_account' => 'These are the accounts created so far. You can use the cash account to track cash expenses but it\'s not mandatory of course.',
// transactions
'transactions_create_basic_info' => 'Enter the basic information of your transaction. Source, destination, date and description.',
'transactions_create_basic_info' => 'Masukkan informasi dasar mengenai transaksi anda. Sumber, tujuan, tanggal dan deskripsi.',
'transactions_create_amount_info' => 'Enter the amount of the transaction. If necessary the fields will auto-update for foreign amount info.',
'transactions_create_optional_info' => 'All of these fields are optional. Adding meta-data here will make your transactions better organised.',
'transactions_create_split' => 'If you want to split a transaction, add more splits with this button',
'transactions_create_optional_info' => 'Semua kolom ini adalah opsional. Menambahkan metadata akan membuat transaksi anda lebih rapi.',
'transactions_create_split' => 'Jika anda ingin membagi sebuah transaksi, anda dapat melakukannya dengan tombol ini',
// create account:
'accounts_create_iban' => 'Berikan akun anda IBAN yang benar. Hal ini bisa membuat data impor sangat mudah di masa yang akan datang.',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Modifica salvadanaio ":name"',
'preferences' => 'Preferenze',
'profile' => 'Profilo',
'accounts' => 'Accounts',
'changePassword' => 'Cambia la tua password',
'change_email' => 'Cambia il tuo indirizzo email',
'bills' => 'Bollette',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days di caricamento dei dati potrebbero richiedere un pò di tempo.',
'registered' => 'Ti sei registrato con successo!',
'Default asset account' => 'Conto attività predefinito',
'no_budget_pointer' => 'Sembra che tu non abbia ancora dei budget. Dovresti crearne alcuni nella pagina dei <a href="/budgets">budget</a>. I budget possono aiutarti a tenere traccia delle spese.',
'no_bill_pointer' => 'Sembra che tu non abbia ancora delle bollette. Dovresti crearne alcune nella pagina delle <a href="/bills">bollette</a>. Le bollette possono aiutarti a tenere traccia delle spese.',
'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.',
'Savings account' => 'Conti risparmio',
'Credit card' => 'Carta di credito',
'source_accounts' => 'Conto origine|Conti origine',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Rigenera il token della riga di comando',
'token_regenerated' => 'È stato generato un nuovo token della riga di comando',
'change_your_email' => 'Cambia il tuo indirizzo email',
'email_verification' => 'Un messaggio di posta elettronica verrà inviato al vecchio E al nuovo indirizzo email. Per motivi di sicurezza, non potrai accedere fino a quando non avrai verificato il tuo nuovo indirizzo email. Se non si è sicuri che l\'installazione di Firefly III sia in grado di inviare e-mail, si prega di non utilizzare questa funzione. Se sei un amministratore, puoi verificarlo in <a href="/admin">Amministrazione</a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Fino a quando non verifichi il tuo indirizzo email, non puoi effettuare il login.',
'login_with_new_email' => 'Ora puoi accedere con il tuo nuovo indirizzo email.',
'login_with_old_email' => 'Ora puoi accedere nuovamente con il tuo vecchio indirizzo email.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Salva configurazione',
'single_user_administration' => 'Amministrazione utenti per :email',
'edit_user' => 'Modifica utente :email',
'hidden_fields_preferences' => 'Puoi abilitare maggiori opzioni per le transazioni nelle tue <a href="/preferences">impostazioni</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'user_data_information' => 'Dati utente',
'user_information' => 'Informazioni Utente',
'total_size' => 'dimensione totale',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Rediger sparegris ":name"',
'preferences' => 'Innstillinger',
'profile' => 'Profil',
'accounts' => 'Accounts',
'changePassword' => 'Endre passord',
'change_email' => 'Endre din epostadresse',
'bills' => 'Regninger',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days dager med data kan ta litt tid å laste.',
'registered' => 'Registreringen var vellykket!',
'Default asset account' => 'Standard aktivakonto',
'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.',
'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.',
'Savings account' => 'Sparekonto',
'Credit card' => 'Kredittkort',
'source_accounts' => 'Source account|Source accounts',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Regenerer kommandolinjenøkkel',
'token_regenerated' => 'En ny kommandolinjenøkkel ble generert',
'change_your_email' => 'Endre din epostadresse',
'email_verification' => 'En e-postmelding sendes til din gamle og nye e-postadresse. Av sikkerhetsgrunner, vil du ikke kunne logge inn før du bekrefter din nye epostadresse. Hvis du er usikker på om Firefly III installasjonen er i stand til å sende e-post, ikke bruk denne funksjonen. Hvis du er administrator, kan du teste dette i <a href="/admin">Administrasjon</a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Inntil du bekrefter e-postadressen din, kan du ikke logge inn.',
'login_with_new_email' => 'Du kan nå logge inn med din nye e-postadresse.',
'login_with_old_email' => 'Du kan nå logge inn med din gamle e-postadresse igjen.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Lagre konfigurasjon',
'single_user_administration' => 'Brukeradministrasjon for :email',
'edit_user' => 'Rediger bruker :email',
'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">preferences</a>.',
'user_data_information' => 'Brukerdata',
'user_information' => 'Brukerinformasjon',
'total_size' => 'totalstørrelse',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Wijzig spaarpotje ":name"',
'preferences' => 'Voorkeuren',
'profile' => 'Profiel',
'accounts' => 'Rekeningen',
'changePassword' => 'Verander je wachtwoord',
'change_email' => 'Verander je emailadres',
'bills' => 'Contracten',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => 'Het kan even duren voor :days dagen aan gegevens geladen zijn.',
'registered' => 'Je bent geregistreerd!',
'Default asset account' => 'Standaard betaalrekening',
'no_budget_pointer' => 'Je hebt nog geen budgetten. Maak er een aantal op de <a href="/budgets">budgetten</a>-pagina. Met budgetten kan je je uitgaven beter bijhouden.',
'no_bill_pointer' => 'Je hebt nog geen contracten. Maak er een aantal op de <a href="/bills">contracten</a>-pagina. Met contracten kan je je uitgaven beter bijhouden.',
'no_budget_pointer' => 'Je hebt nog geen budgetten. Maak er een aantal op de <a href="budgets">budgetten</a>-pagina. Met budgetten kan je je uitgaven beter bijhouden.',
'no_bill_pointer' => 'Je hebt nog geen contracten. Maak er een aantal op de <a href="bills">contracten</a>-pagina. Met contracten kan je je uitgaven beter bijhouden.',
'Savings account' => 'Spaarrekening',
'Credit card' => 'Credit card',
'source_accounts' => 'Bronrekening|Bronrekeningen',
@ -307,8 +307,8 @@ return [
'search_modifier_destination_account_starts' => 'Doelrekeningnaam begint met ":value"',
'search_modifier_destination_account_ends' => 'Doelrekeningnaam eindigt met ":value"',
'search_modifier_destination_account_id' => 'Doelrekening ID is ":value"',
'search_modifier_destination_is_cash' => 'Destination account is (cash) account',
'search_modifier_source_is_cash' => 'Source account is (cash) account',
'search_modifier_destination_is_cash' => 'Doelrekening is (cash) account',
'search_modifier_source_is_cash' => 'Bronrekening is (cash) account',
'search_modifier_destination_account_nr_is' => 'Doelrekeningnummer (IBAN) is ":value"',
'search_modifier_destination_account_nr_contains' => 'Doelrekeningnummer (IBAN) bevat ":value"',
'search_modifier_destination_account_nr_starts' => 'Doelrekeningnummer (IBAN) begint met ":value"',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Nieuw opdrachtprompt-token genereren',
'token_regenerated' => 'Er is een nieuw opdrachtprompt-token gegenereerd',
'change_your_email' => 'Verander je emailadres',
'email_verification' => 'Het systeem verstuurt een mailtje naar je oude EN nieuwe emailadres. Uit veiligheidsoverwegingen ben je zometeen uitgelogd en kan je pas weer inloggen als je je emailadres hebt bevestigd. Doe dit niet als je niet zeker weet of je Firefly III installatie wel mail kan versturen. Als je een admin bent, test dit dan eerst in de <a href="/admin">administratie</a>.',
'email_verification' => 'Het systeem verstuurt een mailtje naar je oude EN nieuwe emailadres. Uit veiligheidsoverwegingen ben je zometeen uitgelogd en kan je pas weer inloggen als je je emailadres hebt bevestigd. Doe dit niet als je niet zeker weet of je Firefly III installatie wel mail kan versturen. Als je een admin bent, test dit dan eerst in de <a href="admin">administratie</a>.',
'email_changed_logout' => 'Je kan niet inloggen tot je je emailadres bevestigd.',
'login_with_new_email' => 'Je kan nu inloggen met je nieuwe emailadres.',
'login_with_old_email' => 'Je kan nu weer inloggen met je oude emailadres.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Configuratie opslaan',
'single_user_administration' => 'Gebruikersadministratie voor :email',
'edit_user' => 'Wijzig gebruiker :email',
'hidden_fields_preferences' => 'Je kan meer transactieopties inschakelen in je <a href="/preferences">instellingen</a>.',
'hidden_fields_preferences' => 'Je kan meer transactieopties inschakelen in je <a href="preferences">instellingen</a>.',
'user_data_information' => 'Gebruikersgegevens',
'user_information' => 'Gebruikersinformatie',
'total_size' => 'totale grootte',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Modyfikuj skarbonkę ":name"',
'preferences' => 'Preferencje',
'profile' => 'Profil',
'accounts' => 'Accounts',
'changePassword' => 'Zmień swoje hasło',
'change_email' => 'Zmień swój adres e-mail',
'bills' => 'Rachunki',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => 'Załadowanie danych z :days dni może trochę potrwać.',
'registered' => 'Zarejestrowałeś się pomyślnie!',
'Default asset account' => 'Domyślne konto aktywów',
'no_budget_pointer' => 'Wygląda na to że nie masz jeszcze budżetów. Powinieneś utworzyć kilka na stronie <a href="/budgets">budżety</a>. Budżety mogą Ci pomóc śledzić wydatki.',
'no_bill_pointer' => 'Wygląda na to że nie masz jeszcze rachunków. Powinieneś utworzyć kilka na stronie <a href="/bills">rachunków</a>. Rachunki mogą Ci pomóc śledzić wydatki.',
'no_budget_pointer' => 'Wygląda na to, że nie masz jeszcze budżetów. Powinieneś utworzyć kilka na stronie <a href="budgets">budżetów</a>. Budżety mogą Ci pomóc śledzić wydatki.',
'no_bill_pointer' => 'Wygląda na to, że nie masz jeszcze rachunków. Powinieneś utworzyć kilka na stronie <a href="bills">rachunków</a>. Rachunki mogą Ci pomóc śledzić wydatki.',
'Savings account' => 'Konto oszczędnościowe',
'Credit card' => 'Karta kredytowa',
'source_accounts' => 'Konto źródłowe | Konta źródłowe',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Wygeneruj nowy token wiersza poleceń',
'token_regenerated' => 'Wygenerowano nowy token wiersza poleceń',
'change_your_email' => 'Zmień swój adres e-mail',
'email_verification' => 'Wiadomość e-mail zostanie wysłana na stary ORAZ nowy adres e-mail. Ze względów bezpieczeństwa, nie będziesz mógł się zalogować, dopóki nie zweryfikujesz nowego adresu e-mail. Jeśli nie masz pewności, czy twoja instalacja Firefly III umożliwia wysyłanie wiadomości e-mail, nie korzystaj z tej funkcji. Jeśli jesteś administratorem, możesz przetestować to w <a href="/admin">panelu administracyjnym</a>.',
'email_verification' => 'Wiadomość e-mail zostanie wysłana na stary ORAZ nowy adres e-mail. Ze względów bezpieczeństwa, nie będziesz mógł się zalogować, dopóki nie zweryfikujesz nowego adresu e-mail. Jeśli nie masz pewności, czy twoja instalacja Firefly III umożliwia wysyłanie wiadomości e-mail, nie korzystaj z tej funkcji. Jeśli jesteś administratorem, możesz przetestować to w <a href="admin">panelu administracyjnym</a>.',
'email_changed_logout' => 'Dopóki nie zweryfikujesz swojego adresu e-mail, nie możesz się zalogować.',
'login_with_new_email' => 'Teraz możesz logować się nowym adresem e-mail.',
'login_with_old_email' => 'Teraz ponownie możesz logować się starym adresem e-mail.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Zapisz konfigurację',
'single_user_administration' => 'Administracja użytkownika dla :email',
'edit_user' => 'Modyfikuj użytkownika :email',
'hidden_fields_preferences' => 'Możesz włączyć więcej opcji transakcji w swoich <a href="/preferences">ustawieniach</a>.',
'hidden_fields_preferences' => 'Możesz włączyć więcej opcji transakcji w swoich <a href="preferences">ustawieniach</a>.',
'user_data_information' => 'Dane użytkownika',
'user_information' => 'Informacja o użytkowniku',
'total_size' => 'łączny rozmiar',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Editar cofrinho ":name"',
'preferences' => 'Preferências',
'profile' => 'Perfil',
'accounts' => 'Accounts',
'changePassword' => 'Alterar sua senha',
'change_email' => 'Altere seu endereço de email',
'bills' => 'Faturas',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days dias de dados podem demorar um pouco para carregar.',
'registered' => 'Você se registrou com sucesso!',
'Default asset account' => 'Conta padrão',
'no_budget_pointer' => 'Parece que você ainda não tem orçamentos. Você deve criar alguns na página de <a href="/budgets">orçamentos</a>. Orçamentos podem ajudá-lo a manter o controle das despesas.',
'no_bill_pointer' => 'Parece que você ainda não tem faturas. Você deveria criar algumas em <a href="/bills">faturas</a>. Faturas podem ajudar você a manter o controle das despesas.',
'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.',
'Savings account' => 'Conta poupança',
'Credit card' => 'Cartão de crédito',
'source_accounts' => 'Conta de origem|Contas de origem',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Regenerar token de linha de comando',
'token_regenerated' => 'Foi gerado um novo token de linha de comando',
'change_your_email' => 'Altere seu endereço de email',
'email_verification' => 'Uma mensagem de e-mail será enviada para o seu antigo e novo endereço de e-mail. Por motivos de segurança, você não poderá fazer o login até verificar seu novo endereço de e-mail. Se você não tem certeza se a sua instalação do Firefly III é capaz de enviar e-mails, não use esse recurso. Se você é um administrador, você pode testar isso no <a href="/admin">Administração</a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Até que você verifique seu endereço de e-mail, não pode iniciar sessão.',
'login_with_new_email' => 'Agora você pode fazer login com seu novo endereço de e-mail.',
'login_with_old_email' => 'Agora você pode fazer login novamente com o seu endereço de e-mail antigo.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Salvar configuração',
'single_user_administration' => 'Administração de usuários para :email',
'edit_user' => 'Editar usuário :email',
'hidden_fields_preferences' => 'Você pode ativar mais opções de transações em suas <a href="/preferences">configurações</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'user_data_information' => 'Dados de usuário',
'user_information' => 'Informações do usuário',
'total_size' => 'tamanho total',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Editează pușculița ":name"',
'preferences' => 'Preferințe',
'profile' => 'Profil',
'accounts' => 'Accounts',
'changePassword' => 'Modificare parolă',
'change_email' => 'Modificare adresă de email',
'bills' => 'Facturi',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => ':days zilele de date pot dura o perioadă până încărcare.',
'registered' => 'Te-ai inregistrat cu succes!',
'Default asset account' => 'Ccont de active implicit',
'no_budget_pointer' => 'Se pare că nu aveți încă bugete. Ar trebui să creați câteva pe pagina <a href="/budgets">bugete</a>. Bugetele vă pot ajuta să țineți evidența cheltuielilor.',
'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_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.',
'Savings account' => 'Cont de economii',
'Credit card' => 'Card de credit',
'source_accounts' => 'Contul sursă | Conturi sursă',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Regenerați token-ul liniei de comandă',
'token_regenerated' => 'A fost generat un nou token de linie de comandă',
'change_your_email' => 'Schimbați adresa dvs. de e-mail',
'email_verification' => 'Va fi trimis un email pe vechea si noua adresă de e-mail. Din motive de securitate, nu veți putea să vă conectați până când nu vă confirmați noua adresă de e-mail. Dacă nu sunteți sigur că instalarea dvs. Firefly III este capabilă să trimită e-mailuri, vă rugăm să nu utilizați această caracteristică. Dacă sunteți administrator, puteți testa acest lucru în <a href="/admin"> Admin </a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Până când nu vă confirmați adresa de e-mail, nu vă puteți conecta.',
'login_with_new_email' => 'Acum vă puteți conecta cu noua dvs. adresă de e-mail.',
'login_with_old_email' => 'Acum puteți să vă conectați din nou cu vechea adresă de e-mail.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Salvați configurarea',
'single_user_administration' => 'Administrare utilizator pentru :email',
'edit_user' => 'Editați user :email',
'hidden_fields_preferences' => 'Puteți activa mai multe opțiuni de tranzacție în <a href="/preferences">setările dvs</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'user_data_information' => 'Datele utilizatorului',
'user_information' => 'Informații utilizator',
'total_size' => 'marimea totală',

View File

@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Редактирование копилки ":name"',
'preferences' => 'Настройки',
'profile' => 'Профиль',
'accounts' => 'Accounts',
'changePassword' => 'Изменение вашего пароля',
'change_email' => 'Изменить адрес электронной почты',
'bills' => 'Счета к оплате',

View File

@ -104,8 +104,8 @@ return [
'warning_much_data' => 'Загрузка данных за :days дней может занять некоторое время.',
'registered' => 'Вы зарегистрировались успешно!',
'Default asset account' => 'Счёт по умолчанию',
'no_budget_pointer' => 'Похоже, у вас пока нет бюджетов. Вы должны создать их в разделе <a href="/budgets">Бюджеты</a>. Бюджеты могут помочь вам отслеживать расходы.',
'no_bill_pointer' => 'Похоже, у вас пока нет счетов на оплату. Вы должны создать их в разделе <a href="/bills">Счета на оплату</a>. Счета на оплату могут помочь вам отслеживать расходы.',
'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.',
'Savings account' => 'Сберегательный счет',
'Credit card' => 'Кредитная карта',
'source_accounts' => 'Счёт-источник|Счета-источники',
@ -748,7 +748,7 @@ return [
'regenerate_command_line_token' => 'Сгенерировать новый токен командной строки',
'token_regenerated' => 'Новый токен командной строки сгенерирован',
'change_your_email' => 'Изменить ваш адрес электронной почты',
'email_verification' => 'Письмо будет отправлено на ваши адреса электронной почты: старый и новый. В целях безопасности, вы не сможете войти в систему, пока не подтвердите новый адрес электронной почты. Если вы не уверены, что ваша установка Firefly III может отправлять электронную почту, не используйте эту функцию. Если вы являетесь администратором, вы можете проверить это на странице <a href="/admin">Администрирование</a>.',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Пока вы не подтвердите свой адрес электронной почты, вы не сможете войти в систему.',
'login_with_new_email' => 'Теперь вы можете войти с новым адресом электронной почты.',
'login_with_old_email' => 'Теперь вы можете снова войти со своим старым адресом электронной почты.',
@ -1514,7 +1514,7 @@ return [
'store_configuration' => 'Сохранить конфигурацию',
'single_user_administration' => 'Управление пользователем :email',
'edit_user' => 'Редактирование пользователя :email',
'hidden_fields_preferences' => 'Вы можете включить больше параметров транзакции на странице <a href="/preferences">настроек</a>.',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'user_data_information' => 'Данные пользователя',
'user_information' => 'Информация о пользователе',
'total_size' => 'общий размер',

View File

@ -0,0 +1,26 @@
<?php
/**
* api.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
];

View File

@ -0,0 +1,28 @@
<?php
/**
* auth.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'failed' => 'Nesprávne prihlasovacie údaje.',
'throttle' => 'Príliš mnoho pokusov o prihlásenie. Skúste to prosím znovu o :seconds sekúnd.',
];

View File

@ -0,0 +1,66 @@
<?php
/**
* breadcrumbs.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'home' => 'Domov',
'edit_currency' => 'Upraviť menu „:name“',
'delete_currency' => 'Odstrániť menu „:name“',
'newPiggyBank' => 'Vytvoriť novú pokladničku',
'edit_piggyBank' => 'Upraviť pokladničku „:name“',
'preferences' => 'Predvoľby',
'profile' => 'Profil',
'accounts' => 'Accounts',
'changePassword' => 'Zmeniť heslo',
'change_email' => 'Zmeniť e-mailovú adresu',
'bills' => 'Účtenky a faktúry',
'newBill' => 'Nový účet',
'edit_bill' => 'Upravit účet „:name“',
'delete_bill' => 'Odstrániť účet „:name“',
'reports' => 'Prehľady',
'search_result' => 'Výsledky vyhľadávania pre „:query“',
'withdrawal_list' => 'Výdaje',
'Withdrawal_list' => 'Výdaje',
'deposit_list' => 'Výnosy, príjmy a vklady',
'transfer_list' => 'Prevody',
'transfers_list' => 'Prevody',
'reconciliation_list' => 'Vyúčtovania',
'create_withdrawal' => 'Vytvoriť nový výber',
'create_deposit' => 'Vytvoriť nový vklad',
'create_transfer' => 'Vytvoriť nový prevod',
'create_new_transaction' => 'Vytvoriť novú transakciu',
'edit_journal' => 'Upraviť transakciu „:description“',
'edit_reconciliation' => 'Upraviť „:description“',
'delete_journal' => 'Odstrániť transakciu „:description“',
'delete_group' => 'Odstrániť transakciu „:description“',
'tags' => 'Štítky',
'createTag' => 'Vytvoriť nový štítok',
'edit_tag' => 'Upraviť štítok „:tag“',
'delete_tag' => 'Odstrániť štítok „:tag“',
'delete_journal_link' => 'Odstrániť previazanie medzi transakciami',
'telemetry_index' => 'Telemetria',
'telemetry_view' => 'Zobraziť telemetriu',
'edit_object_group' => 'Upraviť skupinu pravidiel „:title“',
'delete_object_group' => 'Zmazať skupinu pravidiel „:title“',
'logout_others' => 'Odhlásiť všetky ostatné relácie'
];

View File

@ -0,0 +1,29 @@
<?php
/**
* components.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// profile
// bills:
];

View File

@ -0,0 +1,52 @@
<?php
/**
* config.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'html_language' => 'sk',
'locale' => 'sk, Slovenčina, sk_SK, sk_SK.utf8, sk_SK.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'MMM D, RRRR',
'month_and_date_day' => '%A %e. %B %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e. %B %Y',
'week_in_year' => 'Týždeň %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'D. MMMM YYYY',
'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss',
'specific_day_js' => 'D. MMMM YYYY',
'week_in_year_js' => '[Week] t, RRRR',
'year_js' => 'YYYY',
'half_year_js' => 'Q YYYY',
'dow_1' => 'Pondelok',
'dow_2' => 'Utorok',
'dow_3' => 'Streda',
'dow_4' => 'Štvrtok',
'dow_5' => 'Piatok',
'dow_6' => 'Sobota',
'dow_7' => 'Nedeľa',
];

View File

@ -0,0 +1,37 @@
<?php
/**
* demo.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'no_demo_text' => 'Je nám ľúto, ale pre <abbr title=":route">na tejto stránke</abbr> nie je žiadny ďalší text vysvetľujúci ukážku.',
'see_help_icon' => 'Avšak ikona <i class="fa fa-question-circle"></i> v pravom hornom rohu vám môže povedať viac.',
'index' => 'Vitajte vo <strong>Firefly III</strong>! Tato stránka je rýchlym prehľadom vašich financií. Pre ďalšie informácie sa pozrite na Účty &rarr; <a href=":asset">Účty aktiv</a> a samozrejme <a href=":budgets">Rozpočty</a> a <a href=":reports">Výkazy</a>. Alebo sa jednoducho poobzerajte, a uvidíte, kde všade skončíte.',
'accounts-index' => 'Majetkové účty sú vaše osobné bankové účty. Výdavkové účty sú účty, na ktoré míňate peniaze, napríklad obchody a priatelia. Príjmové účty sú účty, z ktorých dostávate peniaze, napríklad vaša práca, vláda alebo iné zdroje príjmu. Záväzky sú vaše dlhy a pôžičky, napríklad staré dlhy na kreditnej karte alebo študentské pôžičky. Na tejto stránke ich môžete upraviť alebo odstrániť.',
'budgets-index' => 'Táto stránka zobrazuje prehľad vašich rozpočtov. Horná lišta zobrazuje sumu, ktorá je k dispozícii na rozpočet. Toto je možné prispôsobiť pre ľubovoľné obdobie kliknutím na sumu vpravo. Suma, ktorú ste skutočne minuli, sa zobrazuje na paneli nižšie. Nižšie sú uvedené výdavky na rozpočet a to, čo ste pre ne rozpočítali.',
'reports-index-start' => 'Firefly III podporuje množstvo druhov výkazov. Prečítajte si o nich kliknutím na ikonu <i class = "fa fa-question-circle"></i> v pravom hornom rohu.',
'reports-index-examples' => 'Nezabudnite si prečítať tieto príklady: <a href=":one">mesačný finančný prehľad</a>, <a href=":two">ročný finančný prehľad</a> a <a href=":three">prehľad rozpočtu</a>.',
'currencies-index' => 'Firefly III podporuje viac mien. Aj keď je štandardne nastavený na euro, dá sa nastaviť na americký dolár a mnoho ďalších mien. Ako vidíte, bol zahrnutý malý výber mien, ale môžete pridať svoje vlastné, ak chcete. Zmena predvolenej meny však nezmení menu existujúcich transakcií: Firefly III podporuje použitie viacerých mien súčasne.',
'transactions-index' => 'Tieto výdavky, vklady a prevody nie sú nijako zvlášť nápadité. Boli vygenerované automaticky.',
'piggy-banks-index' => 'Ako vidíte, sú tu tri pokladničky. Pomocou tlačidiel plus a mínus môžete ovplyvňovať množstvo peňazí v jednotlivých pokladničkách. Kliknutím na názov pokladničkyzobrazíte správu jednotlivých pokladničiek.',
'profile-index' => 'Pamätajte, že ukážková stránka sa resetuje každé štyri hodiny. Váš prístup môže byť kedykoľvek odvolaný. To sa deje automaticky a nejde o chybu.',
];

View File

@ -0,0 +1,104 @@
<?php
/**
* email.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// common items
'greeting' => 'Ahoj,',
'closing' => 'Píp píp,',
'signature' => 'Firefly III E-mail Robot',
'footer_ps' => 'PS: Táto správa bola odoslaná na základe požiadavky z IP :ipAddress.',
// admin test
'admin_test_subject' => 'Testovacia správa z vašej inštalácie Firefly III',
'admin_test_body' => 'Toto je testovacia správa z vašej inštancie Firefly III. Bola odoslaná na :email.',
// new IP
'login_from_new_ip' => 'Nové prihlásenie do Firefly III',
'new_ip_body' => 'Firefly III zachytil nové prihlásenie do Vášho účtu z neznámej IP adresy. Ak ste sa tejto adresy nikdy neprihlásili, alebo to bolo pred viac, než 6 mesiacmi, Firefly III Vás na to upozorní.',
'new_ip_warning' => 'Ak túto poznáte túto IP adresu alebo prihlásenie, ignorujte túto správu. Ak ste sa neprihlásili, alebo netušíte, o čo ide, overte si bezpečnosť Vášho hesla, zmeňte ho, a odhláste sa zo všetkých sedení. Môžete tak spraviť na stránke svojho profilu. Máte už zapnuté 2FA overenie, však? Buďte v bezpečí!',
'ip_address' => 'IP adresa',
'host_name' => 'Hostiteľ',
'date_time' => 'Dátum a čas',
// access token created
'access_token_created_subject' => 'Token prístupu bol vytvorený',
'access_token_created_body' => 'Niekto (dúfajme že vy) vytvoril pre váš účet nový prístupový token pre Firefly III API.',
'access_token_created_explanation' => 'S týmto tokenom môžete cez Firefly III API pristupovať ku <strong>všetkým</strong> vašim finančným údajom.',
'access_token_created_revoke' => 'Ak ste to neboli vy, čo najskôr tento token zneplatnite na :url.',
// registered
'registered_subject' => 'Vitajte vo Firefly III!',
'registered_welcome' => 'Vitajte vo <a style="color:#337ab7" href=":address">Firefly III</a>. Vaša registrácia sa podarila a tento e-mail k vám dorazil ako potvrdenie. Jupí!',
'registered_pw' => 'Ak ste už zabudli svoje heslo, môžete ho obnoviť <a style="color:#337ab7" href=":address/password/reset">nástrojom na obnovu hesla</a>.',
'registered_help' => 'V pravom hornom rohu každej stánky je ikonka pomocníka. Ak potrebujete pomoc, kliknite na ňu!',
'registered_doc_html' => 'Ak ste tak už nespravili, prečítajte si <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">hlavnú myšlienku</a>.',
'registered_doc_text' => 'Ak ste tak ešte nespravili, prečítajte si sprievodcu pre prvé použitie a celý popis.',
'registered_closing' => 'Užite si to!',
'registered_firefly_iii_link' => 'Firefly III:',
'registered_pw_reset_link' => 'Obnova hesla:',
'registered_doc_link' => 'Dokumentácia:',
// email change
'email_change_subject' => 'Vaša e-mailová adresa Firefly III bola zmenená',
'email_change_body_to_new' => 'Vy, alebo niekto s prístupom k vášmu účtu Firefly III zmenil vašu e-mailovú adresu. Ak ste túto správu nečakali, môžete ju ignorovať a zmazať.',
'email_change_body_to_old' => 'Vy, alebo niekto s prístupom k vášmu účtu Firefly III zmenil vašu e-mailovú adresu. Ak ste to nečakali, <strong>hneď</strong> kliknite na linku "storno" nižšie, aby ste svoj účet ochránili!',
'email_change_ignore' => 'Ak o tejto zmene viete, môžete túto správu pokojne ignorovať.',
'email_change_old' => 'Pôvodná e-mailová adresa bola :email',
'email_change_old_strong' => 'Pôvodná e-mailová adresa bola: <strong>:email</strong>',
'email_change_new' => 'Nová e-mailová adresa je: :email',
'email_change_new_strong' => 'Nová e-mailová adresa je: <strong>:email</strong>',
'email_change_instructions' => 'Kým túto zmenu nepotvrdíte, nemôžete používať svoj Firefly III účet. Pokračujte kliknutím na linku nižšie.',
'email_change_undo_link' => 'Zmenu vrátite späť kliknutím na túto linku:',
// OAuth token created
'oauth_created_subject' => 'Bol vytvorený nový OAuth klient',
'oauth_created_body' => 'Niekto (dúfajme že vy) vytvoril pre váš účet nového OAuth klienta pre Firefly III API. Bol nazvaný ":name" a má spätnú URL <span style="font-family: monospace;">:url</span>.',
'oauth_created_explanation' => 'S týmto klientom je možné cez Firefly III API pristupovať ku <strong>všetkým</strong> vašim finančným údajom.',
'oauth_created_undo' => 'Ak ste to neboli vy, čo najskôr tohto klienta zneplatnite na :url.',
// reset password
'reset_pw_subject' => 'Žiadosť o zmenu hesla',
'reset_pw_instructions' => 'Niekto sa pokúsil obnoviť vaše heslo. Ak ste to boli vy, pokračujte kliknutím na linku nižšie.',
'reset_pw_warning' => '<strong>PROSÍM</strong> overte si, že linka skutočne smeruje na ten Firefly III, ktorý očakávate!',
// error
'error_subject' => 'Zachytená chyba vo Firefly III',
'error_intro' => 'Firefly III v:version narazil na chybu: <span style="font-family: monospace;">:errorMessage</span>.',
'error_type' => 'Trieda chyby ":class".',
'error_timestamp' => 'Chyba nastala: :time.',
'error_location' => 'Chyba nastala v súbore "<span style="font-family: monospace;">:file</span>" na riadku :line s kódom :code.',
'error_user' => 'Chyba sa zobrazila používateľovi #:id, <a href="mailto::email">:email</a>.',
'error_no_user' => 'Pri vyskytnutí chyby nebol prihlásený žiadny používateľ alebo žiadny nebol zistený.',
'error_ip' => 'IP adresa súvisiaca s touto chybou: :ip',
'error_url' => 'URL je: :url',
'error_user_agent' => 'User agent: :userAgent',
'error_stacktrace' => 'Celý zásobník je uvedený nižšie. Ak si myslíte, že je to chyba vo Firefly III, môžete túto správu preposlať na <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. Môže to pomôcť odstrániť chybu, na ktorú ste narazili.',
'error_github_html' => 'Prípadne môžete vytvoriť hlásenie na <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'Prípadne môžete vytvoriť hlásenie na https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'Celý zásobník je nižšie:',
// report new journals
'new_journals_subject' => 'Firefly III vytvoril novú transakciu|Firefly III :count nových transakcií',
'new_journals_header' => 'Firefly III pre vás vytvoril transakciu. Nájdete ju vo svojej inštalácii Firefly III:|Firefly III pre vás vytvoríl :count transakcií. Nájdete ich vo svojej inštalácii Firefly III:',
];

View File

@ -0,0 +1,51 @@
<?php
/**
* firefly.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'404_header' => 'Firefly III nenašiel túto stránku.',
'404_page_does_not_exist' => 'Stránka, ktorú ste si vyžiadali, neexistuje. Prosím, skontrolujte, či ste zadali správnu URL. Možno ste spravili preklep.',
'404_send_error' => 'Ak ste sem boli presmerovaní automaticky, ospravedlňujeme sa. V súbore denníka bude táto chyba spomenutá a budeme vďační, ak nám ju pošlete.',
'404_github_link' => 'Ak ste si istí, že by táto stránka mala existovať, prosím, vytvorte nové hlásenie na <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'whoops' => 'Ups',
'fatal_error' => 'Vyskytla sa závažná chyba. Prosím, pre zistenie, čo sa stalo, skontrolujte chybový záznam v "storage/logs" alebo použite "docker logs -f [container]".',
'maintenance_mode' => 'Firefly III je v údržbovom režime.',
'be_right_back' => 'Hneď sme späť!',
'check_back' => 'Firefly III je nedostupný kvôli nevyhnutnej údržbe. Prosím, skúste to neskôr.',
'error_occurred' => 'Ups! Vyskytla sa chyba.',
'error_not_recoverable' => 'Nanešťastie, túto chybu nie je možné opraviť :(. Firefly III sa pokazil. Chyba:',
'error' => 'Chyba',
'error_location' => 'Chyba nastala v súbore "<span style="font-family: monospace;">:file</span>" na riadku :line s kódom :code.',
'stacktrace' => 'Trasovanie zásobníka',
'more_info' => 'Viac informácií',
'collect_info' => 'Prosím, získajte viac informácií v zložke <code>storage/logs</code>, kde nájdete chybové záznamy. Ak spúšťate aplikáciu cez Docker, použite <code>docker logs -f [container]</code>.',
'collect_info_more' => 'Viac o získavaní informácií o chybách si môžete prečítať v sekcii <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">často kladených otázok</a>.',
'github_help' => 'Nájdite pomoc na GitHube',
'github_instructions' => 'Budeme viac než radi, ak vytvoríte nové hlásenie na <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHube</a></strong>.',
'use_search' => 'Použite vyhľadávanie!',
'include_info' => 'Priložiť informácie <a href=":link">z tejto ladiacej stránky</a>.',
'tell_more' => 'Povedzte nám viac, než "napísalo mi to Ups!"',
'include_logs' => 'Priložiť chybové záznamy (viď vyššie).',
'what_did_you_do' => 'Napíšte nám, čo ste robili, keď sa chyba vyskytla.',
];

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,250 @@
<?php
/**
* form.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// new user:
'bank_name' => 'Názov banky',
'bank_balance' => 'Zostatok',
'savings_balance' => 'Zostatok úspor',
'credit_card_limit' => 'Limit kreditnej karty',
'automatch' => 'Hľadať zhodu automaticky',
'skip' => 'Preskočiť',
'enabled' => 'Zapnuté',
'name' => 'Názov',
'active' => 'Aktívne',
'amount_min' => 'Minimálna suma',
'amount_max' => 'Maximálna suma',
'match' => 'Zhoda',
'strict' => 'Striktný režim',
'repeat_freq' => 'Opakuje sa',
'object_group' => 'Skupina',
'location' => 'Údaje o polohe',
'update_channel' => 'Kanál aktualizácií',
'currency_id' => 'Mena',
'transaction_currency_id' => 'Mena',
'auto_budget_currency_id' => 'Mena',
'external_ip' => 'Externá IP adresa vášho serveru',
'attachments' => 'Prílohy',
'BIC' => 'BIC',
'verify_password' => 'Overiť bezpečnosť hesla',
'source_account' => 'Zdrojový účet',
'destination_account' => 'Cieľový účet',
'asset_destination_account' => 'Cieľový účet',
'include_net_worth' => 'Zahrnúť do čistého majetku',
'asset_source_account' => 'Zdrojový účet',
'journal_description' => 'Popis',
'note' => 'Poznámky',
'currency' => 'Mena',
'account_id' => 'Účet aktív',
'budget_id' => 'Rozpočet',
'opening_balance' => 'Počiatočný zostatok',
'tagMode' => 'Režim štítku',
'virtual_balance' => 'Virtuálnu zostatok',
'targetamount' => 'Cieľová suma',
'account_role' => 'Rola účtu',
'opening_balance_date' => 'Dátum počiatočného zostatku',
'cc_type' => 'Zúčtovacie obdobie kreditnej karty',
'cc_monthly_payment_date' => 'Dátum mesačnej úhrady kreditnej karty',
'piggy_bank_id' => 'Pokladnička',
'returnHere' => 'Vrátiť sa sem',
'returnHereExplanation' => 'Po uložení vytvoriť ďalší.',
'returnHereUpdateExplanation' => 'Po aktualizácii sa sem vrátiť.',
'description' => 'Popis',
'expense_account' => 'Výdajový účet',
'revenue_account' => 'Príjmový účet',
'decimal_places' => 'Desatinné miesta',
'destination_amount' => 'Suma (cieľ)',
'new_email_address' => 'Nová e-mailová adresa',
'verification' => 'Overenie',
'api_key' => 'Kľúč k API',
'remember_me' => 'Zapamätať si ma',
'liability_type_id' => 'Typ záväzku',
'interest' => 'Úrok',
'interest_period' => 'Úrokové obdobie',
'type' => 'Typ',
'convert_Withdrawal' => 'Konvertovať výber',
'convert_Deposit' => 'Konvertovať vklad',
'convert_Transfer' => 'Konvertovať převod',
'amount' => 'Suma',
'foreign_amount' => 'Suma v cudzej mene',
'date' => 'Dátum',
'interest_date' => 'Úrokový dátum',
'book_date' => 'Dátum rezervácie',
'process_date' => 'Dátum spracovania',
'category' => 'Kategórie',
'tags' => 'Štítky',
'deletePermanently' => 'Permanentne odstrániť',
'cancel' => 'Storno',
'targetdate' => 'Cieľový dátum',
'startdate' => 'Dátum zahájenia',
'tag' => 'Štítok',
'under' => 'Pod',
'symbol' => 'Symbol',
'code' => 'Kód',
'iban' => 'IBAN',
'account_number' => 'Číslo účtu',
'creditCardNumber' => 'Číslo kreditnej karty',
'has_headers' => 'Hlavičky',
'date_format' => 'Formát dátumu',
'specifix' => 'Úpravy pre konkrétnu banku alebo súbor',
'attachments[]' => 'Prílohy',
'title' => 'Názov',
'notes' => 'Poznámky',
'filename' => 'Názov súboru',
'mime' => 'Typ MIME',
'size' => 'Veľkosť',
'trigger' => 'Spúšťač',
'stop_processing' => 'Zastaviť spracovanie',
'start_date' => 'Začiatok rozsahu',
'end_date' => 'Koniec rozsahu',
'start' => 'Začiatok rozsahu',
'end' => 'Koniec rozsahu',
'delete_account' => 'Odstrániť účet „:name“',
'delete_bill' => 'Odstrániť účet „:name“',
'delete_budget' => 'Odstrániť rozpočet „:name“',
'delete_category' => 'Odstrániť kategóriu „:name“',
'delete_currency' => 'Odstrániť menu „:name“',
'delete_journal' => 'Odstrániť transakciu, ktorá má popis „:description“',
'delete_attachment' => 'Odstrániť prílohu „:name“',
'delete_rule' => 'Odstrániť pravidlo „:title“',
'delete_rule_group' => 'Odstrániť skupinu pravidiel „:title“',
'delete_link_type' => 'Odstrániť odkaz typu „:name“',
'delete_user' => 'Odstrániť použivateľa „:email“',
'delete_recurring' => 'Odstrániť opakovanú transakciu „:title“',
'user_areYouSure' => 'Ak odstránite používateľa ":email“, všetko zmizne. Nie je možné vrátiť sa späť, obnoviť, nič. Ak odstránite sami seba, stratíte prístup k tejto inštancii Firefly III.',
'attachment_areYouSure' => 'Skutočne chcete odstrániť prílohu s názvom ":name"?',
'account_areYouSure' => 'Skutočne chcete odstrániť účet s názvom ":name"?',
'bill_areYouSure' => 'Skutočne chcete odstrániť účet s názvom ":name"?',
'rule_areYouSure' => 'Skutočne chcete odstrániť pravidlo s názvom ":title"?',
'object_group_areYouSure' => 'Skutočne chcete odstrániť skupinu s názvom ":title"?',
'ruleGroup_areYouSure' => 'Skutočne chcete odstrániť skupinu pravidiel s názvom ":title"?',
'budget_areYouSure' => 'Skutočne chcete odstrániť rozpočet s názvom ":name"?',
'category_areYouSure' => 'Skutočne chcete odstrániť kategóriu s názvom ":name"?',
'recurring_areYouSure' => 'Skutočne chcete odstrániť opakovanú transakciu s názvom ":title"?',
'currency_areYouSure' => 'Skutočne chcete odstrániť menu s názvom ":name"?',
'piggyBank_areYouSure' => 'Skutočne chcete odstrániť pokladničku s názvom ":name"?',
'journal_areYouSure' => 'Skutočne chcete odstrániť transakciu popísanú ":description"?',
'mass_journal_are_you_sure' => 'Skutočne chcete odstrániť tieto transakcie?',
'tag_areYouSure' => 'Skutočne chcete odstrániť značku ":tag"?',
'journal_link_areYouSure' => 'Skutočne chcete odstrániť previazanie medzi <a href=":source_link">:source</a> a <a href=":destination_link">:destination</a>?',
'linkType_areYouSure' => 'Skutočne chcete odstrániť previazanie typu ":name" (":inward" / ":outward")?',
'permDeleteWarning' => 'Odstránenie údajov z Firefly III je trvalé a nie je možné ich vrátiť späť.',
'mass_make_selection' => 'Stále môžete zabrániť vymazaniu položiek ich odznačením.',
'delete_all_permanently' => 'Permanentne odstrániť označené záznamy',
'update_all_journals' => 'Aktualizovať tieto transakcie',
'also_delete_transactions' => 'Odstráni sa aj jediná transakcia spojená s týmto účtom.|Odstráni sa tiež :count transakcií spojených s týmto účtom.',
'also_delete_connections' => 'Jediná transakcia spojená s týmto typom odkazu stratí toto pripojenie.|Všetkých :count transakcií prepojených s týmto typom odkazu stratí svoje pripojenie.',
'also_delete_rules' => 'Odstráni sa aj jediné pravidlo spojené s touto skupinou pravidiel.|Odstráni sa tiež :count pravidiel spojených s touto skupinou pravidiel.',
'also_delete_piggyBanks' => 'Odstráni sa tiež jediné prasiatko prepojené s týmto účtom.|Odstráni sa tiež :count prasiatok prepojených s týmto účtom.',
'not_delete_piggy_banks' => 'Prasiatko prepojené s touto skupinou nebude odstránené.|:count prasiatok prepojených s touto skupinou nebude odstránených.',
'bill_keep_transactions' => 'Jediná transakcia spojená s týmto účtom nebude odstránená.|:count transakcií prepojených s týmto účtom nebude odstránených.',
'budget_keep_transactions' => 'Jediná transakcia spojená s týmto rozpočtom nebude odstránená.|:count transakcií prepojených s týmto rozpočtom nebude odstránených.',
'category_keep_transactions' => 'Jediná transakcia spojená s touto kategóriou nebude odstránená.|:count transakcií prepojených s touto kategóriou nebude odstránených.',
'recurring_keep_transactions' => 'Jediná transakcia spojená s touto opakujúcou sa transakciou nebude odstránená.|:count transakcií prepojených s touto opakujúcou sa transakciou nebude odstránených.',
'tag_keep_transactions' => 'Jediná transakcia spojená s týmto účtom nebude odstránená.|:count transakcií prepojených s týmto štítkom nebude odstránených.',
'check_for_updates' => 'Zjistit dostupnost případných aktualizací',
'delete_object_group' => 'Odstrániť skupinu ":title“',
'email' => 'E-mailová adresa',
'password' => 'Heslo',
'password_confirmation' => 'Heslo (kontrola)',
'blocked' => 'Je blokovaný?',
'blocked_code' => 'Dôvod blokovania',
'login_name' => 'Prihlasovacie meno',
'is_owner' => 'Je správca?',
// import
'apply_rules' => 'Uplatniť pravidlá',
'artist' => 'Umelec',
'album' => 'Album',
'song' => 'Skladba',
// admin
'domain' => 'Doména',
'single_user_mode' => 'Vypnúť možnosť registrácie použivateľov',
'is_demo_site' => 'Je demostránka',
// import
'configuration_file' => 'Súbor s nastaveniami',
'csv_comma' => 'Čiarka (,)',
'csv_semicolon' => 'Bodkočiarka (;)',
'csv_tab' => 'Tabulátor (neviditeľný)',
'csv_delimiter' => 'Oddeľovač polí v CSV',
'client_id' => 'Identif. klienta',
'app_id' => 'Identif. aplikácie',
'secret' => 'Tajný kľúč',
'public_key' => 'Verejná časť kľúča',
'country_code' => 'Kód krajiny',
'provider_code' => 'Banka alebo poskytovateľ údajov',
'fints_url' => 'URL adresa FinTS API',
'fints_port' => 'Port',
'fints_bank_code' => 'Kód banky',
'fints_username' => 'Použivateľské meno',
'fints_password' => 'PIN kód / heslo',
'fints_account' => 'FinTS účet',
'local_account' => 'Účet Firefly III',
'from_date' => 'Od dátumu',
'to_date' => 'Do dátumu',
'due_date' => 'Dátum splatnosti',
'payment_date' => 'Dátum úhrady',
'invoice_date' => 'Dátum vystavenia',
'internal_reference' => 'Interná referencia',
'inward' => 'Príchodzí popis',
'outward' => 'Odchádzajúci popis',
'rule_group_id' => 'Skupina pravidiel',
'transaction_description' => 'Popis transakcie',
'first_date' => 'Prvý dátum',
'transaction_type' => 'Typ transakcie',
'repeat_until' => 'Opakovať do',
'recurring_description' => 'Popis opakujúcej sa transakcie',
'repetition_type' => 'Typ opakovania',
'foreign_currency_id' => 'Zahraničná mena',
'repetition_end' => 'Opakovanie končí',
'repetitions' => 'Opakovaní',
'calendar' => 'Kalendár',
'weekend' => 'Víkend',
'client_secret' => 'Tajný kľúč klienta',
'withdrawal_destination_id' => 'Cieľový účet',
'deposit_source_id' => 'Zdrojový účet',
'expected_on' => 'Očakávané',
'paid' => 'Uhradené',
'auto_budget_type' => 'Auto-rozpočet',
'auto_budget_amount' => 'Suma auto-rozpočtu',
'auto_budget_period' => 'Obdobie automatického rozpočtu',
'collected' => 'Zozbierané',
'submitted' => 'Odoslané',
'key' => 'Kľúč',
'value' => 'Obsah záznamu',
];

View File

@ -0,0 +1,145 @@
<?php
/**
* intro.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// index
'index_intro' => 'Vitajte na titulnej stránke Firefly III. Venujte čas tomuto úvodu, aby ste se dozvedeli, ako Firefly III funguje.',
'index_accounts-chart' => 'Tento graf zobrazuje aktuálne zostatky vašich majetkových účtov. Aké účty se tu majú zobrazovať, je možné nastaviť v predvoľbách.',
'index_box_out_holder' => 'Táto malá oblasť a ďalšie vedľa podávajú rýchly prehľad vašej finančnej situácie.',
'index_help' => 'Ak budete potrebovať pomoc k stránke alebo formuláru, kliknite na toto tlačítko.',
'index_outro' => 'Väčina stránok Firefly III začína krátkou prehliadkou, ako je táto. Obraťte se na mňa, ak máte otázky alebo komentáre. Nech vám slúži!',
'index_sidebar-toggle' => 'Na vytváranie nových transakcií, účtov a ostatných položiek, použite ponuku pod touto ikonou.',
'index_cash_account' => 'Toto sú doteraz vytvorené účty. Hotovostný účet môžete použiť pre sledovanie výdajov v hotovosti, ale nie je to, pochopiteľne, povinné.',
// transactions
'transactions_create_basic_info' => 'Zadajte základné informácie o transakcii. Zdroj, cieľ, dátum a popis.',
'transactions_create_amount_info' => 'Zadajte sumu transakcie. Ak je to potrebné, polia sa automaticky aktualizujú pre informácie o cudzej mene.',
'transactions_create_optional_info' => 'Tieto polia sú nepovinné. Pridaním ďalších metadát zlepšíte organizáciu vašich transakcií.',
'transactions_create_split' => 'Ak chcete rozdeliť transakciu, týmto tlačítkom vykonáte rozdelenie',
// create account:
'accounts_create_iban' => 'Uveďte pre svoje účty platný IBAN identifikátor. V budúcnosti by to mohlo veľmi uľahčiť import dát.',
'accounts_create_asset_opening_balance' => 'Majetkové účty môžu mať „počiatočný zostatok" označujúcí začiatok histórie tohoto účtu vo Firefly III.',
'accounts_create_asset_currency' => 'Firefly III podporuje viacero mien. Majetkové účty majú jednu hlavnú menu, ktorú je potrebné tu nastaviť.',
'accounts_create_asset_virtual' => 'Niekedy sa môže hodiť dať svojmu účtu virtuálny zostatok: extra sumu, vždy pripočítanú alebo odrátanú od aktuálneho zostatku.',
// budgets index
'budgets_index_intro' => 'Rozpočty slúžia na správu vašich financií a tvoria jednu z hlavných funkcií Firefly III.',
'budgets_index_set_budget' => 'Nastavte celkový rozpočet pre každé z období a Firefly III vám povie, ak ste vyčerpali všetky dostupné peniaze.',
'budgets_index_see_expenses_bar' => 'Utratené peniaze budou postupne plniť tento pruh.',
'budgets_index_navigate_periods' => 'Prechádzajte obdobiami a jednoducho nastavujte rozpočty vopred.',
'budgets_index_new_budget' => 'Vytvárajte nové rozpočty ako uznáte za vhodné.',
'budgets_index_list_of_budgets' => 'Používajte túto tabuľku pre nastavenie súm pre každý rozpočet a zistite, ako ste na tom s financiami.',
'budgets_index_outro' => 'Ak se chcete dozvedieť viac o tvorbe rozpočtov, kliknite na ikonu pomocníka v pravom hornom rohu.',
// reports (index)
'reports_index_intro' => 'S pomocou týchto prehľadov získate podrobné informácie o svojich financiách.',
'reports_index_inputReportType' => 'Vyberte typ prehľadu. Pozrite sa na stránky pomocníka a zistite, čo vám každý prehľad ukáže.',
'reports_index_inputAccountsSelect' => 'Môžete zahŕňať, alebo vynechávať majetkové účty, ako potrebujete.',
'reports_index_inputDateRange' => 'Vybrané časové obdobie je plne na vás: od jedného dňa po 10 rokov.',
'reports_index_extra-options-box' => 'Podľa toho, aký výkaz ste vybrali, je tu možné vybrať ďalšie filtre a voľby. Pri zmene typu výkazu sledujte túto oblasť.',
// reports (reports)
'reports_report_default_intro' => 'Tento výkaz vám podá rýchly a podrobný prehľad vašich financií. Ak chcete vidieť niečo iné, neváhajte se na mňa obrátiť!',
'reports_report_audit_intro' => 'Tento výkaz vám podá podrobný prehľad vašich majetkových účtov.',
'reports_report_audit_optionsBox' => 'Pomocou týchto zaškrtávacích políčiek zobrazujte alebo skrývajte stĺpce, které vás (ne)zaujímajú.',
'reports_report_category_intro' => 'Tato zostava vám podá prehľad v jednej alebo viacerých kategóriách.',
'reports_report_category_pieCharts' => 'Tieto grafy vám podajú prehľad výdajov a príjmov pre jednotlivé kategórie alebo účty.',
'reports_report_category_incomeAndExpensesChart' => 'Tento graf zobrazuje vaše náklady a príjmy v jednotlivých kategóriách.',
'reports_report_tag_intro' => 'Táto zostava vám podáva prehľad jedného alebo viacerých štítkov.',
'reports_report_tag_pieCharts' => 'Tieto grafy vám podávajú prehľad nákladov a príjmov pre jednotlivé štítky, účty, kategórie alebo rozpočty.',
'reports_report_tag_incomeAndExpensesChart' => 'Tento graf zobrazuje vaše výdaje a príjmy pre každý štítok.',
'reports_report_budget_intro' => 'Táto zostava vám podáva prehľad jedného alebo viacerých rozpočtov.',
'reports_report_budget_pieCharts' => 'Tieto grafy vám podávajú prehľad výdajov pro jednotlivé rozpočty alebo účty.',
'reports_report_budget_incomeAndExpensesChart' => 'Tento graf zobrazuje vaše výdaje v jednotlivých rozpočtoch.',
// create transaction
'transactions_create_switch_box' => 'Pomocou týchto tlačidiel môžete rýchlo prepínať typ transakcie, ktorú chcete uložiť.',
'transactions_create_ffInput_category' => 'Do tohto poľa si môžete napísať, čo len chcete. Budú vám navrhované existujúce kategórie.',
'transactions_create_withdrawal_ffInput_budget' => 'Prepojte svoj výber s rozpočtom a získate lepšiu kontrolu nad financiami.',
'transactions_create_withdrawal_currency_dropdown_amount' => 'Túto rozbaľovaciu ponuku použite, ak je váš výber v inej mene.',
'transactions_create_deposit_currency_dropdown_amount' => 'Túto rozbaľovaciu ponuku použite, ak je váš vklad v inej mene.',
'transactions_create_transfer_ffInput_piggy_bank_id' => 'Vyberte pokladničku a prepojte tento prevod so svojimi úsporami.',
// piggy banks index:
'piggy-banks_index_saved' => 'Toto políčko zobrazuje, koľko ste v každej z pokladničiek ušetrili.',
'piggy-banks_index_button' => 'Vedľa tohto ukazovateľa postupu sa nachádzajú dve tlačítka (+ a -) pre pridanie alebo odobranie peňazí z každej z pokladničiek.',
'piggy-banks_index_accountStatus' => 'Pre každý majetkový účet s aspoň jednou pokladničkou je v tejto tabuľke vypísaný stav.',
// create piggy
'piggy-banks_create_name' => 'Čo je vašim cieľom? Nová pohovka, fotoaparát, rezerva pre nečekané výdaje?',
'piggy-banks_create_date' => 'Pre pokladničku je možné nastaviť cieľový dátum alebo termín.',
// show piggy
'piggy-banks_show_piggyChart' => 'Tento graf bude zobrazovať históriu vašej pokladničky.',
'piggy-banks_show_piggyDetails' => 'Nejaké podrobnosti o vašej pokladničke',
'piggy-banks_show_piggyEvents' => 'Sú tu uvedené tiež všetky prírastky i výbery.',
// bill index
'bills_index_rules' => 'Tu vidíte, ktoré pravudlá budú skontrolované, ak je tento účet ovplyvnený',
'bills_index_paid_in_period' => 'Toto políčko označuje, kedy bol účet naposledy uhradený.',
'bills_index_expected_in_period' => 'Toto políčko pri každom účte označuje, či a kedy je očekáváný ďalší.',
// show bill
'bills_show_billInfo' => 'Táto tabuľka zobrazuje niektoré všeobecné informácie o tomto účte.',
'bills_show_billButtons' => 'Toto tlačidlo slúži k opätovnému prehľadávaniu starých transakcií, takže bude hľadaná zhoda s týmto účtom.',
'bills_show_billChart' => 'Tento graf zobrazuje transakcie spojené s týmto účtom.',
// create bill
'bills_create_intro' => 'Účty používajte pre sledovanie súm, ktoré máte v každom z období zaplatiť. Jedná sa o výdaje jako nájomné, poistenie alebo splátky hypotéky.',
'bills_create_name' => 'Zadajte výstižný názov, ako „Nájomné“ alebo „Životné poistenie“.',
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
'bills_create_amount_min_holder' => 'Vyberte najnižšiu a najvyššiu sumu pre tento účet.',
'bills_create_repeat_freq_holder' => 'Väčšina platieb se opakuje mesačne, ale je možné nastaviť aj inú frekvenciu.',
'bills_create_skip_holder' => 'Ak sa platba opakuje každé dva týždne, políčko „preskočit“ by malo byť nastavené na „1“, aby byl vynechaný každý druhý týždeň.',
// rules index
'rules_index_intro' => 'Firefly III umožňuje spravovať pravidlá, ktoré budú automaticky uplatňované na všetky transakcie, ktoré vytvoríte alebo upravíte.',
'rules_index_new_rule_group' => 'Pro jednoduššiu správu je pravidlá možné kombinovať v skupinách.',
'rules_index_new_rule' => 'Vytvorte si toľko pravidel, koľko potrebujete.',
'rules_index_prio_buttons' => 'Zoraďte ich tak, ako vám to vyhovuje.',
'rules_index_test_buttons' => 'Pravidlá je možné vyskúšať alebo uplatniť na existujúce transakcie.',
'rules_index_rule-triggers' => 'Pravidlá majú „spúšťače“ a „akcie“. Ich poradie je možné meniť ich preťahovaním.',
'rules_index_outro' => 'Pozrite sa do pomocníka - ikona (?) v pravom hornom rohu!',
// create rule:
'rules_create_mandatory' => 'Zvoľte výstižný názov a nastavte, kedy má byť pravidlo spustené.',
'rules_create_ruletriggerholder' => 'Pridajte toľko spúšťačov, koľko potrebujete, ale pamätajte si - aby bola spustená akákoľvek akcia, je potrebné, aby boli splnené podmienky VŠETKÝCH nastavených spúšťačov.',
'rules_create_test_rule_triggers' => 'Toto tlačidlo slúži na zobrazenie transakcií, ktoré zodpovedajú pravidlu.',
'rules_create_actions' => 'Nastavte toľko akcií, koľko potrebujete.',
// preferences
'preferences_index_tabs' => 'Ďalšie možnosti sú k dispozícii v kartách.',
// currencies
'currencies_index_intro' => 'Firefly III podporuje viacero mien, ktoré môžete menit na tejto stránke.',
'currencies_index_default' => 'Firefly III má jednu predvolenú menu.',
'currencies_index_buttons' => 'Tieto tlačídlá slúžia na zmenu predvolenej meny alebo zapnutie ďalších mien.',
// create currency
'currencies_create_code' => 'Tento kód by mal byť v súlade s normou ISO (vyhľadajte si ho pre novú menu).',
];

View File

@ -0,0 +1,135 @@
<?php
/**
* list.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'buttons' => 'Tlačítka',
'icon' => 'Ikona',
'id' => 'Číslo [ID]',
'create_date' => 'Vytvorené',
'update_date' => 'Aktualizované',
'updated_at' => 'Aktualizované',
'balance_before' => 'Zostatok pred',
'balance_after' => 'Zostatok po',
'name' => 'Meno/Názov',
'role' => 'Rola',
'currentBalance' => 'Aktuálny zostatok',
'linked_to_rules' => 'Príslušné pravidlá',
'active' => 'Aktívne?',
'percentage' => 'perc.',
'recurring_transaction' => 'Opakované transakcie',
'next_due' => 'Nasledujúca splatnosť',
'transaction_type' => 'Typ',
'lastActivity' => 'Posledná aktivita',
'balanceDiff' => 'Rozdiel zostatku',
'other_meta_data' => 'Ostatné metadata',
'account_type' => 'Typ účtu',
'created_at' => 'Vytvorené',
'account' => 'Účet',
'external_uri' => 'Externá URL',
'matchingAmount' => 'Suma',
'destination' => 'Cieľ',
'source' => 'Zdroj',
'next_expected_match' => 'Ďalšia očakávaná zhoda',
'automatch' => 'Automatické hľadanie zhody?',
'repeat_freq' => 'Opakuje sa',
'description' => 'Popis',
'amount' => 'Suma',
'date' => 'Dátum',
'interest_date' => 'Úrokový dátum',
'book_date' => 'Dátum rezervácie',
'process_date' => 'Dátum zpracování',
'due_date' => 'Dátum splatnosti',
'payment_date' => 'Dátum platby',
'invoice_date' => 'Dátum vystavenia',
'internal_reference' => 'Interná referencia',
'notes' => 'Poznámky',
'from' => 'Od',
'piggy_bank' => 'Pokladnička',
'to' => 'Komu',
'budget' => 'Rozpočet',
'category' => 'Kategória',
'bill' => 'Účet',
'withdrawal' => 'Výber',
'deposit' => 'Vklad',
'transfer' => 'Prevod',
'type' => 'Typ',
'completed' => 'Dokončené',
'iban' => 'IBAN',
'paid_current_period' => 'Zaplatené v tomto období',
'email' => 'E-mail',
'registered_at' => 'Registrované',
'is_blocked' => 'Je blokovaný',
'is_admin' => 'Je admin',
'has_two_factor' => 'Má 2FA',
'blocked_code' => 'Kód banky',
'source_account' => 'Zdrojový účet',
'destination_account' => 'Cieľový účet',
'accounts_count' => 'Počet účtov',
'journals_count' => 'Počet transakcií',
'attachments_count' => 'Počet príloh',
'bills_count' => 'Počet účtov',
'categories_count' => 'Počet kategórií',
'budget_count' => 'Počet rozpočtov',
'rule_and_groups_count' => 'Počet pravidiel a skupín pravidiel',
'tags_count' => 'Počet štítkov',
'tags' => 'Štítky',
'inward' => 'Príchodzí popis',
'outward' => 'Odchádzajúci popis',
'number_of_transactions' => 'Počet transakcií',
'total_amount' => 'Celková suma',
'sum' => 'Celkom',
'sum_excluding_transfers' => 'Celkom (bez prevodov)',
'sum_withdrawals' => 'Súčet výberov',
'sum_deposits' => 'Súčet vkladov',
'sum_transfers' => 'Súčet prevodov',
'sum_reconciliations' => 'Sumár vyúčtovania',
'reconcile' => 'Vyúčtovať',
'sepa_ct_id' => 'SEPA End to End identifikátor',
'sepa_ct_op' => 'SEPA Identifikátor cieľového účtu',
'sepa_db' => 'SEPA Identifikátor mandátu',
'sepa_country' => 'SEPA krajina',
'sepa_cc' => 'SEPA Zúčtovací kód',
'sepa_ep' => 'SEPA Externý účel',
'sepa_ci' => 'SEPA Identifikátor veriteľa',
'sepa_batch_id' => 'SEPA ID dávky',
'external_id' => 'Externý identifikátor',
'account_at_bunq' => 'Účet s bunq',
'file_name' => 'Název souboru',
'file_size' => 'Veľkosť súboru',
'file_type' => 'Typ súboru',
'attached_to' => 'Pripojené k',
'file_exists' => 'Súbor existuje',
'spectre_bank' => 'Banka',
'spectre_last_use' => 'Posledné prihlásenie',
'spectre_status' => 'Stav',
'bunq_payment_id' => 'ID platby bunq',
'repetitions' => 'Opakovaní',
'title' => 'Názov',
'transaction_s' => 'Transakcie',
'field' => 'Pole',
'value' => 'Hodnota',
'interest' => 'Úrok',
'interest_period' => 'úrokové obdobie',
'liability_type' => 'Typ záväzku',
];

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,28 @@
<?php
/**
* pagination.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'previous' => '&laquo; Predošlé',
'next' => 'Nasledujúce &raquo;',
];

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