mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix meta files.
This commit is contained in:
parent
983508e291
commit
430b498caf
18
changelog.md
18
changelog.md
@ -11,8 +11,8 @@ Several alpha and beta releases preceded this release.
|
|||||||
- 5.3.0-beta.1 on 2020-06-28
|
- 5.3.0-beta.1 on 2020-06-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Piggy banks can be divided over groups. Groups can be sorted on a separate page. This may prove to be useful to organize piggy banks. The feature will
|
- Piggy banks and bills can be divided over groups. Groups can be sorted on a separate page. This may prove to be useful to organize these objects. The feature
|
||||||
expand to other objects in the future. Empty groups will be automatically deleted; you can only create groups by editing piggy banks.
|
will expand to even more objects in the future. Empty groups will be automatically deleted; you can only create groups by editing the objects.
|
||||||
- [Issue 3392](https://github.com/firefly-iii/firefly-iii/issues/3392) Notes will be included in the export.
|
- [Issue 3392](https://github.com/firefly-iii/firefly-iii/issues/3392) Notes will be included in the export.
|
||||||
- [Issue 3184](https://github.com/firefly-iii/firefly-iii/issues/3184) You can now use the `REMOTE_USER` field to authenticate. Read [the documentation](https://docs.firefly-iii.org/advanced-installation/authentication#remote-user) carefully.
|
- [Issue 3184](https://github.com/firefly-iii/firefly-iii/issues/3184) You can now use the `REMOTE_USER` field to authenticate. Read [the documentation](https://docs.firefly-iii.org/advanced-installation/authentication#remote-user) carefully.
|
||||||
- [Issue 3403](https://github.com/firefly-iii/firefly-iii/issues/3403) More triggers have been added that respond to the date of a transaction. Read [the documentation](https://docs.firefly-iii.org/advanced-concepts/rules)
|
- [Issue 3403](https://github.com/firefly-iii/firefly-iii/issues/3403) More triggers have been added that respond to the date of a transaction. Read [the documentation](https://docs.firefly-iii.org/advanced-concepts/rules)
|
||||||
@ -20,6 +20,7 @@ Several alpha and beta releases preceded this release.
|
|||||||
- You can invalidate other logins, check out the button on the `/profile` page.
|
- You can invalidate other logins, check out the button on the `/profile` page.
|
||||||
- It is now possible to search for `internal_reference:abc` and / or `external_id:123`.
|
- It is now possible to search for `internal_reference:abc` and / or `external_id:123`.
|
||||||
- [Issue 3398](https://github.com/firefly-iii/firefly-iii/issues/3398) You can clear the cache directly from the admin.
|
- [Issue 3398](https://github.com/firefly-iii/firefly-iii/issues/3398) You can clear the cache directly from the admin.
|
||||||
|
- Better sums in bills.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Firefly III now requires **PHP 7.4**. PHP7.4 specific features have been introduced to make sure you upgrade.
|
- Firefly III now requires **PHP 7.4**. PHP7.4 specific features have been introduced to make sure you upgrade.
|
||||||
@ -29,13 +30,16 @@ Several alpha and beta releases preceded this release.
|
|||||||
- [Issue 3461](https://github.com/firefly-iii/firefly-iii/issues/3461) Inactive rules are no longer applied.
|
- [Issue 3461](https://github.com/firefly-iii/firefly-iii/issues/3461) Inactive rules are no longer applied.
|
||||||
- From this release on, the Dockerfile and default configuration will install MySQL (using MariaDB) instead of PostgreSQL. This doesn't influence existing
|
- From this release on, the Dockerfile and default configuration will install MySQL (using MariaDB) instead of PostgreSQL. This doesn't influence existing
|
||||||
installations.
|
installations.
|
||||||
- Example environment file has several fixes to make it more clear what features are for.
|
- Example environment file has several fixes to make it more clear what features are for.
|
||||||
- Sandstorm support is now entirely decrepated.
|
- Sandstorm support is now entirely decrepated.
|
||||||
- [Issue 3440](https://github.com/firefly-iii/firefly-iii/issues/3440) You can now sort rules more easily.
|
- [Issue 3440](https://github.com/firefly-iii/firefly-iii/issues/3440) You can now sort rules more easily.
|
||||||
- [Issue 3493](https://github.com/firefly-iii/firefly-iii/issues/3493) Fix API issue when handling default currencies.
|
- [Issue 3493](https://github.com/firefly-iii/firefly-iii/issues/3493) Fix API issue when handling default currencies.
|
||||||
|
- Max upload is now larger.
|
||||||
|
- [Issue 3469](https://github.com/firefly-iii/firefly-iii/issues/3469) Fix issue with `round()`
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- All import routines have been removed. Use the separate importers. Read [the documentation](https://docs.firefly-iii.org/importing-data/introduction).
|
- All import routines have been removed. Use the separate importers. Read [the documentation](https://docs.firefly-iii.org/importing-data/introduction).
|
||||||
|
- No more locale settings if using Docker.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [Issue 3450](https://github.com/firefly-iii/firefly-iii/issues/3450) Missing translations.
|
- [Issue 3450](https://github.com/firefly-iii/firefly-iii/issues/3450) Missing translations.
|
||||||
@ -47,10 +51,12 @@ Several alpha and beta releases preceded this release.
|
|||||||
- [Issue 3489](https://github.com/firefly-iii/firefly-iii/issues/3489) Several unescaped strings.
|
- [Issue 3489](https://github.com/firefly-iii/firefly-iii/issues/3489) Several unescaped strings.
|
||||||
- [Issue 3490](https://github.com/firefly-iii/firefly-iii/issues/3490) Fix search issues when using special characters.
|
- [Issue 3490](https://github.com/firefly-iii/firefly-iii/issues/3490) Fix search issues when using special characters.
|
||||||
- [Issue 3488](https://github.com/firefly-iii/firefly-iii/issues/3488) Fix token text box.
|
- [Issue 3488](https://github.com/firefly-iii/firefly-iii/issues/3488) Fix token text box.
|
||||||
|
- Internal consistency checks for transaction groups.
|
||||||
|
|
||||||
### API
|
### API
|
||||||
- New API for object groups.
|
- New API for object groups.
|
||||||
- Expanded API for piggy banks to support object groups.
|
- Expanded API for piggy banks to support object groups.
|
||||||
|
- Expanded API for bills to support object groups.
|
||||||
|
|
||||||
### Known issues
|
### Known issues
|
||||||
- You may run into date conversion problems if you're living on the right side of GMT. If transactions appear a day early, let me know.
|
- You may run into date conversion problems if you're living on the right side of GMT. If transactions appear a day early, let me know.
|
||||||
|
30
composer.lock
generated
30
composer.lock
generated
@ -2208,16 +2208,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/oauth2-server",
|
"name": "league/oauth2-server",
|
||||||
"version": "8.1.0",
|
"version": "8.1.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/oauth2-server.git",
|
"url": "https://github.com/thephpleague/oauth2-server.git",
|
||||||
"reference": "b53d324f774eb782250f7d8973811a33a75ecdef"
|
"reference": "09f22e8121fa1832962dba18213b80d4267ef8a3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/b53d324f774eb782250f7d8973811a33a75ecdef",
|
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/09f22e8121fa1832962dba18213b80d4267ef8a3",
|
||||||
"reference": "b53d324f774eb782250f7d8973811a33a75ecdef",
|
"reference": "09f22e8121fa1832962dba18213b80d4267ef8a3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2287,7 +2287,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-04-29T22:14:38+00:00"
|
"time": "2020-07-01T11:33:50+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "monolog/monolog",
|
"name": "monolog/monolog",
|
||||||
@ -2382,16 +2382,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nesbot/carbon",
|
"name": "nesbot/carbon",
|
||||||
"version": "2.35.0",
|
"version": "2.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||||
"reference": "4b9bd835261ef23d36397a46a76b496a458305e5"
|
"reference": "d0b65958d9942fd1b501fdb0800c67e8323aa08d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4b9bd835261ef23d36397a46a76b496a458305e5",
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d0b65958d9942fd1b501fdb0800c67e8323aa08d",
|
||||||
"reference": "4b9bd835261ef23d36397a46a76b496a458305e5",
|
"reference": "d0b65958d9942fd1b501fdb0800c67e8323aa08d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2403,9 +2403,10 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/orm": "^2.7",
|
"doctrine/orm": "^2.7",
|
||||||
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
|
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
|
||||||
"kylekatarnls/multi-tester": "^1.1",
|
"kylekatarnls/multi-tester": "^2.0",
|
||||||
"phpmd/phpmd": "^2.8",
|
"phpmd/phpmd": "^2.8",
|
||||||
"phpstan/phpstan": "^0.11",
|
"phpstan/extension-installer": "^1.0",
|
||||||
|
"phpstan/phpstan": "^0.12.30",
|
||||||
"phpunit/phpunit": "^7.5 || ^8.0",
|
"phpunit/phpunit": "^7.5 || ^8.0",
|
||||||
"squizlabs/php_codesniffer": "^3.4"
|
"squizlabs/php_codesniffer": "^3.4"
|
||||||
},
|
},
|
||||||
@ -2422,6 +2423,11 @@
|
|||||||
"providers": [
|
"providers": [
|
||||||
"Carbon\\Laravel\\ServiceProvider"
|
"Carbon\\Laravel\\ServiceProvider"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"phpstan": {
|
||||||
|
"includes": [
|
||||||
|
"extension.neon"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -2461,7 +2467,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-05-24T18:27:52+00:00"
|
"time": "2020-06-25T20:20:01+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nyholm/psr7",
|
"name": "nyholm/psr7",
|
||||||
|
12
frontend/package-lock.json
generated
12
frontend/package-lock.json
generated
@ -1030,9 +1030,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@popperjs/core": {
|
"@popperjs/core": {
|
||||||
"version": "2.4.2",
|
"version": "2.4.3",
|
||||||
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.4.3.tgz",
|
||||||
"integrity": "sha512-JlGTGRYHC2QK+DDbePyXdBdooxFq2+noLfWpRqJtkxcb/oYWzOF0kcbfvvbWrwevCC1l6hLUg1wHYT+ona5BWQ=="
|
"integrity": "sha512-r0jArf9l4hXBJVgWlFiDj3rC+51G9d+AfycAp2YacHeKZnslGQblxGdRpbprZ2snXzYVjrSu0Tt0TZFQAILipg=="
|
||||||
},
|
},
|
||||||
"@types/glob": {
|
"@types/glob": {
|
||||||
"version": "7.1.2",
|
"version": "7.1.2",
|
||||||
@ -7873,9 +7873,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"sass": {
|
"sass": {
|
||||||
"version": "1.26.8",
|
"version": "1.26.9",
|
||||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.26.8.tgz",
|
"resolved": "https://registry.npmjs.org/sass/-/sass-1.26.9.tgz",
|
||||||
"integrity": "sha512-yvtzyrKLGiXQu7H12ekXqsfoGT/aTKeMDyVzCB675k1HYuaj0py63i8Uf4SI9CHXj6apDhpfwbUr3gGOjdpu2Q==",
|
"integrity": "sha512-t8AkRVi+xvba4yZiLWkJdgJHBFCB3Dh4johniQkPy9ywkgFHNasXFEFP+RG/F6LhQ+aoE4aX+IorIWQjS0esVw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"chokidar": ">=2.0.0 <4.0.0"
|
"chokidar": ">=2.0.0 <4.0.0"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"laravel-mix-bundle-analyzer": "^1.0.5",
|
"laravel-mix-bundle-analyzer": "^1.0.5",
|
||||||
"lodash": "^4.17.13",
|
"lodash": "^4.17.13",
|
||||||
"resolve-url-loader": "^3.1.0",
|
"resolve-url-loader": "^3.1.0",
|
||||||
"sass": "^1.15.2",
|
"sass": "^1.26.9",
|
||||||
"sass-loader": "^8.0.0",
|
"sass-loader": "^8.0.0",
|
||||||
"vue": "^2.6",
|
"vue": "^2.6",
|
||||||
"vue-i18n": "^8.15",
|
"vue-i18n": "^8.15",
|
||||||
@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^5.13.0",
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
||||||
"@popperjs/core": "^2.4.2",
|
"@popperjs/core": "^2.4.3",
|
||||||
"bootstrap": "^4.5.0",
|
"bootstrap": "^4.5.0",
|
||||||
"chart.js": "^2.9.3",
|
"chart.js": "^2.9.3",
|
||||||
"icheck-bootstrap": "^3.0.1",
|
"icheck-bootstrap": "^3.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
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
@ -7,9 +7,9 @@
|
|||||||
"split_transaction_title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
|
"split_transaction_title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
|
||||||
"errors_submission": "\u041f\u0440\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0435 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u043d\u0438\u0436\u0435.",
|
"errors_submission": "\u041f\u0440\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0435 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u043d\u0438\u0436\u0435.",
|
||||||
"split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c",
|
"split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c",
|
||||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
|
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID} (\"{title}\")<\/a> \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430.",
|
||||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
|
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.",
|
||||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
|
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430.",
|
||||||
"transaction_journal_information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
|
"transaction_journal_information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
|
||||||
"no_budget_pointer": "\u041f\u043e\u0445\u043e\u0436\u0435, \u0443 \u0432\u0430\u0441 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u0431\u044e\u0434\u0436\u0435\u0442\u043e\u0432. \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438\u0445 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 <a href=\"\/budgets\">\u0411\u044e\u0434\u0436\u0435\u0442\u044b<\/a>. \u0411\u044e\u0434\u0436\u0435\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434\u044b.",
|
"no_budget_pointer": "\u041f\u043e\u0445\u043e\u0436\u0435, \u0443 \u0432\u0430\u0441 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u0431\u044e\u0434\u0436\u0435\u0442\u043e\u0432. \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438\u0445 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 <a href=\"\/budgets\">\u0411\u044e\u0434\u0436\u0435\u0442\u044b<\/a>. \u0411\u044e\u0434\u0436\u0435\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434\u044b.",
|
||||||
"source_account": "\u0421\u0447\u0451\u0442-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
|
"source_account": "\u0421\u0447\u0451\u0442-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
|
||||||
@ -45,10 +45,10 @@
|
|||||||
"delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
|
"delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
|
||||||
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
|
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
|
||||||
"profile_whoops": "\u0423\u0443\u0443\u043f\u0441!",
|
"profile_whoops": "\u0423\u0443\u0443\u043f\u0441!",
|
||||||
"profile_something_wrong": "Something went wrong!",
|
"profile_something_wrong": "\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a!",
|
||||||
"profile_try_again": "Something went wrong. Please try again.",
|
"profile_try_again": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430.",
|
||||||
"profile_oauth_clients": "OAuth Clients",
|
"profile_oauth_clients": "\u041a\u043b\u0438\u0435\u043d\u0442\u044b OAuth",
|
||||||
"profile_oauth_no_clients": "You have not created any OAuth clients.",
|
"profile_oauth_no_clients": "\u0423 \u0432\u0430\u0441 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 OAuth.",
|
||||||
"profile_oauth_clients_header": "\u041a\u043b\u0438\u0435\u043d\u0442\u044b",
|
"profile_oauth_clients_header": "\u041a\u043b\u0438\u0435\u043d\u0442\u044b",
|
||||||
"profile_oauth_client_id": "ID \u043a\u043b\u0438\u0435\u043d\u0442\u0430",
|
"profile_oauth_client_id": "ID \u043a\u043b\u0438\u0435\u043d\u0442\u0430",
|
||||||
"profile_oauth_client_name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
|
"profile_oauth_client_name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
|
||||||
@ -56,21 +56,21 @@
|
|||||||
"profile_oauth_create_new_client": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0430",
|
"profile_oauth_create_new_client": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0433\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0430",
|
||||||
"profile_oauth_create_client": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430",
|
"profile_oauth_create_client": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430",
|
||||||
"profile_oauth_edit_client": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430",
|
"profile_oauth_edit_client": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430",
|
||||||
"profile_oauth_name_help": "Something your users will recognize and trust.",
|
"profile_oauth_name_help": "\u0427\u0442\u043e-\u0442\u043e, \u0447\u0442\u043e \u0432\u0430\u0448\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u0437\u043d\u0430\u044e\u0442, \u0438 \u0447\u0435\u043c\u0443 \u0434\u043e\u0432\u0435\u0440\u044f\u044e\u0442.",
|
||||||
"profile_oauth_redirect_url": "URL \u0440\u0435\u0434\u0438\u0440\u0435\u043a\u0442\u0430",
|
"profile_oauth_redirect_url": "URL \u0440\u0435\u0434\u0438\u0440\u0435\u043a\u0442\u0430",
|
||||||
"profile_oauth_redirect_url_help": "Your application's authorization callback URL.",
|
"profile_oauth_redirect_url_help": "Your application's authorization callback URL.",
|
||||||
"profile_authorized_apps": "Authorized applications",
|
"profile_authorized_apps": "\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
|
||||||
"profile_authorized_clients": "Authorized clients",
|
"profile_authorized_clients": "\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u044b",
|
||||||
"profile_scopes": "\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f",
|
"profile_scopes": "\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f",
|
||||||
"profile_revoke": "Revoke",
|
"profile_revoke": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c",
|
||||||
"profile_personal_access_tokens": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 Access Tokens",
|
"profile_personal_access_tokens": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 Access Tokens",
|
||||||
"profile_personal_access_token": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 Access Token",
|
"profile_personal_access_token": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 Access Token",
|
||||||
"profile_personal_access_token_explanation": "Here is your new personal access token. This is the only time it will be shown so don't lose it! You may now use this token to make API requests.",
|
"profile_personal_access_token_explanation": "Here is your new personal access token. This is the only time it will be shown so don't lose it! You may now use this token to make API requests.",
|
||||||
"profile_no_personal_access_token": "You have not created any personal access tokens.",
|
"profile_no_personal_access_token": "You have not created any personal access tokens.",
|
||||||
"profile_create_new_token": "Create new token",
|
"profile_create_new_token": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0442\u043e\u043a\u0435\u043d",
|
||||||
"profile_create_token": "Create token",
|
"profile_create_token": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0442\u043e\u043a\u0435\u043d",
|
||||||
"profile_create": "Create",
|
"profile_create": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c",
|
||||||
"profile_save_changes": "Save changes",
|
"profile_save_changes": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f",
|
||||||
"default_group_title_name": "(\u0431\u0435\u0437 \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438)",
|
"default_group_title_name": "(\u0431\u0435\u0437 \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438)",
|
||||||
"piggy_bank": "\u041a\u043e\u043f\u0438\u043b\u043a\u0430"
|
"piggy_bank": "\u041a\u043e\u043f\u0438\u043b\u043a\u0430"
|
||||||
},
|
},
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Pověření',
|
'authorization' => 'Pověření',
|
||||||
'active_bills_only' => 'pouze aktivní účty',
|
'active_bills_only' => 'pouze aktivní účty',
|
||||||
'active_exp_bills_only' => 'pouze aktivní a očekávané účty',
|
'active_exp_bills_only' => 'pouze aktivní a očekávané účty',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'průměr na účet',
|
'average_per_bill' => 'průměr na účet',
|
||||||
'expected_total' => 'očekávaný celkový součet',
|
'expected_total' => 'očekávaný celkový součet',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Autorisierung',
|
'authorization' => 'Autorisierung',
|
||||||
'active_bills_only' => 'Nur aktive Rechnungen',
|
'active_bills_only' => 'Nur aktive Rechnungen',
|
||||||
'active_exp_bills_only' => 'nur aktive und erwartete Rechnungen',
|
'active_exp_bills_only' => 'nur aktive und erwartete Rechnungen',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'Durchschnitt je Rechnung',
|
'average_per_bill' => 'Durchschnitt je Rechnung',
|
||||||
'expected_total' => 'Voraussichtliche Summe',
|
'expected_total' => 'Voraussichtliche Summe',
|
||||||
'reconciliation_account_name' => ':name Kontenabgleich (:currency)',
|
'reconciliation_account_name' => ':name Kontenabgleich (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Εξουσιοδότηση',
|
'authorization' => 'Εξουσιοδότηση',
|
||||||
'active_bills_only' => 'μόνο ενεργά πάγια έξοδα',
|
'active_bills_only' => 'μόνο ενεργά πάγια έξοδα',
|
||||||
'active_exp_bills_only' => 'ενεργοί και αναμενόμενοι λογαριασμοί μόνο',
|
'active_exp_bills_only' => 'ενεργοί και αναμενόμενοι λογαριασμοί μόνο',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'μέσος όρος ανά πάγιο έξοδο',
|
'average_per_bill' => 'μέσος όρος ανά πάγιο έξοδο',
|
||||||
'expected_total' => 'αναμενόμενο σύνολο',
|
'expected_total' => 'αναμενόμενο σύνολο',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Authorisation',
|
'authorization' => 'Authorisation',
|
||||||
'active_bills_only' => 'active bills only',
|
'active_bills_only' => 'active bills only',
|
||||||
'active_exp_bills_only' => 'active and expected bills only',
|
'active_exp_bills_only' => 'active and expected bills only',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'average per bill',
|
'average_per_bill' => 'average per bill',
|
||||||
'expected_total' => 'expected total',
|
'expected_total' => 'expected total',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Autorización',
|
'authorization' => 'Autorización',
|
||||||
'active_bills_only' => 'sólo facturas activas',
|
'active_bills_only' => 'sólo facturas activas',
|
||||||
'active_exp_bills_only' => 'sólo facturas activas y esperadas',
|
'active_exp_bills_only' => 'sólo facturas activas y esperadas',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'promedio por cuenta',
|
'average_per_bill' => 'promedio por cuenta',
|
||||||
'expected_total' => 'total esperado',
|
'expected_total' => 'total esperado',
|
||||||
'reconciliation_account_name' => ':name reconciliación (:currency)',
|
'reconciliation_account_name' => ':name reconciliación (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Valtuutus',
|
'authorization' => 'Valtuutus',
|
||||||
'active_bills_only' => 'vain aktiiviset laskut',
|
'active_bills_only' => 'vain aktiiviset laskut',
|
||||||
'active_exp_bills_only' => 'vain aktiiviset ja odotettavissa olevat laskut',
|
'active_exp_bills_only' => 'vain aktiiviset ja odotettavissa olevat laskut',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'keskiarvo laskuittain',
|
'average_per_bill' => 'keskiarvo laskuittain',
|
||||||
'expected_total' => 'odotettavissa yhteensä',
|
'expected_total' => 'odotettavissa yhteensä',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Autorisation',
|
'authorization' => 'Autorisation',
|
||||||
'active_bills_only' => 'factures actives seulement',
|
'active_bills_only' => 'factures actives seulement',
|
||||||
'active_exp_bills_only' => 'uniquement les factures actives et attendues',
|
'active_exp_bills_only' => 'uniquement les factures actives et attendues',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'moyenne par facture',
|
'average_per_bill' => 'moyenne par facture',
|
||||||
'expected_total' => 'total prévu',
|
'expected_total' => 'total prévu',
|
||||||
'reconciliation_account_name' => 'Régularisation de :name (:currency)',
|
'reconciliation_account_name' => 'Régularisation de :name (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Hitelesítés',
|
'authorization' => 'Hitelesítés',
|
||||||
'active_bills_only' => 'csak az aktív számlák',
|
'active_bills_only' => 'csak az aktív számlák',
|
||||||
'active_exp_bills_only' => 'csak az aktív és a várható számlák',
|
'active_exp_bills_only' => 'csak az aktív és a várható számlák',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'számlánkénti átlag',
|
'average_per_bill' => 'számlánkénti átlag',
|
||||||
'expected_total' => 'várható teljes összeg',
|
'expected_total' => 'várható teljes összeg',
|
||||||
'reconciliation_account_name' => ':name egyeztetés (:currency)',
|
'reconciliation_account_name' => ':name egyeztetés (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Authorization',
|
'authorization' => 'Authorization',
|
||||||
'active_bills_only' => 'active bills only',
|
'active_bills_only' => 'active bills only',
|
||||||
'active_exp_bills_only' => 'active and expected bills only',
|
'active_exp_bills_only' => 'active and expected bills only',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'average per bill',
|
'average_per_bill' => 'average per bill',
|
||||||
'expected_total' => 'expected total',
|
'expected_total' => 'expected total',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Autorizzazione',
|
'authorization' => 'Autorizzazione',
|
||||||
'active_bills_only' => 'solo bollette attive',
|
'active_bills_only' => 'solo bollette attive',
|
||||||
'active_exp_bills_only' => 'solo bollette attive e previste',
|
'active_exp_bills_only' => 'solo bollette attive e previste',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'media per bolletta',
|
'average_per_bill' => 'media per bolletta',
|
||||||
'expected_total' => 'totale previsto',
|
'expected_total' => 'totale previsto',
|
||||||
'reconciliation_account_name' => ':name riconciliazione (:currency)',
|
'reconciliation_account_name' => ':name riconciliazione (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Autorisasjon',
|
'authorization' => 'Autorisasjon',
|
||||||
'active_bills_only' => 'kun aktive regninger',
|
'active_bills_only' => 'kun aktive regninger',
|
||||||
'active_exp_bills_only' => 'active and expected bills only',
|
'active_exp_bills_only' => 'active and expected bills only',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'gjennomsnitt per regning',
|
'average_per_bill' => 'gjennomsnitt per regning',
|
||||||
'expected_total' => 'forventet totalt',
|
'expected_total' => 'forventet totalt',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Toestemming',
|
'authorization' => 'Toestemming',
|
||||||
'active_bills_only' => 'alleen actieve contracten',
|
'active_bills_only' => 'alleen actieve contracten',
|
||||||
'active_exp_bills_only' => 'alleen actieve en verwachte contracten',
|
'active_exp_bills_only' => 'alleen actieve en verwachte contracten',
|
||||||
|
'per_period_sum_1D' => 'Verwachte dagelijkse kosten',
|
||||||
|
'per_period_sum_1W' => 'Verwachte wekelijkse kosten',
|
||||||
|
'per_period_sum_1M' => 'Verwachte maandelijkse kosten',
|
||||||
|
'per_period_sum_3M' => 'Verwachte kwartaalkosten',
|
||||||
|
'per_period_sum_6M' => 'Verwachte half-jaarlijkse kosten',
|
||||||
|
'per_period_sum_1Y' => 'Verwachte jaarlijkse kosten',
|
||||||
'average_per_bill' => 'gemiddeld per contract',
|
'average_per_bill' => 'gemiddeld per contract',
|
||||||
'expected_total' => 'verwacht totaal',
|
'expected_total' => 'verwacht totaal',
|
||||||
'reconciliation_account_name' => ':name afstemming (:currency)',
|
'reconciliation_account_name' => ':name afstemming (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Autoryzacja',
|
'authorization' => 'Autoryzacja',
|
||||||
'active_bills_only' => 'tylko aktywne rachunki',
|
'active_bills_only' => 'tylko aktywne rachunki',
|
||||||
'active_exp_bills_only' => 'tylko aktywne i oczekiwane rachunki',
|
'active_exp_bills_only' => 'tylko aktywne i oczekiwane rachunki',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'średnia za rachunek',
|
'average_per_bill' => 'średnia za rachunek',
|
||||||
'expected_total' => 'oczekiwana suma',
|
'expected_total' => 'oczekiwana suma',
|
||||||
'reconciliation_account_name' => 'Uzgadnianie :name (:currency)',
|
'reconciliation_account_name' => 'Uzgadnianie :name (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Autorização',
|
'authorization' => 'Autorização',
|
||||||
'active_bills_only' => 'apenas faturas ativas',
|
'active_bills_only' => 'apenas faturas ativas',
|
||||||
'active_exp_bills_only' => 'somente faturas ativas e esperadas',
|
'active_exp_bills_only' => 'somente faturas ativas e esperadas',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'média por fatura',
|
'average_per_bill' => 'média por fatura',
|
||||||
'expected_total' => 'total esperado',
|
'expected_total' => 'total esperado',
|
||||||
'reconciliation_account_name' => 'Reconciliação :name (:currency)',
|
'reconciliation_account_name' => 'Reconciliação :name (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Autorizare',
|
'authorization' => 'Autorizare',
|
||||||
'active_bills_only' => 'numai facturi active',
|
'active_bills_only' => 'numai facturi active',
|
||||||
'active_exp_bills_only' => 'numai facturi active și așteptate',
|
'active_exp_bills_only' => 'numai facturi active și așteptate',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'media pe factură',
|
'average_per_bill' => 'media pe factură',
|
||||||
'expected_total' => 'total așteptat',
|
'expected_total' => 'total așteptat',
|
||||||
'reconciliation_account_name' => ':name reconciliere (:currency)',
|
'reconciliation_account_name' => ':name reconciliere (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Авторизация',
|
'authorization' => 'Авторизация',
|
||||||
'active_bills_only' => 'только активные счета',
|
'active_bills_only' => 'только активные счета',
|
||||||
'active_exp_bills_only' => 'только активные и ожидаемые счета на оплату',
|
'active_exp_bills_only' => 'только активные и ожидаемые счета на оплату',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'в среднем на счёт',
|
'average_per_bill' => 'в среднем на счёт',
|
||||||
'expected_total' => 'ожидаемый итог',
|
'expected_total' => 'ожидаемый итог',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
@ -221,7 +227,7 @@ return [
|
|||||||
'is_beta_warning' => 'Вы используете БЕТА-версию. Будьте осторожны с ошибками и проблемами.',
|
'is_beta_warning' => 'Вы используете БЕТА-версию. Будьте осторожны с ошибками и проблемами.',
|
||||||
'all_destination_accounts' => 'Счета назначения',
|
'all_destination_accounts' => 'Счета назначения',
|
||||||
'all_source_accounts' => 'Счета-источники',
|
'all_source_accounts' => 'Счета-источники',
|
||||||
'back_to_index' => 'Back to the index',
|
'back_to_index' => 'Вернуться к содержанию',
|
||||||
|
|
||||||
// check for updates:
|
// check for updates:
|
||||||
'update_check_title' => 'Проверить обновления',
|
'update_check_title' => 'Проверить обновления',
|
||||||
@ -242,7 +248,7 @@ return [
|
|||||||
'update_check_error' => 'Произошла ошибка при проверке обновлений: :error',
|
'update_check_error' => 'Произошла ошибка при проверке обновлений: :error',
|
||||||
'unknown_error' => 'Неизвестная ошибка. Извините за это.',
|
'unknown_error' => 'Неизвестная ошибка. Извините за это.',
|
||||||
'just_new_release' => 'Доступна новая версия! Версия :version была выпущена :date. Этот релиз очень свежий. Подождите несколько дней, пока этот релиз стабилизируется.',
|
'just_new_release' => 'Доступна новая версия! Версия :version была выпущена :date. Этот релиз очень свежий. Подождите несколько дней, пока этот релиз стабилизируется.',
|
||||||
'disabled_but_check' => 'You disabled update checking. So don\'t forget to check for updates yourself every now and then. Thank you!',
|
'disabled_but_check' => 'Вы отключили проверку обновлений. Так что не забывайте время от времени проверять наличие обновлений самостоятельно. Спасибо!',
|
||||||
'admin_update_channel_title' => 'Канал обновлений',
|
'admin_update_channel_title' => 'Канал обновлений',
|
||||||
'admin_update_channel_explain' => 'Firefly III может использовать три "канала" обновлений, которые различаются наборами новых функций и ошибок. Используйте "бета"-канал, если вы любите приключения и "альфа", если вам нравится жить с чувством постоянной опасности.',
|
'admin_update_channel_explain' => 'Firefly III может использовать три "канала" обновлений, которые различаются наборами новых функций и ошибок. Используйте "бета"-канал, если вы любите приключения и "альфа", если вам нравится жить с чувством постоянной опасности.',
|
||||||
'update_channel_stable' => 'Стабильный. Всё должно работать, как вы ожидаете.',
|
'update_channel_stable' => 'Стабильный. Всё должно работать, как вы ожидаете.',
|
||||||
@ -252,8 +258,8 @@ return [
|
|||||||
// search
|
// search
|
||||||
'search' => 'Поиск',
|
'search' => 'Поиск',
|
||||||
'search_query' => 'Запрос',
|
'search_query' => 'Запрос',
|
||||||
'search_found_transactions' => 'Firefly III found :count transaction in :time seconds.|Firefly III found :count transactions in :time seconds.',
|
'search_found_transactions' => 'Firefly III нашёл :count транзакции за :time секунд.|Firefly III нашёл :count транзакций за :time секунд.',
|
||||||
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
|
'search_found_more_transactions' => 'Firefly III нашёл более :count транзакций за :time секунд.',
|
||||||
'search_for_query' => 'Firefly III ищет транзакции со всеми этими словами: <span class="text-info">:query</span>',
|
'search_for_query' => 'Firefly III ищет транзакции со всеми этими словами: <span class="text-info">:query</span>',
|
||||||
'search_modifier_amount_is' => 'Сумма точно равна :value',
|
'search_modifier_amount_is' => 'Сумма точно равна :value',
|
||||||
'search_modifier_amount' => 'Сумма точно равна :value',
|
'search_modifier_amount' => 'Сумма точно равна :value',
|
||||||
@ -278,8 +284,8 @@ return [
|
|||||||
'search_modifier_after' => 'Дата транзакции после :value',
|
'search_modifier_after' => 'Дата транзакции после :value',
|
||||||
'search_modifier_created_on' => 'Транзакция была создана :value',
|
'search_modifier_created_on' => 'Транзакция была создана :value',
|
||||||
'search_modifier_updated_on' => 'Транзакция была последний раз обновлена :value',
|
'search_modifier_updated_on' => 'Транзакция была последний раз обновлена :value',
|
||||||
'search_modifier_external_id' => 'External ID is ":value"',
|
'search_modifier_external_id' => 'Внешний ID - ":value"',
|
||||||
'search_modifier_internal_reference' => 'Internal reference is ":value"',
|
'search_modifier_internal_reference' => 'Внутренняя ссылка - ":value"',
|
||||||
'modifiers_applies_are' => 'В поиске применяются следующие атрибуты:',
|
'modifiers_applies_are' => 'В поиске применяются следующие атрибуты:',
|
||||||
'general_search_error' => 'При поиске произошла ошибка. Пожалуйста, проверьте log-файлы для получения дополнительной информации.',
|
'general_search_error' => 'При поиске произошла ошибка. Пожалуйста, проверьте log-файлы для получения дополнительной информации.',
|
||||||
'search_box' => 'Поиск',
|
'search_box' => 'Поиск',
|
||||||
@ -300,7 +306,7 @@ return [
|
|||||||
'yearly' => 'ежегодно',
|
'yearly' => 'ежегодно',
|
||||||
|
|
||||||
// rules
|
// rules
|
||||||
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
|
'cannot_fire_inactive_rules' => 'Вы не можете выполнять неактивные правила.',
|
||||||
'rules' => 'Правила',
|
'rules' => 'Правила',
|
||||||
'rule_name' => 'Название правила',
|
'rule_name' => 'Название правила',
|
||||||
'rule_triggers' => 'Правило срабатывает, когда',
|
'rule_triggers' => 'Правило срабатывает, когда',
|
||||||
@ -494,9 +500,9 @@ return [
|
|||||||
'rule_action_update_piggy' => 'Add/remove transaction amount in piggy bank ":action_value"',
|
'rule_action_update_piggy' => 'Add/remove transaction amount in piggy bank ":action_value"',
|
||||||
'rule_action_append_description_choice' => 'Добавить в конце описание с...',
|
'rule_action_append_description_choice' => 'Добавить в конце описание с...',
|
||||||
'rule_action_prepend_description_choice' => 'Добавить в начале описание с...',
|
'rule_action_prepend_description_choice' => 'Добавить в начале описание с...',
|
||||||
'rule_action_set_source_account_choice' => 'Set source account to..',
|
'rule_action_set_source_account_choice' => 'Назначить счёт-источник...',
|
||||||
'rule_action_set_source_account' => 'Назначить счёт-источник :action_value',
|
'rule_action_set_source_account' => 'Назначить счёт-источник :action_value',
|
||||||
'rule_action_set_destination_account_choice' => 'Set destination account to..',
|
'rule_action_set_destination_account_choice' => 'Назначить целевой счёт...',
|
||||||
'rule_action_set_destination_account' => 'Назначить целевой счёт :action_value',
|
'rule_action_set_destination_account' => 'Назначить целевой счёт :action_value',
|
||||||
'rule_action_append_notes_choice' => 'Добавить в конце заметки с...',
|
'rule_action_append_notes_choice' => 'Добавить в конце заметки с...',
|
||||||
'rule_action_append_notes' => 'Добавить в конце заметки с ":action_value"',
|
'rule_action_append_notes' => 'Добавить в конце заметки с ":action_value"',
|
||||||
@ -548,7 +554,7 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(в соответствии с языком)',
|
||||||
'pref_home_screen_accounts' => 'Счета, отображаемые в сводке',
|
'pref_home_screen_accounts' => 'Счета, отображаемые в сводке',
|
||||||
'pref_home_screen_accounts_help' => 'Какие счета нужно отображать в сводке на главной странице?',
|
'pref_home_screen_accounts_help' => 'Какие счета нужно отображать в сводке на главной странице?',
|
||||||
'pref_view_range' => 'Диапазон просмотра',
|
'pref_view_range' => 'Диапазон просмотра',
|
||||||
@ -560,12 +566,12 @@ return [
|
|||||||
'pref_6M' => 'Шесть месяцев',
|
'pref_6M' => 'Шесть месяцев',
|
||||||
'pref_1Y' => 'Один год',
|
'pref_1Y' => 'Один год',
|
||||||
'pref_languages' => 'Языки',
|
'pref_languages' => 'Языки',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Региональные настройки',
|
||||||
'pref_languages_help' => 'Firefly III поддерживает несколько языков. Какой язык вы предпочитаете?',
|
'pref_languages_help' => 'Firefly III поддерживает несколько языков. Какой язык вы предпочитаете?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III позволяет устанавливать другие региональные настройки, например форматирование валют, чисел и дат. Записи в этом списке могут не поддерживаться вашей системой. Firefly III не имеет правильных настроек даты для каждой локали; свяжитесь со мной для улучшения.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'Эта функция может не работать в Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'Образ Docker имеет только небольшой набор установленных локализаций.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'Эта функция не будет работать для демо-пользователя.',
|
||||||
'pref_custom_fiscal_year' => 'Параметры финансового года',
|
'pref_custom_fiscal_year' => 'Параметры финансового года',
|
||||||
'pref_custom_fiscal_year_label' => 'Включить',
|
'pref_custom_fiscal_year_label' => 'Включить',
|
||||||
'pref_custom_fiscal_year_help' => 'Для стран, в которых финансовый год начинается не 1 января, а заканчивается не 31 декабря, вы должны указать даты начала и окончания финансового года',
|
'pref_custom_fiscal_year_help' => 'Для стран, в которых финансовый год начинается не 1 января, а заканчивается не 31 декабря, вы должны указать даты начала и окончания финансового года',
|
||||||
@ -661,8 +667,8 @@ return [
|
|||||||
'login_provider_local_only' => 'Это действие недоступно при аутентификации через ":login_provider".',
|
'login_provider_local_only' => 'Это действие недоступно при аутентификации через ":login_provider".',
|
||||||
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
|
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
|
||||||
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
|
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
|
||||||
'profile_oauth_clients' => 'OAuth Clients',
|
'profile_oauth_clients' => 'Клиенты OAuth',
|
||||||
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
'profile_oauth_no_clients' => 'У вас пока нет клиентов OAuth.',
|
||||||
'profile_oauth_clients_header' => 'Клиенты',
|
'profile_oauth_clients_header' => 'Клиенты',
|
||||||
'profile_oauth_client_id' => 'ID клиента',
|
'profile_oauth_client_id' => 'ID клиента',
|
||||||
'profile_oauth_client_name' => 'Название',
|
'profile_oauth_client_name' => 'Название',
|
||||||
@ -670,31 +676,31 @@ return [
|
|||||||
'profile_oauth_create_new_client' => 'Создать нового клиента',
|
'profile_oauth_create_new_client' => 'Создать нового клиента',
|
||||||
'profile_oauth_create_client' => 'Создать клиента',
|
'profile_oauth_create_client' => 'Создать клиента',
|
||||||
'profile_oauth_edit_client' => 'Изменить клиента',
|
'profile_oauth_edit_client' => 'Изменить клиента',
|
||||||
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
'profile_oauth_name_help' => 'Что-то, что ваши пользователи знают, и чему доверяют.',
|
||||||
'profile_oauth_redirect_url' => 'URL редиректа',
|
'profile_oauth_redirect_url' => 'URL редиректа',
|
||||||
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
'profile_authorized_apps' => 'Authorized applications',
|
'profile_authorized_apps' => 'Авторизованные приложения',
|
||||||
'profile_authorized_clients' => 'Authorized clients',
|
'profile_authorized_clients' => 'Авторизованные клиенты',
|
||||||
'profile_scopes' => 'Разрешения',
|
'profile_scopes' => 'Разрешения',
|
||||||
'profile_revoke' => 'Revoke',
|
'profile_revoke' => 'Отключить',
|
||||||
'profile_personal_access_tokens' => 'Персональные Access Tokens',
|
'profile_personal_access_tokens' => 'Персональные Access Tokens',
|
||||||
'profile_personal_access_token' => 'Персональный Access Token',
|
'profile_personal_access_token' => 'Персональный Access Token',
|
||||||
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
'profile_create_new_token' => 'Create new token',
|
'profile_create_new_token' => 'Создать новый токен',
|
||||||
'profile_create_token' => 'Create token',
|
'profile_create_token' => 'Создать токен',
|
||||||
'profile_create' => 'Create',
|
'profile_create' => 'Создать',
|
||||||
'profile_save_changes' => 'Save changes',
|
'profile_save_changes' => 'Сохранить изменения',
|
||||||
'profile_whoops' => 'Ууупс!',
|
'profile_whoops' => 'Ууупс!',
|
||||||
'profile_something_wrong' => 'Something went wrong!',
|
'profile_something_wrong' => 'Что-то пошло не так!',
|
||||||
'profile_try_again' => 'Something went wrong. Please try again.',
|
'profile_try_again' => 'Произошла ошибка. Пожалуйста, попробуйте снова.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'export_data_title' => 'Экспорт данных из Firefly III',
|
'export_data_title' => 'Экспорт данных из Firefly III',
|
||||||
'export_data_menu' => 'Экспорт данных',
|
'export_data_menu' => 'Экспорт данных',
|
||||||
'export_data_bc' => 'Экспорт данных из Firefly III',
|
'export_data_bc' => 'Экспорт данных из Firefly III',
|
||||||
'export_data_main_title' => 'Экспорт данных из Firefly III',
|
'export_data_main_title' => 'Экспорт данных из Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'Эта ссылка позволяет вам экспортировать все транзакции и мета-данные из Firefly III. Подробную информацию об экспорте вы можете получить в справке (см. значок (?) в правом верхнем углу).',
|
||||||
'export_data_all_transactions' => 'Экспорт всех транзакций',
|
'export_data_all_transactions' => 'Экспорт всех транзакций',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
@ -822,7 +828,7 @@ return [
|
|||||||
'ab_basic_modal_explain' => 'Используйте эту форму, чтобы указать какой бюджет вы планируете (всего, в :currency) на указанный период.',
|
'ab_basic_modal_explain' => 'Используйте эту форму, чтобы указать какой бюджет вы планируете (всего, в :currency) на указанный период.',
|
||||||
'createBudget' => 'Новый бюджет',
|
'createBudget' => 'Новый бюджет',
|
||||||
'invalid_currency' => 'Это неверная валюта',
|
'invalid_currency' => 'Это неверная валюта',
|
||||||
'invalid_amount' => 'Please enter an amount',
|
'invalid_amount' => 'Пожалуйста, введите сумму',
|
||||||
'set_ab' => 'Доступная сумма бюджета была установлена',
|
'set_ab' => 'Доступная сумма бюджета была установлена',
|
||||||
'updated_ab' => 'Доступная сумма бюджета была обновлена',
|
'updated_ab' => 'Доступная сумма бюджета была обновлена',
|
||||||
'deleted_ab' => 'Доступная сумма бюджета была удалена',
|
'deleted_ab' => 'Доступная сумма бюджета была удалена',
|
||||||
@ -849,16 +855,16 @@ return [
|
|||||||
'transferred_in' => 'Переведено (в)',
|
'transferred_in' => 'Переведено (в)',
|
||||||
'transferred_away' => 'Переведено (из)',
|
'transferred_away' => 'Переведено (из)',
|
||||||
'auto_budget_none' => 'Без автобюджета',
|
'auto_budget_none' => 'Без автобюджета',
|
||||||
'auto_budget_reset' => 'Set a fixed amount every period',
|
'auto_budget_reset' => 'Задать фиксированную сумму на каждый период',
|
||||||
'auto_budget_rollover' => 'Add an amount every period',
|
'auto_budget_rollover' => 'Добавить сумму на каждый период',
|
||||||
'auto_budget_period_daily' => 'Ежедневно',
|
'auto_budget_period_daily' => 'Ежедневно',
|
||||||
'auto_budget_period_weekly' => 'Еженедельно',
|
'auto_budget_period_weekly' => 'Еженедельно',
|
||||||
'auto_budget_period_monthly' => 'Ежемесячно',
|
'auto_budget_period_monthly' => 'Ежемесячно',
|
||||||
'auto_budget_period_quarterly' => 'Ежеквартально',
|
'auto_budget_period_quarterly' => 'Ежеквартально',
|
||||||
'auto_budget_period_half_year' => 'Раз в полгода',
|
'auto_budget_period_half_year' => 'Раз в полгода',
|
||||||
'auto_budget_period_yearly' => 'Каждый год',
|
'auto_budget_period_yearly' => 'Каждый год',
|
||||||
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
|
'auto_budget_help' => 'Подробнее об этой функции можно прочитать в справке. Щёлкните по значку (?) в правом верхнем углу.',
|
||||||
'auto_budget_reset_icon' => 'This budget will be set periodically',
|
'auto_budget_reset_icon' => 'Этот бюджет будет устанавливаться периодически',
|
||||||
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
|
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
|
||||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
||||||
|
|
||||||
@ -1097,9 +1103,9 @@ return [
|
|||||||
'unknown_journal_error' => 'Не удалось сохранить транзакцию. Пожалуйста, проверьте log-файлы.',
|
'unknown_journal_error' => 'Не удалось сохранить транзакцию. Пожалуйста, проверьте log-файлы.',
|
||||||
'attachment_not_found' => 'Вложение не найдено.',
|
'attachment_not_found' => 'Вложение не найдено.',
|
||||||
'journal_link_bill' => 'Эта транзакция связана со счётом на оплату <a href=":route">:name</a>. Чтобы удалить эту связь, снимите галочку. Используйте правила для связи с другим счётом на оплату.',
|
'journal_link_bill' => 'Эта транзакция связана со счётом на оплату <a href=":route">:name</a>. Чтобы удалить эту связь, снимите галочку. Используйте правила для связи с другим счётом на оплату.',
|
||||||
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID} ("{title}")</a> has been stored.',
|
'transaction_stored_link' => '<a href="transactions/show/{ID}">Транзакция #{ID} ("{title}")</a> сохранена.',
|
||||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been stored.',
|
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Транзакция #{ID}</a> сохранена.',
|
||||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been updated.',
|
'transaction_updated_link' => '<a href="transactions/show/{ID}">Транзакция #{ID}</a> обновлена.',
|
||||||
|
|
||||||
// new user:
|
// new user:
|
||||||
'welcome' => 'Добро пожаловать в Firefly III!',
|
'welcome' => 'Добро пожаловать в Firefly III!',
|
||||||
@ -1139,7 +1145,7 @@ return [
|
|||||||
'currency' => 'Валюта',
|
'currency' => 'Валюта',
|
||||||
'preferences' => 'Настройки',
|
'preferences' => 'Настройки',
|
||||||
'logout' => 'Выход',
|
'logout' => 'Выход',
|
||||||
'logout_other_sessions' => 'Logout all other sessions',
|
'logout_other_sessions' => 'Завершить все другие сессии',
|
||||||
'toggleNavigation' => 'Переключить навигацию',
|
'toggleNavigation' => 'Переключить навигацию',
|
||||||
'searchPlaceholder' => 'Поиск...',
|
'searchPlaceholder' => 'Поиск...',
|
||||||
'version' => 'Версия',
|
'version' => 'Версия',
|
||||||
@ -1193,13 +1199,13 @@ return [
|
|||||||
'errors' => 'Ошибки',
|
'errors' => 'Ошибки',
|
||||||
'debt_start_date' => 'Дата начала дебита',
|
'debt_start_date' => 'Дата начала дебита',
|
||||||
'debt_start_amount' => 'Начальная сумма дебита',
|
'debt_start_amount' => 'Начальная сумма дебита',
|
||||||
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
|
'debt_start_amount_help' => 'Всегда лучше установить отрицательное значение. Для получения дополнительной информации прочтите страницу справки (значок (?) в правом верхнем углу).',
|
||||||
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
|
'interest_period_help' => 'Это поле чисто косметическое и не будет рассчитано для вас. Как оказалось, банки очень хитры, так что Firefly III никогда не делает это правильно.',
|
||||||
'store_new_liabilities_account' => 'Сохранить новое обязательство',
|
'store_new_liabilities_account' => 'Сохранить новое обязательство',
|
||||||
'edit_liabilities_account' => 'Редактировать долговой счёт ":name"',
|
'edit_liabilities_account' => 'Редактировать долговой счёт ":name"',
|
||||||
'financial_control' => 'Financial control',
|
'financial_control' => 'Финансовый контроль',
|
||||||
'accounting' => 'Accounting',
|
'accounting' => 'Учёт финансов',
|
||||||
'automation' => 'Automation',
|
'automation' => 'Автоматизация',
|
||||||
'others' => 'Другие',
|
'others' => 'Другие',
|
||||||
'classification' => 'Классификация',
|
'classification' => 'Классификация',
|
||||||
|
|
||||||
@ -1424,10 +1430,10 @@ return [
|
|||||||
'send_test_email_text' => 'Чтобы узнать, может ли ваша копия FireFly отправлять электронную почту, нажмите эту кнопку. Вы не увидите здесь ошибки (если они возникнут), все ошибки будут зафиксированы <strong>в лог-файле</strong>. Вы можете нажимать эту кнопку столько раз, сколько хотите. Спам не контролируется. Сообщение будет отправлено на адрес <code>:email</code> и вы сможете получить его в ближайшее время.',
|
'send_test_email_text' => 'Чтобы узнать, может ли ваша копия FireFly отправлять электронную почту, нажмите эту кнопку. Вы не увидите здесь ошибки (если они возникнут), все ошибки будут зафиксированы <strong>в лог-файле</strong>. Вы можете нажимать эту кнопку столько раз, сколько хотите. Спам не контролируется. Сообщение будет отправлено на адрес <code>:email</code> и вы сможете получить его в ближайшее время.',
|
||||||
'send_message' => 'Отправить сообщение',
|
'send_message' => 'Отправить сообщение',
|
||||||
'send_test_triggered' => 'Тест был выполнен. Проверьте ваш почтовый ящик и log-файлы.',
|
'send_test_triggered' => 'Тест был выполнен. Проверьте ваш почтовый ящик и log-файлы.',
|
||||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
'give_admin_careful' => 'Пользователи, которым даны права администратора, могут отнять такие права у вас. Будьте осторожны.',
|
||||||
'admin_maintanance_title' => 'Maintenance',
|
'admin_maintanance_title' => 'Обслуживание',
|
||||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
'admin_maintanance_expl' => 'Некоторые хитрые кнопочки для обслуживания Firefly III',
|
||||||
'admin_maintenance_clear_cache' => 'Clear cache',
|
'admin_maintenance_clear_cache' => 'Очистить кэш',
|
||||||
|
|
||||||
'split_transaction_title' => 'Описание разделённой транзакции',
|
'split_transaction_title' => 'Описание разделённой транзакции',
|
||||||
'split_transaction_title_help' => 'Если вы создаёте разделённую транзакцию, то должны указать общее описание для всех её составляющих.',
|
'split_transaction_title_help' => 'Если вы создаёте разделённую транзакцию, то должны указать общее описание для всех её составляющих.',
|
||||||
@ -1451,7 +1457,7 @@ return [
|
|||||||
'link_type_help_name' => 'Например, "Дубликаты"',
|
'link_type_help_name' => 'Например, "Дубликаты"',
|
||||||
'link_type_help_inward' => 'Например, "дубликаты"',
|
'link_type_help_inward' => 'Например, "дубликаты"',
|
||||||
'link_type_help_outward' => 'Например, "это дублирует..."',
|
'link_type_help_outward' => 'Например, "это дублирует..."',
|
||||||
'save_connections_by_moving' => 'Save the link between these transactions by moving them to another link type:',
|
'save_connections_by_moving' => 'Сохраните связь между этими транзакциями, переместив их на другой тип ссылок:',
|
||||||
'do_not_save_connection' => '(не сохранять соединение)',
|
'do_not_save_connection' => '(не сохранять соединение)',
|
||||||
'link_transaction' => 'Связать транзакцию',
|
'link_transaction' => 'Связать транзакцию',
|
||||||
'link_to_other_transaction' => 'Связать эту транзакцию с другой транзакцией',
|
'link_to_other_transaction' => 'Связать эту транзакцию с другой транзакцией',
|
||||||
@ -1568,7 +1574,7 @@ return [
|
|||||||
|
|
||||||
// recurring transactions
|
// recurring transactions
|
||||||
'recurrences' => 'Повторяющиеся транзакции',
|
'recurrences' => 'Повторяющиеся транзакции',
|
||||||
'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.',
|
'repeat_until_in_past' => 'Повторение этой повторяющейся транзакции прервано :date.',
|
||||||
'recurring_calendar_view' => 'Календарь',
|
'recurring_calendar_view' => 'Календарь',
|
||||||
'no_recurring_title_default' => 'Давайте создадим повторяющуюся транзакцию!',
|
'no_recurring_title_default' => 'Давайте создадим повторяющуюся транзакцию!',
|
||||||
'no_recurring_intro_default' => 'У вас пока нет повторяющихся транзакций. Вы можете использовать их для автоматического создания транзакций в Firefly III.',
|
'no_recurring_intro_default' => 'У вас пока нет повторяющихся транзакций. Вы можете использовать их для автоматического создания транзакций в Firefly III.',
|
||||||
@ -1616,7 +1622,7 @@ return [
|
|||||||
'edit_recurrence' => 'Изменить повторяющуюся транзакцию ":title"',
|
'edit_recurrence' => 'Изменить повторяющуюся транзакцию ":title"',
|
||||||
'recurring_repeats_until' => 'Повторять до :date',
|
'recurring_repeats_until' => 'Повторять до :date',
|
||||||
'recurring_repeats_forever' => 'Повторять всегда',
|
'recurring_repeats_forever' => 'Повторять всегда',
|
||||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
'recurring_repeats_x_times' => 'Повторяется :count раз|Повторяется :count раз',
|
||||||
'update_recurrence' => 'Обновить повторяющуюся транзакцию',
|
'update_recurrence' => 'Обновить повторяющуюся транзакцию',
|
||||||
'updated_recurrence' => 'Повторяющаяся транзакция ":title" обновлена',
|
'updated_recurrence' => 'Повторяющаяся транзакция ":title" обновлена',
|
||||||
'recurrence_is_inactive' => 'Эта повторяющаяся транзакция не активна и не создаёт новые транзакции.',
|
'recurrence_is_inactive' => 'Эта повторяющаяся транзакция не активна и не создаёт новые транзакции.',
|
||||||
@ -1654,7 +1660,7 @@ return [
|
|||||||
'telemetry_disabled_now_what' => 'Если вы хотите, вы можете включить телеметрию в своём .env-файле или в конфигурации Docker.',
|
'telemetry_disabled_now_what' => 'Если вы хотите, вы можете включить телеметрию в своём .env-файле или в конфигурации Docker.',
|
||||||
'telemetry_collected_info' => 'Собранная информация',
|
'telemetry_collected_info' => 'Собранная информация',
|
||||||
'no_telemetry_present' => 'Firefly III не собрал ни одной записи телеметрии.',
|
'no_telemetry_present' => 'Firefly III не собрал ни одной записи телеметрии.',
|
||||||
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
|
'records_telemetry_present' => 'Firefly III собрал :count записей телеметрии.|Firefly III собрал :count записей телеметрии.',
|
||||||
'telemetry_button_view' => 'Просмотр телеметрии',
|
'telemetry_button_view' => 'Просмотр телеметрии',
|
||||||
'telemetry_button_delete' => 'Удалить всю телеметрию',
|
'telemetry_button_delete' => 'Удалить всю телеметрию',
|
||||||
'telemetry_admin_overview' => 'Обзор телеметрии',
|
'telemetry_admin_overview' => 'Обзор телеметрии',
|
||||||
@ -1670,24 +1676,24 @@ return [
|
|||||||
'telemetry_submitted_deleted' => 'Все отправленные телеметрические записи были удалены.',
|
'telemetry_submitted_deleted' => 'Все отправленные телеметрические записи были удалены.',
|
||||||
|
|
||||||
// debug page
|
// debug page
|
||||||
'debug_page' => 'Debug page',
|
'debug_page' => 'Отладка',
|
||||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
'debug_submit_instructions' => 'Если у вас возникли проблемы, вы можете использовать информацию в этом поле в качестве отладочной информации. Пожалуйста, скопируйте и вставьте эту информацию в новую или существующую <a href="https://github.com/firefly-iii/firefly-iii/issues">проблему на GitHub</a>. Будет сгенерирована красивая таблица, которая поможет быстро диагностировать вашу проблему.',
|
||||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
'debug_pretty_table' => 'Если вы скопируете/вставите содержимое этого поля в проблему на GitHub, будет сгенерирована таблица. Пожалуйста, не окружайте этот текст апострофами или кавычками.',
|
||||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
'debug_additional_data' => 'Вы также можете поделиться содержимым поля ниже. Вы можете скопировать и вставить это в новую или существующую <a href="https://github.com/firefly-iii/firefly-iii/issues">проблему на GitHub</a>. Однако помните, что содержимое этого поля может содержать личную информацию, такую как имена счетов, детали ваших транзакций или адреса электронной почты.',
|
||||||
|
|
||||||
// object groups
|
// object groups
|
||||||
'object_groups_menu_bar' => 'Groups',
|
'object_groups_menu_bar' => 'Группы',
|
||||||
'object_groups_page_title' => 'Groups',
|
'object_groups_page_title' => 'Группы',
|
||||||
'object_groups_breadcrumb' => 'Groups',
|
'object_groups_breadcrumb' => 'Группы',
|
||||||
'object_groups_index' => 'Overview',
|
'object_groups_index' => 'Обзор',
|
||||||
'object_groups' => 'Groups',
|
'object_groups' => 'Группы',
|
||||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
'object_groups_empty_explain' => 'Некоторые вещи в Firefly III можно разделить на группы. Например, поле "Группа " на экранах редактирования и создания копилок. Когда вы зададите это поле, вы сможете редактировать названия и порядок групп на этой странице. Для получения дополнительной информации ознакомьтесь со справочными страницами (щёлкните по значку (?) в правом верхнем углу).',
|
||||||
'object_group_title' => 'Title',
|
'object_group_title' => 'Название',
|
||||||
'edit_object_group' => 'Edit group ":title"',
|
'edit_object_group' => 'Изменить группу ":title"',
|
||||||
'delete_object_group' => 'Edit group ":title"',
|
'delete_object_group' => 'Изменить группу ":title"',
|
||||||
'update_object_group' => 'Update group',
|
'update_object_group' => 'Обновить группу',
|
||||||
'updated_object_group' => 'Succesfully updated group ":title"',
|
'updated_object_group' => 'Группа ":title" успешно обновлена',
|
||||||
'deleted_object_group' => 'Succesfully deleted group ":title"',
|
'deleted_object_group' => 'Группа ":title" успешно удалена',
|
||||||
'object_group' => 'Group',
|
'object_group' => 'Группа',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Auktorisering',
|
'authorization' => 'Auktorisering',
|
||||||
'active_bills_only' => 'endast aktiva notor',
|
'active_bills_only' => 'endast aktiva notor',
|
||||||
'active_exp_bills_only' => 'endast aktiva och väntade notor',
|
'active_exp_bills_only' => 'endast aktiva och väntade notor',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'medel per nota',
|
'average_per_bill' => 'medel per nota',
|
||||||
'expected_total' => 'total förväntad',
|
'expected_total' => 'total förväntad',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
@ -205,6 +205,12 @@ return [
|
|||||||
'authorization' => 'Yetkilendirme',
|
'authorization' => 'Yetkilendirme',
|
||||||
'active_bills_only' => 'sadece aktif faturalar',
|
'active_bills_only' => 'sadece aktif faturalar',
|
||||||
'active_exp_bills_only' => 'sadece aktif ve beklenen faturalar',
|
'active_exp_bills_only' => 'sadece aktif ve beklenen faturalar',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'fatura başına ortalama',
|
'average_per_bill' => 'fatura başına ortalama',
|
||||||
'expected_total' => 'beklenen toplam',
|
'expected_total' => 'beklenen toplam',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => 'Ủy quyền',
|
'authorization' => 'Ủy quyền',
|
||||||
'active_bills_only' => 'Chỉ hóa đơn hoạt động',
|
'active_bills_only' => 'Chỉ hóa đơn hoạt động',
|
||||||
'active_exp_bills_only' => 'hóa đơn hoạt động và dự kiến',
|
'active_exp_bills_only' => 'hóa đơn hoạt động và dự kiến',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => 'trung bình mỗi hóa đơn',
|
'average_per_bill' => 'trung bình mỗi hóa đơn',
|
||||||
'expected_total' => 'tổng dự kiến',
|
'expected_total' => 'tổng dự kiến',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => '认证',
|
'authorization' => '认证',
|
||||||
'active_bills_only' => '只显示进行中的工作',
|
'active_bills_only' => '只显示进行中的工作',
|
||||||
'active_exp_bills_only' => '只显示有效和预期的账单',
|
'active_exp_bills_only' => '只显示有效和预期的账单',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => '每张帐单的平均数',
|
'average_per_bill' => '每张帐单的平均数',
|
||||||
'expected_total' => '期望总数',
|
'expected_total' => '期望总数',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
@ -204,6 +204,12 @@ return [
|
|||||||
'authorization' => '身份認證',
|
'authorization' => '身份認證',
|
||||||
'active_bills_only' => '僅限使用中帳單',
|
'active_bills_only' => '僅限使用中帳單',
|
||||||
'active_exp_bills_only' => 'active and expected bills only',
|
'active_exp_bills_only' => 'active and expected bills only',
|
||||||
|
'per_period_sum_1D' => 'Expected daily costs',
|
||||||
|
'per_period_sum_1W' => 'Expected weekly costs',
|
||||||
|
'per_period_sum_1M' => 'Expected monthly costs',
|
||||||
|
'per_period_sum_3M' => 'Expected quarterly costs',
|
||||||
|
'per_period_sum_6M' => 'Expected half-yearly costs',
|
||||||
|
'per_period_sum_1Y' => 'Expected yearly costs',
|
||||||
'average_per_bill' => '每張帳單的平均數',
|
'average_per_bill' => '每張帳單的平均數',
|
||||||
'expected_total' => '預期總數',
|
'expected_total' => '預期總數',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||||
|
Loading…
Reference in New Issue
Block a user