Auto commit for release 'v6.1.14' on 2024-04-23

This commit is contained in:
github-actions
2024-04-23 07:13:10 +02:00
parent 7002463c54
commit f15ca1d0a1
72 changed files with 2548 additions and 1908 deletions

View File

@@ -9,21 +9,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- You may have to define again which asset accounts you want to see on the dashboard. Sorry about that. - You may have to define again which asset accounts you want to see on the dashboard. Sorry about that.
- Expanded some database models. - Expanded some database models.
- Limit the number of error messages Firefly III will send (so Mailgun keeps liking me). - Limit the number of error messages Firefly III will send (so Mailgun keeps liking me).
- #8746 - [PR 8746](https://github.com/firefly-iii/firefly-iii/pull/8746) (Set date to now when cloning journal) reported by @imlonghao
### Fixed ### Fixed
- #8748 - [Issue 8748](https://github.com/firefly-iii/firefly-iii/issues/8748) (Release tarballs mistakenly include the `.zip` artifact) reported by @sudoBash418
- #8750 - [Discussion 8750](https://github.com/orgs/firefly-iii/discussions/8750) (API To change transaction fails to find destination_id) started by @soloam
- #8779 - [Issue 8779](https://github.com/firefly-iii/firefly-iii/issues/8779) (Change Password Form not working ≥ 6.1.11) reported by @jemtz-deleon
- #8781 - [Issue 8781](https://github.com/firefly-iii/firefly-iii/issues/8781) (Bill information missing in /api/v1/search/transactions responses) reported by @daanvanberkel
- #8752 - [Issue 8752](https://github.com/firefly-iii/firefly-iii/issues/8752) (Transactions reorder not work (error 404)) reported by @BoGnY
- #8613 - [Issue 8613](https://github.com/firefly-iii/firefly-iii/issues/8613) (Some minor color issues) reported by @rumpff
- #8776 - [Issue 8776](https://github.com/firefly-iii/firefly-iii/issues/8776) (report-data/category/expenses has wrong sums with specific date range) reported by @bouil
### API ### API
- #8804 - [Issue 8804](https://github.com/firefly-iii/firefly-iii/issues/8804) (Unable to create rules with negation via API) reported by @tailg8nj
## 6.1.13 - 2024-04-01 ## 6.1.13 - 2024-04-01

View File

@@ -117,7 +117,7 @@ return [
'expression_engine' => false, 'expression_engine' => false,
// see cer.php for exchange rates feature flag. // see cer.php for exchange rates feature flag.
], ],
'version' => 'develop/2024-04-22', 'version' => '6.1.14',
'api_version' => '2.0.14', 'api_version' => '2.0.14',
'db_version' => 24, 'db_version' => 24,

View File

