mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-02 05:29:12 -06:00
2 lines
307 KiB
JavaScript
Executable File
2 lines
307 KiB
JavaScript
Executable File
(self.webpackChunk=self.webpackChunk||[]).push([[111],{232:(e,t,a)=>{"use strict";a.r(t);var n=a(7760),r=a.n(n),o=a(7152),i=a(1444);window.$=window.jQuery=a(9755),window.axios=a(9669),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest";var s=document.head.querySelector('meta[name="csrf-token"]');s?window.axios.defaults.headers.common["X-CSRF-TOKEN"]=s.content:console.error("CSRF token not found: https://laravel.com/docs/csrf#csrf-x-csrf-token");var l=document.head.querySelector('meta[name="locale"]');localStorage.locale=l?l.content:"en_US",a(6891),a(3734),a(7632),a(5432),window.vuei18n=o.Z,window.uiv=i,r().use(vuei18n),r().use(i),window.Vue=r()},6847:(e,t,a)=>{"use strict";a.d(t,{Z:()=>z});var n=a(7760),r=a.n(n),o=a(629),i=a(4478),s=a(3465),l={addTransaction:function(e){var t=s(e.defaultTransaction);t.errors=s(e.defaultErrors),e.transactions.push(t)},resetErrors:function(e,t){e.transactions[t.index].errors=s(e.defaultErrors)},resetTransactions:function(e){e.transactions=[]},setGroupTitle:function(e,t){e.groupTitle=t.groupTitle},setCustomDateFields:function(e,t){e.customDateFields=t},deleteTransaction:function(e,t){e.transactions.splice(t.index,1)},setTransactionType:function(e,t){e.transactionType=t},setAllowedOpposingTypes:function(e,t){e.allowedOpposingTypes=t},setAccountToTransaction:function(e,t){e.accountToTransaction=t},updateField:function(e,t){e.transactions[t.index][t.field]=t.value},setTransactionError:function(e,t){e.transactions[t.index].errors[t.field]=t.errors},setDestinationAllowedTypes:function(e,t){e.destinationAllowedTypes=t},setSourceAllowedTypes:function(e,t){e.sourceAllowedTypes=t}};const c={namespaced:!0,state:function(){return{transactionType:"any",groupTitle:"",transactions:[],customDateFields:{interest_date:!1,book_date:!1,process_date:!1,due_date:!1,payment_date:!1,invoice_date:!1},defaultTransaction:(0,i.f$)(),defaultErrors:(0,i.kQ)()}},getters:{transactions:function(e){return e.transactions},defaultErrors:function(e){return e.defaultErrors},groupTitle:function(e){return e.groupTitle},transactionType:function(e){return e.transactionType},accountToTransaction:function(e){return e.accountToTransaction},defaultTransaction:function(e){return e.defaultTransaction},sourceAllowedTypes:function(e){return e.sourceAllowedTypes},destinationAllowedTypes:function(e){return e.destinationAllowedTypes},allowedOpposingTypes:function(e){return e.allowedOpposingTypes},customDateFields:function(e){return e.customDateFields}},actions:{},mutations:l};const _={namespaced:!0,state:function(){return{}},getters:{},actions:{},mutations:{}};var d=a(9119),u=a(3894),p=a(584),y=a(7090),m=a(4431),h=a(8358),g=a(4135),b=a(3703),f={setStart:function(e,t){e.start=t,window.localStorage.setItem("viewRangeStart",t)},setEnd:function(e,t){e.end=t,window.localStorage.setItem("viewRangeEnd",t)},setDefaultStart:function(e,t){e.defaultStart=t,window.localStorage.setItem("viewRangeDefaultStart",t)},setDefaultEnd:function(e,t){e.defaultEnd=t,window.localStorage.setItem("viewRangeDefaultEnd",t)},setViewRange:function(e,t){e.viewRange=t,window.localStorage.setItem("viewRange",t)}};const k={namespaced:!0,state:function(){return{viewRange:"default",start:null,end:null,defaultStart:null,defaultEnd:null}},getters:{start:function(e){return e.start},end:function(e){return e.end},defaultStart:function(e){return e.defaultStart},defaultEnd:function(e){return e.defaultEnd},viewRange:function(e){return e.viewRange}},actions:{initialiseStore:function(e){e.dispatch("restoreViewRange"),axios.get("./api/v1/preferences/viewRange").then((function(t){var a=t.data.data.attributes.data,n=e.getters.viewRange;e.commit("setViewRange",a),a!==n&&e.dispatch("setDatesFromViewRange"),a===n&&e.dispatch("restoreViewRangeDates")})).catch((function(){e.commit("setViewRange","1M"),e.dispatch("setDatesFromViewRange")}))},restoreViewRangeDates:function(e){localStorage.viewRangeStart&&e.commit("setStart",new Date(localStorage.viewRangeStart)),localStorage.viewRangeEnd&&e.commit("setEnd",new Date(localStorage.viewRangeEnd)),localStorage.viewRangeDefaultStart&&e.commit("setDefaultStart",new Date(localStorage.viewRangeDefaultStart)),localStorage.viewRangeDefaultEnd&&e.commit("setDefaultEnd",new Date(localStorage.viewRangeDefaultEnd))},restoreViewRange:function(e){var t=localStorage.getItem("viewRange");null!==t&&e.commit("setViewRange",t)},setDatesFromViewRange:function(e){var t,a,n=e.getters.viewRange,r=new Date;switch(n){case"1D":t=(0,d.Z)(r),a=(0,u.Z)(r);break;case"1W":t=(0,d.Z)((0,p.Z)(r,{weekStartsOn:1})),a=(0,u.Z)((0,y.Z)(r,{weekStartsOn:1}));break;case"1M":t=(0,d.Z)((0,b.Z)(r)),a=(0,u.Z)((0,g.Z)(r));break;case"3M":t=(0,d.Z)((0,m.Z)(r)),a=(0,u.Z)((0,h.Z)(r));break;case"6M":r.getMonth()<=5&&((t=new Date(r)).setMonth(0),t.setDate(1),t=(0,d.Z)(t),(a=new Date(r)).setMonth(5),a.setDate(30),a=(0,u.Z)(t)),r.getMonth()>5&&((t=new Date(r)).setMonth(6),t.setDate(1),t=(0,d.Z)(t),(a=new Date(r)).setMonth(11),a.setDate(31),a=(0,u.Z)(t));break;case"1Y":(t=new Date(r)).setMonth(0),t.setDate(1),t=(0,d.Z)(t),(a=new Date(r)).setMonth(11),a.setDate(31),a=(0,u.Z)(a)}e.commit("setStart",t),e.commit("setEnd",a),e.commit("setDefaultStart",t),e.commit("setDefaultEnd",a)}},mutations:f};var v=function(){return{listPageSize:33,timezone:"",cacheKey:{age:0,value:"empty"}}},w={initialiseStore:function(e){if(localStorage.cacheKey){var t=JSON.parse(localStorage.cacheKey);Date.now()-t.age>864e5?e.commit("refreshCacheKey"):e.commit("setCacheKey",t)}else e.commit("refreshCacheKey");localStorage.listPageSize&&(v.listPageSize=localStorage.listPageSize,e.commit("setListPageSize",{length:localStorage.listPageSize})),localStorage.listPageSize||axios.get("./api/v1/preferences/listPageSize").then((function(t){e.commit("setListPageSize",{length:parseInt(t.data.data.attributes.data)})})),localStorage.timezone&&(v.timezone=localStorage.timezone,e.commit("setTimezone",{timezone:localStorage.timezone})),localStorage.timezone||axios.get("./api/v1/configuration/app.timezone").then((function(t){e.commit("setTimezone",{timezone:t.data.data.value})}))}},D={refreshCacheKey:function(e){var t=Date.now(),a=Array(9).join((Math.random().toString(36)+"00000000000000000").slice(2,18)).slice(0,8),n={age:t,value:a};localStorage.cacheKey=JSON.stringify(n),e.cacheKey={age:t,value:a}},setCacheKey:function(e,t){localStorage.cacheKey=JSON.stringify(t),e.cacheKey=t},setListPageSize:function(e,t){var a=parseInt(t.length);0!==a&&(e.listPageSize=a,localStorage.listPageSize=a)},setTimezone:function(e,t){""!==t.timezone&&(e.timezone=t.timezone,localStorage.timezone=t.timezone)}};const S={namespaced:!0,state:v,getters:{listPageSize:function(e){return e.listPageSize},timezone:function(e){return e.timezone},cacheKey:function(e){return e.cacheKey.value}},actions:w,mutations:D};const j={namespaced:!0,state:function(){return{orderMode:!1,activeFilter:1}},getters:{orderMode:function(e){return e.orderMode},activeFilter:function(e){return e.activeFilter}},actions:{},mutations:{setOrderMode:function(e,t){e.orderMode=t},setActiveFilter:function(e,t){e.activeFilter=t}}};r().use(o.ZP);const z=new o.ZP.Store({namespaced:!0,modules:{root:S,transactions:{namespaced:!0,modules:{create:c,edit:_}},accounts:{namespaced:!0,modules:{index:j}},dashboard:{namespaced:!0,modules:{index:k}}},strict:false,plugins:[],state:{currencyPreference:{},locale:"en-US",listPageSize:50},mutations:{setCurrencyPreference:function(e,t){e.currencyPreference=t.payload},initialiseStore:function(e){if(localStorage.locale)e.locale=localStorage.locale;else{var t=document.head.querySelector('meta[name="locale"]');t&&(e.locale=t.content,localStorage.locale=t.content)}}},getters:{currencyCode:function(e){return e.currencyPreference.code},currencyPreference:function(e){return e.currencyPreference},currencyId:function(e){return e.currencyPreference.id},locale:function(e){return e.locale}},actions:{updateCurrencyPreference:function(e){localStorage.currencyPreference?e.commit("setCurrencyPreference",{payload:JSON.parse(localStorage.currencyPreference)}):axios.get("./api/v1/currencies/default").then((function(t){var a={id:parseInt(t.data.data.id),name:t.data.data.attributes.name,symbol:t.data.data.attributes.symbol,code:t.data.data.attributes.code,decimal_places:parseInt(t.data.data.attributes.decimal_places)};localStorage.currencyPreference=JSON.stringify(a),e.commit("setCurrencyPreference",{payload:a})})).catch((function(t){console.error(t),e.commit("setCurrencyPreference",{payload:{id:1,name:"Euro",symbol:"€",code:"EUR",decimal_places:2}})}))}}})},157:(e,t,a)=>{e.exports=new vuei18n({locale:document.documentElement.lang,fallbackLocale:"en",messages:{bg:a(4901),cs:a(9789),de:a(9929),en:a(790),"en-us":a(790),"en-gb":a(4632),es:a(8563),el:a(7498),fr:a(844),hu:a(4626),it:a(504),ja:a(8566),nl:a(3055),nb:a(4870),pl:a(5143),fi:a(2276),"pt-br":a(2055),"pt-pt":a(9898),ro:a(4691),ru:a(9672),"zh-tw":a(7742),"zh-cn":a(4813),sk:a(1941),sv:a(3244),vi:a(245)}})},9359:(e,t,a)=>{"use strict";var n=a(7760),r=a.n(n),o=a(6847),i=a(7757),s=a.n(i),l=a(629),c=a(3840),_=a(734),d=a(3703),u=a(4135),p=a(361);function y(e,t,a,n,r,o,i){try{var s=e[o](i),l=s.value}catch(e){return void a(e)}s.done?t(l):Promise.resolve(l).then(n,r)}function m(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function h(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?m(Object(a),!0).forEach((function(t){g(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):m(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function g(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}const b={name:"Index",components:{TransactionListLarge:a(7772).Z},data:function(){return{rawTransactions:[],type:"all",downloaded:!1,loading:!1,ready:!1,currentPage:1,perPage:5,total:1,sortBy:"order",sortDesc:!1,api:null,sortableOptions:{disabled:!1,chosenClass:"is-selected",onEnd:null},sortable:null,locale:"en-US",ranges:[],urlStart:null,urlEnd:null}},watch:{storeReady:function(){this.getTransactionList()},start:function(){this.getTransactionList()},end:function(){this.getTransactionList()},activeFilter:function(e){this.filterAccountList()}},computed:h(h(h({},(0,l.Se)("root",["listPageSize","cacheKey"])),(0,l.Se)("dashboard/index",["start","end"])),{},{indexReady:function(){return null!==this.start&&null!==this.end&&null!==this.listPageSize&&this.ready},cardTitle:function(){return this.$t("firefly."+this.type+"_transactions")}}),created:function(){var e,t;this.locale=null!==(e=localStorage.locale)&&void 0!==e?e:"en-US";var a=window.location.pathname.split("/");this.type=a[a.length-1],this.perPage=null!==(t=this.listPageSize)&&void 0!==t?t:51,5===a.length&&(this.urlStart=new Date(a[3]),this.urlEnd=new Date(a[4]),this.type=a[a.length-3]);var n=new URLSearchParams(window.location.search);this.currentPage=n.get("page")?parseInt(n.get("page")):1,this.ready=!0},methods:h(h({},(0,l.OI)("root",["refreshCacheKey"])),{},{refreshedKey:function(){this.downloaded=!1,this.rawTransactions=[],this.getTransactionList()},jumpToPage:function(e){this.currentPage=e.page,this.downloadTransactionList(e.page)},getTransactionList:function(){var e;!this.indexReady||this.loading||this.downloaded||(this.loading=!0,this.perPage=null!==(e=this.listPageSize)&&void 0!==e?e:51,this.rawTransactions=[],this.downloadTransactionList(this.currentPage),this.calculateDateRanges())},calculateDateRanges:function(){for(var e=(0,_.Z)(this.start,{years:1}),t=this.start;t>e;){var a=(0,d.Z)(t),n=(0,u.Z)(t);this.ranges.push({start:a,end:n}),t=(0,_.Z)(t,{months:1})}},formatDate:function(e,t){return(0,c.Z)(e,t)},downloadTransactionList:function(e){var t=this;(0,p.y)().then(function(){var a,n=(a=s().mark((function a(n){var r,o,i;return s().wrap((function(a){for(;;)switch(a.prev=a.next){case 0:r=(0,c.Z)(t.start,"y-MM-dd"),o=(0,c.Z)(t.end,"y-MM-dd"),null!==t.urlEnd&&null!==t.urlStart&&(r=(0,c.Z)(t.urlStart,"y-MM-dd"),o=(0,c.Z)(t.urlEnd,"y-MM-dd")),i="./api/v1/transactions?type="+t.type+"&page="+e+"&start="+r+"&end="+o+"&cache="+t.cacheKey,n.get(i).then((function(e){t.total=parseInt(e.data.meta.pagination.total),t.rawTransactions=e.data.data,t.loading=!1}));case 5:case"end":return a.stop()}}),a)})),function(){var e=this,t=arguments;return new Promise((function(n,r){var o=a.apply(e,t);function i(e){y(o,n,r,i,s,"next",e)}function s(e){y(o,n,r,i,s,"throw",e)}i(void 0)}))});return function(e){return n.apply(this,arguments)}}())}})};const f=(0,a(1900).Z)(b,(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("TransactionListLarge",{attrs:{entries:e.rawTransactions,page:e.currentPage,total:e.total,"per-page":e.perPage,"sort-desc":e.sortDesc},on:{"jump-page":function(t){return e.jumpToPage(t)},"refreshed-cache-key":e.refreshedKey}})],1)}),[],!1,null,null,null).exports;var k=a(7398);a(232);var v=a(157),w={};new(r())({i18n:v,store:o.Z,render:function(e){return e(f,{props:w})},beforeCreate:function(){this.$store.commit("initialiseStore"),this.$store.dispatch("updateCurrencyPreference"),this.$store.dispatch("root/initialiseStore"),this.$store.dispatch("dashboard/index/initialiseStore")}}).$mount("#transactions_index"),new(r())({i18n:v,store:o.Z,el:"#calendar",render:function(e){return e(k.Z,{props:w})}})},361:(e,t,a)=>{"use strict";a.d(t,{y:()=>u});var n=a(7757),r=a.n(n),o=a(9483),i=a.n(o),s=a(881),l=a.n(s),c=a(5974);function _(e,t,a,n,r,o,i){try{var s=e[o](i),l=s.value}catch(e){return void a(e)}s.done?t(l):Promise.resolve(l).then(n,r)}function d(e){return function(){var t=this,a=arguments;return new Promise((function(n,r){var o=e.apply(t,a);function i(e){_(o,n,r,i,s,"next",e)}function s(e){_(o,n,r,i,s,"throw",e)}i(void 0)}))}}function u(){return p.apply(this,arguments)}function p(){return(p=d(r().mark((function e(){var t,a;return r().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,i().defineDriver(l());case 2:return t=i().createInstance({driver:[i().INDEXEDDB,i().LOCALSTORAGE,l()._driver],name:"my-cache"}),a=document.head.querySelector('meta[name="csrf-token"]'),e.abrupt("return",(0,c.setup)({baseURL:"./",headers:{"X-CSRF-TOKEN":a.content,"X-James-Rocks":"oh yes"},cache:{maxAge:864e5,readHeaders:!1,exclude:{query:!1},debug:!0,store:t}}));case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}},4478:(e,t,a)=>{"use strict";function n(){return{description:[],amount:[],source:[],destination:[],currency:[],foreign_currency:[],foreign_amount:[],date:[],custom_dates:[],budget:[],category:[],bill:[],tags:[],piggy_bank:[],internal_reference:[],external_url:[],notes:[],location:[]}}function r(){return{description:"",transaction_journal_id:0,source_account_id:null,source_account_name:null,source_account_type:null,source_account_currency_id:null,source_account_currency_code:null,source_account_currency_symbol:null,destination_account_id:null,destination_account_name:null,destination_account_type:null,destination_account_currency_id:null,destination_account_currency_code:null,destination_account_currency_symbol:null,attachments:!1,selectedAttachments:!1,uploadTrigger:!1,clearTrigger:!1,source_account:{id:0,name:"",name_with_balance:"",type:"",currency_id:0,currency_name:"",currency_code:"",currency_decimal_places:2},destination_account:{id:0,name:"",type:"",currency_id:0,currency_name:"",currency_code:"",currency_decimal_places:2},amount:"",currency_id:0,foreign_amount:"",foreign_currency_id:0,category:null,budget_id:0,bill_id:0,piggy_bank_id:0,tags:[],interest_date:null,book_date:null,process_date:null,due_date:null,payment_date:null,invoice_date:null,internal_reference:null,external_url:null,external_id:null,notes:null,links:[],zoom_level:null,longitude:null,latitude:null,errors:{}}}a.d(t,{kQ:()=>n,f$:()=>r})},7825:(e,t,a)=>{"use strict";a.d(t,{Z:()=>s});var n=a(4015),r=a.n(n),o=a(3645),i=a.n(o)()(r());i.push([e.id,".dropdown-item[data-v-1ce542a2],.dropdown-item[data-v-1ce542a2]:hover{color:#212529}","",{version:3,sources:["webpack://./src/components/dashboard/Calendar.vue"],names:[],mappings:"AAslBA,sEACA,aACA",sourcesContent:["\x3c!--\n - Calendar.vue\n - Copyright (c) 2020 james@firefly-iii.org\n -\n - This file is part of Firefly III (https://github.com/firefly-iii).\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <https://www.gnu.org/licenses/>.\n --\x3e\n\n<template>\n <div>\n <div class=\"row\">\n <div class=\"col\">Start</div>\n <div class=\"col-8\">{{ new Intl.DateTimeFormat(locale, {year: 'numeric', month: 'long', day: 'numeric'}).format(range.start) }}</div>\n </div>\n <div class=\"row\">\n <div class=\"col\">End</div>\n <div class=\"col-8\">{{ new Intl.DateTimeFormat(locale, {year: 'numeric', month: 'long', day: 'numeric'}).format(range.end) }}</div>\n </div>\n <date-picker\n v-model=\"range\"\n :rows=\"2\"\n is-range\n mode=\"date\"\n >\n <template v-slot=\"{ inputValue, inputEvents, isDragging, togglePopover }\">\n <div class=\"row\">\n <div class=\"col\">\n <div class=\"btn-group btn-group-sm d-flex\">\n <button\n :title=\"$t('firefly.custom_period')\" class=\"btn btn-secondary btn-sm\"\n @click=\"togglePopover({ placement: 'auto-start', positionFixed: true })\"\n ><span class=\"fas fa-calendar-alt\"></span></button>\n <button :title=\"$t('firefly.reset_to_current')\"\n class=\"btn btn-secondary\"\n @click=\"resetDate\"\n ><span class=\"fas fa-history\"></span></button>\n <button id=\"dropdownMenuButton\" :title=\"$t('firefly.select_period')\" aria-expanded=\"false\" aria-haspopup=\"true\"\n class=\"btn btn-secondary dropdown-toggle\"\n data-toggle=\"dropdown\"\n type=\"button\">\n <span class=\"fas fa-list\"></span>\n </button>\n <div aria-labelledby=\"dropdownMenuButton\" class=\"dropdown-menu\">\n <a v-for=\"period in periods\" class=\"dropdown-item\" href=\"#\" @click=\"customDate(period.start, period.end)\">{{ period.title }}</a>\n </div>\n\n </div>\n <input v-on=\"inputEvents.start\"\n :class=\"isDragging ? 'text-gray-600' : 'text-gray-900'\"\n :value=\"inputValue.start\"\n type=\"hidden\"\n />\n <input v-on=\"inputEvents.end\"\n :class=\"isDragging ? 'text-gray-600' : 'text-gray-900'\"\n :value=\"inputValue.end\"\n type=\"hidden\"\n />\n </div>\n </div>\n </template>\n </date-picker>\n </div>\n</template>\n\n<script>\n\nimport {createNamespacedHelpers} from \"vuex\";\nimport Vue from \"vue\";\nimport DatePicker from \"v-calendar/lib/components/date-picker.umd\";\nimport subDays from 'date-fns/subDays';\nimport addDays from 'date-fns/addDays';\nimport addMonths from 'date-fns/addMonths';\nimport startOfDay from 'date-fns/startOfDay';\nimport endOfDay from 'date-fns/endOfDay';\nimport startOfWeek from 'date-fns/startOfWeek';\nimport endOfWeek from 'date-fns/endOfWeek';\nimport endOfMonth from 'date-fns/endOfMonth';\nimport format from 'date-fns/format';\nimport startOfQuarter from 'date-fns/startOfQuarter';\nimport subMonths from 'date-fns/subMonths';\nimport endOfQuarter from 'date-fns/endOfQuarter';\nimport subQuarters from 'date-fns/subQuarters';\nimport addQuarters from 'date-fns/addQuarters';\nimport startOfMonth from 'date-fns/startOfMonth';\n\nconst {mapState, mapGetters, mapActions, mapMutations} = createNamespacedHelpers('dashboard/index')\n\nVue.component('date-picker', DatePicker)\n\nexport default {\n name: \"Calendar\",\n created() {\n // console.log('Now in calendar created');\n this.ready = true;\n this.locale = localStorage.locale ?? 'en-US';\n },\n data() {\n return {\n locale: 'en-US',\n ready: false,\n range: {\n start: null,\n end: null,\n },\n defaultRange: {\n start: null,\n end: null,\n },\n periods: []\n };\n },\n methods: {\n ...mapMutations(\n [\n 'setEnd',\n 'setStart',\n ],\n ),\n resetDate: function () {\n // console.log('Reset date to');\n // console.log(this.defaultStart);\n // console.log(this.defaultEnd);\n this.range.start = this.defaultStart;\n this.range.end = this.defaultEnd;\n this.setStart(this.defaultStart);\n this.setEnd(this.defaultEnd);\n },\n customDate: function (startStr, endStr) {\n let start = new Date(startStr);\n let end = new Date(endStr);\n this.setStart(start);\n this.setEnd(end);\n this.range.start = start;\n this.range.end = end;\n this.generatePeriods()\n return false;\n },\n generateDaily: function () {\n let today = new Date(this.range.start);\n // yesterday\n this.periods.push(\n {\n start: startOfDay(subDays(today, 1)).toDateString(),\n end: endOfDay(subDays(today, 1)).toDateString(),\n title: new Intl.DateTimeFormat(this.locale, {year: 'numeric', month: 'long', day: 'numeric'}).format(subDays(today, 1))\n }\n );\n\n // today\n this.periods.push(\n {\n start: startOfDay(today).toDateString(),\n end: endOfDay(today).toDateString(),\n title: new Intl.DateTimeFormat(this.locale, {year: 'numeric', month: 'long', day: 'numeric'}).format(today)\n }\n );\n\n // tomorrow:\n this.periods.push(\n {\n start: startOfDay(addDays(today, 1)).toDateString(),\n end: endOfDay(addDays(today, 1)).toDateString(),\n title: new Intl.DateTimeFormat(this.locale, {year: 'numeric', month: 'long', day: 'numeric'}).format(addDays(today, 1))\n }\n );\n\n // The Day After Tomorrow dun-dun-dun!\n this.periods.push(\n {\n start: startOfDay(addDays(today, 2)).toDateString(),\n end: endOfDay(addDays(today, 2)).toDateString(),\n title: new Intl.DateTimeFormat(this.locale, {year: 'numeric', month: 'long', day: 'numeric'}).format(addDays(today, 2))\n }\n );\n },\n\n generateWeekly: function () {\n //console.log('weekly');\n let today = new Date(this.range.start);\n //console.log('Today is ' + today);\n let start = startOfDay(startOfWeek(subDays(today, 7), {weekStartsOn: 1}));\n let end = endOfDay(endOfWeek(subDays(today, 7), {weekStartsOn: 1}));\n let dateFormat = this.$t('config.week_in_year_fns');\n //console.log('Date format: \"'+dateFormat+'\"');\n let title = format(start, dateFormat);\n\n // last week\n // console.log('Last week');\n // console.log(start);\n // console.log(end);\n // console.log(title);\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n\n // this week\n start = startOfDay(startOfWeek(today, {weekStartsOn: 1}));\n end = endOfDay(endOfWeek(today, {weekStartsOn: 1}));\n title = format(start, dateFormat);\n // console.log('This week');\n // console.log(start);\n // console.log(end);\n // console.log(title);\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n\n // next week\n start = startOfDay(startOfWeek(addDays(today, 7), {weekStartsOn: 1}));\n end = endOfDay(endOfWeek(addDays(today, 7), {weekStartsOn: 1}));\n title = format(start, dateFormat);\n // console.log('Next week');\n // console.log(start);\n // console.log(end);\n // console.log(title);\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n },\n generateMonthly: function () {\n let today = new Date(this.range.start);\n // previous month\n let start = startOfDay(startOfMonth(subMonths(today, 1)));\n let end = endOfDay(endOfMonth(subMonths(today, 1)));\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: new Intl.DateTimeFormat(this.locale, {year: 'numeric', month: 'long'}).format(start)\n }\n );\n\n // this month\n start = startOfDay(startOfMonth(today));\n end = endOfDay(endOfMonth(today));\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: new Intl.DateTimeFormat(this.locale, {year: 'numeric', month: 'long'}).format(start)\n }\n );\n\n // next month\n start = startOfDay(startOfMonth(addMonths(today, 1)));\n end = endOfDay(endOfMonth(addMonths(today, 1)));\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: new Intl.DateTimeFormat(this.locale, {year: 'numeric', month: 'long'}).format(start)\n }\n );\n\n },\n generateQuarterly: function () {\n let today = new Date(this.range.start);\n\n // last quarter\n let start = startOfDay(startOfQuarter(subQuarters(today, 1)));\n let end = endOfDay(endOfQuarter(subQuarters(today, 1)));\n let dateFormat = this.$t('config.quarter_fns');\n let title = format(start, dateFormat);\n\n // last week\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n\n\n // this quarter\n start = startOfDay(startOfQuarter(today));\n end = endOfDay(endOfQuarter(today));\n title = format(start, dateFormat);\n\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n // next quarter\n start = startOfDay(startOfQuarter(addQuarters(today, 1)));\n end = endOfDay(endOfQuarter(addQuarters(today, 1)));\n title = format(start, dateFormat);\n\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n },\n generateHalfYearly: function () {\n let today = new Date(this.range.start);\n let start;\n let end;\n let title = 'tbd';\n let half = 1;\n\n // its currently first half of year:\n if (today.getMonth() <= 5) {\n // previous year, last half:\n start = today;\n start.setFullYear(start.getFullYear() - 1);\n start.setMonth(6);\n start.setDate(1);\n start = startOfDay(start);\n end = start;\n end.setMonth(11);\n end.setDate(31);\n end = endOfDay(end);\n half = 2;\n title = format(start, this.$t('config.half_year_fns', {half: half}));\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n\n // this year, first half:\n start = today;\n start.setMonth(0);\n start.setDate(1);\n start = startOfDay(start);\n end = today;\n end.setMonth(5);\n end.setDate(30);\n end = endOfDay(start);\n half = 1;\n title = format(start, this.$t('config.half_year_fns', {half: half}));\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n\n // this year, second half:\n start = today;\n start.setMonth(6);\n start.setDate(1);\n start = startOfDay(start);\n end = start;\n end.setMonth(11);\n end.setDate(31);\n end = endOfDay(end);\n half = 2;\n title = format(start, this.$t('config.half_year_fns', {half: half}));\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n return;\n }\n // this year, first half:\n start = today;\n start.setMonth(0);\n start.setDate(1);\n start = startOfDay(start);\n end = start;\n end.setMonth(5);\n end.setDate(30);\n end = endOfDay(end);\n title = format(start, this.$t('config.half_year_fns', {half: half}));\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n\n // this year, current (second) half:\n start = today;\n start.setMonth(6);\n start.setDate(1);\n start = startOfDay(start);\n end = today;\n end.setMonth(11);\n end.setDate(31);\n end = endOfDay(start);\n half = 2;\n title = format(start, this.$t('config.half_year_fns', {half: half}));\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n\n // next year, first half:\n start = today;\n start.setMonth(0);\n start.setDate(1);\n start = startOfDay(start);\n end = start;\n end.setMonth(5);\n end.setDate(30);\n end = endOfDay(end);\n half = 1;\n title = format(start, this.$t('config.half_year_fns', {half: half}));\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: title\n }\n );\n },\n generateYearly: function () {\n let today = new Date(this.range.start);\n let start;\n let end;\n\n // last year\n start = new Date(today);\n start.setFullYear(start.getFullYear() - 1);\n start.setMonth(0);\n start.setDate(1);\n start = startOfDay(start);\n\n end = new Date(today);\n end.setFullYear(end.getFullYear() - 1);\n end.setMonth(11);\n end.setDate(31);\n end = endOfDay(end);\n\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: start.getFullYear()\n }\n );\n\n // this year\n start = new Date(today);\n start.setMonth(0);\n start.setDate(1);\n start = startOfDay(start);\n\n end = new Date(today);\n end.setMonth(11);\n end.setDate(31);\n end = endOfDay(end);\n\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: start.getFullYear()\n }\n );\n // next year\n start = new Date(today);\n start.setFullYear(start.getFullYear() + 1);\n start.setMonth(0);\n start.setDate(1);\n start = startOfDay(start);\n\n end = new Date(today);\n end.setFullYear(end.getFullYear() + 1);\n end.setMonth(11);\n end.setDate(31);\n end = endOfDay(end);\n\n this.periods.push(\n {\n start: start.toDateString(),\n end: end.toDateString(),\n title: start.getFullYear()\n }\n );\n },\n generatePeriods: function () {\n this.periods = [];\n // console.log('The view range is \"' + this.viewRange + '\".');\n switch (this.viewRange) {\n case '1D':\n this.generateDaily();\n break;\n case '1W':\n this.generateWeekly();\n break;\n case '1M':\n this.generateMonthly();\n break;\n case '3M':\n this.generateQuarterly();\n break;\n case '6M':\n this.generateHalfYearly();\n break;\n case '1Y':\n this.generateYearly();\n break;\n }\n\n\n // last 7 days\n let today = new Date;\n let end = new Date;\n end.setDate(end.getDate() - 7);\n this.periods.push(\n {\n start: end.toDateString(),\n end: today.toDateString(),\n title: this.$t('firefly.last_seven_days')\n }\n );\n\n // last 30 days:\n end.setDate(end.getDate() - 23);\n this.periods.push(\n {\n start: end.toDateString(),\n end: today.toDateString(),\n title: this.$t('firefly.last_thirty_days')\n }\n );\n // last 30 days\n // everything\n }\n },\n computed: {\n ...mapGetters([\n 'viewRange',\n 'start',\n 'end',\n 'defaultStart',\n 'defaultEnd'\n ]),\n 'datesReady': function () {\n return null !== this.start && null !== this.end && this.ready;\n },\n },\n watch: {\n datesReady: function (value) {\n if (false === value) {\n return;\n }\n this.range.start = new Date(this.start);\n this.range.end = new Date(this.end);\n this.generatePeriods();\n\n },\n range: function (value) {\n //console.log('User updated range');\n this.setStart(value.start);\n this.setEnd(value.end);\n }\n }\n}\n<\/script>\n\n<style scoped>\n.dropdown-item {\n color: #212529;\n}\n\n.dropdown-item:hover {\n color: #212529;\n}\n</style>"],sourceRoot:""}]);const s=i},7398:(e,t,a)=>{"use strict";a.d(t,{Z:()=>q});var n=a(629),r=a(7760),o=a.n(r),i=a(6782),s=a.n(i),l=a(7069),c=a(7349),_=a(1640),d=a(9119),u=a(3894),p=a(584),y=a(7090),m=a(4135),h=a(3840),g=a(4431),b=a(4559),f=a(8358),k=a(8793),v=a(8791),w=a(3703);function D(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function S(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?D(Object(a),!0).forEach((function(t){j(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):D(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function j(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var z=(0,n._p)("dashboard/index"),x=(z.mapState,z.mapGetters),I=(z.mapActions,z.mapMutations);o().component("date-picker",s());const A={name:"Calendar",created:function(){var e;this.ready=!0,this.locale=null!==(e=localStorage.locale)&&void 0!==e?e:"en-US"},data:function(){return{locale:"en-US",ready:!1,range:{start:null,end:null},defaultRange:{start:null,end:null},periods:[]}},methods:S(S({},I(["setEnd","setStart"])),{},{resetDate:function(){this.range.start=this.defaultStart,this.range.end=this.defaultEnd,this.setStart(this.defaultStart),this.setEnd(this.defaultEnd)},customDate:function(e,t){var a=new Date(e),n=new Date(t);return this.setStart(a),this.setEnd(n),this.range.start=a,this.range.end=n,this.generatePeriods(),!1},generateDaily:function(){var e=new Date(this.range.start);this.periods.push({start:(0,d.Z)((0,l.Z)(e,1)).toDateString(),end:(0,u.Z)((0,l.Z)(e,1)).toDateString(),title:new Intl.DateTimeFormat(this.locale,{year:"numeric",month:"long",day:"numeric"}).format((0,l.Z)(e,1))}),this.periods.push({start:(0,d.Z)(e).toDateString(),end:(0,u.Z)(e).toDateString(),title:new Intl.DateTimeFormat(this.locale,{year:"numeric",month:"long",day:"numeric"}).format(e)}),this.periods.push({start:(0,d.Z)((0,c.Z)(e,1)).toDateString(),end:(0,u.Z)((0,c.Z)(e,1)).toDateString(),title:new Intl.DateTimeFormat(this.locale,{year:"numeric",month:"long",day:"numeric"}).format((0,c.Z)(e,1))}),this.periods.push({start:(0,d.Z)((0,c.Z)(e,2)).toDateString(),end:(0,u.Z)((0,c.Z)(e,2)).toDateString(),title:new Intl.DateTimeFormat(this.locale,{year:"numeric",month:"long",day:"numeric"}).format((0,c.Z)(e,2))})},generateWeekly:function(){var e=new Date(this.range.start),t=(0,d.Z)((0,p.Z)((0,l.Z)(e,7),{weekStartsOn:1})),a=(0,u.Z)((0,y.Z)((0,l.Z)(e,7),{weekStartsOn:1})),n=this.$t("config.week_in_year_fns"),r=(0,h.Z)(t,n);this.periods.push({start:t.toDateString(),end:a.toDateString(),title:r}),t=(0,d.Z)((0,p.Z)(e,{weekStartsOn:1})),a=(0,u.Z)((0,y.Z)(e,{weekStartsOn:1})),r=(0,h.Z)(t,n),this.periods.push({start:t.toDateString(),end:a.toDateString(),title:r}),t=(0,d.Z)((0,p.Z)((0,c.Z)(e,7),{weekStartsOn:1})),a=(0,u.Z)((0,y.Z)((0,c.Z)(e,7),{weekStartsOn:1})),r=(0,h.Z)(t,n),this.periods.push({start:t.toDateString(),end:a.toDateString(),title:r})},generateMonthly:function(){var e=new Date(this.range.start),t=(0,d.Z)((0,w.Z)((0,b.Z)(e,1))),a=(0,u.Z)((0,m.Z)((0,b.Z)(e,1)));this.periods.push({start:t.toDateString(),end:a.toDateString(),title:new Intl.DateTimeFormat(this.locale,{year:"numeric",month:"long"}).format(t)}),t=(0,d.Z)((0,w.Z)(e)),a=(0,u.Z)((0,m.Z)(e)),this.periods.push({start:t.toDateString(),end:a.toDateString(),title:new Intl.DateTimeFormat(this.locale,{year:"numeric",month:"long"}).format(t)}),t=(0,d.Z)((0,w.Z)((0,_.Z)(e,1))),a=(0,u.Z)((0,m.Z)((0,_.Z)(e,1))),this.periods.push({start:t.toDateString(),end:a.toDateString(),title:new Intl.DateTimeFormat(this.locale,{year:"numeric",month:"long"}).format(t)})},generateQuarterly:function(){var e=new Date(this.range.start),t=(0,d.Z)((0,g.Z)((0,k.Z)(e,1))),a=(0,u.Z)((0,f.Z)((0,k.Z)(e,1))),n=this.$t("config.quarter_fns"),r=(0,h.Z)(t,n);this.periods.push({start:t.toDateString(),end:a.toDateString(),title:r}),t=(0,d.Z)((0,g.Z)(e)),a=(0,u.Z)((0,f.Z)(e)),r=(0,h.Z)(t,n),this.periods.push({start:t.toDateString(),end:a.toDateString(),title:r}),t=(0,d.Z)((0,g.Z)((0,v.Z)(e,1))),a=(0,u.Z)((0,f.Z)((0,v.Z)(e,1))),r=(0,h.Z)(t,n),this.periods.push({start:t.toDateString(),end:a.toDateString(),title:r})},generateHalfYearly:function(){var e,t,a=new Date(this.range.start),n="tbd",r=1;if(a.getMonth()<=5)return(e=a).setFullYear(e.getFullYear()-1),e.setMonth(6),e.setDate(1),(t=e=(0,d.Z)(e)).setMonth(11),t.setDate(31),t=(0,u.Z)(t),r=2,n=(0,h.Z)(e,this.$t("config.half_year_fns",{half:r})),this.periods.push({start:e.toDateString(),end:t.toDateString(),title:n}),(e=a).setMonth(0),e.setDate(1),e=(0,d.Z)(e),(t=a).setMonth(5),t.setDate(30),t=(0,u.Z)(e),r=1,n=(0,h.Z)(e,this.$t("config.half_year_fns",{half:r})),this.periods.push({start:e.toDateString(),end:t.toDateString(),title:n}),(e=a).setMonth(6),e.setDate(1),(t=e=(0,d.Z)(e)).setMonth(11),t.setDate(31),t=(0,u.Z)(t),r=2,n=(0,h.Z)(e,this.$t("config.half_year_fns",{half:r})),void this.periods.push({start:e.toDateString(),end:t.toDateString(),title:n});(e=a).setMonth(0),e.setDate(1),(t=e=(0,d.Z)(e)).setMonth(5),t.setDate(30),t=(0,u.Z)(t),n=(0,h.Z)(e,this.$t("config.half_year_fns",{half:r})),this.periods.push({start:e.toDateString(),end:t.toDateString(),title:n}),(e=a).setMonth(6),e.setDate(1),e=(0,d.Z)(e),(t=a).setMonth(11),t.setDate(31),t=(0,u.Z)(e),r=2,n=(0,h.Z)(e,this.$t("config.half_year_fns",{half:r})),this.periods.push({start:e.toDateString(),end:t.toDateString(),title:n}),(e=a).setMonth(0),e.setDate(1),(t=e=(0,d.Z)(e)).setMonth(5),t.setDate(30),t=(0,u.Z)(t),r=1,n=(0,h.Z)(e,this.$t("config.half_year_fns",{half:r})),this.periods.push({start:e.toDateString(),end:t.toDateString(),title:n})},generateYearly:function(){var e,t,a=new Date(this.range.start);(e=new Date(a)).setFullYear(e.getFullYear()-1),e.setMonth(0),e.setDate(1),e=(0,d.Z)(e),(t=new Date(a)).setFullYear(t.getFullYear()-1),t.setMonth(11),t.setDate(31),t=(0,u.Z)(t),this.periods.push({start:e.toDateString(),end:t.toDateString(),title:e.getFullYear()}),(e=new Date(a)).setMonth(0),e.setDate(1),e=(0,d.Z)(e),(t=new Date(a)).setMonth(11),t.setDate(31),t=(0,u.Z)(t),this.periods.push({start:e.toDateString(),end:t.toDateString(),title:e.getFullYear()}),(e=new Date(a)).setFullYear(e.getFullYear()+1),e.setMonth(0),e.setDate(1),e=(0,d.Z)(e),(t=new Date(a)).setFullYear(t.getFullYear()+1),t.setMonth(11),t.setDate(31),t=(0,u.Z)(t),this.periods.push({start:e.toDateString(),end:t.toDateString(),title:e.getFullYear()})},generatePeriods:function(){switch(this.periods=[],this.viewRange){case"1D":this.generateDaily();break;case"1W":this.generateWeekly();break;case"1M":this.generateMonthly();break;case"3M":this.generateQuarterly();break;case"6M":this.generateHalfYearly();break;case"1Y":this.generateYearly()}var e=new Date,t=new Date;t.setDate(t.getDate()-7),this.periods.push({start:t.toDateString(),end:e.toDateString(),title:this.$t("firefly.last_seven_days")}),t.setDate(t.getDate()-23),this.periods.push({start:t.toDateString(),end:e.toDateString(),title:this.$t("firefly.last_thirty_days")})}}),computed:S(S({},x(["viewRange","start","end","defaultStart","defaultEnd"])),{},{datesReady:function(){return null!==this.start&&null!==this.end&&this.ready}}),watch:{datesReady:function(e){!1!==e&&(this.range.start=new Date(this.start),this.range.end=new Date(this.end),this.generatePeriods())},range:function(e){this.setStart(e.start),this.setEnd(e.end)}}};var R=a(3379),P=a.n(R),C=a(7825),T={insert:"head",singleton:!1};P()(C.Z,T);C.Z.locals;const q=(0,a(1900).Z)(A,(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"row"},[a("div",{staticClass:"col"},[e._v("Start")]),e._v(" "),a("div",{staticClass:"col-8"},[e._v(e._s(new Intl.DateTimeFormat(e.locale,{year:"numeric",month:"long",day:"numeric"}).format(e.range.start)))])]),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col"},[e._v("End")]),e._v(" "),a("div",{staticClass:"col-8"},[e._v(e._s(new Intl.DateTimeFormat(e.locale,{year:"numeric",month:"long",day:"numeric"}).format(e.range.end)))])]),e._v(" "),a("date-picker",{attrs:{rows:2,"is-range":"",mode:"date"},scopedSlots:e._u([{key:"default",fn:function(t){var n=t.inputValue,r=t.inputEvents,o=t.isDragging,i=t.togglePopover;return[a("div",{staticClass:"row"},[a("div",{staticClass:"col"},[a("div",{staticClass:"btn-group btn-group-sm d-flex"},[a("button",{staticClass:"btn btn-secondary btn-sm",attrs:{title:e.$t("firefly.custom_period")},on:{click:function(e){return i({placement:"auto-start",positionFixed:!0})}}},[a("span",{staticClass:"fas fa-calendar-alt"})]),e._v(" "),a("button",{staticClass:"btn btn-secondary",attrs:{title:e.$t("firefly.reset_to_current")},on:{click:e.resetDate}},[a("span",{staticClass:"fas fa-history"})]),e._v(" "),a("button",{staticClass:"btn btn-secondary dropdown-toggle",attrs:{id:"dropdownMenuButton",title:e.$t("firefly.select_period"),"aria-expanded":"false","aria-haspopup":"true","data-toggle":"dropdown",type:"button"}},[a("span",{staticClass:"fas fa-list"})]),e._v(" "),a("div",{staticClass:"dropdown-menu",attrs:{"aria-labelledby":"dropdownMenuButton"}},e._l(e.periods,(function(t){return a("a",{staticClass:"dropdown-item",attrs:{href:"#"},on:{click:function(a){return e.customDate(t.start,t.end)}}},[e._v(e._s(t.title))])})),0)]),e._v(" "),a("input",e._g({class:o?"text-gray-600":"text-gray-900",attrs:{type:"hidden"},domProps:{value:n.start}},r.start)),e._v(" "),a("input",e._g({class:o?"text-gray-600":"text-gray-900",attrs:{type:"hidden"},domProps:{value:n.end}},r.end))])])]}}]),model:{value:e.range,callback:function(t){e.range=t},expression:"range"}})],1)}),[],!1,null,"1ce542a2",null).exports},7772:(e,t,a)=>{"use strict";a.d(t,{Z:()=>d});var n=a(629),r=a(5210),o=a(6018),i=a(3840);function s(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?s(Object(a),!0).forEach((function(t){c(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):s(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function c(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}const _={name:"TransactionListLarge",components:{BPagination:r.c,BTable:o.h},data:function(){return{locale:"en-US",fields:[],currentPage:1,transactions:[],loading:!0}},computed:l({},(0,n.Se)("root",["listPageSize","cacheKey"])),created:function(){var e;this.locale=null!==(e=localStorage.locale)&&void 0!==e?e:"en-US",this.updateFieldList(),this.parseTransactions()},watch:{currentPage:function(e){this.$emit("jump-page",{page:e})},entries:function(e){this.parseTransactions(),this.isEmpty&&(this.loading=!1)}},methods:l(l({},(0,n.OI)("root",["refreshCacheKey"])),{},{parseTransactions:function(){if(this.transactions=[],0!==this.entries.length){for(var e=0;e<this.total;e++)this.transactions.push({dummy:!0,type:"x"});var t=(this.page-1)*this.perPage;for(var a in this.entries){var n=this.entries[a];this.transactions[t]=this.parseTransaction(n),t++}this.loading=!1}},newCacheKey:function(){this.refreshCacheKey(),this.$emit("refreshed-cache-key")},updateFieldList:function(){this.fields=[{key:"type",label:" ",sortable:!1},{key:"description",label:this.$t("list.description"),sortable:!0},{key:"amount",label:this.$t("list.amount"),sortable:!0},{key:"date",label:this.$t("list.date"),sortable:!0},{key:"source_account",label:this.$t("list.source_account"),sortable:!0},{key:"destination_account",label:this.$t("list.destination_account"),sortable:!0},{key:"category_name",label:this.$t("list.category"),sortable:!0},{key:"menu",label:" ",sortable:!1}]},parseTransaction:function(e){var t={splits:[]};t.key=e.id,t.id=e.id,t.dummy=!1,t.hasAttachments=!1;var a=e.attributes.transactions[0];for(var n in t.type=a.type,t.date=new Date(a.date),t.date_formatted=(0,i.Z)(t.date,this.$t("config.month_and_day_fns")),t.description=a.description,t.collapsed=!0,t.split=!1,t.amount=0,t.currency_code=a.currency_code,e.attributes.transactions.length>1&&(t.split=!0,t.description=e.attributes.group_title),void 0!==e.collapsed&&(t.collapsed=e.collapsed),e.attributes.transactions)if(e.attributes.transactions.hasOwnProperty(n)){var r=e.attributes.transactions[n],o={};t.amount=t.amount+parseFloat(r.amount),o.type=r.type,o.description=r.description,o.amount=r.amount,o.currency_code=r.currency_code,o.source_name=r.source_name,o.source_id=r.source_id,o.destination_name=r.destination_name,o.destination_id=r.destination_id,o.category_id=r.category_id,o.category_name=r.category_name,o.split_index=n,!0===r.has_attachments&&(t.hasAttachments=!0),t.splits.push(o)}return t},toggleCollapse:function(e){var t=this.transactions.filter((function(t){return t.id===e}))[0];t.collapsed=!t.collapsed},tableSortCompare:function(e,t,a,n,r,o,i){var s=e[a],l=t[a];if(e.id===t.id){if(null===e.split_parent)return n?1:-1;if(null===t.split_parent)return n?-1:1}else e.split&&null!==e.split_parent&&(s=e.split_parent[a]),t.split&&null!==t.split_parent&&(l=t.split_parent[a]);return"number"==typeof s&&"number"==typeof l||s instanceof Date&&l instanceof Date?s<l?-1:s>l?1:0:c(s).localeCompare(c(l),i,o);function c(e){return null==e?"":e instanceof Object?Object.keys(e).sort().map((function(t){return c(e[t])})).join(" "):String(e)}}}),props:{page:{type:Number},perPage:{type:Number,default:1},sortDesc:{type:Boolean,default:!0},isEmpty:{type:Boolean,default:!1},total:{type:Number,default:1},entries:{type:Array,default:function(){return[]}},accountId:{type:Number,default:function(){return 0}}}};const d=(0,a(1900).Z)(_,(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("div",{staticClass:"row"},[a("div",{staticClass:"col-lg-8 col-md-6 col-sm-12 col-xs-12"},[e.loading?e._e():a("BPagination",{attrs:{"total-rows":e.total,"per-page":e.perPage,"aria-controls":"my-table"},model:{value:e.currentPage,callback:function(t){e.currentPage=t},expression:"currentPage"}})],1),e._v(" "),a("div",{staticClass:"col-lg-4 col-md-6 col-sm-12 col-xs-12"},[a("button",{staticClass:"btn btn-sm float-right btn-info",on:{click:e.newCacheKey}},[a("span",{staticClass:"fas fa-sync"})])])]),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col"},[a("div",{staticClass:"card"},[a("div",{staticClass:"card-body p-0"},[a("BTable",{ref:"table",attrs:{id:"my-table",small:"",striped:"",hover:"",responsive:"md","primary-key":"key","no-local-sorting":!1,items:e.transactions,fields:e.fields,"per-page":e.perPage,"sort-icon-left":"","current-page":e.currentPage,busy:e.loading,"sort-desc":e.sortDesc,"sort-compare":e.tableSortCompare},on:{"update:busy":function(t){e.loading=t},"update:sortDesc":function(t){e.sortDesc=t},"update:sort-desc":function(t){e.sortDesc=t}},scopedSlots:e._u([{key:"table-busy",fn:function(){return[a("span",{staticClass:"fa fa-spinner fa-spin"})]},proxy:!0},{key:"cell(type)",fn:function(t){return[t.item.dummy?e._e():a("span",["deposit"===t.item.type.toLowerCase()?a("span",{staticClass:"fas fa-long-arrow-alt-right"}):e._e(),e._v(" "),"withdrawal"===t.item.type.toLowerCase()?a("span",{staticClass:"fas fa-long-arrow-alt-left"}):e._e(),e._v(" "),"transfer"===t.item.type.toLowerCase()?a("span",{staticClass:"fas fa-arrows-alt-h"}):e._e()])]}},{key:"cell(description)",fn:function(t){return[t.item.dummy?a("span",{staticClass:"fa fa-spinner fa-spin"}):e._e(),e._v(" "),t.item.split?e._e():a("span",[t.item.hasAttachments?a("span",{staticClass:"fas fa-paperclip"}):e._e(),e._v(" "),a("a",{attrs:{href:"./transactions/show/"+t.item.id,title:t.value}},[e._v("\n "+e._s(t.item.description)+"\n ")])]),e._v(" "),t.item.split?a("span",[a("span",{staticClass:"fas fa-angle-right",staticStyle:{cursor:"pointer"},on:{click:function(a){return e.toggleCollapse(t.item.id)}}}),e._v(" "),t.item.hasAttachments?a("span",{staticClass:"fas fa-paperclip"}):e._e(),e._v(" "),a("a",{attrs:{href:"./transactions/show/"+t.item.id,title:t.value}},[e._v("\n "+e._s(t.item.description)+"\n ")]),a("br"),e._v(" "),t.item.collapsed?e._e():a("span",e._l(t.item.splits,(function(t,n){return a("span",{key:n},[e._v("\n "+e._s(t.description)),a("br")])})),0)]):e._e()]}},{key:"cell(amount)",fn:function(t){return["deposit"===t.item.type?a("span",{class:"text-success "+(t.item.collapsed?"":"font-weight-bold")},[e._v("\n "+e._s(Intl.NumberFormat(e.locale,{style:"currency",currency:t.item.currency_code}).format(t.item.amount))+"\n ")]):e._e(),e._v(" "),"withdrawal"===t.item.type?a("span",{class:"text-danger "+(t.item.collapsed?"":"font-weight-bold")},[e._v("\n "+e._s(Intl.NumberFormat(e.locale,{style:"currency",currency:t.item.currency_code}).format(-t.item.amount))+"\n ")]):e._e(),e._v(" "),"transfer"===t.item.type.toLowerCase()?a("span",{class:"text-muted "+(t.item.collapsed?"":"font-weight-bold")},[e._v("\n "+e._s(Intl.NumberFormat(e.locale,{style:"currency",currency:t.item.currency_code}).format(t.item.amount))+"\n ")]):e._e(),e._v(" "),a("br"),e._v(" "),t.item.collapsed?e._e():a("span",e._l(t.item.splits,(function(t,n){return a("span",{key:n},[e._v("\n "+e._s(Intl.NumberFormat(e.locale,{style:"currency",currency:t.currency_code}).format(t.amount))),a("br")])})),0)]}},{key:"cell(date)",fn:function(t){return[e._v("\n "+e._s(t.item.date_formatted)+"\n ")]}},{key:"cell(source_account)",fn:function(t){return[!0!==t.item.split||t.item.collapsed?e._e():a("span",[a("br")]),e._v(" "),!0===t.item.split&&t.item.collapsed?a("em",[e._v("\n ...\n ")]):e._e(),e._v(" "),e._l(t.item.splits,(function(n,r){return!1===t.item.split||!0===t.item.split&&!t.item.collapsed?a("span",{key:r},[a("a",{attrs:{href:"./accounts/show/"+n.source_id,title:n.source_name}},[e._v(e._s(n.source_name))]),a("br")]):e._e()}))]}},{key:"cell(destination_account)",fn:function(t){return[!0!==t.item.split||t.item.collapsed?e._e():a("span",[a("br")]),e._v(" "),!0===t.item.split&&t.item.collapsed?a("em",[e._v("\n ...\n ")]):e._e(),e._v(" "),e._l(t.item.splits,(function(n,r){return!1===t.item.split||!0===t.item.split&&!t.item.collapsed?a("span",{key:r},[a("a",{attrs:{href:"./accounts/show/"+n.destination_id,title:n.destination_name}},[e._v(e._s(n.destination_name))]),a("br")]):e._e()}))]}},{key:"cell(menu)",fn:function(t){return[a("div",{staticClass:"btn-group btn-group-sm"},[a("div",{staticClass:"dropdown"},[a("button",{staticClass:"btn btn-light btn-sm dropdown-toggle",attrs:{type:"button",id:"dropdownMenuButton"+t.item.id,"data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false"}},[e._v("\n "+e._s(e.$t("firefly.actions"))+"\n ")]),e._v(" "),a("div",{staticClass:"dropdown-menu",attrs:{"aria-labelledby":"dropdownMenuButton"+t.item.id}},[a("a",{staticClass:"dropdown-item",attrs:{href:"./transactions/edit/"+t.item.id}},[a("span",{staticClass:"fa fas fa-pencil-alt"}),e._v(" "+e._s(e.$t("firefly.edit")))]),e._v(" "),a("a",{staticClass:"dropdown-item",attrs:{href:"./transactions/delete/"+t.item.id}},[a("span",{staticClass:"fa far fa-trash"}),e._v(" "+e._s(e.$t("firefly.delete")))])])])])]}},{key:"cell(category_name)",fn:function(t){return[!0!==t.item.split||t.item.collapsed?e._e():a("span",[a("br")]),e._v(" "),!0===t.item.split&&t.item.collapsed?a("em",[e._v("\n ...\n ")]):e._e(),e._v(" "),e._l(t.item.splits,(function(n,r){return!1===t.item.split||!0===t.item.split&&!t.item.collapsed?a("span",{key:r},[a("a",{attrs:{href:"./categories/show/"+n.category_id,title:n.category_name}},[e._v(e._s(n.category_name))]),a("br")]):e._e()}))]}}])})],1),e._v(" "),a("div",{staticClass:"card-footer"},[e._v(" (button)\n "),a("a",{staticClass:"btn btn-success",attrs:{href:"./transactions/create/TODO",title:e.$t("firefly.create_new_transaction")}},[e._v(e._s(e.$t("firefly.create_new_transaction")))])])])])]),e._v(" "),a("div",{staticClass:"row"},[a("div",{staticClass:"col-lg-8 col-md-6 col-sm-12 col-xs-12"},[a("BPagination",{attrs:{"total-rows":e.total,"per-page":e.perPage,"aria-controls":"my-table"},model:{value:e.currentPage,callback:function(t){e.currentPage=t},expression:"currentPage"}})],1),e._v(" "),a("div",{staticClass:"col-lg-4 col-md-6 col-sm-12 col-xs-12"},[a("button",{staticClass:"btn btn-sm float-right btn-info",on:{click:e.newCacheKey}},[a("span",{staticClass:"fas fa-sync"})])])])])}),[],!1,null,null,null).exports},4901:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Прехвърляне","Withdrawal":"Теглене","Deposit":"Депозит","date_and_time":"Date and time","no_currency":"(без валута)","date":"Дата","time":"Time","no_budget":"(без бюджет)","destination_account":"Приходна сметка","source_account":"Разходна сметка","single_split":"Раздел","create_new_transaction":"Create a new transaction","balance":"Салдо","transaction_journal_extra":"Extra information","transaction_journal_meta":"Мета информация","basic_journal_information":"Basic transaction information","bills_to_pay":"Сметки за плащане","left_to_spend":"Останали за харчене","attachments":"Прикачени файлове","net_worth":"Нетна стойност","bill":"Сметка","no_bill":"(няма сметка)","tags":"Етикети","internal_reference":"Internal reference","external_url":"External URL","no_piggy_bank":"(без касичка)","paid":"Платени","notes":"Бележки","yourAccounts":"Вашите сметки","go_to_asset_accounts":"Вижте активите си","delete_account":"Изтриване на профил","transaction_table_description":"Таблица съдържаща вашите транзакции","account":"Сметка","description":"Описание","amount":"Сума","budget":"Бюджет","category":"Категория","opposing_account":"Противоположна сметка","budgets":"Бюджети","categories":"Категории","go_to_budgets":"Вижте бюджетите си","income":"Приходи","go_to_deposits":"Отиди в депозити","go_to_categories":"Виж категориите си","expense_accounts":"Сметки за разходи","go_to_expenses":"Отиди в Разходи","go_to_bills":"Виж сметките си","bills":"Сметки","last_thirty_days":"Последните трийсет дни","last_seven_days":"Последните седем дни","go_to_piggies":"Виж касичките си","saved":"Записан","piggy_banks":"Касички","piggy_bank":"Касичка","amounts":"Суми","left":"Останали","spent":"Похарчени","Default asset account":"Сметка за активи по подразбиране","search_results":"Резултати от търсенето","include":"Include?","transaction":"Транзакция","account_role_defaultAsset":"Сметка за активи по подразбиране","account_role_savingAsset":"Спестовна сметка","account_role_sharedAsset":"Сметка за споделени активи","clear_location":"Изчисти местоположението","account_role_ccAsset":"Кредитна карта","account_role_cashWalletAsset":"Паричен портфейл","daily_budgets":"Дневни бюджети","weekly_budgets":"Седмични бюджети","monthly_budgets":"Месечни бюджети","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Тримесечни бюджети","create_new_expense":"Създай нова сметка за разходи","create_new_revenue":"Създай нова сметка за приходи","create_new_liabilities":"Create new liability","half_year_budgets":"Шестмесечни бюджети","yearly_budgets":"Годишни бюджети","split_transaction_title":"Описание на разделена транзакция","errors_submission":"Имаше нещо нередно с вашите данни. Моля, проверете грешките.","flash_error":"Грешка!","store_transaction":"Store transaction","flash_success":"Успех!","create_another":"След съхраняването се върнете тук, за да създадете нова.","update_transaction":"Обнови транзакцията","after_update_create_another":"След обновяването се върнете тук, за да продължите с редакцията.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"Търсене","create_new_asset":"Създай нова сметка за активи","asset_accounts":"Сметки за активи","reset_after":"Изчистване на формуляра след изпращане","bill_paid_on":"Paid on {date}","first_split_decides":"The first split determines the value of this field","first_split_overrules_source":"The first split may overrule the source account","first_split_overrules_destination":"The first split may overrule the destination account","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Транзакция #{ID}(\\"{title}\\")</a> беше записана.","custom_period":"Custom period","reset_to_current":"Reset to current period","select_period":"Select a period","location":"Местоположение","other_budgets":"Времево персонализирани бюджети","journal_links":"Връзки на транзакция","go_to_withdrawals":"Вижте тегленията си","revenue_accounts":"Сметки за приходи","add_another_split":"Добавяне на друг раздел","actions":"Действия","earned":"Спечелени","empty":"(празно)","edit":"Промени","never":"Никога","account_type_Loan":"Заем","account_type_Mortgage":"Ипотека","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"Дълг","liability_direction_null_short":"Unknown","delete":"Изтрий","store_new_asset_account":"Запамети нова сметка за активи","store_new_expense_account":"Запамети нова сметка за разходи","store_new_liabilities_account":"Запамети ново задължение","store_new_revenue_account":"Запамети нова сметка за приходи","mandatoryFields":"Задължителни полета","optionalFields":"Незадължителни полета","reconcile_this_account":"Съгласувай тази сметка","interest_calc_weekly":"Per week","interest_calc_monthly":"На месец","interest_calc_quarterly":"Per quarter","interest_calc_half-year":"Per half year","interest_calc_yearly":"Годишно","liability_direction_credit":"I am owed this debt","liability_direction_debit":"I owe this debt to somebody else","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(нищо)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(без група)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Не се очаква този период","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"Неактивно","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Създай нова сметка","store_new_bill":"Запаметете нова сметка","repeat_freq_yearly":"ежегодно","repeat_freq_half-year":"на всеки 6 месеца","repeat_freq_quarterly":"тримесечно","repeat_freq_monthly":"месечно","repeat_freq_weekly":"ежеседмично","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Редактирай задължение","update_expense_account":"Редактирай сметка за разходи","update_revenue_account":"Редактирай сметка за приходи","update_undefined_account":"Update account","update_asset_account":"Редактирай сметка за активи","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Касичка","percentage":"%","amount":"Сума","lastActivity":"Последна активност","name":"Име","role":"Привилегии","description":"Описание","date":"Дата","source_account":"Разходна сметка","destination_account":"Приходна сметка","category":"Категория","iban":"IBAN","interest":"Лихва","interest_period":"Interest period","liability_type":"Вид на задължението","liability_direction":"Liability in/out","currentBalance":"Текущ баланс","next_expected_match":"Следващo очакванo съвпадение","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"bg","week_in_year_fns":"\'Week\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Сума във валута","interest_date":"Падеж на лихва","name":"Име","amount":"Сума","iban":"IBAN","BIC":"BIC","notes":"Бележки","location":"Местоположение","repeat_freq":"Повторения","skip":"Пропусни","startdate":"Начална дата","enddate":"End date","object_group":"Група","attachments":"Прикачени файлове","deletePermanently":"Безвъзвратно изтриване","active":"Активен","include_net_worth":"Включи в общото богатство","cc_type":"Погасителен план на кредитна карта","account_number":"Номер на сметка","cc_monthly_payment_date":"Дата за месечно плащане по кредитна карта","virtual_balance":"Виртуален баланс","opening_balance":"Начално салдо","opening_balance_date":"Дата на началното салдо","date":"Дата","interest":"Лихва","interest_period":"Лихвен период","currency_id":"Валута","liability_type":"Liability type","account_role":"Роля на сметката","liability_direction":"Liability in/out","book_date":"Дата на осчетоводяване","permDeleteWarning":"Изтриването на неща от Firefly III е постоянно и не може да бъде възстановено.","account_areYouSure_js":"Are you sure you want to delete the account named \\"{name}\\"?","also_delete_piggyBanks_js":"No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.","also_delete_transactions_js":"No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.","process_date":"Дата на обработка","due_date":"Дата на падеж","payment_date":"Дата на плащане","invoice_date":"Дата на фактура","amount_min":"Минимална сума","amount_max":"Максимална сума","start_date":"Начало на обхвата","end_date":"Край на обхвата","extension_date":"Extension date"}}')},9789:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Převod","Withdrawal":"Výběr","Deposit":"Vklad","date_and_time":"Datum a čas","no_currency":"(žádná měna)","date":"Datum","time":"Čas","no_budget":"(žádný rozpočet)","destination_account":"Cílový účet","source_account":"Zdrojový účet","single_split":"Rozdělit","create_new_transaction":"Vytvořit novou transakci","balance":"Zůstatek","transaction_journal_extra":"Více informací","transaction_journal_meta":"Meta informace","basic_journal_information":"Basic transaction information","bills_to_pay":"Faktury k zaplacení","left_to_spend":"Zbývá k utracení","attachments":"Přílohy","net_worth":"Čisté jmění","bill":"Účet","no_bill":"(no bill)","tags":"Štítky","internal_reference":"Interní odkaz","external_url":"Externí URL adresa","no_piggy_bank":"(žádná pokladnička)","paid":"Zaplaceno","notes":"Poznámky","yourAccounts":"Vaše účty","go_to_asset_accounts":"Zobrazit účty s aktivy","delete_account":"Smazat účet","transaction_table_description":"A table containing your transactions","account":"Účet","description":"Popis","amount":"Částka","budget":"Rozpočet","category":"Kategorie","opposing_account":"Protiúčet","budgets":"Rozpočty","categories":"Kategorie","go_to_budgets":"Přejít k rozpočtům","income":"Odměna/příjem","go_to_deposits":"Přejít na vklady","go_to_categories":"Přejít ke kategoriím","expense_accounts":"Výdajové účty","go_to_expenses":"Přejít na výdaje","go_to_bills":"Přejít k účtům","bills":"Účty","last_thirty_days":"Uplynulých 30 dní","last_seven_days":"Uplynulých 7 dnů","go_to_piggies":"Přejít k pokladničkám","saved":"Uloženo","piggy_banks":"Pokladničky","piggy_bank":"Pokladnička","amounts":"Amounts","left":"Zbývá","spent":"Utraceno","Default asset account":"Výchozí účet s aktivy","search_results":"Výsledky hledání","include":"Include?","transaction":"Transakce","account_role_defaultAsset":"Výchozí účet aktiv","account_role_savingAsset":"Spořicí účet","account_role_sharedAsset":"Sdílený účet aktiv","clear_location":"Vymazat umístění","account_role_ccAsset":"Kreditní karta","account_role_cashWalletAsset":"Peněženka","daily_budgets":"Denní rozpočty","weekly_budgets":"Týdenní rozpočty","monthly_budgets":"Měsíční rozpočty","journals_in_period_for_account_js":"Veškeré transakce pro účet {title} mezi {start} a {end}","quarterly_budgets":"Čtvrtletní rozpočty","create_new_expense":"Vytvořit výdajový účet","create_new_revenue":"Vytvořit nový příjmový účet","create_new_liabilities":"Create new liability","half_year_budgets":"Pololetní rozpočty","yearly_budgets":"Roční rozpočty","split_transaction_title":"Popis rozúčtování","errors_submission":"There was something wrong with your submission. Please check out the errors.","flash_error":"Chyba!","store_transaction":"Store transaction","flash_success":"Úspěšně dokončeno!","create_another":"After storing, return here to create another one.","update_transaction":"Aktualizovat transakci","after_update_create_another":"After updating, return here to continue editing.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"Hledat","create_new_asset":"Vytvořit nový účet aktiv","asset_accounts":"Účty aktiv","reset_after":"Reset form after submission","bill_paid_on":"Paid on {date}","first_split_decides":"The first split determines the value of this field","first_split_overrules_source":"The first split may overrule the source account","first_split_overrules_destination":"The first split may overrule the destination account","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID} (\\"{title}\\")</a> has been stored.","custom_period":"Vlastní období","reset_to_current":"Obnovit aktuální období","select_period":"Vyberte období","location":"Umístění","other_budgets":"Custom timed budgets","journal_links":"Transaction links","go_to_withdrawals":"Přejít na výběry","revenue_accounts":"Příjmové účty","add_another_split":"Přidat další rozúčtování","actions":"Akce","earned":"Vyděláno","empty":"(prázdné)","edit":"Upravit","never":"Nikdy","account_type_Loan":"Půjčka","account_type_Mortgage":"Hypotéka","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"Dluh","liability_direction_null_short":"Unknown","delete":"Odstranit","store_new_asset_account":"Uložit nový účet aktiv","store_new_expense_account":"Uložit nový výdajový účet","store_new_liabilities_account":"Uložit nový závazek","store_new_revenue_account":"Uložit nový příjmový účet","mandatoryFields":"Povinné kolonky","optionalFields":"Volitelné kolonky","reconcile_this_account":"Vyúčtovat tento účet","interest_calc_weekly":"Per week","interest_calc_monthly":"Za měsíc","interest_calc_quarterly":"Per quarter","interest_calc_half-year":"Per half year","interest_calc_yearly":"Za rok","liability_direction_credit":"I am owed this debt","liability_direction_debit":"I owe this debt to somebody else","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(žádné)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(neseskupeno)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Not expected this period","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"Neaktivní","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Vytvořit novou fakturu","store_new_bill":"Uložit novou účtenku","repeat_freq_yearly":"ročně","repeat_freq_half-year":"půloročně","repeat_freq_quarterly":"čtvrtletně","repeat_freq_monthly":"měsíčně","repeat_freq_weekly":"týdně","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Aktualizovat závazek","update_expense_account":"Aktualizovat výdajový účet","update_revenue_account":"Aktualizovat příjmový účet","update_undefined_account":"Update account","update_asset_account":"Aktualizovat výdajový účet","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Pokladnička","percentage":"%","amount":"Částka","lastActivity":"Poslední aktivita","name":"Jméno","role":"Role","description":"Popis","date":"Datum","source_account":"Zdrojový účet","destination_account":"Cílový účet","category":"Kategorie","iban":"IBAN","interest":"Úrok","interest_period":"Úrokové období","liability_type":"Typ závazku","liability_direction":"Směr závazku","currentBalance":"Aktuální zůstatek","next_expected_match":"Další očekávaná shoda","expected_info":"Další očekávaná transakce","start_date":"Datum zahájení","end_date":"Datum ukončení","payment_info":"Informace o platbě"},"config":{"html_language":"cs","week_in_year_fns":"\'týden\' w, yyyy","month_and_day_fns":"d MMMM, y","quarter_fns":"Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Částka v cizí měně","interest_date":"Úrokové datum","name":"Název","amount":"Částka","iban":"IBAN","BIC":"BIC","notes":"Poznámky","location":"Údaje o poloze","repeat_freq":"Opakuje se","skip":"Přeskočit","startdate":"Datum zahájení","enddate":"Datum ukončení","object_group":"Skupina","attachments":"Přílohy","deletePermanently":"Nadobro smazat","active":"Aktivní","include_net_worth":"Zahrnout do čistého jmění","cc_type":"Zúčtovací období kreditní karty","account_number":"Číslo účtu","cc_monthly_payment_date":"Datum měsíční úhrady kreditní karty","virtual_balance":"Virtuální zůstatek","opening_balance":"Počáteční zůstatek","opening_balance_date":"Datum počátečního zůstatku","date":"Datum","interest":"Úrok","interest_period":"Úrokové období","currency_id":"Měna","liability_type":"Typ závazku","account_role":"Role účtu","liability_direction":"Směr závazku","book_date":"Datum rezervace","permDeleteWarning":"Odstranění věcí z Firefly III je trvalé a nelze vrátit zpět.","account_areYouSure_js":"Jste si jisti, že chcete odstranit účet s názvem \\"{name}\\"?","also_delete_piggyBanks_js":"Žádné pokladničky|Jediná pokladnička připojená k tomuto účtu bude také odstraněna. Všech {count} pokladniček, které jsou připojeny k tomuto účtu, bude také odstraněno.","also_delete_transactions_js":"Žádné transakce|Jediná transakce připojená k tomuto účtu bude také smazána.|Všech {count} transakcí připojených k tomuto účtu bude také odstraněno.","process_date":"Datum zpracování","due_date":"Datum splatnosti","payment_date":"Datum zaplacení","invoice_date":"Datum vystavení","amount_min":"Minimální částka","amount_max":"Maximální částka","start_date":"Začátek rozsahu","end_date":"Konec rozsahu","extension_date":"Datum rozšíření"}}')},9929:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Umbuchung","Withdrawal":"Ausgabe","Deposit":"Einnahme","date_and_time":"Datum und Uhrzeit","no_currency":"(ohne Währung)","date":"Datum","time":"Uhrzeit","no_budget":"(kein Budget)","destination_account":"Zielkonto","source_account":"Quellkonto","single_split":"Teil","create_new_transaction":"Neue Buchung erstellen","balance":"Kontostand","transaction_journal_extra":"Zusätzliche Informationen","transaction_journal_meta":"Metainformationen","basic_journal_information":"Allgemeine Buchungsinformationen","bills_to_pay":"Unbezahlte Rechnungen","left_to_spend":"Verbleibend zum Ausgeben","attachments":"Anhänge","net_worth":"Eigenkapital","bill":"Rechnung","no_bill":"(keine Belege)","tags":"Schlagwörter","internal_reference":"Interner Verweis","external_url":"Externe URL","no_piggy_bank":"(kein Sparschwein)","paid":"Bezahlt","notes":"Notizen","yourAccounts":"Deine Konten","go_to_asset_accounts":"Bestandskonten anzeigen","delete_account":"Konto löschen","transaction_table_description":"Eine Tabelle mit Ihren Buchungen","account":"Konto","description":"Beschreibung","amount":"Betrag","budget":"Budget","category":"Kategorie","opposing_account":"Gegenkonto","budgets":"Budgets","categories":"Kategorien","go_to_budgets":"Budgets anzeigen","income":"Einnahmen / Einkommen","go_to_deposits":"Einnahmen anzeigen","go_to_categories":"Kategorien anzeigen","expense_accounts":"Ausgabekonten","go_to_expenses":"Ausgaben anzeigen","go_to_bills":"Rechnungen anzeigen","bills":"Verträge","last_thirty_days":"Letzte 30 Tage","last_seven_days":"Letzte sieben Tage","go_to_piggies":"Sparschweine anzeigen","saved":"Gespeichert","piggy_banks":"Sparschweine","piggy_bank":"Sparschwein","amounts":"Beträge","left":"Übrig","spent":"Ausgegeben","Default asset account":"Standard-Bestandskonto","search_results":"Suchergebnisse","include":"Inbegriffen?","transaction":"Überweisung","account_role_defaultAsset":"Standard-Bestandskonto","account_role_savingAsset":"Sparkonto","account_role_sharedAsset":"Gemeinsames Bestandskonto","clear_location":"Ort leeren","account_role_ccAsset":"Kreditkarte","account_role_cashWalletAsset":"Geldbörse","daily_budgets":"Tagesbudgets","weekly_budgets":"Wochenbudgets","monthly_budgets":"Monatsbudgets","journals_in_period_for_account_js":"Alle Buchungen für Account {title} zwischen {start} und {end}","quarterly_budgets":"Quartalsbudgets","create_new_expense":"Neues Ausgabenkonto erstellen","create_new_revenue":"Neues Einnahmenkonto erstellen","create_new_liabilities":"Neue Verbindlichkeit anlegen","half_year_budgets":"Halbjahresbudgets","yearly_budgets":"Jahresbudgets","split_transaction_title":"Beschreibung der Splittbuchung","errors_submission":"Ihre Übermittlung ist fehlgeschlagen. Bitte überprüfen Sie die Fehler.","flash_error":"Fehler!","store_transaction":"Buchung speichern","flash_success":"Geschafft!","create_another":"Nach dem Speichern hierher zurückkehren, um ein weiteres zu erstellen.","update_transaction":"Buchung aktualisieren","after_update_create_another":"Nach dem Aktualisieren hierher zurückkehren, um weiter zu bearbeiten.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Die Buchung #{ID}</a> (\\"{title}\\") wurde nicht verändert.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Die Buchung #{ID}</a> (\\"{title}\\") wurde aktualisiert.","spent_x_of_y":"{amount} von {total} ausgegeben","search":"Suche","create_new_asset":"Neues Bestandskonto erstellen","asset_accounts":"Bestandskonten","reset_after":"Formular nach der Übermittlung zurücksetzen","bill_paid_on":"Bezahlt am {date}","first_split_decides":"Die erste Aufteilung bestimmt den Wert dieses Feldes","first_split_overrules_source":"Die erste Aufteilung könnte das Quellkonto überschreiben","first_split_overrules_destination":"Die erste Aufteilung könnte das Zielkonto überschreiben","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Buchung #{ID} (\\"{title}\\")</a> wurde gespeichert.","custom_period":"Benutzerdefinierter Zeitraum","reset_to_current":"Auf aktuellen Zeitraum zurücksetzen","select_period":"Zeitraum auswählen","location":"Standort","other_budgets":"Zeitlich befristete Budgets","journal_links":"Buchungsverknüpfungen","go_to_withdrawals":"Ausgaben anzeigen","revenue_accounts":"Einnahmekonten","add_another_split":"Eine weitere Aufteilung hinzufügen","actions":"Aktionen","earned":"Eingenommen","empty":"(leer)","edit":"Bearbeiten","never":"Nie","account_type_Loan":"Darlehen","account_type_Mortgage":"Hypothek","stored_new_account_js":"Neues Konto \\"<a href=\\"accounts/show/{ID}\\">„{name}”</a>\\" gespeichert!","account_type_Debt":"Schuld","liability_direction_null_short":"Unbekannt","delete":"Löschen","store_new_asset_account":"Neues Bestandskonto speichern","store_new_expense_account":"Neues Ausgabenkonto speichern","store_new_liabilities_account":"Neue Verbindlichkeit speichern","store_new_revenue_account":"Neues Einnahmenkonto speichern","mandatoryFields":"Pflichtfelder","optionalFields":"Optionale Felder","reconcile_this_account":"Dieses Konto abgleichen","interest_calc_weekly":"Pro Woche","interest_calc_monthly":"Monatlich","interest_calc_quarterly":"Vierteljährlich","interest_calc_half-year":"Halbjährlich","interest_calc_yearly":"Jährlich","liability_direction_credit":"Mir wird dies geschuldet","liability_direction_debit":"Ich schulde dies jemandem","liability_direction_credit_short":"Geschuldeter Betrag","liability_direction_debit_short":"Schuldiger Betrag","account_type_debt":"Schulden","account_type_loan":"Darlehen","left_in_debt":"Fälliger Betrag","account_type_mortgage":"Hypothek","save_transactions_by_moving_js":"Keine Buchungen|Speichern Sie diese Buchung, indem Sie sie auf ein anderes Konto verschieben. |Speichern Sie diese Buchungen, indem Sie sie auf ein anderes Konto verschieben.","none_in_select_list":"(Keine)","transaction_expand_split":"Aufteilung erweitern","transaction_collapse_split":"Aufteilung reduzieren","default_group_title_name":"(ohne Gruppierung)","bill_repeats_weekly":"Wiederholt sich wöchentlich","bill_repeats_monthly":"Wiederholt sich monatlich","bill_repeats_quarterly":"Wiederholt sich vierteljährlich","bill_repeats_half-year":"Wiederholt sich halbjährlich","bill_repeats_yearly":"Wiederholt sich jährlich","bill_repeats_weekly_other":"Wiederholt sich jede zweite Woche","bill_repeats_monthly_other":"Wiederholt sich jeden zweiten Monat","bill_repeats_quarterly_other":"Wiederholt sich jedes zweite Vierteljahr","bill_repeats_half-year_other":"Wiederholt sich jährlich","bill_repeats_yearly_other":"Wiederholt sich jedes zweite Jahr","bill_repeats_weekly_skip":"Wiederholt sich alle {skip} Wochen","bill_repeats_monthly_skip":"Wiederholt sich alle {skip} Monate","bill_repeats_quarterly_skip":"Wiederholt sich alle {skip} Vierteljahre","bill_repeats_half-year_skip":"Wiederholt sich alle {skip} Halbjahre","bill_repeats_yearly_skip":"Wiederholt sich alle {skip} Jahre","not_expected_period":"In diesem Zeitraum nicht erwartet","subscriptions":"Abonnements","bill_expected_date_js":"Erwartet {date}","inactive":"Inaktiv","forever":"Dauerhaft","extension_date_is":"Zeitpunkt der Verlängerung ist {date}","create_new_bill":"Eine neue Rechnung erstellen","store_new_bill":"Neue Rechnung speichern","repeat_freq_yearly":"Jährlich","repeat_freq_half-year":"halbjährlich","repeat_freq_quarterly":"vierteljährlich","repeat_freq_monthly":"monatlich","repeat_freq_weekly":"wöchentlich","credit_card_type_monthlyFull":"Vollständige Zahlung jeden Monat","update_liabilities_account":"Verbindlichkeit aktualisieren","update_expense_account":"Ausgabenkonto aktualisieren","update_revenue_account":"Einnahmenkonto aktualisieren","update_undefined_account":"Konto aktualisieren","update_asset_account":"Bestandskonto aktualisieren","updated_account_js":"Konto \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\" aktualisiert."},"list":{"piggy_bank":"Sparschwein","percentage":"%","amount":"Betrag","lastActivity":"Letzte Aktivität","name":"Name","role":"Rolle","description":"Beschreibung","date":"Datum","source_account":"Quellkonto","destination_account":"Zielkonto","category":"Kategorie","iban":"IBAN","interest":"Zinsen","interest_period":"Zinsperiode","liability_type":"Verbindlichkeitsart","liability_direction":"Verbindlichkeit ein/aus","currentBalance":"Aktueller Kontostand","next_expected_match":"Nächste erwartete Übereinstimmung","expected_info":"Nächste erwartete Buchung","start_date":"Beginnt am","end_date":"Endet am","payment_info":"Zahlungsinformationen"},"config":{"html_language":"de","week_in_year_fns":"\'Woche\' ww/yyyy","month_and_day_fns":"d. MMMM Y","quarter_fns":"\'Q\'QQQ, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Ausländischer Betrag","interest_date":"Zinstermin","name":"Name","amount":"Betrag","iban":"IBAN","BIC":"BIC","notes":"Notizen","location":"Herkunft","repeat_freq":"Wiederholungen","skip":"Überspringen","startdate":"Startdatum","enddate":"Endet am","object_group":"Gruppe","attachments":"Anhänge","deletePermanently":"Dauerhaft löschen","active":"Aktiv","include_net_worth":"Im Eigenkapital enthalten","cc_type":"Kreditkartenzahlungsplan","account_number":"Kontonummer","cc_monthly_payment_date":"Monatlicher Kreditkartenzahlungsplan","virtual_balance":"Virtueller Kontostand","opening_balance":"Eröffnungsbilanz","opening_balance_date":"Eröffnungsbilanzdatum","date":"Datum","interest":"Zinsen","interest_period":"Verzinsungszeitraum","currency_id":"Währung","liability_type":"Art der Verbindlichkeit","account_role":"Kontenfunktion","liability_direction":"Verbindlichkeit Ein/Aus","book_date":"Buchungsdatum","permDeleteWarning":"Das Löschen von Dingen in Firefly III ist dauerhaft und kann nicht rückgängig gemacht werden.","account_areYouSure_js":"Möchten Sie das Konto „{name}” wirklich löschen?","also_delete_piggyBanks_js":"Keine Sparschweine|Das einzige Sparschwein, welches mit diesem Konto verbunden ist, wird ebenfalls gelöscht.|Alle {count} Sparschweine, welche mit diesem Konto verbunden sind, werden ebenfalls gelöscht.","also_delete_transactions_js":"Keine Buchungen|Die einzige Buchung, die mit diesem Konto verbunden ist, wird ebenfalls gelöscht.|Alle {count} Buchungen, die mit diesem Konto verbunden sind, werden ebenfalls gelöscht.","process_date":"Bearbeitungsdatum","due_date":"Fälligkeitstermin","payment_date":"Zahlungsdatum","invoice_date":"Rechnungsdatum","amount_min":"Mindestbetrag","amount_max":"Höchstbetrag","start_date":"Anfang des Bereichs","end_date":"Ende des Bereichs","extension_date":"Verlängerungsdatum"}}')},7498:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Μεταφορά","Withdrawal":"Ανάληψη","Deposit":"Κατάθεση","date_and_time":"Ημερομηνία και ώρα","no_currency":"(χωρίς νόμισμα)","date":"Ημερομηνία","time":"Ώρα","no_budget":"(χωρίς προϋπολογισμό)","destination_account":"Λογαριασμός προορισμού","source_account":"Λογαριασμός προέλευσης","single_split":"Διαχωρισμός","create_new_transaction":"Δημιουργία μιας νέας συναλλαγής","balance":"Ισοζύγιο","transaction_journal_extra":"Περισσότερες πληροφορίες","transaction_journal_meta":"Πληροφορίες μεταδεδομένων","basic_journal_information":"Βασικές πληροφορίες συναλλαγής","bills_to_pay":"Πάγια έξοδα προς πληρωμή","left_to_spend":"Διαθέσιμα προϋπολογισμών","attachments":"Συνημμένα","net_worth":"Καθαρή αξία","bill":"Πάγιο έξοδο","no_bill":"(χωρίς πάγιο έξοδο)","tags":"Ετικέτες","internal_reference":"Εσωτερική αναφορά","external_url":"Εξωτερικό URL","no_piggy_bank":"(χωρίς κουμπαρά)","paid":"Πληρωμένο","notes":"Σημειώσεις","yourAccounts":"Οι λογαριασμοί σας","go_to_asset_accounts":"Δείτε τους λογαριασμούς κεφαλαίου σας","delete_account":"Διαγραφή λογαριασμού","transaction_table_description":"Ένας πίνακας με τις συναλλαγές σας","account":"Λογαριασμός","description":"Περιγραφή","amount":"Ποσό","budget":"Προϋπολογισμός","category":"Κατηγορία","opposing_account":"Έναντι λογαριασμός","budgets":"Προϋπολογισμοί","categories":"Κατηγορίες","go_to_budgets":"Πηγαίνετε στους προϋπολογισμούς σας","income":"Έσοδα","go_to_deposits":"Πηγαίνετε στις καταθέσεις","go_to_categories":"Πηγαίνετε στις κατηγορίες σας","expense_accounts":"Δαπάνες","go_to_expenses":"Πηγαίνετε στις δαπάνες","go_to_bills":"Πηγαίνετε στα πάγια έξοδα","bills":"Πάγια έξοδα","last_thirty_days":"Τελευταίες τριάντα ημέρες","last_seven_days":"Τελευταίες επτά ημέρες","go_to_piggies":"Πηγαίνετε στους κουμπαράδες σας","saved":"Αποθηκεύτηκε","piggy_banks":"Κουμπαράδες","piggy_bank":"Κουμπαράς","amounts":"Ποσά","left":"Απομένουν","spent":"Δαπανήθηκαν","Default asset account":"Βασικός λογαριασμός κεφαλαίου","search_results":"Αποτελέσματα αναζήτησης","include":"Περιλαμβάνεται;","transaction":"Συναλλαγή","account_role_defaultAsset":"Βασικός λογαριασμός κεφαλαίου","account_role_savingAsset":"Λογαριασμός αποταμίευσης","account_role_sharedAsset":"Κοινός λογαριασμός κεφαλαίου","clear_location":"Εκκαθάριση τοποθεσίας","account_role_ccAsset":"Πιστωτική κάρτα","account_role_cashWalletAsset":"Πορτοφόλι μετρητών","daily_budgets":"Ημερήσιοι προϋπολογισμοί","weekly_budgets":"Εβδομαδιαίοι προϋπολογισμοί","monthly_budgets":"Μηνιαίοι προϋπολογισμοί","journals_in_period_for_account_js":"Όλες οι συναλλαγές για τον λογαριασμό {title} μεταξύ {start} και {end}","quarterly_budgets":"Τριμηνιαίοι προϋπολογισμοί","create_new_expense":"Δημιουργία νέου λογαριασμού δαπανών","create_new_revenue":"Δημιουργία νέου λογαριασμού εσόδων","create_new_liabilities":"Δημιουργία νέας υποχρέωσης","half_year_budgets":"Εξαμηνιαίοι προϋπολογισμοί","yearly_budgets":"Ετήσιοι προϋπολογισμοί","split_transaction_title":"Περιγραφή της συναλλαγής με διαχωρισμό","errors_submission":"Υπήρξε κάποιο λάθος με την υποβολή σας. Παρακαλώ ελέγξτε τα σφάλματα.","flash_error":"Σφάλμα!","store_transaction":"Αποθήκευση συναλλαγής","flash_success":"Επιτυχία!","create_another":"Μετά την αποθήκευση, επιστρέψτε εδώ για να δημιουργήσετε ακόμη ένα.","update_transaction":"Ενημέρωση συναλλαγής","after_update_create_another":"Μετά την ενημέρωση, επιστρέψτε εδώ για να συνεχίσετε την επεξεργασία.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Η συναλλαγή #{ID}</a> (\\"{title}\\") παρέμεινε χωρίς καμία αλλαγή.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Η συναλλαγή #{ID}</a> (\\"{title}\\") έχει ενημερωθεί.","spent_x_of_y":"Δαπανήθηκαν {amount} από {total}","search":"Αναζήτηση","create_new_asset":"Δημιουργία νέου λογαριασμού κεφαλαίου","asset_accounts":"Κεφάλαια","reset_after":"Επαναφορά φόρμας μετά την υποβολή","bill_paid_on":"Πληρώθηκε στις {date}","first_split_decides":"Ο πρώτος διαχωρισμός καθορίζει την τιμή αυτού του πεδίου","first_split_overrules_source":"Ο πρώτος διαχωρισμός ενδέχεται να παρακάμψει τον λογαριασμό προέλευσης","first_split_overrules_destination":"Ο πρώτος διαχωρισμός ενδέχεται να παρακάμψει τον λογαριασμό προορισμού","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Η συναλλαγή #{ID} (\\"{title}\\")</a> έχει αποθηκευτεί.","custom_period":"Προσαρμοσμένη περίοδος","reset_to_current":"Επαναφορά στην τρέχουσα περίοδο","select_period":"Επιλέξτε περίοδο","location":"Τοποθεσία","other_budgets":"Προϋπολογισμοί με χρονική προσαρμογή","journal_links":"Συνδέσεις συναλλαγών","go_to_withdrawals":"Πηγαίνετε στις αναλήψεις σας","revenue_accounts":"Έσοδα","add_another_split":"Προσθήκη ενός ακόμα διαχωρισμού","actions":"Ενέργειες","earned":"Κερδήθηκαν","empty":"(κενό)","edit":"Επεξεργασία","never":"Ποτέ","account_type_Loan":"Δάνειο","account_type_Mortgage":"Υποθήκη","stored_new_account_js":"Ο νέος λογαριασμός \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" αποθηκεύτηκε!","account_type_Debt":"Χρέος","liability_direction_null_short":"Άγνωστο","delete":"Διαγραφή","store_new_asset_account":"Αποθήκευση νέου λογαριασμού κεφαλαίου","store_new_expense_account":"Αποθήκευση νέου λογαριασμού δαπανών","store_new_liabilities_account":"Αποθήκευση νέας υποχρέωσης","store_new_revenue_account":"Αποθήκευση νέου λογαριασμού εσόδων","mandatoryFields":"Υποχρεωτικά πεδία","optionalFields":"Προαιρετικά πεδία","reconcile_this_account":"Τακτοποίηση αυτού του λογαριασμού","interest_calc_weekly":"Ανά εβδομάδα","interest_calc_monthly":"Ανά μήνα","interest_calc_quarterly":"Ανά τρίμηνο","interest_calc_half-year":"Ανά εξάμηνο","interest_calc_yearly":"Ανά έτος","liability_direction_credit":"Μου οφείλουν αυτό το χρέος σε μένα","liability_direction_debit":"Οφείλω αυτό το χρέος σε κάποιον άλλο","liability_direction_credit_short":"Μου οφείλουν αυτό το χρέος","liability_direction_debit_short":"Οφείλω αυτό το χρέος","account_type_debt":"Χρέος","account_type_loan":"Δάνειο","left_in_debt":"Οφειλόμενο ποσό","account_type_mortgage":"Υποθήκη","save_transactions_by_moving_js":"Δεν υπάρχουν συναλλαγές|Αποθηκεύστε αυτή τη συναλλαγή μετακινώντας την σε άλλο λογαριασμό|Αποθηκεύστε αυτές τις συναλλαγές μετακινώντας τις σε άλλο λογαριασμό.","none_in_select_list":"(τίποτα)","transaction_expand_split":"Ανάπτυξη διαχωρισμού","transaction_collapse_split":"Σύμπτυξη διαχωρισμού","default_group_title_name":"(χωρίς ομάδα)","bill_repeats_weekly":"Επαναλαμβάνεται εβδομαδιαίως","bill_repeats_monthly":"Επαναλαμβάνεται μηνιαίως","bill_repeats_quarterly":"Επαναλαμβάνεται ανά τρίμηνο","bill_repeats_half-year":"Επαναλαμβάνεται κάθε μισό χρόνο","bill_repeats_yearly":"Επαναλαμβάνεται ετησίως","bill_repeats_weekly_other":"Επαναλαμβάνεται κάθε δεύτερη εβδομάδα","bill_repeats_monthly_other":"Επαναλαμβάνεται κάθε δεύτερο μήνα","bill_repeats_quarterly_other":"Επαναλαμβάνεται κάθε δεύτερο τρίμηνο","bill_repeats_half-year_other":"Επαναλαμβάνεται ετησίως","bill_repeats_yearly_other":"Επαναλαμβάνεται κάθε δεύτερο χρόνο","bill_repeats_weekly_skip":"Επαναλαμβάνεται κάθε {skip} εβδομάδες","bill_repeats_monthly_skip":"Επαναλαμβάνεται κάθε {skip} μήνες","bill_repeats_quarterly_skip":"Επαναλαμβάνεται κάθε {skip} τρίμηνα","bill_repeats_half-year_skip":"Επαναλαμβάνεται κάθε {skip} εξάμηνα","bill_repeats_yearly_skip":"Επαναλαμβάνεται κάθε {skip} έτη","not_expected_period":"Δεν αναμένεται αυτή την περίοδο","subscriptions":"Συνδρομές","bill_expected_date_js":"Αναμένεται {date}","inactive":"Ανενεργό","forever":"Για πάντα","extension_date_is":"Η ημερομηνία παράτασης είναι {date}","create_new_bill":"Δημιουργία νέου πάγιου έξοδου","store_new_bill":"Αποθήκευση νέου πάγιου έξοδου","repeat_freq_yearly":"ετησίως","repeat_freq_half-year":"εξαμηνιαίως","repeat_freq_quarterly":"τριμηνιαίως","repeat_freq_monthly":"μηνιαίως","repeat_freq_weekly":"εβδομαδιαίως","credit_card_type_monthlyFull":"Εξόφληση κάθε μήνα","update_liabilities_account":"Ενημέρωση υποχρέωσης","update_expense_account":"Ενημέρωση λογαριασμού δαπανών","update_revenue_account":"Ενημέρωση λογαριασμού εσόδων","update_undefined_account":"Ενημέρωση λογαριασμού","update_asset_account":"Ενημέρωση λογαριασμού κεφαλαίου","updated_account_js":"Ενημερώθηκε ο λογαριασμός \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Κουμπαράς","percentage":"pct.","amount":"Ποσό","lastActivity":"Τελευταία δραστηριότητα","name":"Όνομα","role":"Ρόλος","description":"Περιγραφή","date":"Ημερομηνία","source_account":"Λογαριασμός προέλευσης","destination_account":"Λογαριασμός προορισμού","category":"Κατηγορία","iban":"IBAN","interest":"Τόκος","interest_period":"Τοκιζόμενη περίοδος","liability_type":"Τύπος υποχρέωσης","liability_direction":"Υποχρέωση εντός/εκτός","currentBalance":"Τρέχον υπόλοιπο","next_expected_match":"Επόμενη αναμενόμενη αντιστοίχιση","expected_info":"Επόμενη αναμενόμενη συναλλαγή","start_date":"Ημερομηνία έναρξης","end_date":"Ημερομηνία λήξης","payment_info":"Πληροφορίες Πληρωμής"},"config":{"html_language":"el","week_in_year_fns":"\'Εβδομάδα\' w, yyyy","month_and_day_fns":"d MMMM y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Ποσό σε ξένο νόμισμα","interest_date":"Ημερομηνία τοκισμού","name":"Όνομα","amount":"Ποσό","iban":"IBAN","BIC":"BIC","notes":"Σημειώσεις","location":"Τοποθεσία","repeat_freq":"Επαναλήψεις","skip":"Παράλειψη","startdate":"Ημερομηνία Έναρξης","enddate":"Ημερομηνία λήξης","object_group":"Ομάδα","attachments":"Συνημμένα","deletePermanently":"Οριστική διαγραφή","active":"Ενεργό","include_net_worth":"Εντός καθαρής αξίας","cc_type":"Σχέδιο πληρωμής πιστωτικής κάρτας","account_number":"Αριθμός λογαριασμού","cc_monthly_payment_date":"Ημερομηνία μηνιαίας πληρωμής κάρτας","virtual_balance":"Εικονικό υπόλοιπο","opening_balance":"Υπόλοιπο έναρξης","opening_balance_date":"Ημερομηνία υπολοίπου έναρξης","date":"Ημερομηνία","interest":"Τόκος","interest_period":"Τοκιζόμενη περίοδος","currency_id":"Νόμισμα","liability_type":"Τύπος υποχρέωσης","account_role":"Ρόλος λογαριασμού","liability_direction":"Υποχρέωση εντός/εκτός","book_date":"Ημερομηνία εγγραφής","permDeleteWarning":"Η διαγραφή στοιχείων από το Firefly III είναι μόνιμη και δεν μπορεί να αναιρεθεί.","account_areYouSure_js":"Είστε σίγουροι ότι θέλετε να διαγράψετε το λογαριασμό με όνομα \\"{name}\\";","also_delete_piggyBanks_js":"Χωρίς κουμπαρά | Ο μόνος κουμπαράς που είναι συνδεδεμένος σε αυτόν τον λογαριασμό θα διαγραφεί επίσης. | Όλοι οι κουμπαράδες {count} που συνδέονται με αυτόν τον λογαριασμό θα διαγραφούν επίσης.","also_delete_transactions_js":"Χωρίς συναλλαγές | Η μόνη συναλλαγή που συνδέεται με αυτόν τον λογαριασμό θα διαγραφεί επίσης. | Όλες οι συναλλαγές {count} που συνδέονται με αυτόν τον λογαριασμό θα διαγραφούν επίσης.","process_date":"Ημερομηνία επεξεργασίας","due_date":"Ημερομηνία προθεσμίας","payment_date":"Ημερομηνία πληρωμής","invoice_date":"Ημερομηνία τιμολόγησης","amount_min":"Ελάχιστο ποσό","amount_max":"Μέγιστο ποσό","start_date":"Αρχή του εύρους","end_date":"Τέλος του εύρους","extension_date":"Ημερομηνία επέκτασης"}}')},4632:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Transfer","Withdrawal":"Withdrawal","Deposit":"Deposit","date_and_time":"Date and time","no_currency":"(no currency)","date":"Date","time":"Time","no_budget":"(no budget)","destination_account":"Destination account","source_account":"Source account","single_split":"Split","create_new_transaction":"Create a new transaction","balance":"Balance","transaction_journal_extra":"Extra information","transaction_journal_meta":"Meta information","basic_journal_information":"Basic transaction information","bills_to_pay":"Bills to pay","left_to_spend":"Left to spend","attachments":"Attachments","net_worth":"Net worth","bill":"Bill","no_bill":"(no bill)","tags":"Tags","internal_reference":"Internal reference","external_url":"External URL","no_piggy_bank":"(no piggy bank)","paid":"Paid","notes":"Notes","yourAccounts":"Your accounts","go_to_asset_accounts":"View your asset accounts","delete_account":"Delete account","transaction_table_description":"A table containing your transactions","account":"Account","description":"Description","amount":"Amount","budget":"Budget","category":"Category","opposing_account":"Opposing account","budgets":"Budgets","categories":"Categories","go_to_budgets":"Go to your budgets","income":"Revenue / income","go_to_deposits":"Go to deposits","go_to_categories":"Go to your categories","expense_accounts":"Expense accounts","go_to_expenses":"Go to expenses","go_to_bills":"Go to your bills","bills":"Bills","last_thirty_days":"Last thirty days","last_seven_days":"Last seven days","go_to_piggies":"Go to your piggy banks","saved":"Saved","piggy_banks":"Piggy banks","piggy_bank":"Piggy bank","amounts":"Amounts","left":"Left","spent":"Spent","Default asset account":"Default asset account","search_results":"Search results","include":"Include?","transaction":"Transaction","account_role_defaultAsset":"Default asset account","account_role_savingAsset":"Savings account","account_role_sharedAsset":"Shared asset account","clear_location":"Clear location","account_role_ccAsset":"Credit card","account_role_cashWalletAsset":"Cash wallet","daily_budgets":"Daily budgets","weekly_budgets":"Weekly budgets","monthly_budgets":"Monthly budgets","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Quarterly budgets","create_new_expense":"Create new expense account","create_new_revenue":"Create new revenue account","create_new_liabilities":"Create new liability","half_year_budgets":"Half-yearly budgets","yearly_budgets":"Yearly budgets","split_transaction_title":"Description of the split transaction","errors_submission":"There was something wrong with your submission. Please check out the errors.","flash_error":"Error!","store_transaction":"Store transaction","flash_success":"Success!","create_another":"After storing, return here to create another one.","update_transaction":"Update transaction","after_update_create_another":"After updating, return here to continue editing.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"Search","create_new_asset":"Create new asset account","asset_accounts":"Asset accounts","reset_after":"Reset form after submission","bill_paid_on":"Paid on {date}","first_split_decides":"The first split determines the value of this field","first_split_overrules_source":"The first split may overrule the source account","first_split_overrules_destination":"The first split may overrule the destination account","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID} (\\"{title}\\")</a> has been stored.","custom_period":"Custom period","reset_to_current":"Reset to current period","select_period":"Select a period","location":"Location","other_budgets":"Custom timed budgets","journal_links":"Transaction links","go_to_withdrawals":"Go to your withdrawals","revenue_accounts":"Revenue accounts","add_another_split":"Add another split","actions":"Actions","earned":"Earned","empty":"(empty)","edit":"Edit","never":"Never","account_type_Loan":"Loan","account_type_Mortgage":"Mortgage","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"Debt","liability_direction_null_short":"Unknown","delete":"Delete","store_new_asset_account":"Store new asset account","store_new_expense_account":"Store new expense account","store_new_liabilities_account":"Store new liability","store_new_revenue_account":"Store new revenue account","mandatoryFields":"Mandatory fields","optionalFields":"Optional fields","reconcile_this_account":"Reconcile this account","interest_calc_weekly":"Per week","interest_calc_monthly":"Per month","interest_calc_quarterly":"Per quarter","interest_calc_half-year":"Per half year","interest_calc_yearly":"Per year","liability_direction_credit":"I am owed this debt","liability_direction_debit":"I owe this debt to somebody else","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(none)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(ungrouped)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Not expected this period","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"Inactive","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Create new bill","store_new_bill":"Store new bill","repeat_freq_yearly":"yearly","repeat_freq_half-year":"every half-year","repeat_freq_quarterly":"quarterly","repeat_freq_monthly":"monthly","repeat_freq_weekly":"weekly","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Update liability","update_expense_account":"Update expense account","update_revenue_account":"Update revenue account","update_undefined_account":"Update account","update_asset_account":"Update asset account","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Piggy bank","percentage":"pct.","amount":"Amount","lastActivity":"Last activity","name":"Name","role":"Role","description":"Description","date":"Date","source_account":"Source account","destination_account":"Destination account","category":"Category","iban":"IBAN","interest":"Interest","interest_period":"Interest period","liability_type":"Type of liability","liability_direction":"Liability in/out","currentBalance":"Current balance","next_expected_match":"Next expected match","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"en-gb","week_in_year_fns":"\'Week\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Foreign amount","interest_date":"Interest date","name":"Name","amount":"Amount","iban":"IBAN","BIC":"BIC","notes":"Notes","location":"Location","repeat_freq":"Repeats","skip":"Skip","startdate":"Start date","enddate":"End date","object_group":"Group","attachments":"Attachments","deletePermanently":"Delete permanently","active":"Active","include_net_worth":"Include in net worth","cc_type":"Credit card payment plan","account_number":"Account number","cc_monthly_payment_date":"Credit card monthly payment date","virtual_balance":"Virtual balance","opening_balance":"Opening balance","opening_balance_date":"Opening balance date","date":"Date","interest":"Interest","interest_period":"Interest period","currency_id":"Currency","liability_type":"Liability type","account_role":"Account role","liability_direction":"Liability in/out","book_date":"Book date","permDeleteWarning":"Deleting stuff from Firefly III is permanent and cannot be undone.","account_areYouSure_js":"Are you sure you want to delete the account named \\"{name}\\"?","also_delete_piggyBanks_js":"No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.","also_delete_transactions_js":"No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.","process_date":"Processing date","due_date":"Due date","payment_date":"Payment date","invoice_date":"Invoice date","amount_min":"Minimum amount","amount_max":"Maximum amount","start_date":"Start of range","end_date":"End of range","extension_date":"Extension date"}}')},790:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Transfer","Withdrawal":"Withdrawal","Deposit":"Deposit","date_and_time":"Date and time","no_currency":"(no currency)","date":"Date","time":"Time","no_budget":"(no budget)","destination_account":"Destination account","source_account":"Source account","single_split":"Split","create_new_transaction":"Create a new transaction","balance":"Balance","transaction_journal_extra":"Extra information","transaction_journal_meta":"Meta information","basic_journal_information":"Basic transaction information","bills_to_pay":"Bills to pay","left_to_spend":"Left to spend","attachments":"Attachments","net_worth":"Net worth","bill":"Bill","no_bill":"(no bill)","tags":"Tags","internal_reference":"Internal reference","external_url":"External URL","no_piggy_bank":"(no piggy bank)","paid":"Paid","notes":"Notes","yourAccounts":"Your accounts","go_to_asset_accounts":"View your asset accounts","delete_account":"Delete account","transaction_table_description":"A table containing your transactions","account":"Account","description":"Description","amount":"Amount","budget":"Budget","category":"Category","opposing_account":"Opposing account","budgets":"Budgets","categories":"Categories","go_to_budgets":"Go to your budgets","income":"Revenue / income","go_to_deposits":"Go to deposits","go_to_categories":"Go to your categories","expense_accounts":"Expense accounts","go_to_expenses":"Go to expenses","go_to_bills":"Go to your bills","bills":"Bills","last_thirty_days":"Last thirty days","last_seven_days":"Last seven days","go_to_piggies":"Go to your piggy banks","saved":"Saved","piggy_banks":"Piggy banks","piggy_bank":"Piggy bank","amounts":"Amounts","left":"Left","spent":"Spent","Default asset account":"Default asset account","search_results":"Search results","include":"Include?","transaction":"Transaction","account_role_defaultAsset":"Default asset account","account_role_savingAsset":"Savings account","account_role_sharedAsset":"Shared asset account","clear_location":"Clear location","account_role_ccAsset":"Credit card","account_role_cashWalletAsset":"Cash wallet","daily_budgets":"Daily budgets","weekly_budgets":"Weekly budgets","monthly_budgets":"Monthly budgets","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Quarterly budgets","create_new_expense":"Create new expense account","create_new_revenue":"Create new revenue account","create_new_liabilities":"Create new liability","half_year_budgets":"Half-yearly budgets","yearly_budgets":"Yearly budgets","split_transaction_title":"Description of the split transaction","errors_submission":"There was something wrong with your submission. Please check out the errors.","flash_error":"Error!","store_transaction":"Store transaction","flash_success":"Success!","create_another":"After storing, return here to create another one.","update_transaction":"Update transaction","after_update_create_another":"After updating, return here to continue editing.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"Search","create_new_asset":"Create new asset account","asset_accounts":"Asset accounts","reset_after":"Reset form after submission","bill_paid_on":"Paid on {date}","first_split_decides":"The first split determines the value of this field","first_split_overrules_source":"The first split may overrule the source account","first_split_overrules_destination":"The first split may overrule the destination account","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID} (\\"{title}\\")</a> has been stored.","custom_period":"Custom period","reset_to_current":"Reset to current period","select_period":"Select a period","location":"Location","other_budgets":"Custom timed budgets","journal_links":"Transaction links","go_to_withdrawals":"Go to your withdrawals","revenue_accounts":"Revenue accounts","add_another_split":"Add another split","actions":"Actions","earned":"Earned","empty":"(empty)","edit":"Edit","never":"Never","account_type_Loan":"Loan","account_type_Mortgage":"Mortgage","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"Debt","liability_direction_null_short":"Unknown","delete":"Delete","store_new_asset_account":"Store new asset account","store_new_expense_account":"Store new expense account","store_new_liabilities_account":"Store new liability","store_new_revenue_account":"Store new revenue account","mandatoryFields":"Mandatory fields","optionalFields":"Optional fields","reconcile_this_account":"Reconcile this account","interest_calc_weekly":"Per week","interest_calc_monthly":"Per month","interest_calc_quarterly":"Per quarter","interest_calc_half-year":"Per half year","interest_calc_yearly":"Per year","liability_direction_credit":"I am owed this debt","liability_direction_debit":"I owe this debt to somebody else","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(none)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(ungrouped)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Not expected this period","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"Inactive","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Create new bill","store_new_bill":"Store new bill","repeat_freq_yearly":"yearly","repeat_freq_half-year":"every half-year","repeat_freq_quarterly":"quarterly","repeat_freq_monthly":"monthly","repeat_freq_weekly":"weekly","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Update liability","update_expense_account":"Update expense account","update_revenue_account":"Update revenue account","update_undefined_account":"Update account","update_asset_account":"Update asset account","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Piggy bank","percentage":"pct.","amount":"Amount","lastActivity":"Last activity","name":"Name","role":"Role","description":"Description","date":"Date","source_account":"Source account","destination_account":"Destination account","category":"Category","iban":"IBAN","interest":"Interest","interest_period":"Interest period","liability_type":"Type of liability","liability_direction":"Liability in/out","currentBalance":"Current balance","next_expected_match":"Next expected match","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"en","week_in_year_fns":"\'Week\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Foreign amount","interest_date":"Interest date","name":"Name","amount":"Amount","iban":"IBAN","BIC":"BIC","notes":"Notes","location":"Location","repeat_freq":"Repeats","skip":"Skip","startdate":"Start date","enddate":"End date","object_group":"Group","attachments":"Attachments","deletePermanently":"Delete permanently","active":"Active","include_net_worth":"Include in net worth","cc_type":"Credit card payment plan","account_number":"Account number","cc_monthly_payment_date":"Credit card monthly payment date","virtual_balance":"Virtual balance","opening_balance":"Opening balance","opening_balance_date":"Opening balance date","date":"Date","interest":"Interest","interest_period":"Interest period","currency_id":"Currency","liability_type":"Liability type","account_role":"Account role","liability_direction":"Liability in/out","book_date":"Book date","permDeleteWarning":"Deleting stuff from Firefly III is permanent and cannot be undone.","account_areYouSure_js":"Are you sure you want to delete the account named \\"{name}\\"?","also_delete_piggyBanks_js":"No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.","also_delete_transactions_js":"No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.","process_date":"Processing date","due_date":"Due date","payment_date":"Payment date","invoice_date":"Invoice date","amount_min":"Minimum amount","amount_max":"Maximum amount","start_date":"Start of range","end_date":"End of range","extension_date":"Extension date"}}')},8563:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Transferencia","Withdrawal":"Retiro","Deposit":"Depósito","date_and_time":"Fecha y hora","no_currency":"(sin moneda)","date":"Fecha","time":"Hora","no_budget":"(sin presupuesto)","destination_account":"Cuenta destino","source_account":"Cuenta origen","single_split":"División","create_new_transaction":"Crear una nueva transacción","balance":"Balance","transaction_journal_extra":"Información adicional","transaction_journal_meta":"Información Meta","basic_journal_information":"Información básica de transacción","bills_to_pay":"Facturas por pagar","left_to_spend":"Disponible para gastar","attachments":"Archivos adjuntos","net_worth":"Valor Neto","bill":"Factura","no_bill":"(sin factura)","tags":"Etiquetas","internal_reference":"Referencia interna","external_url":"URL externa","no_piggy_bank":"(sin hucha)","paid":"Pagado","notes":"Notas","yourAccounts":"Tus cuentas","go_to_asset_accounts":"Ver tus cuentas de activos","delete_account":"Eliminar cuenta","transaction_table_description":"Una tabla que contiene sus transacciones","account":"Cuenta","description":"Descripción","amount":"Cantidad","budget":"Presupuesto","category":"Categoria","opposing_account":"Cuenta opuesta","budgets":"Presupuestos","categories":"Categorías","go_to_budgets":"Ir a tus presupuestos","income":"Ingresos / salarios","go_to_deposits":"Ir a depósitos","go_to_categories":"Ir a tus categorías","expense_accounts":"Cuentas de gastos","go_to_expenses":"Ir a gastos","go_to_bills":"Ir a tus cuentas","bills":"Facturas","last_thirty_days":"Últimos treinta días","last_seven_days":"Últimos siete días","go_to_piggies":"Ir a tu hucha","saved":"Guardado","piggy_banks":"Huchas","piggy_bank":"Hucha","amounts":"Importes","left":"Disponible","spent":"Gastado","Default asset account":"Cuenta de activos por defecto","search_results":"Buscar resultados","include":"¿Incluir?","transaction":"Transaccion","account_role_defaultAsset":"Cuentas de ingresos por defecto","account_role_savingAsset":"Cuentas de ahorros","account_role_sharedAsset":"Cuenta de ingresos compartida","clear_location":"Eliminar ubicación","account_role_ccAsset":"Tarjeta de Crédito","account_role_cashWalletAsset":"Billetera de efectivo","daily_budgets":"Presupuestos diarios","weekly_budgets":"Presupuestos semanales","monthly_budgets":"Presupuestos mensuales","journals_in_period_for_account_js":"Todas las transacciones de la cuenta {title} entre {start} y {end}","quarterly_budgets":"Presupuestos trimestrales","create_new_expense":"Crear nueva cuenta de gastos","create_new_revenue":"Crear nueva cuenta de ingresos","create_new_liabilities":"Crear nuevo pasivo","half_year_budgets":"Presupuestos semestrales","yearly_budgets":"Presupuestos anuales","split_transaction_title":"Descripción de la transacción dividida","errors_submission":"Hubo un problema con su envío. Por favor, compruebe los errores.","flash_error":"¡Error!","store_transaction":"Guardar transacción","flash_success":"¡Operación correcta!","create_another":"Después de guardar, vuelve aquí para crear otro.","update_transaction":"Actualizar transacción","after_update_create_another":"Después de actualizar, vuelve aquí para continuar editando.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">La transacción #{ID}</a> (\\"{title}\\") no recibió ningún cambio.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">La transacción #{ID}</a> (\\"{title}\\") ha sido actualizada.","spent_x_of_y":"{amount} gastado de {total}","search":"Buscar","create_new_asset":"Crear nueva cuenta de activos","asset_accounts":"Cuenta de activos","reset_after":"Restablecer formulario después del envío","bill_paid_on":"Pagado el {date}","first_split_decides":"La primera división determina el valor de este campo","first_split_overrules_source":"La primera división puede anular la cuenta de origen","first_split_overrules_destination":"La primera división puede anular la cuenta de destino","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">La transacción #{ID} (\\"{title}\\")</a> ha sido almacenada.","custom_period":"Período personalizado","reset_to_current":"Restablecer al período actual","select_period":"Seleccione un período","location":"Ubicación","other_budgets":"Presupuestos de tiempo personalizado","journal_links":"Enlaces de transacciones","go_to_withdrawals":"Ir a tus retiradas","revenue_accounts":"Cuentas de ingresos","add_another_split":"Añadir otra división","actions":"Acciones","earned":"Ganado","empty":"(vacío)","edit":"Editar","never":"Nunca","account_type_Loan":"Préstamo","account_type_Mortgage":"Hipoteca","stored_new_account_js":"Nueva cuenta \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" guardada!","account_type_Debt":"Deuda","liability_direction_null_short":"Desconocido","delete":"Eliminar","store_new_asset_account":"Crear cuenta de activos","store_new_expense_account":"Crear cuenta de gastos","store_new_liabilities_account":"Crear nuevo pasivo","store_new_revenue_account":"Crear cuenta de ingresos","mandatoryFields":"Campos obligatorios","optionalFields":"Campos opcionales","reconcile_this_account":"Reconciliar esta cuenta","interest_calc_weekly":"Por semana","interest_calc_monthly":"Por mes","interest_calc_quarterly":"Por trimestre","interest_calc_half-year":"Por semestre","interest_calc_yearly":"Por año","liability_direction_credit":"Se me debe esta deuda","liability_direction_debit":"Le debo esta deuda a otra persona","liability_direction_credit_short":"Tenía esta deuda","liability_direction_debit_short":"Tiene esta deuda","account_type_debt":"Deuda","account_type_loan":"Préstamo","left_in_debt":"Importe debido","account_type_mortgage":"Hipoteca","save_transactions_by_moving_js":"Ninguna transacción|Guardar esta transacción moviéndola a otra cuenta. |Guardar estas transacciones moviéndolas a otra cuenta.","none_in_select_list":"(ninguno)","transaction_expand_split":"Expandir división","transaction_collapse_split":"Colapsar división","default_group_title_name":"(sin agrupación)","bill_repeats_weekly":"Repetir semanalmente","bill_repeats_monthly":"Repetir mensualmente","bill_repeats_quarterly":"Repite trimestralmente","bill_repeats_half-year":"Repetir cada 6 meses","bill_repeats_yearly":"Repetir anualmente","bill_repeats_weekly_other":"Repetir cada dos semanas","bill_repeats_monthly_other":"Repetir cada dos meses","bill_repeats_quarterly_other":"Repetir cada dos trimestres","bill_repeats_half-year_other":"Repetir anualmente","bill_repeats_yearly_other":"Repetir cada dos años","bill_repeats_weekly_skip":"Repetir cada {skip} semanas","bill_repeats_monthly_skip":"Repetir cada {skip} meses","bill_repeats_quarterly_skip":"Repetir cada {skip} trimestres","bill_repeats_half-year_skip":"Repetir cada {skip} medios años","bill_repeats_yearly_skip":"Repetir cada {skip} años","not_expected_period":"No se espera en este período","subscriptions":"Suscripciones","bill_expected_date_js":"Fecha prevista {date}","inactive":"Inactivo","forever":"Siempre","extension_date_is":"Fecha de extensión es {date}","create_new_bill":"Crear nueva factura","store_new_bill":"Crear factura","repeat_freq_yearly":"anualmente","repeat_freq_half-year":"cada medio año","repeat_freq_quarterly":"trimestralmente","repeat_freq_monthly":"mensualmente","repeat_freq_weekly":"semanalmente","credit_card_type_monthlyFull":"Pago completo cada mes","update_liabilities_account":"Actualizar pasivo","update_expense_account":"Actualizar cuenta de gastos","update_revenue_account":"Actualizar cuenta de ingresos","update_undefined_account":"Actualizar cuenta","update_asset_account":"Actualizar cuenta de activos","updated_account_js":"Cuenta actualizada \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Alcancilla","percentage":"pct.","amount":"Monto","lastActivity":"Actividad más reciente","name":"Nombre","role":"Rol","description":"Descripción","date":"Fecha","source_account":"Cuenta origen","destination_account":"Cuenta destino","category":"Categoría","iban":"IBAN","interest":"Interés","interest_period":"Período de interés","liability_type":"Tipo de pasivo","liability_direction":"Pasivo entrada/salida","currentBalance":"Balance actual","next_expected_match":"Próxima coincidencia esperada","expected_info":"Siguiente transacción esperada","start_date":"Fecha de inicio","end_date":"Fecha fin","payment_info":"Información del pago"},"config":{"html_language":"es","week_in_year_fns":"\'Semana\' w, yyyy","month_and_day_fns":"d MMMM y","quarter_fns":"\'Trimestre\' Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Cantidad extranjera","interest_date":"Fecha de interés","name":"Nombre","amount":"Importe","iban":"IBAN","BIC":"BIC","notes":"Notas","location":"Ubicación","repeat_freq":"Repetición","skip":"Saltar","startdate":"Fecha de inicio","enddate":"Fecha fin","object_group":"Grupo","attachments":"Adjuntos","deletePermanently":"Borrar permanentemente","active":"Activo","include_net_worth":"Incluir en valor neto","cc_type":"Plan de pagos con tarjeta de crédito","account_number":"Número de cuenta","cc_monthly_payment_date":"Fecha de pago mensual de la tarjeta de crédito","virtual_balance":"Saldo virtual","opening_balance":"Saldo inicial","opening_balance_date":"Fecha del saldo inicial","date":"Fecha","interest":"Interés","interest_period":"Período de interés","currency_id":"Divisa","liability_type":"Tipo de pasivo","account_role":"Rol de cuenta","liability_direction":"Pasivo entrada/salida","book_date":"Fecha de registro","permDeleteWarning":"Eliminar cosas de Firefly III es permanente y no se puede deshacer.","account_areYouSure_js":"¿Está seguro que desea eliminar la cuenta llamada \\"{name}\\"?","also_delete_piggyBanks_js":"Ninguna alcancía|La única alcancía conectada a esta cuenta también será borrada. También se eliminarán todas {count} alcancías conectados a esta cuenta.","also_delete_transactions_js":"Ninguna transacción|La única transacción conectada a esta cuenta se eliminará también.|Todas las {count} transacciones conectadas a esta cuenta también se eliminarán.","process_date":"Fecha de procesamiento","due_date":"Fecha de vencimiento","payment_date":"Fecha de pago","invoice_date":"Fecha de la factura","amount_min":"Importe mínimo","amount_max":"Importe máximo","start_date":"Inicio del rango","end_date":"Final del rango","extension_date":"Fecha de extensión"}}')},2276:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Siirto","Withdrawal":"Nosto","Deposit":"Talletus","date_and_time":"Date and time","no_currency":"(ei valuuttaa)","date":"Päivämäärä","time":"Time","no_budget":"(ei budjettia)","destination_account":"Kohdetili","source_account":"Lähdetili","single_split":"Split","create_new_transaction":"Create a new transaction","balance":"Saldo","transaction_journal_extra":"Extra information","transaction_journal_meta":"Metatiedot","basic_journal_information":"Basic transaction information","bills_to_pay":"Laskuja maksettavana","left_to_spend":"Käytettävissä","attachments":"Liitteet","net_worth":"Varallisuus","bill":"Lasku","no_bill":"(no bill)","tags":"Tägit","internal_reference":"Internal reference","external_url":"External URL","no_piggy_bank":"(ei säästöpossu)","paid":"Maksettu","notes":"Muistiinpanot","yourAccounts":"Omat tilisi","go_to_asset_accounts":"Tarkastele omaisuustilejäsi","delete_account":"Poista käyttäjätili","transaction_table_description":"A table containing your transactions","account":"Tili","description":"Kuvaus","amount":"Summa","budget":"Budjetti","category":"Kategoria","opposing_account":"Vastatili","budgets":"Budjetit","categories":"Kategoriat","go_to_budgets":"Avaa omat budjetit","income":"Tuotto / ansio","go_to_deposits":"Go to deposits","go_to_categories":"Avaa omat kategoriat","expense_accounts":"Kulutustilit","go_to_expenses":"Go to expenses","go_to_bills":"Avaa omat laskut","bills":"Laskut","last_thirty_days":"Viimeiset 30 päivää","last_seven_days":"Viimeiset 7 päivää","go_to_piggies":"Tarkastele säästöpossujasi","saved":"Saved","piggy_banks":"Säästöpossut","piggy_bank":"Säästöpossu","amounts":"Amounts","left":"Jäljellä","spent":"Käytetty","Default asset account":"Oletusomaisuustili","search_results":"Haun tulokset","include":"Include?","transaction":"Tapahtuma","account_role_defaultAsset":"Oletuskäyttötili","account_role_savingAsset":"Säästötili","account_role_sharedAsset":"Jaettu käyttötili","clear_location":"Tyhjennä sijainti","account_role_ccAsset":"Luottokortti","account_role_cashWalletAsset":"Käteinen","daily_budgets":"Daily budgets","weekly_budgets":"Weekly budgets","monthly_budgets":"Monthly budgets","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Quarterly budgets","create_new_expense":"Luo uusi maksutili","create_new_revenue":"Luo uusi tuottotili","create_new_liabilities":"Create new liability","half_year_budgets":"Half-yearly budgets","yearly_budgets":"Yearly budgets","split_transaction_title":"Jaetun tapahtuman kuvaus","errors_submission":"There was something wrong with your submission. Please check out the errors.","flash_error":"Virhe!","store_transaction":"Store transaction","flash_success":"Valmista tuli!","create_another":"Tallennuksen jälkeen, palaa takaisin luomaan uusi tapahtuma.","update_transaction":"Päivitä tapahtuma","after_update_create_another":"Päivityksen jälkeen, palaa takaisin jatkamaan muokkausta.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"Hae","create_new_asset":"Luo uusi omaisuustili","asset_accounts":"Käyttötilit","reset_after":"Tyhjennä lomake lähetyksen jälkeen","bill_paid_on":"Paid on {date}","first_split_decides":"The first split determines the value of this field","first_split_overrules_source":"The first split may overrule the source account","first_split_overrules_destination":"The first split may overrule the destination account","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID} (\\"{title}\\")</a> has been stored.","custom_period":"Custom period","reset_to_current":"Reset to current period","select_period":"Select a period","location":"Sijainti","other_budgets":"Custom timed budgets","journal_links":"Tapahtuman linkit","go_to_withdrawals":"Go to your withdrawals","revenue_accounts":"Tuottotilit","add_another_split":"Lisää tapahtumaan uusi osa","actions":"Toiminnot","earned":"Ansaittu","empty":"(tyhjä)","edit":"Muokkaa","never":"Ei koskaan","account_type_Loan":"Laina","account_type_Mortgage":"Kiinnelaina","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"Velka","liability_direction_null_short":"Unknown","delete":"Poista","store_new_asset_account":"Tallenna uusi omaisuustili","store_new_expense_account":"Tallenna uusi kulutustili","store_new_liabilities_account":"Tallenna uusi vastuu","store_new_revenue_account":"Tallenna uusi tuottotili","mandatoryFields":"Pakolliset kentät","optionalFields":"Valinnaiset kentät","reconcile_this_account":"Täsmäytä tämä tili","interest_calc_weekly":"Per week","interest_calc_monthly":"Kuukaudessa","interest_calc_quarterly":"Per quarter","interest_calc_half-year":"Per half year","interest_calc_yearly":"Vuodessa","liability_direction_credit":"I am owed this debt","liability_direction_debit":"I owe this debt to somebody else","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(ei mitään)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(ryhmittelemättömät)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Ei odotettavissa tässä jaksossa","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"Ei aktiivinen","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Luo uusi lasku","store_new_bill":"Tallenna uusi lasku","repeat_freq_yearly":"vuosittain","repeat_freq_half-year":"puoli-vuosittain","repeat_freq_quarterly":"neljännesvuosittain","repeat_freq_monthly":"kuukausittain","repeat_freq_weekly":"viikoittain","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Päivitä vastuu","update_expense_account":"Päivitä kulutustili","update_revenue_account":"Päivitä tuottotili","update_undefined_account":"Update account","update_asset_account":"Päivitä omaisuustili","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Säästöpossu","percentage":"pros.","amount":"Summa","lastActivity":"Viimeisin tapahtuma","name":"Nimi","role":"Rooli","description":"Kuvaus","date":"Päivämäärä","source_account":"Lähdetili","destination_account":"Kohdetili","category":"Kategoria","iban":"IBAN","interest":"Korko","interest_period":"Interest period","liability_type":"Vastuutyyppi","liability_direction":"Liability in/out","currentBalance":"Tämänhetkinen saldo","next_expected_match":"Seuraava lasku odotettavissa","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"fi","week_in_year_fns":"\'Week\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Ulkomaan summa","interest_date":"Korkopäivä","name":"Nimi","amount":"Summa","iban":"IBAN","BIC":"BIC","notes":"Muistiinpanot","location":"Sijainti","repeat_freq":"Toistot","skip":"Ohita","startdate":"Aloituspäivä","enddate":"End date","object_group":"Ryhmä","attachments":"Liitteet","deletePermanently":"Poista pysyvästi","active":"Aktiivinen","include_net_worth":"Sisällytä varallisuuteen","cc_type":"Luottokortin maksusuunnitelma","account_number":"Tilinumero","cc_monthly_payment_date":"Luottokortin laskun eräpäivä","virtual_balance":"Virtuaalinen saldo","opening_balance":"Alkusaldo","opening_balance_date":"Alkusaldon päivämäärä","date":"Päivämäärä","interest":"Korko","interest_period":"Korkojakso","currency_id":"Valuutta","liability_type":"Liability type","account_role":"Tilin tyyppi","liability_direction":"Liability in/out","book_date":"Kirjauspäivä","permDeleteWarning":"Asioiden poistaminen Firefly III:sta on lopullista eikä poistoa pysty perumaan.","account_areYouSure_js":"Are you sure you want to delete the account named \\"{name}\\"?","also_delete_piggyBanks_js":"No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.","also_delete_transactions_js":"No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.","process_date":"Käsittelypäivä","due_date":"Eräpäivä","payment_date":"Maksupäivä","invoice_date":"Laskun päivämäärä","amount_min":"Vähimmäissumma","amount_max":"Enimmäissumma","start_date":"Valikoiman alku","end_date":"Valikoiman loppu","extension_date":"Extension date"}}')},844:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Transfert","Withdrawal":"Dépense","Deposit":"Dépôt","date_and_time":"Date et heure","no_currency":"(pas de devise)","date":"Date","time":"Heure","no_budget":"(pas de budget)","destination_account":"Compte de destination","source_account":"Compte source","single_split":"Ventilation","create_new_transaction":"Créer une nouvelle opération","balance":"Solde","transaction_journal_extra":"Informations supplémentaires","transaction_journal_meta":"Méta informations","basic_journal_information":"Informations de base sur l\'opération","bills_to_pay":"Factures à payer","left_to_spend":"Reste à dépenser","attachments":"Pièces jointes","net_worth":"Avoir net","bill":"Facture","no_bill":"(aucune facture)","tags":"Tags","internal_reference":"Référence interne","external_url":"URL externe","no_piggy_bank":"(aucune tirelire)","paid":"Payé","notes":"Notes","yourAccounts":"Vos comptes","go_to_asset_accounts":"Afficher vos comptes d\'actifs","delete_account":"Supprimer le compte","transaction_table_description":"Une table contenant vos opérations","account":"Compte","description":"Description","amount":"Montant","budget":"Budget","category":"Catégorie","opposing_account":"Compte opposé","budgets":"Budgets","categories":"Catégories","go_to_budgets":"Gérer vos budgets","income":"Recette / revenu","go_to_deposits":"Aller aux dépôts","go_to_categories":"Gérer vos catégories","expense_accounts":"Comptes de dépenses","go_to_expenses":"Aller aux dépenses","go_to_bills":"Gérer vos factures","bills":"Factures","last_thirty_days":"Trente derniers jours","last_seven_days":"7 Derniers Jours","go_to_piggies":"Gérer vos tirelires","saved":"Sauvegardé","piggy_banks":"Tirelires","piggy_bank":"Tirelire","amounts":"Montants","left":"Reste","spent":"Dépensé","Default asset account":"Compte d’actif par défaut","search_results":"Résultats de la recherche","include":"Inclure ?","transaction":"Opération","account_role_defaultAsset":"Compte d\'actif par défaut","account_role_savingAsset":"Compte d’épargne","account_role_sharedAsset":"Compte d\'actif partagé","clear_location":"Effacer la localisation","account_role_ccAsset":"Carte de crédit","account_role_cashWalletAsset":"Porte-monnaie","daily_budgets":"Budgets quotidiens","weekly_budgets":"Budgets hebdomadaires","monthly_budgets":"Budgets mensuels","journals_in_period_for_account_js":"Toutes les opérations pour le compte {title} entre {start} et {end}","quarterly_budgets":"Budgets trimestriels","create_new_expense":"Créer nouveau compte de dépenses","create_new_revenue":"Créer nouveau compte de recettes","create_new_liabilities":"Créer un nouveau passif","half_year_budgets":"Budgets semestriels","yearly_budgets":"Budgets annuels","split_transaction_title":"Description de l\'opération ventilée","errors_submission":"Certaines informations ne sont pas correctes dans votre formulaire. Veuillez vérifier les erreurs.","flash_error":"Erreur !","store_transaction":"Enregistrer l\'opération","flash_success":"Super !","create_another":"Après enregistrement, revenir ici pour en créer un nouveau.","update_transaction":"Mettre à jour l\'opération","after_update_create_another":"Après la mise à jour, revenir ici pour continuer l\'édition.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">L\'opération n°{ID}</a> (\\"{title}\\") n\'a pas été modifiée.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">L\'opération n°{ID}</a> (\\"{title}\\") a été mise à jour.","spent_x_of_y":"Dépensé {amount} sur {total}","search":"Rechercher","create_new_asset":"Créer un nouveau compte d’actif","asset_accounts":"Comptes d’actif","reset_after":"Réinitialiser le formulaire après soumission","bill_paid_on":"Payé le {date}","first_split_decides":"La première ventilation détermine la valeur de ce champ","first_split_overrules_source":"La première ventilation peut remplacer le compte source","first_split_overrules_destination":"La première ventilation peut remplacer le compte de destination","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">L\'opération n°{ID} (\\"{title}\\")</a> a été enregistrée.","custom_period":"Période personnalisée","reset_to_current":"Réinitialiser à la période en cours","select_period":"Sélectionnez une période","location":"Emplacement","other_budgets":"Budgets à période personnalisée","journal_links":"Liens d\'opération","go_to_withdrawals":"Accéder à vos retraits","revenue_accounts":"Comptes de recettes","add_another_split":"Ajouter une autre fraction","actions":"Actions","earned":"Gagné","empty":"(vide)","edit":"Modifier","never":"Jamais","account_type_Loan":"Prêt","account_type_Mortgage":"Prêt hypothécaire","stored_new_account_js":"Nouveau compte \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" enregistré !","account_type_Debt":"Dette","liability_direction_null_short":"Inconnu","delete":"Supprimer","store_new_asset_account":"Créer un nouveau compte d’actif","store_new_expense_account":"Créer un nouveau compte de dépenses","store_new_liabilities_account":"Enregistrer un nouveau passif","store_new_revenue_account":"Créer un compte de recettes","mandatoryFields":"Champs obligatoires","optionalFields":"Champs optionnels","reconcile_this_account":"Rapprocher ce compte","interest_calc_weekly":"Par semaine","interest_calc_monthly":"Par mois","interest_calc_quarterly":"Par trimestre","interest_calc_half-year":"Par semestre","interest_calc_yearly":"Par an","liability_direction_credit":"On me doit cette dette","liability_direction_debit":"Je dois cette dette à quelqu\'un d\'autre","liability_direction_credit_short":"Emprunteur","liability_direction_debit_short":"Prêteur","account_type_debt":"Dette","account_type_loan":"Emprunt","left_in_debt":"Montant dû","account_type_mortgage":"Prêt immobilier","save_transactions_by_moving_js":"Aucune opération|Conserver cette opération en la déplaçant vers un autre compte. |Conserver ces opérations en les déplaçant vers un autre compte.","none_in_select_list":"(aucun)","transaction_expand_split":"Développer la ventilation","transaction_collapse_split":"Réduire la ventilation","default_group_title_name":"(Sans groupement)","bill_repeats_weekly":"Se répète toutes les semaines","bill_repeats_monthly":"Se répète tous les mois","bill_repeats_quarterly":"Se répète tous les trimestres","bill_repeats_half-year":"Se répète tous les semestres","bill_repeats_yearly":"Se répète tous les ans","bill_repeats_weekly_other":"Se répète toutes les deux semaines","bill_repeats_monthly_other":"Se répète tous les deux mois","bill_repeats_quarterly_other":"Se répète tous les deux trimestres","bill_repeats_half-year_other":"Se répète tous les ans","bill_repeats_yearly_other":"Se répète tous les deux ans","bill_repeats_weekly_skip":"Se répète toutes les {skip} semaines","bill_repeats_monthly_skip":"Se répète tous les {skip} mois","bill_repeats_quarterly_skip":"Se répète tous les {skip} trimestres","bill_repeats_half-year_skip":"Se répète tous les {skip} semestres","bill_repeats_yearly_skip":"Se répète tous les {skip} ans","not_expected_period":"Pas attendu cette période","subscriptions":"Abonnements","bill_expected_date_js":"Attendu le {date}","inactive":"Inactif","forever":"Pour toujours","extension_date_is":"La date de l\'extension est {date}","create_new_bill":"Créer une nouvelle facture","store_new_bill":"Créer une nouvelle facture","repeat_freq_yearly":"annuellement","repeat_freq_half-year":"semestriel","repeat_freq_quarterly":"trimestriel","repeat_freq_monthly":"mensuel","repeat_freq_weekly":"hebdomadaire","credit_card_type_monthlyFull":"Paiement complet tous les mois","update_liabilities_account":"Mettre à jour le passif","update_expense_account":"Mettre à jour le compte de dépenses","update_revenue_account":"Mettre à jour le compte de recettes","update_undefined_account":"Mettre à jour le compte","update_asset_account":"Mettre à jour le compte d’actif","updated_account_js":"Compte \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\" mis à jour."},"list":{"piggy_bank":"Tirelire","percentage":"pct.","amount":"Montant","lastActivity":"Activité récente","name":"Nom","role":"Rôle","description":"Description","date":"Date","source_account":"Compte source","destination_account":"Compte destinataire","category":"Catégorie","iban":"Numéro IBAN","interest":"Intérêt","interest_period":"Période d’intérêt","liability_type":"Type de passif","liability_direction":"Sens du passif","currentBalance":"Solde courant","next_expected_match":"Prochaine association attendue","expected_info":"Prochaine opération attendue","start_date":"Date de début","end_date":"Date de fin","payment_info":"Informations sur le paiement"},"config":{"html_language":"fr","week_in_year_fns":"\'Semaine\' w, yyyy","month_and_day_fns":"d MMMM y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Montant en devise étrangère","interest_date":"Date de valeur (intérêts)","name":"Nom","amount":"Montant","iban":"Numéro IBAN","BIC":"Code BIC","notes":"Notes","location":"Emplacement","repeat_freq":"Répétitions","skip":"Ignorer","startdate":"Date de début","enddate":"Date de fin","object_group":"Groupe","attachments":"Documents joints","deletePermanently":"Supprimer définitivement","active":"Actif","include_net_worth":"Inclure dans l\'avoir net","cc_type":"Plan de paiement de carte de crédit","account_number":"Numéro de compte","cc_monthly_payment_date":"Date de paiement mensuelle de la carte de crédit","virtual_balance":"Solde virtuel","opening_balance":"Solde initial","opening_balance_date":"Date du solde initial","date":"Date","interest":"Intérêt","interest_period":"Période d’intérêt","currency_id":"Devise","liability_type":"Type de passif","account_role":"Rôle du compte","liability_direction":"Sens du passif","book_date":"Date de réservation","permDeleteWarning":"Supprimer quelque chose dans Firefly est permanent et ne peut pas être annulé.","account_areYouSure_js":"Êtes-vous sûr de vouloir supprimer le compte nommé \\"{name}\\" ?","also_delete_piggyBanks_js":"Aucune tirelire|La seule tirelire liée à ce compte sera aussi supprimée.|Les {count} tirelires liées à ce compte seront aussi supprimées.","also_delete_transactions_js":"Aucune opération|La seule opération liée à ce compte sera aussi supprimée.|Les {count} opérations liées à ce compte seront aussi supprimées.","process_date":"Date de traitement","due_date":"Échéance","payment_date":"Date de paiement","invoice_date":"Date de facturation","amount_min":"Montant minimum","amount_max":"Montant maximum","start_date":"Début de l\'étendue","end_date":"Fin de l\'étendue","extension_date":"Date d\'extension"}}')},4626:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Átvezetés","Withdrawal":"Költség","Deposit":"Bevétel","date_and_time":"Date and time","no_currency":"(nincs pénznem)","date":"Dátum","time":"Time","no_budget":"(nincs költségkeret)","destination_account":"Célszámla","source_account":"Forrás számla","single_split":"Felosztás","create_new_transaction":"Create a new transaction","balance":"Egyenleg","transaction_journal_extra":"Extra information","transaction_journal_meta":"Meta-információ","basic_journal_information":"Basic transaction information","bills_to_pay":"Fizetendő számlák","left_to_spend":"Elkölthető","attachments":"Mellékletek","net_worth":"Nettó érték","bill":"Számla","no_bill":"(no bill)","tags":"Címkék","internal_reference":"Internal reference","external_url":"External URL","no_piggy_bank":"(nincs malacpersely)","paid":"Kifizetve","notes":"Megjegyzések","yourAccounts":"Bankszámlák","go_to_asset_accounts":"Eszközszámlák megtekintése","delete_account":"Fiók törlése","transaction_table_description":"Tranzakciókat tartalmazó táblázat","account":"Bankszámla","description":"Leírás","amount":"Összeg","budget":"Költségkeret","category":"Kategória","opposing_account":"Ellenoldali számla","budgets":"Költségkeretek","categories":"Kategóriák","go_to_budgets":"Ugrás a költségkeretekhez","income":"Jövedelem / bevétel","go_to_deposits":"Ugrás a bevételekre","go_to_categories":"Ugrás a kategóriákhoz","expense_accounts":"Költségszámlák","go_to_expenses":"Ugrás a kiadásokra","go_to_bills":"Ugrás a számlákhoz","bills":"Számlák","last_thirty_days":"Elmúlt harminc nap","last_seven_days":"Utolsó hét nap","go_to_piggies":"Ugrás a malacperselyekhez","saved":"Mentve","piggy_banks":"Malacperselyek","piggy_bank":"Malacpersely","amounts":"Mennyiségek","left":"Maradvány","spent":"Elköltött","Default asset account":"Alapértelmezett eszközszámla","search_results":"Keresési eredmények","include":"Include?","transaction":"Tranzakció","account_role_defaultAsset":"Alapértelmezett eszközszámla","account_role_savingAsset":"Megtakarítási számla","account_role_sharedAsset":"Megosztott eszközszámla","clear_location":"Hely törlése","account_role_ccAsset":"Hitelkártya","account_role_cashWalletAsset":"Készpénz","daily_budgets":"Daily budgets","weekly_budgets":"Weekly budgets","monthly_budgets":"Monthly budgets","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Quarterly budgets","create_new_expense":"Új költségszámla létrehozása","create_new_revenue":"Új jövedelemszámla létrehozása","create_new_liabilities":"Create new liability","half_year_budgets":"Half-yearly budgets","yearly_budgets":"Yearly budgets","split_transaction_title":"Felosztott tranzakció leírása","errors_submission":"There was something wrong with your submission. Please check out the errors.","flash_error":"Hiba!","store_transaction":"Store transaction","flash_success":"Siker!","create_another":"A tárolás után térjen vissza ide új létrehozásához.","update_transaction":"Tranzakció frissítése","after_update_create_another":"A frissítés után térjen vissza ide a szerkesztés folytatásához.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"Keresés","create_new_asset":"Új eszközszámla létrehozása","asset_accounts":"Eszközszámlák","reset_after":"Űrlap törlése a beküldés után","bill_paid_on":"Paid on {date}","first_split_decides":"The first split determines the value of this field","first_split_overrules_source":"The first split may overrule the source account","first_split_overrules_destination":"The first split may overrule the destination account","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID} (\\"{title}\\")</a> mentve.","custom_period":"Custom period","reset_to_current":"Reset to current period","select_period":"Select a period","location":"Hely","other_budgets":"Custom timed budgets","journal_links":"Tranzakció összekapcsolások","go_to_withdrawals":"Ugrás a költségekhez","revenue_accounts":"Jövedelemszámlák","add_another_split":"Másik felosztás hozzáadása","actions":"Műveletek","earned":"Megkeresett","empty":"(üres)","edit":"Szerkesztés","never":"Soha","account_type_Loan":"Hitel","account_type_Mortgage":"Jelzálog","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"Adósság","liability_direction_null_short":"Unknown","delete":"Törlés","store_new_asset_account":"Új eszközszámla tárolása","store_new_expense_account":"Új költségszámla tárolása","store_new_liabilities_account":"Új kötelezettség eltárolása","store_new_revenue_account":"Új jövedelemszámla létrehozása","mandatoryFields":"Kötelező mezők","optionalFields":"Nem kötelező mezők","reconcile_this_account":"Számla egyeztetése","interest_calc_weekly":"Per week","interest_calc_monthly":"Havonta","interest_calc_quarterly":"Per quarter","interest_calc_half-year":"Per half year","interest_calc_yearly":"Évente","liability_direction_credit":"I am owed this debt","liability_direction_debit":"I owe this debt to somebody else","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(nincs)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(nem csoportosított)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Nem várható ebben az időszakban","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"Inaktív","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Új számla létrehozása","store_new_bill":"Új számla tárolása","repeat_freq_yearly":"éves","repeat_freq_half-year":"félévente","repeat_freq_quarterly":"negyedéves","repeat_freq_monthly":"havi","repeat_freq_weekly":"heti","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Kötelezettség frissítése","update_expense_account":"Költségszámla frissítése","update_revenue_account":"Jövedelemszámla frissítése","update_undefined_account":"Update account","update_asset_account":"Eszközszámla frissítése","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Malacpersely","percentage":"%","amount":"Összeg","lastActivity":"Utolsó aktivitás","name":"Név","role":"Szerepkör","description":"Leírás","date":"Dátum","source_account":"Forrás bankszámla","destination_account":"Cél bankszámla","category":"Kategória","iban":"IBAN","interest":"Kamat","interest_period":"Interest period","liability_type":"A kötelezettség típusa","liability_direction":"Liability in/out","currentBalance":"Aktuális egyenleg","next_expected_match":"Következő várható egyezés","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"hu","week_in_year_fns":"\'Week\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Külföldi összeg","interest_date":"Kamatfizetési időpont","name":"Név","amount":"Összeg","iban":"IBAN","BIC":"BIC","notes":"Megjegyzések","location":"Hely","repeat_freq":"Ismétlődések","skip":"Kihagyás","startdate":"Kezdő dátum","enddate":"End date","object_group":"Csoport","attachments":"Mellékletek","deletePermanently":"Végleges törlés","active":"Aktív","include_net_worth":"Befoglalva a nettó értékbe","cc_type":"Hitelkártya fizetési terv","account_number":"Számlaszám","cc_monthly_payment_date":"Hitelkártya havi fizetés dátuma","virtual_balance":"Virtuális egyenleg","opening_balance":"Nyitó egyenleg","opening_balance_date":"Nyitó egyenleg dátuma","date":"Dátum","interest":"Kamat","interest_period":"Kamatperiódus","currency_id":"Pénznem","liability_type":"Liability type","account_role":"Bankszámla szerepköre","liability_direction":"Liability in/out","book_date":"Könyvelés dátuma","permDeleteWarning":"A Firefly III-ból történő törlés végleges és nem vonható vissza.","account_areYouSure_js":"Are you sure you want to delete the account named \\"{name}\\"?","also_delete_piggyBanks_js":"No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.","also_delete_transactions_js":"No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.","process_date":"Feldolgozás dátuma","due_date":"Lejárati időpont","payment_date":"Fizetés dátuma","invoice_date":"Számla dátuma","amount_min":"Minimális összeg","amount_max":"Maximális összeg","start_date":"Tartomány kezdete","end_date":"Tartomány vége","extension_date":"Extension date"}}')},504:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Trasferimento","Withdrawal":"Prelievo","Deposit":"Entrata","date_and_time":"Data e ora","no_currency":"(nessuna valuta)","date":"Data","time":"Ora","no_budget":"(nessun budget)","destination_account":"Conto destinazione","source_account":"Conto di origine","single_split":"Divisione","create_new_transaction":"Crea una nuova transazione","balance":"Saldo","transaction_journal_extra":"Informazioni aggiuntive","transaction_journal_meta":"Meta informazioni","basic_journal_information":"Informazioni di base sulla transazione","bills_to_pay":"Bollette da pagare","left_to_spend":"Altro da spendere","attachments":"Allegati","net_worth":"Patrimonio","bill":"Bolletta","no_bill":"(nessuna bolletta)","tags":"Etichette","internal_reference":"Riferimento interno","external_url":"URL esterno","no_piggy_bank":"(nessun salvadanaio)","paid":"Pagati","notes":"Note","yourAccounts":"I tuoi conti","go_to_asset_accounts":"Visualizza i tuoi conti attività","delete_account":"Elimina account","transaction_table_description":"Una tabella contenente le tue transazioni","account":"Conto","description":"Descrizione","amount":"Importo","budget":"Budget","category":"Categoria","opposing_account":"Conto beneficiario","budgets":"Budget","categories":"Categorie","go_to_budgets":"Vai ai tuoi budget","income":"Redditi / entrate","go_to_deposits":"Vai ai depositi","go_to_categories":"Vai alle tue categorie","expense_accounts":"Conti uscite","go_to_expenses":"Vai alle spese","go_to_bills":"Vai alle tue bollette","bills":"Bollette","last_thirty_days":"Ultimi trenta giorni","last_seven_days":"Ultimi sette giorni","go_to_piggies":"Vai ai tuoi salvadanai","saved":"Salvata","piggy_banks":"Salvadanai","piggy_bank":"Salvadanaio","amounts":"Importi","left":"Resto","spent":"Speso","Default asset account":"Conto attività predefinito","search_results":"Risultati ricerca","include":"Includere?","transaction":"Transazione","account_role_defaultAsset":"Conto attività predefinito","account_role_savingAsset":"Conto risparmio","account_role_sharedAsset":"Conto attività condiviso","clear_location":"Rimuovi dalla posizione","account_role_ccAsset":"Carta di credito","account_role_cashWalletAsset":"Portafoglio","daily_budgets":"Budget giornalieri","weekly_budgets":"Budget settimanali","monthly_budgets":"Budget mensili","journals_in_period_for_account_js":"Tutte le transazioni per il conto {title} fra {start} e {end}","quarterly_budgets":"Bilanci trimestrali","create_new_expense":"Crea un nuovo conto di spesa","create_new_revenue":"Crea un nuovo conto entrate","create_new_liabilities":"Crea nuova passività","half_year_budgets":"Bilanci semestrali","yearly_budgets":"Budget annuali","split_transaction_title":"Descrizione della transazione suddivisa","errors_submission":"Errore durante l\'invio. Controlla gli errori segnalati qui sotto.","flash_error":"Errore!","store_transaction":"Salva transazione","flash_success":"Successo!","create_another":"Dopo il salvataggio, torna qui per crearne un\'altra.","update_transaction":"Aggiorna transazione","after_update_create_another":"Dopo l\'aggiornamento, torna qui per continuare la modifica.","transaction_updated_no_changes":"La <a href=\\"transactions/show/{ID}\\">transazione #{ID}</a> (\\"{title}\\") non ha avuto cambiamenti.","transaction_updated_link":"La <a href=\\"transactions/show/{ID}\\">transazione #{ID}</a> (\\"{title}\\") è stata aggiornata.","spent_x_of_y":"Spesi {amount} di {total}","search":"Cerca","create_new_asset":"Crea un nuovo conto attività","asset_accounts":"Conti attività","reset_after":"Resetta il modulo dopo l\'invio","bill_paid_on":"Pagata il {date}","first_split_decides":"La prima suddivisione determina il valore di questo campo","first_split_overrules_source":"La prima suddivisione potrebbe sovrascrivere l\'account di origine","first_split_overrules_destination":"La prima suddivisione potrebbe sovrascrivere l\'account di destinazione","transaction_stored_link":"La <a href=\\"transactions/show/{ID}\\">transazione #{ID} (\\"{title}\\")</a> è stata salvata.","custom_period":"Periodo personalizzato","reset_to_current":"Ripristina il periodo corrente","select_period":"Seleziona il periodo","location":"Posizione","other_budgets":"Budget a periodi personalizzati","journal_links":"Collegamenti della transazione","go_to_withdrawals":"Vai ai tuoi prelievi","revenue_accounts":"Conti entrate","add_another_split":"Aggiungi un\'altra divisione","actions":"Azioni","earned":"Guadagnato","empty":"(vuoto)","edit":"Modifica","never":"Mai","account_type_Loan":"Prestito","account_type_Mortgage":"Mutuo","stored_new_account_js":"Nuovo conto \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" salvato!","account_type_Debt":"Debito","liability_direction_null_short":"Sconosciuta","delete":"Elimina","store_new_asset_account":"Salva nuovo conto attività","store_new_expense_account":"Salva il nuovo conto uscite","store_new_liabilities_account":"Memorizza nuova passività","store_new_revenue_account":"Salva il nuovo conto entrate","mandatoryFields":"Campi obbligatori","optionalFields":"Campi opzionali","reconcile_this_account":"Riconcilia questo conto","interest_calc_weekly":"Settimanale","interest_calc_monthly":"Al mese","interest_calc_quarterly":"Trimestrale","interest_calc_half-year":"Semestrale","interest_calc_yearly":"All\'anno","liability_direction_credit":"Questo debito mi è dovuto","liability_direction_debit":"Devo questo debito a qualcun altro","liability_direction_credit_short":"Mi devono questo debito","liability_direction_debit_short":"Devo questo debito","account_type_debt":"Debito","account_type_loan":"Prestito","left_in_debt":"Importo da pagare","account_type_mortgage":"Mutuo","save_transactions_by_moving_js":"Nessuna transazione|Salva questa transazione spostandola in un altro conto.|Salva queste transazioni spostandole in un altro conto.","none_in_select_list":"(nessuna)","transaction_expand_split":"Espandi suddivisione","transaction_collapse_split":"Comprimi suddivisione","default_group_title_name":"(non in un gruppo)","bill_repeats_weekly":"Ripeti ogni settimana","bill_repeats_monthly":"Ripeti ogni mese","bill_repeats_quarterly":"Ripeti ogni tre mesi","bill_repeats_half-year":"Ripeti ogni sei mesi","bill_repeats_yearly":"Ripeti ogni anno","bill_repeats_weekly_other":"Ripeti a settimane alterne","bill_repeats_monthly_other":"Ripeti a mesi alterni","bill_repeats_quarterly_other":"Ripeti ogni altro trimestre","bill_repeats_half-year_other":"Ripeti ogni anno","bill_repeats_yearly_other":"Ripeti ad anni alterni","bill_repeats_weekly_skip":"Ripeti ogni {skip} settimane","bill_repeats_monthly_skip":"Ripeti ogni {skip} mesi","bill_repeats_quarterly_skip":"Ripeti ogni {skip} trimestri","bill_repeats_half-year_skip":"Ripeti ogni {skip} mezzi anni","bill_repeats_yearly_skip":"Ripeti ogni {skip} anni","not_expected_period":"Non prevista per questo periodo","subscriptions":"Abbonamenti","bill_expected_date_js":"Attesa per {date}","inactive":"Disattivo","forever":"Per sempre","extension_date_is":"La data di estensione è {date}","create_new_bill":"Crea una nuova bolletta","store_new_bill":"Salva la nuova bolletta","repeat_freq_yearly":"annualmente","repeat_freq_half-year":"semestralmente","repeat_freq_quarterly":"trimestralmente","repeat_freq_monthly":"mensilmente","repeat_freq_weekly":"settimanalmente","credit_card_type_monthlyFull":"Pagamento intero ogni mese","update_liabilities_account":"Aggiorna passività","update_expense_account":"Aggiorna conto uscite","update_revenue_account":"Aggiorna conto entrate","update_undefined_account":"Aggiorna conto","update_asset_account":"Aggiorna conto attività","updated_account_js":"Conto \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\" aggiornato."},"list":{"piggy_bank":"Salvadanaio","percentage":"perc.","amount":"Importo","lastActivity":"Ultima attività","name":"Nome","role":"Ruolo","description":"Descrizione","date":"Data","source_account":"Conto di origine","destination_account":"Conto destinazione","category":"Categoria","iban":"IBAN","interest":"Interesse","interest_period":"Periodo interessi","liability_type":"Tipo di passività","liability_direction":"Passività in entrata/uscita","currentBalance":"Saldo corrente","next_expected_match":"Prossimo abbinamento previsto","expected_info":"Prossima transazione attesa","start_date":"Data inizio","end_date":"Data fine","payment_info":"Informazioni di pagamento"},"config":{"html_language":"it","week_in_year_fns":"\'Settimana\' w, yyyy","month_and_day_fns":"d MMMM y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Importo estero","interest_date":"Data di valuta","name":"Nome","amount":"Importo","iban":"IBAN","BIC":"BIC","notes":"Note","location":"Posizione","repeat_freq":"Si ripete","skip":"Salta ogni","startdate":"Data inizio","enddate":"Data di scadenza","object_group":"Gruppo","attachments":"Allegati","deletePermanently":"Elimina definitivamente","active":"Attivo","include_net_worth":"Includi nel patrimonio","cc_type":"Piano di pagamento della carta di credito","account_number":"Numero conto","cc_monthly_payment_date":"Data di addebito mensile della carta di credito","virtual_balance":"Saldo virtuale","opening_balance":"Saldo di apertura","opening_balance_date":"Data saldo di apertura","date":"Data","interest":"Interesse","interest_period":"Periodo di interesse","currency_id":"Valuta","liability_type":"Tipo passività","account_role":"Ruolo del conto","liability_direction":"Passività in entrata/uscita","book_date":"Data contabile","permDeleteWarning":"L\'eliminazione dei dati da Firefly III è definitiva e non può essere annullata.","account_areYouSure_js":"Sei sicuro di voler eliminare il conto \\"{name}\\"?","also_delete_piggyBanks_js":"Nessun salvadanaio|Anche l\'unico salvadanaio collegato a questo conto verrà eliminato.|Anche tutti i {count} salvadanai collegati a questo conto verranno eliminati.","also_delete_transactions_js":"Nessuna transazioni|Anche l\'unica transazione collegata al conto verrà eliminata.|Anche tutte le {count} transazioni collegati a questo conto verranno eliminate.","process_date":"Data elaborazione","due_date":"Data scadenza","payment_date":"Data pagamento","invoice_date":"Data fatturazione","amount_min":"Importo minimo","amount_max":"Importo massimo","start_date":"Inizio intervallo","end_date":"Fine intervallo","extension_date":"Data di estensione"}}')},8566:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"新しい送金","Withdrawal":"出金","Deposit":"預金","date_and_time":"日付と時刻","no_currency":"通貨","date":"日付","time":"時刻","no_budget":"予算","destination_account":"送金先のアカウント","source_account":"支出元のアカウント","single_split":"分割","create_new_transaction":"新しい取引を作成","balance":"残高","transaction_journal_extra":"追加情報","transaction_journal_meta":"メタ情報","basic_journal_information":"取引基本情報","bills_to_pay":"請求書","left_to_spend":"支出できる残り","attachments":"添付ファイル","net_worth":"純資産","bill":"請求","no_bill":"(請求なし)","tags":"タグ","internal_reference":"内部参照","external_url":"外部 URL","no_piggy_bank":"貯金箱","paid":"支払い済み","notes":"備考","yourAccounts":"支出先を見る","go_to_asset_accounts":"資産勘定を見る","delete_account":"削除","transaction_table_description":"取引表","account":"貯蓄口座","description":"説明","amount":"金額","budget":"予算","category":"カテゴリ","opposing_account":"対する口座","budgets":"予算","categories":"カテゴリ","go_to_budgets":"予算へ移動","income":"収入、所得、入金","go_to_deposits":"入金へ移動","go_to_categories":"カテゴリへ移動","expense_accounts":"支出先を見る","go_to_expenses":"支出へ移動","go_to_bills":"あなたの請求へ移動","bills":"請求","last_thirty_days":"過去30日間","last_seven_days":"過去7日間","go_to_piggies":"貯金箱へ移動","saved":"保存しました。","piggy_banks":"貯金箱","piggy_bank":"貯金箱","amounts":"金額","left":"残り","spent":"支出","Default asset account":"既定の資産勘定","search_results":"\\":query\\" の検索結果","include":"含めるか","transaction":"取引","account_role_defaultAsset":"既定の資産勘定","account_role_savingAsset":"貯蓄口座","account_role_sharedAsset":"支出アカウント(資産勘定)","clear_location":"場所","account_role_ccAsset":"クレジットカード","account_role_cashWalletAsset":"現金","daily_budgets":"毎日の予算","weekly_budgets":"毎週の予算","monthly_budgets":"毎月の予算","journals_in_period_for_account_js":"{start} から {end} までの口座 {title} のすべての取引","quarterly_budgets":"四半期の予算","create_new_expense":"新しい支出先","create_new_revenue":"新しい収入源","create_new_liabilities":"新しい責任を作成","half_year_budgets":"半年間の予算","yearly_budgets":"年間の予算","split_transaction_title":"取り引き \\":description\\" を編集する","errors_submission":"送信に問題が発生しました。エラーを確認してください。","flash_error":"エラー!","store_transaction":"取引を保存","flash_success":"成功しました!","create_another":"保存後、別のものを作成するにはここへ戻ってきてください。","update_transaction":"チャンネルを更新","after_update_create_another":"保存後、ここへ戻ってきてください。","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">取引 #{ID}</a>「{title}」は変更されませんでした。","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">取引 #{ID}「{title}」</a> が更新されました。","spent_x_of_y":"{amount} / {total} を支出しました","search":"検索","create_new_asset":"支出アカウント(資産勘定)","asset_accounts":"資産勘定","reset_after":"送信後にフォームをリセット","bill_paid_on":"{date} に支払い済み","first_split_decides":"最初の分割がこの項目の値を決定します。","first_split_overrules_source":"最初の分割が出金元口座を覆す可能性があります","first_split_overrules_destination":"最初の分割が送金先口座を覆す可能性があります","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">取引 #{ID}「{title}」</a> が保存されました。","custom_period":"カスタム期間","reset_to_current":"現在の期間にリセット","select_period":"期間を選択","location":"場所","other_budgets":"任意の期間の予算","journal_links":"取引","go_to_withdrawals":"出金に移動","revenue_accounts":"収入源を見る","add_another_split":"分割","actions":"操作","earned":"収益","empty":"この自動補完ドロップダウン/テキストボックスで支払いを選択または入力します。現金入金を行う場合は空のままにします。","edit":"編集","never":"常になし","account_type_Loan":"ローン","account_type_Mortgage":"住宅ローン","stored_new_account_js":"新しい口座「<a href=\\"accounts/show/{ID}\\">{name}</a>」が保存されました!","account_type_Debt":"債務","liability_direction_null_short":"不明","delete":"削除","store_new_asset_account":"新しい取引を保存","store_new_expense_account":"新しい支出先","store_new_liabilities_account":"新しい借金","store_new_revenue_account":"新しい収入源","mandatoryFields":"必須項目","optionalFields":"任意項目","reconcile_this_account":"照合","interest_calc_weekly":"1週あたり","interest_calc_monthly":"1ヶ月あたり","interest_calc_quarterly":"四半期あたり","interest_calc_half-year":"半年あたり","interest_calc_yearly":"1年あたり","liability_direction_credit":"この借金を負っている","liability_direction_debit":"この借金を他の誰かに借りている","liability_direction_credit_short":"この負債を負っている","liability_direction_debit_short":"この負債を負う","account_type_debt":"借金","account_type_loan":"ローン","left_in_debt":"負債額","account_type_mortgage":"住宅ローン","save_transactions_by_moving_js":"取引がありません|この取引を別の口座に移し保存します。|これらの取引を別の口座に移し保存します。","none_in_select_list":"(なし)","transaction_expand_split":"分割を展開","transaction_collapse_split":"分割をたたむ","default_group_title_name":"(グループなし)","bill_repeats_weekly":"毎週の繰り返し","bill_repeats_monthly":"毎月の繰り返し","bill_repeats_quarterly":"四半期ごとの繰り返し","bill_repeats_half-year":"半年ごとの繰り返し","bill_repeats_yearly":"毎年の繰り返し","bill_repeats_weekly_other":"1週おきの繰り返し","bill_repeats_monthly_other":"1ヶ月おきの繰り返し","bill_repeats_quarterly_other":"四半期おきの繰り返し","bill_repeats_half-year_other":"毎年の繰り返し","bill_repeats_yearly_other":"一年おきの繰り返し","bill_repeats_weekly_skip":"{skip} 週おきの繰り返し","bill_repeats_monthly_skip":"{skip} ヶ月おきの繰り返し","bill_repeats_quarterly_skip":"{skip} 四半期おきの繰り返し","bill_repeats_half-year_skip":"{skip} 半期おきの繰り返し","bill_repeats_yearly_skip":"{skip} 年おきの繰り返し","not_expected_period":"この期間には予定なし","subscriptions":"講読","bill_expected_date_js":"予定日 {date}","inactive":"非アクティブ","forever":"無期限","extension_date_is":"延長日は {date} です","create_new_bill":"新しい請求書","store_new_bill":"新しい請求書","repeat_freq_yearly":"毎年","repeat_freq_half-year":"半年ごと","repeat_freq_quarterly":"四半期ごと","repeat_freq_monthly":"クレジットカードの引き落とし日","repeat_freq_weekly":"週毎","credit_card_type_monthlyFull":"全額毎月支払い","update_liabilities_account":"チャンネルを更新","update_expense_account":"支出先アカウント(支出元アカウント\\n)","update_revenue_account":"支出アカウント(収入アカウント)","update_undefined_account":"口座情報の更新","update_asset_account":"支出アカウント(資産勘定)","updated_account_js":"口座「<a href=\\"accounts/show/{ID}\\">{title}</a>」を更新しました。"},"list":{"piggy_bank":"貯金箱","percentage":"パーセント","amount":"金額","lastActivity":"最終アクティビティ","name":"名前","role":"ロール","description":"説明","date":"日付","source_account":"支出元のアカウント","destination_account":"送金先のアカウント","category":"カテゴリ","iban":"国際銀行口座番号","interest":"利息","interest_period":"利息期間","liability_type":"債務形式","liability_direction":"債務の出入","currentBalance":"現在の残高","next_expected_match":"次の予期された一致","expected_info":"次の予想される取引","start_date":"開始日","end_date":"終了日","payment_info":"支払情報"},"config":{"html_language":"ja","week_in_year_fns":"yyyy年w[週目]","month_and_day_fns":"y年 MMMM d日","quarter_fns":"yyyy年第Q四半期","half_year_fns":"yyyy年H[半期]"},"form":{"foreign_amount":"外貨量","interest_date":"利息","name":"名前","amount":"金額","iban":"国際銀行口座番号","BIC":"銀行投資契約","notes":"備考","location":"場所","repeat_freq":"繰り返し","skip":"スキップ","startdate":"開始日","enddate":"終了日","object_group":"グループ","attachments":"添付ファイル","deletePermanently":"永久に削除","active":"有効","include_net_worth":"純資産に含める","cc_type":"クレジットカードの決済方法","account_number":"口座番号","cc_monthly_payment_date":"クレジットカードの引き落とし日","virtual_balance":"仮想残高","opening_balance":"期首残高","opening_balance_date":"期首残高日","date":"日付","interest":"利息","interest_period":"利息期間","currency_id":"通貨","liability_type":"債務種別","account_role":"アカウントのロール","liability_direction":"債務の出入","book_date":"予約日","permDeleteWarning":"Firefly IIIからの削除は永久的で、元に戻すことはできません。","account_areYouSure_js":"アカウント「{name}」を削除してもよろしいですか?","also_delete_piggyBanks_js":"貯金箱はありません|このアカウントに関連するただ一つの貯金箱も削除されます。|このアカウントに関連する {count} 個の貯金箱も削除されます。","also_delete_transactions_js":"取引はありません|このアカウントに関連するただ一つの取引も削除されます。|このアカウントに関連する {count} 件の取引も削除されます。","process_date":"処理日","due_date":" 期日","payment_date":"引き落とし日","invoice_date":"領収書発行日","amount_min":"最低額","amount_max":"上限額","start_date":"期間の開始","end_date":"期間の終了","extension_date":"延長日"}}')},4870:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Overføring","Withdrawal":"Uttak","Deposit":"Innskudd","date_and_time":"Date and time","no_currency":"(ingen valuta)","date":"Dato","time":"Time","no_budget":"(ingen budsjett)","destination_account":"Destination account","source_account":"Source account","single_split":"Split","create_new_transaction":"Create a new transaction","balance":"Saldo","transaction_journal_extra":"Extra information","transaction_journal_meta":"Metainformasjon","basic_journal_information":"Basic transaction information","bills_to_pay":"Regninger å betale","left_to_spend":"Igjen å bruke","attachments":"Vedlegg","net_worth":"Formue","bill":"Regning","no_bill":"(no bill)","tags":"Tagger","internal_reference":"Internal reference","external_url":"External URL","no_piggy_bank":"(no piggy bank)","paid":"Betalt","notes":"Notater","yourAccounts":"Dine kontoer","go_to_asset_accounts":"Se aktivakontoene dine","delete_account":"Slett konto","transaction_table_description":"A table containing your transactions","account":"Konto","description":"Beskrivelse","amount":"Beløp","budget":"Busjett","category":"Kategori","opposing_account":"Opposing account","budgets":"Budsjetter","categories":"Kategorier","go_to_budgets":"Gå til budsjettene dine","income":"Inntekt","go_to_deposits":"Go to deposits","go_to_categories":"Gå til kategoriene dine","expense_accounts":"Utgiftskontoer","go_to_expenses":"Go to expenses","go_to_bills":"Gå til regningene dine","bills":"Regninger","last_thirty_days":"Tredve siste dager","last_seven_days":"Syv siste dager","go_to_piggies":"Gå til sparegrisene dine","saved":"Saved","piggy_banks":"Sparegriser","piggy_bank":"Sparegris","amounts":"Amounts","left":"Gjenværende","spent":"Brukt","Default asset account":"Standard aktivakonto","search_results":"Søkeresultater","include":"Include?","transaction":"Transaksjon","account_role_defaultAsset":"Standard aktivakonto","account_role_savingAsset":"Sparekonto","account_role_sharedAsset":"Delt aktivakonto","clear_location":"Tøm lokasjon","account_role_ccAsset":"Kredittkort","account_role_cashWalletAsset":"Kontant lommebok","daily_budgets":"Daily budgets","weekly_budgets":"Weekly budgets","monthly_budgets":"Monthly budgets","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Quarterly budgets","create_new_expense":"Opprett ny utgiftskonto","create_new_revenue":"Opprett ny inntektskonto","create_new_liabilities":"Create new liability","half_year_budgets":"Half-yearly budgets","yearly_budgets":"Yearly budgets","split_transaction_title":"Description of the split transaction","errors_submission":"There was something wrong with your submission. Please check out the errors.","flash_error":"Feil!","store_transaction":"Store transaction","flash_success":"Suksess!","create_another":"After storing, return here to create another one.","update_transaction":"Update transaction","after_update_create_another":"After updating, return here to continue editing.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"Søk","create_new_asset":"Opprett ny aktivakonto","asset_accounts":"Aktivakontoer","reset_after":"Reset form after submission","bill_paid_on":"Paid on {date}","first_split_decides":"The first split determines the value of this field","first_split_overrules_source":"The first split may overrule the source account","first_split_overrules_destination":"The first split may overrule the destination account","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID} (\\"{title}\\")</a> has been stored.","custom_period":"Custom period","reset_to_current":"Reset to current period","select_period":"Select a period","location":"Sted","other_budgets":"Custom timed budgets","journal_links":"Transaksjonskoblinger","go_to_withdrawals":"Go to your withdrawals","revenue_accounts":"Inntektskontoer","add_another_split":"Legg til en oppdeling til","actions":"Handlinger","earned":"Opptjent","empty":"(empty)","edit":"Rediger","never":"Aldri","account_type_Loan":"Lån","account_type_Mortgage":"Boliglån","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"Gjeld","liability_direction_null_short":"Unknown","delete":"Slett","store_new_asset_account":"Lagre ny brukskonto","store_new_expense_account":"Lagre ny utgiftskonto","store_new_liabilities_account":"Lagre ny gjeld","store_new_revenue_account":"Lagre ny inntektskonto","mandatoryFields":"Obligatoriske felter","optionalFields":"Valgfrie felter","reconcile_this_account":"Avstem denne kontoen","interest_calc_weekly":"Per week","interest_calc_monthly":"Per måned","interest_calc_quarterly":"Per quarter","interest_calc_half-year":"Per half year","interest_calc_yearly":"Per år","liability_direction_credit":"I am owed this debt","liability_direction_debit":"I owe this debt to somebody else","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(ingen)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(ungrouped)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Not expected this period","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"Inaktiv","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Opprett ny regning","store_new_bill":"Lagre ny regning","repeat_freq_yearly":"årlig","repeat_freq_half-year":"hvert halvår","repeat_freq_quarterly":"kvartalsvis","repeat_freq_monthly":"månedlig","repeat_freq_weekly":"ukentlig","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Oppdater gjeld","update_expense_account":"Oppdater utgiftskonto","update_revenue_account":"Oppdater inntektskonto","update_undefined_account":"Update account","update_asset_account":"Oppdater aktivakonto","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Sparegris","percentage":"pct.","amount":"Beløp","lastActivity":"Siste aktivitet","name":"Navn","role":"Rolle","description":"Beskrivelse","date":"Dato","source_account":"Kildekonto","destination_account":"Målkonto","category":"Kategori","iban":"IBAN","interest":"Renter","interest_period":"Interest period","liability_type":"Type gjeld","liability_direction":"Liability in/out","currentBalance":"Nåværende saldo","next_expected_match":"Neste forventede treff","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"nb","week_in_year_fns":"\'Week\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Utenlandske beløp","interest_date":"Rentedato","name":"Navn","amount":"Beløp","iban":"IBAN","BIC":"BIC","notes":"Notater","location":"Location","repeat_freq":"Gjentas","skip":"Hopp over","startdate":"Startdato","enddate":"End date","object_group":"Group","attachments":"Vedlegg","deletePermanently":"Slett permanent","active":"Aktiv","include_net_worth":"Inkluder i formue","cc_type":"Credit card payment plan","account_number":"Account number","cc_monthly_payment_date":"Credit card monthly payment date","virtual_balance":"Virtual balance","opening_balance":"Opening balance","opening_balance_date":"Opening balance date","date":"Dato","interest":"Rente","interest_period":"Renteperiode","currency_id":"Valuta","liability_type":"Liability type","account_role":"Account role","liability_direction":"Liability in/out","book_date":"Bokføringsdato","permDeleteWarning":"Sletting av data fra Firefly III er permanent, og kan ikke angres.","account_areYouSure_js":"Are you sure you want to delete the account named \\"{name}\\"?","also_delete_piggyBanks_js":"No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.","also_delete_transactions_js":"No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.","process_date":"Prosesseringsdato","due_date":"Forfallsdato","payment_date":"Betalingsdato","invoice_date":"Fakturadato","amount_min":"Minimumsbeløp","amount_max":"Maksimumsbeløp","start_date":"Startgrense","end_date":"Sluttgrense","extension_date":"Extension date"}}')},3055:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Overschrijving","Withdrawal":"Uitgave","Deposit":"Inkomsten","date_and_time":"Datum en tijd","no_currency":"(geen valuta)","date":"Datum","time":"Tijd","no_budget":"(geen budget)","destination_account":"Doelrekening","source_account":"Bronrekening","single_split":"Split","create_new_transaction":"Maak een nieuwe transactie","balance":"Saldo","transaction_journal_extra":"Extra informatie","transaction_journal_meta":"Metainformatie","basic_journal_information":"Standaard transactieinformatie","bills_to_pay":"Openstaande contracten","left_to_spend":"Over om uit te geven","attachments":"Bijlagen","net_worth":"Kapitaal","bill":"Contract","no_bill":"(geen contract)","tags":"Tags","internal_reference":"Interne referentie","external_url":"Externe URL","no_piggy_bank":"(geen spaarpotje)","paid":"Betaald","notes":"Notities","yourAccounts":"Je betaalrekeningen","go_to_asset_accounts":"Bekijk je betaalrekeningen","delete_account":"Verwijder je account","transaction_table_description":"Een tabel met je transacties","account":"Rekening","description":"Omschrijving","amount":"Bedrag","budget":"Budget","category":"Categorie","opposing_account":"Tegenrekening","budgets":"Budgetten","categories":"Categorieën","go_to_budgets":"Ga naar je budgetten","income":"Inkomsten","go_to_deposits":"Ga naar je inkomsten","go_to_categories":"Ga naar je categorieën","expense_accounts":"Crediteuren","go_to_expenses":"Ga naar je uitgaven","go_to_bills":"Ga naar je contracten","bills":"Contracten","last_thirty_days":"Laatste dertig dagen","last_seven_days":"Laatste zeven dagen","go_to_piggies":"Ga naar je spaarpotjes","saved":"Opgeslagen","piggy_banks":"Spaarpotjes","piggy_bank":"Spaarpotje","amounts":"Bedragen","left":"Over","spent":"Uitgegeven","Default asset account":"Standaard betaalrekening","search_results":"Zoekresultaten","include":"Opnemen?","transaction":"Transactie","account_role_defaultAsset":"Standaard betaalrekening","account_role_savingAsset":"Spaarrekening","account_role_sharedAsset":"Gedeelde betaalrekening","clear_location":"Wis locatie","account_role_ccAsset":"Credit card","account_role_cashWalletAsset":"Cash","daily_budgets":"Dagelijkse budgetten","weekly_budgets":"Wekelijkse budgetten","monthly_budgets":"Maandelijkse budgetten","journals_in_period_for_account_js":"Alle transacties voor rekening {title} tussen {start} en {end}","quarterly_budgets":"Driemaandelijkse budgetten","create_new_expense":"Nieuwe crediteur","create_new_revenue":"Nieuwe debiteur","create_new_liabilities":"Maak nieuwe passiva","half_year_budgets":"Halfjaarlijkse budgetten","yearly_budgets":"Jaarlijkse budgetten","split_transaction_title":"Beschrijving van de gesplitste transactie","errors_submission":"Er ging iets mis. Check de errors.","flash_error":"Fout!","store_transaction":"Transactie opslaan","flash_success":"Gelukt!","create_another":"Terug naar deze pagina voor een nieuwe transactie.","update_transaction":"Update transactie","after_update_create_another":"Na het opslaan terug om door te gaan met wijzigen.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transactie #{ID}</a> (\\"{title}\\") is niet gewijzigd.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transactie #{ID}</a> (\\"{title}\\") is geüpdatet.","spent_x_of_y":"{amount} van {total} uitgegeven","search":"Zoeken","create_new_asset":"Nieuwe betaalrekening","asset_accounts":"Betaalrekeningen","reset_after":"Reset formulier na opslaan","bill_paid_on":"Betaald op {date}","first_split_decides":"De eerste split bepaalt wat hier staat","first_split_overrules_source":"De eerste split kan de bronrekening overschrijven","first_split_overrules_destination":"De eerste split kan de doelrekening overschrijven","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transactie #{ID} (\\"{title}\\")</a> is opgeslagen.","custom_period":"Aangepaste periode","reset_to_current":"Reset naar huidige periode","select_period":"Selecteer een periode","location":"Plaats","other_budgets":"Aangepaste budgetten","journal_links":"Transactiekoppelingen","go_to_withdrawals":"Ga naar je uitgaven","revenue_accounts":"Debiteuren","add_another_split":"Voeg een split toe","actions":"Acties","earned":"Verdiend","empty":"(leeg)","edit":"Wijzig","never":"Nooit","account_type_Loan":"Lening","account_type_Mortgage":"Hypotheek","stored_new_account_js":"Nieuwe account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" opgeslagen!","account_type_Debt":"Schuld","liability_direction_null_short":"Onbekend","delete":"Verwijder","store_new_asset_account":"Sla nieuwe betaalrekening op","store_new_expense_account":"Sla nieuwe crediteur op","store_new_liabilities_account":"Nieuwe passiva opslaan","store_new_revenue_account":"Sla nieuwe debiteur op","mandatoryFields":"Verplichte velden","optionalFields":"Optionele velden","reconcile_this_account":"Stem deze rekening af","interest_calc_weekly":"Per week","interest_calc_monthly":"Per maand","interest_calc_quarterly":"Per kwartaal","interest_calc_half-year":"Per half jaar","interest_calc_yearly":"Per jaar","liability_direction_credit":"Ik krijg dit bedrag terug","liability_direction_debit":"Ik moet dit bedrag terugbetalen","liability_direction_credit_short":"Schuldeiser","liability_direction_debit_short":"Schuldenaar","account_type_debt":"Schuld","account_type_loan":"Lening","left_in_debt":"Verschuldigd bedrag","account_type_mortgage":"Hypotheek","save_transactions_by_moving_js":"Geen transacties|Bewaar deze transactie door ze aan een andere rekening te koppelen.|Bewaar deze transacties door ze aan een andere rekening te koppelen.","none_in_select_list":"(geen)","transaction_expand_split":"Split uitklappen","transaction_collapse_split":"Split inklappen","default_group_title_name":"(ongegroepeerd)","bill_repeats_weekly":"Herhaalt wekelijks","bill_repeats_monthly":"Herhaalt maandelijks","bill_repeats_quarterly":"Herhaalt elk kwartaal","bill_repeats_half-year":"Herhaalt elk half jaar","bill_repeats_yearly":"Herhaalt jaarlijks","bill_repeats_weekly_other":"Herhaalt om de week","bill_repeats_monthly_other":"Herhaalt om de maand","bill_repeats_quarterly_other":"Herhaalt om het kwartaal","bill_repeats_half-year_other":"Herhaalt jaarlijks","bill_repeats_yearly_other":"Herhaalt om het jaar","bill_repeats_weekly_skip":"Herhaalt elke {skip} weken","bill_repeats_monthly_skip":"Herhaalt elke {skip} maanden","bill_repeats_quarterly_skip":"Herhaalt elke {skip} kwartalen","bill_repeats_half-year_skip":"Herhaalt elke {skip} halve jaren","bill_repeats_yearly_skip":"Herhaalt elke {skip} jaar","not_expected_period":"Niet verwacht deze periode","subscriptions":"Abonnementen","bill_expected_date_js":"Verwacht op {date}","inactive":"Niet actief","forever":"Voor altijd","extension_date_is":"Verlengdatum is {date}","create_new_bill":"Nieuw contract","store_new_bill":"Sla nieuw contract op","repeat_freq_yearly":"jaarlijks","repeat_freq_half-year":"elk half jaar","repeat_freq_quarterly":"elk kwartaal","repeat_freq_monthly":"maandelijks","repeat_freq_weekly":"wekelijks","credit_card_type_monthlyFull":"Volledige betaling elke maand","update_liabilities_account":"Update passiva","update_expense_account":"Wijzig crediteur","update_revenue_account":"Wijzig debiteur","update_undefined_account":"Account bijwerken","update_asset_account":"Wijzig betaalrekening","updated_account_js":"Account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\" bijgewerkt."},"list":{"piggy_bank":"Spaarpotje","percentage":"pct","amount":"Bedrag","lastActivity":"Laatste activiteit","name":"Naam","role":"Rol","description":"Omschrijving","date":"Datum","source_account":"Bronrekening","destination_account":"Doelrekening","category":"Categorie","iban":"IBAN","interest":"Rente","interest_period":"Renteperiode","liability_type":"Type passiva","liability_direction":"Passiva in- of uitgaand","currentBalance":"Huidig saldo","next_expected_match":"Volgende verwachte match","expected_info":"Volgende verwachte transactie","start_date":"Startdatum","end_date":"Einddatum","payment_info":"Betalingsinformatie"},"config":{"html_language":"nl","week_in_year_fns":"\'Week\' w, yyyy","month_and_day_fns":"d MMMM y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Bedrag in vreemde valuta","interest_date":"Rentedatum","name":"Naam","amount":"Bedrag","iban":"IBAN","BIC":"BIC","notes":"Notities","location":"Locatie","repeat_freq":"Herhaling","skip":"Overslaan","startdate":"Startdatum","enddate":"Einddatum","object_group":"Groep","attachments":"Bijlagen","deletePermanently":"Verwijderen","active":"Actief","include_net_worth":"Meetellen in kapitaal","cc_type":"Betaalplan","account_number":"Rekeningnummer","cc_monthly_payment_date":"Betaaldatum","virtual_balance":"Virtueel saldo","opening_balance":"Startsaldo","opening_balance_date":"Startsaldodatum","date":"Datum","interest":"Rente","interest_period":"Renteperiode","currency_id":"Valuta","liability_type":"Passivasoort","account_role":"Rol van rekening","liability_direction":"Passiva in- of uitgaand","book_date":"Boekdatum","permDeleteWarning":"Dingen verwijderen uit Firefly III is permanent en kan niet ongedaan gemaakt worden.","account_areYouSure_js":"Weet je zeker dat je de rekening met naam \\"{name}\\" wilt verwijderen?","also_delete_piggyBanks_js":"Geen spaarpotjes|Ook het spaarpotje verbonden aan deze rekening wordt verwijderd.|Ook alle {count} spaarpotjes verbonden aan deze rekening worden verwijderd.","also_delete_transactions_js":"Geen transacties|Ook de enige transactie verbonden aan deze rekening wordt verwijderd.|Ook alle {count} transacties verbonden aan deze rekening worden verwijderd.","process_date":"Verwerkingsdatum","due_date":"Vervaldatum","payment_date":"Betalingsdatum","invoice_date":"Factuurdatum","amount_min":"Minimumbedrag","amount_max":"Maximumbedrag","start_date":"Start van bereik","end_date":"Einde van bereik","extension_date":"Verlengdatum"}}')},5143:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Transfer","Withdrawal":"Wypłata","Deposit":"Wpłata","date_and_time":"Data i czas","no_currency":"(brak waluty)","date":"Data","time":"Czas","no_budget":"(brak budżetu)","destination_account":"Konto docelowe","source_account":"Konto źródłowe","single_split":"Podział","create_new_transaction":"Stwórz nową transakcję","balance":"Saldo","transaction_journal_extra":"Dodatkowe informacje","transaction_journal_meta":"Meta informacje","basic_journal_information":"Podstawowe informacje o transakcji","bills_to_pay":"Rachunki do zapłacenia","left_to_spend":"Pozostało do wydania","attachments":"Załączniki","net_worth":"Wartość netto","bill":"Rachunek","no_bill":"(brak rachunku)","tags":"Tagi","internal_reference":"Wewnętrzny nr referencyjny","external_url":"Zewnętrzny adres URL","no_piggy_bank":"(brak skarbonki)","paid":"Zapłacone","notes":"Notatki","yourAccounts":"Twoje konta","go_to_asset_accounts":"Zobacz swoje konta aktywów","delete_account":"Usuń konto","transaction_table_description":"Tabela zawierająca Twoje transakcje","account":"Konto","description":"Opis","amount":"Kwota","budget":"Budżet","category":"Kategoria","opposing_account":"Konto przeciwstawne","budgets":"Budżety","categories":"Kategorie","go_to_budgets":"Przejdź do swoich budżetów","income":"Przychody / dochody","go_to_deposits":"Przejdź do wpłat","go_to_categories":"Przejdź do swoich kategorii","expense_accounts":"Konta wydatków","go_to_expenses":"Przejdź do wydatków","go_to_bills":"Przejdź do swoich rachunków","bills":"Rachunki","last_thirty_days":"Ostanie 30 dni","last_seven_days":"Ostatnie 7 dni","go_to_piggies":"Przejdź do swoich skarbonek","saved":"Zapisano","piggy_banks":"Skarbonki","piggy_bank":"Skarbonka","amounts":"Kwoty","left":"Pozostało","spent":"Wydano","Default asset account":"Domyślne konto aktywów","search_results":"Wyniki wyszukiwania","include":"Include?","transaction":"Transakcja","account_role_defaultAsset":"Domyślne konto aktywów","account_role_savingAsset":"Konto oszczędnościowe","account_role_sharedAsset":"Współdzielone konto aktywów","clear_location":"Wyczyść lokalizację","account_role_ccAsset":"Karta kredytowa","account_role_cashWalletAsset":"Portfel gotówkowy","daily_budgets":"Budżety dzienne","weekly_budgets":"Budżety tygodniowe","monthly_budgets":"Budżety miesięczne","journals_in_period_for_account_js":"Wszystkie transakcje dla konta {title} od {start} do {end}","quarterly_budgets":"Budżety kwartalne","create_new_expense":"Utwórz nowe konto wydatków","create_new_revenue":"Utwórz nowe konto przychodów","create_new_liabilities":"Utwórz nowe zobowiązanie","half_year_budgets":"Budżety półroczne","yearly_budgets":"Budżety roczne","split_transaction_title":"Opis podzielonej transakcji","errors_submission":"Coś poszło nie tak w czasie zapisu. Proszę sprawdź błędy.","flash_error":"Błąd!","store_transaction":"Zapisz transakcję","flash_success":"Sukces!","create_another":"Po zapisaniu wróć tutaj, aby utworzyć kolejny.","update_transaction":"Zaktualizuj transakcję","after_update_create_another":"Po aktualizacji wróć tutaj, aby kontynuować edycję.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transakcja #{ID}</a> (\\"{title}\\") nie została zmieniona.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transakcja #{ID}</a> (\\"{title}\\") została zaktualizowana.","spent_x_of_y":"Wydano {amount} z {total}","search":"Szukaj","create_new_asset":"Utwórz nowe konto aktywów","asset_accounts":"Konta aktywów","reset_after":"Wyczyść formularz po zapisaniu","bill_paid_on":"Zapłacone {date}","first_split_decides":"Pierwszy podział określa wartość tego pola","first_split_overrules_source":"Pierwszy podział może nadpisać konto źródłowe","first_split_overrules_destination":"Pierwszy podział może nadpisać konto docelowe","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transakcja #{ID} (\\"{title}\\")</a> została zapisana.","custom_period":"Okres niestandardowy","reset_to_current":"Przywróć do bieżącego okresu","select_period":"Wybierz okres","location":"Lokalizacja","other_budgets":"Budżety niestandardowe","journal_links":"Powiązane transakcje","go_to_withdrawals":"Przejdź do swoich wydatków","revenue_accounts":"Konta przychodów","add_another_split":"Dodaj kolejny podział","actions":"Akcje","earned":"Zarobiono","empty":"(pusty)","edit":"Modyfikuj","never":"Nigdy","account_type_Loan":"Pożyczka","account_type_Mortgage":"Hipoteka","stored_new_account_js":"Nowe konto \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" zapisane!","account_type_Debt":"Dług","liability_direction_null_short":"Nieznane","delete":"Usuń","store_new_asset_account":"Zapisz nowe konto aktywów","store_new_expense_account":"Zapisz nowe konto wydatków","store_new_liabilities_account":"Zapisz nowe zobowiązanie","store_new_revenue_account":"Zapisz nowe konto przychodów","mandatoryFields":"Pola wymagane","optionalFields":"Pola opcjonalne","reconcile_this_account":"Uzgodnij to konto","interest_calc_weekly":"Tygodniowo","interest_calc_monthly":"Co miesiąc","interest_calc_quarterly":"Kwartalnie","interest_calc_half-year":"Co pół roku","interest_calc_yearly":"Co rok","liability_direction_credit":"Zadłużenie wobec mnie","liability_direction_debit":"Zadłużenie wobec kogoś innego","liability_direction_credit_short":"Dług wobec Ciebie","liability_direction_debit_short":"Jesteś dłużny","account_type_debt":"Dług","account_type_loan":"Pożyczka","left_in_debt":"Do zapłaty","account_type_mortgage":"Hipoteka","save_transactions_by_moving_js":"Brak transakcji|Zapisz tę transakcję, przenosząc ją na inne konto.|Zapisz te transakcje przenosząc je na inne konto.","none_in_select_list":"(żadne)","transaction_expand_split":"Rozwiń podział","transaction_collapse_split":"Zwiń podział","default_group_title_name":"(bez grupy)","bill_repeats_weekly":"Powtarza się co tydzień","bill_repeats_monthly":"Powtarza się co miesiąc","bill_repeats_quarterly":"Powtarza się co kwartał","bill_repeats_half-year":"Powtarza się co pół roku","bill_repeats_yearly":"Powtarza się co rok","bill_repeats_weekly_other":"Powtarza się co drugi tydzień","bill_repeats_monthly_other":"Powtarza się co drugi miesiąc","bill_repeats_quarterly_other":"Powtarza się co drugi kwartał","bill_repeats_half-year_other":"Powtarza się co rok","bill_repeats_yearly_other":"Powtarza się co drugi rok","bill_repeats_weekly_skip":"Powtarza się co {skip} tygodni","bill_repeats_monthly_skip":"Powtarza się co {skip} miesięcy","bill_repeats_quarterly_skip":"Powtarza się co {skip} kwartałów","bill_repeats_half-year_skip":"Powtarza się co {skip} połów roku","bill_repeats_yearly_skip":"Powtarza się co {skip} lat","not_expected_period":"Nie oczekiwany w tym okresie","subscriptions":"Subskrypcje","bill_expected_date_js":"Oczekiwane {date}","inactive":"Nieaktywne","forever":"Bez daty zakończenia","extension_date_is":"Data przedłużenia to {date}","create_new_bill":"Utwórz nowy rachunek","store_new_bill":"Zapisz nowy rachunek","repeat_freq_yearly":"rocznie","repeat_freq_half-year":"co pół roku","repeat_freq_quarterly":"kwartalnie","repeat_freq_monthly":"miesięcznie","repeat_freq_weekly":"tygodniowo","credit_card_type_monthlyFull":"Pełna płatność co miesiąc","update_liabilities_account":"Modyfikuj zobowiązanie","update_expense_account":"Aktualizuj konto wydatków","update_revenue_account":"Aktualizuj konto przychodów","update_undefined_account":"Zaktualizuj konto","update_asset_account":"Aktualizuj konto aktywów","updated_account_js":"Zaktualizowano konto \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Skarbonka","percentage":"%","amount":"Kwota","lastActivity":"Ostatnia aktywność","name":"Nazwa","role":"Rola","description":"Opis","date":"Data","source_account":"Konto źródłowe","destination_account":"Konto docelowe","category":"Kategoria","iban":"IBAN","interest":"Odsetki","interest_period":"Okres odsetkowy","liability_type":"Rodzaj zobowiązania","liability_direction":"Zobowiązania przychodzące/wychodzące","currentBalance":"Bieżące saldo","next_expected_match":"Następne oczekiwane dopasowanie","expected_info":"Następna oczekiwana transakcja","start_date":"Data rozpoczęcia","end_date":"Data końcowa","payment_info":"Informacje o płatności"},"config":{"html_language":"pl","week_in_year_fns":"w \'tydzień\' yyyy","month_and_day_fns":"d MMMM y","quarter_fns":"Q \'kwartał\' yyyy","half_year_fns":"\'{half} połowa\' yyyy"},"form":{"foreign_amount":"Kwota zagraniczna","interest_date":"Data odsetek","name":"Nazwa","amount":"Kwota","iban":"IBAN","BIC":"BIC","notes":"Notatki","location":"Lokalizacja","repeat_freq":"Powtarza się","skip":"Pomiń","startdate":"Data rozpoczęcia","enddate":"Data końcowa","object_group":"Grupa","attachments":"Załączniki","deletePermanently":"Usuń trwale","active":"Aktywny","include_net_worth":"Uwzględnij w wartości netto","cc_type":"Plan płatności kartą kredytową","account_number":"Numer konta","cc_monthly_payment_date":"Miesięczny termin spłaty karty kredytowej","virtual_balance":"Wirtualne saldo","opening_balance":"Saldo początkowe","opening_balance_date":"Data salda otwarcia","date":"Data","interest":"Odsetki","interest_period":"Okres odsetkowy","currency_id":"Waluta","liability_type":"Rodzaj zobowiązania","account_role":"Rola konta","liability_direction":"Liability in/out","book_date":"Data księgowania","permDeleteWarning":"Usuwanie rzeczy z Firefly III jest trwałe i nie można tego cofnąć.","account_areYouSure_js":"Czy na pewno chcesz usunąć konto o nazwie \\"{name}\\"?","also_delete_piggyBanks_js":"Brak skarbonek|Jedyna skarbonka połączona z tym kontem również zostanie usunięta.|Wszystkie {count} skarbonki połączone z tym kontem zostaną również usunięte.","also_delete_transactions_js":"Brak transakcji|Jedyna transakcja połączona z tym kontem również zostanie usunięta.|Wszystkie {count} transakcje połączone z tym kontem również zostaną usunięte.","process_date":"Data przetworzenia","due_date":"Termin realizacji","payment_date":"Data płatności","invoice_date":"Data faktury","amount_min":"Minimalna kwota","amount_max":"Maksymalna kwota","start_date":"Początek zakresu","end_date":"Koniec zakresu","extension_date":"Extension date"}}')},2055:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Transferência","Withdrawal":"Retirada","Deposit":"Depósito","date_and_time":"Data e hora","no_currency":"(sem moeda)","date":"Data","time":"Horário","no_budget":"(sem orçamento)","destination_account":"Conta destino","source_account":"Conta origem","single_split":"Divisão","create_new_transaction":"Criar nova transação","balance":"Saldo","transaction_journal_extra":"Informação extra","transaction_journal_meta":"Meta-informação","basic_journal_information":"Informações básicas de transação","bills_to_pay":"Contas a pagar","left_to_spend":"Restante para gastar","attachments":"Anexos","net_worth":"Valor Líquido","bill":"Fatura","no_bill":"(sem conta)","tags":"Tags","internal_reference":"Referência interna","external_url":"URL externa","no_piggy_bank":"(nenhum cofrinho)","paid":"Pago","notes":"Notas","yourAccounts":"Suas contas","go_to_asset_accounts":"Veja suas contas ativas","delete_account":"Apagar conta","transaction_table_description":"Uma tabela contendo suas transações","account":"Conta","description":"Descrição","amount":"Valor","budget":"Orçamento","category":"Categoria","opposing_account":"Conta oposta","budgets":"Orçamentos","categories":"Categorias","go_to_budgets":"Vá para seus orçamentos","income":"Receita / Renda","go_to_deposits":"Ir para as entradas","go_to_categories":"Vá para suas categorias","expense_accounts":"Contas de despesas","go_to_expenses":"Ir para despesas","go_to_bills":"Vá para suas contas","bills":"Faturas","last_thirty_days":"Últimos 30 dias","last_seven_days":"Últimos sete dias","go_to_piggies":"Vá para sua poupança","saved":"Salvo","piggy_banks":"Cofrinhos","piggy_bank":"Cofrinho","amounts":"Quantias","left":"Restante","spent":"Gasto","Default asset account":"Conta padrão","search_results":"Resultados da pesquisa","include":"Incluir?","transaction":"Transação","account_role_defaultAsset":"Conta padrão","account_role_savingAsset":"Conta poupança","account_role_sharedAsset":"Contas de ativos compartilhadas","clear_location":"Limpar localização","account_role_ccAsset":"Cartão de crédito","account_role_cashWalletAsset":"Carteira de dinheiro","daily_budgets":"Orçamentos diários","weekly_budgets":"Orçamentos semanais","monthly_budgets":"Orçamentos mensais","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Orçamentos trimestrais","create_new_expense":"Criar nova conta de despesa","create_new_revenue":"Criar nova conta de receita","create_new_liabilities":"Criar novo passivo","half_year_budgets":"Orçamentos semestrais","yearly_budgets":"Orçamentos anuais","split_transaction_title":"Descrição da transação dividida","errors_submission":"Há algo de errado com o seu envio. Por favor, verifique os erros abaixo.","flash_error":"Erro!","store_transaction":"Salvar transação","flash_success":"Sucesso!","create_another":"Depois de armazenar, retorne aqui para criar outro.","update_transaction":"Atualizar transação","after_update_create_another":"Depois de atualizar, retorne aqui para continuar editando.","transaction_updated_no_changes":"A <a href=\\"transactions/show/{ID}\\">Transação #{ID}</a> (\\"{title}\\") não recebeu nenhuma alteração.","transaction_updated_link":"A <a href=\\"transactions/show/{ID}\\">Transação #{ID}</a> (\\"{title}\\") foi atualizada.","spent_x_of_y":"Gasto {amount} de {total}","search":"Pesquisa","create_new_asset":"Criar nova conta de ativo","asset_accounts":"Contas de ativo","reset_after":"Resetar o formulário após o envio","bill_paid_on":"Pago em {date}","first_split_decides":"A primeira divisão determina o valor deste campo","first_split_overrules_source":"A primeira divisão pode anular a conta de origem","first_split_overrules_destination":"A primeira divisão pode anular a conta de destino","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transação #{ID} (\\"{title}\\")</a> foi salva.","custom_period":"Período personalizado","reset_to_current":"Redefinir para o período atual","select_period":"Selecione um período","location":"Localização","other_budgets":"Orçamentos de períodos personalizados","journal_links":"Transações ligadas","go_to_withdrawals":"Vá para seus saques","revenue_accounts":"Contas de receitas","add_another_split":"Adicionar outra divisão","actions":"Ações","earned":"Ganho","empty":"(vazio)","edit":"Editar","never":"Nunca","account_type_Loan":"Empréstimo","account_type_Mortgage":"Hipoteca","stored_new_account_js":"Nova conta \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" armazenada!","account_type_Debt":"Dívida","liability_direction_null_short":"Desconhecida","delete":"Apagar","store_new_asset_account":"Armazenar nova conta de ativo","store_new_expense_account":"Armazenar nova conta de despesa","store_new_liabilities_account":"Guardar novo passivo","store_new_revenue_account":"Armazenar nova conta de receita","mandatoryFields":"Campos obrigatórios","optionalFields":"Campos opcionais","reconcile_this_account":"Concilie esta conta","interest_calc_weekly":"Por semana","interest_calc_monthly":"Por mês","interest_calc_quarterly":"Por trimestre","interest_calc_half-year":"Por semestre","interest_calc_yearly":"Por ano","liability_direction_credit":"Devo este débito","liability_direction_debit":"Devo este débito a outra pessoa","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Débito","account_type_loan":"Empréstimo","left_in_debt":"Valor devido","account_type_mortgage":"Hipoteca","save_transactions_by_moving_js":"Nenhuma transação.|Salve esta transação movendo-a para outra conta.|Salve essas transações movendo-as para outra conta.","none_in_select_list":"(nenhum)","transaction_expand_split":"Exibir divisão","transaction_collapse_split":"Esconder divisão","default_group_title_name":"(não agrupado)","bill_repeats_weekly":"Repete semanalmente","bill_repeats_monthly":"Repete mensalmente","bill_repeats_quarterly":"Repete trimestralmente","bill_repeats_half-year":"Repete a cada semestre","bill_repeats_yearly":"Repete anualmente","bill_repeats_weekly_other":"Repete quinzenalmente","bill_repeats_monthly_other":"Repete bimestralmente","bill_repeats_quarterly_other":"Repete a cada dois trimestres","bill_repeats_half-year_other":"Repete anualmente","bill_repeats_yearly_other":"Repete a cada dois anos","bill_repeats_weekly_skip":"Repete a cada {skip} semanas","bill_repeats_monthly_skip":"Repete a cada {skip} meses","bill_repeats_quarterly_skip":"Repete a cada {skip} trimestres","bill_repeats_half-year_skip":"Repete a cada {skip} semestres","bill_repeats_yearly_skip":"Repete a cada {skip} anos","not_expected_period":"Não esperado este período","subscriptions":"Assinaturas","bill_expected_date_js":"Esperado {date}","inactive":"Inativo","forever":"Para sempre","extension_date_is":"Data da extensão é {date}","create_new_bill":"Criar nova fatura","store_new_bill":"Armazenar nova fatura","repeat_freq_yearly":"anual","repeat_freq_half-year":"cada semestre","repeat_freq_quarterly":"trimestral","repeat_freq_monthly":"mensal","repeat_freq_weekly":"semanal","credit_card_type_monthlyFull":"Pagamento completo todo mês","update_liabilities_account":"Atualizar passivo","update_expense_account":"Atualizar conta de despesas","update_revenue_account":"Atualizar conta de receita","update_undefined_account":"Atualizar conta","update_asset_account":"Atualizar de conta de ativo","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Cofrinho","percentage":"pct.","amount":"Total","lastActivity":"Última atividade","name":"Nome","role":"Papel","description":"Descrição","date":"Data","source_account":"Conta de origem","destination_account":"Conta de destino","category":"Categoria","iban":"IBAN","interest":"Juros","interest_period":"Período de juros","liability_type":"Tipo de passivo","liability_direction":"Liability in/out","currentBalance":"Saldo atual","next_expected_match":"Próximo correspondente esperado","expected_info":"Próxima transação esperada","start_date":"Data de início","end_date":"Data final","payment_info":"Informação de pagamento"},"config":{"html_language":"pt-br","week_in_year_fns":"\'Semana\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'T\'Q, yyyy","half_year_fns":"\'S{half}\', yyyy"},"form":{"foreign_amount":"Montante em moeda estrangeira","interest_date":"Data de interesse","name":"Nome","amount":"Valor","iban":"IBAN","BIC":"BIC","notes":"Notas","location":"Localização","repeat_freq":"Repetições","skip":"Pular","startdate":"Data de Início","enddate":"End date","object_group":"Grupo","attachments":"Anexos","deletePermanently":"Apagar permanentemente","active":"Ativar","include_net_worth":"Incluir no patrimonio liquido","cc_type":"Plano de pagamento do Cartão de Crédito","account_number":"Número de conta","cc_monthly_payment_date":"Data do pagamento mensal do Cartão de Crédito","virtual_balance":"Saldo virtual","opening_balance":"Saldo inicial","opening_balance_date":"Data do saldo inicial","date":"Data","interest":"Juros","interest_period":"Período de juros","currency_id":"Moeda","liability_type":"Tipo de passivo","account_role":"Função de conta","liability_direction":"Passivo entrada/saída","book_date":"Data reserva","permDeleteWarning":"Exclusão de dados do Firefly III são permanentes e não podem ser desfeitos.","account_areYouSure_js":"Tem certeza que deseja excluir a conta \\"{name}\\"?","also_delete_piggyBanks_js":"Sem cofrinhos|O único cofrinho conectado a esta conta também será excluído.|Todos os {count} cofrinhos conectados a esta conta também serão excluídos.","also_delete_transactions_js":"Sem transações|A única transação conectada a esta conta também será excluída.|Todas as {count} transações conectadas a essa conta também serão excluídas.","process_date":"Data de processamento","due_date":"Data de vencimento","payment_date":"Data de pagamento","invoice_date":"Data da Fatura","amount_min":"Valor Mínimo","amount_max":"Valor Máximo","start_date":"Início do intervalo","end_date":"Final do intervalo","extension_date":"Extension date"}}')},9898:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Transferência","Withdrawal":"Levantamento","Deposit":"Depósito","date_and_time":"Data e hora","no_currency":"(sem moeda)","date":"Data","time":"Hora","no_budget":"(sem orçamento)","destination_account":"Conta de destino","source_account":"Conta de origem","single_split":"Dividir","create_new_transaction":"Criar uma nova transação","balance":"Saldo","transaction_journal_extra":"Informações extra","transaction_journal_meta":"Meta informação","basic_journal_information":"Informações básicas de transação","bills_to_pay":"Faturas a pagar","left_to_spend":"Restante para gastar","attachments":"Anexos","net_worth":"Património liquido","bill":"Fatura","no_bill":"(sem fatura)","tags":"Etiquetas","internal_reference":"Referência interna","external_url":"URL Externo","no_piggy_bank":"(nenhum mealheiro)","paid":"Pago","notes":"Notas","yourAccounts":"As suas contas","go_to_asset_accounts":"Ver as contas de ativos","delete_account":"Apagar conta de utilizador","transaction_table_description":"Uma tabela com as suas transacções","account":"Conta","description":"Descricao","amount":"Montante","budget":"Orcamento","category":"Categoria","opposing_account":"Conta oposta","budgets":"Orçamentos","categories":"Categorias","go_to_budgets":"Ir para os seus orçamentos","income":"Receita / renda","go_to_deposits":"Ir para depósitos","go_to_categories":"Ir para categorias","expense_accounts":"Conta de despesas","go_to_expenses":"Ir para despesas","go_to_bills":"Ir para as faturas","bills":"Faturas","last_thirty_days":"Últimos trinta dias","last_seven_days":"Últimos sete dias","go_to_piggies":"Ir para mealheiros","saved":"Guardado","piggy_banks":"Mealheiros","piggy_bank":"Mealheiro","amounts":"Montantes","left":"Em falta","spent":"Gasto","Default asset account":"Conta de ativos padrão","search_results":"Resultados da pesquisa","include":"Incluir?","transaction":"Transacção","account_role_defaultAsset":"Conta de activos padrão","account_role_savingAsset":"Conta poupança","account_role_sharedAsset":"Conta de activos partilhados","clear_location":"Limpar localização","account_role_ccAsset":"Cartão de credito","account_role_cashWalletAsset":"Carteira de dinheiro","daily_budgets":"Orçamento diário","weekly_budgets":"Orçamento semanal","monthly_budgets":"Orçamento mensal","journals_in_period_for_account_js":"Todas as transações para a conta {title} entre {start} e {end}","quarterly_budgets":"Orçamento trimestral","create_new_expense":"Criar nova conta de despesas","create_new_revenue":"Criar nova conta de receitas","create_new_liabilities":"Criar novo passivo","half_year_budgets":"Orçamento semestral","yearly_budgets":"Orçamento anual","split_transaction_title":"Descrição da transacção dividida","errors_submission":"Aconteceu algo errado com a sua submissão. Por favor, verifique os erros.","flash_error":"Erro!","store_transaction":"Guardar transação","flash_success":"Sucesso!","create_another":"Depois de guardar, voltar aqui para criar outra.","update_transaction":"Actualizar transacção","after_update_create_another":"Após a atualização, regresse aqui para continuar a editar.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transação #{ID}</a> (\\"{title}\\") não recebeu nenhuma alteração.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transação #{ID}</a> (\\"{title}\\") foi atualizada.","spent_x_of_y":"Gasto {amount} de {total}","search":"Procurar","create_new_asset":"Criar nova conta de activos","asset_accounts":"Conta de activos","reset_after":"Repor o formulário após o envio","bill_paid_on":"Pago a {date}","first_split_decides":"A primeira divisão determina o valor deste campo","first_split_overrules_source":"A primeira divisão pode anular a conta de origem","first_split_overrules_destination":"A primeira divisão pode anular a conta de destino","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transação #{ID} (\\"{title}\\")</a> foi guardada.","custom_period":"Período personalizado","reset_to_current":"Reiniciar o período personalizado","select_period":"Selecionar um período","location":"Localização","other_budgets":"Orçamentos de tempo personalizado","journal_links":"Ligações de transacção","go_to_withdrawals":"Ir para os seus levantamentos","revenue_accounts":"Conta de receitas","add_another_split":"Adicionar outra divisão","actions":"Ações","earned":"Ganho","empty":"(vazio)","edit":"Alterar","never":"Nunca","account_type_Loan":"Emprestimo","account_type_Mortgage":"Hipoteca","stored_new_account_js":"Nova conta \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" armazenada!","account_type_Debt":"Debito","liability_direction_null_short":"Desconhecido","delete":"Apagar","store_new_asset_account":"Guardar nova conta de activos","store_new_expense_account":"Guardar nova conta de despesas","store_new_liabilities_account":"Guardar novo passivo","store_new_revenue_account":"Guardar nova conta de receitas","mandatoryFields":"Campos obrigatorios","optionalFields":"Campos opcionais","reconcile_this_account":"Reconciliar esta conta","interest_calc_weekly":"Por semana","interest_calc_monthly":"Mensal","interest_calc_quarterly":"Por trimestre","interest_calc_half-year":"Por meio ano","interest_calc_yearly":"Anual","liability_direction_credit":"Esta dívida é-me devida","liability_direction_debit":"Devo esta dívida a outra pessoa","liability_direction_credit_short":"Deve-lhe esta dívida","liability_direction_debit_short":"Deve esta dívida","account_type_debt":"Dívida","account_type_loan":"Empréstimo","left_in_debt":"Montante em dívida","account_type_mortgage":"Hipoteca","save_transactions_by_moving_js":"Nenhuma transação| Guarde esta transação movendo-a para outra conta| Guarde estas transações movendo-as para outra conta.","none_in_select_list":"(nenhum)","transaction_expand_split":"Expandir divisão","transaction_collapse_split":"Ocultar divisão","default_group_title_name":"(não agrupado)","bill_repeats_weekly":"Repete-se semanalmente","bill_repeats_monthly":"Repete mensalmente","bill_repeats_quarterly":"Repete trimestralmente","bill_repeats_half-year":"Repete-se a cada meio ano","bill_repeats_yearly":"Repete-se anualmente","bill_repeats_weekly_other":"Repete-se a cada semana","bill_repeats_monthly_other":"Repete-se a cada outro mês","bill_repeats_quarterly_other":"Repete-se a cada trimestre","bill_repeats_half-year_other":"Repete-se anualmente","bill_repeats_yearly_other":"Repete-se a cada ano","bill_repeats_weekly_skip":"Repete-se a cada {skip} semanas","bill_repeats_monthly_skip":"Repete-se a cada {skip} meses","bill_repeats_quarterly_skip":"Repete a cada {skip} trimestres","bill_repeats_half-year_skip":"Repete-se a cada {skip} meio ano","bill_repeats_yearly_skip":"Repete-se a cada {skip} anos","not_expected_period":"Este período não foi previsto","subscriptions":"Subscrições","bill_expected_date_js":"Esperado {date}","inactive":"Inactivo","forever":"Para sempre","extension_date_is":"A data de extensão é {date}","create_new_bill":"Criar nova fatura","store_new_bill":"Guardar nova fatura","repeat_freq_yearly":"anualmente","repeat_freq_half-year":"todo meio ano","repeat_freq_quarterly":"trimestral","repeat_freq_monthly":"mensalmente","repeat_freq_weekly":"semanalmente","credit_card_type_monthlyFull":"Pagamento completo a cada mês","update_liabilities_account":"Actualizar passivo","update_expense_account":"Alterar conta de despesas","update_revenue_account":"Alterar conta de receitas","update_undefined_account":"Actualizar conta","update_asset_account":"Actualizar conta de activos","updated_account_js":"Conta atualizada \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Mealheiro","percentage":"%.","amount":"Montante","lastActivity":"Ultima actividade","name":"Nome","role":"Regra","description":"Descricao","date":"Data","source_account":"Conta de origem","destination_account":"Conta de destino","category":"Categoria","iban":"IBAN","interest":"Juro","interest_period":"Período de juros","liability_type":"Tipo de responsabilidade","liability_direction":"Passivo entrada/fora","currentBalance":"Saldo actual","next_expected_match":"Proxima correspondencia esperada","expected_info":"Próxima transação esperada","start_date":"Data de inicio","end_date":"Data do término","payment_info":"Informações de pagamento"},"config":{"html_language":"pt","week_in_year_fns":"\'Semana\' w, yyyy","month_and_day_fns":"d MMMM, y","quarter_fns":"\'Trimestre\' Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Montante estrangeiro","interest_date":"Data de juros","name":"Nome","amount":"Montante","iban":"IBAN","BIC":"BIC","notes":"Notas","location":"Localização","repeat_freq":"Repete","skip":"Pular","startdate":"Data de inicio","enddate":"Data do término","object_group":"Grupo","attachments":"Anexos","deletePermanently":"Apagar permanentemente","active":"Activo","include_net_worth":"Incluir no patrimonio liquido","cc_type":"Plano de pagamento do cartão de crédito","account_number":"Número de conta","cc_monthly_payment_date":"Data de pagamento mensal do cartão de crédito","virtual_balance":"Saldo virtual","opening_balance":"Saldo inicial","opening_balance_date":"Data do saldo inicial","date":"Data","interest":"Juro","interest_period":"Periodo de juros","currency_id":"Divisa","liability_type":"Tipo de responsabilidade","account_role":"Tipo de conta","liability_direction":"Responsabilidade entrada/saída","book_date":"Data de registo","permDeleteWarning":"Apagar as tuas coisas do Firefly III e permanente e nao pode ser desfeito.","account_areYouSure_js":"Tem a certeza que deseja eliminar a conta denominada por \\"{name}?","also_delete_piggyBanks_js":"Nenhum mealheiro|O único mealheiro ligado a esta conta será também eliminado.|Todos os {count} mealheiros ligados a esta conta serão também eliminados.","also_delete_transactions_js":"Nenhuma transação| A única transação ligada a esta conta será também excluída.|Todas as {count} transações ligadas a esta conta serão também excluídas.","process_date":"Data de processamento","due_date":"Data de vencimento","payment_date":"Data de pagamento","invoice_date":"Data da factura","amount_min":"Montante minimo","amount_max":"Montante maximo","start_date":"Inicio do intervalo","end_date":"Fim do intervalo","extension_date":"Data da extensão"}}')},4691:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Transfer","Withdrawal":"Retragere","Deposit":"Depozit","date_and_time":"Data și ora","no_currency":"(nici o monedă)","date":"Dată","time":"Timp","no_budget":"(nici un buget)","destination_account":"Contul de destinație","source_account":"Contul sursă","single_split":"Împarte","create_new_transaction":"Creați o tranzacție nouă","balance":"Balantă","transaction_journal_extra":"Informații suplimentare","transaction_journal_meta":"Informații meta","basic_journal_information":"Informații de bază despre tranzacție","bills_to_pay":"Facturile de plată","left_to_spend":"Ramas de cheltuit","attachments":"Atașamente","net_worth":"Valoarea netă","bill":"Factură","no_bill":"(fără factură)","tags":"Etichete","internal_reference":"Referință internă","external_url":"URL extern","no_piggy_bank":"(nicio pușculiță)","paid":"Plătit","notes":"Notițe","yourAccounts":"Conturile dvs.","go_to_asset_accounts":"Vizualizați conturile de active","delete_account":"Șterge account","transaction_table_description":"Un tabel care conține tranzacțiile tale","account":"Cont","description":"Descriere","amount":"Sumă","budget":"Buget","category":"Categorie","opposing_account":"Cont opus","budgets":"Buget","categories":"Categorii","go_to_budgets":"Mergi la bugete","income":"Venituri","go_to_deposits":"Du-te la depozite","go_to_categories":"Mergi la categorii","expense_accounts":"Conturi de cheltuieli","go_to_expenses":"Mergi la cheltuieli","go_to_bills":"Mergi la facturi","bills":"Facturi","last_thirty_days":"Ultimele 30 de zile","last_seven_days":"Ultimele 7 zile","go_to_piggies":"Mergi la pușculiță","saved":"Salvat","piggy_banks":"Pușculiță","piggy_bank":"Pușculiță","amounts":"Sume","left":"Rămas","spent":"Cheltuit","Default asset account":"Cont de active implicit","search_results":"Rezultatele căutarii","include":"Include?","transaction":"Tranzacţie","account_role_defaultAsset":"Contul implicit activ","account_role_savingAsset":"Cont de economii","account_role_sharedAsset":"Contul de active partajat","clear_location":"Ștergeți locația","account_role_ccAsset":"Card de credit","account_role_cashWalletAsset":"Cash - Numerar","daily_budgets":"Bugete zilnice","weekly_budgets":"Bugete săptămânale","monthly_budgets":"Bugete lunare","journals_in_period_for_account_js":"Toate tranzacțiile pentru contul {title} între {start} și {end}","quarterly_budgets":"Bugete trimestriale","create_new_expense":"Creați un nou cont de cheltuieli","create_new_revenue":"Creați un nou cont de venituri","create_new_liabilities":"Creare provizion nou","half_year_budgets":"Bugete semestriale","yearly_budgets":"Bugete anuale","split_transaction_title":"Descrierea tranzacției divizate","errors_submission":"A fost ceva în neregulă cu depunerea ta. Te rugăm să verifici erorile.","flash_error":"Eroare!","store_transaction":"Tranzacție magazin","flash_success":"Succes!","create_another":"După stocare, reveniți aici pentru a crea alta.","update_transaction":"Actualizați tranzacția","after_update_create_another":"După actualizare, reveniți aici pentru a continua editarea.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Tranzacția #{ID}</a> (\\"{title}\\") nu a primit nicio modificare.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Tranzacția #{ID}</a> (\\"{title}\\") a fost actualizată.","spent_x_of_y":"Cheltuit {amount} din {total}","search":"Caută","create_new_asset":"Creați un nou cont de active","asset_accounts":"Conturile de active","reset_after":"Resetați formularul după trimitere","bill_paid_on":"Plătit pe {date}","first_split_decides":"Prima împărțire determină valoarea acestui câmp","first_split_overrules_source":"Prima împărțire poate suprascrie contul sursă","first_split_overrules_destination":"Prima împărțire poate suprascrie contul de destinație","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Tranzacția #{ID} (\\"{title}\\")</a> a fost stocată.","custom_period":"Perioadă personalizată","reset_to_current":"Resetare la perioada curentă","select_period":"Selectați o perioadă","location":"Locație","other_budgets":"Bugete personalizate temporale","journal_links":"Link-uri de tranzacții","go_to_withdrawals":"Mergi la retragerile tale","revenue_accounts":"Conturi de venituri","add_another_split":"Adăugați o divizare","actions":"Acțiuni","earned":"Câștigat","empty":"(gol)","edit":"Editează","never":"Niciodată","account_type_Loan":"Împrumut","account_type_Mortgage":"Credit ipotecar","stored_new_account_js":"Cont nou \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stocat!","account_type_Debt":"Datorie","liability_direction_null_short":"Unknown","delete":"Șterge","store_new_asset_account":"Salvați un nou cont de active","store_new_expense_account":"Salvați un nou cont de cheltuieli","store_new_liabilities_account":"Salvați provizion nou","store_new_revenue_account":"Salvați un nou cont de venituri","mandatoryFields":"Câmpuri obligatorii","optionalFields":"Câmpuri opționale","reconcile_this_account":"Reconciliați acest cont","interest_calc_weekly":"Pe săptămână","interest_calc_monthly":"Pe lună","interest_calc_quarterly":"Pe trimestru","interest_calc_half-year":"Pe jumătate de an","interest_calc_yearly":"Pe an","liability_direction_credit":"Sunt datorat acestei datorii","liability_direction_debit":"Datorăm această datorie altcuiva","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"Fără tranzacții* Salvați această tranzacție mutând-o în alt cont. | Salvați aceste tranzacții mutându-le într-un alt cont.","none_in_select_list":"(nici unul)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(negrupat)","bill_repeats_weekly":"Se repetă săptămânal","bill_repeats_monthly":"Se repetă lunar","bill_repeats_quarterly":"Repetă trimestrial","bill_repeats_half-year":"Se repetă la fiecare jumătate de an","bill_repeats_yearly":"Se repetă anual","bill_repeats_weekly_other":"Se repetă in fiecare săptămâna","bill_repeats_monthly_other":"Se repetă la fiecare altă lună","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Nu se aşteaptă această perioadă","subscriptions":"Subscriptions","bill_expected_date_js":"Așteptat {date}","inactive":"Inactiv","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Creați o nouă factură","store_new_bill":"Salvați o nouă factură","repeat_freq_yearly":"anual","repeat_freq_half-year":"fiecare jumătate de an","repeat_freq_quarterly":"trimestrial","repeat_freq_monthly":"lunar","repeat_freq_weekly":"săptămânal","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Actualizați provizionul","update_expense_account":"Actualizați cont de cheltuieli","update_revenue_account":"Actualizați cont de venituri","update_undefined_account":"Update account","update_asset_account":"Actualizați contul de active","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Pușculiță","percentage":"procent %","amount":"Sumă","lastActivity":"Ultima activitate","name":"Nume","role":"Rol","description":"Descriere","date":"Dată","source_account":"Contul sursă","destination_account":"Contul de destinație","category":"Categorii","iban":"IBAN","interest":"Interes","interest_period":"Perioadă de interes","liability_type":"Tip de provizion","liability_direction":"Răspundere în/afară","currentBalance":"Sold curent","next_expected_match":"Următoarea potrivire așteptată","expected_info":"Următoarea tranzacție așteptată","start_date":"Dată de începere","end_date":"Data de sfârșit","payment_info":"Informații de plată"},"config":{"html_language":"ro","week_in_year_fns":"\'Săptămână\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyy"},"form":{"foreign_amount":"Sumă străină","interest_date":"Data de interes","name":"Nume","amount":"Sumă","iban":"IBAN","BIC":"BIC","notes":"Notițe","location":"Locație","repeat_freq":"Repetă","skip":"Sari peste","startdate":"Data de început","enddate":"Data de sfârșit","object_group":"Grup","attachments":"Fișiere atașate","deletePermanently":"Șterge permanent","active":"Activ","include_net_worth":"Includeți în valoare netă","cc_type":"Plan de plată cu card de credit","account_number":"Număr de cont","cc_monthly_payment_date":"Data plății lunare cu cartea de credit","virtual_balance":"Soldul virtual","opening_balance":"Soldul de deschidere","opening_balance_date":"Data soldului de deschidere","date":"Dată","interest":"Interes","interest_period":"Perioadă de interes","currency_id":"Monedă","liability_type":"Tipul de provizion","account_role":"Rolul contului","liability_direction":"Răspundere în/afară","book_date":"Rezervă dată","permDeleteWarning":"Ștergerea este permanentă și nu poate fi anulată.","account_areYouSure_js":"Sunteţi sigur că doriţi să ştergeţi contul numit \\"{name}\\"?","also_delete_piggyBanks_js":"Nici o pușculiță | Singura pușculiță conectată la acest cont va fi de asemenea ștearsă. Toate cele {count} pușculițe conectate la acest cont vor fi șterse, de asemenea.","also_delete_transactions_js":"Nicio tranzacție | Singura tranzacție conectată la acest cont va fi de asemenea ștearsă. | Toate cele {count} tranzacții conectate la acest cont vor fi șterse, de asemenea.","process_date":"Data procesării","due_date":"Data scadentă","payment_date":"Data de plată","invoice_date":"Data facturii","amount_min":"Suma minimă","amount_max":"suma maximă","start_date":"Start de interval","end_date":"Șfârșit de interval","extension_date":"Data extensiei"}}')},9672:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Перевод","Withdrawal":"Расход","Deposit":"Доход","date_and_time":"Дата и время","no_currency":"(нет валюты)","date":"Дата","time":"Время","no_budget":"(вне бюджета)","destination_account":"Счёт назначения","source_account":"Счёт-источник","single_split":"Разделённая транзакция","create_new_transaction":"Создать новую транзакцию","balance":"Бaлaнc","transaction_journal_extra":"Дополнительные сведения","transaction_journal_meta":"Дополнительная информация","basic_journal_information":"Основная информация о транзакции","bills_to_pay":"Счета к оплате","left_to_spend":"Осталось потратить","attachments":"Вложения","net_worth":"Мои сбережения","bill":"Счёт к оплате","no_bill":"(нет счёта на оплату)","tags":"Метки","internal_reference":"Внутренняя ссылка","external_url":"Внешний URL-адрес","no_piggy_bank":"(нет копилки)","paid":"Оплачено","notes":"Заметки","yourAccounts":"Ваши счета","go_to_asset_accounts":"Просмотр ваших основных счетов","delete_account":"Удалить профиль","transaction_table_description":"Таблица, содержащая ваши транзакции","account":"Счёт","description":"Описание","amount":"Сумма","budget":"Бюджет","category":"Категория","opposing_account":"Противодействующий счёт","budgets":"Бюджет","categories":"Категории","go_to_budgets":"Перейти к вашим бюджетам","income":"Мои доходы","go_to_deposits":"Перейти ко вкладам","go_to_categories":"Перейти к вашим категориям","expense_accounts":"Счета расходов","go_to_expenses":"Перейти к расходам","go_to_bills":"Перейти к вашим счетам на оплату","bills":"Счета к оплате","last_thirty_days":"Последние 30 дней","last_seven_days":"Последние 7 дней","go_to_piggies":"Перейти к вашим копилкам","saved":"Сохранено","piggy_banks":"Копилки","piggy_bank":"Копилка","amounts":"Сумма","left":"Осталось","spent":"Расход","Default asset account":"Счёт по умолчанию","search_results":"Результаты поиска","include":"Включить?","transaction":"Транзакция","account_role_defaultAsset":"Счёт по умолчанию","account_role_savingAsset":"Сберегательный счет","account_role_sharedAsset":"Общий основной счёт","clear_location":"Очистить местоположение","account_role_ccAsset":"Кредитная карта","account_role_cashWalletAsset":"Наличные","daily_budgets":"Бюджеты на день","weekly_budgets":"Бюджеты на неделю","monthly_budgets":"Бюджеты на месяц","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Бюджеты на квартал","create_new_expense":"Создать новый счёт расхода","create_new_revenue":"Создать новый счёт дохода","create_new_liabilities":"Создать новый долговой счёт","half_year_budgets":"Бюджеты на полгода","yearly_budgets":"Годовые бюджеты","split_transaction_title":"Описание разделённой транзакции","errors_submission":"При отправке что-то пошло не так. Пожалуйста, проверьте ошибки ниже.","flash_error":"Ошибка!","store_transaction":"Сохранить транзакцию","flash_success":"Успешно!","create_another":"После сохранения вернуться сюда и создать ещё одну аналогичную запись.","update_transaction":"Обновить транзакцию","after_update_create_another":"После обновления вернитесь сюда, чтобы продолжить редактирование.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"Поиск","create_new_asset":"Создать новый активный счёт","asset_accounts":"Основные счета","reset_after":"Сбросить форму после отправки","bill_paid_on":"Оплачено {date}","first_split_decides":"В данном поле используется значение из первой части разделенной транзакции","first_split_overrules_source":"Значение из первой части транзакции может изменить счет источника","first_split_overrules_destination":"Значение из первой части транзакции может изменить счет назначения","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Транзакция #{ID} (\\"{title}\\")</a> сохранена.","custom_period":"Пользовательский период","reset_to_current":"Сброс к текущему периоду","select_period":"Выберите период","location":"Размещение","other_budgets":"Бюджеты на произвольный отрезок времени","journal_links":"Связи транзакции","go_to_withdrawals":"Перейти к вашим расходам","revenue_accounts":"Счета доходов","add_another_split":"Добавить еще одну часть","actions":"Действия","earned":"Заработано","empty":"(пусто)","edit":"Изменить","never":"Никогда","account_type_Loan":"Заём","account_type_Mortgage":"Ипотека","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"Дебит","liability_direction_null_short":"Unknown","delete":"Удалить","store_new_asset_account":"Сохранить новый основной счёт","store_new_expense_account":"Сохранить новый счёт расхода","store_new_liabilities_account":"Сохранить новое обязательство","store_new_revenue_account":"Сохранить новый счёт дохода","mandatoryFields":"Обязательные поля","optionalFields":"Дополнительные поля","reconcile_this_account":"Произвести сверку данного счёта","interest_calc_weekly":"Per week","interest_calc_monthly":"В месяц","interest_calc_quarterly":"Per quarter","interest_calc_half-year":"Per half year","interest_calc_yearly":"В год","liability_direction_credit":"I am owed this debt","liability_direction_debit":"I owe this debt to somebody else","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(нет)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(без группировки)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Повторяется ежегодно","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Не ожидается в данном периоде","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"Неактивный","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Создать новый счёт к оплате","store_new_bill":"Сохранить новый счёт к оплате","repeat_freq_yearly":"ежегодно","repeat_freq_half-year":"раз в полгода","repeat_freq_quarterly":"раз в квартал","repeat_freq_monthly":"ежемесячно","repeat_freq_weekly":"еженедельно","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Обновить долговой счёт","update_expense_account":"Обновить счёт расхода","update_revenue_account":"Обновить счёт дохода","update_undefined_account":"Update account","update_asset_account":"Обновить основной счёт","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Копилка","percentage":"процентов","amount":"Сумма","lastActivity":"Последняя активность","name":"Имя","role":"Роль","description":"Описание","date":"Дата","source_account":"Исходный счет","destination_account":"Счет назначения","category":"Категория","iban":"IBAN","interest":"Процентная ставка","interest_period":"Interest period","liability_type":"Тип ответственности","liability_direction":"Liability in/out","currentBalance":"Текущий баланс","next_expected_match":"Следующий ожидаемый результат","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"ru","week_in_year_fns":"\'Week\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Сумма в иностранной валюте","interest_date":"Дата начисления процентов","name":"Название","amount":"Сумма","iban":"IBAN","BIC":"BIC","notes":"Заметки","location":"Местоположение","repeat_freq":"Повторы","skip":"Пропустить","startdate":"Дата начала","enddate":"End date","object_group":"Группа","attachments":"Вложения","deletePermanently":"Удалить навсегда","active":"Активный","include_net_worth":"Включать в \\"Мои сбережения\\"","cc_type":"План оплаты по кредитной карте","account_number":"Номер счёта","cc_monthly_payment_date":"Дата ежемесячного платежа по кредитной карте","virtual_balance":"Виртуальный баланс","opening_balance":"Начальный баланс","opening_balance_date":"Дата начального баланса","date":"Дата","interest":"Процентная ставка","interest_period":"Период начисления процентов","currency_id":"Валюта","liability_type":"Liability type","account_role":"Тип счета","liability_direction":"Liability in/out","book_date":"Дата бронирования","permDeleteWarning":"Удаление информации из Firefly III является постоянным и не может быть отменено.","account_areYouSure_js":"Are you sure you want to delete the account named \\"{name}\\"?","also_delete_piggyBanks_js":"No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.","also_delete_transactions_js":"No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.","process_date":"Дата обработки","due_date":"Срок оплаты","payment_date":"Дата платежа","invoice_date":"Дата выставления счёта","amount_min":"Минимальная сумма","amount_max":"Максимальная сумма","start_date":"Начало диапазона","end_date":"Конец диапазона","extension_date":"Extension date"}}')},1941:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Prevod","Withdrawal":"Výber","Deposit":"Vklad","date_and_time":"Dátum a čas","no_currency":"(žiadna mena)","date":"Dátum","time":"Čas","no_budget":"(žiadny rozpočet)","destination_account":"Cieľový účet","source_account":"Zdrojový účet","single_split":"Rozúčtovať","create_new_transaction":"Vytvoriť novú transakciu","balance":"Zostatok","transaction_journal_extra":"Ďalšie informácie","transaction_journal_meta":"Meta informácie","basic_journal_information":"Základné Informácie o transakcii","bills_to_pay":"Účty na úhradu","left_to_spend":"Zostáva k útrate","attachments":"Prílohy","net_worth":"Čisté imanie","bill":"Účet","no_bill":"(žiadny účet)","tags":"Štítky","internal_reference":"Interná referencia","external_url":"Externá URL","no_piggy_bank":"(žiadna pokladnička)","paid":"Uhradené","notes":"Poznámky","yourAccounts":"Vaše účty","go_to_asset_accounts":"Zobraziť účty aktív","delete_account":"Odstrániť účet","transaction_table_description":"Tabuľka obsahujúca vaše transakcie","account":"Účet","description":"Popis","amount":"Suma","budget":"Rozpočet","category":"Kategória","opposing_account":"Cieľový účet","budgets":"Rozpočty","categories":"Kategórie","go_to_budgets":"Zobraziť rozpočty","income":"Zisky / príjmy","go_to_deposits":"Zobraziť vklady","go_to_categories":"Zobraziť kategórie","expense_accounts":"Výdavkové účty","go_to_expenses":"Zobraziť výdavky","go_to_bills":"Zobraziť účty","bills":"Účty","last_thirty_days":"Uplynulých 30 dní","last_seven_days":"Uplynulých 7 dní","go_to_piggies":"Zobraziť pokladničky","saved":"Uložené","piggy_banks":"Pokladničky","piggy_bank":"Pokladnička","amounts":"Suma","left":"Zostáva","spent":"Utratené","Default asset account":"Prednastavený účet aktív","search_results":"Výsledky vyhľadávania","include":"Zahrnúť?","transaction":"Transakcia","account_role_defaultAsset":"Predvolený účet aktív","account_role_savingAsset":"Šetriaci účet","account_role_sharedAsset":"Zdieľaný účet aktív","clear_location":"Odstrániť pozíciu","account_role_ccAsset":"Kreditná karta","account_role_cashWalletAsset":"Peňaženka","daily_budgets":"Denné rozpočty","weekly_budgets":"Týždenné rozpočty","monthly_budgets":"Mesačné rozpočty","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Štvrťročné rozpočty","create_new_expense":"Vytvoriť výdavkoý účet","create_new_revenue":"Vytvoriť nový príjmový účet","create_new_liabilities":"Vytvoriť nový záväzok","half_year_budgets":"Polročné rozpočty","yearly_budgets":"Ročné rozpočty","split_transaction_title":"Popis rozúčtovania","errors_submission":"Pri odosielaní sa niečo nepodarilo. Skontrolujte prosím chyby.","flash_error":"Chyba!","store_transaction":"Uložiť transakciu","flash_success":"Hotovo!","create_another":"Po uložení sa vrátiť späť sem a vytvoriť ďalší.","update_transaction":"Upraviť transakciu","after_update_create_another":"Po aktualizácii sa vrátiť späť a pokračovať v úpravách.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transakcia #{ID}</a> (\\"{title}\\") sa nezmenila.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transakcia #{ID}</a> (\\"{title}\\") bola upravená.","spent_x_of_y":"Utratené {amount} z {total}","search":"Hľadať","create_new_asset":"Vytvoriť nový účet aktív","asset_accounts":"Účty aktív","reset_after":"Po odoslaní vynulovať formulár","bill_paid_on":"Uhradené {date}","first_split_decides":"Hodnotu tohto atribútu určuje prvé rozdelenie","first_split_overrules_source":"Prvé rozdelenie môže pozmeniť zdrojový účet","first_split_overrules_destination":"Prvé rozdelenie môže pozmeniť cieľový účet","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transakcia #{ID} (\\"{title}\\")</a> bola uložená.","custom_period":"Vlastné obdobie","reset_to_current":"Obnoviť na aktuálne obdobie","select_period":"Vyberte obdobie","location":"Poloha","other_budgets":"Špecifické časované rozpočty","journal_links":"Prepojenia transakcie","go_to_withdrawals":"Zobraziť výbery","revenue_accounts":"Výnosové účty","add_another_split":"Pridať ďalšie rozúčtovanie","actions":"Akcie","earned":"Zarobené","empty":"(prázdne)","edit":"Upraviť","never":"Nikdy","account_type_Loan":"Pôžička","account_type_Mortgage":"Hypotéka","stored_new_account_js":"Nový účet \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" vytvorený!","account_type_Debt":"Dlh","liability_direction_null_short":"Unknown","delete":"Odstrániť","store_new_asset_account":"Uložiť nový účet aktív","store_new_expense_account":"Uložiť nový výdavkový účet","store_new_liabilities_account":"Uložiť nový záväzok","store_new_revenue_account":"Uložiť nový príjmový účet","mandatoryFields":"Povinné údaje","optionalFields":"Voliteľné údaje","reconcile_this_account":"Vyúčtovat tento účet","interest_calc_weekly":"Za týždeň","interest_calc_monthly":"Za mesiac","interest_calc_quarterly":"Za štvrťrok","interest_calc_half-year":"Za polrok","interest_calc_yearly":"Za rok","liability_direction_credit":"Túto sumu mi dlžia","liability_direction_debit":"Tento dlh mám voči niekomu inému","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"Žiadne transakcie|Zachovať túto transakciu presunom pod iný účet.|Zachovať tieto transakcie presunom pod iný účet.","none_in_select_list":"(žiadne)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(nezoskupené)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Neočakávané v tomto období","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"Neaktívne","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Vytvoriť nový účet","store_new_bill":"Uložiť nový účet","repeat_freq_yearly":"ročne","repeat_freq_half-year":"polročne","repeat_freq_quarterly":"štvrťročne","repeat_freq_monthly":"mesačne","repeat_freq_weekly":"týždenne","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Upraviť záväzok","update_expense_account":"Upraviť výdavkový účet","update_revenue_account":"Upraviť príjmový účet","update_undefined_account":"Update account","update_asset_account":"Upraviť výdajový účet","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Pokladnička","percentage":"perc.","amount":"Suma","lastActivity":"Posledná aktivita","name":"Meno/Názov","role":"Rola","description":"Popis","date":"Dátum","source_account":"Zdrojový účet","destination_account":"Cieľový účet","category":"Kategória","iban":"IBAN","interest":"Úrok","interest_period":"Interest period","liability_type":"Typ záväzku","liability_direction":"Liability in/out","currentBalance":"Aktuálny zostatok","next_expected_match":"Ďalšia očakávaná zhoda","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"sk","week_in_year_fns":"\'Týždeň\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Suma v cudzej mene","interest_date":"Úrokový dátum","name":"Názov","amount":"Suma","iban":"IBAN","BIC":"BIC","notes":"Poznámky","location":"Údaje o polohe","repeat_freq":"Opakuje sa","skip":"Preskočiť","startdate":"Dátum zahájenia","enddate":"End date","object_group":"Skupina","attachments":"Prílohy","deletePermanently":"Permanentne odstrániť","active":"Aktívne","include_net_worth":"Zahrnúť do čistého majetku","cc_type":"Zúčtovacie obdobie kreditnej karty","account_number":"Číslo účtu","cc_monthly_payment_date":"Dátum mesačnej úhrady kreditnej karty","virtual_balance":"Virtuálnu zostatok","opening_balance":"Počiatočný zostatok","opening_balance_date":"Dátum počiatočného zostatku","date":"Dátum","interest":"Úrok","interest_period":"Úrokové obdobie","currency_id":"Mena","liability_type":"Typ záväzku","account_role":"Rola účtu","liability_direction":"Záväzky príjem/výdaj","book_date":"Dátum rezervácie","permDeleteWarning":"Odstránenie údajov z Firefly III je trvalé a nie je možné ich vrátiť späť.","account_areYouSure_js":"Skutočne chcete odstrániť účet s názvom \\"{name}\\"?","also_delete_piggyBanks_js":"Žiadne prasiatko|Odstráni sa tiež jediné prasiatko prepojené s týmto účtom.|Odstráni sa tiež {count} prasiatok prepojených s týmto účtom.","also_delete_transactions_js":"Žiadne transakcie|Odstráni sa aj jediná transakcia spojená s týmto účtom.|Odstráni sa tiež {count} transakcií spojených s týmto účtom.","process_date":"Dátum spracovania","due_date":"Dátum splatnosti","payment_date":"Dátum úhrady","invoice_date":"Dátum vystavenia","amount_min":"Minimálna suma","amount_max":"Maximálna suma","start_date":"Začiatok rozsahu","end_date":"Koniec rozsahu","extension_date":"Extension date"}}')},3244:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Överföring","Withdrawal":"Uttag","Deposit":"Insättning","date_and_time":"Datum och tid","no_currency":"(ingen valuta)","date":"Datum","time":"Tid","no_budget":"(ingen budget)","destination_account":"Till konto","source_account":"Källkonto","single_split":"Dela","create_new_transaction":"Skapa en ny transaktion","balance":"Saldo","transaction_journal_extra":"Extra information","transaction_journal_meta":"Metadata","basic_journal_information":"Grundläggande transaktionsinformation","bills_to_pay":"Notor att betala","left_to_spend":"Återstår att spendera","attachments":"Bilagor","net_worth":"Nettoförmögenhet","bill":"Nota","no_bill":"(ingen räkning)","tags":"Etiketter","internal_reference":"Intern referens","external_url":"Extern URL","no_piggy_bank":"(ingen spargris)","paid":"Betald","notes":"Noteringar","yourAccounts":"Dina konton","go_to_asset_accounts":"Visa dina tillgångskonton","delete_account":"Ta bort konto","transaction_table_description":"En tabell som innehåller dina transaktioner","account":"Konto","description":"Beskrivning","amount":"Belopp","budget":"Budget","category":"Kategori","opposing_account":"Motsatt konto","budgets":"Budgetar","categories":"Kategorier","go_to_budgets":"Gå till dina budgetar","income":"Intäkter / inkomster","go_to_deposits":"Gå till insättningar","go_to_categories":"Gå till dina kategorier","expense_accounts":"Kostnadskonto","go_to_expenses":"Gå till utgifter","go_to_bills":"Gå till dina notor","bills":"Notor","last_thirty_days":"Senaste 30 dagarna","last_seven_days":"Senaste 7 dagarna","go_to_piggies":"Gå till dina sparbössor","saved":"Sparad","piggy_banks":"Spargrisar","piggy_bank":"Spargris","amounts":"Belopp","left":"Återstår","spent":"Spenderat","Default asset account":"Förvalt tillgångskonto","search_results":"Sökresultat","include":"Inkludera?","transaction":"Transaktion","account_role_defaultAsset":"Förvalt tillgångskonto","account_role_savingAsset":"Sparkonto","account_role_sharedAsset":"Delat tillgångskonto","clear_location":"Rena plats","account_role_ccAsset":"Kreditkort","account_role_cashWalletAsset":"Plånbok","daily_budgets":"Dagliga budgetar","weekly_budgets":"Veckovis budgetar","monthly_budgets":"Månatliga budgetar","journals_in_period_for_account_js":"Alla transaktioner för konto {title} mellan {start} och {end}","quarterly_budgets":"Kvartalsbudgetar","create_new_expense":"Skapa ett nytt utgiftskonto","create_new_revenue":"Skapa ett nytt intäktskonto","create_new_liabilities":"Skapa ny skuld","half_year_budgets":"Halvårsbudgetar","yearly_budgets":"Årliga budgetar","split_transaction_title":"Beskrivning av delad transaktion","errors_submission":"Något fel uppstod med inskickningen. Vänligen kontrollera felen nedan.","flash_error":"Fel!","store_transaction":"Lagra transaktion","flash_success":"Slutförd!","create_another":"Efter sparat, återkom hit för att skapa ytterligare en.","update_transaction":"Uppdatera transaktion","after_update_create_another":"Efter uppdaterat, återkom hit för att fortsätta redigera.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaktion #{ID}</a> (\\"{title}\\") fick inga ändringar.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaktion #{ID}</a> (\\"{title}\\") uppdaterades.","spent_x_of_y":"Spenderade {amount} av {total}","search":"Sök","create_new_asset":"Skapa ett nytt tillgångskonto","asset_accounts":"Tillgångskonton","reset_after":"Återställ formulär efter inskickat","bill_paid_on":"Betalad den {date}","first_split_decides":"Första delningen bestämmer värdet på detta fält","first_split_overrules_source":"Den första delningen kan åsidosätta källkontot","first_split_overrules_destination":"Den första delningen kan åsidosätta målkontot","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transaktion #{ID} (\\"{title}\\")</a> sparades.","custom_period":"Anpassad period","reset_to_current":"Återställ till nuvarande period","select_period":"Välj en period","location":"Plats","other_budgets":"Anpassade tidsinställda budgetar","journal_links":"Transaktionslänkar","go_to_withdrawals":"Gå till dina uttag","revenue_accounts":"Intäktskonton","add_another_split":"Lägga till en annan delning","actions":"Åtgärder","earned":"Tjänat","empty":"(tom)","edit":"Redigera","never":"Aldrig","account_type_Loan":"Lån","account_type_Mortgage":"Bolån","stored_new_account_js":"Nytt konto \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" lagrat!","account_type_Debt":"Skuld","liability_direction_null_short":"Okänd","delete":"Ta bort","store_new_asset_account":"Lagra nytt tillgångskonto","store_new_expense_account":"Spara nytt utgiftskonto","store_new_liabilities_account":"Spara en ny skuld","store_new_revenue_account":"Spara nytt intäktskonto","mandatoryFields":"Obligatoriska fält","optionalFields":"Valfria fält","reconcile_this_account":"Stäm av detta konto","interest_calc_weekly":"Per vecka","interest_calc_monthly":"Per månad","interest_calc_quarterly":"Per kvartal","interest_calc_half-year":"Per halvår","interest_calc_yearly":"Per år","liability_direction_credit":"Jag är skyldig denna skuld","liability_direction_debit":"Jag är skyldig någon annan denna skuld","liability_direction_credit_short":"Ägde denna skuld","liability_direction_debit_short":"Äger denna skuld","account_type_debt":"Skuld","account_type_loan":"Lån","left_in_debt":"Att betala","account_type_mortgage":"Bolån","save_transactions_by_moving_js":"Inga transaktioner|Spara denna transaktion genom att flytta den till ett annat konto.|Spara dessa transaktioner genom att flytta dem till ett annat konto.","none_in_select_list":"(Ingen)","transaction_expand_split":"Expandera delningen","transaction_collapse_split":"Minimera delning","default_group_title_name":"(ogrupperad)","bill_repeats_weekly":"Upprepas veckovis","bill_repeats_monthly":"Upprepas månadsvis","bill_repeats_quarterly":"Upprepas kvartalsvis","bill_repeats_half-year":"Uprepas varje halvår","bill_repeats_yearly":"Upprepas årsvis","bill_repeats_weekly_other":"Upprepas varannan vecka","bill_repeats_monthly_other":"Upprepas varannan månad","bill_repeats_quarterly_other":"Upprepas varannat kvartal","bill_repeats_half-year_other":"Upprepas årsvis","bill_repeats_yearly_other":"Upprepas varannat år","bill_repeats_weekly_skip":"Upprepas varje {skip} veckor","bill_repeats_monthly_skip":"Upprepas varje {skip} månad","bill_repeats_quarterly_skip":"Upprepas varje {skip} kvartal","bill_repeats_half-year_skip":"Upprepas varje {skip} halvår","bill_repeats_yearly_skip":"Upprepas varje {skip} år","not_expected_period":"Inte väntat denna period","subscriptions":"Prenumerationer","bill_expected_date_js":"Förväntat {date}","inactive":"Inaktiv","forever":"För alltid","extension_date_is":"Tillägg datum är {date}","create_new_bill":"Skapa en ny nota","store_new_bill":"Spara ny nota","repeat_freq_yearly":"årligen","repeat_freq_half-year":"varje halvår","repeat_freq_quarterly":"kvartal","repeat_freq_monthly":"månadsvis","repeat_freq_weekly":"veckovis","credit_card_type_monthlyFull":"Full betalning varje månad","update_liabilities_account":"Uppdatera skuld","update_expense_account":"Uppdatera utgiftskonto","update_revenue_account":"Uppdatera intäktskonto","update_undefined_account":"Uppdatera konto","update_asset_account":"Uppdatera tillgångskonto","updated_account_js":"Uppdaterade kontot \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Spargris","percentage":"procent","amount":"Belopp","lastActivity":"Senaste aktivitet","name":"Namn","role":"Roll","description":"Beskrivning","date":"Datum","source_account":"Källkonto","destination_account":"Destinationskonto","category":"Kategori","iban":"IBAN","interest":"Ränta","interest_period":"Ränteperiod","liability_type":"Typ av ansvar","liability_direction":"Ansvar in/ut","currentBalance":"Nuvarande saldo","next_expected_match":"Nästa förväntade träff","expected_info":"Nästa förväntade transaktion","start_date":"Startdatum","end_date":"Slutdatum","payment_info":"Betalinformation"},"config":{"html_language":"sv","week_in_year_fns":"\'Vecka\' w, yyyy","month_and_day_fns":"d MMMM y","quarter_fns":"\'kvartal\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Utländskt belopp","interest_date":"Räntedatum","name":"Namn","amount":"Belopp","iban":"IBAN","BIC":"BIC","notes":"Anteckningar","location":"Plats","repeat_freq":"Upprepningar","skip":"Hoppa över","startdate":"Startdatum","enddate":"Slutdatum","object_group":"Grupp","attachments":"Bilagor","deletePermanently":"Ta bort permanent","active":"Aktiv","include_net_worth":"Inkludera i nettovärde","cc_type":"Kreditkort betalning plan","account_number":"Kontonummer","cc_monthly_payment_date":"Kreditkort månadsbetalnings datum","virtual_balance":"Virtuell balans","opening_balance":"Ingående balans","opening_balance_date":"Ingående balans datum","date":"Datum","interest":"Ränta","interest_period":"Ränteperiod","currency_id":"Valuta","liability_type":"Typ av ansvar","account_role":"Konto roll","liability_direction":"Ansvar in/ut","book_date":"Bokföringsdatum","permDeleteWarning":"Att ta bort saker från Firefly III är permanent och kan inte ångras.","account_areYouSure_js":"Är du säker du vill ta bort kontot \\"{name}\\"?","also_delete_piggyBanks_js":"Inga spargrisar|Den enda spargrisen som är ansluten till detta konto kommer också att tas bort.|Alla {count} spargrisar anslutna till detta konto kommer också att tas bort.","also_delete_transactions_js":"Inga transaktioner|Den enda transaktionen som är ansluten till detta konto kommer också att tas bort.|Alla {count} transaktioner som är kopplade till detta konto kommer också att tas bort.","process_date":"Behandlingsdatum","due_date":"Förfallodatum","payment_date":"Betalningsdatum","invoice_date":"Fakturadatum","amount_min":"Minsta belopp","amount_max":"Högsta belopp","start_date":"Start område","end_date":"Slut område","extension_date":"Datum för tillägg"}}')},245:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"Chuyển khoản","Withdrawal":"Rút tiền","Deposit":"Tiền gửi","date_and_time":"Date and time","no_currency":"(không có tiền tệ)","date":"Ngày","time":"Time","no_budget":"(không có ngân sách)","destination_account":"Tài khoản đích","source_account":"Nguồn tài khoản","single_split":"Chia ra","create_new_transaction":"Tạo giao dịch mới","balance":"Tiền còn lại","transaction_journal_extra":"Extra information","transaction_journal_meta":"Thông tin tổng hợp","basic_journal_information":"Basic transaction information","bills_to_pay":"Hóa đơn phải trả","left_to_spend":"Còn lại để chi tiêu","attachments":"Tệp đính kèm","net_worth":"Tài sản thực","bill":"Hóa đơn","no_bill":"(no bill)","tags":"Nhãn","internal_reference":"Tài liệu tham khảo nội bộ","external_url":"URL bên ngoài","no_piggy_bank":"(chưa có heo đất)","paid":"Đã thanh toán","notes":"Ghi chú","yourAccounts":"Tài khoản của bạn","go_to_asset_accounts":"Xem tài khoản của bạn","delete_account":"Xóa tài khoản","transaction_table_description":"A table containing your transactions","account":"Tài khoản","description":"Sự miêu tả","amount":"Số tiền","budget":"Ngân sách","category":"Danh mục","opposing_account":"Opposing account","budgets":"Ngân sách","categories":"Danh mục","go_to_budgets":"Chuyển đến ngân sách của bạn","income":"Thu nhập doanh thu","go_to_deposits":"Go to deposits","go_to_categories":"Đi đến danh mục của bạn","expense_accounts":"Tài khoản chi phí","go_to_expenses":"Go to expenses","go_to_bills":"Đi đến hóa đơn của bạn","bills":"Hóa đơn","last_thirty_days":"Ba mươi ngày gần đây","last_seven_days":"Bảy ngày gần đây","go_to_piggies":"Tới heo đất của bạn","saved":"Đã lưu","piggy_banks":"Heo đất","piggy_bank":"Heo đất","amounts":"Amounts","left":"Còn lại","spent":"Đã chi","Default asset account":"Mặc định tài khoản","search_results":"Kết quả tìm kiếm","include":"Include?","transaction":"Giao dịch","account_role_defaultAsset":"tài khoản mặc định","account_role_savingAsset":"Tài khoản tiết kiệm","account_role_sharedAsset":"tài khoản dùng chung","clear_location":"Xóa vị trí","account_role_ccAsset":"Thẻ tín dụng","account_role_cashWalletAsset":"Ví tiền mặt","daily_budgets":"Daily budgets","weekly_budgets":"Weekly budgets","monthly_budgets":"Monthly budgets","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Quarterly budgets","create_new_expense":"Tạo tài khoản chi phí mới","create_new_revenue":"Tạo tài khoản doanh thu mới","create_new_liabilities":"Create new liability","half_year_budgets":"Half-yearly budgets","yearly_budgets":"Yearly budgets","split_transaction_title":"Mô tả giao dịch tách","errors_submission":"There was something wrong with your submission. Please check out the errors.","flash_error":"Lỗi!","store_transaction":"Store transaction","flash_success":"Thành công!","create_another":"Sau khi lưu trữ, quay trở lại đây để tạo một cái khác.","update_transaction":"Cập nhật giao dịch","after_update_create_another":"Sau khi cập nhật, quay lại đây để tiếp tục chỉnh sửa.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"Tìm kiếm","create_new_asset":"Tạo tài khoản mới","asset_accounts":"tài khoản","reset_after":"Đặt lại mẫu sau khi gửi","bill_paid_on":"Paid on {date}","first_split_decides":"The first split determines the value of this field","first_split_overrules_source":"The first split may overrule the source account","first_split_overrules_destination":"The first split may overrule the destination account","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Giao dịch #{ID} (\\"{title}\\")</a> đã được lưu trữ.","custom_period":"Custom period","reset_to_current":"Reset to current period","select_period":"Select a period","location":"Vị trí","other_budgets":"Custom timed budgets","journal_links":"Liên kết giao dịch","go_to_withdrawals":"Chuyển đến mục rút tiền của bạn","revenue_accounts":"Tài khoản doanh thu","add_another_split":"Thêm một phân chia khác","actions":"Hành động","earned":"Kiếm được","empty":"(trống)","edit":"Sửa","never":"Không bao giờ","account_type_Loan":"Tiền vay","account_type_Mortgage":"Thế chấp","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"Món nợ","liability_direction_null_short":"Unknown","delete":"Xóa","store_new_asset_account":"Lưu trữ tài khoản mới","store_new_expense_account":"Lưu trữ tài khoản chi phí mới","store_new_liabilities_account":"Lưu trữ nợ mới","store_new_revenue_account":"Lưu trữ tài khoản doanh thu mới","mandatoryFields":"Các trường bắt buộc","optionalFields":"Các trường tùy chọn","reconcile_this_account":"Điều chỉnh tài khoản này","interest_calc_weekly":"Per week","interest_calc_monthly":"Mỗi tháng","interest_calc_quarterly":"Per quarter","interest_calc_half-year":"Per half year","interest_calc_yearly":"Mỗi năm","liability_direction_credit":"I am owed this debt","liability_direction_debit":"I owe this debt to somebody else","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(Trống)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(chưa nhóm)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Không mong đợi ở giai đoạn này","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"Không hoạt động","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"Tạo hóa đơn mới","store_new_bill":"Lưu trữ hóa đơn mới","repeat_freq_yearly":"hàng năm","repeat_freq_half-year":"mỗi nửa năm","repeat_freq_quarterly":"hàng quý","repeat_freq_monthly":"hàng tháng","repeat_freq_weekly":"hàng tuần","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"Cập nhật nợ","update_expense_account":"Cập nhật tài khoản chi phí","update_revenue_account":"Cập nhật tài khoản doanh thu","update_undefined_account":"Update account","update_asset_account":"Cập nhật tài khoản","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"Ống heo con","percentage":"phần trăm.","amount":"Số tiền","lastActivity":"Hoạt động cuối cùng","name":"Tên","role":"Quy tắc","description":"Mô tả","date":"Ngày","source_account":"Tài khoản gửi","destination_account":"Tài khoản nhận","category":"Danh mục","iban":"IBAN","interest":"Lãi","interest_period":"Interest period","liability_type":"Loại trách nhiệm pháp lý","liability_direction":"Liability in/out","currentBalance":"Số dư hiện tại","next_expected_match":"Trận đấu dự kiến tiếp theo","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"vi","week_in_year_fns":"\'Tuần\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"Ngoại tệ","interest_date":"Ngày lãi","name":"Tên","amount":"Số tiền","iban":"IBAN","BIC":"BIC","notes":"Ghi chú","location":"Vị trí","repeat_freq":"Lặp lại","skip":"Bỏ qua","startdate":"Ngày bắt đầu","enddate":"End date","object_group":"Nhóm","attachments":"Tài liệu đính kèm","deletePermanently":"Xóa vĩnh viễn","active":"Hành động","include_net_worth":"Bao gồm trong giá trị ròng","cc_type":"Gói thanh toán thẻ tín dụng","account_number":"Số tài khoản","cc_monthly_payment_date":"Ngày thanh toán thẻ tín dụng hàng tháng","virtual_balance":"Cân bằng ảo","opening_balance":"Số dư đầu kỳ","opening_balance_date":"Ngày mở số dư","date":"Ngày","interest":"Lãi","interest_period":"Chu kỳ lãi","currency_id":"Tiền tệ","liability_type":"Liability type","account_role":"Vai trò tài khoản","liability_direction":"Liability in/out","book_date":"Ngày đặt sách","permDeleteWarning":"Xóa nội dung khỏi Firefly III là vĩnh viễn và không thể hoàn tác.","account_areYouSure_js":"Are you sure you want to delete the account named \\"{name}\\"?","also_delete_piggyBanks_js":"No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.","also_delete_transactions_js":"No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.","process_date":"Ngày xử lý","due_date":"Ngày đáo hạn","payment_date":"Ngày thanh toán","invoice_date":"Ngày hóa đơn","amount_min":"Số tiền tối thiểu","amount_max":"Số tiền tối đa","start_date":"Bắt đầu","end_date":"Kết thúc","extension_date":"Extension date"}}')},4813:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"转账","Withdrawal":"提款","Deposit":"收入","date_and_time":"日期和时间","no_currency":"(没有货币)","date":"日期","time":"时间","no_budget":"(无预算)","destination_account":"目标账户","source_account":"来源账户","single_split":"拆分","create_new_transaction":"创建新交易","balance":"余额","transaction_journal_extra":"额外信息","transaction_journal_meta":"元信息","basic_journal_information":"基础交易信息","bills_to_pay":"待付账单","left_to_spend":"剩余支出","attachments":"附件","net_worth":"净资产","bill":"账单","no_bill":"(无账单)","tags":"标签","internal_reference":"内部引用","external_url":"外部链接","no_piggy_bank":"(无存钱罐)","paid":"已付款","notes":"备注","yourAccounts":"您的账户","go_to_asset_accounts":"查看您的资产账户","delete_account":"删除账户","transaction_table_description":"包含您交易的表格","account":"账户","description":"描述","amount":"金额","budget":"预算","category":"分类","opposing_account":"对方账户","budgets":"预算","categories":"分类","go_to_budgets":"前往您的预算","income":"收入","go_to_deposits":"前往收入","go_to_categories":"前往您的分类","expense_accounts":"支出账户","go_to_expenses":"前往支出","go_to_bills":"前往账单","bills":"账单","last_thirty_days":"最近 30 天","last_seven_days":"最近 7 天","go_to_piggies":"前往您的存钱罐","saved":"已保存","piggy_banks":"存钱罐","piggy_bank":"存钱罐","amounts":"金额","left":"剩余","spent":"支出","Default asset account":"默认资产账户","search_results":"搜索结果","include":"Include?","transaction":"交易","account_role_defaultAsset":"默认资产账户","account_role_savingAsset":"储蓄账户","account_role_sharedAsset":"共用资产账户","clear_location":"清除位置","account_role_ccAsset":"信用卡","account_role_cashWalletAsset":"现金钱包","daily_budgets":"每日预算","weekly_budgets":"每周预算","monthly_budgets":"每月预算","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"每季度预算","create_new_expense":"创建新支出账户","create_new_revenue":"创建新收入账户","create_new_liabilities":"Create new liability","half_year_budgets":"每半年预算","yearly_budgets":"每年预算","split_transaction_title":"拆分交易的描述","errors_submission":"您提交的内容有误,请检查错误信息。","flash_error":"错误!","store_transaction":"保存交易","flash_success":"成功!","create_another":"保存后,返回此页面以创建新记录","update_transaction":"更新交易","after_update_create_another":"更新后,返回此页面继续编辑。","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"搜索","create_new_asset":"创建新资产账户","asset_accounts":"资产账户","reset_after":"提交后重置表单","bill_paid_on":"支付于 {date}","first_split_decides":"首笔拆分决定此字段的值","first_split_overrules_source":"首笔拆分可能覆盖来源账户","first_split_overrules_destination":"首笔拆分可能覆盖目标账户","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">交易 #{ID} (“{title}”)</a> 已保存。","custom_period":"自定义周期","reset_to_current":"重置为当前周期","select_period":"选择周期","location":"位置","other_budgets":"自定义区间预算","journal_links":"交易关联","go_to_withdrawals":"前往支出","revenue_accounts":"收入账户","add_another_split":"增加另一笔拆分","actions":"操作","earned":"收入","empty":"(空)","edit":"编辑","never":"永不","account_type_Loan":"贷款","account_type_Mortgage":"抵押","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"欠款","liability_direction_null_short":"Unknown","delete":"删除","store_new_asset_account":"保存新资产账户","store_new_expense_account":"保存新支出账户","store_new_liabilities_account":"保存新债务账户","store_new_revenue_account":"保存新收入账户","mandatoryFields":"必填字段","optionalFields":"选填字段","reconcile_this_account":"对账此账户","interest_calc_weekly":"每周","interest_calc_monthly":"每月","interest_calc_quarterly":"每季度","interest_calc_half-year":"每半年","interest_calc_yearly":"每年","liability_direction_credit":"我欠了这笔债务","liability_direction_debit":"我欠别人这笔钱","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(空)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(未分组)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"此周期没有预期支付","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"已停用","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"创建新账单","store_new_bill":"保存新账单","repeat_freq_yearly":"每年","repeat_freq_half-year":"每半年","repeat_freq_quarterly":"每季","repeat_freq_monthly":"每月","repeat_freq_weekly":"每周","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"更新债务账户","update_expense_account":"更新支出账户","update_revenue_account":"更新收入账户","update_undefined_account":"Update account","update_asset_account":"更新资产账户","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"存钱罐","percentage":"%","amount":"金额","lastActivity":"上次活动","name":"名称","role":"角色","description":"描述","date":"日期","source_account":"来源账户","destination_account":"目标账户","category":"分类","iban":"国际银行账户号码(IBAN)","interest":"利息","interest_period":"Interest period","liability_type":"债务类型","liability_direction":"Liability in/out","currentBalance":"目前余额","next_expected_match":"预期下次支付","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"zh-cn","week_in_year_fns":"\'周\' w,yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"外币金额","interest_date":"利息日期","name":"名称","amount":"金额","iban":"国际银行账户号码 IBAN","BIC":"银行识别代码 BIC","notes":"备注","location":"位置","repeat_freq":"重复","skip":"跳过","startdate":"开始日期","enddate":"End date","object_group":"组","attachments":"附件","deletePermanently":"永久删除","active":"启用","include_net_worth":"包含于净资产","cc_type":"信用卡还款计划","account_number":"账户号码","cc_monthly_payment_date":"信用卡每月还款日期","virtual_balance":"虚拟账户余额","opening_balance":"初始余额","opening_balance_date":"开户日期","date":"日期","interest":"利息","interest_period":"利息期","currency_id":"货币","liability_type":"债务类型","account_role":"账户角色","liability_direction":"Liability in/out","book_date":"登记日期","permDeleteWarning":"从 Firefly III 删除内容是永久且无法恢复的。","account_areYouSure_js":"Are you sure you want to delete the account named \\"{name}\\"?","also_delete_piggyBanks_js":"No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.","also_delete_transactions_js":"No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.","process_date":"处理日期","due_date":"到期日","payment_date":"付款日期","invoice_date":"发票日期","amount_min":"最小金额","amount_max":"最大金额","start_date":"范围起始","end_date":"范围结束","extension_date":"Extension date"}}')},7742:e=>{"use strict";e.exports=JSON.parse('{"firefly":{"Transfer":"轉帳","Withdrawal":"提款","Deposit":"存款","date_and_time":"Date and time","no_currency":"(沒有貨幣)","date":"日期","time":"Time","no_budget":"(無預算)","destination_account":"Destination account","source_account":"Source account","single_split":"Split","create_new_transaction":"Create a new transaction","balance":"餘額","transaction_journal_extra":"Extra information","transaction_journal_meta":"後設資訊","basic_journal_information":"Basic transaction information","bills_to_pay":"待付帳單","left_to_spend":"剩餘可花費","attachments":"附加檔案","net_worth":"淨值","bill":"帳單","no_bill":"(no bill)","tags":"標籤","internal_reference":"Internal reference","external_url":"External URL","no_piggy_bank":"(no piggy bank)","paid":"已付款","notes":"備註","yourAccounts":"您的帳戶","go_to_asset_accounts":"檢視您的資產帳戶","delete_account":"移除帳號","transaction_table_description":"A table containing your transactions","account":"帳戶","description":"描述","amount":"金額","budget":"預算","category":"分類","opposing_account":"Opposing account","budgets":"預算","categories":"分類","go_to_budgets":"前往您的預算","income":"收入 / 所得","go_to_deposits":"Go to deposits","go_to_categories":"前往您的分類","expense_accounts":"支出帳戶","go_to_expenses":"Go to expenses","go_to_bills":"前往您的帳單","bills":"帳單","last_thirty_days":"最近30天","last_seven_days":"最近7天","go_to_piggies":"前往您的小豬撲滿","saved":"Saved","piggy_banks":"小豬撲滿","piggy_bank":"小豬撲滿","amounts":"Amounts","left":"剩餘","spent":"支出","Default asset account":"預設資產帳戶","search_results":"搜尋結果","include":"Include?","transaction":"交易","account_role_defaultAsset":"預設資產帳戶","account_role_savingAsset":"儲蓄帳戶","account_role_sharedAsset":"共用資產帳戶","clear_location":"清除位置","account_role_ccAsset":"信用卡","account_role_cashWalletAsset":"現金錢包","daily_budgets":"Daily budgets","weekly_budgets":"Weekly budgets","monthly_budgets":"Monthly budgets","journals_in_period_for_account_js":"All transactions for account {title} between {start} and {end}","quarterly_budgets":"Quarterly budgets","create_new_expense":"建立新支出帳戶","create_new_revenue":"建立新收入帳戶","create_new_liabilities":"Create new liability","half_year_budgets":"Half-yearly budgets","yearly_budgets":"Yearly budgets","split_transaction_title":"拆分交易的描述","errors_submission":"There was something wrong with your submission. Please check out the errors.","flash_error":"錯誤!","store_transaction":"Store transaction","flash_success":"成功!","create_another":"After storing, return here to create another one.","update_transaction":"Update transaction","after_update_create_another":"After updating, return here to continue editing.","transaction_updated_no_changes":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") did not receive any changes.","transaction_updated_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID}</a> (\\"{title}\\") has been updated.","spent_x_of_y":"Spent {amount} of {total}","search":"搜尋","create_new_asset":"建立新資產帳戶","asset_accounts":"資產帳戶","reset_after":"Reset form after submission","bill_paid_on":"Paid on {date}","first_split_decides":"The first split determines the value of this field","first_split_overrules_source":"The first split may overrule the source account","first_split_overrules_destination":"The first split may overrule the destination account","transaction_stored_link":"<a href=\\"transactions/show/{ID}\\">Transaction #{ID} (\\"{title}\\")</a> has been stored.","custom_period":"Custom period","reset_to_current":"Reset to current period","select_period":"Select a period","location":"位置","other_budgets":"Custom timed budgets","journal_links":"交易連結","go_to_withdrawals":"Go to your withdrawals","revenue_accounts":"收入帳戶","add_another_split":"增加拆分","actions":"操作","earned":"已賺得","empty":"(empty)","edit":"編輯","never":"未有資料","account_type_Loan":"貸款","account_type_Mortgage":"抵押","stored_new_account_js":"New account \\"<a href=\\"accounts/show/{ID}\\">{name}</a>\\" stored!","account_type_Debt":"負債","liability_direction_null_short":"Unknown","delete":"刪除","store_new_asset_account":"儲存新資產帳戶","store_new_expense_account":"儲存新支出帳戶","store_new_liabilities_account":"儲存新債務","store_new_revenue_account":"儲存新收入帳戶","mandatoryFields":"必要欄位","optionalFields":"選填欄位","reconcile_this_account":"對帳此帳戶","interest_calc_weekly":"Per week","interest_calc_monthly":"每月","interest_calc_quarterly":"Per quarter","interest_calc_half-year":"Per half year","interest_calc_yearly":"每年","liability_direction_credit":"I am owed this debt","liability_direction_debit":"I owe this debt to somebody else","liability_direction_credit_short":"Owed this debt","liability_direction_debit_short":"Owe this debt","account_type_debt":"Debt","account_type_loan":"Loan","left_in_debt":"Amount due","account_type_mortgage":"Mortgage","save_transactions_by_moving_js":"No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.","none_in_select_list":"(空)","transaction_expand_split":"Expand split","transaction_collapse_split":"Collapse split","default_group_title_name":"(ungrouped)","bill_repeats_weekly":"Repeats weekly","bill_repeats_monthly":"Repeats monthly","bill_repeats_quarterly":"Repeats quarterly","bill_repeats_half-year":"Repeats every half year","bill_repeats_yearly":"Repeats yearly","bill_repeats_weekly_other":"Repeats every other week","bill_repeats_monthly_other":"Repeats every other month","bill_repeats_quarterly_other":"Repeats every other quarter","bill_repeats_half-year_other":"Repeats yearly","bill_repeats_yearly_other":"Repeats every other year","bill_repeats_weekly_skip":"Repeats every {skip} weeks","bill_repeats_monthly_skip":"Repeats every {skip} months","bill_repeats_quarterly_skip":"Repeats every {skip} quarters","bill_repeats_half-year_skip":"Repeats every {skip} half years","bill_repeats_yearly_skip":"Repeats every {skip} years","not_expected_period":"Not expected this period","subscriptions":"Subscriptions","bill_expected_date_js":"Expected {date}","inactive":"未啟用","forever":"Forever","extension_date_is":"Extension date is {date}","create_new_bill":"建立新帳單","store_new_bill":"儲存新帳單","repeat_freq_yearly":"每年","repeat_freq_half-year":"每半年","repeat_freq_quarterly":"每季","repeat_freq_monthly":"每月","repeat_freq_weekly":"每週","credit_card_type_monthlyFull":"Full payment every month","update_liabilities_account":"更新債務","update_expense_account":"更新支出帳戶","update_revenue_account":"更新收入帳戶","update_undefined_account":"Update account","update_asset_account":"更新資產帳戶","updated_account_js":"Updated account \\"<a href=\\"accounts/show/{ID}\\">{title}</a>\\"."},"list":{"piggy_bank":"小豬撲滿","percentage":"pct.","amount":"金額","lastActivity":"上次活動","name":"名稱","role":"角色","description":"描述","date":"日期","source_account":"來源帳戶","destination_account":"目標帳戶","category":"分類","iban":"國際銀行帳戶號碼 (IBAN)","interest":"利率","interest_period":"Interest period","liability_type":"負債類型","liability_direction":"Liability in/out","currentBalance":"目前餘額","next_expected_match":"下一個預期的配對","expected_info":"Next expected transaction","start_date":"Start date","end_date":"End date","payment_info":"Payment information"},"config":{"html_language":"zh-tw","week_in_year_fns":"\'Week\' w, yyyy","month_and_day_fns":"MMMM d, y","quarter_fns":"\'Q\'Q, yyyy","half_year_fns":"\'H{half}\', yyyy"},"form":{"foreign_amount":"外幣金額","interest_date":"利率日期","name":"名稱","amount":"金額","iban":"國際銀行帳戶號碼 (IBAN)","BIC":"BIC","notes":"備註","location":"Location","repeat_freq":"重複","skip":"略過","startdate":"開始日期","enddate":"End date","object_group":"Group","attachments":"附加檔案","deletePermanently":"永久刪除","active":"啟用","include_net_worth":"包括淨值","cc_type":"信用卡付款計劃","account_number":"帳戶號碼","cc_monthly_payment_date":"信用卡每月付款日期","virtual_balance":"虛擬餘額","opening_balance":"初始餘額","opening_balance_date":"初始餘額日期","date":"日期","interest":"利率","interest_period":"利率期","currency_id":"貨幣","liability_type":"Liability type","account_role":"帳戶角色","liability_direction":"Liability in/out","book_date":"登記日期","permDeleteWarning":"自 Firefly III 刪除項目是永久且不可撤銷的。","account_areYouSure_js":"Are you sure you want to delete the account named \\"{name}\\"?","also_delete_piggyBanks_js":"No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.","also_delete_transactions_js":"No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.","process_date":"處理日期","due_date":"到期日","payment_date":"付款日期","invoice_date":"發票日期","amount_min":"最小金額","amount_max":"最大金額","start_date":"範圍起點","end_date":"範圍終點","extension_date":"Extension date"}}')}},e=>{e.O(0,[228],(()=>{return t=9359,e(e.s=t);var t}));e.O()}]);
|
||
//# sourceMappingURL=index.js.map
|