mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Meta files for new release.
This commit is contained in:
parent
529611170c
commit
8f23b47a78
@ -13,6 +13,7 @@ hu_HU
|
||||
id_ID
|
||||
it_IT
|
||||
ja_JP
|
||||
ko_KR
|
||||
nb_NO
|
||||
nl_NL
|
||||
pl_PL
|
||||
|
29
changelog.md
29
changelog.md
@ -2,6 +2,35 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## v6.0.11 - 2023-05-28
|
||||
|
||||
### Added
|
||||
- 🇰🇷 Korean translations!
|
||||
- A new "adjusted" auto-budget type that will correct itself after spending. [Read more](https://docs.firefly-iii.org/firefly-iii/financial-concepts/organizing/#adjusted-and-correct-for-overspending)
|
||||
- [Issue 6631](https://github.com/firefly-iii/firefly-iii/issues/6631) Can now link withdrawals and deposits to piggy banks, thanks @ChrisWin22!
|
||||
|
||||
### Changed
|
||||
- "Balance" is now called "In + out this period" so it's more clear what it means.
|
||||
|
||||
### Removed
|
||||
- Some superfluous logging.
|
||||
|
||||
### Fixed
|
||||
- An intermittent issue came up where people would suffer from badly rounded numbers.
|
||||
The root cause has been fixed. Open a discussion if this affects you, a fix for your data is available.
|
||||
- The API cron job would not run all available cron commands.
|
||||
- Debug page would always report midnight
|
||||
- [Issue 7514](https://github.com/firefly-iii/firefly-iii/issues/7514) DB error when upgrading to 6.0.10
|
||||
- [Issue 7516](https://github.com/firefly-iii/firefly-iii/issues/7516) Webhook: wrong JSON transaction amount
|
||||
- [Issue 7522](https://github.com/firefly-iii/firefly-iii/issues/7522) Time related events cause a timeout
|
||||
- [Issue 7541](https://github.com/firefly-iii/firefly-iii/issues/7541) Login screen display glitch
|
||||
- [Issue 7549](https://github.com/firefly-iii/firefly-iii/issues/7549) Account creation duplicate checking fails for German umlaut
|
||||
- [Issue 7546](https://github.com/firefly-iii/firefly-iii/issues/7546) Version link doesn't work
|
||||
- [Issue 7547](https://github.com/firefly-iii/firefly-iii/issues/7547) Rule fails to convert "Withdrawal from X to Y" to "Transfer from Y to X"
|
||||
|
||||
### API
|
||||
- [Issue 7505](https://github.com/firefly-iii/firefly-iii/issues/7505) Several API schema dates have been fixed, thanks @nagyv!
|
||||
|
||||
## v6.0.10 - 2023-05-14
|
||||
|
||||
### Added
|
||||
|
67
composer.lock
generated
67
composer.lock
generated
@ -1937,16 +1937,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v10.11.0",
|
||||
"version": "v10.12.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "21a5b6d9b669f32c10cc8ba776511b5f62599fea"
|
||||
"reference": "9e6dcff23ab1d4b522bef56074c31625cf077576"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/21a5b6d9b669f32c10cc8ba776511b5f62599fea",
|
||||
"reference": "21a5b6d9b669f32c10cc8ba776511b5f62599fea",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/9e6dcff23ab1d4b522bef56074c31625cf077576",
|
||||
"reference": "9e6dcff23ab1d4b522bef56074c31625cf077576",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2133,7 +2133,7 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2023-05-16T13:59:23+00:00"
|
||||
"time": "2023-05-23T18:04:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/passport",
|
||||
@ -5639,16 +5639,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/ignition",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/ignition.git",
|
||||
"reference": "f747d83c6d7cb6229b462f3ddbb3a82dc0db0f78"
|
||||
"reference": "ad13a6792992411e05d3d3b293e26bdf9f9a7321"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/ignition/zipball/f747d83c6d7cb6229b462f3ddbb3a82dc0db0f78",
|
||||
"reference": "f747d83c6d7cb6229b462f3ddbb3a82dc0db0f78",
|
||||
"url": "https://api.github.com/repos/spatie/ignition/zipball/ad13a6792992411e05d3d3b293e26bdf9f9a7321",
|
||||
"reference": "ad13a6792992411e05d3d3b293e26bdf9f9a7321",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5718,20 +5718,20 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-05-04T13:20:26+00:00"
|
||||
"time": "2023-05-25T10:19:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-ignition",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-ignition.git",
|
||||
"reference": "2f99fa6b732a6049e78ed34e4608ce589605ae54"
|
||||
"reference": "35711943d4725aa80f8033e4f1cb3a6775530b25"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/2f99fa6b732a6049e78ed34e4608ce589605ae54",
|
||||
"reference": "2f99fa6b732a6049e78ed34e4608ce589605ae54",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/35711943d4725aa80f8033e4f1cb3a6775530b25",
|
||||
"reference": "35711943d4725aa80f8033e4f1cb3a6775530b25",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5810,7 +5810,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-05-09T07:19:31+00:00"
|
||||
"time": "2023-05-25T11:30:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/period",
|
||||
@ -9400,16 +9400,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
"version": "v4.15.4",
|
||||
"version": "v4.15.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nikic/PHP-Parser.git",
|
||||
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
|
||||
"reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
|
||||
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e",
|
||||
"reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9450,9 +9450,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
||||
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
|
||||
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5"
|
||||
},
|
||||
"time": "2023-03-05T19:49:14+00:00"
|
||||
"time": "2023-05-19T20:20:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nunomaduro/larastan",
|
||||
@ -9861,22 +9861,23 @@
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpdoc-parser",
|
||||
"version": "1.20.4",
|
||||
"version": "1.21.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
||||
"reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd"
|
||||
"reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
|
||||
"reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
|
||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6df62b08faef4f899772bc7c3bbabb93d2b7a21c",
|
||||
"reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"nikic/php-parser": "^4.15",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.2",
|
||||
"phpstan/extension-installer": "^1.0",
|
||||
"phpstan/phpstan": "^1.5",
|
||||
@ -9900,9 +9901,9 @@
|
||||
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.4"
|
||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.21.0"
|
||||
},
|
||||
"time": "2023-05-02T09:19:37+00:00"
|
||||
"time": "2023-05-17T13:13:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
@ -10065,16 +10066,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
"version": "10.1.1",
|
||||
"version": "10.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||
"reference": "884a0da7f9f46f28b2cb69134217fd810b793974"
|
||||
"reference": "db1497ec8dd382e82c962f7abbe0320e4882ee4e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/884a0da7f9f46f28b2cb69134217fd810b793974",
|
||||
"reference": "884a0da7f9f46f28b2cb69134217fd810b793974",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/db1497ec8dd382e82c962f7abbe0320e4882ee4e",
|
||||
"reference": "db1497ec8dd382e82c962f7abbe0320e4882ee4e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -10131,7 +10132,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||||
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.1"
|
||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -10139,7 +10140,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-04-17T12:15:40+00:00"
|
||||
"time": "2023-05-22T09:04:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
|
@ -107,8 +107,8 @@ return [
|
||||
'webhooks' => true,
|
||||
'handle_debts' => true,
|
||||
],
|
||||
'version' => '6.0.10',
|
||||
'api_version' => '2.0.2',
|
||||
'version' => '6.0.11',
|
||||
'api_version' => '2.0.3',
|
||||
'db_version' => 19,
|
||||
|
||||
// generic settings
|
||||
@ -172,7 +172,9 @@ return [
|
||||
// 'is_IS' => ['name_locale' => 'Icelandic', 'name_english' => 'Icelandic'],
|
||||
'it_IT' => ['name_locale' => 'Italiano', 'name_english' => 'Italian'],
|
||||
'ja_JP' => ['name_locale' => 'Japanese', 'name_english' => 'Japanese'],
|
||||
'ko_KR' => ['name_locale' => 'Korean', 'name_english' => 'Korean'],
|
||||
// 'lt_LT' => ['name_locale' => 'Lietuvių', 'name_english' => 'Lithuanian'],
|
||||
|
||||
'nb_NO' => ['name_locale' => 'Norsk', 'name_english' => 'Norwegian'],
|
||||
'nl_NL' => ['name_locale' => 'Nederlands', 'name_english' => 'Dutch'],
|
||||
'pl_PL' => ['name_locale' => 'Polski', 'name_english' => 'Polish'],
|
||||
@ -879,7 +881,13 @@ return [
|
||||
],
|
||||
'can_have_virtual_amounts' => [AccountType::ASSET],
|
||||
'can_have_opening_balance' => [AccountType::ASSET, AccountType::LOAN, AccountType::DEBT, AccountType::MORTGAGE],
|
||||
'dynamic_creation_allowed' => [AccountType::EXPENSE, AccountType::REVENUE, AccountType::INITIAL_BALANCE, AccountType::RECONCILIATION, AccountType::LIABILITY_CREDIT],
|
||||
'dynamic_creation_allowed' => [
|
||||
AccountType::EXPENSE,
|
||||
AccountType::REVENUE,
|
||||
AccountType::INITIAL_BALANCE,
|
||||
AccountType::RECONCILIATION,
|
||||
AccountType::LIABILITY_CREDIT,
|
||||
],
|
||||
'valid_asset_fields' => ['account_role', 'account_number', 'currency_id', 'BIC', 'include_net_worth'],
|
||||
'valid_cc_fields' => ['account_role', 'cc_monthly_payment_date', 'cc_type', 'account_number', 'currency_id', 'BIC', 'include_net_worth'],
|
||||
'valid_account_fields' => ['account_number', 'currency_id', 'BIC', 'interest', 'interest_period', 'include_net_worth', 'liability_direction'],
|
||||
|
@ -11,7 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.11.2",
|
||||
"@quasar/extras": "^1.16.3",
|
||||
"@quasar/extras": "^1.16.4",
|
||||
"apexcharts": "^3.32.1",
|
||||
"axios": "^0.21.1",
|
||||
"axios-cache-adapter": "^2.7.3",
|
||||
|
2
frontend/src/i18n/fr_FR/index.js
vendored
2
frontend/src/i18n/fr_FR/index.js
vendored
@ -223,6 +223,6 @@ export default {
|
||||
"pref_last7": "Les 7 derniers jours",
|
||||
"pref_YTD": "Ann\u00e9e en cours",
|
||||
"pref_QTD": "Ce trimestre",
|
||||
"pref_MTD": "Ce mois-ci"
|
||||
"pref_MTD": "Depuis le d\u00e9but du mois"
|
||||
}
|
||||
}
|
||||
|
228
frontend/src/i18n/ko_KR/index.js
vendored
Normal file
228
frontend/src/i18n/ko_KR/index.js
vendored
Normal file
@ -0,0 +1,228 @@
|
||||
/*
|
||||
* index.js
|
||||
* Copyright (c) 2022 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
export default {
|
||||
"config": {
|
||||
"html_language": "ko",
|
||||
"month_and_day_fns": "y\ub144 MMMM d\uc77c"
|
||||
},
|
||||
"form": {
|
||||
"name": "\uc774\ub984",
|
||||
"amount_min": "\ucd5c\uc18c \uae08\uc561",
|
||||
"amount_max": "\ucd5c\ub300 \uae08\uc561",
|
||||
"url": "URL",
|
||||
"title": "\uc81c\ubaa9",
|
||||
"first_date": "\ucd5c\ucd08 \uc77c\uc790",
|
||||
"repetitions": "\ubc18\ubcf5",
|
||||
"description": "\uc124\uba85",
|
||||
"iban": "IBAN",
|
||||
"skip": "\uac74\ub108\ub6f0\uae30",
|
||||
"date": "\ub0a0\uc9dc"
|
||||
},
|
||||
"list": {
|
||||
"name": "\uc774\ub984",
|
||||
"account_number": "\uacc4\uc88c \ubc88\ud638",
|
||||
"currentBalance": "\ud604\uc7ac \uc794\uace0",
|
||||
"lastActivity": "\ub9c8\uc9c0\ub9c9 \ud65c\ub3d9",
|
||||
"active": "\ud65c\uc131 \uc0c1\ud0dc\uc785\ub2c8\uae4c?"
|
||||
},
|
||||
"breadcrumbs": {
|
||||
"placeholder": "[Placeholder]",
|
||||
"budgets": "\uc608\uc0b0",
|
||||
"subscriptions": "\uad6c\ub3c5",
|
||||
"transactions": "\uac70\ub798",
|
||||
"title_expenses": "\uc9c0\ucd9c",
|
||||
"title_withdrawal": "\uc9c0\ucd9c",
|
||||
"title_revenue": "\uc218\uc775 \/ \uc218\uc785",
|
||||
"title_deposit": "\uc218\uc775 \/ \uc218\uc785",
|
||||
"title_transfer": "\uc774\uccb4",
|
||||
"title_transfers": "\uc774\uccb4",
|
||||
"asset_accounts": "\uc790\uc0b0 \uacc4\uc815",
|
||||
"expense_accounts": "\uc9c0\ucd9c \uacc4\uc815",
|
||||
"revenue_accounts": "\uc218\uc775 \uacc4\uc815",
|
||||
"liabilities_accounts": "\ubd80\ucc44"
|
||||
},
|
||||
"firefly": {
|
||||
"administration_index": "\uc7ac\uc815 \uad00\ub9ac",
|
||||
"actions": "\uc561\uc158",
|
||||
"edit": "\uc218\uc815",
|
||||
"delete": "\uc0ad\uc81c",
|
||||
"reconcile": "\uc870\uc815",
|
||||
"create_new_asset": "\uc0c8 \uc790\uc0b0 \uacc4\uc815 \uc0dd\uc131",
|
||||
"confirm_action": "\uc561\uc158 \ud655\uc778",
|
||||
"new_budget": "\uc0c8 \uc608\uc0b0",
|
||||
"new_asset_account": "\uc0c8 \uc790\uc0b0 \uacc4\uc815",
|
||||
"newTransfer": "\uc2e0\uaddc \uc774\uccb4",
|
||||
"submission_options": "\uc81c\ucd9c \uc635\uc158",
|
||||
"apply_rules_checkbox": "\uaddc\uce59 \uc801\uc6a9",
|
||||
"fire_webhooks_checkbox": "\uc6f9\ud6c5 \uc2e4\ud589",
|
||||
"newDeposit": "\uc2e0\uaddc \uc785\uae08",
|
||||
"newWithdrawal": "\uc2e0\uaddc \ube44\uc6a9",
|
||||
"bills_paid": "\uccad\uad6c\uc11c \uacb0\uc81c",
|
||||
"left_to_spend": "\ub0a8\uc740 \uc9c0\ucd9c",
|
||||
"no_budget": "(\uc608\uc0b0 \uc5c6\uc74c)",
|
||||
"budgeted": "\uc608\uc0b0",
|
||||
"spent": "\uc9c0\ucd9c",
|
||||
"no_bill": "(\uccad\uad6c\uc11c \uc5c6\uc74c)",
|
||||
"rule_trigger_source_account_starts_choice": "\uc18c\uc2a4 \uacc4\uc815 \uc774\ub984\uc740 ...\ub85c \uc2dc\uc791\ud569\ub2c8\ub2e4.",
|
||||
"rule_trigger_source_account_ends_choice": "\uc18c\uc2a4 \uacc4\uc815 \uc774\ub984\uc740 ...\ub85c \ub05d\ub0a9\ub2c8\ub2e4.",
|
||||
"rule_trigger_source_account_is_choice": "\uc18c\uc2a4 \uacc4\uc815 \uc774\ub984\uc740...",
|
||||
"rule_trigger_source_account_contains_choice": "\uc18c\uc2a4 \uacc4\uc815 \uc774\ub984\uc5d0\ub294 \ub2e4\uc74c\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4.",
|
||||
"rule_trigger_account_id_choice": "\uacc4\uc815\uc911 \ud558\ub098\uc758 ID\ub294 \uc815\ud655\ud788..",
|
||||
"rule_trigger_source_account_id_choice": "\uc18c\uc2a4 \uacc4\uc815 ID\ub294 \uc815\ud655\ud788..",
|
||||
"rule_trigger_destination_account_id_choice": "\ub300\uc0c1 \uacc4\uc815 ID\ub294 \uc815\ud655\ud788..",
|
||||
"rule_trigger_account_is_cash_choice": "\uacc4\uc815\uc911 \ud558\ub098\ub294 \ud604\uae08\uc785\ub2c8\ub2e4",
|
||||
"rule_trigger_source_is_cash_choice": "\uc18c\uc2a4 \uacc4\uc815\uc740 (\ud604\uae08) \uacc4\uc815\uc785\ub2c8\ub2e4",
|
||||
"rule_trigger_destination_is_cash_choice": "\ub300\uc0c1 \uacc4\uc815\uc740 (\ud604\uae08) \uacc4\uc815\uc785\ub2c8\ub2e4",
|
||||
"rule_trigger_source_account_nr_starts_choice": "\uc18c\uc2a4 \uacc4\uc88c \ubc88\ud638\/IBAN\uc740...\ub85c \uc2dc\uc791\ud569\ub2c8\ub2e4.",
|
||||
"rule_trigger_source_account_nr_ends_choice": "\uc18c\uc2a4 \uacc4\uc815 \ubc88\ud638 \/ IBAN\uc740 ...\ub85c \ub05d\ub0a9\ub2c8\ub2e4",
|
||||
"rule_trigger_source_account_nr_is_choice": "\uc18c\uc2a4 \uacc4\uc815 \ubc88\ud638 \/ IBAN\uc740..",
|
||||
"rule_trigger_source_account_nr_contains_choice": "\uc18c\uc2a4 \uacc4\uc815 \ubc88\ud638 \/ IBAN\uc740 ..\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4",
|
||||
"rule_trigger_destination_account_starts_choice": "\ub300\uc0c1 \uacc4\uc815 \uc774\ub984\uc740 ...\ub85c \uc2dc\uc791\ud569\ub2c8\ub2e4.",
|
||||
"rule_trigger_destination_account_ends_choice": "\ub300\uc0c1 \uacc4\uc815 \uc774\ub984\uc740 ...\ub85c \ub05d\ub0a9\ub2c8\ub2e4",
|
||||
"rule_trigger_destination_account_is_choice": "\ub300\uc0c1 \uacc4\uc815 \uc774\ub984\uc740..",
|
||||
"rule_trigger_destination_account_contains_choice": "\ub300\uc0c1 \uacc4\uc815 \uc774\ub984\uc740 ...\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4",
|
||||
"rule_trigger_destination_account_nr_starts_choice": "\ub300\uc0c1 \uacc4\uc88c \ubc88\ud638 \/ IBAN\uc740...\ub85c \uc2dc\uc791\ud569\ub2c8\ub2e4",
|
||||
"rule_trigger_destination_account_nr_ends_choice": "\ub300\uc0c1 \uacc4\uc88c \ubc88\ud638 \/ IBAN\uc740...\ub85c \ub05d\ub0a9\ub2c8\ub2e4",
|
||||
"rule_trigger_destination_account_nr_is_choice": "\ub300\uc0c1 \uacc4\uc815 \ubc88\ud638 \/ IBAN\uc740..",
|
||||
"rule_trigger_destination_account_nr_contains_choice": "\ub300\uc0c1 \uacc4\uc88c \ubc88\ud638 \/ IBAN\uc740...\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4",
|
||||
"rule_trigger_transaction_type_choice": "\uac70\ub798\ub294 .. \uc720\ud615\uc785\ub2c8\ub2e4",
|
||||
"rule_trigger_category_is_choice": "\uce74\ud14c\uace0\ub9ac\ub294 ..",
|
||||
"rule_trigger_amount_less_choice": "\uae08\uc561\uc774 ... \ubbf8\ub9cc\uc785\ub2c8\ub2e4",
|
||||
"rule_trigger_amount_is_choice": "\uae08\uc561\uc740..",
|
||||
"rule_trigger_amount_more_choice": "\uae08\uc561\uc774 ... \uc774\uc0c1\uc785\ub2c8\ub2e4",
|
||||
"rule_trigger_description_starts_choice": "\uc124\uba85\uc774 ..\ub85c \uc2dc\uc791\ud569\ub2c8\ub2e4",
|
||||
"rule_trigger_description_ends_choice": "\uc124\uba85\uc774 ..\ub85c \ub05d\ub0a9\ub2c8\ub2e4",
|
||||
"rule_trigger_description_contains_choice": "\uc124\uba85\uc740 ..\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4",
|
||||
"rule_trigger_description_is_choice": "\uc124\uba85\uc740..",
|
||||
"rule_trigger_date_on_choice": "\uac70\ub798 \ub0a0\uc9dc\ub294..",
|
||||
"rule_trigger_date_before_choice": "\uac70\ub798 \ub0a0\uc9dc\ub294 .. \uc774\uc804\uc785\ub2c8\ub2e4",
|
||||
"rule_trigger_date_after_choice": "\uac70\ub798 \ub0a0\uc9dc\ub294 .. \uc774\ud6c4\uc785\ub2c8\ub2e4",
|
||||
"rule_trigger_created_at_on_choice": "\uac70\ub798\uac00 \uc774\ub8e8\uc5b4\uc9c4 \ub0a0\uc9dc\ub294..",
|
||||
"rule_trigger_updated_at_on_choice": "\uac70\ub798\uac00 \ub9c8\uc9c0\ub9c9\uc73c\ub85c \uc218\uc815\ub41c \ub0a0\uc9dc\ub294...",
|
||||
"rule_trigger_budget_is_choice": "\uc608\uc0b0\uc740..",
|
||||
"rule_trigger_tag_is_choice": "\ubaa8\ub4e0 \ud0dc\uadf8\ub294...",
|
||||
"rule_trigger_currency_is_choice": "\uac70\ub798 \ud1b5\ud654\ub294..",
|
||||
"rule_trigger_foreign_currency_is_choice": "\uac70\ub798 \uc678\ud654 \ud1b5\ud654\ub294..",
|
||||
"rule_trigger_has_attachments_choice": "\ucd5c\uc18c\ud55c \uc774 \uc815\ub3c4\uc758 \ucca8\ubd80 \ud30c\uc77c\uc774 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"rule_trigger_has_no_category_choice": "\uce74\ud14c\uace0\ub9ac\uac00 \uc5c6\uc74c",
|
||||
"rule_trigger_has_any_category_choice": "\uce74\ud14c\uace0\ub9ac\uac00 \uc788\uc74c",
|
||||
"rule_trigger_has_no_budget_choice": "\uc608\uc0b0\uc774 \uc5c6\uc74c",
|
||||
"rule_trigger_has_any_budget_choice": "\uc608\uc0b0\uc774 \uc788\uc74c",
|
||||
"rule_trigger_has_no_bill_choice": "\uccad\uad6c\uc11c\uac00 \uc5c6\uc74c",
|
||||
"rule_trigger_has_any_bill_choice": "\uccad\uad6c\uc11c\uac00 \uc788\uc74c",
|
||||
"rule_trigger_has_no_tag_choice": "\ud0dc\uadf8 \uc5c6\uc74c",
|
||||
"rule_trigger_has_any_tag_choice": "\ud558\ub098 \uc774\uc0c1\uc758 \ud0dc\uadf8\uac00 \uc788\uc74c",
|
||||
"rule_trigger_any_notes_choice": "\uba54\ubaa8\uac00 \uc788\uc74c",
|
||||
"rule_trigger_no_notes_choice": "\uba54\ubaa8\uac00 \uc5c6\uc74c",
|
||||
"rule_trigger_notes_is_choice": "\uba54\ubaa8\ub294..",
|
||||
"rule_trigger_notes_contains_choice": "\ub178\ud2b8\ub294 \ub2e4\uc74c\uc744 \ud3ec\ud568",
|
||||
"rule_trigger_notes_starts_choice": "\ub178\ud2b8\ub294 \ub2e4\uc74c\uc73c\ub85c \uc2dc\uc791",
|
||||
"rule_trigger_notes_ends_choice": "\ub178\ud2b8\ub294 \ub2e4\uc74c\uc73c\ub85c \ub05d\ub0a8",
|
||||
"rule_trigger_bill_is_choice": "\uccad\uad6c\uc11c\ub294..",
|
||||
"rule_trigger_external_id_is_choice": "\uc678\ubd80 ID\ub294..",
|
||||
"rule_trigger_internal_reference_is_choice": "\ub0b4\ubd80 \ucc38\uc870\ub294..",
|
||||
"rule_trigger_journal_id_choice": "\uac70\ub798 \uc800\ub110 ID\ub294..",
|
||||
"rule_trigger_any_external_url_choice": "\uac70\ub798\uc5d0 \uc678\ubd80 URL\uc774 \uc5c6\uc2b5\ub2c8\ub2e4",
|
||||
"rule_trigger_no_external_url_choice": "\uac70\ub798\uc5d0 \uc678\ubd80 URL\uc774 \uc5c6\uc2b5\ub2c8\ub2e4",
|
||||
"rule_trigger_id_choice": "\uac70\ub798 ID\ub294..",
|
||||
"rule_action_delete_transaction_choice": "\uac70\ub798 \uc0ad\uc81c(!)",
|
||||
"rule_action_set_category_choice": "\uce74\ud14c\uace0\ub9ac\ub97c .. \ub85c \uc124\uc815",
|
||||
"rule_action_clear_category_choice": "\uce74\ud14c\uace0\ub9ac \uc9c0\uc6b0\uae30",
|
||||
"rule_action_set_budget_choice": "\uc608\uc0b0\uc744 .. \ub85c \uc124\uc815",
|
||||
"rule_action_clear_budget_choice": "\uc608\uc0b0 \uc9c0\uc6b0\uae30",
|
||||
"rule_action_add_tag_choice": "\ud0dc\uadf8 \ucd94\uac00...",
|
||||
"rule_action_remove_tag_choice": "\ud0dc\uadf8 \uc81c\uac70 ..",
|
||||
"rule_action_remove_all_tags_choice": "\ubaa8\ub4e0 \ud0dc\uadf8 \uc81c\uac70",
|
||||
"rule_action_set_description_choice": "\uc124\uba85\uc744 ..\uc73c\ub85c \uc124\uc815",
|
||||
"rule_action_update_piggy_choice": "\uc800\uae08\ud1b5\uc5d0 \uac70\ub798\uae08\uc561 \ucd94\uac00\/\uc81c\uac70 ..",
|
||||
"rule_action_append_description_choice": "..\ub85c \uc124\uba85 \ucd94\uac00",
|
||||
"rule_action_prepend_description_choice": "..\ub85c \uc124\uba85\uc55e\uc5d0 \ucd94\uac00",
|
||||
"rule_action_set_source_account_choice": "\uc18c\uc2a4 \uacc4\uc815\uc744 ..\ub85c \uc124\uc815",
|
||||
"rule_action_set_destination_account_choice": "\ub300\uc0c1 \uacc4\uc815\uc744 ..\ub85c \uc124\uc815",
|
||||
"rule_action_append_notes_choice": "..\ub85c \uba54\ubaa8 \ucd94\uac00",
|
||||
"rule_action_prepend_notes_choice": "\ub178\ud2b8 \uc55e\uc5d0 .. \ucd94\uac00",
|
||||
"rule_action_clear_notes_choice": "\ub178\ud2b8 \uc81c\uac70",
|
||||
"rule_action_set_notes_choice": "\ub178\ud2b8\ub97c ..\ub85c \uc124\uc815",
|
||||
"rule_action_link_to_bill_choice": "\uccad\uad6c\uc11c \ub9c1\ud06c ..",
|
||||
"rule_action_convert_deposit_choice": "\uac70\ub798\ub97c \uc785\uae08\uc73c\ub85c \uc804\ud658",
|
||||
"rule_action_convert_withdrawal_choice": "\uac70\ub798\ub97c \ucd9c\uae08\uc73c\ub85c \uc804\ud658",
|
||||
"rule_action_convert_transfer_choice": "\uac70\ub798\ub97c \uc774\uccb4\ub85c \uc804\ud658",
|
||||
"placeholder": "[Placeholder]",
|
||||
"recurrences": "\ubc18\ubcf5 \uac70\ub798",
|
||||
"title_expenses": "\uc9c0\ucd9c",
|
||||
"title_withdrawal": "\uc9c0\ucd9c",
|
||||
"title_revenue": "\uc218\uc775 \/ \uc218\uc785",
|
||||
"pref_1D": "\ud558\ub8e8",
|
||||
"pref_1W": "\uc77c\uc8fc\uc77c",
|
||||
"pref_1M": "\ud55c\ub2ec",
|
||||
"pref_3M": "3\uac1c\uc6d4 (\ubd84\uae30)",
|
||||
"pref_6M": "6\uac1c\uc6d4",
|
||||
"pref_1Y": "1\ub144",
|
||||
"repeat_freq_yearly": "\uc5f0\uac04",
|
||||
"repeat_freq_half-year": "\ubc18\ub144\ub9c8\ub2e4",
|
||||
"repeat_freq_quarterly": "\ubd84\uae30\ubcc4",
|
||||
"repeat_freq_monthly": "\uc6d4\uac04",
|
||||
"repeat_freq_weekly": "\uc8fc\uac04",
|
||||
"single_split": "\ub098\ub204\uae30",
|
||||
"asset_accounts": "\uc790\uc0b0 \uacc4\uc815",
|
||||
"expense_accounts": "\uc9c0\ucd9c \uacc4\uc815",
|
||||
"liabilities_accounts": "\ubd80\ucc44",
|
||||
"undefined_accounts": "\uacc4\uc815",
|
||||
"name": "\uc774\ub984",
|
||||
"revenue_accounts": "\uc218\uc775 \uacc4\uc815",
|
||||
"description": "\uc124\uba85",
|
||||
"category": "\uce74\ud14c\uace0\ub9ac",
|
||||
"title_deposit": "\uc218\uc775 \/ \uc218\uc785",
|
||||
"title_transfer": "\uc774\uccb4",
|
||||
"title_transfers": "\uc774\uccb4",
|
||||
"piggyBanks": "\uc800\uae08\ud1b5",
|
||||
"rules": "\uaddc\uce59",
|
||||
"accounts": "\uacc4\uc815",
|
||||
"categories": "\uce74\ud14c\uace0\ub9ac",
|
||||
"tags": "\ud0dc\uadf8",
|
||||
"object_groups_page_title": "\uadf8\ub8f9",
|
||||
"reports": "\ubcf4\uace0\uc11c",
|
||||
"webhooks": "\uc6f9\ud6c5",
|
||||
"currencies": "\ud1b5\ud654",
|
||||
"administration": "\uad00\ub9ac",
|
||||
"profile": "\ud504\ub85c\ud544",
|
||||
"source_account": "\uc18c\uc2a4 \uacc4\uc815",
|
||||
"destination_account": "\ub300\uc0c1 \uacc4\uc815",
|
||||
"amount": "\uae08\uc561",
|
||||
"date": "\ub0a0\uc9dc",
|
||||
"time": "\uc2dc\uac04",
|
||||
"preferences": "\ud658\uacbd \uc124\uc815",
|
||||
"transactions": "\uac70\ub798",
|
||||
"balance": "\uc794\uace0",
|
||||
"budgets": "\uc608\uc0b0",
|
||||
"subscriptions": "\uad6c\ub3c5",
|
||||
"welcome_back": "\ubb34\uc2a8 \uc77c\uc774\uc8e0?",
|
||||
"bills_to_pay": "\ub0a9\ubd80\ud560 \uccad\uad6c\uc11c",
|
||||
"net_worth": "\uc21c\uc790\uc0b0",
|
||||
"pref_last365": "\uc9c0\ub09c \ud574",
|
||||
"pref_last90": "\ucd5c\uadfc 90\uc77c",
|
||||
"pref_last30": "\ucd5c\uadfc 30\uc77c",
|
||||
"pref_last7": "\ucd5c\uadfc 7\uc77c",
|
||||
"pref_YTD": "\uc5f0\uac04 \ub204\uacc4",
|
||||
"pref_QTD": "\ubd84\uae30 \ub204\uacc4",
|
||||
"pref_MTD": "\uc6d4\uac04 \ub204\uacc4"
|
||||
}
|
||||
}
|
2
frontend/src/i18n/uk_UA/index.js
vendored
2
frontend/src/i18n/uk_UA/index.js
vendored
@ -38,7 +38,7 @@ export default {
|
||||
},
|
||||
"list": {
|
||||
"name": "\u041d\u0430\u0437\u0432\u0430",
|
||||
"account_number": "Account number",
|
||||
"account_number": "\u041d\u043e\u043c\u0435\u0440 \u0440\u0430\u0445\u0443\u043d\u043a\u0443",
|
||||
"currentBalance": "\u041f\u043e\u0442\u043e\u0447\u043d\u0438\u0439 \u0431\u0430\u043b\u0430\u043d\u0441",
|
||||
"lastActivity": "\u041e\u0441\u0442\u0430\u043d\u043d\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0456\u044f",
|
||||
"active": "\u0427\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u0438\u0439?"
|
||||
|
@ -338,7 +338,7 @@ page container: q-ma-xs (margin all, xs) AND q-mb-md to give the page content so
|
||||
<q-footer class="bg-grey-8 text-white" bordered>
|
||||
<q-toolbar>
|
||||
<div>
|
||||
<small>Firefly III v v6.0.10 © James Cole, AGPL-3.0-or-later.</small>
|
||||
<small>Firefly III v v6.0.11 © James Cole, AGPL-3.0-or-later.</small>
|
||||
</div>
|
||||
</q-toolbar>
|
||||
</q-footer>
|
||||
|
@ -1430,10 +1430,10 @@
|
||||
core-js "^3.6.5"
|
||||
core-js-compat "^3.6.5"
|
||||
|
||||
"@quasar/extras@^1.16.3":
|
||||
version "1.16.3"
|
||||
resolved "https://registry.yarnpkg.com/@quasar/extras/-/extras-1.16.3.tgz#72216e2d450a2ee70613957da88191339b90de41"
|
||||
integrity sha512-c9p2j4KWrWqOcCcCD9IMjgPZzAiXKSMEMc3uYbqa5mHlEJ1kl88OMaeJUcmP+INRQ29AFSEQ9tZE20jLmdnLXw==
|
||||
"@quasar/extras@^1.16.4":
|
||||
version "1.16.4"
|
||||
resolved "https://registry.yarnpkg.com/@quasar/extras/-/extras-1.16.4.tgz#34fc2517fffecb5c27e4cea1b69b62aaf890ff73"
|
||||
integrity sha512-q2kPTNHI5aprgE2yQfRIf6aud+qSXH3YTNmhcfRp/rENh7kRjoM+b5BBPxgHlO1si1ARddbmr+Fxu/L05hfXnQ==
|
||||
|
||||
"@quasar/render-ssr-error@^1.0.1":
|
||||
version "1.0.1"
|
||||
|
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/edit_transaction.js
vendored
2
public/v1/js/edit_transaction.js
vendored
File diff suppressed because one or more lines are too long
75
public/v1/js/lib/moment/ko_KR.js
vendored
Normal file
75
public/v1/js/lib/moment/ko_KR.js
vendored
Normal file
@ -0,0 +1,75 @@
|
||||
//! moment.js locale configuration
|
||||
//! locale : Korean [ko]
|
||||
//! author : Kyungwook, Park : https://github.com/kyungw00k
|
||||
//! author : Jeeeyul Lee <jeeeyul@gmail.com>
|
||||
|
||||
import moment from '../moment';
|
||||
|
||||
export default moment.defineLocale('ko', {
|
||||
months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
|
||||
monthsShort: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split(
|
||||
'_'
|
||||
),
|
||||
weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
|
||||
weekdaysShort: '일_월_화_수_목_금_토'.split('_'),
|
||||
weekdaysMin: '일_월_화_수_목_금_토'.split('_'),
|
||||
longDateFormat: {
|
||||
LT: 'A h:mm',
|
||||
LTS: 'A h:mm:ss',
|
||||
L: 'YYYY.MM.DD.',
|
||||
LL: 'YYYY년 MMMM D일',
|
||||
LLL: 'YYYY년 MMMM D일 A h:mm',
|
||||
LLLL: 'YYYY년 MMMM D일 dddd A h:mm',
|
||||
l: 'YYYY.MM.DD.',
|
||||
ll: 'YYYY년 MMMM D일',
|
||||
lll: 'YYYY년 MMMM D일 A h:mm',
|
||||
llll: 'YYYY년 MMMM D일 dddd A h:mm',
|
||||
},
|
||||
calendar: {
|
||||
sameDay: '오늘 LT',
|
||||
nextDay: '내일 LT',
|
||||
nextWeek: 'dddd LT',
|
||||
lastDay: '어제 LT',
|
||||
lastWeek: '지난주 dddd LT',
|
||||
sameElse: 'L',
|
||||
},
|
||||
relativeTime: {
|
||||
future: '%s 후',
|
||||
past: '%s 전',
|
||||
s: '몇 초',
|
||||
ss: '%d초',
|
||||
m: '1분',
|
||||
mm: '%d분',
|
||||
h: '한 시간',
|
||||
hh: '%d시간',
|
||||
d: '하루',
|
||||
dd: '%d일',
|
||||
M: '한 달',
|
||||
MM: '%d달',
|
||||
y: '일 년',
|
||||
yy: '%d년',
|
||||
},
|
||||
dayOfMonthOrdinalParse: /\d{1,2}(일|월|주)/,
|
||||
ordinal: function (number, period) {
|
||||
switch (period) {
|
||||
case 'd':
|
||||
case 'D':
|
||||
case 'DDD':
|
||||
return number + '일';
|
||||
case 'M':
|
||||
return number + '월';
|
||||
case 'w':
|
||||
case 'W':
|
||||
return number + '주';
|
||||
default:
|
||||
return number;
|
||||
}
|
||||
},
|
||||
meridiemParse: /오전|오후/,
|
||||
isPM: function (token) {
|
||||
return token === '오후';
|
||||
},
|
||||
meridiem: function (hour, minute, isUpper) {
|
||||
return hour < 12 ? '오전' : '오후';
|
||||
},
|
||||
});
|
2
public/v1/js/profile.js
vendored
2
public/v1/js/profile.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/create.js
vendored
2
public/v1/js/webhooks/create.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/edit.js
vendored
2
public/v1/js/webhooks/edit.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/index.js
vendored
2
public/v1/js/webhooks/index.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/show.js
vendored
2
public/v1/js/webhooks/show.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
BIN
public/v3/fonts/fa-brands-400.e033a13e.woff2
Normal file
BIN
public/v3/fonts/fa-brands-400.e033a13e.woff2
Normal file
Binary file not shown.
BIN
public/v3/fonts/fa-regular-400.3223dc79.woff2
Normal file
BIN
public/v3/fonts/fa-regular-400.3223dc79.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/v3/fonts/fa-solid-900.bb975c96.woff2
Normal file
BIN
public/v3/fonts/fa-solid-900.bb975c96.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta content="Personal finances manager" name=description><meta content="telephone=no" name=format-detection><meta content=no name=msapplication-tap-highlight><meta content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" name=viewport><link href=favicon-32x32.png rel=icon sizes=32x32 type=image/png><link href=favicon-16x16.png rel=icon sizes=16x16 type=image/png><link href=maskable76.png rel=apple-touch-icon sizes=76x76><link href=maskable120.png rel=apple-touch-icon sizes=120x120><link href=maskable152.png rel=apple-touch-icon sizes=152x152><link href=apple-touch-icon.png rel=apple-touch-icon sizes=180x180><link color=#3c8dbc href=safari-pinned-tab.svg rel=mask-icon><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link href=manifest.webmanifest rel=manifest><meta content=#1e6581 name=msapplication-TileColor><meta content=maskable512.png name=msapplication-TileImage><meta content=no name=msapplication-tap-highlight><meta content="Firefly III" name=application-name><meta content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir" name=robots><meta content=yes name=apple-mobile-web-app-capable><meta content="Firefly III" name=apple-mobile-web-app-title><meta content="Firefly III" name=application-name><meta content=#3c8dbc name=msapplication-TileColor><meta content="mstile-144x144.png?v=3e8AboOwbd" name=msapplication-TileImage><meta content=#3c8dbc name=theme-color><script defer src=/v3/js/vendor.5b4ef590.js></script><script defer src=/v3/js/app.4fcae26a.js></script><link href=/v3/css/vendor.e1e7dc9b.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
||||
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta content="Personal finances manager" name=description><meta content="telephone=no" name=format-detection><meta content=no name=msapplication-tap-highlight><meta content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" name=viewport><link href=favicon-32x32.png rel=icon sizes=32x32 type=image/png><link href=favicon-16x16.png rel=icon sizes=16x16 type=image/png><link href=maskable76.png rel=apple-touch-icon sizes=76x76><link href=maskable120.png rel=apple-touch-icon sizes=120x120><link href=maskable152.png rel=apple-touch-icon sizes=152x152><link href=apple-touch-icon.png rel=apple-touch-icon sizes=180x180><link color=#3c8dbc href=safari-pinned-tab.svg rel=mask-icon><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link href=manifest.webmanifest rel=manifest><meta content=#1e6581 name=msapplication-TileColor><meta content=maskable512.png name=msapplication-TileImage><meta content=no name=msapplication-tap-highlight><meta content="Firefly III" name=application-name><meta content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir" name=robots><meta content=yes name=apple-mobile-web-app-capable><meta content="Firefly III" name=apple-mobile-web-app-title><meta content="Firefly III" name=application-name><meta content=#3c8dbc name=msapplication-TileColor><meta content="mstile-144x144.png?v=3e8AboOwbd" name=msapplication-TileImage><meta content=#3c8dbc name=theme-color><script defer src=/v3/js/vendor.5b4ef590.js></script><script defer src=/v3/js/app.85449252.js></script><link href=/v3/css/vendor.c7d74351.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
1
public/v3/js/1056.35aff46f.js
vendored
1
public/v3/js/1056.35aff46f.js
vendored
File diff suppressed because one or more lines are too long
1
public/v3/js/787.e263ed05.js
vendored
Normal file
1
public/v3/js/787.e263ed05.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/v3/js/app.4fcae26a.js
vendored
1
public/v3/js/app.4fcae26a.js
vendored
File diff suppressed because one or more lines are too long
1
public/v3/js/app.85449252.js
vendored
Normal file
1
public/v3/js/app.85449252.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
resources/assets/js/i18n.js
vendored
1
resources/assets/js/i18n.js
vendored
@ -39,6 +39,7 @@ module.exports = new vuei18n({
|
||||
'id': require('./locales/id.json'),
|
||||
'it': require('./locales/it.json'),
|
||||
'ja': require('./locales/ja.json'),
|
||||
'ko': require('./locales/ko.json'),
|
||||
'nb': require('./locales/nb.json'),
|
||||
'nl': require('./locales/nl.json'),
|
||||
'pl': require('./locales/pl.json'),
|
||||
|
157
resources/assets/js/locales/ko.json
Normal file
157
resources/assets/js/locales/ko.json
Normal file
@ -0,0 +1,157 @@
|
||||
{
|
||||
"firefly": {
|
||||
"welcome_back": "\ubb34\uc2a8 \uc77c\uc774\uc8e0?",
|
||||
"flash_error": "\uc624\ub958!",
|
||||
"flash_success": "\uc131\uacf5!",
|
||||
"close": "\ub2eb\uae30",
|
||||
"split_transaction_title": "\ubd84\ud560 \uac70\ub798\uc5d0 \ub300\ud55c \uc124\uba85",
|
||||
"errors_submission": "\uc81c\ucd9c\ud55c \ub0b4\uc6a9\uc5d0 \ubb38\uc81c\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc624\ub958\ub97c \ud655\uc778\ud574 \uc8fc\uc138\uc694.",
|
||||
"split": "\ub098\ub204\uae30",
|
||||
"single_split": "\ub098\ub204\uae30",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\uac70\ub798 #{ID} (\"{title}\")<\/a>\uac00 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">\uc6f9\ud6c5 #{ID} (\"{title}\")<\/a>\uc774 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">\uc6f9\ud6c5 #{ID}<\/a> (\"{title}\")\uc774 \uc5c5\ub370\uc774\ud2b8 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\uac70\ub798 #{ID}<\/a> (\"{title}\") \uc774 \uc5c5\ub370\uc774\ud2b8 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\uac70\ub798 #{ID}<\/a>\uac00 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||
"transaction_journal_information": "\uac70\ub798 \uc815\ubcf4",
|
||||
"submission_options": "\uc81c\ucd9c \uc635\uc158",
|
||||
"apply_rules_checkbox": "\uaddc\uce59 \uc801\uc6a9",
|
||||
"fire_webhooks_checkbox": "\uc6f9\ud6c5 \uc2e4\ud589",
|
||||
"no_budget_pointer": "\uc608\uc0b0\uc774 \uc544\uc9c1 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. <a href=\"budgets\">\uc608\uc0b0<\/a> \ud398\uc774\uc9c0\uc5d0\uc11c \uc608\uc0b0\uc744 \ub9cc\ub4e4\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc608\uc0b0\uc740 \uc9c0\ucd9c\uc744 \ucd94\uc801\ud558\ub294\ub370 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.",
|
||||
"no_bill_pointer": "\uccad\uad6c\uc11c\uac00 \uc544\uc9c1 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. <a href=\"bills\">\uccad\uad6c\uc11c<\/a> \ud398\uc774\uc9c0\uc5d0\uc11c \uccad\uad6c\uc11c\ub97c \ub9cc\ub4e4\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uccad\uad6c\uc11c\ub294 \ube44\uc6a9\uc744 \ucd94\uc801\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.",
|
||||
"source_account": "\uc18c\uc2a4 \uacc4\uc815",
|
||||
"hidden_fields_preferences": "<a href=\"preferences\">\ud658\uacbd\uc124\uc815<\/a>\uc5d0\uc11c \ub354 \ub9ce\uc740 \uac70\ub798 \uc635\uc158\uc744 \ud65c\uc131\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"destination_account": "\ub300\uc0c1 \uacc4\uc815",
|
||||
"add_another_split": "\ub2e4\ub978 \ubd84\ud560 \ucd94\uac00",
|
||||
"submission": "\uc81c\ucd9c",
|
||||
"create_another": "\uc800\uc7a5\ud6c4 \uc774 \ud398\uc774\uc9c0\ub85c \ub3cc\uc544\uc640 \ub2e4\ub978 \uac83\uc744 \ub9cc\ub4ed\ub2c8\ub2e4.",
|
||||
"reset_after": "\uc81c\ucd9c \ud6c4 \uc591\uc2dd \uc7ac\uc124\uc815",
|
||||
"submit": "\uc81c\ucd9c",
|
||||
"amount": "\uae08\uc561",
|
||||
"date": "\ub0a0\uc9dc",
|
||||
"tags": "\ud0dc\uadf8",
|
||||
"no_budget": "(\uc608\uc0b0 \uc5c6\uc74c)",
|
||||
"no_bill": "(\uccad\uad6c\uc11c \uc5c6\uc74c)",
|
||||
"category": "\uce74\ud14c\uace0\ub9ac",
|
||||
"attachments": "\ucca8\ubd80 \ud30c\uc77c",
|
||||
"notes": "\ub178\ud2b8",
|
||||
"external_url": "\uc678\ubd80 URL",
|
||||
"update_transaction": "\uac70\ub798 \uc5c5\ub370\uc774\ud2b8",
|
||||
"after_update_create_another": "\uc5c5\ub370\uc774\ud2b8 \ud6c4 \uc5ec\uae30\ub85c \ub3cc\uc544\uc640\uc11c \uc218\uc815\uc744 \uacc4\uc18d\ud569\ub2c8\ub2e4.",
|
||||
"store_as_new": "\uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub300\uc2e0 \uc0c8 \uac70\ub798\ub85c \uc800\uc7a5\ud569\ub2c8\ub2e4.",
|
||||
"split_title_help": "\ubd84\ud560 \uac70\ub798\ub97c \uc0dd\uc131\ud558\ub294 \uacbd\uc6b0 \uac70\ub798\uc758 \ubaa8\ub4e0 \ubd84\ud560\uc5d0 \ub300\ud55c \uc804\uccb4 \uc124\uba85\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4.",
|
||||
"none_in_select_list": "(\uc5c6\uc74c)",
|
||||
"no_piggy_bank": "(\uc800\uae08\ud1b5 \uc5c6\uc74c)",
|
||||
"description": "\uc124\uba85",
|
||||
"split_transaction_title_help": "\ubd84\ud560 \uac70\ub798\ub97c \uc0dd\uc131\ud558\ub294 \uacbd\uc6b0 \uac70\ub798\uc758 \ubaa8\ub4e0 \ubd84\ud560\uc5d0 \ub300\ud55c \uc804\uccb4 \uc124\uba85\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4.",
|
||||
"destination_account_reconciliation": "\uc870\uc815 \uac70\ub798\uc758 \ub300\uc0c1 \uacc4\uc815\uc740 \ud3b8\uc9d1\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
||||
"source_account_reconciliation": "\uc870\uc815 \uac70\ub798\uc758 \uc18c\uc2a4 \uacc4\uc815\uc740 \ud3b8\uc9d1\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
||||
"budget": "\uc608\uc0b0",
|
||||
"bill": "\uccad\uad6c\uc11c",
|
||||
"you_create_withdrawal": "\ucd9c\uae08\uc744 \uc0dd\uc131\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"you_create_transfer": "\uc804\uc1a1\uc744 \uc0dd\uc131\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"you_create_deposit": "\uc785\uae08\uc744 \uc0dd\uc131\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"edit": "\uc218\uc815",
|
||||
"delete": "\uc0ad\uc81c",
|
||||
"name": "\uc774\ub984",
|
||||
"profile_whoops": "\uc774\ub7f0!",
|
||||
"profile_something_wrong": "\ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4!",
|
||||
"profile_try_again": "\ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud574\uc8fc\uc138\uc694.",
|
||||
"profile_oauth_clients": "OAuth \ud074\ub77c\uc774\uc5b8\ud2b8",
|
||||
"profile_oauth_no_clients": "OAuth \ud074\ub77c\uc774\uc5b8\ud2b8\ub97c \ub9cc\ub4e4\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.",
|
||||
"profile_oauth_clients_header": "\ud074\ub77c\uc774\uc5b8\ud2b8",
|
||||
"profile_oauth_client_id": "\ud074\ub77c\uc774\uc5b8\ud2b8 ID",
|
||||
"profile_oauth_client_name": "\uc774\ub984",
|
||||
"profile_oauth_client_secret": "\uc2dc\ud06c\ub9bf",
|
||||
"profile_oauth_create_new_client": "\uc0c8\ub85c\uc6b4 \ud074\ub77c\uc774\uc5b8\ud2b8 \ub9cc\ub4e4\uae30",
|
||||
"profile_oauth_create_client": "\ud074\ub77c\uc774\uc5b8\ud2b8 \ub9cc\ub4e4\uae30",
|
||||
"profile_oauth_edit_client": "\ud074\ub77c\uc774\uc5b8\ud2b8 \uc218\uc815",
|
||||
"profile_oauth_name_help": "\uc0ac\uc6a9\uc790\uac00 \uc778\uc9c0\ud558\uace0 \uc2e0\ub8b0\ud560 \uc218 \uc788\ub294 \uac83.",
|
||||
"profile_oauth_redirect_url": "\ub9ac\ub514\ub809\uc158 URL",
|
||||
"profile_oauth_clients_external_auth": "Authelia\uc640 \uac19\uc740 \uc678\ubd80 \uc778\uc99d \uc81c\uacf5\uc5c5\uccb4\ub97c \uc0ac\uc6a9\ud558\ub294 \uacbd\uc6b0 OAuth \ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc791\ub3d9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uac1c\uc778 \uc561\uc138\uc2a4 \ud1a0\ud070\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"profile_oauth_redirect_url_help": "\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc778\uc99d \ucf5c\ubc31 URL\uc785\ub2c8\ub2e4.",
|
||||
"profile_authorized_apps": "\uc778\uc99d\ub41c \uc560\ud50c\ub9ac\ucf00\uc774\uc158",
|
||||
"profile_authorized_clients": "\uc778\uc99d\ub41c \ud074\ub77c\uc774\uc5b8\ud2b8",
|
||||
"profile_scopes": "\ubc94\uc704",
|
||||
"profile_revoke": "\ucde8\uc18c",
|
||||
"profile_personal_access_tokens": "\uac1c\uc778 \uc561\uc138\uc2a4 \ud1a0\ud070",
|
||||
"profile_personal_access_token": "\uac1c\uc778 \uc561\uc138\uc2a4 \ud1a0\ud070",
|
||||
"profile_personal_access_token_explanation": "\ub2e4\uc74c\uc740 \uc0c8 \uac1c\uc778\uc6a9 \uc561\uc138\uc2a4 \ud1a0\ud070\uc785\ub2c8\ub2e4. \uc774\ubc88 \ud55c \ubc88\ub9cc \ud45c\uc2dc\ub418\ub2c8 \ub193\uce58\uc9c0 \ub9c8\uc138\uc694! \uc774\uc81c \uc774 \ud1a0\ud070\uc744 \uc0ac\uc6a9\ud558\uc5ec API \uc694\uccad\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"profile_no_personal_access_token": "\uac1c\uc778 \uc561\uc138\uc2a4 \ud1a0\ud070\uc744 \uc0dd\uc131\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.",
|
||||
"profile_create_new_token": "\uc0c8\ub85c\uc6b4 \ud1a0\ud070 \ub9cc\ub4e4\uae30",
|
||||
"profile_create_token": "\ud1a0\ud070 \uc0dd\uc131",
|
||||
"profile_create": "\uc0dd\uc131",
|
||||
"profile_save_changes": "\ubcc0\uacbd\uc0ac\ud56d \uc800\uc7a5",
|
||||
"default_group_title_name": "(\uadf8\ub8f9\ud654 \ud574\uc81c)",
|
||||
"piggy_bank": "\uc800\uae08\ud1b5",
|
||||
"profile_oauth_client_secret_title": "\ud074\ub77c\uc774\uc5b8\ud2b8 \uc2dc\ud06c\ub9bf",
|
||||
"profile_oauth_client_secret_expl": "\ub2e4\uc74c\uc740 \uc0c8 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc554\ud638\uc785\ub2c8\ub2e4. \uc774\ubc88 \ud55c \ubc88\ub9cc \ud45c\uc2dc\ub418\ub2c8 \ub193\uce58\uc9c0 \ub9c8\uc138\uc694! \uc774\uc81c \uc774 \ube44\ubc00 \ubc88\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec API \uc694\uccad\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"profile_oauth_confidential": "\ube44\ubc00",
|
||||
"profile_oauth_confidential_help": "\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc2dc\ud06c\ub9bf\uc73c\ub85c \uc778\uc99d\ud558\ub3c4\ub85d \uc694\uad6c\ud569\ub2c8\ub2e4. \uae30\ubc00 \ud074\ub77c\uc774\uc5b8\ud2b8\ub294 \uad8c\ud55c\uc774 \uc5c6\ub294 \uc0ac\ub78c\uc5d0\uac8c \uc790\uaca9 \uc99d\uba85\uc744 \ub178\ucd9c\ud558\uc9c0 \uc54a\uace0 \uc548\uc804\ud55c \ubc29\uc2dd\uc73c\ub85c \uc790\uaca9 \uc99d\uba85\uc744 \ubcf4\uad00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 \ub370\uc2a4\ud06c\ud1b1 \ub610\ub294 JavaScript SPA \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uacfc \uac19\uc740 \uacf5\uac1c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc740 \uc2dc\ud06c\ub9bf\uc744 \uc548\uc804\ud558\uac8c \ubcf4\uad00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
||||
"multi_account_warning_unknown": "\uc0dd\uc131\ud55c \uac70\ub798 \uc720\ud615\uc5d0 \ub530\ub77c \ub4a4\ub530\ub974\ub294 \ubd84\ud560\uc758 \uc18c\uc2a4 \ubc0f\/\ub610\ub294 \ub300\uc0c1 \uacc4\uc815\uc740 \ub300\uc0c1 \uacc4\uc815 \uac70\ub798\uc758 \uccab \ubc88\uc9f8 \ubd84\ud560\uc5d0 \uc815\uc758\ub41c \ub0b4\uc6a9\uc5d0 \ub530\ub77c \ubb34\uc2dc\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"multi_account_warning_withdrawal": "\ub4a4\ub530\ub974\ub294 \ubd84\ud560\uc758 \uc18c\uc2a4 \uacc4\uc815\uc740 \uccab \ubc88\uc9f8 \ucd9c\uae08 \ubd84\ud560\uc5d0 \uc815\uc758\ub41c \ub0b4\uc6a9\uc5d0 \ub530\ub77c \uc7ac\uc815\uc758\ub41c\ub2e4\ub294 \uc810\uc5d0 \uc720\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.",
|
||||
"multi_account_warning_deposit": "\ub4a4\ub530\ub974\ub294 \ubd84\ud560\uc758 \ub300\uc0c1 \uacc4\uc815\uc740 \uccab \ubc88\uc9f8 \uc785\uae08 \ubd84\ud560\uc5d0 \uc815\uc758\ub41c \ub0b4\uc6a9\uc5d0 \ub530\ub77c \uc7ac\uc815\uc758\ub41c\ub2e4\ub294 \uc810\uc5d0 \uc720\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.",
|
||||
"multi_account_warning_transfer": "\ub4a4\ub530\ub974\ub294 \ubd84\ud560\uc758 \uc18c\uc2a4 + \ub300\uc0c1 \uacc4\uc815\uc740 \uccab \ubc88\uc9f8 \uc774\uccb4 \ubd84\ud560\uc5d0 \uc815\uc758\ub41c \ub0b4\uc6a9\uc5d0 \ub530\ub77c \uc7ac\uc815\uc758\ub41c\ub2e4\ub294 \uc810\uc5d0 \uc720\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "\uac70\ub798 \uc0dd\uc131 \uc774\ud6c4",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "\uac70\ub798 \uc5c5\ub370\uc774\ud2b8 \uc774\ud6c4",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "\uac70\ub798 \uc0ad\uc81c \uc774\ud6c4",
|
||||
"webhook_response_TRANSACTIONS": "\uac70\ub798 \uc138\ubd80 \uc815\ubcf4",
|
||||
"webhook_response_ACCOUNTS": "\uacc4\uc815 \uc815\ubcf4",
|
||||
"webhook_response_none_NONE": "\uc0c1\uc138\uc815\ubcf4 \uc5c6\uc74c",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "\uc561\uc158",
|
||||
"meta_data": "\uba54\ud0c0\ub370\uc774\ud130",
|
||||
"webhook_messages": "\uc6f9\ud6c5 \uba54\uc2dc\uc9c0",
|
||||
"inactive": "\ube44\ud65c\uc131\ud654",
|
||||
"no_webhook_messages": "\uc6f9\ud6c5 \uba54\uc2dc\uc9c0 \uc5c6\uc74c",
|
||||
"inspect": "\uac80\uc0ac",
|
||||
"create_new_webhook": "\uc6f9\ud6c5 \ub9cc\ub4e4\uae30",
|
||||
"webhooks": "\uc6f9\ud6c5",
|
||||
"webhook_trigger_form_help": "\uc6f9\ud6c5\uc774 \ud2b8\ub9ac\uac70\ud560 \uc774\ubca4\ud2b8\ub97c \ud45c\uc2dc\ud569\ub2c8\ub2e4",
|
||||
"webhook_response_form_help": "\uc6f9\ud6c5\uc774 URL\uc5d0 \uc81c\ucd9c\ud574\uc57c \ud558\ub294 \ub0b4\uc6a9\uc744 \ud45c\uc2dc\ud569\ub2c8\ub2e4.",
|
||||
"webhook_delivery_form_help": "\uc6f9\ud6c5\uc774 \ub370\uc774\ud130\ub97c \uc804\ub2ec\ud574\uc57c \ud558\ub294 \ud615\uc2dd\uc785\ub2c8\ub2e4.",
|
||||
"webhook_active_form_help": "\uc6f9\ud6c5\uc774 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc5b4\uc57c \ud558\uba70 \uadf8\ub807\uc9c0 \uc54a\uc73c\uba74 \ud638\ucd9c\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.",
|
||||
"edit_webhook_js": "\"{title}\" \uc6f9\ud6c5 \uc218\uc815",
|
||||
"webhook_was_triggered": "\ud45c\uc2dc\ub41c \uac70\ub798\uc5d0\uc11c \uc6f9\ud6c5\uc774 \ud2b8\ub9ac\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uacb0\uacfc\uac00 \ub098\ud0c0\ub0a0 \ub54c\uae4c\uc9c0 \uae30\ub2e4\ub824\uc8fc\uc138\uc694.",
|
||||
"view_message": "\uba54\uc2dc\uc9c0 \ubcf4\uae30",
|
||||
"view_attempts": "\uc2e4\ud328\ud55c \uc2dc\ub3c4 \ubcf4\uae30",
|
||||
"message_content_title": "\uc6f9\ud6c5 \uba54\uc2dc\uc9c0 \ub0b4\uc6a9",
|
||||
"message_content_help": "\uc774 \uc6f9\ud6c5\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc804\uc1a1\ub41c(\ub610\ub294 \uc2dc\ub3c4\ud55c) \uba54\uc2dc\uc9c0\uc758 \ub0b4\uc6a9\uc785\ub2c8\ub2e4.",
|
||||
"attempt_content_title": "\uc6f9\ud6c5 \uc2dc\ub3c4",
|
||||
"attempt_content_help": "\uad6c\uc131\ub41c URL\uc5d0 \uc81c\ucd9c\ud558\ub824\ub294 \uc774 \uc6f9\ud6c5 \uba54\uc2dc\uc9c0\uc758 \ubaa8\ub4e0 \uc2e4\ud328\ud55c \uc2dc\ub3c4\uc785\ub2c8\ub2e4. \uc7a0\uc2dc \ud6c4 Firefly III\uac00 \uc2dc\ub3c4\ub97c \uc911\uc9c0\ud569\ub2c8\ub2e4.",
|
||||
"no_attempts": "\uc2e4\ud328\ud55c \uc2dc\ub3c4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc88b\uc740 \uc77c\uc774\ub124\uc694!",
|
||||
"webhook_attempt_at": "{moment}\uc5d0 \uc2dc\ub3c4",
|
||||
"logs": "\ub85c\uadf8",
|
||||
"response": "\uc751\ub2f5",
|
||||
"visit_webhook_url": "\uc6f9\ud6c5 URL \ubc29\ubb38",
|
||||
"reset_webhook_secret": "\uc6f9\ud6c5 \uc2dc\ud06c\ub9bf \uc7ac\uc124\uc815"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
"active": "\ud65c\uc131",
|
||||
"interest_date": "\uc774\uc790 \ub0a0\uc9dc",
|
||||
"title": "\uc81c\ubaa9",
|
||||
"book_date": "\uc608\uc57d\uc77c",
|
||||
"process_date": "\ucc98\ub9ac\uc77c",
|
||||
"due_date": "\uae30\ud55c",
|
||||
"foreign_amount": "\uc678\ud654 \uae08\uc561",
|
||||
"payment_date": "\uacb0\uc81c\uc77c",
|
||||
"invoice_date": "\uccad\uad6c\uc11c \ub0a0\uc9dc",
|
||||
"internal_reference": "\ub0b4\ubd80 \ucc38\uc870",
|
||||
"webhook_response": "\uc751\ub2f5",
|
||||
"webhook_trigger": "\ud2b8\ub9ac\uac70",
|
||||
"webhook_delivery": "\uc804\ub2ec"
|
||||
},
|
||||
"list": {
|
||||
"active": "\ud65c\uc131 \uc0c1\ud0dc\uc785\ub2c8\uae4c?",
|
||||
"trigger": "\ud2b8\ub9ac\uac70",
|
||||
"response": "\uc751\ub2f5",
|
||||
"delivery": "\uc804\ub2ec",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "ko",
|
||||
"date_time_fns": "YYYY\ub144 M\uc6d4 D\uc77c HH:mm:ss"
|
||||
}
|
||||
}
|
@ -9,8 +9,8 @@
|
||||
"split": "Dividir",
|
||||
"single_split": "Divis\u00e3o",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID} (\"{title}\")<\/a> foi guardada.",
|
||||
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
|
||||
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"webhook_stored_link": "<a href=\"transactions\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> foi guardado.",
|
||||
"webhook_updated_link": "<a href=\"transactions\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> foi guardado.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> (\"{title}\") foi atualizada.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o#{ID}<\/a> foi guardada.",
|
||||
"transaction_journal_information": "Informa\u00e7\u00e3o da transa\u00e7\u00e3o",
|
||||
@ -101,30 +101,30 @@
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "A\u00e7\u00f5es",
|
||||
"meta_data": "Meta dados",
|
||||
"webhook_messages": "Webhook message",
|
||||
"webhook_messages": "Mensagem do webhook",
|
||||
"inactive": "Inactivo",
|
||||
"no_webhook_messages": "N\u00e3o existem mensagens novas",
|
||||
"inspect": "Inspecionar",
|
||||
"create_new_webhook": "Criar um novo webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Indicate on what event the webhook will trigger",
|
||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
|
||||
"webhook_trigger_form_help": "Indicar em que evento o webhook ir\u00e1 ser a acionado",
|
||||
"webhook_response_form_help": "Indicar o que o webhook deve submeter para o URL.",
|
||||
"webhook_delivery_form_help": "Em que formato deve o webhook entregar os dados.",
|
||||
"webhook_active_form_help": "O webhook deve ser ativado ou n\u00e3o ser\u00e1 acionado.",
|
||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. Please wait for results to appear.",
|
||||
"edit_webhook_js": "Editar webhook \":title\"",
|
||||
"webhook_was_triggered": "O webhook foi acionado na transa\u00e7\u00e3o indicada. Por favor, aguarde que os resultados surjam.",
|
||||
"view_message": "Ver mensagem",
|
||||
"view_attempts": "Ver tentativas falhadas",
|
||||
"message_content_title": "Procurar na mensagem",
|
||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||
"attempt_content_title": "Webhook attempts",
|
||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||
"webhook_attempt_at": "Attempt at {moment}",
|
||||
"message_content_help": "Este \u00e9 o conte\u00fado da mensagem que foi enviada (ou se tentou enviar) usando este webhook.",
|
||||
"attempt_content_title": "Tentativas de webhook",
|
||||
"attempt_content_help": "Estas s\u00e3o todas as tentativas falhadas de envio desta mensagem webhook para o URL configurado. Ap\u00f3s algum tempo, o Firefly vai deixar de tentar.",
|
||||
"no_attempts": "N\u00e3o h\u00e1 tentativas falhadas. Isso \u00e9 bom!",
|
||||
"webhook_attempt_at": "Tentativa em {moment}",
|
||||
"logs": "Hist\u00f3rico registos",
|
||||
"response": "Respostas",
|
||||
"visit_webhook_url": "Ir para URL do webhook",
|
||||
"reset_webhook_secret": "Reset webhook secret"
|
||||
"reset_webhook_secret": "Redefinir segredo webhook"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
@ -152,6 +152,6 @@
|
||||
},
|
||||
"config": {
|
||||
"html_language": "pt",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
|
||||
"date_time_fns": "Do MMMM YYYY, @ HH:mm:ss"
|
||||
}
|
||||
}
|
@ -144,11 +144,11 @@
|
||||
},
|
||||
"list": {
|
||||
"active": "\u0427\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u0438\u0439?",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
"trigger": "\u0422\u0440\u0438\u0433\u0435\u0440",
|
||||
"response": "\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c",
|
||||
"delivery": "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430",
|
||||
"url": "URL-\u0430\u0434\u0440\u0435\u0441\u0430",
|
||||
"secret": "\u0421\u0435\u043a\u0440\u0435\u0442"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "uk",
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Начало',
|
||||
'budgets' => 'Бюджети',
|
||||
'subscriptions' => 'Абонаменти',
|
||||
'transactions' => 'Транзакции',
|
||||
'title_expenses' => 'Разходи',
|
||||
'title_withdrawal' => 'Разходи',
|
||||
'title_revenue' => 'Приходи',
|
||||
'title_deposit' => 'Приходи',
|
||||
'title_transfer' => 'Прехвърляния',
|
||||
'title_transfers' => 'Прехвърляния',
|
||||
'edit_currency' => 'Редактирай валута ":name"',
|
||||
'delete_currency' => 'Изтрий валута ":name"',
|
||||
'newPiggyBank' => 'Създай нова касичка',
|
||||
'edit_piggyBank' => 'Редактирай касичка ":name"',
|
||||
'preferences' => 'Настройки',
|
||||
'profile' => 'Профил',
|
||||
'accounts' => 'Сметки',
|
||||
'changePassword' => 'Промени паролата си',
|
||||
'change_email' => 'Смяна на имейл адрес',
|
||||
'bills' => 'Сметки',
|
||||
'newBill' => 'Нова сметка',
|
||||
'edit_bill' => 'Редактирай сметка ":name"',
|
||||
'delete_bill' => 'Изтрий сметка ":name"',
|
||||
'reports' => 'Отчети',
|
||||
'search_result' => 'Резултати от търсенето за ":query"',
|
||||
'withdrawal_list' => 'Разходи',
|
||||
'Withdrawal_list' => 'Разходи',
|
||||
'deposit_list' => 'Приходи, доходи и депозити',
|
||||
'transfer_list' => 'Прехвърляне',
|
||||
'transfers_list' => 'Прехвърляне',
|
||||
'home' => 'Начало',
|
||||
'budgets' => 'Бюджети',
|
||||
'subscriptions' => 'Абонаменти',
|
||||
'transactions' => 'Транзакции',
|
||||
'title_expenses' => 'Разходи',
|
||||
'title_withdrawal' => 'Разходи',
|
||||
'title_revenue' => 'Приходи',
|
||||
'title_deposit' => 'Приходи',
|
||||
'title_transfer' => 'Прехвърляния',
|
||||
'title_transfers' => 'Прехвърляния',
|
||||
'edit_currency' => 'Редактирай валута ":name"',
|
||||
'delete_currency' => 'Изтрий валута ":name"',
|
||||
'newPiggyBank' => 'Създай нова касичка',
|
||||
'edit_piggyBank' => 'Редактирай касичка ":name"',
|
||||
'preferences' => 'Настройки',
|
||||
'profile' => 'Профил',
|
||||
'accounts' => 'Сметки',
|
||||
'changePassword' => 'Промени паролата си',
|
||||
'change_email' => 'Смяна на имейл адрес',
|
||||
'bills' => 'Сметки',
|
||||
'newBill' => 'Нова сметка',
|
||||
'edit_bill' => 'Редактирай сметка ":name"',
|
||||
'delete_bill' => 'Изтрий сметка ":name"',
|
||||
'reports' => 'Отчети',
|
||||
'search_result' => 'Резултати от търсенето за ":query"',
|
||||
'withdrawal_list' => 'Разходи',
|
||||
'Withdrawal_list' => 'Разходи',
|
||||
'deposit_list' => 'Приходи, доходи и депозити',
|
||||
'transfer_list' => 'Прехвърляне',
|
||||
'transfers_list' => 'Прехвърляне',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Моля, съберете повече информация в директорията <code> storage/logs </code>, където ще намерите файловете на дневника. Ако използвате Docker, използвайте <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Можете да прочетете повече за събирането на информация за грешки на <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
||||
'github_help' => 'Получете помощ на GitHub',
|
||||
'github_instructions' => 'Добре дошли сте да отворите нов проблем <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">на GitHub</a></strong>.',
|
||||
'use_search' => 'Използвайте търсенето!',
|
||||
'include_info' => 'Включете информацията <a href=":link">от тази debug страница</a>.',
|
||||
'tell_more' => 'Разкажете ни повече от „казва Опаааа!“',
|
||||
'include_logs' => 'Включете регистрационни файлове за грешки (вижте по-горе).',
|
||||
'what_did_you_do' => 'Кажете ни какво правихте.',
|
||||
'offline_header' => 'Вие вероятно не сте на линия',
|
||||
'offline_unreachable' => 'Firefly III е недостижим. Устройството Ви в момента не е на линия или сървърът не работи.',
|
||||
'offline_github' => 'Ако сте сигурни, че Вашето устройство и сървъра са на линия, моля отворете билет на <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'Моля, съберете повече информация в директорията <code> storage/logs </code>, където ще намерите файловете на дневника. Ако използвате Docker, използвайте <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Можете да прочетете повече за събирането на информация за грешки на <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
||||
'github_help' => 'Получете помощ на GitHub',
|
||||
'github_instructions' => 'Добре дошли сте да отворите нов проблем <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">на GitHub</a></strong>.',
|
||||
'use_search' => 'Използвайте търсенето!',
|
||||
'include_info' => 'Включете информацията <a href=":link">от тази debug страница</a>.',
|
||||
'tell_more' => 'Разкажете ни повече от „казва Опаааа!“',
|
||||
'include_logs' => 'Включете регистрационни файлове за грешки (вижте по-горе).',
|
||||
'what_did_you_do' => 'Кажете ни какво правихте.',
|
||||
'offline_header' => 'Вие вероятно не сте на линия',
|
||||
'offline_unreachable' => 'Firefly III е недостижим. Устройството Ви в момента не е на линия или сървърът не работи.',
|
||||
'offline_github' => 'Ако сте сигурни, че Вашето устройство и сървъра са на линия, моля отворете билет на <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Бюджетирани',
|
||||
'period' => 'Период',
|
||||
'balance' => 'Салдо',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'sum' => 'Сума',
|
||||
'summary' => 'Обобщение',
|
||||
'average' => 'Средно',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Име на банката',
|
||||
'bank_balance' => 'Салдо',
|
||||
'savings_balance' => 'Спестявания',
|
||||
'credit_card_limit' => 'Лимит по кредитна карта',
|
||||
'automatch' => 'Автоматично съчетаване',
|
||||
'skip' => 'Пропусни',
|
||||
'enabled' => 'Активирано',
|
||||
'name' => 'Име',
|
||||
'active' => 'Активен',
|
||||
'amount_min' => 'Минимална сума',
|
||||
'amount_max' => 'Максимална сума',
|
||||
'match' => 'Съответства на',
|
||||
'strict' => 'Строг режим',
|
||||
'repeat_freq' => 'Повторения',
|
||||
'object_group' => 'Група',
|
||||
'location' => 'Местоположение',
|
||||
'update_channel' => 'Канал за обновления',
|
||||
'currency_id' => 'Валута',
|
||||
'transaction_currency_id' => 'Валута',
|
||||
'auto_budget_currency_id' => 'Валута',
|
||||
'external_ip' => 'Външен IP адрес на вашия сървър',
|
||||
'attachments' => 'Прикачени файлове',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Проверете сигурността на паролата',
|
||||
'source_account' => 'Разходна сметка',
|
||||
'destination_account' => 'Приходна сметка',
|
||||
'asset_destination_account' => 'Приходна сметка',
|
||||
'include_net_worth' => 'Включи в общото богатство',
|
||||
'asset_source_account' => 'Разходна сметка',
|
||||
'journal_description' => 'Описание',
|
||||
'note' => 'Бележки',
|
||||
'currency' => 'Валута',
|
||||
'account_id' => 'Сметка за активи',
|
||||
'budget_id' => 'Бюджет',
|
||||
'bill_id' => 'Bill',
|
||||
'opening_balance' => 'Начално салдо',
|
||||
'tagMode' => 'Режим на етикети',
|
||||
'virtual_balance' => 'Виртуален баланс',
|
||||
'bank_name' => 'Име на банката',
|
||||
'bank_balance' => 'Салдо',
|
||||
'savings_balance' => 'Спестявания',
|
||||
'credit_card_limit' => 'Лимит по кредитна карта',
|
||||
'automatch' => 'Автоматично съчетаване',
|
||||
'skip' => 'Пропусни',
|
||||
'enabled' => 'Активирано',
|
||||
'name' => 'Име',
|
||||
'active' => 'Активен',
|
||||
'amount_min' => 'Минимална сума',
|
||||
'amount_max' => 'Максимална сума',
|
||||
'match' => 'Съответства на',
|
||||
'strict' => 'Строг режим',
|
||||
'repeat_freq' => 'Повторения',
|
||||
'object_group' => 'Група',
|
||||
'location' => 'Местоположение',
|
||||
'update_channel' => 'Канал за обновления',
|
||||
'currency_id' => 'Валута',
|
||||
'transaction_currency_id' => 'Валута',
|
||||
'auto_budget_currency_id' => 'Валута',
|
||||
'external_ip' => 'Външен IP адрес на вашия сървър',
|
||||
'attachments' => 'Прикачени файлове',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Проверете сигурността на паролата',
|
||||
'source_account' => 'Разходна сметка',
|
||||
'destination_account' => 'Приходна сметка',
|
||||
'asset_destination_account' => 'Приходна сметка',
|
||||
'include_net_worth' => 'Включи в общото богатство',
|
||||
'asset_source_account' => 'Разходна сметка',
|
||||
'journal_description' => 'Описание',
|
||||
'note' => 'Бележки',
|
||||
'currency' => 'Валута',
|
||||
'account_id' => 'Сметка за активи',
|
||||
'budget_id' => 'Бюджет',
|
||||
'bill_id' => 'Bill',
|
||||
'opening_balance' => 'Начално салдо',
|
||||
'tagMode' => 'Режим на етикети',
|
||||
'virtual_balance' => 'Виртуален баланс',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'Наистина ли искате да изтриете групата ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Наистина ли искате да изтриете групата правила ":title"?',
|
||||
'budget_areYouSure' => 'Наистина ли искате да изтриете бюджета озаглавен ":name"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Наистина ли искате да изтриете категорията озаглавена ":name"?',
|
||||
'recurring_areYouSure' => 'Наистина ли искате да изтриете повтарящата се транзакция ":title"?',
|
||||
'currency_areYouSure' => 'Наистина ли искате да изтриете валутата озаглавена ":name"?',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Дата от',
|
||||
'to_date' => 'Дата до',
|
||||
'due_date' => 'Дата на падеж',
|
||||
'payment_date' => 'Дата на плащане',
|
||||
'invoice_date' => 'Дата на фактура',
|
||||
'internal_reference' => 'Вътрешна референция',
|
||||
'inward' => 'Входящо описание',
|
||||
'outward' => 'Изходящо описание',
|
||||
'rule_group_id' => 'Група правила',
|
||||
'transaction_description' => 'Описание на транзакция',
|
||||
'first_date' => 'Първа дата',
|
||||
'transaction_type' => 'Вид транзакция',
|
||||
'repeat_until' => 'Повтаряй до',
|
||||
'recurring_description' => 'Описание на повтаряща се транзакция',
|
||||
'repetition_type' => 'Тип на повторенията',
|
||||
'foreign_currency_id' => 'Чужда валута',
|
||||
'repetition_end' => 'Повторенията спират',
|
||||
'repetitions' => 'Повторения',
|
||||
'calendar' => 'Календар',
|
||||
'weekend' => 'Уикенд',
|
||||
'client_secret' => 'Тайна на клиента',
|
||||
'withdrawal_destination_id' => 'Приходна сметка',
|
||||
'deposit_source_id' => 'Разходна сметка',
|
||||
'expected_on' => 'Очаквано на',
|
||||
'paid' => 'Платени',
|
||||
'auto_budget_type' => 'Автоматичен бюджет',
|
||||
'auto_budget_amount' => 'Сума за автоматичен бюджет',
|
||||
'auto_budget_period' => 'Период за автоматичен бюджет',
|
||||
'collected' => 'Събрани',
|
||||
'submitted' => 'Потвърдено',
|
||||
'key' => 'Ключ',
|
||||
'value' => 'Съдържание на записа',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
'from_date' => 'Дата от',
|
||||
'to_date' => 'Дата до',
|
||||
'due_date' => 'Дата на падеж',
|
||||
'payment_date' => 'Дата на плащане',
|
||||
'invoice_date' => 'Дата на фактура',
|
||||
'internal_reference' => 'Вътрешна референция',
|
||||
'inward' => 'Входящо описание',
|
||||
'outward' => 'Изходящо описание',
|
||||
'rule_group_id' => 'Група правила',
|
||||
'transaction_description' => 'Описание на транзакция',
|
||||
'first_date' => 'Първа дата',
|
||||
'transaction_type' => 'Вид транзакция',
|
||||
'repeat_until' => 'Повтаряй до',
|
||||
'recurring_description' => 'Описание на повтаряща се транзакция',
|
||||
'repetition_type' => 'Тип на повторенията',
|
||||
'foreign_currency_id' => 'Чужда валута',
|
||||
'repetition_end' => 'Повторенията спират',
|
||||
'repetitions' => 'Повторения',
|
||||
'calendar' => 'Календар',
|
||||
'weekend' => 'Уикенд',
|
||||
'client_secret' => 'Тайна на клиента',
|
||||
'withdrawal_destination_id' => 'Приходна сметка',
|
||||
'deposit_source_id' => 'Разходна сметка',
|
||||
'expected_on' => 'Очаквано на',
|
||||
'paid' => 'Платени',
|
||||
'auto_budget_type' => 'Автоматичен бюджет',
|
||||
'auto_budget_amount' => 'Сума за автоматичен бюджет',
|
||||
'auto_budget_period' => 'Период за автоматичен бюджет',
|
||||
'collected' => 'Събрани',
|
||||
'submitted' => 'Потвърдено',
|
||||
'key' => 'Ключ',
|
||||
'value' => 'Съдържание на записа',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Бутони',
|
||||
'icon' => 'Икона',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Създаден на',
|
||||
'update_date' => 'Обновен на',
|
||||
'updated_at' => 'Обновен на',
|
||||
'balance_before' => 'Баланс преди',
|
||||
'balance_after' => 'Баланс след',
|
||||
'name' => 'Име',
|
||||
'role' => 'Привилегии',
|
||||
'currentBalance' => 'Текущ баланс',
|
||||
'linked_to_rules' => 'Съответстващи правила',
|
||||
'active' => 'Активен ли е?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Повтарящи се транзакции',
|
||||
'next_due' => 'Следващата дължима',
|
||||
'transaction_type' => 'Вид',
|
||||
'lastActivity' => 'Последна активност',
|
||||
'balanceDiff' => 'Балансова разлика',
|
||||
'other_meta_data' => 'Други мета данни',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Вид на сметка',
|
||||
'created_at' => 'Създаден на',
|
||||
'account' => 'Сметка',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Сума',
|
||||
'destination' => 'Дестинация',
|
||||
'source' => 'Източник',
|
||||
'next_expected_match' => 'Следващo очакванo съвпадение',
|
||||
'automatch' => 'Автоматично съвпадение?',
|
||||
'buttons' => 'Бутони',
|
||||
'icon' => 'Икона',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Създаден на',
|
||||
'update_date' => 'Обновен на',
|
||||
'updated_at' => 'Обновен на',
|
||||
'balance_before' => 'Баланс преди',
|
||||
'balance_after' => 'Баланс след',
|
||||
'name' => 'Име',
|
||||
'role' => 'Привилегии',
|
||||
'currentBalance' => 'Текущ баланс',
|
||||
'linked_to_rules' => 'Съответстващи правила',
|
||||
'active' => 'Активен ли е?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Повтарящи се транзакции',
|
||||
'next_due' => 'Следващата дължима',
|
||||
'transaction_type' => 'Вид',
|
||||
'lastActivity' => 'Последна активност',
|
||||
'balanceDiff' => 'Балансова разлика',
|
||||
'other_meta_data' => 'Други мета данни',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Вид на сметка',
|
||||
'created_at' => 'Създаден на',
|
||||
'account' => 'Сметка',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Сума',
|
||||
'destination' => 'Дестинация',
|
||||
'source' => 'Източник',
|
||||
'next_expected_match' => 'Следващo очакванo съвпадение',
|
||||
'automatch' => 'Автоматично съвпадение?',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Размер на файла',
|
||||
'file_type' => 'Вид файл',
|
||||
'attached_to' => 'Приложен към',
|
||||
'file_exists' => 'Файлът съществува',
|
||||
'spectre_bank' => 'Банка',
|
||||
'spectre_last_use' => 'Последно влизане',
|
||||
'spectre_status' => 'Състояние',
|
||||
'bunq_payment_id' => 'bunq payment ID',
|
||||
'repetitions' => 'Повторения',
|
||||
'title' => 'Заглавие',
|
||||
'transaction_s' => 'Транзакция(и)',
|
||||
'field' => 'Поле',
|
||||
'value' => 'Стойност',
|
||||
'interest' => 'Лихва',
|
||||
'interest_period' => 'Лихвен период',
|
||||
'liability_type' => 'Вид на задължението',
|
||||
'liability_direction' => 'Задължения вход/изход',
|
||||
'end_date' => 'Крайна дата',
|
||||
'payment_info' => 'Платежна информация',
|
||||
'expected_info' => 'Следваща очаквана транзакция',
|
||||
'start_date' => 'Начална дата',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'file_size' => 'Размер на файла',
|
||||
'file_type' => 'Вид файл',
|
||||
'attached_to' => 'Приложен към',
|
||||
'file_exists' => 'Файлът съществува',
|
||||
'spectre_bank' => 'Банка',
|
||||
'spectre_last_use' => 'Последно влизане',
|
||||
'spectre_status' => 'Състояние',
|
||||
'bunq_payment_id' => 'bunq payment ID',
|
||||
'repetitions' => 'Повторения',
|
||||
'title' => 'Заглавие',
|
||||
'transaction_s' => 'Транзакция(и)',
|
||||
'field' => 'Поле',
|
||||
'value' => 'Стойност',
|
||||
'interest' => 'Лихва',
|
||||
'interest_period' => 'Лихвен период',
|
||||
'liability_type' => 'Вид на задължението',
|
||||
'liability_direction' => 'Задължения вход/изход',
|
||||
'end_date' => 'Крайна дата',
|
||||
'payment_info' => 'Платежна информация',
|
||||
'expected_info' => 'Следваща очаквана транзакция',
|
||||
'start_date' => 'Начална дата',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Inici',
|
||||
'budgets' => 'Pressupostos',
|
||||
'subscriptions' => 'Subscripcions',
|
||||
'transactions' => 'Transaccions',
|
||||
'title_expenses' => 'Despeses',
|
||||
'title_withdrawal' => 'Despeses',
|
||||
'title_revenue' => 'Ingressos / salari',
|
||||
'title_deposit' => 'Ingressos / salari',
|
||||
'title_transfer' => 'Transferències',
|
||||
'title_transfers' => 'Transferències',
|
||||
'edit_currency' => 'Edita la moneda ":name"',
|
||||
'delete_currency' => 'Elimina la moneda ":name"',
|
||||
'newPiggyBank' => 'Crea una guardiola nova',
|
||||
'edit_piggyBank' => 'Edita la guardiola ":name"',
|
||||
'preferences' => 'Preferències',
|
||||
'profile' => 'Perfil',
|
||||
'accounts' => 'Comptes',
|
||||
'changePassword' => 'Canvia la teva contrasenya',
|
||||
'change_email' => 'Canvia la teva adreça de correu',
|
||||
'bills' => 'Factures',
|
||||
'newBill' => 'Nova factura',
|
||||
'edit_bill' => 'Edita la factura ":name"',
|
||||
'delete_bill' => 'Elimina la factura ":name"',
|
||||
'reports' => 'Informes',
|
||||
'search_result' => 'Resultats de la cerca ":query"',
|
||||
'withdrawal_list' => 'Despeses',
|
||||
'Withdrawal_list' => 'Despeses',
|
||||
'deposit_list' => 'Benefici, ingressos i dipòsits',
|
||||
'transfer_list' => 'Transferències',
|
||||
'transfers_list' => 'Transferències',
|
||||
'home' => 'Inici',
|
||||
'budgets' => 'Pressupostos',
|
||||
'subscriptions' => 'Subscripcions',
|
||||
'transactions' => 'Transaccions',
|
||||
'title_expenses' => 'Despeses',
|
||||
'title_withdrawal' => 'Despeses',
|
||||
'title_revenue' => 'Ingressos / salari',
|
||||
'title_deposit' => 'Ingressos / salari',
|
||||
'title_transfer' => 'Transferències',
|
||||
'title_transfers' => 'Transferències',
|
||||
'edit_currency' => 'Edita la moneda ":name"',
|
||||
'delete_currency' => 'Elimina la moneda ":name"',
|
||||
'newPiggyBank' => 'Crea una guardiola nova',
|
||||
'edit_piggyBank' => 'Edita la guardiola ":name"',
|
||||
'preferences' => 'Preferències',
|
||||
'profile' => 'Perfil',
|
||||
'accounts' => 'Comptes',
|
||||
'changePassword' => 'Canvia la teva contrasenya',
|
||||
'change_email' => 'Canvia la teva adreça de correu',
|
||||
'bills' => 'Factures',
|
||||
'newBill' => 'Nova factura',
|
||||
'edit_bill' => 'Edita la factura ":name"',
|
||||
'delete_bill' => 'Elimina la factura ":name"',
|
||||
'reports' => 'Informes',
|
||||
'search_result' => 'Resultats de la cerca ":query"',
|
||||
'withdrawal_list' => 'Despeses',
|
||||
'Withdrawal_list' => 'Despeses',
|
||||
'deposit_list' => 'Benefici, ingressos i dipòsits',
|
||||
'transfer_list' => 'Transferències',
|
||||
'transfers_list' => 'Transferències',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Si us plau, recopili més informació al directori <code>emmagatzematge/registre</code> on hi ha els fitxers de registre. Si utilitzes Docker, utilitza <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Pots llegir més sobre recol·lectar informació d\'errors a les <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">Preguntes Freqüents</a>.',
|
||||
'github_help' => 'Obtenir ajuda a GitHub',
|
||||
'github_instructions' => 'Ets més que benvingut a obrir un nou issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">a GitHub</a></strong>.',
|
||||
'use_search' => 'Utilitza la cerca!',
|
||||
'include_info' => 'Inclou la informació <a href=":link">d\'aquesta pàgina de depuració</a>.',
|
||||
'tell_more' => 'Explica\'ns més que "diu Ups"',
|
||||
'include_logs' => 'Inclou els registres d\'errors (mirar a sobre).',
|
||||
'what_did_you_do' => 'Explica\'ns el que estaves fent.',
|
||||
'offline_header' => 'Probablement estàs desconnectat',
|
||||
'offline_unreachable' => 'Firefly III no es troba accessible. El teu dispositiu està desconnectat o el servidor no funciona.',
|
||||
'offline_github' => 'Si n\'estàs segur que el teu dispositiu i el servidor estan connectats, si us plau, obre un tiquet a <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'Si us plau, recopili més informació al directori <code>emmagatzematge/registre</code> on hi ha els fitxers de registre. Si utilitzes Docker, utilitza <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Pots llegir més sobre recol·lectar informació d\'errors a les <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">Preguntes Freqüents</a>.',
|
||||
'github_help' => 'Obtenir ajuda a GitHub',
|
||||
'github_instructions' => 'Ets més que benvingut a obrir un nou issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">a GitHub</a></strong>.',
|
||||
'use_search' => 'Utilitza la cerca!',
|
||||
'include_info' => 'Inclou la informació <a href=":link">d\'aquesta pàgina de depuració</a>.',
|
||||
'tell_more' => 'Explica\'ns més que "diu Ups"',
|
||||
'include_logs' => 'Inclou els registres d\'errors (mirar a sobre).',
|
||||
'what_did_you_do' => 'Explica\'ns el que estaves fent.',
|
||||
'offline_header' => 'Probablement estàs desconnectat',
|
||||
'offline_unreachable' => 'Firefly III no es troba accessible. El teu dispositiu està desconnectat o el servidor no funciona.',
|
||||
'offline_github' => 'Si n\'estàs segur que el teu dispositiu i el servidor estan connectats, si us plau, obre un tiquet a <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -1706,7 +1706,7 @@ return [
|
||||
'auto_budget_none' => 'Cap auto-pressupost',
|
||||
'auto_budget_reset' => 'Estableix una quantitat fixa cada període',
|
||||
'auto_budget_rollover' => 'Afegeix una quantitat cada periode',
|
||||
'auto_budget_adjusted' => 'Add an amount every period and correct for overspending',
|
||||
'auto_budget_adjusted' => 'Afegeix una quantitat cada període i corregeix per a sobredespeses',
|
||||
'auto_budget_period_daily' => 'Diàriament',
|
||||
'auto_budget_period_weekly' => 'Setmanalment',
|
||||
'auto_budget_period_monthly' => 'Mensualment',
|
||||
@ -1716,7 +1716,7 @@ return [
|
||||
'auto_budget_help' => 'Pots llegir més sobre aquesta funció en l\'ajuda. Fes clic a la icona superior dreta (?).',
|
||||
'auto_budget_reset_icon' => 'El pressupost s\'establirà periòdicament',
|
||||
'auto_budget_rollover_icon' => 'La quantitat pressupostada s\'incrementarà periòdicament',
|
||||
'auto_budget_adjusted_icon' => 'The budget amount will increase periodically and will correct for overspending',
|
||||
'auto_budget_adjusted_icon' => 'La quantitat del pressupost augmentarà periòdicament i es corregirà per a sobredespeses',
|
||||
'remove_budgeted_amount' => 'S\'ha eliminat la quantitat pressupostada en :currency',
|
||||
|
||||
// bills:
|
||||
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Pressupostat',
|
||||
'period' => 'Període',
|
||||
'balance' => 'Saldo',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'Entrades + Sortides aquest període',
|
||||
'sum' => 'Suma',
|
||||
'summary' => 'Resum',
|
||||
'average' => 'Mitjana',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Nom del banc',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo d\'estalvis',
|
||||
'credit_card_limit' => 'Límit de la targeta de crèdit',
|
||||
'automatch' => 'Coincidir automàticament',
|
||||
'skip' => 'Ometre',
|
||||
'enabled' => 'Activat',
|
||||
'name' => 'Nom',
|
||||
'active' => 'Actiu',
|
||||
'amount_min' => 'Import mínim',
|
||||
'amount_max' => 'Import màxim',
|
||||
'match' => 'Coincideix en',
|
||||
'strict' => 'Mode estricte',
|
||||
'repeat_freq' => 'Repeticions',
|
||||
'object_group' => 'Grup',
|
||||
'location' => 'Ubicació',
|
||||
'update_channel' => 'Canal d\'actualitzacions',
|
||||
'currency_id' => 'Moneda',
|
||||
'transaction_currency_id' => 'Moneda',
|
||||
'auto_budget_currency_id' => 'Moneda',
|
||||
'external_ip' => 'IP externa del servidor',
|
||||
'attachments' => 'Adjunts',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verificar la seguretat de la contrasenya',
|
||||
'source_account' => 'Compte d\'origen',
|
||||
'destination_account' => 'Compte de destí',
|
||||
'asset_destination_account' => 'Compte de destí',
|
||||
'include_net_worth' => 'Incloure en valor net',
|
||||
'asset_source_account' => 'Compte d\'origen',
|
||||
'journal_description' => 'Descripció',
|
||||
'note' => 'Notes',
|
||||
'currency' => 'Moneda',
|
||||
'account_id' => 'Compte d\'actiu',
|
||||
'budget_id' => 'Pressupost',
|
||||
'bill_id' => 'Factura',
|
||||
'opening_balance' => 'Saldo inicial',
|
||||
'tagMode' => 'Mode d\'etiqueta',
|
||||
'virtual_balance' => 'Saldo virtual',
|
||||
'bank_name' => 'Nom del banc',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo d\'estalvis',
|
||||
'credit_card_limit' => 'Límit de la targeta de crèdit',
|
||||
'automatch' => 'Coincidir automàticament',
|
||||
'skip' => 'Ometre',
|
||||
'enabled' => 'Activat',
|
||||
'name' => 'Nom',
|
||||
'active' => 'Actiu',
|
||||
'amount_min' => 'Import mínim',
|
||||
'amount_max' => 'Import màxim',
|
||||
'match' => 'Coincideix en',
|
||||
'strict' => 'Mode estricte',
|
||||
'repeat_freq' => 'Repeticions',
|
||||
'object_group' => 'Grup',
|
||||
'location' => 'Ubicació',
|
||||
'update_channel' => 'Canal d\'actualitzacions',
|
||||
'currency_id' => 'Moneda',
|
||||
'transaction_currency_id' => 'Moneda',
|
||||
'auto_budget_currency_id' => 'Moneda',
|
||||
'external_ip' => 'IP externa del servidor',
|
||||
'attachments' => 'Adjunts',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verificar la seguretat de la contrasenya',
|
||||
'source_account' => 'Compte d\'origen',
|
||||
'destination_account' => 'Compte de destí',
|
||||
'asset_destination_account' => 'Compte de destí',
|
||||
'include_net_worth' => 'Incloure en valor net',
|
||||
'asset_source_account' => 'Compte d\'origen',
|
||||
'journal_description' => 'Descripció',
|
||||
'note' => 'Notes',
|
||||
'currency' => 'Moneda',
|
||||
'account_id' => 'Compte d\'actiu',
|
||||
'budget_id' => 'Pressupost',
|
||||
'bill_id' => 'Factura',
|
||||
'opening_balance' => 'Saldo inicial',
|
||||
'tagMode' => 'Mode d\'etiqueta',
|
||||
'virtual_balance' => 'Saldo virtual',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'Estàs segur que vols eliminar el grup anomenat ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Estàs segur que vols eliminar el grup de regles anomenat ":title"?',
|
||||
'budget_areYouSure' => 'Estàs segur que vols eliminar el pressupost anomenat ":name"?',
|
||||
'webhook_areYouSure' => 'Estàs segur que vols eliminar el webhook anomenat ":title"?',
|
||||
'webhook_areYouSure' => 'Estàs segur que vols eliminar el webhook anomenat ":title"?',
|
||||
'category_areYouSure' => 'Estàs segur que vols eliminar la categoria anomenada ":name"?',
|
||||
'recurring_areYouSure' => 'Estàs segur que vols eliminar la transacció periòdica anomenada ":title"?',
|
||||
'currency_areYouSure' => 'Estàs segur que vols eliminar la moneda anomenada ":name"?',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Data des de',
|
||||
'to_date' => 'Data fins a',
|
||||
'due_date' => 'Data de venciment',
|
||||
'payment_date' => 'Data de pagament',
|
||||
'invoice_date' => 'Data de facturació',
|
||||
'internal_reference' => 'Referència interna',
|
||||
'inward' => 'Descripció interna',
|
||||
'outward' => 'Descripció externa',
|
||||
'rule_group_id' => 'Grup de regles',
|
||||
'transaction_description' => 'Descripció de la transacció',
|
||||
'first_date' => 'Primera data',
|
||||
'transaction_type' => 'Tipus de transacció',
|
||||
'repeat_until' => 'Repetir fins a',
|
||||
'recurring_description' => 'Descripció de la transacció periòdica',
|
||||
'repetition_type' => 'Tipus de repetició',
|
||||
'foreign_currency_id' => 'Moneda estrangera',
|
||||
'repetition_end' => 'La repetició acaba',
|
||||
'repetitions' => 'Repeticions',
|
||||
'calendar' => 'Calendari',
|
||||
'weekend' => 'Cap de setmana',
|
||||
'client_secret' => 'Secret del client',
|
||||
'withdrawal_destination_id' => 'Compte de destí',
|
||||
'deposit_source_id' => 'Compte d\'origen',
|
||||
'expected_on' => 'S\'esperava el',
|
||||
'paid' => 'Pagat',
|
||||
'auto_budget_type' => 'Pressupost automàtic',
|
||||
'auto_budget_amount' => 'Import del pressupost automàtic',
|
||||
'auto_budget_period' => 'Període del pressupost automàtic',
|
||||
'collected' => 'Cobrat',
|
||||
'submitted' => 'Enviat',
|
||||
'key' => 'Clau',
|
||||
'value' => 'Contingut del registre',
|
||||
'webhook_delivery' => 'Lliurament',
|
||||
'webhook_response' => 'Resposta',
|
||||
'webhook_trigger' => 'Activador',
|
||||
'from_date' => 'Data des de',
|
||||
'to_date' => 'Data fins a',
|
||||
'due_date' => 'Data de venciment',
|
||||
'payment_date' => 'Data de pagament',
|
||||
'invoice_date' => 'Data de facturació',
|
||||
'internal_reference' => 'Referència interna',
|
||||
'inward' => 'Descripció interna',
|
||||
'outward' => 'Descripció externa',
|
||||
'rule_group_id' => 'Grup de regles',
|
||||
'transaction_description' => 'Descripció de la transacció',
|
||||
'first_date' => 'Primera data',
|
||||
'transaction_type' => 'Tipus de transacció',
|
||||
'repeat_until' => 'Repetir fins a',
|
||||
'recurring_description' => 'Descripció de la transacció periòdica',
|
||||
'repetition_type' => 'Tipus de repetició',
|
||||
'foreign_currency_id' => 'Moneda estrangera',
|
||||
'repetition_end' => 'La repetició acaba',
|
||||
'repetitions' => 'Repeticions',
|
||||
'calendar' => 'Calendari',
|
||||
'weekend' => 'Cap de setmana',
|
||||
'client_secret' => 'Secret del client',
|
||||
'withdrawal_destination_id' => 'Compte de destí',
|
||||
'deposit_source_id' => 'Compte d\'origen',
|
||||
'expected_on' => 'S\'esperava el',
|
||||
'paid' => 'Pagat',
|
||||
'auto_budget_type' => 'Pressupost automàtic',
|
||||
'auto_budget_amount' => 'Import del pressupost automàtic',
|
||||
'auto_budget_period' => 'Període del pressupost automàtic',
|
||||
'collected' => 'Cobrat',
|
||||
'submitted' => 'Enviat',
|
||||
'key' => 'Clau',
|
||||
'value' => 'Contingut del registre',
|
||||
'webhook_delivery' => 'Lliurament',
|
||||
'webhook_response' => 'Resposta',
|
||||
'webhook_trigger' => 'Activador',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Botons',
|
||||
'icon' => 'Icona',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Data de creació',
|
||||
'update_date' => 'Data d\'actualització',
|
||||
'updated_at' => 'Data d\'actualització',
|
||||
'balance_before' => 'Balanç abans de',
|
||||
'balance_after' => 'Balanç després de',
|
||||
'name' => 'Nom',
|
||||
'role' => 'Rol',
|
||||
'currentBalance' => 'Saldo actual',
|
||||
'linked_to_rules' => 'Regles rellevants',
|
||||
'active' => 'Està actiu?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Transacció periòdica',
|
||||
'next_due' => 'Pròxim venciment',
|
||||
'transaction_type' => 'Tipus',
|
||||
'lastActivity' => 'Darrera activitat',
|
||||
'balanceDiff' => 'Diferència de saldo',
|
||||
'other_meta_data' => 'Altres meta dades',
|
||||
'invited_at' => 'Convidat el',
|
||||
'expires' => 'La invitació venç el',
|
||||
'invited_by' => 'Convidat per',
|
||||
'invite_link' => 'Enllaç d\'invitació',
|
||||
'account_type' => 'Tipus de compte',
|
||||
'created_at' => 'Data de creació',
|
||||
'account' => 'Compte',
|
||||
'external_url' => 'URL extern',
|
||||
'matchingAmount' => 'Quantitat',
|
||||
'destination' => 'Destí',
|
||||
'source' => 'Origen',
|
||||
'next_expected_match' => 'Pròxima coincidència esperada',
|
||||
'automatch' => 'Cercar coincidència automàticament?',
|
||||
'buttons' => 'Botons',
|
||||
'icon' => 'Icona',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Data de creació',
|
||||
'update_date' => 'Data d\'actualització',
|
||||
'updated_at' => 'Data d\'actualització',
|
||||
'balance_before' => 'Balanç abans de',
|
||||
'balance_after' => 'Balanç després de',
|
||||
'name' => 'Nom',
|
||||
'role' => 'Rol',
|
||||
'currentBalance' => 'Saldo actual',
|
||||
'linked_to_rules' => 'Regles rellevants',
|
||||
'active' => 'Està actiu?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Transacció periòdica',
|
||||
'next_due' => 'Pròxim venciment',
|
||||
'transaction_type' => 'Tipus',
|
||||
'lastActivity' => 'Darrera activitat',
|
||||
'balanceDiff' => 'Diferència de saldo',
|
||||
'other_meta_data' => 'Altres meta dades',
|
||||
'invited_at' => 'Convidat el',
|
||||
'expires' => 'La invitació venç el',
|
||||
'invited_by' => 'Convidat per',
|
||||
'invite_link' => 'Enllaç d\'invitació',
|
||||
'account_type' => 'Tipus de compte',
|
||||
'created_at' => 'Data de creació',
|
||||
'account' => 'Compte',
|
||||
'external_url' => 'URL extern',
|
||||
'matchingAmount' => 'Quantitat',
|
||||
'destination' => 'Destí',
|
||||
'source' => 'Origen',
|
||||
'next_expected_match' => 'Pròxima coincidència esperada',
|
||||
'automatch' => 'Cercar coincidència automàticament?',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Mida del fitxer',
|
||||
'file_type' => 'Tipus de fitxer',
|
||||
'attached_to' => 'Adjuntat a',
|
||||
'file_exists' => 'El fitxer existeix',
|
||||
'spectre_bank' => 'Banc',
|
||||
'spectre_last_use' => 'Darrer inici de sessió',
|
||||
'spectre_status' => 'Estat',
|
||||
'bunq_payment_id' => 'ID de pagament bunq',
|
||||
'repetitions' => 'Repeticions',
|
||||
'title' => 'Títol',
|
||||
'transaction_s' => 'Transacció(ns)',
|
||||
'field' => 'Camp',
|
||||
'value' => 'Valor',
|
||||
'interest' => 'Interès',
|
||||
'interest_period' => 'Període d\'interès',
|
||||
'liability_type' => 'Tipus de passiu',
|
||||
'liability_direction' => 'Passiu entrant/sortint',
|
||||
'end_date' => 'Data de fi',
|
||||
'payment_info' => 'Informació de pagament',
|
||||
'expected_info' => 'Següent transacció esperada',
|
||||
'start_date' => 'Data d\'inici',
|
||||
'trigger' => 'Activador',
|
||||
'response' => 'Resposta',
|
||||
'delivery' => 'Lliurament',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'file_size' => 'Mida del fitxer',
|
||||
'file_type' => 'Tipus de fitxer',
|
||||
'attached_to' => 'Adjuntat a',
|
||||
'file_exists' => 'El fitxer existeix',
|
||||
'spectre_bank' => 'Banc',
|
||||
'spectre_last_use' => 'Darrer inici de sessió',
|
||||
'spectre_status' => 'Estat',
|
||||
'bunq_payment_id' => 'ID de pagament bunq',
|
||||
'repetitions' => 'Repeticions',
|
||||
'title' => 'Títol',
|
||||
'transaction_s' => 'Transacció(ns)',
|
||||
'field' => 'Camp',
|
||||
'value' => 'Valor',
|
||||
'interest' => 'Interès',
|
||||
'interest_period' => 'Període d\'interès',
|
||||
'liability_type' => 'Tipus de passiu',
|
||||
'liability_direction' => 'Passiu entrant/sortint',
|
||||
'end_date' => 'Data de fi',
|
||||
'payment_info' => 'Informació de pagament',
|
||||
'expected_info' => 'Següent transacció esperada',
|
||||
'start_date' => 'Data d\'inici',
|
||||
'trigger' => 'Activador',
|
||||
'response' => 'Resposta',
|
||||
'delivery' => 'Lliurament',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Domů',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'edit_currency' => 'Upravit měnu „:name“',
|
||||
'delete_currency' => 'Odstranit měnu „:name“',
|
||||
'newPiggyBank' => 'Vytvořit novou pokladničku',
|
||||
'edit_piggyBank' => 'Upravit pokladničku „:name“',
|
||||
'preferences' => 'Předvolby',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Účty',
|
||||
'changePassword' => 'Změnit heslo',
|
||||
'change_email' => 'Změnit e-mailovou adresu',
|
||||
'bills' => 'Účtenky a faktury',
|
||||
'newBill' => 'Nová účtenka/faktura',
|
||||
'edit_bill' => 'Upravit účtenku/fakturu „:name“',
|
||||
'delete_bill' => 'Odstranit účtenku/fakturu „:name“',
|
||||
'reports' => 'Sestavy',
|
||||
'search_result' => 'Výsledky hledání pro „:query“',
|
||||
'withdrawal_list' => 'Výdaje',
|
||||
'Withdrawal_list' => 'Výdaje',
|
||||
'deposit_list' => 'Výnosy, příjmy a vklady',
|
||||
'transfer_list' => 'Převody',
|
||||
'transfers_list' => 'Převody',
|
||||
'home' => 'Domů',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'edit_currency' => 'Upravit měnu „:name“',
|
||||
'delete_currency' => 'Odstranit měnu „:name“',
|
||||
'newPiggyBank' => 'Vytvořit novou pokladničku',
|
||||
'edit_piggyBank' => 'Upravit pokladničku „:name“',
|
||||
'preferences' => 'Předvolby',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Účty',
|
||||
'changePassword' => 'Změnit heslo',
|
||||
'change_email' => 'Změnit e-mailovou adresu',
|
||||
'bills' => 'Účtenky a faktury',
|
||||
'newBill' => 'Nová účtenka/faktura',
|
||||
'edit_bill' => 'Upravit účtenku/fakturu „:name“',
|
||||
'delete_bill' => 'Odstranit účtenku/fakturu „:name“',
|
||||
'reports' => 'Sestavy',
|
||||
'search_result' => 'Výsledky hledání pro „:query“',
|
||||
'withdrawal_list' => 'Výdaje',
|
||||
'Withdrawal_list' => 'Výdaje',
|
||||
'deposit_list' => 'Výnosy, příjmy a vklady',
|
||||
'transfer_list' => 'Převody',
|
||||
'transfers_list' => 'Převody',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Shromažďujte prosím další informace do adresáře <code>storage/logs</code>, kde najdete chybové záznamy. Pokud používáte Docker, použijte <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Více informací o shromažďování chyb si můžete přečíst v <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Získejte nápovědu na GitHub',
|
||||
'github_instructions' => 'Jste více než vítáni při otevření nových hlášení <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">na GitHub</a></strong>.',
|
||||
'use_search' => 'Použijte vyhledávání!',
|
||||
'include_info' => 'Zahrnout informace <a href=":link">z této ladící stránky</a>.',
|
||||
'tell_more' => 'Řekněte nám více než "se objevilo Hups!"',
|
||||
'include_logs' => 'Zahrnout protokoly chyb (viz výše).',
|
||||
'what_did_you_do' => 'Řekněte nám, co jste dělali.',
|
||||
'offline_header' => 'Jste pravděpodobně offline',
|
||||
'offline_unreachable' => 'Firefly III je nedostupný. Vaše zařízení je momentálně offline nebo server nefunguje.',
|
||||
'offline_github' => 'Pokud jste si jisti, že jak vaše zařízení tak i server jsou dostupne online, vytvořte prosím ticket na <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'Shromažďujte prosím další informace do adresáře <code>storage/logs</code>, kde najdete chybové záznamy. Pokud používáte Docker, použijte <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Více informací o shromažďování chyb si můžete přečíst v <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Získejte nápovědu na GitHub',
|
||||
'github_instructions' => 'Jste více než vítáni při otevření nových hlášení <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">na GitHub</a></strong>.',
|
||||
'use_search' => 'Použijte vyhledávání!',
|
||||
'include_info' => 'Zahrnout informace <a href=":link">z této ladící stránky</a>.',
|
||||
'tell_more' => 'Řekněte nám více než "se objevilo Hups!"',
|
||||
'include_logs' => 'Zahrnout protokoly chyb (viz výše).',
|
||||
'what_did_you_do' => 'Řekněte nám, co jste dělali.',
|
||||
'offline_header' => 'Jste pravděpodobně offline',
|
||||
'offline_unreachable' => 'Firefly III je nedostupný. Vaše zařízení je momentálně offline nebo server nefunguje.',
|
||||
'offline_github' => 'Pokud jste si jisti, že jak vaše zařízení tak i server jsou dostupne online, vytvořte prosím ticket na <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Rozpočet',
|
||||
'period' => 'Období',
|
||||
'balance' => 'Zůstatek',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'sum' => 'Součet',
|
||||
'summary' => 'Souhrn',
|
||||
'average' => 'Průměr',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Název banky',
|
||||
'bank_balance' => 'Zůstatek',
|
||||
'savings_balance' => 'Zůstatek úspor',
|
||||
'credit_card_limit' => 'Limit kreditní karty',
|
||||
'automatch' => 'Hledat shodu automaticky',
|
||||
'skip' => 'Přeskočit',
|
||||
'enabled' => 'Zapnuto',
|
||||
'name' => 'Název',
|
||||
'active' => 'Aktivní',
|
||||
'amount_min' => 'Minimální částka',
|
||||
'amount_max' => 'Maximální částka',
|
||||
'match' => 'Shody',
|
||||
'strict' => 'Striktní režim',
|
||||
'repeat_freq' => 'Opakuje se',
|
||||
'object_group' => 'Skupina',
|
||||
'location' => 'Údaje o poloze',
|
||||
'update_channel' => 'Kanál aktualizací',
|
||||
'currency_id' => 'Měna',
|
||||
'transaction_currency_id' => 'Měna',
|
||||
'auto_budget_currency_id' => 'Měna',
|
||||
'external_ip' => 'Externí IP adresa vašeho serveru',
|
||||
'attachments' => 'Přílohy',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Ověřit odolnost hesla',
|
||||
'source_account' => 'Zdrojový účet',
|
||||
'destination_account' => 'Cílový účet',
|
||||
'asset_destination_account' => 'Cílový účet',
|
||||
'include_net_worth' => 'Zahrnout do čistého jmění',
|
||||
'asset_source_account' => 'Zdrojový účet',
|
||||
'journal_description' => 'Popis',
|
||||
'note' => 'Poznámky',
|
||||
'currency' => 'Měna',
|
||||
'account_id' => 'Účet aktiv',
|
||||
'budget_id' => 'Rozpočet',
|
||||
'bill_id' => 'Účet',
|
||||
'opening_balance' => 'Počáteční zůstatek',
|
||||
'tagMode' => 'Režim štítku',
|
||||
'virtual_balance' => 'Virtuální zůstatek',
|
||||
'bank_name' => 'Název banky',
|
||||
'bank_balance' => 'Zůstatek',
|
||||
'savings_balance' => 'Zůstatek úspor',
|
||||
'credit_card_limit' => 'Limit kreditní karty',
|
||||
'automatch' => 'Hledat shodu automaticky',
|
||||
'skip' => 'Přeskočit',
|
||||
'enabled' => 'Zapnuto',
|
||||
'name' => 'Název',
|
||||
'active' => 'Aktivní',
|
||||
'amount_min' => 'Minimální částka',
|
||||
'amount_max' => 'Maximální částka',
|
||||
'match' => 'Shody',
|
||||
'strict' => 'Striktní režim',
|
||||
'repeat_freq' => 'Opakuje se',
|
||||
'object_group' => 'Skupina',
|
||||
'location' => 'Údaje o poloze',
|
||||
'update_channel' => 'Kanál aktualizací',
|
||||
'currency_id' => 'Měna',
|
||||
'transaction_currency_id' => 'Měna',
|
||||
'auto_budget_currency_id' => 'Měna',
|
||||
'external_ip' => 'Externí IP adresa vašeho serveru',
|
||||
'attachments' => 'Přílohy',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Ověřit odolnost hesla',
|
||||
'source_account' => 'Zdrojový účet',
|
||||
'destination_account' => 'Cílový účet',
|
||||
'asset_destination_account' => 'Cílový účet',
|
||||
'include_net_worth' => 'Zahrnout do čistého jmění',
|
||||
'asset_source_account' => 'Zdrojový účet',
|
||||
'journal_description' => 'Popis',
|
||||
'note' => 'Poznámky',
|
||||
'currency' => 'Měna',
|
||||
'account_id' => 'Účet aktiv',
|
||||
'budget_id' => 'Rozpočet',
|
||||
'bill_id' => 'Účet',
|
||||
'opening_balance' => 'Počáteční zůstatek',
|
||||
'tagMode' => 'Režim štítku',
|
||||
'virtual_balance' => 'Virtuální zůstatek',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'Jste si jisti, že chcete odstranit skupinu s názvem „:title“?',
|
||||
'ruleGroup_areYouSure' => 'Opravdu chcete odstranit skupinu pravidel s názvem „:title“?',
|
||||
'budget_areYouSure' => 'Jste si jisti, že chcete odstranit rozpočet s názvem „:name“?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Jste si jisti, že chcete odstranit kategorii s názvem „:name“?',
|
||||
'recurring_areYouSure' => 'Jste si jisti, že chcete odstranit opakovanou transakci s názvem „:title“?',
|
||||
'currency_areYouSure' => 'Jste si jisti, že chcete odstranit měnu s názvem „:name“?',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Od data',
|
||||
'to_date' => 'Do data',
|
||||
'due_date' => 'Datum splatnosti',
|
||||
'payment_date' => 'Datum zaplacení',
|
||||
'invoice_date' => 'Datum vystavení',
|
||||
'internal_reference' => 'Interní reference',
|
||||
'inward' => 'Vnitřní popis',
|
||||
'outward' => 'Vnější popis',
|
||||
'rule_group_id' => 'Skupina pravidel',
|
||||
'transaction_description' => 'Popis transakce',
|
||||
'first_date' => 'První datum',
|
||||
'transaction_type' => 'Typ transakce',
|
||||
'repeat_until' => 'Opakovat do data',
|
||||
'recurring_description' => 'Popis opakující se transakce',
|
||||
'repetition_type' => 'Typ opakování',
|
||||
'foreign_currency_id' => 'Zahraniční měna',
|
||||
'repetition_end' => 'Opakování končí',
|
||||
'repetitions' => 'Opakování',
|
||||
'calendar' => 'Kalendář',
|
||||
'weekend' => 'Víkend',
|
||||
'client_secret' => 'Tajný klíč klienta',
|
||||
'withdrawal_destination_id' => 'Cílový účet',
|
||||
'deposit_source_id' => 'Zdrojový účet',
|
||||
'expected_on' => 'Očekáváno v',
|
||||
'paid' => 'Zaplaceno',
|
||||
'auto_budget_type' => 'Automatický rozpočet',
|
||||
'auto_budget_amount' => 'Částka automatického rozpočtu',
|
||||
'auto_budget_period' => 'Období automatického rozpočtu',
|
||||
'collected' => 'Shromážděno',
|
||||
'submitted' => 'Odesláno',
|
||||
'key' => 'Klíč',
|
||||
'value' => 'Obsah záznamu',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
'from_date' => 'Od data',
|
||||
'to_date' => 'Do data',
|
||||
'due_date' => 'Datum splatnosti',
|
||||
'payment_date' => 'Datum zaplacení',
|
||||
'invoice_date' => 'Datum vystavení',
|
||||
'internal_reference' => 'Interní reference',
|
||||
'inward' => 'Vnitřní popis',
|
||||
'outward' => 'Vnější popis',
|
||||
'rule_group_id' => 'Skupina pravidel',
|
||||
'transaction_description' => 'Popis transakce',
|
||||
'first_date' => 'První datum',
|
||||
'transaction_type' => 'Typ transakce',
|
||||
'repeat_until' => 'Opakovat do data',
|
||||
'recurring_description' => 'Popis opakující se transakce',
|
||||
'repetition_type' => 'Typ opakování',
|
||||
'foreign_currency_id' => 'Zahraniční měna',
|
||||
'repetition_end' => 'Opakování končí',
|
||||
'repetitions' => 'Opakování',
|
||||
'calendar' => 'Kalendář',
|
||||
'weekend' => 'Víkend',
|
||||
'client_secret' => 'Tajný klíč klienta',
|
||||
'withdrawal_destination_id' => 'Cílový účet',
|
||||
'deposit_source_id' => 'Zdrojový účet',
|
||||
'expected_on' => 'Očekáváno v',
|
||||
'paid' => 'Zaplaceno',
|
||||
'auto_budget_type' => 'Automatický rozpočet',
|
||||
'auto_budget_amount' => 'Částka automatického rozpočtu',
|
||||
'auto_budget_period' => 'Období automatického rozpočtu',
|
||||
'collected' => 'Shromážděno',
|
||||
'submitted' => 'Odesláno',
|
||||
'key' => 'Klíč',
|
||||
'value' => 'Obsah záznamu',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Tlačítka',
|
||||
'icon' => 'Ikona',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Vytvořeno',
|
||||
'update_date' => 'Aktualizováno',
|
||||
'updated_at' => 'Aktualizováno',
|
||||
'balance_before' => 'Zůstatek před',
|
||||
'balance_after' => 'Zůstatek po',
|
||||
'name' => 'Jméno',
|
||||
'role' => 'Role',
|
||||
'currentBalance' => 'Aktuální zůstatek',
|
||||
'linked_to_rules' => 'Příslušná pravidla',
|
||||
'active' => 'Aktivní?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Opakované transakce',
|
||||
'next_due' => 'Příští splatnost',
|
||||
'transaction_type' => 'Typ',
|
||||
'lastActivity' => 'Poslední aktivita',
|
||||
'balanceDiff' => 'Rozdíl zůstatku',
|
||||
'other_meta_data' => 'Ostatní metadata',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Typ účtu',
|
||||
'created_at' => 'Vytvořeno',
|
||||
'account' => 'Účet',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Částka',
|
||||
'destination' => 'Cíl',
|
||||
'source' => 'Zdroj',
|
||||
'next_expected_match' => 'Další očekávaná shoda',
|
||||
'automatch' => 'Automatické hledání shody?',
|
||||
'buttons' => 'Tlačítka',
|
||||
'icon' => 'Ikona',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Vytvořeno',
|
||||
'update_date' => 'Aktualizováno',
|
||||
'updated_at' => 'Aktualizováno',
|
||||
'balance_before' => 'Zůstatek před',
|
||||
'balance_after' => 'Zůstatek po',
|
||||
'name' => 'Jméno',
|
||||
'role' => 'Role',
|
||||
'currentBalance' => 'Aktuální zůstatek',
|
||||
'linked_to_rules' => 'Příslušná pravidla',
|
||||
'active' => 'Aktivní?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Opakované transakce',
|
||||
'next_due' => 'Příští splatnost',
|
||||
'transaction_type' => 'Typ',
|
||||
'lastActivity' => 'Poslední aktivita',
|
||||
'balanceDiff' => 'Rozdíl zůstatku',
|
||||
'other_meta_data' => 'Ostatní metadata',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Typ účtu',
|
||||
'created_at' => 'Vytvořeno',
|
||||
'account' => 'Účet',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Částka',
|
||||
'destination' => 'Cíl',
|
||||
'source' => 'Zdroj',
|
||||
'next_expected_match' => 'Další očekávaná shoda',
|
||||
'automatch' => 'Automatické hledání shody?',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Velikost souboru',
|
||||
'file_type' => 'Typ souboru',
|
||||
'attached_to' => 'Připojeno k',
|
||||
'file_exists' => 'Soubor existuje',
|
||||
'spectre_bank' => 'Banka',
|
||||
'spectre_last_use' => 'Minulé přihlášení',
|
||||
'spectre_status' => 'Stav',
|
||||
'bunq_payment_id' => 'ID platby bunq',
|
||||
'repetitions' => 'Opakování',
|
||||
'title' => 'Název',
|
||||
'transaction_s' => 'Transakce',
|
||||
'field' => 'Kolonka',
|
||||
'value' => 'Hodnota',
|
||||
'interest' => 'Úrok',
|
||||
'interest_period' => 'Úrokové období',
|
||||
'liability_type' => 'Typ závazku',
|
||||
'liability_direction' => 'Směr závazku',
|
||||
'end_date' => 'Datum ukončení',
|
||||
'payment_info' => 'Informace o platbě',
|
||||
'expected_info' => 'Další očekávaná transakce',
|
||||
'start_date' => 'Datum zahájení',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'file_size' => 'Velikost souboru',
|
||||
'file_type' => 'Typ souboru',
|
||||
'attached_to' => 'Připojeno k',
|
||||
'file_exists' => 'Soubor existuje',
|
||||
'spectre_bank' => 'Banka',
|
||||
'spectre_last_use' => 'Minulé přihlášení',
|
||||
'spectre_status' => 'Stav',
|
||||
'bunq_payment_id' => 'ID platby bunq',
|
||||
'repetitions' => 'Opakování',
|
||||
'title' => 'Název',
|
||||
'transaction_s' => 'Transakce',
|
||||
'field' => 'Kolonka',
|
||||
'value' => 'Hodnota',
|
||||
'interest' => 'Úrok',
|
||||
'interest_period' => 'Úrokové období',
|
||||
'liability_type' => 'Typ závazku',
|
||||
'liability_direction' => 'Směr závazku',
|
||||
'end_date' => 'Datum ukončení',
|
||||
'payment_info' => 'Informace o platbě',
|
||||
'expected_info' => 'Další očekávaná transakce',
|
||||
'start_date' => 'Datum zahájení',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Hjem',
|
||||
'budgets' => 'Budget',
|
||||
'subscriptions' => 'Abonnementer',
|
||||
'transactions' => 'Transaktioner',
|
||||
'title_expenses' => 'Udgifter',
|
||||
'title_withdrawal' => 'Udgifter',
|
||||
'title_revenue' => 'Indtægter / indkomster',
|
||||
'title_deposit' => 'Indtægter / indkomster',
|
||||
'title_transfer' => 'Overførsler',
|
||||
'title_transfers' => 'Overførsler',
|
||||
'edit_currency' => 'Rediger valuta ":name"',
|
||||
'delete_currency' => 'Slet valuta ":name"',
|
||||
'newPiggyBank' => 'Opret ny sparegris',
|
||||
'edit_piggyBank' => 'Rediger sparegris ":name"',
|
||||
'preferences' => 'Indstillinger',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Konti',
|
||||
'changePassword' => 'Skift din adgangskode',
|
||||
'change_email' => 'Skift din e-mail adresse',
|
||||
'bills' => 'Regninger',
|
||||
'newBill' => 'Ny regning',
|
||||
'edit_bill' => 'Rediger regning ":name"',
|
||||
'delete_bill' => 'Slet regning ":name"',
|
||||
'reports' => 'Rapporter',
|
||||
'search_result' => 'Søgeresultater for ":query"',
|
||||
'withdrawal_list' => 'Udgifter',
|
||||
'Withdrawal_list' => 'Udgifter',
|
||||
'deposit_list' => 'Omsætning, indkomst og indskud',
|
||||
'transfer_list' => 'Overførsler',
|
||||
'transfers_list' => 'Overførsler',
|
||||
'home' => 'Hjem',
|
||||
'budgets' => 'Budget',
|
||||
'subscriptions' => 'Abonnementer',
|
||||
'transactions' => 'Transaktioner',
|
||||
'title_expenses' => 'Udgifter',
|
||||
'title_withdrawal' => 'Udgifter',
|
||||
'title_revenue' => 'Indtægter / indkomster',
|
||||
'title_deposit' => 'Indtægter / indkomster',
|
||||
'title_transfer' => 'Overførsler',
|
||||
'title_transfers' => 'Overførsler',
|
||||
'edit_currency' => 'Rediger valuta ":name"',
|
||||
'delete_currency' => 'Slet valuta ":name"',
|
||||
'newPiggyBank' => 'Opret ny sparegris',
|
||||
'edit_piggyBank' => 'Rediger sparegris ":name"',
|
||||
'preferences' => 'Indstillinger',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Konti',
|
||||
'changePassword' => 'Skift din adgangskode',
|
||||
'change_email' => 'Skift din e-mail adresse',
|
||||
'bills' => 'Regninger',
|
||||
'newBill' => 'Ny regning',
|
||||
'edit_bill' => 'Rediger regning ":name"',
|
||||
'delete_bill' => 'Slet regning ":name"',
|
||||
'reports' => 'Rapporter',
|
||||
'search_result' => 'Søgeresultater for ":query"',
|
||||
'withdrawal_list' => 'Udgifter',
|
||||
'Withdrawal_list' => 'Udgifter',
|
||||
'deposit_list' => 'Omsætning, indkomst og indskud',
|
||||
'transfer_list' => 'Overførsler',
|
||||
'transfers_list' => 'Overførsler',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Der findes mere information i mappen <code>storage/logs</code> hvor du vil finde logfilerne. Hvis du kører Docker, brug <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Du kan læse mere om indhentning af fejloplysninger i <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Få hjælp på GitHub',
|
||||
'github_instructions' => 'Du er mere end velkommen til at oprette en ny fejlmelding <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">på GitHub</a></strong>.',
|
||||
'use_search' => 'Brug søgefeltet!',
|
||||
'include_info' => 'Inkludér informationen <a href=":link">fra denne fejlfindingsside</a>.',
|
||||
'tell_more' => 'Uddyb gerne mere end bare "det siger Hovsa!"',
|
||||
'include_logs' => 'Inkludér fejllogfiler (se ovenfor).',
|
||||
'what_did_you_do' => 'Fortæl os, hvad du lavede.',
|
||||
'offline_header' => 'Du er sandsynligvis offline',
|
||||
'offline_unreachable' => 'Firefly III er ikke tilgængelig. Din enhed er i øjeblikket offline, eller serveren fungerer ikke.',
|
||||
'offline_github' => 'Hvis du er sikker på, at både din enhed og serveren er online, skal du åbne en ticket på <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'Der findes mere information i mappen <code>storage/logs</code> hvor du vil finde logfilerne. Hvis du kører Docker, brug <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Du kan læse mere om indhentning af fejloplysninger i <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Få hjælp på GitHub',
|
||||
'github_instructions' => 'Du er mere end velkommen til at oprette en ny fejlmelding <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">på GitHub</a></strong>.',
|
||||
'use_search' => 'Brug søgefeltet!',
|
||||
'include_info' => 'Inkludér informationen <a href=":link">fra denne fejlfindingsside</a>.',
|
||||
'tell_more' => 'Uddyb gerne mere end bare "det siger Hovsa!"',
|
||||
'include_logs' => 'Inkludér fejllogfiler (se ovenfor).',
|
||||
'what_did_you_do' => 'Fortæl os, hvad du lavede.',
|
||||
'offline_header' => 'Du er sandsynligvis offline',
|
||||
'offline_unreachable' => 'Firefly III er ikke tilgængelig. Din enhed er i øjeblikket offline, eller serveren fungerer ikke.',
|
||||
'offline_github' => 'Hvis du er sikker på, at både din enhed og serveren er online, skal du åbne en ticket på <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Budgetteret',
|
||||
'period' => 'Periode',
|
||||
'balance' => 'Saldo',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'sum' => 'I alt',
|
||||
'summary' => 'Opsummering',
|
||||
'average' => 'Gennemsnitlig',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Bank navn',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo for opsparingskonto',
|
||||
'credit_card_limit' => 'Kreditkort grænse',
|
||||
'automatch' => 'Automatisk afstemning',
|
||||
'skip' => 'Spring over',
|
||||
'enabled' => 'Aktiveret',
|
||||
'name' => 'Navn',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Minimumsbeløb',
|
||||
'amount_max' => 'Maksimumbeløb',
|
||||
'match' => 'Matcher på',
|
||||
'strict' => 'Strikt tilstand',
|
||||
'repeat_freq' => 'Gentagelser',
|
||||
'object_group' => 'Gruppe',
|
||||
'location' => 'Sted',
|
||||
'update_channel' => 'Opdateringskanal',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Valuta',
|
||||
'external_ip' => 'Din servers eksterne IP',
|
||||
'attachments' => 'Vedhæftninger',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Bekræft adgangskodesikkerhed',
|
||||
'source_account' => 'Kildekonto',
|
||||
'destination_account' => 'Destinationskonto',
|
||||
'asset_destination_account' => 'Destinationskonto',
|
||||
'include_net_worth' => 'Inkludér i formue',
|
||||
'asset_source_account' => 'Kildekonto',
|
||||
'journal_description' => 'Beskrivelse',
|
||||
'note' => 'Bemærkninger',
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Aktivkonto',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Regning',
|
||||
'opening_balance' => 'Startsaldo',
|
||||
'tagMode' => 'Tag tilstand',
|
||||
'virtual_balance' => 'Virtuel saldo',
|
||||
'bank_name' => 'Bank navn',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo for opsparingskonto',
|
||||
'credit_card_limit' => 'Kreditkort grænse',
|
||||
'automatch' => 'Automatisk afstemning',
|
||||
'skip' => 'Spring over',
|
||||
'enabled' => 'Aktiveret',
|
||||
'name' => 'Navn',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Minimumsbeløb',
|
||||
'amount_max' => 'Maksimumbeløb',
|
||||
'match' => 'Matcher på',
|
||||
'strict' => 'Strikt tilstand',
|
||||
'repeat_freq' => 'Gentagelser',
|
||||
'object_group' => 'Gruppe',
|
||||
'location' => 'Sted',
|
||||
'update_channel' => 'Opdateringskanal',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Valuta',
|
||||
'external_ip' => 'Din servers eksterne IP',
|
||||
'attachments' => 'Vedhæftninger',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Bekræft adgangskodesikkerhed',
|
||||
'source_account' => 'Kildekonto',
|
||||
'destination_account' => 'Destinationskonto',
|
||||
'asset_destination_account' => 'Destinationskonto',
|
||||
'include_net_worth' => 'Inkludér i formue',
|
||||
'asset_source_account' => 'Kildekonto',
|
||||
'journal_description' => 'Beskrivelse',
|
||||
'note' => 'Bemærkninger',
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Aktivkonto',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Regning',
|
||||
'opening_balance' => 'Startsaldo',
|
||||
'tagMode' => 'Tag tilstand',
|
||||
'virtual_balance' => 'Virtuel saldo',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'Er du sikker på du vil slette gruppen benævnt ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Er du sikker på du vil slette regelsætsgruppen benævnt ":title"?',
|
||||
'budget_areYouSure' => 'Er du sikker på, at du vil slette budgettet benævnt ":name"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Er du sikker på, at du vil slette kategorien ":name"?',
|
||||
'recurring_areYouSure' => 'Er du sikker på, at du vil slette den periodiske transaktion benævnt ":title"?',
|
||||
'currency_areYouSure' => 'Er du sikker på, at du vil slette ":name" valuetaen?',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Dato fra',
|
||||
'to_date' => 'Dato til',
|
||||
'due_date' => 'Forfaldsdato',
|
||||
'payment_date' => 'Betalingsdato',
|
||||
'invoice_date' => 'Fakturadato',
|
||||
'internal_reference' => 'Intern reference',
|
||||
'inward' => 'Indgående beskrivelse',
|
||||
'outward' => 'Udgående beskrivelse',
|
||||
'rule_group_id' => 'Regelgruppe',
|
||||
'transaction_description' => 'Transaktions beskrivelse',
|
||||
'first_date' => 'Første dato',
|
||||
'transaction_type' => 'Transaktionstype',
|
||||
'repeat_until' => 'Gentag indtil',
|
||||
'recurring_description' => 'Tilbagevendende transaktionsbeskrivelse',
|
||||
'repetition_type' => 'Gentagelsestype',
|
||||
'foreign_currency_id' => 'Fremmed valuta',
|
||||
'repetition_end' => 'Gentagelse slutter',
|
||||
'repetitions' => 'Gentagelser',
|
||||
'calendar' => 'Kalender',
|
||||
'weekend' => 'Weekend',
|
||||
'client_secret' => 'Klient hemmelig',
|
||||
'withdrawal_destination_id' => 'Destinationskonto',
|
||||
'deposit_source_id' => 'Kildekonto',
|
||||
'expected_on' => 'Forventet den',
|
||||
'paid' => 'Betalt',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget beløb',
|
||||
'auto_budget_period' => 'Auto-budget periode',
|
||||
'collected' => 'Indsamlet',
|
||||
'submitted' => 'Indsendt',
|
||||
'key' => 'Nøgle',
|
||||
'value' => 'Indholdet af post',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
'from_date' => 'Dato fra',
|
||||
'to_date' => 'Dato til',
|
||||
'due_date' => 'Forfaldsdato',
|
||||
'payment_date' => 'Betalingsdato',
|
||||
'invoice_date' => 'Fakturadato',
|
||||
'internal_reference' => 'Intern reference',
|
||||
'inward' => 'Indgående beskrivelse',
|
||||
'outward' => 'Udgående beskrivelse',
|
||||
'rule_group_id' => 'Regelgruppe',
|
||||
'transaction_description' => 'Transaktions beskrivelse',
|
||||
'first_date' => 'Første dato',
|
||||
'transaction_type' => 'Transaktionstype',
|
||||
'repeat_until' => 'Gentag indtil',
|
||||
'recurring_description' => 'Tilbagevendende transaktionsbeskrivelse',
|
||||
'repetition_type' => 'Gentagelsestype',
|
||||
'foreign_currency_id' => 'Fremmed valuta',
|
||||
'repetition_end' => 'Gentagelse slutter',
|
||||
'repetitions' => 'Gentagelser',
|
||||
'calendar' => 'Kalender',
|
||||
'weekend' => 'Weekend',
|
||||
'client_secret' => 'Klient hemmelig',
|
||||
'withdrawal_destination_id' => 'Destinationskonto',
|
||||
'deposit_source_id' => 'Kildekonto',
|
||||
'expected_on' => 'Forventet den',
|
||||
'paid' => 'Betalt',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget beløb',
|
||||
'auto_budget_period' => 'Auto-budget periode',
|
||||
'collected' => 'Indsamlet',
|
||||
'submitted' => 'Indsendt',
|
||||
'key' => 'Nøgle',
|
||||
'value' => 'Indholdet af post',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Knapper',
|
||||
'icon' => 'Ikon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Oprettet den',
|
||||
'update_date' => 'Opdateret den',
|
||||
'updated_at' => 'Opdateret den',
|
||||
'balance_before' => 'Saldo før',
|
||||
'balance_after' => 'Saldo efter',
|
||||
'name' => 'Navn',
|
||||
'role' => 'Rolle',
|
||||
'currentBalance' => 'Nuværende saldo',
|
||||
'linked_to_rules' => 'Relevante regler',
|
||||
'active' => 'Aktiv?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Periodisk transaktion',
|
||||
'next_due' => 'Næste forfaldsdato',
|
||||
'transaction_type' => 'Type',
|
||||
'lastActivity' => 'Seneste aktivitet',
|
||||
'balanceDiff' => 'Saldo forskel',
|
||||
'other_meta_data' => 'Andre metadata',
|
||||
'invited_at' => 'Inviteret den',
|
||||
'expires' => 'Invitationen udløber',
|
||||
'invited_by' => 'Inviteret af',
|
||||
'invite_link' => 'Invitationslink',
|
||||
'account_type' => 'Kontotype',
|
||||
'created_at' => 'Oprettet den',
|
||||
'account' => 'Konto',
|
||||
'external_url' => 'Ekstern URL',
|
||||
'matchingAmount' => 'Beløb',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Kilde',
|
||||
'next_expected_match' => 'Næste forventede afstemning',
|
||||
'automatch' => 'Auto afstem?',
|
||||
'buttons' => 'Knapper',
|
||||
'icon' => 'Ikon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Oprettet den',
|
||||
'update_date' => 'Opdateret den',
|
||||
'updated_at' => 'Opdateret den',
|
||||
'balance_before' => 'Saldo før',
|
||||
'balance_after' => 'Saldo efter',
|
||||
'name' => 'Navn',
|
||||
'role' => 'Rolle',
|
||||
'currentBalance' => 'Nuværende saldo',
|
||||
'linked_to_rules' => 'Relevante regler',
|
||||
'active' => 'Aktiv?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Periodisk transaktion',
|
||||
'next_due' => 'Næste forfaldsdato',
|
||||
'transaction_type' => 'Type',
|
||||
'lastActivity' => 'Seneste aktivitet',
|
||||
'balanceDiff' => 'Saldo forskel',
|
||||
'other_meta_data' => 'Andre metadata',
|
||||
'invited_at' => 'Inviteret den',
|
||||
'expires' => 'Invitationen udløber',
|
||||
'invited_by' => 'Inviteret af',
|
||||
'invite_link' => 'Invitationslink',
|
||||
'account_type' => 'Kontotype',
|
||||
'created_at' => 'Oprettet den',
|
||||
'account' => 'Konto',
|
||||
'external_url' => 'Ekstern URL',
|
||||
'matchingAmount' => 'Beløb',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Kilde',
|
||||
'next_expected_match' => 'Næste forventede afstemning',
|
||||
'automatch' => 'Auto afstem?',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Filstørrelse',
|
||||
'file_type' => 'Filtype',
|
||||
'attached_to' => 'Vedhæftet til',
|
||||
'file_exists' => 'Filen findes',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Seneste login',
|
||||
'spectre_status' => 'Status',
|
||||
'bunq_payment_id' => 'bunq betalings ID',
|
||||
'repetitions' => 'Gentagelser',
|
||||
'title' => 'Titel',
|
||||
'transaction_s' => 'Transaktion(er)',
|
||||
'field' => 'Felt',
|
||||
'value' => 'Værdi',
|
||||
'interest' => 'Renter',
|
||||
'interest_period' => 'Renteperiode',
|
||||
'liability_type' => 'Gældstype',
|
||||
'liability_direction' => 'Passiver ind/ud',
|
||||
'end_date' => 'Slut dato',
|
||||
'payment_info' => 'Betalings information',
|
||||
'expected_info' => 'Næste forventede transaktion',
|
||||
'start_date' => 'Start dato',
|
||||
'trigger' => 'Udløser',
|
||||
'response' => 'Svar',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Hemmelighed',
|
||||
'file_size' => 'Filstørrelse',
|
||||
'file_type' => 'Filtype',
|
||||
'attached_to' => 'Vedhæftet til',
|
||||
'file_exists' => 'Filen findes',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Seneste login',
|
||||
'spectre_status' => 'Status',
|
||||
'bunq_payment_id' => 'bunq betalings ID',
|
||||
'repetitions' => 'Gentagelser',
|
||||
'title' => 'Titel',
|
||||
'transaction_s' => 'Transaktion(er)',
|
||||
'field' => 'Felt',
|
||||
'value' => 'Værdi',
|
||||
'interest' => 'Renter',
|
||||
'interest_period' => 'Renteperiode',
|
||||
'liability_type' => 'Gældstype',
|
||||
'liability_direction' => 'Passiver ind/ud',
|
||||
'end_date' => 'Slut dato',
|
||||
'payment_info' => 'Betalings information',
|
||||
'expected_info' => 'Næste forventede transaktion',
|
||||
'start_date' => 'Start dato',
|
||||
'trigger' => 'Udløser',
|
||||
'response' => 'Svar',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Hemmelighed',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Startseite',
|
||||
'budgets' => 'Kostenrahmen',
|
||||
'subscriptions' => 'Abonnements',
|
||||
'transactions' => 'Buchungen',
|
||||
'title_expenses' => 'Ausgaben',
|
||||
'title_withdrawal' => 'Ausgaben',
|
||||
'title_revenue' => 'Einnahmen / Einkommen',
|
||||
'title_deposit' => 'Einnahmen / Einkommen',
|
||||
'title_transfer' => 'Umbuchungen',
|
||||
'title_transfers' => 'Umbuchungen',
|
||||
'edit_currency' => 'Währung „:name” bearbeiten',
|
||||
'delete_currency' => 'Währung „:name” löschen',
|
||||
'newPiggyBank' => 'Neues Sparschwein erstellen',
|
||||
'edit_piggyBank' => 'Sparschwein „:name” bearbeiten',
|
||||
'preferences' => 'Einstellungen',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Konten',
|
||||
'changePassword' => 'Passwort ändern',
|
||||
'change_email' => 'E-Mail Adresse ändern',
|
||||
'bills' => 'Rechnungen',
|
||||
'newBill' => 'Neue Rechnung',
|
||||
'edit_bill' => 'Rechnung „:name” bearbeiten',
|
||||
'delete_bill' => 'Rechnung „:name” löschen',
|
||||
'reports' => 'Berichte',
|
||||
'search_result' => 'Suchergebnisse für ":query"',
|
||||
'withdrawal_list' => 'Ausgaben',
|
||||
'Withdrawal_list' => 'Ausgaben',
|
||||
'deposit_list' => 'Einnahmen, Einkommen und Einzahlungen',
|
||||
'transfer_list' => 'Umbuchungen',
|
||||
'transfers_list' => 'Umbuchungen',
|
||||
'home' => 'Startseite',
|
||||
'budgets' => 'Kostenrahmen',
|
||||
'subscriptions' => 'Abonnements',
|
||||
'transactions' => 'Buchungen',
|
||||
'title_expenses' => 'Ausgaben',
|
||||
'title_withdrawal' => 'Ausgaben',
|
||||
'title_revenue' => 'Einnahmen / Einkommen',
|
||||
'title_deposit' => 'Einnahmen / Einkommen',
|
||||
'title_transfer' => 'Umbuchungen',
|
||||
'title_transfers' => 'Umbuchungen',
|
||||
'edit_currency' => 'Währung „:name” bearbeiten',
|
||||
'delete_currency' => 'Währung „:name” löschen',
|
||||
'newPiggyBank' => 'Neues Sparschwein erstellen',
|
||||
'edit_piggyBank' => 'Sparschwein „:name” bearbeiten',
|
||||
'preferences' => 'Einstellungen',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Konten',
|
||||
'changePassword' => 'Passwort ändern',
|
||||
'change_email' => 'E-Mail Adresse ändern',
|
||||
'bills' => 'Rechnungen',
|
||||
'newBill' => 'Neue Rechnung',
|
||||
'edit_bill' => 'Rechnung „:name” bearbeiten',
|
||||
'delete_bill' => 'Rechnung „:name” löschen',
|
||||
'reports' => 'Berichte',
|
||||
'search_result' => 'Suchergebnisse für ":query"',
|
||||
'withdrawal_list' => 'Ausgaben',
|
||||
'Withdrawal_list' => 'Ausgaben',
|
||||
'deposit_list' => 'Einnahmen, Einkommen und Einzahlungen',
|
||||
'transfer_list' => 'Umbuchungen',
|
||||
'transfers_list' => 'Umbuchungen',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Bitte sammeln Sie weitere Informationen im Verzeichnis <code>storage/logs</code> wo Sie Logdateien finden können. Wenn Sie Docker verwenden, verwenden Sie <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Lesen Sie mehr über das Sammeln von Fehlerinformationen in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">der FAQ</a>.',
|
||||
'github_help' => 'Hilfe auf GitHub erhalten',
|
||||
'github_instructions' => 'Sie sind herzlich eingeladen, ein neues Ticket <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">auf GitHub</a></strong> zu öffnen.',
|
||||
'use_search' => 'Benutzen Sie die Suche!',
|
||||
'include_info' => 'Fügen Sie die Informationen <a href=":link">von dieser Debug-Seite</a> ein.',
|
||||
'tell_more' => 'Sagen Sie uns mehr als "Da steht Hoppla!"',
|
||||
'include_logs' => 'Fehlerprotokolle einschließen (siehe oben).',
|
||||
'what_did_you_do' => 'Teilen Sie uns mit, was Sie getan haben.',
|
||||
'offline_header' => 'Sie sind wahrscheinlich offline',
|
||||
'offline_unreachable' => 'Firefly III ist nicht erreichbar. Ihr Gerät ist offline oder der Server antwortet nicht.',
|
||||
'offline_github' => 'Falls Sie sicher sind, dass sowohl Ihr Gerät als auch der Server online sind, öffnen Sie bitte ein Ticket auf <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'Bitte sammeln Sie weitere Informationen im Verzeichnis <code>storage/logs</code> wo Sie Logdateien finden können. Wenn Sie Docker verwenden, verwenden Sie <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Lesen Sie mehr über das Sammeln von Fehlerinformationen in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">der FAQ</a>.',
|
||||
'github_help' => 'Hilfe auf GitHub erhalten',
|
||||
'github_instructions' => 'Sie sind herzlich eingeladen, ein neues Ticket <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">auf GitHub</a></strong> zu öffnen.',
|
||||
'use_search' => 'Benutzen Sie die Suche!',
|
||||
'include_info' => 'Fügen Sie die Informationen <a href=":link">von dieser Debug-Seite</a> ein.',
|
||||
'tell_more' => 'Sagen Sie uns mehr als "Da steht Hoppla!"',
|
||||
'include_logs' => 'Fehlerprotokolle einschließen (siehe oben).',
|
||||
'what_did_you_do' => 'Teilen Sie uns mit, was Sie getan haben.',
|
||||
'offline_header' => 'Sie sind wahrscheinlich offline',
|
||||
'offline_unreachable' => 'Firefly III ist nicht erreichbar. Ihr Gerät ist offline oder der Server antwortet nicht.',
|
||||
'offline_github' => 'Falls Sie sicher sind, dass sowohl Ihr Gerät als auch der Server online sind, öffnen Sie bitte ein Ticket auf <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -1706,7 +1706,7 @@ return [
|
||||
'auto_budget_none' => 'Kein Auto-Budget',
|
||||
'auto_budget_reset' => 'Festbetrag für jeden Zeitraum festlegen',
|
||||
'auto_budget_rollover' => 'Betrag pro Zeitraum hinzufügen',
|
||||
'auto_budget_adjusted' => 'Add an amount every period and correct for overspending',
|
||||
'auto_budget_adjusted' => 'Fügen Sie für jeden Zeitraum einen Betrag hinzu und korrigieren Sie die Mehrausgaben',
|
||||
'auto_budget_period_daily' => 'Täglich',
|
||||
'auto_budget_period_weekly' => 'Wöchentlich',
|
||||
'auto_budget_period_monthly' => 'Monatlich',
|
||||
@ -1716,7 +1716,7 @@ return [
|
||||
'auto_budget_help' => 'Mehr über diese Funktion können Sie in der Hilfe nachlesen. Klicken Sie oben rechts auf das ❓-Symbol.',
|
||||
'auto_budget_reset_icon' => 'Dieses Budget wird regelmäßig festgelegt',
|
||||
'auto_budget_rollover_icon' => 'Der Budgetbetrag wird regelmäßig erhöht',
|
||||
'auto_budget_adjusted_icon' => 'The budget amount will increase periodically and will correct for overspending',
|
||||
'auto_budget_adjusted_icon' => 'Der Budget-Betrag wird regelmäßig erhöht und wird bei Mehrausgaben korrigiert',
|
||||
'remove_budgeted_amount' => 'Budgetbetrag in :currency entfernen',
|
||||
|
||||
// bills:
|
||||
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Vorgesehen',
|
||||
'period' => 'Zeitraum',
|
||||
'balance' => 'Kontostand',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'Ein- + Ausgaben im Zeitraum',
|
||||
'sum' => 'Summe',
|
||||
'summary' => 'Zusammenfasssung',
|
||||
'average' => 'Durchschnitt',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Name der Bank',
|
||||
'bank_balance' => 'Kontostand',
|
||||
'savings_balance' => 'Sparguthaben',
|
||||
'credit_card_limit' => 'Kreditkartenlimit',
|
||||
'automatch' => 'Automatisch reagieren',
|
||||
'skip' => 'Überspringen',
|
||||
'enabled' => 'Aktiviert',
|
||||
'name' => 'Name',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Mindestbetrag',
|
||||
'amount_max' => 'Höchstbetrag',
|
||||
'match' => 'Reagiert auf',
|
||||
'strict' => 'Strenger Modus',
|
||||
'repeat_freq' => 'Wiederholungen',
|
||||
'object_group' => 'Gruppe',
|
||||
'location' => 'Herkunft',
|
||||
'update_channel' => 'Aktualisierungskanal',
|
||||
'currency_id' => 'Währung',
|
||||
'transaction_currency_id' => 'Währung',
|
||||
'auto_budget_currency_id' => 'Währung',
|
||||
'external_ip' => 'Die externe IP-Adresse Ihres Servers',
|
||||
'attachments' => 'Anhänge',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Passwortsicherheit überprüfen',
|
||||
'source_account' => 'Quellkonto',
|
||||
'destination_account' => 'Zielkonto',
|
||||
'asset_destination_account' => 'Zielkonto',
|
||||
'include_net_worth' => 'Im Eigenkapital enthalten',
|
||||
'asset_source_account' => 'Quellkonto',
|
||||
'journal_description' => 'Beschreibung',
|
||||
'note' => 'Notizen',
|
||||
'currency' => 'Währung',
|
||||
'account_id' => 'Bestandskonto',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Rechnung',
|
||||
'opening_balance' => 'Eröffnungsbilanz',
|
||||
'tagMode' => 'Schlagwort-Modus',
|
||||
'virtual_balance' => 'Virtueller Kontostand',
|
||||
'bank_name' => 'Name der Bank',
|
||||
'bank_balance' => 'Kontostand',
|
||||
'savings_balance' => 'Sparguthaben',
|
||||
'credit_card_limit' => 'Kreditkartenlimit',
|
||||
'automatch' => 'Automatisch reagieren',
|
||||
'skip' => 'Überspringen',
|
||||
'enabled' => 'Aktiviert',
|
||||
'name' => 'Name',
|
||||
'active' => 'Aktiv',
|
||||
'amount_min' => 'Mindestbetrag',
|
||||
'amount_max' => 'Höchstbetrag',
|
||||
'match' => 'Reagiert auf',
|
||||
'strict' => 'Strenger Modus',
|
||||
'repeat_freq' => 'Wiederholungen',
|
||||
'object_group' => 'Gruppe',
|
||||
'location' => 'Herkunft',
|
||||
'update_channel' => 'Aktualisierungskanal',
|
||||
'currency_id' => 'Währung',
|
||||
'transaction_currency_id' => 'Währung',
|
||||
'auto_budget_currency_id' => 'Währung',
|
||||
'external_ip' => 'Die externe IP-Adresse Ihres Servers',
|
||||
'attachments' => 'Anhänge',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Passwortsicherheit überprüfen',
|
||||
'source_account' => 'Quellkonto',
|
||||
'destination_account' => 'Zielkonto',
|
||||
'asset_destination_account' => 'Zielkonto',
|
||||
'include_net_worth' => 'Im Eigenkapital enthalten',
|
||||
'asset_source_account' => 'Quellkonto',
|
||||
'journal_description' => 'Beschreibung',
|
||||
'note' => 'Notizen',
|
||||
'currency' => 'Währung',
|
||||
'account_id' => 'Bestandskonto',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Rechnung',
|
||||
'opening_balance' => 'Eröffnungsbilanz',
|
||||
'tagMode' => 'Schlagwort-Modus',
|
||||
'virtual_balance' => 'Virtueller Kontostand',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'Möchten Sie die Gruppe „:title” wirklich löschen?',
|
||||
'ruleGroup_areYouSure' => 'Sind Sie sicher, dass sie die Regelgruppe ":title" löschen möchten?',
|
||||
'budget_areYouSure' => 'Möchten Sie das Budget „:name” wirklich löschen?',
|
||||
'webhook_areYouSure' => 'Sind Sie sicher, dass Sie den Webhook mit dem Namen ":title" löschen möchten?',
|
||||
'webhook_areYouSure' => 'Sind Sie sicher, dass Sie den Webhook mit dem Namen ":title" löschen möchten?',
|
||||
'category_areYouSure' => 'Möchten Sie die Kategorie „:name” wirklich löschen?',
|
||||
'recurring_areYouSure' => 'Möchten Sie den Dauerauftrag „:title” wirklich löschen?',
|
||||
'currency_areYouSure' => 'Möchten Sie die Währung „:name” wirklich löschen?',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Datum ab',
|
||||
'to_date' => 'Datum bis',
|
||||
'due_date' => 'Fälligkeitstermin',
|
||||
'payment_date' => 'Zahlungsdatum',
|
||||
'invoice_date' => 'Rechnungsdatum',
|
||||
'internal_reference' => 'Interner Verweis',
|
||||
'inward' => 'Beschreibung der Eingänge',
|
||||
'outward' => 'Beschreibung der Ausgänge',
|
||||
'rule_group_id' => 'Regelgruppe',
|
||||
'transaction_description' => 'Beschreibung der Buchung',
|
||||
'first_date' => 'Erstes Datum',
|
||||
'transaction_type' => 'Art der Buchung',
|
||||
'repeat_until' => 'Wiederholen bis',
|
||||
'recurring_description' => 'Beschreibung des Dauerauftrags',
|
||||
'repetition_type' => 'Art der Wiederholung',
|
||||
'foreign_currency_id' => 'Fremdwährung',
|
||||
'repetition_end' => 'Wiederholung endet',
|
||||
'repetitions' => 'Wiederholungen',
|
||||
'calendar' => 'Kalender',
|
||||
'weekend' => 'Wochenende',
|
||||
'client_secret' => 'Kundengeheimnis',
|
||||
'withdrawal_destination_id' => 'Zielkonto',
|
||||
'deposit_source_id' => 'Quellkonto',
|
||||
'expected_on' => 'Erwartet am',
|
||||
'paid' => 'Bezahlt',
|
||||
'auto_budget_type' => 'Automatisches Budget',
|
||||
'auto_budget_amount' => 'Betrag des automatischen Budget',
|
||||
'auto_budget_period' => 'Zeitraum des automatischen Budget',
|
||||
'collected' => 'Gesammelt',
|
||||
'submitted' => 'Übermittelt',
|
||||
'key' => 'Schlüssel',
|
||||
'value' => 'Inhalt der Aufzeichnungen',
|
||||
'webhook_delivery' => 'Zustellung',
|
||||
'webhook_response' => 'Antwort',
|
||||
'webhook_trigger' => 'Auslöser',
|
||||
'from_date' => 'Datum ab',
|
||||
'to_date' => 'Datum bis',
|
||||
'due_date' => 'Fälligkeitstermin',
|
||||
'payment_date' => 'Zahlungsdatum',
|
||||
'invoice_date' => 'Rechnungsdatum',
|
||||
'internal_reference' => 'Interner Verweis',
|
||||
'inward' => 'Beschreibung der Eingänge',
|
||||
'outward' => 'Beschreibung der Ausgänge',
|
||||
'rule_group_id' => 'Regelgruppe',
|
||||
'transaction_description' => 'Beschreibung der Buchung',
|
||||
'first_date' => 'Erstes Datum',
|
||||
'transaction_type' => 'Art der Buchung',
|
||||
'repeat_until' => 'Wiederholen bis',
|
||||
'recurring_description' => 'Beschreibung des Dauerauftrags',
|
||||
'repetition_type' => 'Art der Wiederholung',
|
||||
'foreign_currency_id' => 'Fremdwährung',
|
||||
'repetition_end' => 'Wiederholung endet',
|
||||
'repetitions' => 'Wiederholungen',
|
||||
'calendar' => 'Kalender',
|
||||
'weekend' => 'Wochenende',
|
||||
'client_secret' => 'Kundengeheimnis',
|
||||
'withdrawal_destination_id' => 'Zielkonto',
|
||||
'deposit_source_id' => 'Quellkonto',
|
||||
'expected_on' => 'Erwartet am',
|
||||
'paid' => 'Bezahlt',
|
||||
'auto_budget_type' => 'Automatisches Budget',
|
||||
'auto_budget_amount' => 'Betrag des automatischen Budget',
|
||||
'auto_budget_period' => 'Zeitraum des automatischen Budget',
|
||||
'collected' => 'Gesammelt',
|
||||
'submitted' => 'Übermittelt',
|
||||
'key' => 'Schlüssel',
|
||||
'value' => 'Inhalt der Aufzeichnungen',
|
||||
'webhook_delivery' => 'Zustellung',
|
||||
'webhook_response' => 'Antwort',
|
||||
'webhook_trigger' => 'Auslöser',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Schaltflächen',
|
||||
'icon' => 'Symbol',
|
||||
'id' => 'Id',
|
||||
'create_date' => 'Erstellt am',
|
||||
'update_date' => 'Aktualisiert am',
|
||||
'updated_at' => 'Aktualisiert am',
|
||||
'balance_before' => 'Kontostand vorher',
|
||||
'balance_after' => 'Kontostand nachher',
|
||||
'name' => 'Name',
|
||||
'role' => 'Rolle',
|
||||
'currentBalance' => 'Aktueller Kontostand',
|
||||
'linked_to_rules' => 'Verlinkte Regeln',
|
||||
'active' => 'Aktiv?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Dauerauftrag',
|
||||
'next_due' => 'Nächste Fälligkeit',
|
||||
'transaction_type' => 'Typ',
|
||||
'lastActivity' => 'Letzte Aktivität',
|
||||
'balanceDiff' => 'Saldendifferenz',
|
||||
'other_meta_data' => 'Weitere Metadaten',
|
||||
'invited_at' => 'Eingeladen am',
|
||||
'expires' => 'Einladung läuft ab am',
|
||||
'invited_by' => 'Eingeladen von',
|
||||
'invite_link' => 'Einladungs-Link',
|
||||
'account_type' => 'Kontotyp',
|
||||
'created_at' => 'Erstellt am',
|
||||
'account' => 'Konto',
|
||||
'external_url' => 'Externe URL',
|
||||
'matchingAmount' => 'Betrag',
|
||||
'destination' => 'Empfänger',
|
||||
'source' => 'Quelle',
|
||||
'next_expected_match' => 'Nächste erwartete Übereinstimmung',
|
||||
'automatch' => 'Automatisch erkennen?',
|
||||
'buttons' => 'Schaltflächen',
|
||||
'icon' => 'Symbol',
|
||||
'id' => 'Id',
|
||||
'create_date' => 'Erstellt am',
|
||||
'update_date' => 'Aktualisiert am',
|
||||
'updated_at' => 'Aktualisiert am',
|
||||
'balance_before' => 'Kontostand vorher',
|
||||
'balance_after' => 'Kontostand nachher',
|
||||
'name' => 'Name',
|
||||
'role' => 'Rolle',
|
||||
'currentBalance' => 'Aktueller Kontostand',
|
||||
'linked_to_rules' => 'Verlinkte Regeln',
|
||||
'active' => 'Aktiv?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Dauerauftrag',
|
||||
'next_due' => 'Nächste Fälligkeit',
|
||||
'transaction_type' => 'Typ',
|
||||
'lastActivity' => 'Letzte Aktivität',
|
||||
'balanceDiff' => 'Saldendifferenz',
|
||||
'other_meta_data' => 'Weitere Metadaten',
|
||||
'invited_at' => 'Eingeladen am',
|
||||
'expires' => 'Einladung läuft ab am',
|
||||
'invited_by' => 'Eingeladen von',
|
||||
'invite_link' => 'Einladungs-Link',
|
||||
'account_type' => 'Kontotyp',
|
||||
'created_at' => 'Erstellt am',
|
||||
'account' => 'Konto',
|
||||
'external_url' => 'Externe URL',
|
||||
'matchingAmount' => 'Betrag',
|
||||
'destination' => 'Empfänger',
|
||||
'source' => 'Quelle',
|
||||
'next_expected_match' => 'Nächste erwartete Übereinstimmung',
|
||||
'automatch' => 'Automatisch erkennen?',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Dateigröße',
|
||||
'file_type' => 'Dateityp',
|
||||
'attached_to' => 'Zugewiesen zu',
|
||||
'file_exists' => 'Datei existiert',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Letzte Anmeldung',
|
||||
'spectre_status' => 'Status',
|
||||
'bunq_payment_id' => 'bunq-Zahlungskennung',
|
||||
'repetitions' => 'Wiederholungen',
|
||||
'title' => 'Titel',
|
||||
'transaction_s' => 'Buchung(en)',
|
||||
'field' => 'Feld',
|
||||
'value' => 'Wert',
|
||||
'interest' => 'Zinsen',
|
||||
'interest_period' => 'Zinsperiode',
|
||||
'liability_type' => 'Verbindlichkeitsart',
|
||||
'liability_direction' => 'Verbindlichkeit ein/aus',
|
||||
'end_date' => 'Endet am',
|
||||
'payment_info' => 'Zahlungsinformationen',
|
||||
'expected_info' => 'Nächste erwartete Buchung',
|
||||
'start_date' => 'Beginnt am',
|
||||
'trigger' => 'Auslöser',
|
||||
'response' => 'Antwort',
|
||||
'delivery' => 'Zustellung',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'file_size' => 'Dateigröße',
|
||||
'file_type' => 'Dateityp',
|
||||
'attached_to' => 'Zugewiesen zu',
|
||||
'file_exists' => 'Datei existiert',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Letzte Anmeldung',
|
||||
'spectre_status' => 'Status',
|
||||
'bunq_payment_id' => 'bunq-Zahlungskennung',
|
||||
'repetitions' => 'Wiederholungen',
|
||||
'title' => 'Titel',
|
||||
'transaction_s' => 'Buchung(en)',
|
||||
'field' => 'Feld',
|
||||
'value' => 'Wert',
|
||||
'interest' => 'Zinsen',
|
||||
'interest_period' => 'Zinsperiode',
|
||||
'liability_type' => 'Verbindlichkeitsart',
|
||||
'liability_direction' => 'Verbindlichkeit ein/aus',
|
||||
'end_date' => 'Endet am',
|
||||
'payment_info' => 'Zahlungsinformationen',
|
||||
'expected_info' => 'Nächste erwartete Buchung',
|
||||
'start_date' => 'Beginnt am',
|
||||
'trigger' => 'Auslöser',
|
||||
'response' => 'Antwort',
|
||||
'delivery' => 'Zustellung',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Αρχική',
|
||||
'budgets' => 'Προϋπολογισμοί',
|
||||
'subscriptions' => 'Συνδρομές',
|
||||
'transactions' => 'Συναλλαγές',
|
||||
'title_expenses' => 'Δαπάνες',
|
||||
'title_withdrawal' => 'Δαπάνες',
|
||||
'title_revenue' => 'Έσοδα',
|
||||
'title_deposit' => 'Έσοδα',
|
||||
'title_transfer' => 'Μεταφορές',
|
||||
'title_transfers' => 'Μεταφορές',
|
||||
'edit_currency' => 'Επεξεργασία νομίσματος ":name"',
|
||||
'delete_currency' => 'Διαγραφή νομίσματος ":name"',
|
||||
'newPiggyBank' => 'Δημιουργία ενός νέου κουμπαρά',
|
||||
'edit_piggyBank' => 'Επεξεργασία κουμπαρά ":name"',
|
||||
'preferences' => 'Προτιμήσεις',
|
||||
'profile' => 'Προφίλ',
|
||||
'accounts' => 'Λογαριασμοί',
|
||||
'changePassword' => 'Αλλάξτε τον κωδικό σας',
|
||||
'change_email' => 'Αλλάξτε τη διεύθυνση του email σας',
|
||||
'bills' => 'Πάγια έξοδα',
|
||||
'newBill' => 'Νέο πάγιο έξοδο',
|
||||
'edit_bill' => 'Επεξεργασία πάγιου έξοδου ":name"',
|
||||
'delete_bill' => 'Διαγραφή πάγιου έξοδου ":name"',
|
||||
'reports' => 'Αναφορές',
|
||||
'search_result' => 'Αποτελέσματα αναζήτησης για ":query"',
|
||||
'withdrawal_list' => 'Δαπάνες',
|
||||
'Withdrawal_list' => 'Δαπάνες',
|
||||
'deposit_list' => 'Έσοδα και καταθέσεις',
|
||||
'transfer_list' => 'Μεταφορές',
|
||||
'transfers_list' => 'Μεταφορές',
|
||||
'home' => 'Αρχική',
|
||||
'budgets' => 'Προϋπολογισμοί',
|
||||
'subscriptions' => 'Συνδρομές',
|
||||
'transactions' => 'Συναλλαγές',
|
||||
'title_expenses' => 'Δαπάνες',
|
||||
'title_withdrawal' => 'Δαπάνες',
|
||||
'title_revenue' => 'Έσοδα',
|
||||
'title_deposit' => 'Έσοδα',
|
||||
'title_transfer' => 'Μεταφορές',
|
||||
'title_transfers' => 'Μεταφορές',
|
||||
'edit_currency' => 'Επεξεργασία νομίσματος ":name"',
|
||||
'delete_currency' => 'Διαγραφή νομίσματος ":name"',
|
||||
'newPiggyBank' => 'Δημιουργία ενός νέου κουμπαρά',
|
||||
'edit_piggyBank' => 'Επεξεργασία κουμπαρά ":name"',
|
||||
'preferences' => 'Προτιμήσεις',
|
||||
'profile' => 'Προφίλ',
|
||||
'accounts' => 'Λογαριασμοί',
|
||||
'changePassword' => 'Αλλάξτε τον κωδικό σας',
|
||||
'change_email' => 'Αλλάξτε τη διεύθυνση του email σας',
|
||||
'bills' => 'Πάγια έξοδα',
|
||||
'newBill' => 'Νέο πάγιο έξοδο',
|
||||
'edit_bill' => 'Επεξεργασία πάγιου έξοδου ":name"',
|
||||
'delete_bill' => 'Διαγραφή πάγιου έξοδου ":name"',
|
||||
'reports' => 'Αναφορές',
|
||||
'search_result' => 'Αποτελέσματα αναζήτησης για ":query"',
|
||||
'withdrawal_list' => 'Δαπάνες',
|
||||
'Withdrawal_list' => 'Δαπάνες',
|
||||
'deposit_list' => 'Έσοδα και καταθέσεις',
|
||||
'transfer_list' => 'Μεταφορές',
|
||||
'transfers_list' => 'Μεταφορές',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Συλλέξτε περισσότερες πληροφορίες στον κατάλογο <code>storage/logs</code> όπου θα βρείτε αρχεία καταγραφής. Εάν χρησιμοποιείτε το Docker, χρησιμοποιήστε το <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Μπορείτε να διαβάσετε περισσότερα σχετικά με τη συλλογή πληροφοριών σφάλματος <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">στο FAQ</a>.',
|
||||
'github_help' => 'Λάβετε βοήθεια στο GitHub',
|
||||
'github_instructions' => 'Είστε ευπρόσδεκτοι να ανοίξετε ένα νέο θέμα <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">στο GitHub</a></strong>.',
|
||||
'use_search' => 'Χρησιμοποιήστε την αναζήτηση!',
|
||||
'include_info' => 'Συμπεριλάβετε τις πληροφορίες <a href=":link">από αυτή τη σελίδα εντοπισμού σφαλμάτων</a>.',
|
||||
'tell_more' => 'Πείτε μας λίγα περισσότερα από το "μου λέει Ουπς!"',
|
||||
'include_logs' => 'Συμπεριλάβετε αρχεία καταγραφής σφαλμάτων (δείτε παραπάνω).',
|
||||
'what_did_you_do' => 'Πείτε μας τι κάνατε.',
|
||||
'offline_header' => 'Μάλλον είστε εκτός σύνδεσης',
|
||||
'offline_unreachable' => 'Το Firefly III δεν είναι προσβάσιμο. Είτε η συσκευή σας αυτή τη στιγμή είναι εκτός σύνδεσης ή ο διακομιστής δεν λειτουργεί.',
|
||||
'offline_github' => 'Εάν είστε βέβαιοι ότι τόσο η συσκευή σας όσο και ο διακομιστής είναι συνδεδεμένοι, ανοίξτε ένα θέμα στο <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> </strong>.',
|
||||
'collect_info' => 'Συλλέξτε περισσότερες πληροφορίες στον κατάλογο <code>storage/logs</code> όπου θα βρείτε αρχεία καταγραφής. Εάν χρησιμοποιείτε το Docker, χρησιμοποιήστε το <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Μπορείτε να διαβάσετε περισσότερα σχετικά με τη συλλογή πληροφοριών σφάλματος <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">στο FAQ</a>.',
|
||||
'github_help' => 'Λάβετε βοήθεια στο GitHub',
|
||||
'github_instructions' => 'Είστε ευπρόσδεκτοι να ανοίξετε ένα νέο θέμα <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">στο GitHub</a></strong>.',
|
||||
'use_search' => 'Χρησιμοποιήστε την αναζήτηση!',
|
||||
'include_info' => 'Συμπεριλάβετε τις πληροφορίες <a href=":link">από αυτή τη σελίδα εντοπισμού σφαλμάτων</a>.',
|
||||
'tell_more' => 'Πείτε μας λίγα περισσότερα από το "μου λέει Ουπς!"',
|
||||
'include_logs' => 'Συμπεριλάβετε αρχεία καταγραφής σφαλμάτων (δείτε παραπάνω).',
|
||||
'what_did_you_do' => 'Πείτε μας τι κάνατε.',
|
||||
'offline_header' => 'Μάλλον είστε εκτός σύνδεσης',
|
||||
'offline_unreachable' => 'Το Firefly III δεν είναι προσβάσιμο. Είτε η συσκευή σας αυτή τη στιγμή είναι εκτός σύνδεσης ή ο διακομιστής δεν λειτουργεί.',
|
||||
'offline_github' => 'Εάν είστε βέβαιοι ότι τόσο η συσκευή σας όσο και ο διακομιστής είναι συνδεδεμένοι, ανοίξτε ένα θέμα στο <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> </strong>.',
|
||||
|
||||
];
|
||||
|
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Προϋπολογισμένο',
|
||||
'period' => 'Περίοδος',
|
||||
'balance' => 'Ισοζύγιο',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'sum' => 'Σύνολο',
|
||||
'summary' => 'Σύνοψη',
|
||||
'average' => 'Μέσος όρος',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Όνομα τράπεζας',
|
||||
'bank_balance' => 'Υπόλοιπο',
|
||||
'savings_balance' => 'Υπόλοιπο αποταμιεύσεων',
|
||||
'credit_card_limit' => 'Όριο πιστωτικής κάρτας',
|
||||
'automatch' => 'Αυτόματο ταίριασμα',
|
||||
'skip' => 'Παράλειψη',
|
||||
'enabled' => 'Ενεργοποιημένο',
|
||||
'name' => 'Όνομα',
|
||||
'active' => 'Ενεργό',
|
||||
'amount_min' => 'Ελάχιστο ποσό',
|
||||
'amount_max' => 'Μέγιστο ποσό',
|
||||
'match' => 'Αντιστοιχίες στις',
|
||||
'strict' => 'Αυστηρή λειτουργία',
|
||||
'repeat_freq' => 'Επαναλήψεις',
|
||||
'object_group' => 'Ομάδα',
|
||||
'location' => 'Τοποθεσία',
|
||||
'update_channel' => 'Κανάλι ενημερώσεων',
|
||||
'currency_id' => 'Νόμισμα',
|
||||
'transaction_currency_id' => 'Νόμισμα',
|
||||
'auto_budget_currency_id' => 'Νόμισμα',
|
||||
'external_ip' => 'Η εξωτερική IP του εξυπηρετητή σας',
|
||||
'attachments' => 'Συνημμένα',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Επιβεβαίωση ασφάλειας κωδικού',
|
||||
'source_account' => 'Λογαριασμός προέλευσης',
|
||||
'destination_account' => 'Λογαριασμός προορισμού',
|
||||
'asset_destination_account' => 'Λογαριασμός προορισμού',
|
||||
'include_net_worth' => 'Εντός καθαρής αξίας',
|
||||
'asset_source_account' => 'Λογαριασμός προέλευσης',
|
||||
'journal_description' => 'Περιγραφή',
|
||||
'note' => 'Σημειώσεις',
|
||||
'currency' => 'Νόμισμα',
|
||||
'account_id' => 'Λογαριασμός κεφαλαίου',
|
||||
'budget_id' => 'Προϋπολογισμός',
|
||||
'bill_id' => 'Πάγιο έξοδο',
|
||||
'opening_balance' => 'Υπόλοιπο έναρξης',
|
||||
'tagMode' => 'Λειτουργία ετικέτας',
|
||||
'virtual_balance' => 'Εικονικό υπόλοιπο',
|
||||
'bank_name' => 'Όνομα τράπεζας',
|
||||
'bank_balance' => 'Υπόλοιπο',
|
||||
'savings_balance' => 'Υπόλοιπο αποταμιεύσεων',
|
||||
'credit_card_limit' => 'Όριο πιστωτικής κάρτας',
|
||||
'automatch' => 'Αυτόματο ταίριασμα',
|
||||
'skip' => 'Παράλειψη',
|
||||
'enabled' => 'Ενεργοποιημένο',
|
||||
'name' => 'Όνομα',
|
||||
'active' => 'Ενεργό',
|
||||
'amount_min' => 'Ελάχιστο ποσό',
|
||||
'amount_max' => 'Μέγιστο ποσό',
|
||||
'match' => 'Αντιστοιχίες στις',
|
||||
'strict' => 'Αυστηρή λειτουργία',
|
||||
'repeat_freq' => 'Επαναλήψεις',
|
||||
'object_group' => 'Ομάδα',
|
||||
'location' => 'Τοποθεσία',
|
||||
'update_channel' => 'Κανάλι ενημερώσεων',
|
||||
'currency_id' => 'Νόμισμα',
|
||||
'transaction_currency_id' => 'Νόμισμα',
|
||||
'auto_budget_currency_id' => 'Νόμισμα',
|
||||
'external_ip' => 'Η εξωτερική IP του εξυπηρετητή σας',
|
||||
'attachments' => 'Συνημμένα',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Επιβεβαίωση ασφάλειας κωδικού',
|
||||
'source_account' => 'Λογαριασμός προέλευσης',
|
||||
'destination_account' => 'Λογαριασμός προορισμού',
|
||||
'asset_destination_account' => 'Λογαριασμός προορισμού',
|
||||
'include_net_worth' => 'Εντός καθαρής αξίας',
|
||||
'asset_source_account' => 'Λογαριασμός προέλευσης',
|
||||
'journal_description' => 'Περιγραφή',
|
||||
'note' => 'Σημειώσεις',
|
||||
'currency' => 'Νόμισμα',
|
||||
'account_id' => 'Λογαριασμός κεφαλαίου',
|
||||
'budget_id' => 'Προϋπολογισμός',
|
||||
'bill_id' => 'Πάγιο έξοδο',
|
||||
'opening_balance' => 'Υπόλοιπο έναρξης',
|
||||
'tagMode' => 'Λειτουργία ετικέτας',
|
||||
'virtual_balance' => 'Εικονικό υπόλοιπο',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ομάδα με τίτλο ":title";',
|
||||
'ruleGroup_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ομάδα κανόνων με τίτλο ":title";',
|
||||
'budget_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τον προϋπολογισμό με όνομα ":name";',
|
||||
'webhook_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το webhook με τίτλο ":title";',
|
||||
'webhook_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το webhook με τίτλο ":title";',
|
||||
'category_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την κατηγορία με όνομα ":name";',
|
||||
'recurring_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την επαναλαμβανόμενη συναλλαγή με τίτλο ":title";',
|
||||
'currency_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το νόμισμα με όνομα ":name";',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Από ημερομηνία',
|
||||
'to_date' => 'Εώς ημερομηνία',
|
||||
'due_date' => 'Ημερομηνία προθεσμίας',
|
||||
'payment_date' => 'Ημερομηνία πληρωμής',
|
||||
'invoice_date' => 'Ημερομηνία τιμολόγησης',
|
||||
'internal_reference' => 'Εσωτερική αναφορά',
|
||||
'inward' => 'Εσωτερική περιγραφή',
|
||||
'outward' => 'Εξωτερική περιγραφή',
|
||||
'rule_group_id' => 'Ομάδα κανόνων',
|
||||
'transaction_description' => 'Περιγραφή συναλλαγής',
|
||||
'first_date' => 'Πρώτη ημερομηνία',
|
||||
'transaction_type' => 'Τύπος συναλλαγής',
|
||||
'repeat_until' => 'Επανάληψη εώς',
|
||||
'recurring_description' => 'Περιγραφή επαναλαμβανόμενης συναλλαγής',
|
||||
'repetition_type' => 'Τύπος επανάληψης',
|
||||
'foreign_currency_id' => 'Ξένο νόμισμα',
|
||||
'repetition_end' => 'Τέλος επανάληψης',
|
||||
'repetitions' => 'Επαναλήψεις',
|
||||
'calendar' => 'Ημερολόγιο',
|
||||
'weekend' => 'Σαββατοκύριακο',
|
||||
'client_secret' => 'Μυστικό πελάτη',
|
||||
'withdrawal_destination_id' => 'Λογαριασμός προορισμού',
|
||||
'deposit_source_id' => 'Λογαριασμός προέλευσης',
|
||||
'expected_on' => 'Αναμένεται στις',
|
||||
'paid' => 'Πληρώθηκε',
|
||||
'auto_budget_type' => 'Αυτόματος προϋπολογισμός',
|
||||
'auto_budget_amount' => 'Ποσό αυτόματου προϋπολογισμού',
|
||||
'auto_budget_period' => 'Περίοδος αυτόματου προϋπολογισμού',
|
||||
'collected' => 'Συλλέχθηκε',
|
||||
'submitted' => 'Υποβλήθηκε',
|
||||
'key' => 'Κλειδί',
|
||||
'value' => 'Περιεχόμενο της εγγραφής',
|
||||
'webhook_delivery' => 'Παράδοση',
|
||||
'webhook_response' => 'Απόκριση',
|
||||
'webhook_trigger' => 'Ενεργοποίηση',
|
||||
'from_date' => 'Από ημερομηνία',
|
||||
'to_date' => 'Εώς ημερομηνία',
|
||||
'due_date' => 'Ημερομηνία προθεσμίας',
|
||||
'payment_date' => 'Ημερομηνία πληρωμής',
|
||||
'invoice_date' => 'Ημερομηνία τιμολόγησης',
|
||||
'internal_reference' => 'Εσωτερική αναφορά',
|
||||
'inward' => 'Εσωτερική περιγραφή',
|
||||
'outward' => 'Εξωτερική περιγραφή',
|
||||
'rule_group_id' => 'Ομάδα κανόνων',
|
||||
'transaction_description' => 'Περιγραφή συναλλαγής',
|
||||
'first_date' => 'Πρώτη ημερομηνία',
|
||||
'transaction_type' => 'Τύπος συναλλαγής',
|
||||
'repeat_until' => 'Επανάληψη εώς',
|
||||
'recurring_description' => 'Περιγραφή επαναλαμβανόμενης συναλλαγής',
|
||||
'repetition_type' => 'Τύπος επανάληψης',
|
||||
'foreign_currency_id' => 'Ξένο νόμισμα',
|
||||
'repetition_end' => 'Τέλος επανάληψης',
|
||||
'repetitions' => 'Επαναλήψεις',
|
||||
'calendar' => 'Ημερολόγιο',
|
||||
'weekend' => 'Σαββατοκύριακο',
|
||||
'client_secret' => 'Μυστικό πελάτη',
|
||||
'withdrawal_destination_id' => 'Λογαριασμός προορισμού',
|
||||
'deposit_source_id' => 'Λογαριασμός προέλευσης',
|
||||
'expected_on' => 'Αναμένεται στις',
|
||||
'paid' => 'Πληρώθηκε',
|
||||
'auto_budget_type' => 'Αυτόματος προϋπολογισμός',
|
||||
'auto_budget_amount' => 'Ποσό αυτόματου προϋπολογισμού',
|
||||
'auto_budget_period' => 'Περίοδος αυτόματου προϋπολογισμού',
|
||||
'collected' => 'Συλλέχθηκε',
|
||||
'submitted' => 'Υποβλήθηκε',
|
||||
'key' => 'Κλειδί',
|
||||
'value' => 'Περιεχόμενο της εγγραφής',
|
||||
'webhook_delivery' => 'Παράδοση',
|
||||
'webhook_response' => 'Απόκριση',
|
||||
'webhook_trigger' => 'Ενεργοποίηση',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Κουμπιά',
|
||||
'icon' => 'Εικονίδιο',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Δημιουργήθηκε στις',
|
||||
'update_date' => 'Ενημερώθηκε στις',
|
||||
'updated_at' => 'Ενημερώθηκε στις',
|
||||
'balance_before' => 'Υπόλοιπο πριν',
|
||||
'balance_after' => 'Υπόλοιπο μετά',
|
||||
'name' => 'Όνομα',
|
||||
'role' => 'Ρόλος',
|
||||
'currentBalance' => 'Τρέχον υπόλοιπο',
|
||||
'linked_to_rules' => 'Σχετικοί κανόνες',
|
||||
'active' => 'Είναι ενεργό;',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Επαναλαμβανόμενη συναλλαγή',
|
||||
'next_due' => 'Επόμενη προθεσμία',
|
||||
'transaction_type' => 'Τύπος',
|
||||
'lastActivity' => 'Τελευταία δραστηριότητα',
|
||||
'balanceDiff' => 'Διαφορά υπολοίπου',
|
||||
'other_meta_data' => 'Άλλα μετα-δεδομένα',
|
||||
'invited_at' => 'Προσκλήθηκε στις',
|
||||
'expires' => 'Η πρόσκληση λήγει',
|
||||
'invited_by' => 'Προσκλήθηκε από',
|
||||
'invite_link' => 'Σύνδεσμος πρόσκλησης',
|
||||
'account_type' => 'Τύπος λογαριασμού',
|
||||
'created_at' => 'Δημιουργήθηκε στις',
|
||||
'account' => 'Λογαριασμός',
|
||||
'external_url' => 'Εξωτερικό URL',
|
||||
'matchingAmount' => 'Ποσό',
|
||||
'destination' => 'Προορισμός',
|
||||
'source' => 'Προέλευση',
|
||||
'next_expected_match' => 'Επόμενη αναμενόμενη αντιστοίχιση',
|
||||
'automatch' => 'Αυτόματη αντιστοίχιση;',
|
||||
'buttons' => 'Κουμπιά',
|
||||
'icon' => 'Εικονίδιο',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Δημιουργήθηκε στις',
|
||||
'update_date' => 'Ενημερώθηκε στις',
|
||||
'updated_at' => 'Ενημερώθηκε στις',
|
||||
'balance_before' => 'Υπόλοιπο πριν',
|
||||
'balance_after' => 'Υπόλοιπο μετά',
|
||||
'name' => 'Όνομα',
|
||||
'role' => 'Ρόλος',
|
||||
'currentBalance' => 'Τρέχον υπόλοιπο',
|
||||
'linked_to_rules' => 'Σχετικοί κανόνες',
|
||||
'active' => 'Είναι ενεργό;',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Επαναλαμβανόμενη συναλλαγή',
|
||||
'next_due' => 'Επόμενη προθεσμία',
|
||||
'transaction_type' => 'Τύπος',
|
||||
'lastActivity' => 'Τελευταία δραστηριότητα',
|
||||
'balanceDiff' => 'Διαφορά υπολοίπου',
|
||||
'other_meta_data' => 'Άλλα μετα-δεδομένα',
|
||||
'invited_at' => 'Προσκλήθηκε στις',
|
||||
'expires' => 'Η πρόσκληση λήγει',
|
||||
'invited_by' => 'Προσκλήθηκε από',
|
||||
'invite_link' => 'Σύνδεσμος πρόσκλησης',
|
||||
'account_type' => 'Τύπος λογαριασμού',
|
||||
'created_at' => 'Δημιουργήθηκε στις',
|
||||
'account' => 'Λογαριασμός',
|
||||
'external_url' => 'Εξωτερικό URL',
|
||||
'matchingAmount' => 'Ποσό',
|
||||
'destination' => 'Προορισμός',
|
||||
'source' => 'Προέλευση',
|
||||
'next_expected_match' => 'Επόμενη αναμενόμενη αντιστοίχιση',
|
||||
'automatch' => 'Αυτόματη αντιστοίχιση;',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Μέγεθος αρχείου',
|
||||
'file_type' => 'Τύπος αρχείου',
|
||||
'attached_to' => 'Επισυναπτόμενο σε',
|
||||
'file_exists' => 'Το αρχείο υπάρχει',
|
||||
'spectre_bank' => 'Τράπεζα',
|
||||
'spectre_last_use' => 'Τελευταία σύνδεση',
|
||||
'spectre_status' => 'Κατάσταση',
|
||||
'bunq_payment_id' => 'bunq ID πληρωμής',
|
||||
'repetitions' => 'Επαναλήψεις',
|
||||
'title' => 'Τίτλος',
|
||||
'transaction_s' => 'Συναλλαγή(ές)',
|
||||
'field' => 'Πεδίο',
|
||||
'value' => 'Τιμή',
|
||||
'interest' => 'Τόκος',
|
||||
'interest_period' => 'Τοκιζόμενη περίοδος',
|
||||
'liability_type' => 'Τύπος υποχρέωσης',
|
||||
'liability_direction' => 'Υποχρέωση εντός/εκτός',
|
||||
'end_date' => 'Ημερομηνία λήξης',
|
||||
'payment_info' => 'Πληροφορίες Πληρωμής',
|
||||
'expected_info' => 'Επόμενη αναμενόμενη συναλλαγή',
|
||||
'start_date' => 'Ημερομηνία έναρξης',
|
||||
'trigger' => 'Ενεργοποίηση',
|
||||
'response' => 'Απόκριση',
|
||||
'delivery' => 'Παράδοση',
|
||||
'url' => 'Διεύθυνση URL',
|
||||
'secret' => 'Μυστικό',
|
||||
'file_size' => 'Μέγεθος αρχείου',
|
||||
'file_type' => 'Τύπος αρχείου',
|
||||
'attached_to' => 'Επισυναπτόμενο σε',
|
||||
'file_exists' => 'Το αρχείο υπάρχει',
|
||||
'spectre_bank' => 'Τράπεζα',
|
||||
'spectre_last_use' => 'Τελευταία σύνδεση',
|
||||
'spectre_status' => 'Κατάσταση',
|
||||
'bunq_payment_id' => 'bunq ID πληρωμής',
|
||||
'repetitions' => 'Επαναλήψεις',
|
||||
'title' => 'Τίτλος',
|
||||
'transaction_s' => 'Συναλλαγή(ές)',
|
||||
'field' => 'Πεδίο',
|
||||
'value' => 'Τιμή',
|
||||
'interest' => 'Τόκος',
|
||||
'interest_period' => 'Τοκιζόμενη περίοδος',
|
||||
'liability_type' => 'Τύπος υποχρέωσης',
|
||||
'liability_direction' => 'Υποχρέωση εντός/εκτός',
|
||||
'end_date' => 'Ημερομηνία λήξης',
|
||||
'payment_info' => 'Πληροφορίες Πληρωμής',
|
||||
'expected_info' => 'Επόμενη αναμενόμενη συναλλαγή',
|
||||
'start_date' => 'Ημερομηνία έναρξης',
|
||||
'trigger' => 'Ενεργοποίηση',
|
||||
'response' => 'Απόκριση',
|
||||
'delivery' => 'Παράδοση',
|
||||
'url' => 'Διεύθυνση URL',
|
||||
'secret' => 'Μυστικό',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Home',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'edit_currency' => 'Edit currency ":name"',
|
||||
'delete_currency' => 'Delete currency ":name"',
|
||||
'newPiggyBank' => 'Create a new piggy bank',
|
||||
'edit_piggyBank' => 'Edit piggy bank ":name"',
|
||||
'preferences' => 'Preferences',
|
||||
'profile' => 'Profile',
|
||||
'accounts' => 'Accounts',
|
||||
'changePassword' => 'Change your password',
|
||||
'change_email' => 'Change your email address',
|
||||
'bills' => 'Bills',
|
||||
'newBill' => 'New bill',
|
||||
'edit_bill' => 'Edit bill ":name"',
|
||||
'delete_bill' => 'Delete bill ":name"',
|
||||
'reports' => 'Reports',
|
||||
'search_result' => 'Search results for ":query"',
|
||||
'withdrawal_list' => 'Expenses',
|
||||
'Withdrawal_list' => 'Expenses',
|
||||
'deposit_list' => 'Revenue, income and deposits',
|
||||
'transfer_list' => 'Transfers',
|
||||
'transfers_list' => 'Transfers',
|
||||
'home' => 'Home',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'edit_currency' => 'Edit currency ":name"',
|
||||
'delete_currency' => 'Delete currency ":name"',
|
||||
'newPiggyBank' => 'Create a new piggy bank',
|
||||
'edit_piggyBank' => 'Edit piggy bank ":name"',
|
||||
'preferences' => 'Preferences',
|
||||
'profile' => 'Profile',
|
||||
'accounts' => 'Accounts',
|
||||
'changePassword' => 'Change your password',
|
||||
'change_email' => 'Change your email address',
|
||||
'bills' => 'Bills',
|
||||
'newBill' => 'New bill',
|
||||
'edit_bill' => 'Edit bill ":name"',
|
||||
'delete_bill' => 'Delete bill ":name"',
|
||||
'reports' => 'Reports',
|
||||
'search_result' => 'Search results for ":query"',
|
||||
'withdrawal_list' => 'Expenses',
|
||||
'Withdrawal_list' => 'Expenses',
|
||||
'deposit_list' => 'Revenue, income and deposits',
|
||||
'transfer_list' => 'Transfers',
|
||||
'transfers_list' => 'Transfers',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
||||
'github_help' => 'Get help on GitHub',
|
||||
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
|
||||
'use_search' => 'Use the search!',
|
||||
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
|
||||
'tell_more' => 'Tell us more than "it says Whoops!"',
|
||||
'include_logs' => 'Include error logs (see above).',
|
||||
'what_did_you_do' => 'Tell us what you were doing.',
|
||||
'offline_header' => 'You are probably offline',
|
||||
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
|
||||
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
||||
'github_help' => 'Get help on GitHub',
|
||||
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
|
||||
'use_search' => 'Use the search!',
|
||||
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
|
||||
'tell_more' => 'Tell us more than "it says Whoops!"',
|
||||
'include_logs' => 'Include error logs (see above).',
|
||||
'what_did_you_do' => 'Tell us what you were doing.',
|
||||
'offline_header' => 'You are probably offline',
|
||||
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
|
||||
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Budgeted',
|
||||
'period' => 'Period',
|
||||
'balance' => 'Balance',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'sum' => 'Sum',
|
||||
'summary' => 'Summary',
|
||||
'average' => 'Average',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Bank name',
|
||||
'bank_balance' => 'Balance',
|
||||
'savings_balance' => 'Savings balance',
|
||||
'credit_card_limit' => 'Credit card limit',
|
||||
'automatch' => 'Match automatically',
|
||||
'skip' => 'Skip',
|
||||
'enabled' => 'Enabled',
|
||||
'name' => 'Name',
|
||||
'active' => 'Active',
|
||||
'amount_min' => 'Minimum amount',
|
||||
'amount_max' => 'Maximum amount',
|
||||
'match' => 'Matches on',
|
||||
'strict' => 'Strict mode',
|
||||
'repeat_freq' => 'Repeats',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Currency',
|
||||
'transaction_currency_id' => 'Currency',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Your server\'s external IP',
|
||||
'attachments' => 'Attachments',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verify password security',
|
||||
'source_account' => 'Source account',
|
||||
'destination_account' => 'Destination account',
|
||||
'asset_destination_account' => 'Destination account',
|
||||
'include_net_worth' => 'Include in net worth',
|
||||
'asset_source_account' => 'Source account',
|
||||
'journal_description' => 'Description',
|
||||
'note' => 'Notes',
|
||||
'currency' => 'Currency',
|
||||
'account_id' => 'Asset account',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Bill',
|
||||
'opening_balance' => 'Opening balance',
|
||||
'tagMode' => 'Tag mode',
|
||||
'virtual_balance' => 'Virtual balance',
|
||||
'bank_name' => 'Bank name',
|
||||
'bank_balance' => 'Balance',
|
||||
'savings_balance' => 'Savings balance',
|
||||
'credit_card_limit' => 'Credit card limit',
|
||||
'automatch' => 'Match automatically',
|
||||
'skip' => 'Skip',
|
||||
'enabled' => 'Enabled',
|
||||
'name' => 'Name',
|
||||
'active' => 'Active',
|
||||
'amount_min' => 'Minimum amount',
|
||||
'amount_max' => 'Maximum amount',
|
||||
'match' => 'Matches on',
|
||||
'strict' => 'Strict mode',
|
||||
'repeat_freq' => 'Repeats',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Currency',
|
||||
'transaction_currency_id' => 'Currency',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Your server\'s external IP',
|
||||
'attachments' => 'Attachments',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verify password security',
|
||||
'source_account' => 'Source account',
|
||||
'destination_account' => 'Destination account',
|
||||
'asset_destination_account' => 'Destination account',
|
||||
'include_net_worth' => 'Include in net worth',
|
||||
'asset_source_account' => 'Source account',
|
||||
'journal_description' => 'Description',
|
||||
'note' => 'Notes',
|
||||
'currency' => 'Currency',
|
||||
'account_id' => 'Asset account',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Bill',
|
||||
'opening_balance' => 'Opening balance',
|
||||
'tagMode' => 'Tag mode',
|
||||
'virtual_balance' => 'Virtual balance',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Are you sure you want to delete the rule group titled ":title"?',
|
||||
'budget_areYouSure' => 'Are you sure you want to delete the budget named ":name"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Are you sure you want to delete the category named ":name"?',
|
||||
'recurring_areYouSure' => 'Are you sure you want to delete the recurring transaction titled ":title"?',
|
||||
'currency_areYouSure' => 'Are you sure you want to delete the currency named ":name"?',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Date from',
|
||||
'to_date' => 'Date to',
|
||||
'due_date' => 'Due date',
|
||||
'payment_date' => 'Payment date',
|
||||
'invoice_date' => 'Invoice date',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'inward' => 'Inward description',
|
||||
'outward' => 'Outward description',
|
||||
'rule_group_id' => 'Rule group',
|
||||
'transaction_description' => 'Transaction description',
|
||||
'first_date' => 'First date',
|
||||
'transaction_type' => 'Transaction type',
|
||||
'repeat_until' => 'Repeat until',
|
||||
'recurring_description' => 'Recurring transaction description',
|
||||
'repetition_type' => 'Type of repetition',
|
||||
'foreign_currency_id' => 'Foreign currency',
|
||||
'repetition_end' => 'Repetition ends',
|
||||
'repetitions' => 'Repetitions',
|
||||
'calendar' => 'Calendar',
|
||||
'weekend' => 'Weekend',
|
||||
'client_secret' => 'Client secret',
|
||||
'withdrawal_destination_id' => 'Destination account',
|
||||
'deposit_source_id' => 'Source account',
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
'from_date' => 'Date from',
|
||||
'to_date' => 'Date to',
|
||||
'due_date' => 'Due date',
|
||||
'payment_date' => 'Payment date',
|
||||
'invoice_date' => 'Invoice date',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'inward' => 'Inward description',
|
||||
'outward' => 'Outward description',
|
||||
'rule_group_id' => 'Rule group',
|
||||
'transaction_description' => 'Transaction description',
|
||||
'first_date' => 'First date',
|
||||
'transaction_type' => 'Transaction type',
|
||||
'repeat_until' => 'Repeat until',
|
||||
'recurring_description' => 'Recurring transaction description',
|
||||
'repetition_type' => 'Type of repetition',
|
||||
'foreign_currency_id' => 'Foreign currency',
|
||||
'repetition_end' => 'Repetition ends',
|
||||
'repetitions' => 'Repetitions',
|
||||
'calendar' => 'Calendar',
|
||||
'weekend' => 'Weekend',
|
||||
'client_secret' => 'Client secret',
|
||||
'withdrawal_destination_id' => 'Destination account',
|
||||
'deposit_source_id' => 'Source account',
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Buttons',
|
||||
'icon' => 'Icon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Created at',
|
||||
'update_date' => 'Updated at',
|
||||
'updated_at' => 'Updated at',
|
||||
'balance_before' => 'Balance before',
|
||||
'balance_after' => 'Balance after',
|
||||
'name' => 'Name',
|
||||
'role' => 'Role',
|
||||
'currentBalance' => 'Current balance',
|
||||
'linked_to_rules' => 'Relevant rules',
|
||||
'active' => 'Is active?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Recurring transaction',
|
||||
'next_due' => 'Next due',
|
||||
'transaction_type' => 'Type',
|
||||
'lastActivity' => 'Last activity',
|
||||
'balanceDiff' => 'Balance difference',
|
||||
'other_meta_data' => 'Other meta data',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Account type',
|
||||
'created_at' => 'Created at',
|
||||
'account' => 'Account',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Amount',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Source',
|
||||
'next_expected_match' => 'Next expected match',
|
||||
'automatch' => 'Auto match?',
|
||||
'buttons' => 'Buttons',
|
||||
'icon' => 'Icon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Created at',
|
||||
'update_date' => 'Updated at',
|
||||
'updated_at' => 'Updated at',
|
||||
'balance_before' => 'Balance before',
|
||||
'balance_after' => 'Balance after',
|
||||
'name' => 'Name',
|
||||
'role' => 'Role',
|
||||
'currentBalance' => 'Current balance',
|
||||
'linked_to_rules' => 'Relevant rules',
|
||||
'active' => 'Is active?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Recurring transaction',
|
||||
'next_due' => 'Next due',
|
||||
'transaction_type' => 'Type',
|
||||
'lastActivity' => 'Last activity',
|
||||
'balanceDiff' => 'Balance difference',
|
||||
'other_meta_data' => 'Other meta data',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Account type',
|
||||
'created_at' => 'Created at',
|
||||
'account' => 'Account',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Amount',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Source',
|
||||
'next_expected_match' => 'Next expected match',
|
||||
'automatch' => 'Auto match?',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'File size',
|
||||
'file_type' => 'File type',
|
||||
'attached_to' => 'Attached to',
|
||||
'file_exists' => 'File exists',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Last login',
|
||||
'spectre_status' => 'Status',
|
||||
'bunq_payment_id' => 'bunq payment ID',
|
||||
'repetitions' => 'Repetitions',
|
||||
'title' => 'Title',
|
||||
'transaction_s' => 'Transaction(s)',
|
||||
'field' => 'Field',
|
||||
'value' => 'Value',
|
||||
'interest' => 'Interest',
|
||||
'interest_period' => 'Interest period',
|
||||
'liability_type' => 'Type of liability',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'end_date' => 'End date',
|
||||
'payment_info' => 'Payment information',
|
||||
'expected_info' => 'Next expected transaction',
|
||||
'start_date' => 'Start date',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'file_size' => 'File size',
|
||||
'file_type' => 'File type',
|
||||
'attached_to' => 'Attached to',
|
||||
'file_exists' => 'File exists',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Last login',
|
||||
'spectre_status' => 'Status',
|
||||
'bunq_payment_id' => 'bunq payment ID',
|
||||
'repetitions' => 'Repetitions',
|
||||
'title' => 'Title',
|
||||
'transaction_s' => 'Transaction(s)',
|
||||
'field' => 'Field',
|
||||
'value' => 'Value',
|
||||
'interest' => 'Interest',
|
||||
'interest_period' => 'Interest period',
|
||||
'liability_type' => 'Type of liability',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'end_date' => 'End date',
|
||||
'payment_info' => 'Payment information',
|
||||
'expected_info' => 'Next expected transaction',
|
||||
'start_date' => 'Start date',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -25,36 +25,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Home',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'edit_currency' => 'Edit currency ":name"',
|
||||
'delete_currency' => 'Delete currency ":name"',
|
||||
'newPiggyBank' => 'Create a new piggy bank',
|
||||
'edit_piggyBank' => 'Edit piggy bank ":name"',
|
||||
'preferences' => 'Preferences',
|
||||
'profile' => 'Profile',
|
||||
'accounts' => 'Accounts',
|
||||
'changePassword' => 'Change your password',
|
||||
'change_email' => 'Change your email address',
|
||||
'bills' => 'Bills',
|
||||
'newBill' => 'New bill',
|
||||
'edit_bill' => 'Edit bill ":name"',
|
||||
'delete_bill' => 'Delete bill ":name"',
|
||||
'reports' => 'Reports',
|
||||
'search_result' => 'Search results for ":query"',
|
||||
'withdrawal_list' => 'Expenses',
|
||||
'Withdrawal_list' => 'Expenses',
|
||||
'deposit_list' => 'Revenue, income and deposits',
|
||||
'transfer_list' => 'Transfers',
|
||||
'transfers_list' => 'Transfers',
|
||||
'home' => 'Home',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'edit_currency' => 'Edit currency ":name"',
|
||||
'delete_currency' => 'Delete currency ":name"',
|
||||
'newPiggyBank' => 'Create a new piggy bank',
|
||||
'edit_piggyBank' => 'Edit piggy bank ":name"',
|
||||
'preferences' => 'Preferences',
|
||||
'profile' => 'Profile',
|
||||
'accounts' => 'Accounts',
|
||||
'changePassword' => 'Change your password',
|
||||
'change_email' => 'Change your email address',
|
||||
'bills' => 'Bills',
|
||||
'newBill' => 'New bill',
|
||||
'edit_bill' => 'Edit bill ":name"',
|
||||
'delete_bill' => 'Delete bill ":name"',
|
||||
'reports' => 'Reports',
|
||||
'search_result' => 'Search results for ":query"',
|
||||
'withdrawal_list' => 'Expenses',
|
||||
'Withdrawal_list' => 'Expenses',
|
||||
'deposit_list' => 'Revenue, income and deposits',
|
||||
'transfer_list' => 'Transfers',
|
||||
'transfers_list' => 'Transfers',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
|
@ -44,17 +44,17 @@ return [
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
||||
'github_help' => 'Get help on GitHub',
|
||||
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
|
||||
'use_search' => 'Use the search!',
|
||||
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
|
||||
'tell_more' => 'Tell us more than "it says Whoops!"',
|
||||
'include_logs' => 'Include error logs (see above).',
|
||||
'what_did_you_do' => 'Tell us what you were doing.',
|
||||
'offline_header' => 'You are probably offline',
|
||||
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
|
||||
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
||||
'github_help' => 'Get help on GitHub',
|
||||
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
|
||||
'use_search' => 'Use the search!',
|
||||
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
|
||||
'tell_more' => 'Tell us more than "it says Whoops!"',
|
||||
'include_logs' => 'Include error logs (see above).',
|
||||
'what_did_you_do' => 'Tell us what you were doing.',
|
||||
'offline_header' => 'You are probably offline',
|
||||
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
|
||||
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -26,44 +26,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Bank name',
|
||||
'bank_balance' => 'Balance',
|
||||
'savings_balance' => 'Savings balance',
|
||||
'credit_card_limit' => 'Credit card limit',
|
||||
'automatch' => 'Match automatically',
|
||||
'skip' => 'Skip',
|
||||
'enabled' => 'Enabled',
|
||||
'name' => 'Name',
|
||||
'active' => 'Active',
|
||||
'amount_min' => 'Minimum amount',
|
||||
'amount_max' => 'Maximum amount',
|
||||
'match' => 'Matches on',
|
||||
'strict' => 'Strict mode',
|
||||
'repeat_freq' => 'Repeats',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Currency',
|
||||
'transaction_currency_id' => 'Currency',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Your server\'s external IP',
|
||||
'attachments' => 'Attachments',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verify password security',
|
||||
'source_account' => 'Source account',
|
||||
'destination_account' => 'Destination account',
|
||||
'asset_destination_account' => 'Destination account',
|
||||
'include_net_worth' => 'Include in net worth',
|
||||
'asset_source_account' => 'Source account',
|
||||
'journal_description' => 'Description',
|
||||
'note' => 'Notes',
|
||||
'currency' => 'Currency',
|
||||
'account_id' => 'Asset account',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Bill',
|
||||
'opening_balance' => 'Opening balance',
|
||||
'tagMode' => 'Tag mode',
|
||||
'virtual_balance' => 'Virtual balance',
|
||||
'bank_name' => 'Bank name',
|
||||
'bank_balance' => 'Balance',
|
||||
'savings_balance' => 'Savings balance',
|
||||
'credit_card_limit' => 'Credit card limit',
|
||||
'automatch' => 'Match automatically',
|
||||
'skip' => 'Skip',
|
||||
'enabled' => 'Enabled',
|
||||
'name' => 'Name',
|
||||
'active' => 'Active',
|
||||
'amount_min' => 'Minimum amount',
|
||||
'amount_max' => 'Maximum amount',
|
||||
'match' => 'Matches on',
|
||||
'strict' => 'Strict mode',
|
||||
'repeat_freq' => 'Repeats',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Update channel',
|
||||
'currency_id' => 'Currency',
|
||||
'transaction_currency_id' => 'Currency',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'Your server\'s external IP',
|
||||
'attachments' => 'Attachments',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verify password security',
|
||||
'source_account' => 'Source account',
|
||||
'destination_account' => 'Destination account',
|
||||
'asset_destination_account' => 'Destination account',
|
||||
'include_net_worth' => 'Include in net worth',
|
||||
'asset_source_account' => 'Source account',
|
||||
'journal_description' => 'Description',
|
||||
'note' => 'Notes',
|
||||
'currency' => 'Currency',
|
||||
'account_id' => 'Asset account',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Bill',
|
||||
'opening_balance' => 'Opening balance',
|
||||
'tagMode' => 'Tag mode',
|
||||
'virtual_balance' => 'Virtual balance',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
@ -151,7 +151,7 @@ return [
|
||||
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Are you sure you want to delete the rule group titled ":title"?',
|
||||
'budget_areYouSure' => 'Are you sure you want to delete the budget named ":name"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Are you sure you want to delete the category named ":name"?',
|
||||
'recurring_areYouSure' => 'Are you sure you want to delete the recurring transaction titled ":title"?',
|
||||
'currency_areYouSure' => 'Are you sure you want to delete the currency named ":name"?',
|
||||
@ -227,40 +227,40 @@ return [
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'from_date' => 'Date from',
|
||||
'to_date' => 'Date to',
|
||||
'due_date' => 'Due date',
|
||||
'payment_date' => 'Payment date',
|
||||
'invoice_date' => 'Invoice date',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'inward' => 'Inward description',
|
||||
'outward' => 'Outward description',
|
||||
'rule_group_id' => 'Rule group',
|
||||
'transaction_description' => 'Transaction description',
|
||||
'first_date' => 'First date',
|
||||
'transaction_type' => 'Transaction type',
|
||||
'repeat_until' => 'Repeat until',
|
||||
'recurring_description' => 'Recurring transaction description',
|
||||
'repetition_type' => 'Type of repetition',
|
||||
'foreign_currency_id' => 'Foreign currency',
|
||||
'repetition_end' => 'Repetition ends',
|
||||
'repetitions' => 'Repetitions',
|
||||
'calendar' => 'Calendar',
|
||||
'weekend' => 'Weekend',
|
||||
'client_secret' => 'Client secret',
|
||||
'withdrawal_destination_id' => 'Destination account',
|
||||
'deposit_source_id' => 'Source account',
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
'from_date' => 'Date from',
|
||||
'to_date' => 'Date to',
|
||||
'due_date' => 'Due date',
|
||||
'payment_date' => 'Payment date',
|
||||
'invoice_date' => 'Invoice date',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'inward' => 'Inward description',
|
||||
'outward' => 'Outward description',
|
||||
'rule_group_id' => 'Rule group',
|
||||
'transaction_description' => 'Transaction description',
|
||||
'first_date' => 'First date',
|
||||
'transaction_type' => 'Transaction type',
|
||||
'repeat_until' => 'Repeat until',
|
||||
'recurring_description' => 'Recurring transaction description',
|
||||
'repetition_type' => 'Type of repetition',
|
||||
'foreign_currency_id' => 'Foreign currency',
|
||||
'repetition_end' => 'Repetition ends',
|
||||
'repetitions' => 'Repetitions',
|
||||
'calendar' => 'Calendar',
|
||||
'weekend' => 'Weekend',
|
||||
'client_secret' => 'Client secret',
|
||||
'withdrawal_destination_id' => 'Destination account',
|
||||
'deposit_source_id' => 'Source account',
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
// Ignore this comment
|
||||
|
@ -25,39 +25,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Buttons',
|
||||
'icon' => 'Icon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Created at',
|
||||
'update_date' => 'Updated at',
|
||||
'updated_at' => 'Updated at',
|
||||
'balance_before' => 'Balance before',
|
||||
'balance_after' => 'Balance after',
|
||||
'name' => 'Name',
|
||||
'role' => 'Role',
|
||||
'currentBalance' => 'Current balance',
|
||||
'linked_to_rules' => 'Relevant rules',
|
||||
'active' => 'Is active?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Recurring transaction',
|
||||
'next_due' => 'Next due',
|
||||
'transaction_type' => 'Type',
|
||||
'lastActivity' => 'Last activity',
|
||||
'balanceDiff' => 'Balance difference',
|
||||
'other_meta_data' => 'Other meta data',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Account type',
|
||||
'created_at' => 'Created at',
|
||||
'account' => 'Account',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Amount',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Source',
|
||||
'next_expected_match' => 'Next expected match',
|
||||
'automatch' => 'Auto match?',
|
||||
'buttons' => 'Buttons',
|
||||
'icon' => 'Icon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Created at',
|
||||
'update_date' => 'Updated at',
|
||||
'updated_at' => 'Updated at',
|
||||
'balance_before' => 'Balance before',
|
||||
'balance_after' => 'Balance after',
|
||||
'name' => 'Name',
|
||||
'role' => 'Role',
|
||||
'currentBalance' => 'Current balance',
|
||||
'linked_to_rules' => 'Relevant rules',
|
||||
'active' => 'Is active?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Recurring transaction',
|
||||
'next_due' => 'Next due',
|
||||
'transaction_type' => 'Type',
|
||||
'lastActivity' => 'Last activity',
|
||||
'balanceDiff' => 'Balance difference',
|
||||
'other_meta_data' => 'Other meta data',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Account type',
|
||||
'created_at' => 'Created at',
|
||||
'account' => 'Account',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Amount',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Source',
|
||||
'next_expected_match' => 'Next expected match',
|
||||
'automatch' => 'Auto match?',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
@ -129,32 +129,32 @@ return [
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'file_size' => 'File size',
|
||||
'file_type' => 'File type',
|
||||
'attached_to' => 'Attached to',
|
||||
'file_exists' => 'File exists',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Last login',
|
||||
'spectre_status' => 'Status',
|
||||
'bunq_payment_id' => 'bunq payment ID',
|
||||
'repetitions' => 'Repetitions',
|
||||
'title' => 'Title',
|
||||
'transaction_s' => 'Transaction(s)',
|
||||
'field' => 'Field',
|
||||
'value' => 'Value',
|
||||
'interest' => 'Interest',
|
||||
'interest_period' => 'Interest period',
|
||||
'liability_type' => 'Type of liability',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'end_date' => 'End date',
|
||||
'payment_info' => 'Payment information',
|
||||
'expected_info' => 'Next expected transaction',
|
||||
'start_date' => 'Start date',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'file_size' => 'File size',
|
||||
'file_type' => 'File type',
|
||||
'attached_to' => 'Attached to',
|
||||
'file_exists' => 'File exists',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Last login',
|
||||
'spectre_status' => 'Status',
|
||||
'bunq_payment_id' => 'bunq payment ID',
|
||||
'repetitions' => 'Repetitions',
|
||||
'title' => 'Title',
|
||||
'transaction_s' => 'Transaction(s)',
|
||||
'field' => 'Field',
|
||||
'value' => 'Value',
|
||||
'interest' => 'Interest',
|
||||
'interest_period' => 'Interest period',
|
||||
'liability_type' => 'Type of liability',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'end_date' => 'End date',
|
||||
'payment_info' => 'Payment information',
|
||||
'expected_info' => 'Next expected transaction',
|
||||
'start_date' => 'Start date',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
// Ignore this comment
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Inicio',
|
||||
'budgets' => 'Presupuestos',
|
||||
'subscriptions' => 'Suscripciones',
|
||||
'transactions' => 'Transacciones',
|
||||
'title_expenses' => 'Gastos',
|
||||
'title_withdrawal' => 'Gastos',
|
||||
'title_revenue' => 'Ingresos / salario',
|
||||
'title_deposit' => 'Ingresos / salario',
|
||||
'title_transfer' => 'Transferencias',
|
||||
'title_transfers' => 'Transferencias',
|
||||
'edit_currency' => 'Editar moneda ":name"',
|
||||
'delete_currency' => 'Eliminar moneda ":name"',
|
||||
'newPiggyBank' => 'Crear nueva hucha',
|
||||
'edit_piggyBank' => 'Editar hucha ":name"',
|
||||
'preferences' => 'Preferencias',
|
||||
'profile' => 'Perfil',
|
||||
'accounts' => 'Cuentas',
|
||||
'changePassword' => 'Cambiar contraseña',
|
||||
'change_email' => 'Cambiar su dirección de correo electrónico',
|
||||
'bills' => 'Facturas',
|
||||
'newBill' => 'Nueva factura',
|
||||
'edit_bill' => 'Editar factura ":name"',
|
||||
'delete_bill' => 'Eliminar factura ":name"',
|
||||
'reports' => 'Informes',
|
||||
'search_result' => 'Resultados de la búsqueda para ":query"',
|
||||
'withdrawal_list' => 'Gastos',
|
||||
'Withdrawal_list' => 'Gastos',
|
||||
'deposit_list' => 'Ganancia, ingresos y depósitos',
|
||||
'transfer_list' => 'Transferencias',
|
||||
'transfers_list' => 'Transferencias',
|
||||
'home' => 'Inicio',
|
||||
'budgets' => 'Presupuestos',
|
||||
'subscriptions' => 'Suscripciones',
|
||||
'transactions' => 'Transacciones',
|
||||
'title_expenses' => 'Gastos',
|
||||
'title_withdrawal' => 'Gastos',
|
||||
'title_revenue' => 'Ingresos / salario',
|
||||
'title_deposit' => 'Ingresos / salario',
|
||||
'title_transfer' => 'Transferencias',
|
||||
'title_transfers' => 'Transferencias',
|
||||
'edit_currency' => 'Editar moneda ":name"',
|
||||
'delete_currency' => 'Eliminar moneda ":name"',
|
||||
'newPiggyBank' => 'Crear nueva hucha',
|
||||
'edit_piggyBank' => 'Editar hucha ":name"',
|
||||
'preferences' => 'Preferencias',
|
||||
'profile' => 'Perfil',
|
||||
'accounts' => 'Cuentas',
|
||||
'changePassword' => 'Cambiar contraseña',
|
||||
'change_email' => 'Cambiar su dirección de correo electrónico',
|
||||
'bills' => 'Facturas',
|
||||
'newBill' => 'Nueva factura',
|
||||
'edit_bill' => 'Editar factura ":name"',
|
||||
'delete_bill' => 'Eliminar factura ":name"',
|
||||
'reports' => 'Informes',
|
||||
'search_result' => 'Resultados de la búsqueda para ":query"',
|
||||
'withdrawal_list' => 'Gastos',
|
||||
'Withdrawal_list' => 'Gastos',
|
||||
'deposit_list' => 'Ganancia, ingresos y depósitos',
|
||||
'transfer_list' => 'Transferencias',
|
||||
'transfers_list' => 'Transferencias',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Por favor, recopile más información en el directorio <code>storage/logs</code> donde encontrará los archivos de registro. Si está ejecutando Docker, use <code>registros docker -f [container]</code>.',
|
||||
'collect_info_more' => 'Puede leer más sobre la recolección de información de errores en <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">las Preguntas Frecuentes</a>.',
|
||||
'github_help' => 'Obtener ayuda en GitHub',
|
||||
'github_instructions' => 'Es bienvenido a abrir un nuevo issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">en GitHub</a></strong>.',
|
||||
'use_search' => '¡Use la búsqueda!',
|
||||
'include_info' => 'Incluya la información <a href=":link">de esta página de depuración</a>.',
|
||||
'tell_more' => 'Cuéntenos más que "Dice: Ups"',
|
||||
'include_logs' => 'Incluye registros de errores (ver arriba).',
|
||||
'what_did_you_do' => 'Cuéntenos lo que estaba haciendo.',
|
||||
'offline_header' => 'Estás desconectado',
|
||||
'offline_unreachable' => 'Firefly III es inaccesible. Tu dispositivo está desconectado o el servidor no está funcionando.',
|
||||
'offline_github' => 'Si estás seguro de que tu dispositivo y el servidor están conectados, por favor abre un ticket en <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'Por favor, recopile más información en el directorio <code>storage/logs</code> donde encontrará los archivos de registro. Si está ejecutando Docker, use <code>registros docker -f [container]</code>.',
|
||||
'collect_info_more' => 'Puede leer más sobre la recolección de información de errores en <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">las Preguntas Frecuentes</a>.',
|
||||
'github_help' => 'Obtener ayuda en GitHub',
|
||||
'github_instructions' => 'Es bienvenido a abrir un nuevo issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">en GitHub</a></strong>.',
|
||||
'use_search' => '¡Use la búsqueda!',
|
||||
'include_info' => 'Incluya la información <a href=":link">de esta página de depuración</a>.',
|
||||
'tell_more' => 'Cuéntenos más que "Dice: Ups"',
|
||||
'include_logs' => 'Incluye registros de errores (ver arriba).',
|
||||
'what_did_you_do' => 'Cuéntenos lo que estaba haciendo.',
|
||||
'offline_header' => 'Estás desconectado',
|
||||
'offline_unreachable' => 'Firefly III es inaccesible. Tu dispositivo está desconectado o el servidor no está funcionando.',
|
||||
'offline_github' => 'Si estás seguro de que tu dispositivo y el servidor están conectados, por favor abre un ticket en <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -1706,7 +1706,7 @@ return [
|
||||
'auto_budget_none' => 'Sin autopresupuesto',
|
||||
'auto_budget_reset' => 'Establecer una cantidad fija cada periodo',
|
||||
'auto_budget_rollover' => 'Añadir una cantidad cada período',
|
||||
'auto_budget_adjusted' => 'Add an amount every period and correct for overspending',
|
||||
'auto_budget_adjusted' => 'Añadir una cantidad cada periodo y corregir el sobregasto',
|
||||
'auto_budget_period_daily' => 'Diario',
|
||||
'auto_budget_period_weekly' => 'Semanal',
|
||||
'auto_budget_period_monthly' => 'Mensual',
|
||||
@ -1716,7 +1716,7 @@ return [
|
||||
'auto_budget_help' => 'Puedes leer más sobre esta función en la ayuda. Haz clic en el icono de la parte superior derecha (?).',
|
||||
'auto_budget_reset_icon' => 'Este presupuesto se establecerá periódicamente',
|
||||
'auto_budget_rollover_icon' => 'La cantidad del presupuesto aumentará periódicamente',
|
||||
'auto_budget_adjusted_icon' => 'The budget amount will increase periodically and will correct for overspending',
|
||||
'auto_budget_adjusted_icon' => 'La cantidad del presupuesto aumentará de forma periódica y se corregirá el sobregasto',
|
||||
'remove_budgeted_amount' => 'Eliminar la cantidad presupuestada en :currency',
|
||||
|
||||
// bills:
|
||||
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Presupuestado',
|
||||
'period' => 'Período',
|
||||
'balance' => 'Balance',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'Entrada y salida este periodo',
|
||||
'sum' => 'Suma',
|
||||
'summary' => 'Resumen',
|
||||
'average' => 'Promedio',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Banco',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo de ahorro',
|
||||
'credit_card_limit' => 'Límite de la tarjeta de crédito',
|
||||
'automatch' => 'Coinciden automáticamente',
|
||||
'skip' => 'Saltar',
|
||||
'enabled' => 'Habilitado',
|
||||
'name' => 'Nombre',
|
||||
'active' => 'Activo',
|
||||
'amount_min' => 'Importe mínimo',
|
||||
'amount_max' => 'Importe máximo',
|
||||
'match' => 'Encontrado en',
|
||||
'strict' => 'Modo estricto',
|
||||
'repeat_freq' => 'Repetición',
|
||||
'object_group' => 'Grupo',
|
||||
'location' => 'Ubicación',
|
||||
'update_channel' => 'Canal de actualizaciones',
|
||||
'currency_id' => 'Divisa',
|
||||
'transaction_currency_id' => 'Moneda',
|
||||
'auto_budget_currency_id' => 'Moneda',
|
||||
'external_ip' => 'IP externa de su servidor',
|
||||
'attachments' => 'Adjuntos',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verificar la seguridad de contraseña',
|
||||
'source_account' => 'Cuenta origen',
|
||||
'destination_account' => 'Cuenta destino',
|
||||
'asset_destination_account' => 'Cuenta de destino',
|
||||
'include_net_worth' => 'Incluir en valor neto',
|
||||
'asset_source_account' => 'Cuenta de origen',
|
||||
'journal_description' => 'Descripción',
|
||||
'note' => 'Notas',
|
||||
'currency' => 'Divisa',
|
||||
'account_id' => 'Cuenta',
|
||||
'budget_id' => 'Presupuesto',
|
||||
'bill_id' => 'Factura',
|
||||
'opening_balance' => 'Saldo inicial',
|
||||
'tagMode' => 'Modo de etiqueta',
|
||||
'virtual_balance' => 'Saldo virtual',
|
||||
'bank_name' => 'Banco',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo de ahorro',
|
||||
'credit_card_limit' => 'Límite de la tarjeta de crédito',
|
||||
'automatch' => 'Coinciden automáticamente',
|
||||
'skip' => 'Saltar',
|
||||
'enabled' => 'Habilitado',
|
||||
'name' => 'Nombre',
|
||||
'active' => 'Activo',
|
||||
'amount_min' => 'Importe mínimo',
|
||||
'amount_max' => 'Importe máximo',
|
||||
'match' => 'Encontrado en',
|
||||
'strict' => 'Modo estricto',
|
||||
'repeat_freq' => 'Repetición',
|
||||
'object_group' => 'Grupo',
|
||||
'location' => 'Ubicación',
|
||||
'update_channel' => 'Canal de actualizaciones',
|
||||
'currency_id' => 'Divisa',
|
||||
'transaction_currency_id' => 'Moneda',
|
||||
'auto_budget_currency_id' => 'Moneda',
|
||||
'external_ip' => 'IP externa de su servidor',
|
||||
'attachments' => 'Adjuntos',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verificar la seguridad de contraseña',
|
||||
'source_account' => 'Cuenta origen',
|
||||
'destination_account' => 'Cuenta destino',
|
||||
'asset_destination_account' => 'Cuenta de destino',
|
||||
'include_net_worth' => 'Incluir en valor neto',
|
||||
'asset_source_account' => 'Cuenta de origen',
|
||||
'journal_description' => 'Descripción',
|
||||
'note' => 'Notas',
|
||||
'currency' => 'Divisa',
|
||||
'account_id' => 'Cuenta',
|
||||
'budget_id' => 'Presupuesto',
|
||||
'bill_id' => 'Factura',
|
||||
'opening_balance' => 'Saldo inicial',
|
||||
'tagMode' => 'Modo de etiqueta',
|
||||
'virtual_balance' => 'Saldo virtual',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => '¿Seguro que quieres eliminar el grupo titulado ":title"?',
|
||||
'ruleGroup_areYouSure' => '¿Seguro que quieres eliminar el grupo de reglas titulado ":title"?',
|
||||
'budget_areYouSure' => '¿Seguro que quieres eliminar el presupuesto llamado ":name"?',
|
||||
'webhook_areYouSure' => '¿Seguro que quieres eliminar el webhook llamado ":title"?',
|
||||
'webhook_areYouSure' => '¿Seguro que quieres eliminar el webhook llamado ":title"?',
|
||||
'category_areYouSure' => '¿Seguro que quieres eliminar la categoría llamada ":name"?',
|
||||
'recurring_areYouSure' => '¿Está seguro de que desea eliminar la transacción recurrente ":title"?',
|
||||
'currency_areYouSure' => '¿Está seguro que desea eliminar la moneda denominada ":name"?',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Fecha desde',
|
||||
'to_date' => 'Fecha hasta',
|
||||
'due_date' => 'Fecha de vencimiento',
|
||||
'payment_date' => 'Fecha de pago',
|
||||
'invoice_date' => 'Fecha de la factura',
|
||||
'internal_reference' => 'Referencia interna',
|
||||
'inward' => 'Descripción interna',
|
||||
'outward' => 'Descripción externa',
|
||||
'rule_group_id' => 'Grupo de reglas',
|
||||
'transaction_description' => 'Descripción de la transacción',
|
||||
'first_date' => 'Primera fecha',
|
||||
'transaction_type' => 'Tipo de transacción',
|
||||
'repeat_until' => 'Repetir hasta',
|
||||
'recurring_description' => 'Descripción de transacción recurrente',
|
||||
'repetition_type' => 'Tipo de repetición',
|
||||
'foreign_currency_id' => 'Moneda extranjera',
|
||||
'repetition_end' => 'Termina la repetición',
|
||||
'repetitions' => 'Repeticiones',
|
||||
'calendar' => 'Calendario',
|
||||
'weekend' => 'Fin de semana',
|
||||
'client_secret' => 'Secreto del cliente',
|
||||
'withdrawal_destination_id' => 'Cuenta de destino',
|
||||
'deposit_source_id' => 'Cuenta de origen',
|
||||
'expected_on' => 'Esperado para',
|
||||
'paid' => 'Pagado',
|
||||
'auto_budget_type' => 'Autopresupuesto',
|
||||
'auto_budget_amount' => 'Importe del autopresupuesto',
|
||||
'auto_budget_period' => 'Período del autopresupuesto',
|
||||
'collected' => 'Cobrado',
|
||||
'submitted' => 'Enviado',
|
||||
'key' => 'Clave',
|
||||
'value' => 'Contenido del registro',
|
||||
'webhook_delivery' => 'Entrega',
|
||||
'webhook_response' => 'Respuesta',
|
||||
'webhook_trigger' => 'Disparador',
|
||||
'from_date' => 'Fecha desde',
|
||||
'to_date' => 'Fecha hasta',
|
||||
'due_date' => 'Fecha de vencimiento',
|
||||
'payment_date' => 'Fecha de pago',
|
||||
'invoice_date' => 'Fecha de la factura',
|
||||
'internal_reference' => 'Referencia interna',
|
||||
'inward' => 'Descripción interna',
|
||||
'outward' => 'Descripción externa',
|
||||
'rule_group_id' => 'Grupo de reglas',
|
||||
'transaction_description' => 'Descripción de la transacción',
|
||||
'first_date' => 'Primera fecha',
|
||||
'transaction_type' => 'Tipo de transacción',
|
||||
'repeat_until' => 'Repetir hasta',
|
||||
'recurring_description' => 'Descripción de transacción recurrente',
|
||||
'repetition_type' => 'Tipo de repetición',
|
||||
'foreign_currency_id' => 'Moneda extranjera',
|
||||
'repetition_end' => 'Termina la repetición',
|
||||
'repetitions' => 'Repeticiones',
|
||||
'calendar' => 'Calendario',
|
||||
'weekend' => 'Fin de semana',
|
||||
'client_secret' => 'Secreto del cliente',
|
||||
'withdrawal_destination_id' => 'Cuenta de destino',
|
||||
'deposit_source_id' => 'Cuenta de origen',
|
||||
'expected_on' => 'Esperado para',
|
||||
'paid' => 'Pagado',
|
||||
'auto_budget_type' => 'Autopresupuesto',
|
||||
'auto_budget_amount' => 'Importe del autopresupuesto',
|
||||
'auto_budget_period' => 'Período del autopresupuesto',
|
||||
'collected' => 'Cobrado',
|
||||
'submitted' => 'Enviado',
|
||||
'key' => 'Clave',
|
||||
'value' => 'Contenido del registro',
|
||||
'webhook_delivery' => 'Entrega',
|
||||
'webhook_response' => 'Respuesta',
|
||||
'webhook_trigger' => 'Disparador',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Botones',
|
||||
'icon' => 'Icono',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Fecha de creación',
|
||||
'update_date' => 'Fecha de modificación',
|
||||
'updated_at' => 'Actualizado el',
|
||||
'balance_before' => 'Balance antes de ',
|
||||
'balance_after' => 'Balance después de la',
|
||||
'name' => 'Nombre',
|
||||
'role' => 'Rol',
|
||||
'currentBalance' => 'Balance actual',
|
||||
'linked_to_rules' => 'Reglas asociadas',
|
||||
'active' => '¿Está Activo?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Transacción Recurrente',
|
||||
'next_due' => 'Próxima vez',
|
||||
'transaction_type' => 'Tipo',
|
||||
'lastActivity' => 'Actividad más reciente',
|
||||
'balanceDiff' => 'Diferencia de saldo',
|
||||
'other_meta_data' => 'Otros metadatos',
|
||||
'invited_at' => 'Invitada el',
|
||||
'expires' => 'La invitación caduca',
|
||||
'invited_by' => 'Invitado por',
|
||||
'invite_link' => 'Enlace de invitación',
|
||||
'account_type' => 'Tipo de cuenta',
|
||||
'created_at' => 'Fecha de creación',
|
||||
'account' => 'Cuenta',
|
||||
'external_url' => 'URL externa',
|
||||
'matchingAmount' => 'Cantidad',
|
||||
'destination' => 'Destino',
|
||||
'source' => 'Origen',
|
||||
'next_expected_match' => 'Próxima coincidencia esperada',
|
||||
'automatch' => '¿Buscar coincidencia automaticamente?',
|
||||
'buttons' => 'Botones',
|
||||
'icon' => 'Icono',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Fecha de creación',
|
||||
'update_date' => 'Fecha de modificación',
|
||||
'updated_at' => 'Actualizado el',
|
||||
'balance_before' => 'Balance antes de ',
|
||||
'balance_after' => 'Balance después de la',
|
||||
'name' => 'Nombre',
|
||||
'role' => 'Rol',
|
||||
'currentBalance' => 'Balance actual',
|
||||
'linked_to_rules' => 'Reglas asociadas',
|
||||
'active' => '¿Está Activo?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Transacción Recurrente',
|
||||
'next_due' => 'Próxima vez',
|
||||
'transaction_type' => 'Tipo',
|
||||
'lastActivity' => 'Actividad más reciente',
|
||||
'balanceDiff' => 'Diferencia de saldo',
|
||||
'other_meta_data' => 'Otros metadatos',
|
||||
'invited_at' => 'Invitada el',
|
||||
'expires' => 'La invitación caduca',
|
||||
'invited_by' => 'Invitado por',
|
||||
'invite_link' => 'Enlace de invitación',
|
||||
'account_type' => 'Tipo de cuenta',
|
||||
'created_at' => 'Fecha de creación',
|
||||
'account' => 'Cuenta',
|
||||
'external_url' => 'URL externa',
|
||||
'matchingAmount' => 'Cantidad',
|
||||
'destination' => 'Destino',
|
||||
'source' => 'Origen',
|
||||
'next_expected_match' => 'Próxima coincidencia esperada',
|
||||
'automatch' => '¿Buscar coincidencia automaticamente?',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Tamaño de fichero',
|
||||
'file_type' => 'Tipo de fichero',
|
||||
'attached_to' => 'Adjunto a',
|
||||
'file_exists' => 'El fichero existe',
|
||||
'spectre_bank' => 'Banco',
|
||||
'spectre_last_use' => 'Último acceso',
|
||||
'spectre_status' => 'Estado',
|
||||
'bunq_payment_id' => 'ID de pago bunq',
|
||||
'repetitions' => 'Repeticiones',
|
||||
'title' => 'Título',
|
||||
'transaction_s' => 'Transacción(es)',
|
||||
'field' => 'Campo',
|
||||
'value' => 'Valor',
|
||||
'interest' => 'Interés',
|
||||
'interest_period' => 'Período de interés',
|
||||
'liability_type' => 'Tipo de pasivo',
|
||||
'liability_direction' => 'Pasivo entrada/salida',
|
||||
'end_date' => 'Fecha fin',
|
||||
'payment_info' => 'Información del pago',
|
||||
'expected_info' => 'Siguiente transacción esperada',
|
||||
'start_date' => 'Fecha de inicio',
|
||||
'trigger' => 'Disparador',
|
||||
'response' => 'Respuesta',
|
||||
'delivery' => 'Entrega',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secreto',
|
||||
'file_size' => 'Tamaño de fichero',
|
||||
'file_type' => 'Tipo de fichero',
|
||||
'attached_to' => 'Adjunto a',
|
||||
'file_exists' => 'El fichero existe',
|
||||
'spectre_bank' => 'Banco',
|
||||
'spectre_last_use' => 'Último acceso',
|
||||
'spectre_status' => 'Estado',
|
||||
'bunq_payment_id' => 'ID de pago bunq',
|
||||
'repetitions' => 'Repeticiones',
|
||||
'title' => 'Título',
|
||||
'transaction_s' => 'Transacción(es)',
|
||||
'field' => 'Campo',
|
||||
'value' => 'Valor',
|
||||
'interest' => 'Interés',
|
||||
'interest_period' => 'Período de interés',
|
||||
'liability_type' => 'Tipo de pasivo',
|
||||
'liability_direction' => 'Pasivo entrada/salida',
|
||||
'end_date' => 'Fecha fin',
|
||||
'payment_info' => 'Información del pago',
|
||||
'expected_info' => 'Siguiente transacción esperada',
|
||||
'start_date' => 'Fecha de inicio',
|
||||
'trigger' => 'Disparador',
|
||||
'response' => 'Respuesta',
|
||||
'delivery' => 'Entrega',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secreto',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Etusivu',
|
||||
'budgets' => 'Budjetit',
|
||||
'subscriptions' => 'Tilaukset',
|
||||
'transactions' => 'Tapahtumat',
|
||||
'title_expenses' => 'Kustannukset',
|
||||
'title_withdrawal' => 'Kustannukset',
|
||||
'title_revenue' => 'Tuotto / ansio',
|
||||
'title_deposit' => 'Tuotto / ansio',
|
||||
'title_transfer' => 'Tilisiirrot',
|
||||
'title_transfers' => 'Tilisiirrot',
|
||||
'edit_currency' => 'Muokkaa valuuttaa ":name"',
|
||||
'delete_currency' => 'Poista valuutta ":name"',
|
||||
'newPiggyBank' => 'Luo uusi säästöpossu',
|
||||
'edit_piggyBank' => 'Muokkaa säästöpossua ":name"',
|
||||
'preferences' => 'Asetukset',
|
||||
'profile' => 'Käyttäjäprofiili',
|
||||
'accounts' => 'Tilit',
|
||||
'changePassword' => 'Vaihda salasanasi',
|
||||
'change_email' => 'Muuta sähköpostiosoitetta',
|
||||
'bills' => 'Laskut',
|
||||
'newBill' => 'Uusi lasku',
|
||||
'edit_bill' => 'Muokkaa laskua ":name"',
|
||||
'delete_bill' => 'Poista lasku ":name"',
|
||||
'reports' => 'Raportit',
|
||||
'search_result' => 'Hakutulokset kyselylle ":query"',
|
||||
'withdrawal_list' => 'Kustannukset',
|
||||
'Withdrawal_list' => 'Kustannukset',
|
||||
'deposit_list' => 'Tuotto, ansio ja talletukset',
|
||||
'transfer_list' => 'Tilisiirrot',
|
||||
'transfers_list' => 'Tilisiirrot',
|
||||
'home' => 'Etusivu',
|
||||
'budgets' => 'Budjetit',
|
||||
'subscriptions' => 'Tilaukset',
|
||||
'transactions' => 'Tapahtumat',
|
||||
'title_expenses' => 'Kustannukset',
|
||||
'title_withdrawal' => 'Kustannukset',
|
||||
'title_revenue' => 'Tuotto / ansio',
|
||||
'title_deposit' => 'Tuotto / ansio',
|
||||
'title_transfer' => 'Tilisiirrot',
|
||||
'title_transfers' => 'Tilisiirrot',
|
||||
'edit_currency' => 'Muokkaa valuuttaa ":name"',
|
||||
'delete_currency' => 'Poista valuutta ":name"',
|
||||
'newPiggyBank' => 'Luo uusi säästöpossu',
|
||||
'edit_piggyBank' => 'Muokkaa säästöpossua ":name"',
|
||||
'preferences' => 'Asetukset',
|
||||
'profile' => 'Käyttäjäprofiili',
|
||||
'accounts' => 'Tilit',
|
||||
'changePassword' => 'Vaihda salasanasi',
|
||||
'change_email' => 'Muuta sähköpostiosoitetta',
|
||||
'bills' => 'Laskut',
|
||||
'newBill' => 'Uusi lasku',
|
||||
'edit_bill' => 'Muokkaa laskua ":name"',
|
||||
'delete_bill' => 'Poista lasku ":name"',
|
||||
'reports' => 'Raportit',
|
||||
'search_result' => 'Hakutulokset kyselylle ":query"',
|
||||
'withdrawal_list' => 'Kustannukset',
|
||||
'Withdrawal_list' => 'Kustannukset',
|
||||
'deposit_list' => 'Tuotto, ansio ja talletukset',
|
||||
'transfer_list' => 'Tilisiirrot',
|
||||
'transfers_list' => 'Tilisiirrot',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Kerää lisätietoja <code>storage/logs</code> hakemistosta, josta löydät lokitiedostoja. Jos käytät Dockeria, käytä komentoa <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Voit lukea lisää virhetietojen keräämisestä <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>:sta.',
|
||||
'github_help' => 'Hanki apua GitHubista',
|
||||
'github_instructions' => 'Olet enemmän kuin tervetullut avaamaan uuden tiketin <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHubissa</a></strong>.',
|
||||
'use_search' => 'Käytä hakua!',
|
||||
'include_info' => 'Sisällytä tiedot <a href=":link">tältä vianjäljityssivulta</a>.',
|
||||
'tell_more' => 'Kerro meille enemmän kuin "se sanoo Whoops!"',
|
||||
'include_logs' => 'Sisällytä virhelokit (katso yllä).',
|
||||
'what_did_you_do' => 'Kerro meille mitä olit tekemässä.',
|
||||
'offline_header' => 'Olet luultavasti offline-tilassa',
|
||||
'offline_unreachable' => 'Firefly III ei ole tavoitettavissa. Laitteesi ei ole tällä hetkellä verkossa tai palvelin ei toimi.',
|
||||
'offline_github' => 'Jos olet varma, että sekä laitteesi että palvelin ovat verkossa, avaa tiketti <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>:issa.',
|
||||
'collect_info' => 'Kerää lisätietoja <code>storage/logs</code> hakemistosta, josta löydät lokitiedostoja. Jos käytät Dockeria, käytä komentoa <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Voit lukea lisää virhetietojen keräämisestä <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>:sta.',
|
||||
'github_help' => 'Hanki apua GitHubista',
|
||||
'github_instructions' => 'Olet enemmän kuin tervetullut avaamaan uuden tiketin <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHubissa</a></strong>.',
|
||||
'use_search' => 'Käytä hakua!',
|
||||
'include_info' => 'Sisällytä tiedot <a href=":link">tältä vianjäljityssivulta</a>.',
|
||||
'tell_more' => 'Kerro meille enemmän kuin "se sanoo Whoops!"',
|
||||
'include_logs' => 'Sisällytä virhelokit (katso yllä).',
|
||||
'what_did_you_do' => 'Kerro meille mitä olit tekemässä.',
|
||||
'offline_header' => 'Olet luultavasti offline-tilassa',
|
||||
'offline_unreachable' => 'Firefly III ei ole tavoitettavissa. Laitteesi ei ole tällä hetkellä verkossa tai palvelin ei toimi.',
|
||||
'offline_github' => 'Jos olet varma, että sekä laitteesi että palvelin ovat verkossa, avaa tiketti <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>:issa.',
|
||||
|
||||
];
|
||||
|
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Budjetoitu',
|
||||
'period' => 'Jakso',
|
||||
'balance' => 'Saldo',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'sum' => 'Yhteensä',
|
||||
'summary' => 'Yhteenveto',
|
||||
'average' => 'Keskiarvo',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Pankin nimi',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Säästötilien saldo',
|
||||
'credit_card_limit' => 'Luottoraja',
|
||||
'automatch' => 'Vertaile automaattisesti',
|
||||
'skip' => 'Ohita',
|
||||
'enabled' => 'Käytössä',
|
||||
'name' => 'Nimi',
|
||||
'active' => 'Aktiivinen',
|
||||
'amount_min' => 'Vähimmäissumma',
|
||||
'amount_max' => 'Enimmäissumma',
|
||||
'match' => 'Täsmää',
|
||||
'strict' => 'Tarkka vertailu',
|
||||
'repeat_freq' => 'Toistot',
|
||||
'object_group' => 'Ryhmä',
|
||||
'location' => 'Sijainti',
|
||||
'update_channel' => 'Päivityskanava',
|
||||
'currency_id' => 'Valuutta',
|
||||
'transaction_currency_id' => 'Valuutta',
|
||||
'auto_budget_currency_id' => 'Valuutta',
|
||||
'external_ip' => 'Serverin ulkoinen verkko-osoite (IP)',
|
||||
'attachments' => 'Liitteet',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Vahvista salasanan turvallisuus',
|
||||
'source_account' => 'Lähdetili',
|
||||
'destination_account' => 'Kohdetili',
|
||||
'asset_destination_account' => 'Kohdetili',
|
||||
'include_net_worth' => 'Sisällytä varallisuuteen',
|
||||
'asset_source_account' => 'Lähdetili',
|
||||
'journal_description' => 'Kuvaus',
|
||||
'note' => 'Muistiinpanot',
|
||||
'currency' => 'Valuutta',
|
||||
'account_id' => 'Käyttötili',
|
||||
'budget_id' => 'Budjetti',
|
||||
'bill_id' => 'Lasku',
|
||||
'opening_balance' => 'Alkusaldo',
|
||||
'tagMode' => 'Tägimoodi',
|
||||
'virtual_balance' => 'Virtuaalinen saldo',
|
||||
'bank_name' => 'Pankin nimi',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Säästötilien saldo',
|
||||
'credit_card_limit' => 'Luottoraja',
|
||||
'automatch' => 'Vertaile automaattisesti',
|
||||
'skip' => 'Ohita',
|
||||
'enabled' => 'Käytössä',
|
||||
'name' => 'Nimi',
|
||||
'active' => 'Aktiivinen',
|
||||
'amount_min' => 'Vähimmäissumma',
|
||||
'amount_max' => 'Enimmäissumma',
|
||||
'match' => 'Täsmää',
|
||||
'strict' => 'Tarkka vertailu',
|
||||
'repeat_freq' => 'Toistot',
|
||||
'object_group' => 'Ryhmä',
|
||||
'location' => 'Sijainti',
|
||||
'update_channel' => 'Päivityskanava',
|
||||
'currency_id' => 'Valuutta',
|
||||
'transaction_currency_id' => 'Valuutta',
|
||||
'auto_budget_currency_id' => 'Valuutta',
|
||||
'external_ip' => 'Serverin ulkoinen verkko-osoite (IP)',
|
||||
'attachments' => 'Liitteet',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Vahvista salasanan turvallisuus',
|
||||
'source_account' => 'Lähdetili',
|
||||
'destination_account' => 'Kohdetili',
|
||||
'asset_destination_account' => 'Kohdetili',
|
||||
'include_net_worth' => 'Sisällytä varallisuuteen',
|
||||
'asset_source_account' => 'Lähdetili',
|
||||
'journal_description' => 'Kuvaus',
|
||||
'note' => 'Muistiinpanot',
|
||||
'currency' => 'Valuutta',
|
||||
'account_id' => 'Käyttötili',
|
||||
'budget_id' => 'Budjetti',
|
||||
'bill_id' => 'Lasku',
|
||||
'opening_balance' => 'Alkusaldo',
|
||||
'tagMode' => 'Tägimoodi',
|
||||
'virtual_balance' => 'Virtuaalinen saldo',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'Haluatko varmasti poistaa ryhmän ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Haluatko varmasti poistaa sääntöryhmän ":title"?',
|
||||
'budget_areYouSure' => 'Haluatko varmasti poistaa budjetin ":name"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => 'Haluatko varmasti poistaa kategorian ":name"?',
|
||||
'recurring_areYouSure' => 'Haluatko varmasti poistaa toistuvan tapahtuman ":title"?',
|
||||
'currency_areYouSure' => 'Haluatko varmasti poistaa valuutan ":name"?',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Aloituspäivämäärä',
|
||||
'to_date' => 'Päättymispäivämäärä',
|
||||
'due_date' => 'Eräpäivä',
|
||||
'payment_date' => 'Maksupäivä',
|
||||
'invoice_date' => 'Laskun päivämäärä',
|
||||
'internal_reference' => 'Sisäinen viite',
|
||||
'inward' => 'Sisäinen kuvaus',
|
||||
'outward' => 'Ulkoinen kuvaus',
|
||||
'rule_group_id' => 'Sääntöryhmä',
|
||||
'transaction_description' => 'Tapahtuman kuvaus',
|
||||
'first_date' => 'Aloituspäivä',
|
||||
'transaction_type' => 'Tapahtuman tyyppi',
|
||||
'repeat_until' => 'Toista kunnes',
|
||||
'recurring_description' => 'Toistuvan tapahtuman kuvaus',
|
||||
'repetition_type' => 'Toiston tyyppi',
|
||||
'foreign_currency_id' => 'Ulkomaan valuutta',
|
||||
'repetition_end' => 'Toisto päättyy',
|
||||
'repetitions' => 'Toistot',
|
||||
'calendar' => 'Kalenteri',
|
||||
'weekend' => 'Viikonloppu',
|
||||
'client_secret' => 'Asiakkaan salausavain (Client secret)',
|
||||
'withdrawal_destination_id' => 'Kohdetili',
|
||||
'deposit_source_id' => 'Lähdetili',
|
||||
'expected_on' => 'Odotettavissa',
|
||||
'paid' => 'Maksettu',
|
||||
'auto_budget_type' => 'Automaattibudjetti',
|
||||
'auto_budget_amount' => 'Automaattisen budjetin summa',
|
||||
'auto_budget_period' => 'Automaattisen budjetin jakso',
|
||||
'collected' => 'Koottu',
|
||||
'submitted' => 'Lähetetty',
|
||||
'key' => 'Avain',
|
||||
'value' => 'Tietueen sisältö',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
'from_date' => 'Aloituspäivämäärä',
|
||||
'to_date' => 'Päättymispäivämäärä',
|
||||
'due_date' => 'Eräpäivä',
|
||||
'payment_date' => 'Maksupäivä',
|
||||
'invoice_date' => 'Laskun päivämäärä',
|
||||
'internal_reference' => 'Sisäinen viite',
|
||||
'inward' => 'Sisäinen kuvaus',
|
||||
'outward' => 'Ulkoinen kuvaus',
|
||||
'rule_group_id' => 'Sääntöryhmä',
|
||||
'transaction_description' => 'Tapahtuman kuvaus',
|
||||
'first_date' => 'Aloituspäivä',
|
||||
'transaction_type' => 'Tapahtuman tyyppi',
|
||||
'repeat_until' => 'Toista kunnes',
|
||||
'recurring_description' => 'Toistuvan tapahtuman kuvaus',
|
||||
'repetition_type' => 'Toiston tyyppi',
|
||||
'foreign_currency_id' => 'Ulkomaan valuutta',
|
||||
'repetition_end' => 'Toisto päättyy',
|
||||
'repetitions' => 'Toistot',
|
||||
'calendar' => 'Kalenteri',
|
||||
'weekend' => 'Viikonloppu',
|
||||
'client_secret' => 'Asiakkaan salausavain (Client secret)',
|
||||
'withdrawal_destination_id' => 'Kohdetili',
|
||||
'deposit_source_id' => 'Lähdetili',
|
||||
'expected_on' => 'Odotettavissa',
|
||||
'paid' => 'Maksettu',
|
||||
'auto_budget_type' => 'Automaattibudjetti',
|
||||
'auto_budget_amount' => 'Automaattisen budjetin summa',
|
||||
'auto_budget_period' => 'Automaattisen budjetin jakso',
|
||||
'collected' => 'Koottu',
|
||||
'submitted' => 'Lähetetty',
|
||||
'key' => 'Avain',
|
||||
'value' => 'Tietueen sisältö',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Painikkeet',
|
||||
'icon' => 'Kuvake',
|
||||
'id' => 'Tunniste',
|
||||
'create_date' => 'Luotu',
|
||||
'update_date' => 'Päivitetty',
|
||||
'updated_at' => 'Päivitetty',
|
||||
'balance_before' => 'Saldo ennen',
|
||||
'balance_after' => 'Saldo jälkeen',
|
||||
'name' => 'Nimi',
|
||||
'role' => 'Rooli',
|
||||
'currentBalance' => 'Tämänhetkinen saldo',
|
||||
'linked_to_rules' => 'Linkitetty sääntöihin',
|
||||
'active' => 'Aktiivinen?',
|
||||
'percentage' => 'pros.',
|
||||
'recurring_transaction' => 'Toistuva tapahtuma',
|
||||
'next_due' => 'Seuraava eräpäivä',
|
||||
'transaction_type' => 'Tyyppi',
|
||||
'lastActivity' => 'Viimeisin tapahtuma',
|
||||
'balanceDiff' => 'Saldomuutos',
|
||||
'other_meta_data' => 'Muut metatiedot',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Tilin tyyppi',
|
||||
'created_at' => 'Luotu',
|
||||
'account' => 'Tili',
|
||||
'external_url' => 'Ulkoinen URL',
|
||||
'matchingAmount' => 'Summa',
|
||||
'destination' => 'Kohde',
|
||||
'source' => 'Lähde',
|
||||
'next_expected_match' => 'Seuraava lasku odotettavissa',
|
||||
'automatch' => 'Automaattinen vertailu?',
|
||||
'buttons' => 'Painikkeet',
|
||||
'icon' => 'Kuvake',
|
||||
'id' => 'Tunniste',
|
||||
'create_date' => 'Luotu',
|
||||
'update_date' => 'Päivitetty',
|
||||
'updated_at' => 'Päivitetty',
|
||||
'balance_before' => 'Saldo ennen',
|
||||
'balance_after' => 'Saldo jälkeen',
|
||||
'name' => 'Nimi',
|
||||
'role' => 'Rooli',
|
||||
'currentBalance' => 'Tämänhetkinen saldo',
|
||||
'linked_to_rules' => 'Linkitetty sääntöihin',
|
||||
'active' => 'Aktiivinen?',
|
||||
'percentage' => 'pros.',
|
||||
'recurring_transaction' => 'Toistuva tapahtuma',
|
||||
'next_due' => 'Seuraava eräpäivä',
|
||||
'transaction_type' => 'Tyyppi',
|
||||
'lastActivity' => 'Viimeisin tapahtuma',
|
||||
'balanceDiff' => 'Saldomuutos',
|
||||
'other_meta_data' => 'Muut metatiedot',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Tilin tyyppi',
|
||||
'created_at' => 'Luotu',
|
||||
'account' => 'Tili',
|
||||
'external_url' => 'Ulkoinen URL',
|
||||
'matchingAmount' => 'Summa',
|
||||
'destination' => 'Kohde',
|
||||
'source' => 'Lähde',
|
||||
'next_expected_match' => 'Seuraava lasku odotettavissa',
|
||||
'automatch' => 'Automaattinen vertailu?',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Tiedoston koko',
|
||||
'file_type' => 'Tiedoston tyyppi',
|
||||
'attached_to' => 'Liitteenä',
|
||||
'file_exists' => 'Tiedosto on jo olemassa',
|
||||
'spectre_bank' => 'Pankki',
|
||||
'spectre_last_use' => 'Viimeisin kirjautuminen',
|
||||
'spectre_status' => 'Tila',
|
||||
'bunq_payment_id' => 'bunq maksutunniste',
|
||||
'repetitions' => 'Toistot',
|
||||
'title' => 'Otsikko',
|
||||
'transaction_s' => 'Tapahtuma(t)',
|
||||
'field' => 'Kenttä',
|
||||
'value' => 'Arvo',
|
||||
'interest' => 'Korko',
|
||||
'interest_period' => 'Korkojakso',
|
||||
'liability_type' => 'Lainatyyppi',
|
||||
'liability_direction' => 'Laina sisään/ulospäin',
|
||||
'end_date' => 'Loppupäivä',
|
||||
'payment_info' => 'Maksutiedot',
|
||||
'expected_info' => 'Seuraava odotettu tapahtuma',
|
||||
'start_date' => 'Aloituspäivä',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'file_size' => 'Tiedoston koko',
|
||||
'file_type' => 'Tiedoston tyyppi',
|
||||
'attached_to' => 'Liitteenä',
|
||||
'file_exists' => 'Tiedosto on jo olemassa',
|
||||
'spectre_bank' => 'Pankki',
|
||||
'spectre_last_use' => 'Viimeisin kirjautuminen',
|
||||
'spectre_status' => 'Tila',
|
||||
'bunq_payment_id' => 'bunq maksutunniste',
|
||||
'repetitions' => 'Toistot',
|
||||
'title' => 'Otsikko',
|
||||
'transaction_s' => 'Tapahtuma(t)',
|
||||
'field' => 'Kenttä',
|
||||
'value' => 'Arvo',
|
||||
'interest' => 'Korko',
|
||||
'interest_period' => 'Korkojakso',
|
||||
'liability_type' => 'Lainatyyppi',
|
||||
'liability_direction' => 'Laina sisään/ulospäin',
|
||||
'end_date' => 'Loppupäivä',
|
||||
'payment_info' => 'Maksutiedot',
|
||||
'expected_info' => 'Seuraava odotettu tapahtuma',
|
||||
'start_date' => 'Aloituspäivä',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Accueil',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Abonnements',
|
||||
'transactions' => 'Opérations',
|
||||
'title_expenses' => 'Dépenses',
|
||||
'title_withdrawal' => 'Dépenses',
|
||||
'title_revenue' => 'Recette / revenu',
|
||||
'title_deposit' => 'Recette / revenu',
|
||||
'title_transfer' => 'Transferts',
|
||||
'title_transfers' => 'Transferts',
|
||||
'edit_currency' => 'Modifier la devise ":name"',
|
||||
'delete_currency' => 'Supprimer la devise ":name"',
|
||||
'newPiggyBank' => 'Créer une nouvelle tirelire',
|
||||
'edit_piggyBank' => 'Modifier la tirelire ":name"',
|
||||
'preferences' => 'Préférences',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Comptes',
|
||||
'changePassword' => 'Modifier le mot de passe',
|
||||
'change_email' => 'Changer votre adresse e-mail',
|
||||
'bills' => 'Factures',
|
||||
'newBill' => 'Nouvelle facture',
|
||||
'edit_bill' => 'Modifier la facture ":name"',
|
||||
'delete_bill' => 'Supprimer la facture ":name"',
|
||||
'reports' => 'Rapports',
|
||||
'search_result' => 'Résultats de recherche pour ":query"',
|
||||
'withdrawal_list' => 'Dépenses',
|
||||
'Withdrawal_list' => 'Dépenses',
|
||||
'deposit_list' => 'Revenus, salaires et versements',
|
||||
'transfer_list' => 'Virements',
|
||||
'transfers_list' => 'Virements',
|
||||
'home' => 'Accueil',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Abonnements',
|
||||
'transactions' => 'Opérations',
|
||||
'title_expenses' => 'Dépenses',
|
||||
'title_withdrawal' => 'Dépenses',
|
||||
'title_revenue' => 'Recette / revenu',
|
||||
'title_deposit' => 'Recette / revenu',
|
||||
'title_transfer' => 'Transferts',
|
||||
'title_transfers' => 'Transferts',
|
||||
'edit_currency' => 'Modifier la devise ":name"',
|
||||
'delete_currency' => 'Supprimer la devise ":name"',
|
||||
'newPiggyBank' => 'Créer une nouvelle tirelire',
|
||||
'edit_piggyBank' => 'Modifier la tirelire ":name"',
|
||||
'preferences' => 'Préférences',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Comptes',
|
||||
'changePassword' => 'Modifier le mot de passe',
|
||||
'change_email' => 'Changer votre adresse e-mail',
|
||||
'bills' => 'Factures',
|
||||
'newBill' => 'Nouvelle facture',
|
||||
'edit_bill' => 'Modifier la facture ":name"',
|
||||
'delete_bill' => 'Supprimer la facture ":name"',
|
||||
'reports' => 'Rapports',
|
||||
'search_result' => 'Résultats de recherche pour ":query"',
|
||||
'withdrawal_list' => 'Dépenses',
|
||||
'Withdrawal_list' => 'Dépenses',
|
||||
'deposit_list' => 'Revenus, salaires et versements',
|
||||
'transfer_list' => 'Virements',
|
||||
'transfers_list' => 'Virements',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Vous pouvez obtenir plus d\'informations dans le répertoire <code>stockage/logs</code> où vous trouverez des fichiers journaux. Si vous utilisez Docker, utilisez <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Vous pouvez en savoir plus sur la récupération des informations d\'erreur dans <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">la FAQ</a>.',
|
||||
'github_help' => 'Obtenir de l\'aide sur GitHub',
|
||||
'github_instructions' => 'Vous êtes encouragé à ouvrir un nouveau ticket <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">sur GitHub</a> (en anglais)</strong>.',
|
||||
'use_search' => 'Utilisez la recherche !',
|
||||
'include_info' => 'Incluez les informations <a href=":link">de cette page de débogage</a>.',
|
||||
'tell_more' => 'Dites-nous plus que "ça dit Oups !"',
|
||||
'include_logs' => 'Incluez les logs d\'erreur (voir plus bas).',
|
||||
'what_did_you_do' => 'Dites-nous ce que vous faisiez.',
|
||||
'offline_header' => 'Vous êtes probablement déconnecté',
|
||||
'offline_unreachable' => 'Firefly III est inaccessible. Votre appareil est actuellement déconnecté ou le serveur ne fonctionne pas.',
|
||||
'offline_github' => 'Si vous êtes sûr que votre appareil et le serveur sont en ligne, veuillez ouvrir un ticket sur <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'Vous pouvez obtenir plus d\'informations dans le répertoire <code>stockage/logs</code> où vous trouverez des fichiers journaux. Si vous utilisez Docker, utilisez <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Vous pouvez en savoir plus sur la récupération des informations d\'erreur dans <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">la FAQ</a>.',
|
||||
'github_help' => 'Obtenir de l\'aide sur GitHub',
|
||||
'github_instructions' => 'Vous êtes encouragé à ouvrir un nouveau ticket <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">sur GitHub</a> (en anglais)</strong>.',
|
||||
'use_search' => 'Utilisez la recherche !',
|
||||
'include_info' => 'Incluez les informations <a href=":link">de cette page de débogage</a>.',
|
||||
'tell_more' => 'Dites-nous plus que "ça dit Oups !"',
|
||||
'include_logs' => 'Incluez les logs d\'erreur (voir plus bas).',
|
||||
'what_did_you_do' => 'Dites-nous ce que vous faisiez.',
|
||||
'offline_header' => 'Vous êtes probablement déconnecté',
|
||||
'offline_unreachable' => 'Firefly III est inaccessible. Votre appareil est actuellement déconnecté ou le serveur ne fonctionne pas.',
|
||||
'offline_github' => 'Si vous êtes sûr que votre appareil et le serveur sont en ligne, veuillez ouvrir un ticket sur <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -1706,7 +1706,7 @@ return [
|
||||
'auto_budget_none' => 'Pas de budget automatique',
|
||||
'auto_budget_reset' => 'Définir un montant fixe à chaque période',
|
||||
'auto_budget_rollover' => 'Ajouter un montant à chaque période',
|
||||
'auto_budget_adjusted' => 'Add an amount every period and correct for overspending',
|
||||
'auto_budget_adjusted' => 'Ajouter un montant à chaque période et rectifier en fonction des dépenses excessives',
|
||||
'auto_budget_period_daily' => 'Quotidien',
|
||||
'auto_budget_period_weekly' => 'Hebdomadaire',
|
||||
'auto_budget_period_monthly' => 'Mensuel',
|
||||
@ -1716,7 +1716,7 @@ return [
|
||||
'auto_budget_help' => 'Vous pouvez en savoir plus sur cette fonctionnalité dans l\'aide. Cliquez sur l\'icône (?) en haut à droite.',
|
||||
'auto_budget_reset_icon' => 'Ce budget sera défini périodiquement',
|
||||
'auto_budget_rollover_icon' => 'Le montant du budget augmentera périodiquement',
|
||||
'auto_budget_adjusted_icon' => 'The budget amount will increase periodically and will correct for overspending',
|
||||
'auto_budget_adjusted_icon' => 'Le montant du budget augmentera périodiquement et corrigera les dépassements de budget',
|
||||
'remove_budgeted_amount' => 'Supprimer le montant budgétisé en :currency',
|
||||
|
||||
// bills:
|
||||
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Budgétisé',
|
||||
'period' => 'Période',
|
||||
'balance' => 'Solde',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'Entrée + sortie de la période',
|
||||
'sum' => 'Somme',
|
||||
'summary' => 'Résumé',
|
||||
'average' => 'Moyenne',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Nom de la banque',
|
||||
'bank_balance' => 'Solde',
|
||||
'savings_balance' => 'Solde de l\'épargne',
|
||||
'credit_card_limit' => 'Limite de carte de crédit',
|
||||
'automatch' => 'Correspondre automatiquement',
|
||||
'skip' => 'Ignorer',
|
||||
'enabled' => 'Activé',
|
||||
'name' => 'Nom',
|
||||
'active' => 'Actif',
|
||||
'amount_min' => 'Montant minimum',
|
||||
'amount_max' => 'Montant maximum',
|
||||
'match' => 'Correspondre à',
|
||||
'strict' => 'Mode strict',
|
||||
'repeat_freq' => 'Répétitions',
|
||||
'object_group' => 'Groupe',
|
||||
'location' => 'Emplacement',
|
||||
'update_channel' => 'Canal de mise à jour',
|
||||
'currency_id' => 'Devise',
|
||||
'transaction_currency_id' => 'Devise',
|
||||
'auto_budget_currency_id' => 'Devise',
|
||||
'external_ip' => 'L\'adresse IP externe de votre serveur',
|
||||
'attachments' => 'Documents joints',
|
||||
'BIC' => 'Code BIC',
|
||||
'verify_password' => 'Vérifiez la sécurité du mot de passe',
|
||||
'source_account' => 'Compte source',
|
||||
'destination_account' => 'Compte destinataire',
|
||||
'asset_destination_account' => 'Compte destinataire',
|
||||
'include_net_worth' => 'Inclure dans l\'avoir net',
|
||||
'asset_source_account' => 'Compte source',
|
||||
'journal_description' => 'Description',
|
||||
'note' => 'Notes',
|
||||
'currency' => 'Devise',
|
||||
'account_id' => 'Compte d’actif',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Facture',
|
||||
'opening_balance' => 'Solde initial',
|
||||
'tagMode' => 'Mode du tag',
|
||||
'virtual_balance' => 'Solde virtuel',
|
||||
'bank_name' => 'Nom de la banque',
|
||||
'bank_balance' => 'Solde',
|
||||
'savings_balance' => 'Solde de l\'épargne',
|
||||
'credit_card_limit' => 'Limite de carte de crédit',
|
||||
'automatch' => 'Correspondre automatiquement',
|
||||
'skip' => 'Ignorer',
|
||||
'enabled' => 'Activé',
|
||||
'name' => 'Nom',
|
||||
'active' => 'Actif',
|
||||
'amount_min' => 'Montant minimum',
|
||||
'amount_max' => 'Montant maximum',
|
||||
'match' => 'Correspondre à',
|
||||
'strict' => 'Mode strict',
|
||||
'repeat_freq' => 'Répétitions',
|
||||
'object_group' => 'Groupe',
|
||||
'location' => 'Emplacement',
|
||||
'update_channel' => 'Canal de mise à jour',
|
||||
'currency_id' => 'Devise',
|
||||
'transaction_currency_id' => 'Devise',
|
||||
'auto_budget_currency_id' => 'Devise',
|
||||
'external_ip' => 'L\'adresse IP externe de votre serveur',
|
||||
'attachments' => 'Documents joints',
|
||||
'BIC' => 'Code BIC',
|
||||
'verify_password' => 'Vérifiez la sécurité du mot de passe',
|
||||
'source_account' => 'Compte source',
|
||||
'destination_account' => 'Compte destinataire',
|
||||
'asset_destination_account' => 'Compte destinataire',
|
||||
'include_net_worth' => 'Inclure dans l\'avoir net',
|
||||
'asset_source_account' => 'Compte source',
|
||||
'journal_description' => 'Description',
|
||||
'note' => 'Notes',
|
||||
'currency' => 'Devise',
|
||||
'account_id' => 'Compte d’actif',
|
||||
'budget_id' => 'Budget',
|
||||
'bill_id' => 'Facture',
|
||||
'opening_balance' => 'Solde initial',
|
||||
'tagMode' => 'Mode du tag',
|
||||
'virtual_balance' => 'Solde virtuel',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le groupe intitulé ":title" ?',
|
||||
'ruleGroup_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le groupe de règles intitulé ":title" ?',
|
||||
'budget_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le budget nommé ":name" ?',
|
||||
'webhook_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le webhook nommé ":title" ?',
|
||||
'webhook_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le webhook nommé ":title" ?',
|
||||
'category_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la catégorie nommée ":name" ?',
|
||||
'recurring_areYouSure' => 'Êtes-vous sûr de vouloir supprimer l\'opération périodique intitulée ":title" ?',
|
||||
'currency_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la devise nommée ":name" ?',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'À partir du',
|
||||
'to_date' => 'Jusqu\'au',
|
||||
'due_date' => 'Échéance',
|
||||
'payment_date' => 'Date de paiement',
|
||||
'invoice_date' => 'Date de facturation',
|
||||
'internal_reference' => 'Référence interne',
|
||||
'inward' => 'Description vers l\'opération',
|
||||
'outward' => 'Description depuis l\'opération',
|
||||
'rule_group_id' => 'Groupe de règles',
|
||||
'transaction_description' => 'Description de l\'opération',
|
||||
'first_date' => 'Date de début',
|
||||
'transaction_type' => 'Type d\'opération',
|
||||
'repeat_until' => 'Répéter jusqu\'à',
|
||||
'recurring_description' => 'Description de l\'opération périodique',
|
||||
'repetition_type' => 'Type de répétition',
|
||||
'foreign_currency_id' => 'Devise étrangère',
|
||||
'repetition_end' => 'Fin de répétition',
|
||||
'repetitions' => 'Répétitions',
|
||||
'calendar' => 'Calendrier',
|
||||
'weekend' => 'Week-end',
|
||||
'client_secret' => 'Clé secrète',
|
||||
'withdrawal_destination_id' => 'Compte de destination',
|
||||
'deposit_source_id' => 'Compte source',
|
||||
'expected_on' => 'Prévu le',
|
||||
'paid' => 'Payé',
|
||||
'auto_budget_type' => 'Budget automatique',
|
||||
'auto_budget_amount' => 'Montant du budget automatique',
|
||||
'auto_budget_period' => 'Période du budget automatique',
|
||||
'collected' => 'Collecté',
|
||||
'submitted' => 'Envoyé',
|
||||
'key' => 'Clé',
|
||||
'value' => 'Contenu de l\'enregistrement',
|
||||
'webhook_delivery' => 'Distribution',
|
||||
'webhook_response' => 'Réponse',
|
||||
'webhook_trigger' => 'Déclencheur',
|
||||
'from_date' => 'À partir du',
|
||||
'to_date' => 'Jusqu\'au',
|
||||
'due_date' => 'Échéance',
|
||||
'payment_date' => 'Date de paiement',
|
||||
'invoice_date' => 'Date de facturation',
|
||||
'internal_reference' => 'Référence interne',
|
||||
'inward' => 'Description vers l\'opération',
|
||||
'outward' => 'Description depuis l\'opération',
|
||||
'rule_group_id' => 'Groupe de règles',
|
||||
'transaction_description' => 'Description de l\'opération',
|
||||
'first_date' => 'Date de début',
|
||||
'transaction_type' => 'Type d\'opération',
|
||||
'repeat_until' => 'Répéter jusqu\'à',
|
||||
'recurring_description' => 'Description de l\'opération périodique',
|
||||
'repetition_type' => 'Type de répétition',
|
||||
'foreign_currency_id' => 'Devise étrangère',
|
||||
'repetition_end' => 'Fin de répétition',
|
||||
'repetitions' => 'Répétitions',
|
||||
'calendar' => 'Calendrier',
|
||||
'weekend' => 'Week-end',
|
||||
'client_secret' => 'Clé secrète',
|
||||
'withdrawal_destination_id' => 'Compte de destination',
|
||||
'deposit_source_id' => 'Compte source',
|
||||
'expected_on' => 'Prévu le',
|
||||
'paid' => 'Payé',
|
||||
'auto_budget_type' => 'Budget automatique',
|
||||
'auto_budget_amount' => 'Montant du budget automatique',
|
||||
'auto_budget_period' => 'Période du budget automatique',
|
||||
'collected' => 'Collecté',
|
||||
'submitted' => 'Envoyé',
|
||||
'key' => 'Clé',
|
||||
'value' => 'Contenu de l\'enregistrement',
|
||||
'webhook_delivery' => 'Distribution',
|
||||
'webhook_response' => 'Réponse',
|
||||
'webhook_trigger' => 'Déclencheur',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Boutons',
|
||||
'icon' => 'Icône',
|
||||
'id' => 'Identifiant',
|
||||
'create_date' => 'Créé le',
|
||||
'update_date' => 'Mis à jour le',
|
||||
'updated_at' => 'Mis à jour le',
|
||||
'balance_before' => 'Solde avant',
|
||||
'balance_after' => 'Solde après',
|
||||
'name' => 'Nom',
|
||||
'role' => 'Rôle',
|
||||
'currentBalance' => 'Solde courant',
|
||||
'linked_to_rules' => 'Règles applicables',
|
||||
'active' => 'Actif ?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Opération périodique',
|
||||
'next_due' => 'Prochaine échéance',
|
||||
'transaction_type' => 'Type',
|
||||
'lastActivity' => 'Activité récente',
|
||||
'balanceDiff' => 'Différence de solde',
|
||||
'other_meta_data' => 'Autres métadonnées',
|
||||
'invited_at' => 'Invité le',
|
||||
'expires' => 'L\'invitation expire',
|
||||
'invited_by' => 'Invité par',
|
||||
'invite_link' => 'Lien d\'invitation',
|
||||
'account_type' => 'Type de compte',
|
||||
'created_at' => 'Créé le',
|
||||
'account' => 'Compte',
|
||||
'external_url' => 'URL externe',
|
||||
'matchingAmount' => 'Montant',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Source',
|
||||
'next_expected_match' => 'Prochaine association attendue',
|
||||
'automatch' => 'Correspondance automatique ?',
|
||||
'buttons' => 'Boutons',
|
||||
'icon' => 'Icône',
|
||||
'id' => 'Identifiant',
|
||||
'create_date' => 'Créé le',
|
||||
'update_date' => 'Mis à jour le',
|
||||
'updated_at' => 'Mis à jour le',
|
||||
'balance_before' => 'Solde avant',
|
||||
'balance_after' => 'Solde après',
|
||||
'name' => 'Nom',
|
||||
'role' => 'Rôle',
|
||||
'currentBalance' => 'Solde courant',
|
||||
'linked_to_rules' => 'Règles applicables',
|
||||
'active' => 'Actif ?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Opération périodique',
|
||||
'next_due' => 'Prochaine échéance',
|
||||
'transaction_type' => 'Type',
|
||||
'lastActivity' => 'Activité récente',
|
||||
'balanceDiff' => 'Différence de solde',
|
||||
'other_meta_data' => 'Autres métadonnées',
|
||||
'invited_at' => 'Invité le',
|
||||
'expires' => 'L\'invitation expire',
|
||||
'invited_by' => 'Invité par',
|
||||
'invite_link' => 'Lien d\'invitation',
|
||||
'account_type' => 'Type de compte',
|
||||
'created_at' => 'Créé le',
|
||||
'account' => 'Compte',
|
||||
'external_url' => 'URL externe',
|
||||
'matchingAmount' => 'Montant',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Source',
|
||||
'next_expected_match' => 'Prochaine association attendue',
|
||||
'automatch' => 'Correspondance automatique ?',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Taille du fichier',
|
||||
'file_type' => 'Type de fichier',
|
||||
'attached_to' => 'Attaché à',
|
||||
'file_exists' => 'Le fichier existe',
|
||||
'spectre_bank' => 'Banque',
|
||||
'spectre_last_use' => 'Dernière connexion',
|
||||
'spectre_status' => 'Statut',
|
||||
'bunq_payment_id' => 'ID de paiement bunq',
|
||||
'repetitions' => 'Répétitions',
|
||||
'title' => 'Titre',
|
||||
'transaction_s' => 'Opération(s)',
|
||||
'field' => 'Champ',
|
||||
'value' => 'Valeur',
|
||||
'interest' => 'Intérêt',
|
||||
'interest_period' => 'Période d’intérêt',
|
||||
'liability_type' => 'Type de passif',
|
||||
'liability_direction' => 'Sens du passif',
|
||||
'end_date' => 'Date de fin',
|
||||
'payment_info' => 'Informations sur le paiement',
|
||||
'expected_info' => 'Prochaine opération attendue',
|
||||
'start_date' => 'Date de début',
|
||||
'trigger' => 'Déclencheur',
|
||||
'response' => 'Réponse',
|
||||
'delivery' => 'Distribution',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'file_size' => 'Taille du fichier',
|
||||
'file_type' => 'Type de fichier',
|
||||
'attached_to' => 'Attaché à',
|
||||
'file_exists' => 'Le fichier existe',
|
||||
'spectre_bank' => 'Banque',
|
||||
'spectre_last_use' => 'Dernière connexion',
|
||||
'spectre_status' => 'Statut',
|
||||
'bunq_payment_id' => 'ID de paiement bunq',
|
||||
'repetitions' => 'Répétitions',
|
||||
'title' => 'Titre',
|
||||
'transaction_s' => 'Opération(s)',
|
||||
'field' => 'Champ',
|
||||
'value' => 'Valeur',
|
||||
'interest' => 'Intérêt',
|
||||
'interest_period' => 'Période d’intérêt',
|
||||
'liability_type' => 'Type de passif',
|
||||
'liability_direction' => 'Sens du passif',
|
||||
'end_date' => 'Date de fin',
|
||||
'payment_info' => 'Informations sur le paiement',
|
||||
'expected_info' => 'Prochaine opération attendue',
|
||||
'start_date' => 'Date de début',
|
||||
'trigger' => 'Déclencheur',
|
||||
'response' => 'Réponse',
|
||||
'delivery' => 'Distribution',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Főoldal',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'edit_currency' => '":name" pénznem szerkesztése',
|
||||
'delete_currency' => '":name" pénznem törlése',
|
||||
'newPiggyBank' => 'Új malacpersely létrehozása',
|
||||
'edit_piggyBank' => '":name" malacpersely szerkesztése',
|
||||
'preferences' => 'Beállítások',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Számlák',
|
||||
'changePassword' => 'Jelszó módosítása',
|
||||
'change_email' => 'Email cím módosítása',
|
||||
'bills' => 'Számlák',
|
||||
'newBill' => 'Új számla',
|
||||
'edit_bill' => '":name" számla szerkesztése',
|
||||
'delete_bill' => '":name" számla törlése',
|
||||
'reports' => 'Jelentések',
|
||||
'search_result' => '":query" keresési eredményei',
|
||||
'withdrawal_list' => 'Kiadások',
|
||||
'Withdrawal_list' => 'Költségek',
|
||||
'deposit_list' => 'Bevételek, jövedelem és betétek',
|
||||
'transfer_list' => 'Átvezetések',
|
||||
'transfers_list' => 'Átvezetések',
|
||||
'home' => 'Főoldal',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'edit_currency' => '":name" pénznem szerkesztése',
|
||||
'delete_currency' => '":name" pénznem törlése',
|
||||
'newPiggyBank' => 'Új malacpersely létrehozása',
|
||||
'edit_piggyBank' => '":name" malacpersely szerkesztése',
|
||||
'preferences' => 'Beállítások',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Számlák',
|
||||
'changePassword' => 'Jelszó módosítása',
|
||||
'change_email' => 'Email cím módosítása',
|
||||
'bills' => 'Számlák',
|
||||
'newBill' => 'Új számla',
|
||||
'edit_bill' => '":name" számla szerkesztése',
|
||||
'delete_bill' => '":name" számla törlése',
|
||||
'reports' => 'Jelentések',
|
||||
'search_result' => '":query" keresési eredményei',
|
||||
'withdrawal_list' => 'Kiadások',
|
||||
'Withdrawal_list' => 'Költségek',
|
||||
'deposit_list' => 'Bevételek, jövedelem és betétek',
|
||||
'transfer_list' => 'Átvezetések',
|
||||
'transfers_list' => 'Átvezetések',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'További információk gyűjthetők a <code>storage/logs</code> könyvtárban lévő napló fájlokból. Vagy ha Dockert használ, akkor a <code>docker logs -f [container]</code> paranccsal.',
|
||||
'collect_info_more' => 'Hiba információk gyűjtéséről tovább olvashatsz az <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>-ban.',
|
||||
'github_help' => 'Segítség kérése GitHub-on',
|
||||
'github_instructions' => 'Örömmel fogadjuk ha <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>-on hibajegyet nyitsz.',
|
||||
'use_search' => 'Használd a keresőt!',
|
||||
'include_info' => 'Add hozzá a <a href=":link">debug</a> oldalon található információkat.',
|
||||
'tell_more' => 'Részletesebben írd le, mint hogy "azt írja hoppá, hiba történt!"',
|
||||
'include_logs' => 'Hiba naplók hozzáadása (lásd fentebb).',
|
||||
'what_did_you_do' => 'Meséld el mit csináltál.',
|
||||
'offline_header' => 'You are probably offline',
|
||||
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
|
||||
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'További információk gyűjthetők a <code>storage/logs</code> könyvtárban lévő napló fájlokból. Vagy ha Dockert használ, akkor a <code>docker logs -f [container]</code> paranccsal.',
|
||||
'collect_info_more' => 'Hiba információk gyűjtéséről tovább olvashatsz az <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>-ban.',
|
||||
'github_help' => 'Segítség kérése GitHub-on',
|
||||
'github_instructions' => 'Örömmel fogadjuk ha <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>-on hibajegyet nyitsz.',
|
||||
'use_search' => 'Használd a keresőt!',
|
||||
'include_info' => 'Add hozzá a <a href=":link">debug</a> oldalon található információkat.',
|
||||
'tell_more' => 'Részletesebben írd le, mint hogy "azt írja hoppá, hiba történt!"',
|
||||
'include_logs' => 'Hiba naplók hozzáadása (lásd fentebb).',
|
||||
'what_did_you_do' => 'Meséld el mit csináltál.',
|
||||
'offline_header' => 'You are probably offline',
|
||||
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
|
||||
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Betervezett',
|
||||
'period' => 'Időszak',
|
||||
'balance' => 'Egyenleg',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'sum' => 'Összesen',
|
||||
'summary' => 'Összefoglaló',
|
||||
'average' => 'Átlag',
|
||||
|
@ -36,44 +36,44 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Bank neve',
|
||||
'bank_balance' => 'Egyenleg',
|
||||
'savings_balance' => 'Megtakarítási egyenleg',
|
||||
'credit_card_limit' => 'Hitelkártya limit',
|
||||
'automatch' => 'Automatikus egyezés',
|
||||
'skip' => 'Kihagyás',
|
||||
'enabled' => 'Engedélyezett',
|
||||
'name' => 'Név',
|
||||
'active' => 'Aktív',
|
||||
'amount_min' => 'Minimális összeg',
|
||||
'amount_max' => 'Maximális összeg',
|
||||
'match' => 'Találatok',
|
||||
'strict' => 'Szigorú mód',
|
||||
'repeat_freq' => 'Ismétlődések',
|
||||
'object_group' => 'Csoport',
|
||||
'location' => 'Hely',
|
||||
'update_channel' => 'Frissítési csatorna',
|
||||
'currency_id' => 'Pénznem',
|
||||
'transaction_currency_id' => 'Pénznem',
|
||||
'auto_budget_currency_id' => 'Pénznem',
|
||||
'external_ip' => 'A szervered külső IP címe',
|
||||
'attachments' => 'Mellékletek',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Jelszóbiztonság ellenőrzése',
|
||||
'source_account' => 'Forrás bankszámla',
|
||||
'destination_account' => 'Cél bankszámla',
|
||||
'asset_destination_account' => 'Célszámla',
|
||||
'include_net_worth' => 'Befoglalva a nettó értékbe',
|
||||
'asset_source_account' => 'Forrás számla',
|
||||
'journal_description' => 'Leírás',
|
||||
'note' => 'Megjegyzések',
|
||||
'currency' => 'Pénznem',
|
||||
'account_id' => 'Eszközszámla',
|
||||
'budget_id' => 'Költségkeret',
|
||||
'bill_id' => 'Bill',
|
||||
'opening_balance' => 'Nyitó egyenleg',
|
||||
'tagMode' => 'Címke mód',
|
||||
'virtual_balance' => 'Virtuális egyenleg',
|
||||
'bank_name' => 'Bank neve',
|
||||
'bank_balance' => 'Egyenleg',
|
||||
'savings_balance' => 'Megtakarítási egyenleg',
|
||||
'credit_card_limit' => 'Hitelkártya limit',
|
||||
'automatch' => 'Automatikus egyezés',
|
||||
'skip' => 'Kihagyás',
|
||||
'enabled' => 'Engedélyezett',
|
||||
'name' => 'Név',
|
||||
'active' => 'Aktív',
|
||||
'amount_min' => 'Minimális összeg',
|
||||
'amount_max' => 'Maximális összeg',
|
||||
'match' => 'Találatok',
|
||||
'strict' => 'Szigorú mód',
|
||||
'repeat_freq' => 'Ismétlődések',
|
||||
'object_group' => 'Csoport',
|
||||
'location' => 'Hely',
|
||||
'update_channel' => 'Frissítési csatorna',
|
||||
'currency_id' => 'Pénznem',
|
||||
'transaction_currency_id' => 'Pénznem',
|
||||
'auto_budget_currency_id' => 'Pénznem',
|
||||
'external_ip' => 'A szervered külső IP címe',
|
||||
'attachments' => 'Mellékletek',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Jelszóbiztonság ellenőrzése',
|
||||
'source_account' => 'Forrás bankszámla',
|
||||
'destination_account' => 'Cél bankszámla',
|
||||
'asset_destination_account' => 'Célszámla',
|
||||
'include_net_worth' => 'Befoglalva a nettó értékbe',
|
||||
'asset_source_account' => 'Forrás számla',
|
||||
'journal_description' => 'Leírás',
|
||||
'note' => 'Megjegyzések',
|
||||
'currency' => 'Pénznem',
|
||||
'account_id' => 'Eszközszámla',
|
||||
'budget_id' => 'Költségkeret',
|
||||
'bill_id' => 'Bill',
|
||||
'opening_balance' => 'Nyitó egyenleg',
|
||||
'tagMode' => 'Címke mód',
|
||||
'virtual_balance' => 'Virtuális egyenleg',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'Biztosan törölni szeretné a ":title" csoportot?',
|
||||
'ruleGroup_areYouSure' => '":title" szabálycsoportot biztosan törölhető?',
|
||||
'budget_areYouSure' => '":name" költségkeretet biztosan törölhető?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'category_areYouSure' => '":name" kategória biztosan törölhető?',
|
||||
'recurring_areYouSure' => ':title ismétlődő tranzakció biztosan törölhető?',
|
||||
'currency_areYouSure' => '":name" pénznem biztosan törölhető?',
|
||||
@ -267,41 +267,41 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Dátumtól',
|
||||
'to_date' => 'Dátumig',
|
||||
'due_date' => 'Lejárati időpont',
|
||||
'payment_date' => 'Fizetés dátuma',
|
||||
'invoice_date' => 'Számla dátuma',
|
||||
'internal_reference' => 'Belső hivatkozás',
|
||||
'inward' => 'Belső leírás',
|
||||
'outward' => 'Külső leírás',
|
||||
'rule_group_id' => 'Szabálycsoport',
|
||||
'transaction_description' => 'Tranzakció leírása',
|
||||
'first_date' => 'Első dátum',
|
||||
'transaction_type' => 'Tranzakció típusa',
|
||||
'repeat_until' => 'Ismétlés eddig:',
|
||||
'recurring_description' => 'Ismétlődő tranzakció leírása',
|
||||
'repetition_type' => 'Ismétlődés típusa',
|
||||
'foreign_currency_id' => 'Külföldi pénznem',
|
||||
'repetition_end' => 'Ismétlés vége',
|
||||
'repetitions' => 'Ismétlések',
|
||||
'calendar' => 'Naptár',
|
||||
'weekend' => 'Hétvége',
|
||||
'client_secret' => 'Ügyfél titkos kódja',
|
||||
'withdrawal_destination_id' => 'Célszámla',
|
||||
'deposit_source_id' => 'Forrásszámla',
|
||||
'expected_on' => 'Várható dátum:',
|
||||
'paid' => 'Fizetve',
|
||||
'auto_budget_type' => 'Auto-költségkeret',
|
||||
'auto_budget_amount' => 'Auto-költségkeret összege',
|
||||
'auto_budget_period' => 'Auto-költségkeret időszaka',
|
||||
'collected' => 'Begyűjtött',
|
||||
'submitted' => 'Elküldött',
|
||||
'key' => 'Kulcs',
|
||||
'value' => 'Bejegyzés tartalma',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
'from_date' => 'Dátumtól',
|
||||
'to_date' => 'Dátumig',
|
||||
'due_date' => 'Lejárati időpont',
|
||||
'payment_date' => 'Fizetés dátuma',
|
||||
'invoice_date' => 'Számla dátuma',
|
||||
'internal_reference' => 'Belső hivatkozás',
|
||||
'inward' => 'Belső leírás',
|
||||
'outward' => 'Külső leírás',
|
||||
'rule_group_id' => 'Szabálycsoport',
|
||||
'transaction_description' => 'Tranzakció leírása',
|
||||
'first_date' => 'Első dátum',
|
||||
'transaction_type' => 'Tranzakció típusa',
|
||||
'repeat_until' => 'Ismétlés eddig:',
|
||||
'recurring_description' => 'Ismétlődő tranzakció leírása',
|
||||
'repetition_type' => 'Ismétlődés típusa',
|
||||
'foreign_currency_id' => 'Külföldi pénznem',
|
||||
'repetition_end' => 'Ismétlés vége',
|
||||
'repetitions' => 'Ismétlések',
|
||||
'calendar' => 'Naptár',
|
||||
'weekend' => 'Hétvége',
|
||||
'client_secret' => 'Ügyfél titkos kódja',
|
||||
'withdrawal_destination_id' => 'Célszámla',
|
||||
'deposit_source_id' => 'Forrásszámla',
|
||||
'expected_on' => 'Várható dátum:',
|
||||
'paid' => 'Fizetve',
|
||||
'auto_budget_type' => 'Auto-költségkeret',
|
||||
'auto_budget_amount' => 'Auto-költségkeret összege',
|
||||
'auto_budget_period' => 'Auto-költségkeret időszaka',
|
||||
'collected' => 'Begyűjtött',
|
||||
'submitted' => 'Elküldött',
|
||||
'key' => 'Kulcs',
|
||||
'value' => 'Bejegyzés tartalma',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -35,39 +35,39 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Gombok',
|
||||
'icon' => 'Ikon',
|
||||
'id' => 'Azonosító',
|
||||
'create_date' => 'Létrehozva:',
|
||||
'update_date' => 'Frissítve:',
|
||||
'updated_at' => 'Frissítve:',
|
||||
'balance_before' => 'Egyenleg előtte',
|
||||
'balance_after' => 'Egyenleg utána',
|
||||
'name' => 'Név',
|
||||
'role' => 'Szerepkör',
|
||||
'currentBalance' => 'Aktuális egyenleg',
|
||||
'linked_to_rules' => 'Vonatkozó szabályok',
|
||||
'active' => 'Aktív?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Ismétlődő tranzakció',
|
||||
'next_due' => 'Következő esedékesség',
|
||||
'transaction_type' => 'Típus',
|
||||
'lastActivity' => 'Utolsó aktivitás',
|
||||
'balanceDiff' => 'Egyenleg különbség',
|
||||
'other_meta_data' => 'Egyéb metaadat',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Bankszámla típusa',
|
||||
'created_at' => 'Létrehozva',
|
||||
'account' => 'Bankszámla',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Összeg',
|
||||
'destination' => 'Cél',
|
||||
'source' => 'Forrás',
|
||||
'next_expected_match' => 'Következő várható egyezés',
|
||||
'automatch' => 'Automatikus egyezés?',
|
||||
'buttons' => 'Gombok',
|
||||
'icon' => 'Ikon',
|
||||
'id' => 'Azonosító',
|
||||
'create_date' => 'Létrehozva:',
|
||||
'update_date' => 'Frissítve:',
|
||||
'updated_at' => 'Frissítve:',
|
||||
'balance_before' => 'Egyenleg előtte',
|
||||
'balance_after' => 'Egyenleg utána',
|
||||
'name' => 'Név',
|
||||
'role' => 'Szerepkör',
|
||||
'currentBalance' => 'Aktuális egyenleg',
|
||||
'linked_to_rules' => 'Vonatkozó szabályok',
|
||||
'active' => 'Aktív?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Ismétlődő tranzakció',
|
||||
'next_due' => 'Következő esedékesség',
|
||||
'transaction_type' => 'Típus',
|
||||
'lastActivity' => 'Utolsó aktivitás',
|
||||
'balanceDiff' => 'Egyenleg különbség',
|
||||
'other_meta_data' => 'Egyéb metaadat',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Bankszámla típusa',
|
||||
'created_at' => 'Létrehozva',
|
||||
'account' => 'Bankszámla',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Összeg',
|
||||
'destination' => 'Cél',
|
||||
'source' => 'Forrás',
|
||||
'next_expected_match' => 'Következő várható egyezés',
|
||||
'automatch' => 'Automatikus egyezés?',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -159,32 +159,32 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Fájl méret',
|
||||
'file_type' => 'Fájltípus',
|
||||
'attached_to' => 'Csatolva',
|
||||
'file_exists' => 'Létező fájl',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Legutóbbi bejelentkezés',
|
||||
'spectre_status' => 'Állapot',
|
||||
'bunq_payment_id' => 'bunq fizetési azonosító',
|
||||
'repetitions' => 'Ismétlődések',
|
||||
'title' => 'Cím',
|
||||
'transaction_s' => 'Tranzakciók',
|
||||
'field' => 'Mező',
|
||||
'value' => 'Érték',
|
||||
'interest' => 'Kamat',
|
||||
'interest_period' => 'Interest period',
|
||||
'liability_type' => 'A kötelezettség típusa',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'end_date' => 'End date',
|
||||
'payment_info' => 'Payment information',
|
||||
'expected_info' => 'Next expected transaction',
|
||||
'start_date' => 'Start date',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'file_size' => 'Fájl méret',
|
||||
'file_type' => 'Fájltípus',
|
||||
'attached_to' => 'Csatolva',
|
||||
'file_exists' => 'Létező fájl',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Legutóbbi bejelentkezés',
|
||||
'spectre_status' => 'Állapot',
|
||||
'bunq_payment_id' => 'bunq fizetési azonosító',
|
||||
'repetitions' => 'Ismétlődések',
|
||||
'title' => 'Cím',
|
||||
'transaction_s' => 'Tranzakciók',
|
||||
'field' => 'Mező',
|
||||
'value' => 'Érték',
|
||||
'interest' => 'Kamat',
|
||||
'interest_period' => 'Interest period',
|
||||
'liability_type' => 'A kötelezettség típusa',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'end_date' => 'End date',
|
||||
'payment_info' => 'Payment information',
|
||||
'expected_info' => 'Next expected transaction',
|
||||
'start_date' => 'Start date',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
|
@ -35,36 +35,36 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Beranda',
|
||||
'budgets' => 'Anggaran',
|
||||
'subscriptions' => 'Langganan',
|
||||
'transactions' => 'Transaksi',
|
||||
'title_expenses' => 'Pengeluaran',
|
||||
'title_withdrawal' => 'Pengeluaran',
|
||||
'title_revenue' => 'Penghasilan / pendapatan',
|
||||
'title_deposit' => 'Penghasilan / pendapatan',
|
||||
'title_transfer' => 'Transfer',
|
||||
'title_transfers' => 'Transfer',
|
||||
'edit_currency' => 'Edit mata uang ":name"',
|
||||
'delete_currency' => 'Hapus mata uang ":name"',
|
||||
'newPiggyBank' => 'Buat celengan baru',
|
||||
'edit_piggyBank' => 'Edit celengan ":name"',
|
||||
'preferences' => 'Preferensi',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Rekening',
|
||||
'changePassword' => 'Ubah kata sandi Anda',
|
||||
'change_email' => 'Ubah alamat email anda',
|
||||
'bills' => 'Tagihan',
|
||||
'newBill' => 'Tagihan baru',
|
||||
'edit_bill' => 'Edit tagihan ":name"',
|
||||
'delete_bill' => 'Hapus tagihan ":name"',
|
||||
'reports' => 'Laporan',
|
||||
'search_result' => 'Hasil pencarian untuk ":query"',
|
||||
'withdrawal_list' => 'Pengeluaran',
|
||||
'Withdrawal_list' => 'Pengeluaran',
|
||||
'deposit_list' => 'Pendapatan, pemasukan, dan deposit',
|
||||
'transfer_list' => 'Transfer',
|
||||
'transfers_list' => 'Transfer',
|
||||
'home' => 'Beranda',
|
||||
'budgets' => 'Anggaran',
|
||||
'subscriptions' => 'Langganan',
|
||||
'transactions' => 'Transaksi',
|
||||
'title_expenses' => 'Pengeluaran',
|
||||
'title_withdrawal' => 'Pengeluaran',
|
||||
'title_revenue' => 'Penghasilan / pendapatan',
|
||||
'title_deposit' => 'Penghasilan / pendapatan',
|
||||
'title_transfer' => 'Transfer',
|
||||
'title_transfers' => 'Transfer',
|
||||
'edit_currency' => 'Edit mata uang ":name"',
|
||||
'delete_currency' => 'Hapus mata uang ":name"',
|
||||
'newPiggyBank' => 'Buat celengan baru',
|
||||
'edit_piggyBank' => 'Edit celengan ":name"',
|
||||
'preferences' => 'Preferensi',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Rekening',
|
||||
'changePassword' => 'Ubah kata sandi Anda',
|
||||
'change_email' => 'Ubah alamat email anda',
|
||||
'bills' => 'Tagihan',
|
||||
'newBill' => 'Tagihan baru',
|
||||
'edit_bill' => 'Edit tagihan ":name"',
|
||||
'delete_bill' => 'Hapus tagihan ":name"',
|
||||
'reports' => 'Laporan',
|
||||
'search_result' => 'Hasil pencarian untuk ":query"',
|
||||
'withdrawal_list' => 'Pengeluaran',
|
||||
'Withdrawal_list' => 'Pengeluaran',
|
||||
'deposit_list' => 'Pendapatan, pemasukan, dan deposit',
|
||||
'transfer_list' => 'Transfer',
|
||||
'transfers_list' => 'Transfer',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
@ -64,17 +64,17 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Silakan ambil informasi lebih lanjut di direktori<code>storage/logs</code> di mana Anda dapat menemukan file log. Jika Anda menggunakan Docker, gunakan <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Anda dapat membaca lebih lanjut dalam mengumpulkan informasi kesalahan di <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">Pertanyaan yang sering diajukan</a>.',
|
||||
'github_help' => 'Dapatkan bantuan di GitHub',
|
||||
'github_instructions' => 'Anda sangat diperbolehkan untuk membuka isu baru <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">di GitHub</a></strong>.',
|
||||
'use_search' => 'Gunakan pencarian!',
|
||||
'include_info' => 'Sertakan informasi <a href=":link"> dari halaman debug ini</a>.',
|
||||
'tell_more' => 'Beri tahu kami selain "kata Whoops!"',
|
||||
'include_logs' => 'Sertakan log kesalahan (lihat di atas).',
|
||||
'what_did_you_do' => 'Beritahu kami apa yang anda lakukan.',
|
||||
'offline_header' => 'Anda sedang luring',
|
||||
'offline_unreachable' => 'Firefly III tidak dapat dijangkau. Perangkat anda kemungkinan luring atau server sedang tidak bekerja.',
|
||||
'offline_github' => 'Jika anda yakin perangkat anda dan server dalam keadaan daring, mohon buat tiket isu di <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'collect_info' => 'Silakan ambil informasi lebih lanjut di direktori<code>storage/logs</code> di mana Anda dapat menemukan file log. Jika Anda menggunakan Docker, gunakan <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Anda dapat membaca lebih lanjut dalam mengumpulkan informasi kesalahan di <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">Pertanyaan yang sering diajukan</a>.',
|
||||
'github_help' => 'Dapatkan bantuan di GitHub',
|
||||
'github_instructions' => 'Anda sangat diperbolehkan untuk membuka isu baru <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">di GitHub</a></strong>.',
|
||||
'use_search' => 'Gunakan pencarian!',
|
||||
'include_info' => 'Sertakan informasi <a href=":link"> dari halaman debug ini</a>.',
|
||||
'tell_more' => 'Beri tahu kami selain "kata Whoops!"',
|
||||
'include_logs' => 'Sertakan log kesalahan (lihat di atas).',
|
||||
'what_did_you_do' => 'Beritahu kami apa yang anda lakukan.',
|
||||
'offline_header' => 'Anda sedang luring',
|
||||
'offline_unreachable' => 'Firefly III tidak dapat dijangkau. Perangkat anda kemungkinan luring atau server sedang tidak bekerja.',
|
||||
'offline_github' => 'Jika anda yakin perangkat anda dan server dalam keadaan daring, mohon buat tiket isu di <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Dianggarkan',
|
||||
'period' => 'Periode',
|
||||
'balance' => 'Keseimbangan',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'sum' => 'Jumlah',
|
||||
'summary' => 'Summary',
|
||||
'average' => 'Rata-rata',
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user