@@ -107,19 +107,19 @@ return [
'account_role_savingAsset', 'account_role_savingAsset',
'account_role_ccAsset', 'account_role_ccAsset',
'account_role_cashWalletAsset', 'account_role_cashWalletAsset',
// 'account_column_opt_drag_and_drop', // 'account_column_opt_drag_and_drop',
// 'account_column_opt_active', // 'account_column_opt_active',
// 'account_column_opt_name', // 'account_column_opt_name',
// 'account_column_opt_type', // 'account_column_opt_type',
// 'account_column_opt_liability_type', // 'account_column_opt_liability_type',
// 'account_column_opt_liability_direction', // 'account_column_opt_liability_direction',
// 'account_column_opt_liability_interest', // 'account_column_opt_liability_interest',
// 'account_column_opt_number', // 'account_column_opt_number',
// 'account_column_opt_current_balance', // 'account_column_opt_current_balance',
// 'account_column_opt_amount_due', // 'account_column_opt_amount_due',
// 'account_column_opt_last_activity', // 'account_column_opt_last_activity',
// 'account_column_opt_balance_difference', // 'account_column_opt_balance_difference',
// 'account_column_opt_menu', // 'account_column_opt_menu',
], ],
], ],
'v1' => [ 'v1' => [

222
package-lock.json generated
View File

@@ -238,9 +238,9 @@
} }
}, },
"node_modules/@babel/helper-define-polyfill-provider": { "node_modules/@babel/helper-define-polyfill-provider": {
"version": "0.6.1", "version": "0.6.2",
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
"integrity": "sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==", "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-compilation-targets": "^7.22.6",
@@ -2402,9 +2402,9 @@
} }
}, },
"node_modules/@rollup/rollup-android-arm-eabi": { "node_modules/@rollup/rollup-android-arm-eabi": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.16.2.tgz",
"integrity": "sha512-92/y0TqNLRYOTXpm6Z7mnpvKAG9P7qmK7yJeRJSdzElNCUnsgbpAsGqerUboYRIQKzgfq4pWu9xVkgpWLfmNsw==", "integrity": "sha512-VGodkwtEuZ+ENPz/CpDSl091koMv8ao5jHVMbG1vNK+sbx/48/wVzP84M5xSfDAC69mAKKoEkSo+ym9bXYRK9w==",
"cpu": [ "cpu": [
"arm" "arm"
], ],
@@ -2415,9 +2415,9 @@
] ]
}, },
"node_modules/@rollup/rollup-android-arm64": { "node_modules/@rollup/rollup-android-arm64": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.16.2.tgz",
"integrity": "sha512-ttWB6ZCfRLuDIUiE0yiu5gcqOsYjA5F7kEV1ggHMj20FwLZ8A1FMeahZJFl/pnOmcnD2QL0z4AcDuo27utGU8A==", "integrity": "sha512-5/W1xyIdc7jw6c/f1KEtg1vYDBWnWCsLiipK41NiaWGLG93eH2edgE6EgQJ3AGiPERhiOLUqlDSfjRK08C9xFg==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -2428,9 +2428,9 @@
] ]
}, },
"node_modules/@rollup/rollup-darwin-arm64": { "node_modules/@rollup/rollup-darwin-arm64": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.16.2.tgz",
"integrity": "sha512-QLDvPLetbqjHojTGFw9+nuSP3YY/iz2k1cep6crYlr97sS+ZJ0W43b8Z0zC00+lnFZj6JSNxiA4DjboNQMuh1A==", "integrity": "sha512-vOAKMqZSTbPfyPVu1jBiy+YniIQd3MG7LUnqV0dA6Q5tyhdqYtxacTHP1+S/ksKl6qCtMG1qQ0grcIgk/19JEA==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -2441,9 +2441,9 @@
] ]
}, },
"node_modules/@rollup/rollup-darwin-x64": { "node_modules/@rollup/rollup-darwin-x64": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.16.2.tgz",
"integrity": "sha512-TAUK/D8khRrRIa1KwRzo8JNKk3tcqaeXWdtsiLgA8zmACWwlWLjPCJ4DULGHQrMkeBjp1Cd3Yuwx04lZgFx5Vg==", "integrity": "sha512-aIJVRUS3Dnj6MqocBMrcXlatKm64O3ITeQAdAxVSE9swyhNyV1dwnRgw7IGKIkDQofatd8UqMSyUxuFEa42EcA==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -2454,9 +2454,9 @@
] ]
}, },
"node_modules/@rollup/rollup-linux-arm-gnueabihf": { "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.16.2.tgz",
"integrity": "sha512-KO+WGZjrh6zyFTD1alIFkfdtxf8B4BC+hqd3kBZHscPLvE5FR/6QKsyuCT0JlERxxYBSUKNUQ/UHyX5uwO1x2A==", "integrity": "sha512-/bjfUiXwy3P5vYr6/ezv//Yle2Y0ak3a+Av/BKoi76nFryjWCkki8AuVoPR7ZU/ckcvAWFo77OnFK14B9B5JsA==",
"cpu": [ "cpu": [
"arm" "arm"
], ],
@@ -2467,9 +2467,9 @@
] ]
}, },
"node_modules/@rollup/rollup-linux-arm-musleabihf": { "node_modules/@rollup/rollup-linux-arm-musleabihf": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.16.2.tgz",
"integrity": "sha512-NqxbllzIB1WoAo4ThUXVtd21iiM5IHMTTXmXySKBLVcZvkU0HIZmatlP7hLzb5yQubcmdIeWmncd2NdsjocEiw==", "integrity": "sha512-S24b+tJHwpq2TNRz9T+r71FjMvyBBApY8EkYxz8Cwi/rhH6h+lu/iDUxyc9PuHf9UvyeBFYkWWcrDahai/NCGw==",
"cpu": [ "cpu": [
"arm" "arm"
], ],
@@ -2480,9 +2480,9 @@
] ]
}, },
"node_modules/@rollup/rollup-linux-arm64-gnu": { "node_modules/@rollup/rollup-linux-arm64-gnu": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.16.2.tgz",
"integrity": "sha512-snma5NvV8y7IECQ5rq0sr0f3UUu+92NVmG/913JXJMcXo84h9ak9TA5UI9Cl2XRM9j3m37QwDBtEYnJzRkSmxA==", "integrity": "sha512-UN7VAXLyeyGbCQWiOtQN7BqmjTDw1ON2Oos4lfk0YR7yNhFEJWZiwGtvj9Ay4lsT/ueT04sh80Sg2MlWVVZ+Ug==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -2493,9 +2493,9 @@
] ]
}, },
"node_modules/@rollup/rollup-linux-arm64-musl": { "node_modules/@rollup/rollup-linux-arm64-musl": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.16.2.tgz",
"integrity": "sha512-KOvqGprlD84ueivhCi2flvcUwDRD20mAsE3vxQNVEI2Di9tnPGAfEu6UcrSPZbM+jG2w1oSr43hrPo0RNg6GGg==", "integrity": "sha512-ZBKvz3+rIhQjusKMccuJiPsStCrPOtejCHxTe+yWp3tNnuPWtyCh9QLGPKz6bFNFbwbw28E2T6zDgzJZ05F1JQ==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -2506,9 +2506,9 @@
] ]
}, },
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": { "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.16.2.tgz",
"integrity": "sha512-/gsNwtiGLqYwN4vP+EIdUC6Q6LTlpupWqokqIndvZcjn9ig/5P01WyaYCU2wvfL/2Z82jp5kX8c1mDBOvCP3zg==", "integrity": "sha512-LjMMFiVBRL3wOe095vHAekL4b7nQqf4KZEpdMWd3/W+nIy5o9q/8tlVKiqMbfieDypNXLsxM9fexOxd9Qcklyg==",
"cpu": [ "cpu": [
"ppc64" "ppc64"
], ],
@@ -2519,9 +2519,9 @@
] ]
}, },
"node_modules/@rollup/rollup-linux-riscv64-gnu": { "node_modules/@rollup/rollup-linux-riscv64-gnu": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.16.2.tgz",
"integrity": "sha512-uU8zuGkQfGqfD9w6VRJZI4IuG4JIfNxxJgEmLMAmPVHREKGsxFVfgHy5c6CexQF2vOfgjB33OsET3Vdn2lln9A==", "integrity": "sha512-ohkPt0lKoCU0s4B6twro2aft+QROPdUiWwOjPNTzwTsBK5w+2+iT9kySdtOdq0gzWJAdiqsV4NFtXOwGZmIsHA==",
"cpu": [ "cpu": [
"riscv64" "riscv64"
], ],
@@ -2532,9 +2532,9 @@
] ]
}, },
"node_modules/@rollup/rollup-linux-s390x-gnu": { "node_modules/@rollup/rollup-linux-s390x-gnu": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.16.2.tgz",
"integrity": "sha512-lsjLtDgtcGFEuBP6yrXwkRN5/wKlvUZtfbKZZu0yaoNpiBL4epgnO21osAALIspVRnl4qZgyLFd8xjCYYWgwfw==", "integrity": "sha512-jm2lvLc+/gqXfndlpDw05jKvsl/HKYxUEAt1h5UXcMFVpO4vGpoWmJVUfKDtTqSaHcCNw1his1XjkgR9aort3w==",
"cpu": [ "cpu": [
"s390x" "s390x"
], ],
@@ -2545,9 +2545,9 @@
] ]
}, },
"node_modules/@rollup/rollup-linux-x64-gnu": { "node_modules/@rollup/rollup-linux-x64-gnu": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.16.2.tgz",
"integrity": "sha512-N2ZizKhUryqqrMfdCnjhJhZRgv61C6gK+hwVtCIKC8ts8J+go+vqENnGexwg21nHIOvLN5mBM8a7DI2vlyIOPg==", "integrity": "sha512-oc5/SlITI/Vj/qL4UM+lXN7MERpiy1HEOnrE+SegXwzf7WP9bzmZd6+MDljCEZTdSY84CpvUv9Rq7bCaftn1+g==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -2558,9 +2558,9 @@
] ]
}, },
"node_modules/@rollup/rollup-linux-x64-musl": { "node_modules/@rollup/rollup-linux-x64-musl": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.16.2.tgz",
"integrity": "sha512-5ICeMxqg66FrOA2AbnBQ2TJVxfvZsKLxmof0ibvPLaYtbsJqnTUtJOofgWb46Gjd4uZcA4rdsp4JCxegzQPqCg==", "integrity": "sha512-/2VWEBG6mKbS2itm7hzPwhIPaxfZh/KLWrYg20pCRLHhNFtF+epLgcBtwy3m07bl/k86Q3PFRAf2cX+VbZbwzQ==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -2571,9 +2571,9 @@
] ]
}, },
"node_modules/@rollup/rollup-win32-arm64-msvc": { "node_modules/@rollup/rollup-win32-arm64-msvc": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.16.2.tgz",
"integrity": "sha512-1vIP6Ce02L+qWD7uZYRiFiuAJo3m9kARatWmFSnss0gZnVj2Id7OPUU9gm49JPGasgcR3xMqiH3fqBJ8t00yVg==", "integrity": "sha512-Wg7ANh7+hSilF0lG3e/0Oy8GtfTIfEk1327Bw8juZOMOoKmJLs3R+a4JDa/4cHJp2Gs7QfCDTepXXcyFD0ubBg==",
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
@@ -2584,9 +2584,9 @@
] ]
}, },
"node_modules/@rollup/rollup-win32-ia32-msvc": { "node_modules/@rollup/rollup-win32-ia32-msvc": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.16.2.tgz",
"integrity": "sha512-Y3M92DcVsT6LoP+wrKpoUWPaazaP1fzbNkp0a0ZSj5Y//+pQVfVe/tQdsYQQy7dwXR30ZfALUIc9PCh9Izir6w==", "integrity": "sha512-J/jCDKVMWp0Y2ELnTjpQFYUCUWv1Jr+LdFrJVZtdqGyjDo0PHPa7pCamjHvJel6zBFM3doFFqAr7cmXYWBAbfw==",
"cpu": [ "cpu": [
"ia32" "ia32"
], ],
@@ -2597,9 +2597,9 @@
] ]
}, },
"node_modules/@rollup/rollup-win32-x64-msvc": { "node_modules/@rollup/rollup-win32-x64-msvc": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.16.2.tgz",
"integrity": "sha512-x0fvpHMuF7fK5r8oZxSi8VYXkrVmRgubXpO/wcf15Lk3xZ4Jvvh5oG+u7Su1776A7XzVKZhD2eRc4t7H50gL3w==", "integrity": "sha512-3nIf+SJMs2ZzrCh+SKNqgLVV9hS/UY0UjT1YU8XQYFGLiUfmHYJ/5trOU1XSvmHjV5gTF/K3DjrWxtyzKKcAHA==",
"cpu": [ "cpu": [
"x64" "x64"
], ],
@@ -2943,53 +2943,53 @@
} }
}, },
"node_modules/@vue/compiler-core": { "node_modules/@vue/compiler-core": {
"version": "3.4.23", "version": "3.4.24",
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.23.tgz", "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.24.tgz",
"integrity": "sha512-HAFmuVEwNqNdmk+w4VCQ2pkLk1Vw4XYiiyxEp3z/xvl14aLTUBw2OfVH3vBcx+FtGsynQLkkhK410Nah1N2yyQ==", "integrity": "sha512-vbW/tgbwJYj62N/Ww99x0zhFTkZDTcGh3uwJEuadZ/nF9/xuFMC4693P9r+3sxGXISABpDKvffY5ApH9pmdd1A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/parser": "^7.24.1", "@babel/parser": "^7.24.4",
"@vue/shared": "3.4.23", "@vue/shared": "3.4.24",
"entities": "^4.5.0", "entities": "^4.5.0",
"estree-walker": "^2.0.2", "estree-walker": "^2.0.2",
"source-map-js": "^1.2.0" "source-map-js": "^1.2.0"
} }
}, },
"node_modules/@vue/compiler-dom": { "node_modules/@vue/compiler-dom": {
"version": "3.4.23", "version": "3.4.24",
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.23.tgz", "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.24.tgz",
"integrity": "sha512-t0b9WSTnCRrzsBGrDd1LNR5HGzYTr7LX3z6nNBG+KGvZLqrT0mY6NsMzOqlVMBKKXKVuusbbB5aOOFgTY+senw==", "integrity": "sha512-4XgABML/4cNndVsQndG6BbGN7+EoisDwi3oXNovqL/4jdNhwvP8/rfRMTb6FxkxIxUUtg6AI1/qZvwfSjxJiWA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vue/compiler-core": "3.4.23", "@vue/compiler-core": "3.4.24",
"@vue/shared": "3.4.23" "@vue/shared": "3.4.24"
} }
}, },
"node_modules/@vue/compiler-sfc": { "node_modules/@vue/compiler-sfc": {
"version": "3.4.23", "version": "3.4.24",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.23.tgz", "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.24.tgz",
"integrity": "sha512-fSDTKTfzaRX1kNAUiaj8JB4AokikzStWgHooMhaxyjZerw624L+IAP/fvI4ZwMpwIh8f08PVzEnu4rg8/Npssw==", "integrity": "sha512-nRAlJUK02FTWfA2nuvNBAqsDZuERGFgxZ8sGH62XgFSvMxO2URblzulExsmj4gFZ8e+VAyDooU9oAoXfEDNxTA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/parser": "^7.24.1", "@babel/parser": "^7.24.4",
"@vue/compiler-core": "3.4.23", "@vue/compiler-core": "3.4.24",
"@vue/compiler-dom": "3.4.23", "@vue/compiler-dom": "3.4.24",
"@vue/compiler-ssr": "3.4.23", "@vue/compiler-ssr": "3.4.24",
"@vue/shared": "3.4.23", "@vue/shared": "3.4.24",
"estree-walker": "^2.0.2", "estree-walker": "^2.0.2",
"magic-string": "^0.30.8", "magic-string": "^0.30.10",
"postcss": "^8.4.38", "postcss": "^8.4.38",
"source-map-js": "^1.2.0" "source-map-js": "^1.2.0"
} }
}, },
"node_modules/@vue/compiler-ssr": { "node_modules/@vue/compiler-ssr": {
"version": "3.4.23", "version": "3.4.24",
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.23.tgz", "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.24.tgz",
"integrity": "sha512-hb6Uj2cYs+tfqz71Wj6h3E5t6OKvb4MVcM2Nl5i/z1nv1gjEhw+zYaNOV+Xwn+SSN/VZM0DgANw5TuJfxfezPg==", "integrity": "sha512-ZsAtr4fhaUFnVcDqwW3bYCSDwq+9Gk69q2r/7dAHDrOMw41kylaMgOP4zRnn6GIEJkQznKgrMOGPMFnLB52RbQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@vue/compiler-dom": "3.4.23", "@vue/compiler-dom": "3.4.24",
"@vue/shared": "3.4.23" "@vue/shared": "3.4.24"
} }
}, },
"node_modules/@vue/component-compiler-utils": { "node_modules/@vue/component-compiler-utils": {
@@ -3064,9 +3064,9 @@
"integrity": "sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA==" "integrity": "sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA=="
}, },
"node_modules/@vue/shared": { "node_modules/@vue/shared": {
"version": "3.4.23", "version": "3.4.24",
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.23.tgz", "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.24.tgz",
"integrity": "sha512-wBQ0gvf+SMwsCQOyusNw/GoXPV47WGd1xB5A1Pgzy0sQ3Bi5r5xm3n+92y3gCnB3MWqnRDdvfkRGxhKtbBRNgg==", "integrity": "sha512-BW4tajrJBM9AGAknnyEw5tO2xTmnqgup0VTnDAMcxYmqOX0RG0b9aSUGAbEKolD91tdwpA6oCwbltoJoNzpItw==",
"dev": true "dev": true
}, },
"node_modules/@webassemblyjs/ast": { "node_modules/@webassemblyjs/ast": {
@@ -3569,13 +3569,13 @@
} }
}, },
"node_modules/babel-plugin-polyfill-corejs2": { "node_modules/babel-plugin-polyfill-corejs2": {
"version": "0.4.10", "version": "0.4.11",
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
"integrity": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==", "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/compat-data": "^7.22.6", "@babel/compat-data": "^7.22.6",
"@babel/helper-define-polyfill-provider": "^0.6.1", "@babel/helper-define-polyfill-provider": "^0.6.2",
"semver": "^6.3.1" "semver": "^6.3.1"
}, },
"peerDependencies": { "peerDependencies": {
@@ -3605,12 +3605,12 @@
} }
}, },
"node_modules/babel-plugin-polyfill-regenerator": { "node_modules/babel-plugin-polyfill-regenerator": {
"version": "0.6.1", "version": "0.6.2",
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.1.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
"integrity": "sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==", "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/helper-define-polyfill-provider": "^0.6.1" "@babel/helper-define-polyfill-provider": "^0.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -5095,9 +5095,9 @@
"dev": true "dev": true
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.4.745", "version": "1.4.746",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.745.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.746.tgz",
"integrity": "sha512-tRbzkaRI5gbUn5DEvF0dV4TQbMZ5CLkWeTAXmpC9IrYT+GE+x76i9p+o3RJ5l9XmdQlI1pPhVtE9uNcJJ0G0EA==", "integrity": "sha512-jeWaIta2rIG2FzHaYIhSuVWqC6KJYo7oSBX4Jv7g+aVujKztfvdpf+n6MGwZdC5hQXbax4nntykLH2juIQrfPg==",
"dev": true "dev": true
}, },
"node_modules/elliptic": { "node_modules/elliptic": {
@@ -8991,9 +8991,9 @@
} }
}, },
"node_modules/rollup": { "node_modules/rollup": {
"version": "4.16.1", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.16.1.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.16.2.tgz",
"integrity": "sha512-5CaD3MPDlPKfhqzRvWXK96G6ELJfPZNb3LHiZxTHgDdC6jvwfGz2E8nY+9g1ONk4ttHsK1WaFP19Js4PSr1E3g==", "integrity": "sha512-sxDP0+pya/Yi5ZtptF4p3avI+uWCIf/OdrfdH2Gbv1kWddLKk0U7WE3PmQokhi5JrektxsK3sK8s4hzAmjqahw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/estree": "1.0.5" "@types/estree": "1.0.5"
@@ -9006,22 +9006,22 @@
"npm": ">=8.0.0" "npm": ">=8.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"@rollup/rollup-android-arm-eabi": "4.16.1", "@rollup/rollup-android-arm-eabi": "4.16.2",
"@rollup/rollup-android-arm64": "4.16.1", "@rollup/rollup-android-arm64": "4.16.2",
"@rollup/rollup-darwin-arm64": "4.16.1", "@rollup/rollup-darwin-arm64": "4.16.2",
"@rollup/rollup-darwin-x64": "4.16.1", "@rollup/rollup-darwin-x64": "4.16.2",
"@rollup/rollup-linux-arm-gnueabihf": "4.16.1", "@rollup/rollup-linux-arm-gnueabihf": "4.16.2",
"@rollup/rollup-linux-arm-musleabihf": "4.16.1", "@rollup/rollup-linux-arm-musleabihf": "4.16.2",
"@rollup/rollup-linux-arm64-gnu": "4.16.1", "@rollup/rollup-linux-arm64-gnu": "4.16.2",
"@rollup/rollup-linux-arm64-musl": "4.16.1", "@rollup/rollup-linux-arm64-musl": "4.16.2",
"@rollup/rollup-linux-powerpc64le-gnu": "4.16.1", "@rollup/rollup-linux-powerpc64le-gnu": "4.16.2",
"@rollup/rollup-linux-riscv64-gnu": "4.16.1", "@rollup/rollup-linux-riscv64-gnu": "4.16.2",
"@rollup/rollup-linux-s390x-gnu": "4.16.1", "@rollup/rollup-linux-s390x-gnu": "4.16.2",
"@rollup/rollup-linux-x64-gnu": "4.16.1", "@rollup/rollup-linux-x64-gnu": "4.16.2",
"@rollup/rollup-linux-x64-musl": "4.16.1", "@rollup/rollup-linux-x64-musl": "4.16.2",
"@rollup/rollup-win32-arm64-msvc": "4.16.1", "@rollup/rollup-win32-arm64-msvc": "4.16.2",
"@rollup/rollup-win32-ia32-msvc": "4.16.1", "@rollup/rollup-win32-ia32-msvc": "4.16.2",
"@rollup/rollup-win32-x64-msvc": "4.16.1", "@rollup/rollup-win32-x64-msvc": "4.16.2",
"fsevents": "~2.3.2" "fsevents": "~2.3.2"
} }
}, },
@@ -9736,9 +9736,9 @@
} }
}, },
"node_modules/terser": { "node_modules/terser": {
"version": "5.30.3", "version": "5.30.4",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.30.3.tgz", "resolved": "https://registry.npmjs.org/terser/-/terser-5.30.4.tgz",
"integrity": "sha512-STdUgOUx8rLbMGO9IOwHLpCqolkDITFFQSMYYwKE1N2lY6MVSaeoi10z/EhWxRc6ybqoVmKSkhKYH/XUpl7vSA==", "integrity": "sha512-xRdd0v64a8mFK9bnsKVdoNP9GQIKUAaJPTaqEQDL4w/J8WaW4sWXXoMZ+6SimPkfT5bElreXf8m9HnmPc3E1BQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jridgewell/source-map": "^0.3.3", "@jridgewell/source-map": "^0.3.3",

View File

@@ -5,8 +5,8 @@
"flash_warning": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435!", "flash_warning": "\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435!",
"flash_success": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e!", "flash_success": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e!",
"close": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c", "close": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c",
"select_dest_account": "Please select or type a valid destination account name", "select_dest_account": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u043c\u044f \u0441\u0447\u0435\u0442\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f",
"select_source_account": "Please select or type a valid source account name", "select_source_account": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0435 \u0438\u043c\u044f \u0441\u0447\u0435\u0442\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430",
"split_transaction_title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438", "split_transaction_title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
"errors_submission": "\u0421 \u0432\u0430\u0448\u0435\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0435\u0439 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u043d\u0438\u0436\u0435.", "errors_submission": "\u0421 \u0432\u0430\u0448\u0435\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0435\u0439 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u043d\u0438\u0436\u0435.",
"split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c", "split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c",

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'За тримесечие', 'interest_calc_quarterly' => 'За тримесечие',
'initial_balance_account' => 'Първоначално салдо на сметка ":account"', 'initial_balance_account' => 'Първоначално салдо на сметка ":account"',
'list_options' => 'Списък на опциите', 'list_options' => 'Списък на опциите',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Нова категория', 'new_category' => 'Нова категория',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Източник', 'source' => 'Източник',
'next_expected_match' => 'Следващo очакванo съвпадение', 'next_expected_match' => 'Следващo очакванo съвпадение',
'automatch' => 'Автоматично съвпадение?', 'automatch' => 'Автоматично съвпадение?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per quadrimestre', 'interest_calc_quarterly' => 'Per quadrimestre',
'initial_balance_account' => 'Compte de balanç inicial de :account', 'initial_balance_account' => 'Compte de balanç inicial de :account',
'list_options' => 'Llista opcions', 'list_options' => 'Llista opcions',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nova categoria', 'new_category' => 'Nova categoria',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Origen', 'source' => 'Origen',
'next_expected_match' => 'Pròxima coincidència esperada', 'next_expected_match' => 'Pròxima coincidència esperada',
'automatch' => 'Cercar coincidència automàticament?', 'automatch' => 'Cercar coincidència automàticament?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per quarter', 'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => 'Initial balance account of :account', 'initial_balance_account' => 'Initial balance account of :account',
'list_options' => 'Seznam možností', 'list_options' => 'Seznam možností',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nová kategorie', 'new_category' => 'Nová kategorie',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Zdroj', 'source' => 'Zdroj',
'next_expected_match' => 'Další očekávaná shoda', 'next_expected_match' => 'Další očekávaná shoda',
'automatch' => 'Automatické hledání shody?', 'automatch' => 'Automatické hledání shody?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Pr. kvartal', 'interest_calc_quarterly' => 'Pr. kvartal',
'initial_balance_account' => 'Start saldo for :account', 'initial_balance_account' => 'Start saldo for :account',
'list_options' => 'Vis valgmuligheder', 'list_options' => 'Vis valgmuligheder',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Ny kategori', 'new_category' => 'Ny kategori',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Kilde', 'source' => 'Kilde',
'next_expected_match' => 'Næste forventede afstemning', 'next_expected_match' => 'Næste forventede afstemning',
'automatch' => 'Auto afstem?', 'automatch' => 'Auto afstem?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Vierteljährlich', 'interest_calc_quarterly' => 'Vierteljährlich',
'initial_balance_account' => 'Anfangsguthaben von „:account”', 'initial_balance_account' => 'Anfangsguthaben von „:account”',
'list_options' => 'Listenoptionen', 'list_options' => 'Listenoptionen',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Neue Kategorie', 'new_category' => 'Neue Kategorie',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Quelle', 'source' => 'Quelle',
'next_expected_match' => 'Nächste erwartete Übereinstimmung', 'next_expected_match' => 'Nächste erwartete Übereinstimmung',
'automatch' => 'Automatisch erkennen?', 'automatch' => 'Automatisch erkennen?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Ανά τρίμηνο', 'interest_calc_quarterly' => 'Ανά τρίμηνο',
'initial_balance_account' => 'Αρχικό υπόλοιπο του λογαριασμού :account', 'initial_balance_account' => 'Αρχικό υπόλοιπο του λογαριασμού :account',
'list_options' => 'Επιλογές λίστας', 'list_options' => 'Επιλογές λίστας',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Νέα κατηγορία', 'new_category' => 'Νέα κατηγορία',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Προέλευση', 'source' => 'Προέλευση',
'next_expected_match' => 'Επόμενη αναμενόμενη αντιστοίχιση', 'next_expected_match' => 'Επόμενη αναμενόμενη αντιστοίχιση',
'automatch' => 'Αυτόματη αντιστοίχιση;', 'automatch' => 'Αυτόματη αντιστοίχιση;',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per quarter', 'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => 'Initial balance account of :account', 'initial_balance_account' => 'Initial balance account of :account',
'list_options' => 'List options', 'list_options' => 'List options',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'New category', 'new_category' => 'New category',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Source', 'source' => 'Source',
'next_expected_match' => 'Next expected match', 'next_expected_match' => 'Next expected match',
'automatch' => 'Auto match?', 'automatch' => 'Auto match?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Por trimestre', 'interest_calc_quarterly' => 'Por trimestre',
'initial_balance_account' => 'Balance inicial de la cuenta :account', 'initial_balance_account' => 'Balance inicial de la cuenta :account',
'list_options' => 'Opciones de lista', 'list_options' => 'Opciones de lista',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nueva categoría', 'new_category' => 'Nueva categoría',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Origen', 'source' => 'Origen',
'next_expected_match' => 'Próxima coincidencia esperada', 'next_expected_match' => 'Próxima coincidencia esperada',
'automatch' => '¿Buscar coincidencia automáticamente?', 'automatch' => '¿Buscar coincidencia automáticamente?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Neljännestä kohden', 'interest_calc_quarterly' => 'Neljännestä kohden',
'initial_balance_account' => 'Alkutasetili :account', 'initial_balance_account' => 'Alkutasetili :account',
'list_options' => 'Listan valinnat', 'list_options' => 'Listan valinnat',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Uusi kategoria', 'new_category' => 'Uusi kategoria',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Lähde', 'source' => 'Lähde',
'next_expected_match' => 'Seuraava lasku odotettavissa', 'next_expected_match' => 'Seuraava lasku odotettavissa',
'automatch' => 'Automaattinen vertailu?', 'automatch' => 'Automaattinen vertailu?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Par trimestre', 'interest_calc_quarterly' => 'Par trimestre',
'initial_balance_account' => 'Solde initial du compte :account', 'initial_balance_account' => 'Solde initial du compte :account',
'list_options' => 'Lister les options', 'list_options' => 'Lister les options',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nouvelle catégorie', 'new_category' => 'Nouvelle catégorie',
@@ -2144,7 +2157,7 @@ return [
'logout' => 'Se déconnecter', 'logout' => 'Se déconnecter',
'logout_other_sessions' => 'Déconnecter toutes les autres sessions', 'logout_other_sessions' => 'Déconnecter toutes les autres sessions',
'toggleNavigation' => 'Activer navigation', 'toggleNavigation' => 'Activer navigation',
'toggle_dropdown' => 'Toggle dropdown', 'toggle_dropdown' => 'Afficher/masquer la liste déroulante',
'searchPlaceholder' => 'Rechercher...', 'searchPlaceholder' => 'Rechercher...',
'version' => 'Version', 'version' => 'Version',
'dashboard' => 'Tableau de bord', 'dashboard' => 'Tableau de bord',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Source', 'source' => 'Source',
'next_expected_match' => 'Prochaine association attendue', 'next_expected_match' => 'Prochaine association attendue',
'automatch' => 'Correspondance automatique ?', 'automatch' => 'Correspondance automatique ?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per quarter', 'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => ':account kezdeti egyenlegfiókja', 'initial_balance_account' => ':account kezdeti egyenlegfiókja',
'list_options' => 'List options', 'list_options' => 'List options',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Új kategória', 'new_category' => 'Új kategória',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Forrás', 'source' => 'Forrás',
'next_expected_match' => 'Következő várható egyezés', 'next_expected_match' => 'Következő várható egyezés',
'automatch' => 'Automatikus egyezés?', 'automatch' => 'Automatikus egyezés?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per quarter', 'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => 'Initial balance account of :account', 'initial_balance_account' => 'Initial balance account of :account',
'list_options' => 'Pilihan daftar', 'list_options' => 'Pilihan daftar',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Kategori baru', 'new_category' => 'Kategori baru',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Sumber', 'source' => 'Sumber',
'next_expected_match' => 'Transaksi yang diharapkan berikutnya', 'next_expected_match' => 'Transaksi yang diharapkan berikutnya',
'automatch' => 'Pencocokan otomatis?', 'automatch' => 'Pencocokan otomatis?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Trimestrale', 'interest_calc_quarterly' => 'Trimestrale',
'initial_balance_account' => 'Saldo iniziale del conto :account', 'initial_balance_account' => 'Saldo iniziale del conto :account',
'list_options' => 'Lista opzioni', 'list_options' => 'Lista opzioni',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nuova categoria', 'new_category' => 'Nuova categoria',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Origine', 'source' => 'Origine',
'next_expected_match' => 'Prossimo abbinamento previsto', 'next_expected_match' => 'Prossimo abbinamento previsto',
'automatch' => 'Abbinamento automatico?', 'automatch' => 'Abbinamento automatico?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => '四半期あたり', 'interest_calc_quarterly' => '四半期あたり',
'initial_balance_account' => ':account の初期残高', 'initial_balance_account' => ':account の初期残高',
'list_options' => 'リストオプション', 'list_options' => 'リストオプション',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => '新しいカテゴリ', 'new_category' => '新しいカテゴリ',

View File

@@ -67,6 +67,13 @@ return [
'source' => '引き出し', 'source' => '引き出し',
'next_expected_match' => '次の一致予測', 'next_expected_match' => '次の一致予測',
'automatch' => '自動一致', 'automatch' => '自動一致',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => '분기당', 'interest_calc_quarterly' => '분기당',
'initial_balance_account' => ':account의 초기 잔액 계정', 'initial_balance_account' => ':account의 초기 잔액 계정',
'list_options' => '목록 옵션', 'list_options' => '목록 옵션',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => '새 카테고리', 'new_category' => '새 카테고리',

View File

@@ -67,6 +67,13 @@ return [
'source' => '소스', 'source' => '소스',
'next_expected_match' => '다음 예상 지불일', 'next_expected_match' => '다음 예상 지불일',
'automatch' => '자동 매칭?', 'automatch' => '자동 매칭?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per kvartal', 'interest_calc_quarterly' => 'Per kvartal',
'initial_balance_account' => 'Inngående balanse for :account', 'initial_balance_account' => 'Inngående balanse for :account',
'list_options' => 'Listealternativer', 'list_options' => 'Listealternativer',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Ny kategori', 'new_category' => 'Ny kategori',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Kilde', 'source' => 'Kilde',
'next_expected_match' => 'Neste forventede treff', 'next_expected_match' => 'Neste forventede treff',
'automatch' => 'Automatisk treff?', 'automatch' => 'Automatisk treff?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per kwartaal', 'interest_calc_quarterly' => 'Per kwartaal',
'initial_balance_account' => 'Startsaldorekening voor :account', 'initial_balance_account' => 'Startsaldorekening voor :account',
'list_options' => 'Lijstopties', 'list_options' => 'Lijstopties',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nieuwe categorie', 'new_category' => 'Nieuwe categorie',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Bron', 'source' => 'Bron',
'next_expected_match' => 'Volgende verwachte match', 'next_expected_match' => 'Volgende verwachte match',
'automatch' => 'Automatisch herkennen?', 'automatch' => 'Automatisch herkennen?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per kvartal', 'interest_calc_quarterly' => 'Per kvartal',
'initial_balance_account' => 'Inngående balanse for :account', 'initial_balance_account' => 'Inngående balanse for :account',
'list_options' => 'Listealternativer', 'list_options' => 'Listealternativer',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Ny kategori', 'new_category' => 'Ny kategori',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Kjelde', 'source' => 'Kjelde',
'next_expected_match' => 'Neste forventa treff', 'next_expected_match' => 'Neste forventa treff',
'automatch' => 'Automatisk treff?', 'automatch' => 'Automatisk treff?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Kwartalnie', 'interest_calc_quarterly' => 'Kwartalnie',
'initial_balance_account' => 'Początkowe saldo konta :account', 'initial_balance_account' => 'Początkowe saldo konta :account',
'list_options' => 'Opcje listy', 'list_options' => 'Opcje listy',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nowa kategoria', 'new_category' => 'Nowa kategoria',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Źródło', 'source' => 'Źródło',
'next_expected_match' => 'Następne oczekiwane dopasowanie', 'next_expected_match' => 'Następne oczekiwane dopasowanie',
'automatch' => 'Auto dopasowanie?', 'automatch' => 'Auto dopasowanie?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Por trimestre', 'interest_calc_quarterly' => 'Por trimestre',
'initial_balance_account' => 'Saldo inicial da conta :account', 'initial_balance_account' => 'Saldo inicial da conta :account',
'list_options' => 'Opções de lista', 'list_options' => 'Opções de lista',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nova categoria', 'new_category' => 'Nova categoria',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Origem', 'source' => 'Origem',
'next_expected_match' => 'Próxima correspondência esperada', 'next_expected_match' => 'Próxima correspondência esperada',
'automatch' => 'Correspondência automática?', 'automatch' => 'Correspondência automática?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Por trimestre', 'interest_calc_quarterly' => 'Por trimestre',
'initial_balance_account' => 'Saldo inicial da conta :account', 'initial_balance_account' => 'Saldo inicial da conta :account',
'list_options' => 'Listar opções', 'list_options' => 'Listar opções',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nova categoria', 'new_category' => 'Nova categoria',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Origem', 'source' => 'Origem',
'next_expected_match' => 'Próxima correspondência esperada', 'next_expected_match' => 'Próxima correspondência esperada',
'automatch' => 'Auto correspondência?', 'automatch' => 'Auto correspondência?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Pe trimestru', 'interest_calc_quarterly' => 'Pe trimestru',
'initial_balance_account' => 'Bilanțul inițial al contului :account', 'initial_balance_account' => 'Bilanțul inițial al contului :account',
'list_options' => 'Opțiuni listă', 'list_options' => 'Opțiuni listă',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Categorie nouă', 'new_category' => 'Categorie nouă',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Sursă', 'source' => 'Sursă',
'next_expected_match' => 'Următoarea potrivire așteptată', 'next_expected_match' => 'Următoarea potrivire așteptată',
'automatch' => 'Potrivire automată?', 'automatch' => 'Potrivire automată?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -697,13 +697,13 @@ return [
'search_modifier_attachment_name_contains' => 'Имя вложений содержащее ":value"', 'search_modifier_attachment_name_contains' => 'Имя вложений содержащее ":value"',
'search_modifier_attachment_name_starts' => 'Имя вложений начинается с ":value"', 'search_modifier_attachment_name_starts' => 'Имя вложений начинается с ":value"',
'search_modifier_attachment_name_ends' => 'Имя вложений заканчивается на ":value"', 'search_modifier_attachment_name_ends' => 'Имя вложений заканчивается на ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"', 'search_modifier_attachment_notes_are' => 'Любые заметки к вложениям являются ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"', 'search_modifier_attachment_notes_contains' => 'Любые заметки вложений содержат ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_attachment_notes_starts' => 'Любые заметки вложений начинаются с ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end with ":value"', 'search_modifier_attachment_notes_ends' => 'Любые заметки вложений заканчиваются на ":value"',
'search_modifier_not_attachment_name_is' => 'Any attachment\'s name is not ":value"', 'search_modifier_not_attachment_name_is' => 'Любое имя вложений не является ":value"',
'search_modifier_not_attachment_name_contains' => 'Any attachment\'s name does not contain ":value"', 'search_modifier_not_attachment_name_contains' => 'Имя любого прикрепленного файла не содержит ":value"',
'search_modifier_not_attachment_name_starts' => 'Any attachment\'s name does not start with ":value"', 'search_modifier_not_attachment_name_starts' => 'Имя любого прикрепленного файла не начинается с ":value"',
'search_modifier_not_attachment_name_ends' => 'Any attachment\'s name does not end with ":value"', 'search_modifier_not_attachment_name_ends' => 'Any attachment\'s name does not end with ":value"',
'search_modifier_not_attachment_notes_are' => 'Any attachment\'s notes are not ":value"', 'search_modifier_not_attachment_notes_are' => 'Any attachment\'s notes are not ":value"',
'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"',
@@ -896,12 +896,12 @@ return [
'rule_trigger_budget_is' => 'Бюджет = ":trigger_value"', 'rule_trigger_budget_is' => 'Бюджет = ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Любой тег..', 'rule_trigger_tag_is_choice' => 'Любой тег..',
'rule_trigger_tag_is' => 'Любой тег ":trigger_value"', 'rule_trigger_tag_is' => 'Любой тег ":trigger_value"',
'rule_trigger_tag_contains_choice' => 'Any tag contains..', 'rule_trigger_tag_contains_choice' => 'Любая метка содержит..',
'rule_trigger_tag_contains' => 'Any tag contains ":trigger_value"', 'rule_trigger_tag_contains' => 'Любая метка содержит ":trigger_value"',
'rule_trigger_tag_ends_choice' => 'Any tag ends with..', 'rule_trigger_tag_ends_choice' => 'Любая метка заканчивается..',
'rule_trigger_tag_ends' => 'Any tag ends with ":trigger_value"', 'rule_trigger_tag_ends' => 'Любая метка заканчивается на ":trigger_value"',
'rule_trigger_tag_starts_choice' => 'Any tag starts with..', 'rule_trigger_tag_starts_choice' => 'Любая метка начинается с..',
'rule_trigger_tag_starts' => 'Any tag starts with ":trigger_value"', 'rule_trigger_tag_starts' => 'Любая метка начинается с ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Валюта операции - ', 'rule_trigger_currency_is_choice' => 'Валюта операции - ',
'rule_trigger_currency_is' => 'Валюта транзакции = ":trigger_value"', 'rule_trigger_currency_is' => 'Валюта транзакции = ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Валюта операции - ', 'rule_trigger_foreign_currency_is_choice' => 'Валюта операции - ',
@@ -1113,14 +1113,14 @@ return [
'rule_trigger_not_source_account_nr_contains' => 'Source account number / IBAN does not contain ":trigger_value"', 'rule_trigger_not_source_account_nr_contains' => 'Source account number / IBAN does not contain ":trigger_value"',
'rule_trigger_not_source_account_nr_ends' => 'Source account number / IBAN does not end on ":trigger_value"', 'rule_trigger_not_source_account_nr_ends' => 'Source account number / IBAN does not end on ":trigger_value"',
'rule_trigger_not_source_account_nr_starts' => 'Source account number / IBAN does not start with ":trigger_value"', 'rule_trigger_not_source_account_nr_starts' => 'Source account number / IBAN does not start with ":trigger_value"',
'rule_trigger_not_destination_account_is' => 'Destination account is not ":trigger_value"', 'rule_trigger_not_destination_account_is' => 'Счет назначения не является ":trigger_value"',
'rule_trigger_not_destination_account_contains' => 'Destination account does not contain ":trigger_value"', 'rule_trigger_not_destination_account_contains' => 'Счет назначения не содержит ":trigger_value"',
'rule_trigger_not_destination_account_ends' => 'Destination account does not end on ":trigger_value"', 'rule_trigger_not_destination_account_ends' => 'Счет назначения не заканчивается ":trigger_value"',
'rule_trigger_not_destination_account_starts' => 'Destination account does not start with ":trigger_value"', 'rule_trigger_not_destination_account_starts' => 'Счет назначения не начинается с ":trigger_value"',
'rule_trigger_not_destination_account_nr_is' => 'Destination account number / IBAN is not ":trigger_value"', 'rule_trigger_not_destination_account_nr_is' => 'Номер счета назначения / IBAN не ":trigger_value"',
'rule_trigger_not_destination_account_nr_contains' => 'Destination account number / IBAN does not contain ":trigger_value"', 'rule_trigger_not_destination_account_nr_contains' => 'Номер счета назначения / IBAN не содержит ":trigger_value"',
'rule_trigger_not_destination_account_nr_ends' => 'Destination account number / IBAN does not end on ":trigger_value"', 'rule_trigger_not_destination_account_nr_ends' => 'Номер счета назначения / IBAN не заканчивается на ":trigger_value"',
'rule_trigger_not_destination_account_nr_starts' => 'Destination account number / IBAN does not start with ":trigger_value"', 'rule_trigger_not_destination_account_nr_starts' => 'Номер счета назначения / IBAN не начинается с ":trigger_value"',
'rule_trigger_not_account_is' => 'Neither account is ":trigger_value"', 'rule_trigger_not_account_is' => 'Neither account is ":trigger_value"',
'rule_trigger_not_account_contains' => 'Neither account contains ":trigger_value"', 'rule_trigger_not_account_contains' => 'Neither account contains ":trigger_value"',
'rule_trigger_not_account_ends' => 'Neither account ends on ":trigger_value"', 'rule_trigger_not_account_ends' => 'Neither account ends on ":trigger_value"',
@@ -1280,20 +1280,20 @@ return [
'rule_action_convert_transfer' => 'Преобразовать транзакцию в перевод с помощью ":action_value"', 'rule_action_convert_transfer' => 'Преобразовать транзакцию в перевод с помощью ":action_value"',
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes', 'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description', 'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description', 'rule_action_move_descr_to_notes_choice' => 'Заменить текущие примечания транзакции описанием',
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes', 'rule_action_move_notes_to_descr_choice' => 'Заменить текущее описание примечаниями к сделкам',
'rule_action_append_descr_to_notes' => 'Добавить описание к заметкам', 'rule_action_append_descr_to_notes' => 'Добавить описание к заметкам',
'rule_action_append_notes_to_descr' => 'Добавить заметки к описанию', 'rule_action_append_notes_to_descr' => 'Добавить заметки к описанию',
'rule_action_move_descr_to_notes' => 'Заменить заметки описанием', 'rule_action_move_descr_to_notes' => 'Заменить заметки описанием',
'rule_action_move_notes_to_descr' => 'Заменить описание заметками', 'rule_action_move_notes_to_descr' => 'Заменить описание заметками',
'rule_action_set_amount_choice' => 'Set amount to ..', 'rule_action_set_amount_choice' => 'Установить сумму в ..',
'rule_action_set_amount' => 'Set amount to ":action_value"', 'rule_action_set_amount' => 'Установить сумму в ":action_value"',
'rule_action_set_destination_to_cash_choice' => 'Установить счет назначения (кэш)', 'rule_action_set_destination_to_cash_choice' => 'Установить счет назначения (кэш)',
'rule_action_set_source_to_cash_choice' => 'Установить исходный счёт (кэш)', 'rule_action_set_source_to_cash_choice' => 'Установить исходный счёт (кэш)',
'rulegroup_for_bills_title' => 'Группа правил для счетов к оплате', 'rulegroup_for_bills_title' => 'Группа правил для счетов к оплате',
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.', 'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"', 'rule_for_bill_title' => 'Автоматически сгенерированное правило для счета ":name"',
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".', 'rule_for_bill_description' => 'Это правило автоматически сгенерировано для того, чтобы попробовать соответствовать счету ":name".',
'create_rule_for_bill' => 'Создать новое правило для счёта к оплате ":name"', 'create_rule_for_bill' => 'Создать новое правило для счёта к оплате ":name"',
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.', 'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
'new_rule_for_bill_title' => 'Правило для счёта на оплату ":name"', 'new_rule_for_bill_title' => 'Правило для счёта на оплату ":name"',
@@ -1616,8 +1616,8 @@ return [
'submission_options' => 'Опции отправки', 'submission_options' => 'Опции отправки',
'apply_rules_checkbox' => 'Применить правила', 'apply_rules_checkbox' => 'Применить правила',
'fire_webhooks_checkbox' => 'Fire webhooks', 'fire_webhooks_checkbox' => 'Fire webhooks',
'select_source_account' => 'Please select or type a valid source account name', 'select_source_account' => 'Пожалуйста, выберите или введите корректное имя счета источника',
'select_dest_account' => 'Please select or type a valid destination account name', 'select_dest_account' => 'Пожалуйста, выберите или введите правильное имя счета назначения',
// convert stuff: // convert stuff:
'convert_is_already_type_Withdrawal' => 'Эта транзакция уже является расходом', 'convert_is_already_type_Withdrawal' => 'Эта транзакция уже является расходом',
@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'За квартал', 'interest_calc_quarterly' => 'За квартал',
'initial_balance_account' => 'Начальный баланс для счёта :account', 'initial_balance_account' => 'Начальный баланс для счёта :account',
'list_options' => 'Список настроек', 'list_options' => 'Список настроек',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Новая категория', 'new_category' => 'Новая категория',
@@ -2144,7 +2157,7 @@ return [
'logout' => 'Выход', 'logout' => 'Выход',
'logout_other_sessions' => 'Завершить все другие сессии', 'logout_other_sessions' => 'Завершить все другие сессии',
'toggleNavigation' => 'Переключить навигацию', 'toggleNavigation' => 'Переключить навигацию',
'toggle_dropdown' => 'Toggle dropdown', 'toggle_dropdown' => 'Переключить выпадающий список',
'searchPlaceholder' => 'Поиск...', 'searchPlaceholder' => 'Поиск...',
'version' => 'Версия', 'version' => 'Версия',
'dashboard' => 'Сводка', 'dashboard' => 'Сводка',
@@ -2491,7 +2504,7 @@ return [
'block_code_bounced' => 'Отправка письма (писем) с аккаунта', 'block_code_bounced' => 'Отправка письма (писем) с аккаунта',
'block_code_expired' => 'Срок демо-версии истёк', 'block_code_expired' => 'Срок демо-версии истёк',
'no_block_code' => 'Нет причины для блокировки или пользователь не заблокирован', 'no_block_code' => 'Нет причины для блокировки или пользователь не заблокирован',
'demo_user_export' => 'The demo user cannot export data', 'demo_user_export' => 'Демо-пользователь не может выгружать данные',
'block_code_email_changed' => 'Пользователь не подтвердил новый адрес электронной почты', 'block_code_email_changed' => 'Пользователь не подтвердил новый адрес электронной почты',
'admin_update_email' => 'Внимание! Пользователь НЕ будет уведомлён о смене адреса электронной почты. Новый адрес он увидит только на странице профиля.', 'admin_update_email' => 'Внимание! Пользователь НЕ будет уведомлён о смене адреса электронной почты. Новый адрес он увидит только на странице профиля.',
'update_user' => 'Обновить пользователя', 'update_user' => 'Обновить пользователя',
@@ -2801,7 +2814,7 @@ return [
'ale_action_add_to_piggy' => 'Копилка', 'ale_action_add_to_piggy' => 'Копилка',
'ale_action_remove_from_piggy' => 'Копилка', 'ale_action_remove_from_piggy' => 'Копилка',
'ale_action_add_tag' => 'Добавленный тег', 'ale_action_add_tag' => 'Добавленный тег',
'ale_action_update_amount' => 'Updated amount', 'ale_action_update_amount' => 'Обновленная сумма',
// dashboard // dashboard
'enable_auto_convert' => 'Включить конвертацию валюты', 'enable_auto_convert' => 'Включить конвертацию валюты',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Источник', 'source' => 'Источник',
'next_expected_match' => 'Следующий ожидаемый результат', 'next_expected_match' => 'Следующий ожидаемый результат',
'automatch' => 'Автоподбор?', 'automatch' => 'Автоподбор?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -55,11 +55,11 @@ return [
'reconciled_forbidden_field' => 'Эта транзакция уже сверена, вы не можете изменить ":field"', 'reconciled_forbidden_field' => 'Эта транзакция уже сверена, вы не можете изменить ":field"',
'deleted_user' => 'По соображениям безопасности, вы не можете зарегистрироваться, используя этот адрес электронной почты.', 'deleted_user' => 'По соображениям безопасности, вы не можете зарегистрироваться, используя этот адрес электронной почты.',
'rule_trigger_value' => 'Это значение является недопустимым для выбранного триггера.', 'rule_trigger_value' => 'Это значение является недопустимым для выбранного триггера.',
'rule_action_expression' => 'Invalid expression. :error', 'rule_action_expression' => 'Недопустимое выражение. :error',
'rule_action_value' => 'Это значение является недопустимым для выбранного действия.', 'rule_action_value' => 'Это значение является недопустимым для выбранного действия.',
'file_already_attached' => 'Загруженный файл ":name" уже прикреплён к этому объекту.', 'file_already_attached' => 'Загруженный файл ":name" уже прикреплён к этому объекту.',
'file_attached' => 'Файл ":name". успешно загружен.', 'file_attached' => 'Файл ":name". успешно загружен.',
'file_zero' => 'The file is zero bytes in size.', 'file_zero' => 'Размер файла в байтах равен нулю.',
'must_exist' => 'ID в поле field :attribute не существует в базе данных.', 'must_exist' => 'ID в поле field :attribute не существует в базе данных.',
'all_accounts_equal' => 'Все счета в данном поле должны совпадать.', 'all_accounts_equal' => 'Все счета в данном поле должны совпадать.',
'group_title_mandatory' => 'Название группы является обязательным, если транзакций несколько.', 'group_title_mandatory' => 'Название группы является обязательным, если транзакций несколько.',

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Za štvrťrok', 'interest_calc_quarterly' => 'Za štvrťrok',
'initial_balance_account' => 'Počiatočný zostatok pre :account', 'initial_balance_account' => 'Počiatočný zostatok pre :account',
'list_options' => 'Možnosti zoznamu', 'list_options' => 'Možnosti zoznamu',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nová kategória', 'new_category' => 'Nová kategória',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Zdroj', 'source' => 'Zdroj',
'next_expected_match' => 'Ďalšia očakávaná zhoda', 'next_expected_match' => 'Ďalšia očakávaná zhoda',
'automatch' => 'Automatické hľadanie zhody?', 'automatch' => 'Automatické hľadanie zhody?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Na četrtletje', 'interest_calc_quarterly' => 'Na četrtletje',
'initial_balance_account' => 'Začetno stanje na računu :account', 'initial_balance_account' => 'Začetno stanje na računu :account',
'list_options' => 'Seznam možnosti', 'list_options' => 'Seznam možnosti',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Nova kategorija', 'new_category' => 'Nova kategorija',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Izvor', 'source' => 'Izvor',
'next_expected_match' => 'Naslenje pričakovano ujemanje', 'next_expected_match' => 'Naslenje pričakovano ujemanje',
'automatch' => 'Samodejno poveži?', 'automatch' => 'Samodejno poveži?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per kvartal', 'interest_calc_quarterly' => 'Per kvartal',
'initial_balance_account' => 'Startbalans för konto :account', 'initial_balance_account' => 'Startbalans för konto :account',
'list_options' => 'Listalternativ', 'list_options' => 'Listalternativ',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Ny kategori', 'new_category' => 'Ny kategori',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Källa', 'source' => 'Källa',
'next_expected_match' => 'Nästa förväntade träff', 'next_expected_match' => 'Nästa förväntade träff',
'automatch' => 'Automatisk matchning?', 'automatch' => 'Automatisk matchning?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per quarter', 'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => 'Initial balance account of :account', 'initial_balance_account' => 'Initial balance account of :account',
'list_options' => 'List options', 'list_options' => 'List options',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'New category', 'new_category' => 'New category',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'แหล่งที่มา', 'source' => 'แหล่งที่มา',
'next_expected_match' => 'Next expected match', 'next_expected_match' => 'Next expected match',
'automatch' => 'Auto match?', 'automatch' => 'Auto match?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1962,6 +1962,19 @@ return [
'interest_calc_quarterly' => 'Per quarter', 'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => 'Initial balance account of :account', 'initial_balance_account' => 'Initial balance account of :account',
'list_options' => 'List options', 'list_options' => 'List options',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Yeni Kategori', 'new_category' => 'Yeni Kategori',

View File

@@ -68,6 +68,13 @@ return [
'source' => 'Kaynak', 'source' => 'Kaynak',
'next_expected_match' => 'Beklenen sonraki eşleşme', 'next_expected_match' => 'Beklenen sonraki eşleşme',
'automatch' => 'Otomatik eşleştir?', 'automatch' => 'Otomatik eşleştir?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per quarter', 'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => 'Initial balance account of :account', 'initial_balance_account' => 'Initial balance account of :account',
'list_options' => 'List options', 'list_options' => 'List options',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'New category', 'new_category' => 'New category',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Джерело', 'source' => 'Джерело',
'next_expected_match' => 'Наступний очікуваний збіг', 'next_expected_match' => 'Наступний очікуваний збіг',
'automatch' => 'Автоматичний збіг?', 'automatch' => 'Автоматичний збіг?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per quarter', 'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => 'Tài khoản số dư ban đầu của: tài khoản', 'initial_balance_account' => 'Tài khoản số dư ban đầu của: tài khoản',
'list_options' => 'List options', 'list_options' => 'List options',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => 'Danh muc mới', 'new_category' => 'Danh muc mới',

View File

@@ -67,6 +67,13 @@ return [
'source' => 'Nơi gửi', 'source' => 'Nơi gửi',
'next_expected_match' => 'Trận đấu dự kiến tiếp theo', 'next_expected_match' => 'Trận đấu dự kiến tiếp theo',
'automatch' => 'Tự động khớp?', 'automatch' => 'Tự động khớp?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1962,6 +1962,19 @@ return [
'interest_calc_quarterly' => '每季度', 'interest_calc_quarterly' => '每季度',
'initial_balance_account' => '初始余额账户“:account”', 'initial_balance_account' => '初始余额账户“:account”',
'list_options' => '列表选项', 'list_options' => '列表选项',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => '新分类', 'new_category' => '新分类',

View File

@@ -67,6 +67,13 @@ return [
'source' => '来源', 'source' => '来源',
'next_expected_match' => '预期下次支付', 'next_expected_match' => '预期下次支付',
'automatch' => '自动匹配?', 'automatch' => '自动匹配?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -1961,6 +1961,19 @@ return [
'interest_calc_quarterly' => 'Per quarter', 'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => ':account 初始餘額帳戶', 'initial_balance_account' => ':account 初始餘額帳戶',
'list_options' => 'List options', 'list_options' => 'List options',
'account_column_opt_drag_and_drop' => 'Drag and drop',
'account_column_opt_active' => 'Active',
'account_column_opt_name' => 'Name',
'account_column_opt_type' => 'Type',
'account_column_opt_liability_type' => 'Liability type',
'account_column_opt_liability_direction' => 'Liability direction',
'account_column_opt_liability_interest' => 'Liability interest',
'account_column_opt_number' => 'Account number',
'account_column_opt_current_balance' => 'Current balance',
'account_column_opt_amount_due' => 'Amount due',
'account_column_opt_last_activity' => 'Last activity',
'account_column_opt_balance_difference' => 'Balance difference',
'account_column_opt_menu' => 'Menu',
// categories: // categories:
'new_category' => '新分類', 'new_category' => '新分類',

View File

@@ -67,6 +67,13 @@ return [
'source' => '來源', 'source' => '來源',
'next_expected_match' => '下一個預期的配對', 'next_expected_match' => '下一個預期的配對',
'automatch' => '自動配對?', 'automatch' => '自動配對?',
'drag_and_drop' => 'Drag and drop',
'number' => 'Account number',
'current_balance' => 'Current balance',
'last_activity' => 'Last activity',
'amount_due' => 'Amount due',
'balance_difference' => 'Balance difference',
'menu' => 'Menu',
/* /*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY. * PLEASE DO NOT EDIT THIS FILE DIRECTLY.