mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update translations.
This commit is contained in:
parent
8f26bbdaa0
commit
97d739e254
20
.ci/php-cs-fixer/composer.lock
generated
20
.ci/php-cs-fixer/composer.lock
generated
@ -629,7 +629,7 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
"version": "v3.3.0",
|
||||
"version": "v3.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||||
@ -676,7 +676,7 @@
|
||||
"description": "A generic function and convention to trigger deprecation notices",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
|
||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -776,7 +776,7 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher-contracts",
|
||||
"version": "v3.3.0",
|
||||
"version": "v3.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
||||
@ -832,7 +832,7 @@
|
||||
"standards"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
|
||||
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1599,16 +1599,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
"version": "v3.3.0",
|
||||
"version": "v3.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/service-contracts.git",
|
||||
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
|
||||
"reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
|
||||
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
|
||||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/b3313c2dbffaf71c8de2934e2ea56ed2291a3838",
|
||||
"reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1661,7 +1661,7 @@
|
||||
"standards"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
|
||||
"source": "https://github.com/symfony/service-contracts/tree/v3.4.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1677,7 +1677,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-05-23T14:45:45+00:00"
|
||||
"time": "2023-07-30T20:28:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/stopwatch",
|
||||
|
94
composer.lock
generated
94
composer.lock
generated
@ -1317,24 +1317,24 @@
|
||||
},
|
||||
{
|
||||
"name": "graham-campbell/result-type",
|
||||
"version": "v1.1.1",
|
||||
"version": "v1.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/GrahamCampbell/Result-Type.git",
|
||||
"reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
|
||||
"reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
|
||||
"reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
|
||||
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
|
||||
"reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2.5 || ^8.0",
|
||||
"phpoption/phpoption": "^1.9.1"
|
||||
"phpoption/phpoption": "^1.9.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
|
||||
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@ -1363,7 +1363,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
|
||||
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
|
||||
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1375,7 +1375,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-25T20:23:15+00:00"
|
||||
"time": "2023-11-12T22:16:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
@ -1939,16 +1939,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v10.31.0",
|
||||
"version": "v10.32.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "507ce9b28bce4b5e4140c28943092ca38e9a52e4"
|
||||
"reference": "b30e44f20d244f7ba125283e14a8bbac167f4e5b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/507ce9b28bce4b5e4140c28943092ca38e9a52e4",
|
||||
"reference": "507ce9b28bce4b5e4140c28943092ca38e9a52e4",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/b30e44f20d244f7ba125283e14a8bbac167f4e5b",
|
||||
"reference": "b30e44f20d244f7ba125283e14a8bbac167f4e5b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2049,7 +2049,7 @@
|
||||
"league/flysystem-sftp-v3": "^3.0",
|
||||
"mockery/mockery": "^1.5.1",
|
||||
"nyholm/psr7": "^1.2",
|
||||
"orchestra/testbench-core": "^8.12",
|
||||
"orchestra/testbench-core": "^8.15.1",
|
||||
"pda/pheanstalk": "^4.0",
|
||||
"phpstan/phpstan": "^1.4.7",
|
||||
"phpunit/phpunit": "^10.0.7",
|
||||
@ -2137,7 +2137,7 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2023-11-07T13:48:30+00:00"
|
||||
"time": "2023-11-14T22:57:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/passport",
|
||||
@ -2342,16 +2342,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/serializable-closure",
|
||||
"version": "v1.3.2",
|
||||
"version": "v1.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/serializable-closure.git",
|
||||
"reference": "076fe2cf128bd54b4341cdc6d49b95b34e101e4c"
|
||||
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/076fe2cf128bd54b4341cdc6d49b95b34e101e4c",
|
||||
"reference": "076fe2cf128bd54b4341cdc6d49b95b34e101e4c",
|
||||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
|
||||
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2398,7 +2398,7 @@
|
||||
"issues": "https://github.com/laravel/serializable-closure/issues",
|
||||
"source": "https://github.com/laravel/serializable-closure"
|
||||
},
|
||||
"time": "2023-10-17T13:38:16+00:00"
|
||||
"time": "2023-11-08T14:08:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/slack-notification-channel",
|
||||
@ -4127,16 +4127,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nyholm/psr7",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Nyholm/psr7.git",
|
||||
"reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
|
||||
"reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be",
|
||||
"reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be",
|
||||
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/aa5fc277a4f5508013d571341ade0c3886d4d00e",
|
||||
"reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4189,7 +4189,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Nyholm/psr7/issues",
|
||||
"source": "https://github.com/Nyholm/psr7/tree/1.8.0"
|
||||
"source": "https://github.com/Nyholm/psr7/tree/1.8.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -4201,7 +4201,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-05-02T11:26:24+00:00"
|
||||
"time": "2023-11-13T09:31:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/constant_time_encoding",
|
||||
@ -4322,16 +4322,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpoption/phpoption",
|
||||
"version": "1.9.1",
|
||||
"version": "1.9.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/schmittjoh/php-option.git",
|
||||
"reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
|
||||
"reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
|
||||
"reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
|
||||
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
|
||||
"reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4339,7 +4339,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.8.2",
|
||||
"phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
|
||||
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@ -4381,7 +4381,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/schmittjoh/php-option/issues",
|
||||
"source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
|
||||
"source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -4393,7 +4393,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-25T19:38:58+00:00"
|
||||
"time": "2023-11-12T21:59:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpseclib/phpseclib",
|
||||
@ -8715,31 +8715,31 @@
|
||||
},
|
||||
{
|
||||
"name": "vlucas/phpdotenv",
|
||||
"version": "v5.5.0",
|
||||
"version": "v5.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vlucas/phpdotenv.git",
|
||||
"reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
|
||||
"reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
|
||||
"reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
|
||||
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
|
||||
"reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-pcre": "*",
|
||||
"graham-campbell/result-type": "^1.0.2",
|
||||
"php": "^7.1.3 || ^8.0",
|
||||
"phpoption/phpoption": "^1.8",
|
||||
"symfony/polyfill-ctype": "^1.23",
|
||||
"symfony/polyfill-mbstring": "^1.23.1",
|
||||
"symfony/polyfill-php80": "^1.23.1"
|
||||
"graham-campbell/result-type": "^1.1.2",
|
||||
"php": "^7.2.5 || ^8.0",
|
||||
"phpoption/phpoption": "^1.9.2",
|
||||
"symfony/polyfill-ctype": "^1.24",
|
||||
"symfony/polyfill-mbstring": "^1.24",
|
||||
"symfony/polyfill-php80": "^1.24"
|
||||
},
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.4.1",
|
||||
"bamarni/composer-bin-plugin": "^1.8.2",
|
||||
"ext-filter": "*",
|
||||
"phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
|
||||
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-filter": "Required to use the boolean validator."
|
||||
@ -8751,7 +8751,7 @@
|
||||
"forward-command": true
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "5.5-dev"
|
||||
"dev-master": "5.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -8783,7 +8783,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/vlucas/phpdotenv/issues",
|
||||
"source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
|
||||
"source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -8795,7 +8795,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-16T01:01:54+00:00"
|
||||
"time": "2023-11-12T22:43:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "voku/portable-ascii",
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -91,9 +91,9 @@
|
||||
"profile_oauth_confidential": "Confidencial",
|
||||
"profile_oauth_confidential_help": "Exige que o cliente se autentique com um segredo. Clientes confidenciais podem manter credenciais de forma segura sem exp\u00f4-las \u00e0 partes n\u00e3o autorizadas. Aplica\u00e7\u00f5es p\u00fablicas, como aplica\u00e7\u00f5es de \u00e1rea de trabalho nativas ou JavaScript SPA, s\u00e3o incapazes de manter segredos com seguran\u00e7a.",
|
||||
"multi_account_warning_unknown": "Dependendo do tipo de transa\u00e7\u00e3o que voc\u00ea criar, a conta de origem e\/ou de destino das divis\u00f5es subsequentes pode ser sobrescrita pelo que estiver definido na primeira divis\u00e3o da transa\u00e7\u00e3o.",
|
||||
"multi_account_warning_withdrawal": "Tenha em mente que a conta de origem das subsequentes divis\u00f5es ser\u00e1 sobrescrita pelo que estiver definido na primeira divis\u00e3o da sa\u00edda.",
|
||||
"multi_account_warning_withdrawal": "Tenha em mente que a conta de origem das divis\u00f5es subsequentes ser\u00e1 sobrescrita pelo que estiver definido na primeira divis\u00e3o da sa\u00edda.",
|
||||
"multi_account_warning_deposit": "Tenha em mente que a conta de destino das divis\u00f5es subsequentes ser\u00e1 sobrescrita pelo que estiver definido na primeira divis\u00e3o da entrada.",
|
||||
"multi_account_warning_transfer": "Tenha em mente que a conta de origem + de destino das divis\u00f5es subsequentes ser\u00e1 sobrescrita pelo que for definido na primeira divis\u00e3o da transfer\u00eancia.",
|
||||
"multi_account_warning_transfer": "Tenha em mente que a conta de origem + de destino das divis\u00f5es subsequentes ser\u00e3o sobrescritas pelo que for definido na primeira divis\u00e3o da transfer\u00eancia.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "Ap\u00f3s cria\u00e7\u00e3o da transa\u00e7\u00e3o",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "Ap\u00f3s atualiza\u00e7\u00e3o da transa\u00e7\u00e3o",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "Ap\u00f3s exclus\u00e3o da transa\u00e7\u00e3o",
|
||||
|
@ -4,11 +4,11 @@
|
||||
"flash_error": "Napaka!",
|
||||
"flash_warning": "Opozorilo!",
|
||||
"flash_success": "Uspelo je!",
|
||||
"close": "Zaprite",
|
||||
"split_transaction_title": "Opis deljene transakcije",
|
||||
"errors_submission": "Nekaj je bilo narobe z va\u0161o oddajo. Preverite napake.",
|
||||
"split": "Razdelite",
|
||||
"single_split": "Razdelite",
|
||||
"close": "Zapri",
|
||||
"split_transaction_title": "Opis razdeljene transakcije",
|
||||
"errors_submission": "Nekaj je bilo narobe z va\u0161o predlo\u017eitvijo. Preverite napake.",
|
||||
"split": "Razdeli",
|
||||
"single_split": "Razdeli",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcija \u0161t. #{ID} (\"{title}\")<\/a> je bila shranjena.",
|
||||
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> je bil shranjen.",
|
||||
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") je bil posodobljen.",
|
||||
@ -23,10 +23,10 @@
|
||||
"source_account": "Izvorni ra\u010dun",
|
||||
"hidden_fields_preferences": "Ve\u010d mo\u017enosti transakcije lahko omogo\u010dite v <a href=\"preferences\">nastavitvah<\/a>.",
|
||||
"destination_account": "Ciljni ra\u010dun",
|
||||
"add_another_split": "Dodajte delitev",
|
||||
"submission": "Oddaja",
|
||||
"create_another": "Po shranjevanju se vrnite sem, da ustvarite drugega.",
|
||||
"reset_after": "Po oddaji ponastavite obrazec",
|
||||
"add_another_split": "Dodaj \u0161e eno razdelitev",
|
||||
"submission": "Predlo\u017eitev",
|
||||
"create_another": "Po shranjevanju se vrnite sem, da ustvarite \u0161e enega.",
|
||||
"reset_after": "Po predlo\u017eitvi ponastavite obrazec",
|
||||
"submit": "Potrdite",
|
||||
"amount": "Znesek",
|
||||
"date": "Datum",
|
||||
@ -41,24 +41,24 @@
|
||||
"update_transaction": "Posodobi transakcije",
|
||||
"after_update_create_another": "Po posodobitvi se vrnite sem za nadaljevanje urejanja.",
|
||||
"store_as_new": "Shranite kot novo transakcijo namesto posodabljanja.",
|
||||
"split_title_help": "\u010ce ustvarite deljeno transakcijo, mora obstajati globalni opis za vse dele transakcije.",
|
||||
"split_title_help": "\u010ce ustvarite razdeljeno transakcijo, mora obstajati globalni opis za vse dele transakcije.",
|
||||
"none_in_select_list": "(brez)",
|
||||
"no_piggy_bank": "(brez hranilnika)",
|
||||
"description": "Opis",
|
||||
"split_transaction_title_help": "\u010ce ustvarite razdeljeno transakcijo, mora obstajati globalni opis za vse delitve transakcije.",
|
||||
"split_transaction_title_help": "\u010ce ustvarite razdeljeno transakcijo, mora obstajati globalni opis za vse razdelitve transakcije.",
|
||||
"destination_account_reconciliation": "Pri usklajevalni transakciji ni mo\u017eno urejati ciljnega ra\u010duna.",
|
||||
"source_account_reconciliation": "Pri usklajevalni transakciji ni mo\u017eno urejati izvornega ra\u010duna.",
|
||||
"budget": "Prora\u010dun",
|
||||
"bill": "Ra\u010dun",
|
||||
"you_create_withdrawal": "Ustvarjate dvig.",
|
||||
"you_create_transfer": "Ustvarjate prenos.",
|
||||
"you_create_deposit": "Ustvarite depozit.",
|
||||
"you_create_deposit": "Ustvari depozit.",
|
||||
"edit": "Uredi",
|
||||
"delete": "Izbri\u0161i",
|
||||
"name": "Ime",
|
||||
"profile_whoops": "Ups!",
|
||||
"profile_something_wrong": "Nekaj je \u0161lo narobe!",
|
||||
"profile_try_again": "Nekaj \u200b\u200bje \u0161lo narobe. Prosim poskusite ponovno.",
|
||||
"profile_try_again": "Nekaj \u200b\u200bje \u0161lo narobe. Prosim poskusite znova.",
|
||||
"profile_oauth_clients": "Odjemalci OAuth",
|
||||
"profile_oauth_no_clients": "Ustvarili niste \u0161e nobenega odjemalca OAuth.",
|
||||
"profile_oauth_clients_header": "Odjemalci",
|
||||
@ -66,7 +66,7 @@
|
||||
"profile_oauth_client_name": "Ime",
|
||||
"profile_oauth_client_secret": "Skrivna koda",
|
||||
"profile_oauth_create_new_client": "Ustvari novega odjemalca",
|
||||
"profile_oauth_create_client": "Ustvarite odjemalca",
|
||||
"profile_oauth_create_client": "Ustvari odjemalca",
|
||||
"profile_oauth_edit_client": "Urejanje odjemalca",
|
||||
"profile_oauth_name_help": "Nekaj, kar bodo va\u0161i uporabniki prepoznali in mu zaupali.",
|
||||
"profile_oauth_redirect_url": "URL preusmeritve",
|
||||
@ -74,26 +74,26 @@
|
||||
"profile_oauth_redirect_url_help": "URL povratnega klica avtorizacije va\u0161e aplikacije.",
|
||||
"profile_authorized_apps": "Poobla\u0161\u010dene aplikacije",
|
||||
"profile_authorized_clients": "Poobla\u0161\u010deni odjemalci",
|
||||
"profile_scopes": "Obseg",
|
||||
"profile_revoke": "Prekli\u010di",
|
||||
"profile_scopes": "Podro\u010dja",
|
||||
"profile_revoke": "Odvzemi dostop",
|
||||
"profile_personal_access_tokens": "Osebni dostopni \u017eetoni",
|
||||
"profile_personal_access_token": "Osebni dostopni \u017eeton",
|
||||
"profile_personal_access_token_explanation": "Tukaj je va\u0161 novi \u017eeton za osebni dostop. To je edini \u010das, da bo prikazan, zato ga ne izgubite! Od zdaj naprej lahko uporabite ta \u017eeton za po\u0161iljanje zahtev API.",
|
||||
"profile_no_personal_access_token": "Niste ustvarili nobenih osebnih \u017eetonov za dostop.",
|
||||
"profile_create_new_token": "Ustvari nov \u017eeton",
|
||||
"profile_create_token": "Ustvarite \u017eeton",
|
||||
"profile_create": "Ustvarite",
|
||||
"profile_create_token": "Ustvari \u017eeton",
|
||||
"profile_create": "Ustvari",
|
||||
"profile_save_changes": "Shrani spremembe",
|
||||
"default_group_title_name": "(nezdru\u017eeno)",
|
||||
"piggy_bank": "Dodajte hranilnik",
|
||||
"piggy_bank": "Dodaj hranilnik",
|
||||
"profile_oauth_client_secret_title": "Skrivna koda odjemalca",
|
||||
"profile_oauth_client_secret_expl": "Tukaj je skrivna koda va\u0161ega odjemalca. To je edini \u010das, da bo prikazana, zato je ne izgubite! Zdaj lahko uporabite to skrivno kodo za po\u0161iljanje zahtev API.",
|
||||
"profile_oauth_confidential": "Zaupno",
|
||||
"profile_oauth_confidential_help": "Od odjemalca zahtevajte avtentikacijo s skrivno kodo. Zaupni odjemalci imajo lahko poverilnice na varen na\u010din, ne da bi jih izpostavili nepoobla\u0161\u010denim osebam. Javne aplikacije, kot so izvorne namizne aplikacije ali aplikacije JavaScript SPA, ne morejo varno hraniti skrivnih kod.",
|
||||
"multi_account_warning_unknown": "Odvisno od vrste transakcije, ki jo ustvarite, lahko izvorni in\/ali ciljni ra\u010dun poznej\u0161ih delitev preglasi tisto, kar je definirano v prvi delitvi transakcije.",
|
||||
"multi_account_warning_withdrawal": "Upo\u0161tevajte, da bo izvorni ra\u010dun poznej\u0161ih delitev preglasilo tisto, kar je definirano v prvi delitvi dviga.",
|
||||
"multi_account_warning_unknown": "Odvisno od vrste transakcije, ki jo ustvarite, lahko izvorni in\/ali ciljni ra\u010dun poznej\u0161ih razdelitev preglasi tisto, kar je definirano v prvi razdelitvi transakcije.",
|
||||
"multi_account_warning_withdrawal": "Upo\u0161tevajte, da bo izvorni ra\u010dun poznej\u0161ih razdelitev preglasilo tisto, kar je definirano v prvi razdelitvi dviga.",
|
||||
"multi_account_warning_deposit": "Upo\u0161tevajte, da bo ciljni ra\u010dun poznej\u0161ih delitev preglasilo tisto, kar je opredeljeno v prvi delitvi depozita.",
|
||||
"multi_account_warning_transfer": "Upo\u0161tevajte, da bo izvorni + ciljni ra\u010dun poznej\u0161ih delitev preglasilo tisto, kar je definirano v prvi delitvi prenosa.",
|
||||
"multi_account_warning_transfer": "Upo\u0161tevajte, da bo izvorni + ciljni ra\u010dun poznej\u0161ih razdelitev preglasilo tisto, kar je definirano v prvi razdelitvi prenosa.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "Po ustvarjanju transakcije",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "Po posodabljanju transakcije",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "Po brisanju transakcije",
|
||||
@ -115,7 +115,7 @@
|
||||
"webhook_active_form_help": "Webhook mora biti aktiven, sicer ne bo poklican.",
|
||||
"edit_webhook_js": "Uredi webhook \"{title}\"",
|
||||
"webhook_was_triggered": "Webhook je bil spro\u017een ob navedeni transakciji. Po\u010dakajte, da se prika\u017eejo rezultati.",
|
||||
"view_message": "Poglejte sporo\u010dilo",
|
||||
"view_message": "Poglej sporo\u010dilo",
|
||||
"view_attempts": "Ogled neuspelih poskusov",
|
||||
"message_content_title": "Vsebina sporo\u010dila Webhook",
|
||||
"message_content_help": "To je vsebina sporo\u010dila, ki je bilo poslano (ali poskuseno) s tem webhookom.",
|
||||
@ -126,7 +126,7 @@
|
||||
"logs": "Dnevniki",
|
||||
"response": "Odziv",
|
||||
"visit_webhook_url": "Obi\u0161\u010dite URL webhooka",
|
||||
"reset_webhook_secret": "Ponastavite skrivno kodo webhooka"
|
||||
"reset_webhook_secret": "Ponastavi skrivno kodo webhooka"
|
||||
},
|
||||
"form": {
|
||||
"url": "URL",
|
||||
|
@ -1528,9 +1528,9 @@ return [
|
||||
'profile_try_again' => 'Algo deu errado. Por favor tente novamente.',
|
||||
'amounts' => 'Quantias',
|
||||
'multi_account_warning_unknown' => 'Dependendo do tipo de transação que você criar, a conta de origem e/ou de destino das divisões subsequentes pode ser sobrescrita pelo que estiver definido na primeira divisão da transação.',
|
||||
'multi_account_warning_withdrawal' => 'Tenha em mente que a conta de origem das subsequentes divisões será sobrescrita pelo que estiver definido na primeira divisão da saída.',
|
||||
'multi_account_warning_withdrawal' => 'Tenha em mente que a conta de origem das divisões subsequentes será sobrescrita pelo que estiver definido na primeira divisão da saída.',
|
||||
'multi_account_warning_deposit' => 'Tenha em mente que a conta de destino das divisões subsequentes será sobrescrita pelo que estiver definido na primeira divisão da entrada.',
|
||||
'multi_account_warning_transfer' => 'Tenha em mente que a conta de origem + de destino das divisões subsequentes será sobrescrita pelo que for definido na primeira divisão da transferência.',
|
||||
'multi_account_warning_transfer' => 'Tenha em mente que a conta de origem + de destino das divisões subsequentes serão sobrescritas pelo que for definido na primeira divisão da transferência.',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -2539,7 +2539,7 @@ return [
|
||||
'(partially) reimburses' => '(parcialmente) reembolsa',
|
||||
|
||||
// split a transaction:
|
||||
'splits' => 'Divide-se',
|
||||
'splits' => 'Divisões',
|
||||
'add_another_split' => 'Adicionar outra divisão',
|
||||
'cannot_edit_opening_balance' => 'Não é possível editar o saldo de abertura de uma conta.',
|
||||
'no_edit_multiple_left' => 'Você não selecionou nenhuma transação válida para editar.',
|
||||
|
@ -46,9 +46,9 @@ return [
|
||||
'title_transfer' => 'Prenosi',
|
||||
'title_transfers' => 'Prenosi',
|
||||
'edit_currency' => 'Uredi valuto ":name"',
|
||||
'delete_currency' => 'Izbrišite valuto ":name"',
|
||||
'newPiggyBank' => 'Ustvarite nov hranilnik',
|
||||
'edit_piggyBank' => 'Uredite hranilnik ":name"',
|
||||
'delete_currency' => 'Izbriši valuto ":name"',
|
||||
'newPiggyBank' => 'Ustvari nov hranilnik',
|
||||
'edit_piggyBank' => 'Uredi hranilnik ":name"',
|
||||
'preferences' => 'Nastavitve',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Računi',
|
||||
@ -56,8 +56,8 @@ return [
|
||||
'change_email' => 'Spremenite e-poštni naslov',
|
||||
'bills' => 'Računi',
|
||||
'newBill' => 'Nov račun',
|
||||
'edit_bill' => 'Uredite račun ":name"',
|
||||
'delete_bill' => 'Izbrišite račun ":name"',
|
||||
'edit_bill' => 'Uredi račun ":name"',
|
||||
'delete_bill' => 'Izbriši račun ":name"',
|
||||
'reports' => 'Poročila',
|
||||
'search_result' => 'Rezultati iskanja za ":query"',
|
||||
'withdrawal_list' => 'Stroški',
|
||||
@ -79,22 +79,22 @@ return [
|
||||
|
||||
|
||||
'reconciliation_list' => 'Poravnave',
|
||||
'create_withdrawal' => 'Ustvarite nov dvig',
|
||||
'create_deposit' => 'Ustvarite nov depozit',
|
||||
'create_transfer' => 'Ustvarite nov prenos',
|
||||
'create_new_transaction' => 'Ustvarite novo transakcijo',
|
||||
'edit_journal' => 'Uredite transakcijo ":description"',
|
||||
'create_withdrawal' => 'Ustvari nov dvig',
|
||||
'create_deposit' => 'Ustvari nov depozit',
|
||||
'create_transfer' => 'Ustvari nov prenos',
|
||||
'create_new_transaction' => 'Ustvari novo transakcijo',
|
||||
'edit_journal' => 'Uredi transakcijo ":description"',
|
||||
'edit_reconciliation' => 'Uredi ":description"',
|
||||
'delete_journal' => 'Izbrišite transakcijo ":description"',
|
||||
'delete_group' => 'Izbrišite transakcijo ":description"',
|
||||
'tags' => 'Značke',
|
||||
'createTag' => 'Ustvarite novo oznako',
|
||||
'edit_tag' => 'Posodobite oznako ":tag"',
|
||||
'delete_tag' => 'Izbrišite oznako ":tag"',
|
||||
'delete_journal' => 'Izbriši transakcijo ":description"',
|
||||
'delete_group' => 'Izbriši transakcijo ":description"',
|
||||
'tags' => 'Oznake',
|
||||
'createTag' => 'Ustvari novo oznako',
|
||||
'edit_tag' => 'Posodobi oznako ":tag"',
|
||||
'delete_tag' => 'Izbriši oznako ":tag"',
|
||||
'delete_journal_link' => 'Izbriši povezavo med transakcijami',
|
||||
'edit_object_group' => 'Uredite skupino ":title"',
|
||||
'delete_object_group' => 'Izbrišite skupino ":title"',
|
||||
'logout_others' => 'Odjavite druge seje',
|
||||
'edit_object_group' => 'Uredi skupino ":title"',
|
||||
'delete_object_group' => 'Izbriši skupino ":title"',
|
||||
'logout_others' => 'Odjavi druge seje',
|
||||
'asset_accounts' => 'Premoženjski računi',
|
||||
'expense_accounts' => 'Računi stroškov',
|
||||
'revenue_accounts' => 'Račun dohodkov',
|
||||
|
@ -42,7 +42,7 @@ return [
|
||||
'footer_ps' => 'PS: To sporočilo je bilo poslano, ker ga je sprožila zahteva iz naslova IP :ipAddress.',
|
||||
|
||||
// admin test
|
||||
'admin_test_subject' => 'Testno sporočilo Vaše Firefly III namestitve',
|
||||
'admin_test_subject' => 'Testno sporočilo vaše Firefly III namestitve',
|
||||
'admin_test_body' => 'To je testno sporočilo iz vašega primerka Firefly III. Poslano je bilo na elektronski naslov :email.',
|
||||
|
||||
/*
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -93,9 +93,9 @@ return [
|
||||
'cc_type' => 'Načrt plačila s kreditno kartico',
|
||||
'cc_monthly_payment_date' => 'Datum mesečnega plačila s kreditno kartico',
|
||||
'piggy_bank_id' => 'Hranilnik',
|
||||
'returnHere' => 'Vrnite se sem',
|
||||
'returnHereExplanation' => 'Po shranjevanju se vrnite sem in ustvarite še eno.',
|
||||
'returnHereUpdateExplanation' => 'Po shranjevanju se vrnite sem.',
|
||||
'returnHere' => 'Vrni se sem',
|
||||
'returnHereExplanation' => 'Po shranjevanju se vrni sem in ustvari še eno.',
|
||||
'returnHereUpdateExplanation' => 'Po shranjevanju se vrni sem.',
|
||||
'description' => 'Opis',
|
||||
'expense_account' => 'Račun stroškov',
|
||||
'revenue_account' => 'Račun prihodkov',
|
||||
@ -111,9 +111,9 @@ return [
|
||||
'interest_period' => 'Obdobje obresti',
|
||||
'extension_date' => 'Datum razširitve',
|
||||
'type' => 'Vrsta',
|
||||
'convert_Withdrawal' => 'Pretvorite odliv',
|
||||
'convert_Deposit' => 'Pretvorite polog',
|
||||
'convert_Transfer' => 'Pretvorite prenos',
|
||||
'convert_Withdrawal' => 'Pretvori odliv',
|
||||
'convert_Deposit' => 'Pretvori polog',
|
||||
'convert_Transfer' => 'Pretvori prenos',
|
||||
'amount' => 'Znesek',
|
||||
'foreign_amount' => 'Tuj znesek',
|
||||
'date' => 'Datum',
|
||||
@ -122,7 +122,7 @@ return [
|
||||
'process_date' => 'Datum obdelave',
|
||||
'category' => 'Kategorija',
|
||||
'tags' => 'Oznake',
|
||||
'deletePermanently' => 'Trajno izbrišite',
|
||||
'deletePermanently' => 'Trajno izbriši',
|
||||
'cancel' => 'Prekliči',
|
||||
'targetdate' => 'Ciljni datum',
|
||||
'startdate' => 'Začetni datum',
|
||||
@ -143,26 +143,26 @@ return [
|
||||
'mime' => 'Vrsta MIME',
|
||||
'size' => 'Velikost',
|
||||
'trigger' => 'Sprožilec',
|
||||
'stop_processing' => 'Ustavite izvajanje',
|
||||
'stop_processing' => 'Ustavi izvajanje',
|
||||
'start_date' => 'Začetek obsega',
|
||||
'end_date' => 'Konec obsega',
|
||||
'enddate' => 'Končni datum',
|
||||
'move_rules_before_delete' => 'Skupina pravil',
|
||||
'start' => 'Začetek obsega',
|
||||
'end' => 'Konec obsega',
|
||||
'delete_account' => 'Izbrišite račun ":name"',
|
||||
'delete_webhook' => 'Izbrišite webhook ":title"',
|
||||
'delete_bill' => 'Izbrišite račun ":name"',
|
||||
'delete_budget' => 'Izbrišite proračun ":name"',
|
||||
'delete_category' => 'Izbrišite kategorijo ":name"',
|
||||
'delete_currency' => 'Izbrišite valuto ":name"',
|
||||
'delete_journal' => 'Izbrišite transakcijo z opisom ":description"',
|
||||
'delete_attachment' => 'Izbrišite prilogo ":name"',
|
||||
'delete_rule' => 'Izbrišite pravilo ":title"',
|
||||
'delete_rule_group' => 'Izbrišite skupino pravil ":title"',
|
||||
'delete_link_type' => 'Izbrišite vrsto povezave ":name"',
|
||||
'delete_user' => 'Izbrišite uporabnika ":email"',
|
||||
'delete_recurring' => 'Izbrišite ponavljajočo transakcijo ":title"',
|
||||
'delete_account' => 'Izbriši račun ":name"',
|
||||
'delete_webhook' => 'Izbriši webhook ":title"',
|
||||
'delete_bill' => 'Izbriši račun ":name"',
|
||||
'delete_budget' => 'Izbriši proračun ":name"',
|
||||
'delete_category' => 'Izbriši kategorijo ":name"',
|
||||
'delete_currency' => 'Izbriši valuto ":name"',
|
||||
'delete_journal' => 'Izbriši transakcijo z opisom ":description"',
|
||||
'delete_attachment' => 'Izbruši prilogo ":name"',
|
||||
'delete_rule' => 'Izbriši pravilo ":title"',
|
||||
'delete_rule_group' => 'Izbriši skupino pravil ":title"',
|
||||
'delete_link_type' => 'Izbriši vrsto povezave ":name"',
|
||||
'delete_user' => 'Izbriši uporabnika ":email"',
|
||||
'delete_recurring' => 'Izbriši ponavljajočo se transakcijo ":title"',
|
||||
'user_areYouSure' => 'Z brisanjem uporabnika ":email", boste izbrisali vse. Dejanja se ne da razveljaviti ali povrniti iz koša. Če izbrišete samega sebe, boste izgubil dostop do te namestitve Firefly III.',
|
||||
'attachment_areYouSure' => 'Ste prepričani, da želite izbrisati pripeto datoteko ":name"?',
|
||||
'account_areYouSure' => 'Ste prepričani, da želite izbrisati račun ":name"?',
|
||||
@ -198,7 +198,7 @@ return [
|
||||
'permDeleteWarning' => 'Brisanje stvari iz Firefly III je trajno in ga ni mogoče razveljaviti.',
|
||||
'mass_make_selection' => 'Še vedno lahko preprečite brisanje elementov, tako da počistite potrditveno polje.',
|
||||
'delete_all_permanently' => 'Označeno trajno izbriši',
|
||||
'update_all_journals' => 'Posodobite te transakcije',
|
||||
'update_all_journals' => 'Posodobi te transakcije',
|
||||
'also_delete_transactions' => 'Edina transakcija, ki je povezana s tem računom, bo prav tako izbrisana.|Vseh :count transakcij, povezanih s tem računom, bo izbrisanih.',
|
||||
'also_delete_transactions_js' => 'Brez transakcij|Izbrisana bo tudi edina transakcija, povezana s tem računom.|Izbrisanih bo tudi vseh {count} transakcij, povezanih s tem računom.',
|
||||
'also_delete_connections' => 'Edina transakcija, povezana s to vrsto povezave, bo izgubila povezavo.|Vseh :count transakcij, povezanih s to vrsto povezave bo izgubilo povezavo.',
|
||||
@ -211,9 +211,9 @@ return [
|
||||
'category_keep_transactions' => 'Edina transakcija, povezana s to kategorijo, ne bo izbrisana.|Vseh :count transakcij, povezanih s to kategorijo bo ohranjenih.',
|
||||
'recurring_keep_transactions' => 'Edina transakcija, ustvarjeno s to ponavljajočo transakcijo, ne izbrisana.|Vseh :count transakcij, ustvarjenih s to ponavljajočo transakcijo bo ohranjenih.',
|
||||
'tag_keep_transactions' => 'Edina transakcija, povezana s to oznako, ne bo izbrisana.|Vseh :count transakcij, povezanih s to oznako bo ohranjenih.',
|
||||
'check_for_updates' => 'Preverite za posodobitve',
|
||||
'check_for_updates' => 'Preveri za posodobitve',
|
||||
'liability_direction' => 'Odgovornost not/ven',
|
||||
'delete_object_group' => 'Izbrišite skupino ":title"',
|
||||
'delete_object_group' => 'Izbriši skupino ":title"',
|
||||
'email' => 'E-poštni naslov',
|
||||
'password' => 'Geslo',
|
||||
'password_confirmation' => 'Geslo (ponovno)',
|
||||
@ -225,7 +225,7 @@ return [
|
||||
'bill_end_date' => 'Končni datum',
|
||||
|
||||
// import
|
||||
'apply_rules' => 'Uporabite pravila',
|
||||
'apply_rules' => 'Uporabi pravila',
|
||||
'artist' => 'Izvajalec',
|
||||
'album' => 'Album',
|
||||
'song' => 'Pesem',
|
||||
@ -233,7 +233,7 @@ return [
|
||||
|
||||
// admin
|
||||
'domain' => 'Domena',
|
||||
'single_user_mode' => 'Onemogočite prijavo uporabnikov',
|
||||
'single_user_mode' => 'Onemogoči prijavo uporabnikov',
|
||||
'is_demo_site' => 'Je demo postavitev',
|
||||
|
||||
// import
|
||||
@ -244,7 +244,7 @@ return [
|
||||
'csv_delimiter' => 'CSV ločilo polj',
|
||||
'client_id' => 'Client ID',
|
||||
'app_id' => 'App ID',
|
||||
'secret' => 'Skrivnost',
|
||||
'secret' => 'Skrivna koda',
|
||||
'public_key' => 'Javni ključ',
|
||||
'country_code' => 'Šifra države',
|
||||
'provider_code' => 'Banka ponudnika podatkov',
|
||||
@ -288,7 +288,7 @@ return [
|
||||
'repetitions' => 'Ponovitve',
|
||||
'calendar' => 'Koledar',
|
||||
'weekend' => 'Vikend',
|
||||
'client_secret' => 'Skrivnost odjemalca',
|
||||
'client_secret' => 'Skrivna koda odjemalca',
|
||||
'withdrawal_destination_id' => 'Ciljni račun',
|
||||
'deposit_source_id' => 'Izvorni račun',
|
||||
'expected_on' => 'Pričakovano dne',
|
||||
|
@ -48,7 +48,7 @@ return [
|
||||
'transactions_create_basic_info' => 'Vnesite osnovne podatke o transakciji. Vir, destinacija, datum in opis.',
|
||||
'transactions_create_amount_info' => 'Vnesite znesek transakcije. Po potrebi se bodo polja samodejno posodobila za podatke o znesku v tujini.',
|
||||
'transactions_create_optional_info' => 'Vsa ta polja so neobvezna. Če sem dodate metapodatke, bodo vaše transakcije bolje organizirane.',
|
||||
'transactions_create_split' => 'Če želite razdeliti transakcijo, dodajte več delitev s tem gumbom',
|
||||
'transactions_create_split' => 'Če želite razdeliti transakcijo, dodajte več razdelitev s tem gumbom',
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => 'Vašim računom dodelite veljaven IBAN. To lahko zelo olajša uvoz podatkov v prihodnosti.',
|
||||
|
@ -35,7 +35,7 @@ return [
|
||||
'journal_already_no_category' => 'Ta transakcija ni imela kategorije, zato je ni mogoče odstraniti',
|
||||
'journal_already_no_notes' => 'Ta transakcija ni imela opomb, zato jih ni mogoče odstraniti',
|
||||
'journal_not_found' => 'Firefly III ne najde zahtevane transakcije',
|
||||
'split_group' => 'Firefly III ne more izvesti tega dejanja na transakciji z več delitvami',
|
||||
'split_group' => 'Firefly III ne more izvesti tega dejanja na transakciji z več razdelitvami',
|
||||
'is_already_withdrawal' => 'Ta transakcija je že dvig',
|
||||
'is_already_deposit' => 'Ta transakcija je že depozit',
|
||||
'is_already_transfer' => 'Ta transakcija je že prenos',
|
||||
|
@ -58,7 +58,7 @@ return [
|
||||
'must_exist' => 'ID v polju :attribute ne obstaja v bazi podatkov.',
|
||||
'all_accounts_equal' => 'Vsi računi v tem polju morajo biti enaki.',
|
||||
'group_title_mandatory' => 'Naslov skupine je obvezen, če obstaja več kot ena transakcija.',
|
||||
'transaction_types_equal' => 'Vse delitve morajo biti iste vrste.',
|
||||
'transaction_types_equal' => 'Vse razdelitve morajo biti iste vrste.',
|
||||
'invalid_transaction_type' => 'Neveljavna vrsta transakcije.',
|
||||
'invalid_selection' => 'Vaša izbira je neveljavna.',
|
||||
'belongs_user' => 'Ta vrednost je povezana z objektom, za katerega se zdi, da ne obstaja.',
|
||||
@ -270,7 +270,7 @@ return [
|
||||
'transfer_source_bad_data' => '[c] Ni bilo mogoče najti veljavnega izvornega računa pri iskanju ID-ja ":id" ali imena ":name".',
|
||||
'transfer_dest_need_data' => '[c] Za nadaljevanje potrebujete veljaven ID ciljnega računa in/ali veljavno ime ciljnega računa.',
|
||||
'transfer_dest_bad_data' => 'Pri iskanju ID-ja ":id" ali imena ":name" ni bilo mogoče najti veljavnega ciljnega računa.',
|
||||
'need_id_in_edit' => 'Vsaka delitev mora imeti transaction_journal_id (bodisi veljaven ID ali 0).',
|
||||
'need_id_in_edit' => 'Vsaka razdelitev mora imeti transaction_journal_id (bodisi veljaven ID ali 0).',
|
||||
|
||||
'ob_source_need_data' => 'Za nadaljevanje morate pridobiti veljaven ID izvornega računa in/ali veljavno ime izvornega računa.',
|
||||
'lc_source_need_data' => 'Za nadaljevanje morate pridobiti veljaven ID izvornega računa.',
|
||||
|
Loading…
Reference in New Issue
Block a user