mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Meta data for new release, 5.4.0.
This commit is contained in:
@@ -18,6 +18,12 @@ Several alpha and beta releases preceded this release.
|
||||
- 5.4.0-alpha.3 on 2020-08-21
|
||||
- 5.4.0-beta.1 on 2020-09-13
|
||||
|
||||
### Known issues
|
||||
|
||||
Yep, unfortunately.
|
||||
|
||||
- [Issue 3808](https://github.com/firefly-iii/firefly-iii/issues/3808) When using the remote authentication features of Firefly III, autocomplete endpoints will fail.
|
||||
|
||||
### Added
|
||||
- [Issue 3187](https://github.com/firefly-iii/firefly-iii/issues/3187) A new field for transaction URL's.
|
||||
- [Issue 3200](https://github.com/firefly-iii/firefly-iii/issues/3200) The ability to sort your accounts as you see fit.
|
||||
|
81
composer.lock
generated
81
composer.lock
generated
@@ -484,30 +484,30 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "2.10.4",
|
||||
"version": "2.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/dbal.git",
|
||||
"reference": "47433196b6390d14409a33885ee42b6208160643"
|
||||
"reference": "0d4e1a8b29dd987704842f0465aded378f441dca"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/47433196b6390d14409a33885ee42b6208160643",
|
||||
"reference": "47433196b6390d14409a33885ee42b6208160643",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/0d4e1a8b29dd987704842f0465aded378f441dca",
|
||||
"reference": "0d4e1a8b29dd987704842f0465aded378f441dca",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/cache": "^1.0",
|
||||
"doctrine/event-manager": "^1.0",
|
||||
"ext-pdo": "*",
|
||||
"php": "^7.2"
|
||||
"php": "^7.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^8.1",
|
||||
"jetbrains/phpstorm-stubs": "^2019.1",
|
||||
"nikic/php-parser": "^4.4",
|
||||
"phpstan/phpstan": "^0.12.40",
|
||||
"phpunit/phpunit": "^8.5.5",
|
||||
"phpunit/phpunit": "^9.3",
|
||||
"psalm/plugin-phpunit": "^0.10.0",
|
||||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
|
||||
"vimeo/psalm": "^3.14.2"
|
||||
@@ -521,8 +521,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.10.x-dev",
|
||||
"dev-develop": "3.0.x-dev"
|
||||
"dev-master": "4.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@@ -589,7 +588,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-09-12T21:20:41+00:00"
|
||||
"time": "2020-09-20T23:24:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/event-manager",
|
||||
@@ -904,16 +903,16 @@
|
||||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
"version": "2.1.20",
|
||||
"version": "2.1.21",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/egulias/EmailValidator.git",
|
||||
"reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff"
|
||||
"reference": "563d0cdde5d862235ffe24a158497f4d490191b5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f46887bc48db66c7f38f668eb7d6ae54583617ff",
|
||||
"reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff",
|
||||
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/563d0cdde5d862235ffe24a158497f4d490191b5",
|
||||
"reference": "563d0cdde5d862235ffe24a158497f4d490191b5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -958,7 +957,7 @@
|
||||
"validation",
|
||||
"validator"
|
||||
],
|
||||
"time": "2020-09-06T13:44:32+00:00"
|
||||
"time": "2020-09-19T14:37:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "facade/ignition-contracts",
|
||||
@@ -2686,20 +2685,20 @@
|
||||
},
|
||||
{
|
||||
"name": "nyholm/psr7",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Nyholm/psr7.git",
|
||||
"reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256"
|
||||
"reference": "21b71a31eab5c0c2caf967b9c0fd97020254ed75"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/c17f4f73985f62054a331cbc4ffdf9868c4ef256",
|
||||
"reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256",
|
||||
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/21b71a31eab5c0c2caf967b9c0fd97020254ed75",
|
||||
"reference": "21b71a31eab5c0c2caf967b9c0fd97020254ed75",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1",
|
||||
"php": ">=7.1",
|
||||
"php-http/message-factory": "^1.0",
|
||||
"psr/http-factory": "^1.0",
|
||||
"psr/http-message": "^1.0"
|
||||
@@ -2755,7 +2754,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-05-23T11:29:07+00:00"
|
||||
"time": "2020-06-13T15:59:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "opis/closure",
|
||||
@@ -8225,16 +8224,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
"version": "v4.9.1",
|
||||
"version": "v4.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nikic/PHP-Parser.git",
|
||||
"reference": "88e519766fc58bd46b8265561fb79b54e2e00b28"
|
||||
"reference": "1c13d05035deff45f1230ca68bd7d74d621762d9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/88e519766fc58bd46b8265561fb79b54e2e00b28",
|
||||
"reference": "88e519766fc58bd46b8265561fb79b54e2e00b28",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1c13d05035deff45f1230ca68bd7d74d621762d9",
|
||||
"reference": "1c13d05035deff45f1230ca68bd7d74d621762d9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -8273,7 +8272,7 @@
|
||||
"parser",
|
||||
"php"
|
||||
],
|
||||
"time": "2020-08-30T16:15:20+00:00"
|
||||
"time": "2020-09-19T14:52:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nunomaduro/larastan",
|
||||
@@ -8867,16 +8866,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "0.12.42",
|
||||
"version": "0.12.43",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "7c43b7c2d5ca6554f6231e82e342a710163ac5f4"
|
||||
"reference": "54221b44766cb4bdfe40d1828d5bba5dd79c38c6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/7c43b7c2d5ca6554f6231e82e342a710163ac5f4",
|
||||
"reference": "7c43b7c2d5ca6554f6231e82e342a710163ac5f4",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/54221b44766cb4bdfe40d1828d5bba5dd79c38c6",
|
||||
"reference": "54221b44766cb4bdfe40d1828d5bba5dd79c38c6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -8919,7 +8918,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-09-02T13:14:53+00:00"
|
||||
"time": "2020-09-19T21:19:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-deprecation-rules",
|
||||
@@ -8974,16 +8973,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
"version": "9.1.10",
|
||||
"version": "9.1.11",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||
"reference": "5134e2a65ec48e2f7126d12f1503a9889c660bdf"
|
||||
"reference": "c9394cb9d07ecfa9351b96f2e296bad473195f4d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5134e2a65ec48e2f7126d12f1503a9889c660bdf",
|
||||
"reference": "5134e2a65ec48e2f7126d12f1503a9889c660bdf",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c9394cb9d07ecfa9351b96f2e296bad473195f4d",
|
||||
"reference": "c9394cb9d07ecfa9351b96f2e296bad473195f4d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -9043,7 +9042,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-09-18T05:25:29+00:00"
|
||||
"time": "2020-09-19T05:29:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
@@ -9436,12 +9435,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "88de753349e4deedb32796fc94bddf9b2db2dd1f"
|
||||
"reference": "81cb95735a719403eddb77fc78e21362b56d9ea9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/88de753349e4deedb32796fc94bddf9b2db2dd1f",
|
||||
"reference": "88de753349e4deedb32796fc94bddf9b2db2dd1f",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/81cb95735a719403eddb77fc78e21362b56d9ea9",
|
||||
"reference": "81cb95735a719403eddb77fc78e21362b56d9ea9",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
@@ -9487,8 +9486,8 @@
|
||||
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
|
||||
"dolibarr/dolibarr": "<11.0.4",
|
||||
"dompdf/dompdf": ">=0.6,<0.6.2",
|
||||
"drupal/core": ">=7,<7.72|>=8,<8.8.8|>=8.9,<8.9.1|>=9,<9.0.1",
|
||||
"drupal/drupal": ">=7,<7.72|>=8,<8.8.8|>=8.9,<8.9.1|>=9,<9.0.1",
|
||||
"drupal/core": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
|
||||
"drupal/drupal": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
|
||||
"endroid/qr-code-bundle": "<3.4.2",
|
||||
"enshrined/svg-sanitize": "<0.13.1",
|
||||
"erusev/parsedown": "<1.7.2",
|
||||
@@ -9730,7 +9729,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-09-18T05:02:13+00:00"
|
||||
"time": "2020-09-18T13:01:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
2
frontend/public/js/vendor.js
vendored
2
frontend/public/js/vendor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -7,21 +7,21 @@
|
||||
"paid": "Betald",
|
||||
"yourAccounts": "Dina konton",
|
||||
"go_to_asset_accounts": "Visa dina tillg\u00e5ngskonton",
|
||||
"transaction_table_description": "A table containing your transactions",
|
||||
"transaction_table_description": "En tabell som inneh\u00e5ller dina transaktioner",
|
||||
"account": "Konto",
|
||||
"description": "Beskrivning",
|
||||
"amount": "Belopp",
|
||||
"budget": "Budget",
|
||||
"category": "Kategori",
|
||||
"opposing_account": "Opposing account",
|
||||
"opposing_account": "Motsatt konto",
|
||||
"budgets": "Budgetar",
|
||||
"categories": "Kategorier",
|
||||
"go_to_budgets": "G\u00e5 till dina budgetar",
|
||||
"income": "Int\u00e4kter \/ inkomster",
|
||||
"go_to_deposits": "Go to deposits",
|
||||
"go_to_deposits": "G\u00e5 till ins\u00e4ttningar",
|
||||
"go_to_categories": "G\u00e5 till dina kategorier",
|
||||
"expense_accounts": "Kostnadskonto",
|
||||
"go_to_expenses": "Go to expenses",
|
||||
"go_to_expenses": "G\u00e5 till utgifter",
|
||||
"go_to_bills": "G\u00e5 till dina notor",
|
||||
"bills": "Notor",
|
||||
"go_to_piggies": "G\u00e5 till dina sparb\u00f6ssor",
|
||||
|
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
2
public/v2/js/vendor.js
vendored
2
public/v2/js/vendor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -8,14 +8,14 @@
|
||||
"errors_submission": "N\u00e5got fel uppstod med inskickningen. V\u00e4nligen kontrollera felen nedan.",
|
||||
"split": "Dela",
|
||||
"single_split": "Dela",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaktion #{ID} (\"{title}\")<\/a> sparades.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaktion #{ID}<\/a> uppdaterades.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaktion #{ID}<\/a> sparades.",
|
||||
"transaction_journal_information": "Transaktionsinformation",
|
||||
"no_budget_pointer": "Du verkar inte ha n\u00e5gra budgetar \u00e4n. Du b\u00f6r skapa n\u00e5gra p\u00e5 <a href=\"\/budgets\">budgetar<\/a>-sidan. Budgetar kan hj\u00e4lpa dig att h\u00e5lla reda p\u00e5 utgifter.",
|
||||
"no_bill_pointer": "Du verkar inte ha n\u00e5gra notor \u00e4nnu. Du kan skapa dem under <a href=\"\/bills\">notor<\/a>-sidan. Notor hj\u00e4lper dig h\u00e5lla koll p\u00e5 utgifter.",
|
||||
"source_account": "Fr\u00e5n konto",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"\/preferences\">settings<\/a>.",
|
||||
"source_account": "K\u00e4llkonto",
|
||||
"hidden_fields_preferences": "Du kan aktivera fler transaktionval under dina <a href=\"\/preferences\">inst\u00e4llningar<\/a>.",
|
||||
"destination_account": "Till konto",
|
||||
"add_another_split": "L\u00e4gga till en annan delning",
|
||||
"submission": "Inskickning",
|
||||
@@ -30,7 +30,7 @@
|
||||
"category": "Kategori",
|
||||
"attachments": "Bilagor",
|
||||
"notes": "Noteringar",
|
||||
"external_uri": "External URI",
|
||||
"external_uri": "Extern URI",
|
||||
"update_transaction": "Uppdatera transaktion",
|
||||
"after_update_create_another": "Efter uppdaterat, \u00e5terkom hit f\u00f6r att forts\u00e4tta redigera.",
|
||||
"store_as_new": "Spara en ny transaktion ist\u00e4llet f\u00f6r att uppdatera.",
|
||||
|
@@ -908,7 +908,7 @@ return [
|
||||
'options' => 'Einstellungen',
|
||||
|
||||
// budgets:
|
||||
'budget_limit_not_in_range' => 'This amount applies from :start to :end:',
|
||||
'budget_limit_not_in_range' => 'Dieser Betrag gilt von :start to :end:',
|
||||
'total_available_budget' => 'Verfügbares Gesamtbudget (zwischen :start und :end)',
|
||||
'total_available_budget_in_currency' => 'Verfügbares Gesamtbudget in :currency',
|
||||
'see_below' => 'Siehe unten',
|
||||
|
@@ -908,7 +908,7 @@ return [
|
||||
'options' => 'Options',
|
||||
|
||||
// budgets:
|
||||
'budget_limit_not_in_range' => 'This amount applies from :start to :end:',
|
||||
'budget_limit_not_in_range' => 'Ce montant s\'applique du :start au :end :',
|
||||
'total_available_budget' => 'Budget total disponible (entre :start et :end)',
|
||||
'total_available_budget_in_currency' => 'Budget total disponible en :currency',
|
||||
'see_below' => 'voir ci-dessous',
|
||||
|
@@ -34,12 +34,12 @@ return [
|
||||
'admin_test_body' => 'Questo è un messaggio di prova dalla tua istanza Firefly III. È stato inviato a :email.',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'New login on Firefly III',
|
||||
'new_ip_body' => 'Firefly III detected a new login on your account from an unknown IP address. If you never logged in from the IP address below, or it has been more than six months ago, Firefly III will warn you.',
|
||||
'new_ip_warning' => 'If you recognize this IP address or the login, you can ignore this message. If you didn\'t login, of if you have no idea what this is about, verify your password security, change it, and log out all other sessions. To do this, go to your profile page. Of course you have 2FA enabled already, right? Stay safe!',
|
||||
'ip_address' => 'IP address',
|
||||
'login_from_new_ip' => 'Nuovo accesso a Firefly III',
|
||||
'new_ip_body' => 'Firefly III ha rilevato un nuovo accesso al tuo account da un indirizzo IP sconosciuto. Se non hai mai effettuato l\'accesso dall\'indirizzo sottostante, o se è stato effettuato più di sei mesi fa, Firefly III ti avviserà.',
|
||||
'new_ip_warning' => 'Se riconosci questo indirizzo IP o l\'accesso, puoi ignorare questo messaggio. Se non hai effettuato l\'accesso, o se non hai idea di cosa si tratti, verifica la sicurezza della tua password, cambiala e disconnetti tutte le altre sessioni. Per fare questo, vai alla pagina del tuo profilo. Naturalmente hai già attivato l\'autenticazione a due fattori, giusto? Resta al sicuro!',
|
||||
'ip_address' => 'Indirizzo IP',
|
||||
'host_name' => 'Host',
|
||||
'date_time' => 'Date + time',
|
||||
'date_time' => 'Date e ora',
|
||||
|
||||
// access token created
|
||||
'access_token_created_subject' => 'È stato creato un nuovo token di accesso',
|
||||
|
@@ -264,58 +264,58 @@ return [
|
||||
'search_found_transactions' => 'Firefly III ha trovato :count transazione in :time secondi.|Firefly III ha trovato :count transazioni in :time secondi.',
|
||||
'search_found_more_transactions' => 'Firefly III ha trovato più di :count transazioni in :time secondi.',
|
||||
'search_for_query' => 'Firefly III sta cercando le transazioni contenenti tutte queste parole: <span class="text-info">:query</span>',
|
||||
'search_modifier_date_is' => 'Transaction date is ":value"',
|
||||
'search_modifier_date_before' => 'Transaction date is before or on ":value"',
|
||||
'search_modifier_date_after' => 'Transaction date is after or on ":value"',
|
||||
'search_modifier_created_on' => 'Transaction was created on ":value"',
|
||||
'search_modifier_updated_on' => 'Transaction was last updated on ":value"',
|
||||
'search_modifier_date_is' => 'La data della transazione è ":value"',
|
||||
'search_modifier_date_before' => 'La data della transazione è antecedente o uguale a ":value"',
|
||||
'search_modifier_date_after' => 'La data della transazione è successiva o uguale a ":value"',
|
||||
'search_modifier_created_on' => 'La transazione è stata creata il ":value"',
|
||||
'search_modifier_updated_on' => 'La transazione è stata aggiornata l\'ultima volta il ":value"',
|
||||
'search_modifier_external_id' => 'L\'ID esterno è ":value"',
|
||||
'search_modifier_internal_reference' => 'Il riferimento interno è ":value"',
|
||||
'search_modifier_description_starts' => 'Description is ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends with ":value"',
|
||||
'search_modifier_description_contains' => 'Description contains ":value"',
|
||||
'search_modifier_description_is' => 'Description is exactly ":value"',
|
||||
'search_modifier_currency_is' => 'Transaction (foreign) currency is ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'Transaction foreign currency is ":value"',
|
||||
'search_modifier_has_attachments' => 'The transaction must have an attachment',
|
||||
'search_modifier_has_no_category' => 'The transaction must have no category',
|
||||
'search_modifier_has_any_category' => 'The transaction must have a (any) category',
|
||||
'search_modifier_has_no_budget' => 'The transaction must have no budget',
|
||||
'search_modifier_has_any_budget' => 'The transaction must have a (any) budget',
|
||||
'search_modifier_has_no_tag' => 'The transaction must have no tags',
|
||||
'search_modifier_has_any_tag' => 'The transaction must have a (any) tag',
|
||||
'search_modifier_notes_contain' => 'The transaction notes contain ":value"',
|
||||
'search_modifier_notes_start' => 'The transaction notes start with ":value"',
|
||||
'search_modifier_notes_end' => 'The transaction notes end with ":value"',
|
||||
'search_modifier_notes_are' => 'The transaction notes are exactly ":value"',
|
||||
'search_modifier_no_notes' => 'The transaction has no notes',
|
||||
'search_modifier_any_notes' => 'The transaction must have notes',
|
||||
'search_modifier_amount_exactly' => 'Amount is exactly :value',
|
||||
'search_modifier_amount_less' => 'Amount is less than or equal to :value',
|
||||
'search_modifier_amount_more' => 'Amount is more than or equal to :value',
|
||||
'search_modifier_source_account_is' => 'Source account name is exactly ":value"',
|
||||
'search_modifier_source_account_contains' => 'Source account name contains ":value"',
|
||||
'search_modifier_source_account_starts' => 'Source account name starts with ":value"',
|
||||
'search_modifier_source_account_ends' => 'Source account name ends with ":value"',
|
||||
'search_modifier_source_account_id' => 'Source account ID is :value',
|
||||
'search_modifier_source_account_nr_is' => 'Source account number (IBAN) is ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Source account number (IBAN) contains ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Source account number (IBAN) starts with ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends with ":value"',
|
||||
'search_modifier_destination_account_is' => 'Destination account name is exactly ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Destination account name contains ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Destination account name starts with ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Destination account name ends with ":value"',
|
||||
'search_modifier_destination_account_id' => 'Destination account ID is :value',
|
||||
'search_modifier_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Destination account number (IBAN) contains ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Destination account number (IBAN) starts with ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Destination account number (IBAN) ends with ":value"',
|
||||
'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value',
|
||||
'search_modifier_category_is' => 'Category is ":value"',
|
||||
'search_modifier_budget_is' => 'Budget is ":value"',
|
||||
'search_modifier_bill_is' => 'Bill is ":value"',
|
||||
'search_modifier_transaction_type' => 'Transaction type is ":value"',
|
||||
'search_modifier_description_starts' => 'La descrizione è ":value"',
|
||||
'search_modifier_description_ends' => 'La descrizione termina con ":value"',
|
||||
'search_modifier_description_contains' => 'La descrizione contiene ":value"',
|
||||
'search_modifier_description_is' => 'La descrizione è esattamente ":value"',
|
||||
'search_modifier_currency_is' => 'La valuta (estera) della transazione è ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'La valuta estera della transazione è ":value"',
|
||||
'search_modifier_has_attachments' => 'La transazione deve avere un allegato',
|
||||
'search_modifier_has_no_category' => 'La transazione non deve avere una categoria',
|
||||
'search_modifier_has_any_category' => 'La transazione deve avere una (qualsiasi) categoria',
|
||||
'search_modifier_has_no_budget' => 'La transazione non deve avere un budget',
|
||||
'search_modifier_has_any_budget' => 'La transazione deve avere un budget (qualsiasi)',
|
||||
'search_modifier_has_no_tag' => 'La transazione non deve avere etichette',
|
||||
'search_modifier_has_any_tag' => 'La transazione deve avere una (qualsiasi) etichetta',
|
||||
'search_modifier_notes_contain' => 'Le note della transazione contengono ":value"',
|
||||
'search_modifier_notes_start' => 'Le note della transazione iniziano con ":value"',
|
||||
'search_modifier_notes_end' => 'Le note della transazione terminano con ":value"',
|
||||
'search_modifier_notes_are' => 'Le note della transazione sono esattamente ":value"',
|
||||
'search_modifier_no_notes' => 'La transazione non ha note',
|
||||
'search_modifier_any_notes' => 'La transazione deve avere note',
|
||||
'search_modifier_amount_exactly' => 'L\'importo è esattamente :value',
|
||||
'search_modifier_amount_less' => 'L\'importo è inferiore o uguale a :value',
|
||||
'search_modifier_amount_more' => 'L\'importo è superiore o uguale a :value',
|
||||
'search_modifier_source_account_is' => 'Il nome del conto di origine è esattamente ":value"',
|
||||
'search_modifier_source_account_contains' => 'Il nome del conto di origine contiene ":value"',
|
||||
'search_modifier_source_account_starts' => 'Il nome del conto di origine inizia con ":value"',
|
||||
'search_modifier_source_account_ends' => 'Il nome del conto di origine termina con ":value"',
|
||||
'search_modifier_source_account_id' => 'L\'ID del conto di origine è :value',
|
||||
'search_modifier_source_account_nr_is' => 'Il numero del conto di origine (IBAN) è ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Il numero del conto di origine (IBAN) contiene ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Il numero del conto di origine (IBAN) inizia con ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Il numero del conto di origine (IBAN) termina con ":value"',
|
||||
'search_modifier_destination_account_is' => 'Il nome del conto di destinazione ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Il nome del conto di destinazione contiene ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Il nome del conto di destinazione inizia con ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Il nome del conto di destinazione termina con ":value"',
|
||||
'search_modifier_destination_account_id' => 'L\'ID del conto di destinazione è :value',
|
||||
'search_modifier_destination_account_nr_is' => 'Il numero del conto di destinazione (IBAN) è ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Il numero del conto di destinazione (IBAN) contiene ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Il numero del conto di destinazione (IBAN) inizia con ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Il numero del conto di destinazione (IBAN) termina con ":value"',
|
||||
'search_modifier_account_id' => 'L\'ID del conto sorgente e/o destinazione è/sono :value',
|
||||
'search_modifier_category_is' => 'La categoria è ":value"',
|
||||
'search_modifier_budget_is' => 'Il budget è ":value"',
|
||||
'search_modifier_bill_is' => 'La bolletta è ":value"',
|
||||
'search_modifier_transaction_type' => 'Il tipo di transazione è ":value"',
|
||||
'search_modifier_tag_is' => 'Tag is ":value"',
|
||||
'update_rule_from_query' => 'Update rule ":rule" from search query',
|
||||
'create_rule_from_query' => 'Create new rule from search query',
|
||||
@@ -481,10 +481,10 @@ return [
|
||||
'rule_trigger_date_before' => 'La data della transazione è antecedente al ":trigger_value"',
|
||||
'rule_trigger_date_after_choice' => 'La data della transazione è successiva al...',
|
||||
'rule_trigger_date_after' => 'La data della transazione è successiva al ":trigger_value"',
|
||||
'rule_trigger_created_on_choice' => 'Transaction was made on..',
|
||||
'rule_trigger_created_on' => 'Transaction was made on ":trigger_value"',
|
||||
'rule_trigger_updated_on_choice' => 'Transaction was last edited on..',
|
||||
'rule_trigger_updated_on' => 'Transaction was last edited on ":trigger_value"',
|
||||
'rule_trigger_created_on_choice' => 'La transazione è stata creata il...',
|
||||
'rule_trigger_created_on' => 'La transazione è stata creata il ":trigger_value"',
|
||||
'rule_trigger_updated_on_choice' => 'La transazione è stata modificata l\'ultima volta il...',
|
||||
'rule_trigger_updated_on' => 'La transazione è stata modificata l\'ultima volta ":trigger_value"',
|
||||
'rule_trigger_budget_is_choice' => 'Il budget è...',
|
||||
'rule_trigger_budget_is' => 'Il budget è ":trigger_value"',
|
||||
'rule_trigger_tag_is_choice' => 'Un tag è...',
|
||||
@@ -521,14 +521,14 @@ return [
|
||||
'rule_trigger_notes_start' => 'Le note iniziano con ":trigger_value"',
|
||||
'rule_trigger_notes_end_choice' => 'Le note finiscono con...',
|
||||
'rule_trigger_notes_end' => 'Le note finiscono con ":trigger_value"',
|
||||
'rule_trigger_bill_is_choice' => 'Bill is..',
|
||||
'rule_trigger_bill_is' => 'Bill is ":trigger_value"',
|
||||
'rule_trigger_external_id_choice' => 'External ID is..',
|
||||
'rule_trigger_external_id' => 'External ID is ":trigger_value"',
|
||||
'rule_trigger_internal_reference_choice' => 'Internal reference is..',
|
||||
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
|
||||
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
|
||||
'rule_trigger_bill_is_choice' => 'La bollettà è...',
|
||||
'rule_trigger_bill_is' => 'La bolletta è ":trigger_value"',
|
||||
'rule_trigger_external_id_choice' => 'L\'ID esterno è...',
|
||||
'rule_trigger_external_id' => 'L\'ID esterno è ":trigger_value"',
|
||||
'rule_trigger_internal_reference_choice' => 'Il riferimento interno è...',
|
||||
'rule_trigger_internal_reference' => 'Il riferimento interno è ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'L\'ID journal della transazione è...',
|
||||
'rule_trigger_journal_id' => 'L\'ID journal della transazione è ":trigger_value"',
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'ELIMINA transazione (!)',
|
||||
@@ -679,7 +679,7 @@ return [
|
||||
'external_uri' => 'URI esterno',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Delete data',
|
||||
'delete_stuff_header' => 'Elimina dati',
|
||||
'permanent_delete_stuff' => 'Fai attenzione con questi pulsanti. L\'eliminazione è permanente.',
|
||||
'other_sessions_logged_out' => 'Sei stato disconnesso da tutte le altre sessioni.',
|
||||
'delete_all_budgets' => 'Elimina TUTTI i budget',
|
||||
@@ -908,7 +908,7 @@ return [
|
||||
'options' => 'Opzioni',
|
||||
|
||||
// budgets:
|
||||
'budget_limit_not_in_range' => 'This amount applies from :start to :end:',
|
||||
'budget_limit_not_in_range' => 'Questo importo si applica dal :start al :end:',
|
||||
'total_available_budget' => 'Budget totale disponibile (tra :start e :end)',
|
||||
'total_available_budget_in_currency' => 'Budget totale disponibile in :currency',
|
||||
'see_below' => 'vedi sotto',
|
||||
|
@@ -908,7 +908,7 @@ return [
|
||||
'options' => 'Opcje',
|
||||
|
||||
// budgets:
|
||||
'budget_limit_not_in_range' => 'This amount applies from :start to :end:',
|
||||
'budget_limit_not_in_range' => 'Ta kwota dotyczy okresu od :start do :end:',
|
||||
'total_available_budget' => 'Dostępny budżet (pomiędzy :start i :end)',
|
||||
'total_available_budget_in_currency' => 'Dostępny budżet w :currency',
|
||||
'see_below' => 'zobacz poniżej',
|
||||
|
@@ -908,7 +908,7 @@ return [
|
||||
'options' => 'Opções',
|
||||
|
||||
// budgets:
|
||||
'budget_limit_not_in_range' => 'This amount applies from :start to :end:',
|
||||
'budget_limit_not_in_range' => 'Esta quantia aplica-se de :start a :end:',
|
||||
'total_available_budget' => 'Total de orçamentos disponíveis (entre :start e :end)',
|
||||
'total_available_budget_in_currency' => 'Orçamentos disponíveis em :currency',
|
||||
'see_below' => 'veja abaixo',
|
||||
|
@@ -23,29 +23,29 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'404_header' => 'Firefly III cannot find this page.',
|
||||
'404_page_does_not_exist' => 'The page you have requested does not exist. Please check that you have not entered the wrong URL. Did you make a typo perhaps?',
|
||||
'404_send_error' => 'If you were redirected to this page automatically, please accept my apologies. There is a mention of this error in your log files and I would be grateful if you sent me the error to me.',
|
||||
'404_github_link' => 'If you are sure this page should exist, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'whoops' => 'Whoops',
|
||||
'fatal_error' => 'There was a fatal error. Please check the log files in "storage/logs" or use "docker logs -f [container]" to see what\'s going on.',
|
||||
'maintenance_mode' => 'Firefly III is in maintenance mode.',
|
||||
'be_right_back' => 'Be right back!',
|
||||
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second.',
|
||||
'error_occurred' => 'Whoops! An error occurred.',
|
||||
'error_not_recoverable' => 'Unfortunately, this error was not recoverable :(. Firefly III broke. The error is:',
|
||||
'error' => 'Error',
|
||||
'error_location' => 'This error occured in file <span style="font-family: monospace;">:file</span> on line :line with code :code.',
|
||||
'stacktrace' => 'Stack trace',
|
||||
'more_info' => 'More information',
|
||||
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
||||
'github_help' => 'Get help on GitHub',
|
||||
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
|
||||
'use_search' => 'Use the search!',
|
||||
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
|
||||
'tell_more' => 'Tell us more than "it says Whoops!"',
|
||||
'include_logs' => 'Include error logs (see above).',
|
||||
'what_did_you_do' => 'Tell us what you were doing.',
|
||||
'404_header' => 'Firefly III kan inte hitta denna sida.',
|
||||
'404_page_does_not_exist' => 'Sidan du har begärt finns inte. Kontrollera att du inte har angett fel URL. Har du kanske gjort en felstavning?',
|
||||
'404_send_error' => 'Om du omdirigerades till denna sida automatiskt, vänligen acceptera min ursäkt. Det finns ett omnämnande av detta fel i dina loggfiler och jag skulle vara tacksam om du skickade mig felet till mig.',
|
||||
'404_github_link' => 'Om du är säker på att denna sida borde finnas, vänligen öppna ett ärende på <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'whoops' => 'Hoppsan',
|
||||
'fatal_error' => 'Ett allvarligt fel har uppstått. Vänligen kontrollera loggfilerna i "lagring/loggar" eller använd "docker logs -f [container]" för att se vad som händer.',
|
||||
'maintenance_mode' => 'Firefly III är i underhållsläge.',
|
||||
'be_right_back' => 'Strax tillbaka!',
|
||||
'check_back' => 'Firefly III är nere för nödvändigt underhåll. Vänligen kom tillbaka om en liten stund.',
|
||||
'error_occurred' => 'Hoppsan! Ett fel uppstod.',
|
||||
'error_not_recoverable' => 'Oturligt nog har ett återkalligt fel skett :(. Firefly III har gått sönder. Felet är:',
|
||||
'error' => 'Fel',
|
||||
'error_location' => 'Detta fel inträffade i filen <span style="font-family: monospace;">:file</span> på rad :line med kod :code.',
|
||||
'stacktrace' => 'Stackspårning',
|
||||
'more_info' => 'Mer information',
|
||||
'collect_info' => 'Vänligen samla in mer information i katalogen <code>lagring/loggar</code> där du hittar loggfiler. Om du kör Docker, använd <code>dockerloggar -f [container]</code>.',
|
||||
'collect_info_more' => 'Du kan läsa mer om att samla in felinformation i <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Få hjälp på GitHub',
|
||||
'github_instructions' => 'Du är mer än välkommen att öppna ett ärende <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">på GitHub</a></strong>.',
|
||||
'use_search' => 'Använd sökningen!',
|
||||
'include_info' => 'Inkludera informationen <a href=":link">från denna debug-sida</a>.',
|
||||
'tell_more' => 'Berätta mer än "det står Hoppsan!"',
|
||||
'include_logs' => 'Inkludera felloggar (se ovan).',
|
||||
'what_did_you_do' => 'Berätta vad du gjorde.',
|
||||
|
||||
];
|
||||
|
@@ -108,7 +108,7 @@ return [
|
||||
'no_bill_pointer' => 'Du verkar inte ha några notor ännu. Du kan skapa dem under <a href="/bills">notor</a>-sidan. Notor hjälper dig hålla koll på utgifter.',
|
||||
'Savings account' => 'Sparkonto',
|
||||
'Credit card' => 'Kreditkort',
|
||||
'source_accounts' => 'Källa konto|Källa konton',
|
||||
'source_accounts' => 'Källkonto|Källkonton',
|
||||
'destination_accounts' => 'Destination konto|Destination konton',
|
||||
'user_id_is' => 'Ditt användarid är <strong>:user</strong>',
|
||||
'field_supports_markdown' => 'Detta fält stödjer <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
|
||||
@@ -128,7 +128,7 @@ return [
|
||||
'spent_in_specific_budget' => 'Spenderad budget ":budget"',
|
||||
'spent_in_specific_double' => 'Spenderat i kontot ":account"',
|
||||
'earned_in_specific_double' => 'Intjänat i kontot ":account"',
|
||||
'source_account' => 'Från konto',
|
||||
'source_account' => 'Källkonto',
|
||||
'source_account_reconciliation' => 'Du kan inte redigera källkontot för en avstämningstransaktion.',
|
||||
'destination_account' => 'Till konto',
|
||||
'destination_account_reconciliation' => 'Du kan inte redigera destinationskontot för en avstämningstransaktion.',
|
||||
@@ -484,17 +484,17 @@ return [
|
||||
'rule_trigger_created_on_choice' => 'Transaktion gjordes på..',
|
||||
'rule_trigger_created_on' => 'Transaktionen gjordes på ":trigger_value"',
|
||||
'rule_trigger_updated_on_choice' => 'Transaktionen redigerades senast på..',
|
||||
'rule_trigger_updated_on' => 'Transaction was last edited on ":trigger_value"',
|
||||
'rule_trigger_updated_on' => 'Transaktionen ändrades senast ":trigger_value"',
|
||||
'rule_trigger_budget_is_choice' => 'Budget är..',
|
||||
'rule_trigger_budget_is' => 'Budget är ":trigger_value"',
|
||||
'rule_trigger_tag_is_choice' => '(En) etikett är..',
|
||||
'rule_trigger_tag_is' => 'En etikett är ":trigger_value"',
|
||||
'rule_trigger_currency_is_choice' => 'Transaktionsvalutan är..',
|
||||
'rule_trigger_currency_is' => 'Transaktionsvalutan är ":trigger_value"',
|
||||
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
|
||||
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
|
||||
'rule_trigger_foreign_currency_is_choice' => 'Transaktion med utländsk valuta är..',
|
||||
'rule_trigger_foreign_currency_is' => 'Transaktion med utländsk valuta är ":trigger_value"',
|
||||
'rule_trigger_has_attachments_choice' => 'Har minst så många bilagor',
|
||||
'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)',
|
||||
'rule_trigger_has_attachments' => 'Har minst :trigger_value bilaga/bilagor',
|
||||
'rule_trigger_store_journal' => 'När en transaktion skapas',
|
||||
'rule_trigger_update_journal' => 'När en transaktion uppdateras',
|
||||
'rule_trigger_has_no_category_choice' => 'Har ingen kategori',
|
||||
@@ -521,18 +521,18 @@ return [
|
||||
'rule_trigger_notes_start' => 'Anteckningar börjar med ":trigger_value"',
|
||||
'rule_trigger_notes_end_choice' => 'Anteckningar slutar med..',
|
||||
'rule_trigger_notes_end' => 'Anteckningar slutar med ":trigger_value"',
|
||||
'rule_trigger_bill_is_choice' => 'Bill is..',
|
||||
'rule_trigger_bill_is' => 'Bill is ":trigger_value"',
|
||||
'rule_trigger_external_id_choice' => 'External ID is..',
|
||||
'rule_trigger_external_id' => 'External ID is ":trigger_value"',
|
||||
'rule_trigger_internal_reference_choice' => 'Internal reference is..',
|
||||
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
|
||||
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
|
||||
'rule_trigger_bill_is_choice' => 'Faktura är..',
|
||||
'rule_trigger_bill_is' => 'Fakturan är ":trigger_value"',
|
||||
'rule_trigger_external_id_choice' => 'Externt ID är..',
|
||||
'rule_trigger_external_id' => 'Externt ID är ":trigger_value"',
|
||||
'rule_trigger_internal_reference_choice' => 'Intern referens är..',
|
||||
'rule_trigger_internal_reference' => 'Intern referens är ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'Transaktionsjournal-ID är..',
|
||||
'rule_trigger_journal_id' => 'Transaktionsjournal-ID är ":trigger_value"',
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction (!)',
|
||||
'rule_action_delete_transaction' => 'DELETE transaction (!)',
|
||||
'rule_action_delete_transaction_choice' => 'TA BORT transaktion (!)',
|
||||
'rule_action_delete_transaction' => 'TA BORT transaktion (!)',
|
||||
'rule_action_set_category' => 'Sätt kategori till ":action_value"',
|
||||
'rule_action_clear_category' => 'Rensa kategori',
|
||||
'rule_action_set_budget' => 'Sätt budget till ":action_value"',
|
||||
@@ -551,13 +551,13 @@ return [
|
||||
'rule_action_remove_tag_choice' => 'Ta bort etikett..',
|
||||
'rule_action_remove_all_tags_choice' => 'Ta bort alla etiketter',
|
||||
'rule_action_set_description_choice' => 'Sätt beskrivning till..',
|
||||
'rule_action_update_piggy_choice' => 'Add/remove transaction amount in piggy bank..',
|
||||
'rule_action_update_piggy' => 'Add/remove transaction amount in piggy bank ":action_value"',
|
||||
'rule_action_update_piggy_choice' => 'Lägg till/ta bort transaktionsbelopp i spargrisen..',
|
||||
'rule_action_update_piggy' => 'Lägg till/ta bort transaktionsbelopp i spargrisen ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Lägg till beskrivning med..',
|
||||
'rule_action_prepend_description_choice' => 'Förbered beskrivning med..',
|
||||
'rule_action_set_source_account_choice' => 'Set source account to..',
|
||||
'rule_action_set_source_account_choice' => 'Sätt källkonto till..',
|
||||
'rule_action_set_source_account' => 'Sätt källkonto till :action_value',
|
||||
'rule_action_set_destination_account_choice' => 'Set destination account to..',
|
||||
'rule_action_set_destination_account_choice' => 'Sätt destinationskonto till..',
|
||||
'rule_action_set_destination_account' => 'Sätt destinationskonto till :action_value',
|
||||
'rule_action_append_notes_choice' => 'Lägg till anteckningar med..',
|
||||
'rule_action_append_notes' => 'Lägg till anteckningar med ":action_value"',
|
||||
@@ -587,8 +587,8 @@ return [
|
||||
'new_rule_for_bill_title' => 'Regel för nota ":name"',
|
||||
'new_rule_for_bill_description' => 'Denna regel markerar transaktion för nota ":name".',
|
||||
|
||||
'new_rule_for_journal_title' => 'Rule based on transaction ":description"',
|
||||
'new_rule_for_journal_description' => 'This rule is based on transaction ":description". It will match transactions that are exactly the same.',
|
||||
'new_rule_for_journal_title' => 'Regel baserad på transaktionen ":description"',
|
||||
'new_rule_for_journal_description' => 'Den här regeln är baserad på transaktionen ":description". Den kommer matcha transaktioner som är exakt likadana.',
|
||||
|
||||
// tags
|
||||
'store_new_tag' => 'Spara ny etikett',
|
||||
@@ -600,17 +600,17 @@ return [
|
||||
'result' => 'Resultat',
|
||||
'sums_apply_to_range' => 'Alla summor gäller för valt intervall',
|
||||
'mapbox_api_key' => 'För att använda karta, hämta en API nyckel från <a href="https://www.mapbox.com/">Mapbox</a>. Öppna din <code>.env</code> fil och ange koden efter <code>MAPBOX_API_KEY=</code>.',
|
||||
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
||||
'press_object_location' => 'Högerklicka eller långtryck för att ställa in objektets plats.',
|
||||
'clear_location' => 'Rena plats',
|
||||
'delete_all_selected_tags' => 'Delete all selected tags',
|
||||
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
||||
'deleted_x_tags' => 'Deleted :count tag.|Deleted :count tags.',
|
||||
'create_rule_from_transaction' => 'Create rule based on transaction',
|
||||
'create_recurring_from_transaction' => 'Create recurring transaction based on transaction',
|
||||
'delete_all_selected_tags' => 'Ta bort alla markerade etiketter',
|
||||
'select_tags_to_delete' => 'Glöm inte att välja några etiketter.',
|
||||
'deleted_x_tags' => 'Tog bort :count tag.|Tog bort :count taggar.',
|
||||
'create_rule_from_transaction' => 'Skapa regel baserad på transaktion',
|
||||
'create_recurring_from_transaction' => 'Skapa återkommande transaktion baserat på transaktion',
|
||||
|
||||
|
||||
// preferences
|
||||
'equal_to_language' => '(equal to language)',
|
||||
'equal_to_language' => '(lika med språk)',
|
||||
'pref_home_screen_accounts' => 'Startskäm konton',
|
||||
'pref_home_screen_accounts_help' => 'Vilka konton ska visas på startskärmen?',
|
||||
'pref_view_range' => 'Visa intervall',
|
||||
@@ -622,10 +622,10 @@ return [
|
||||
'pref_6M' => 'Sex månader',
|
||||
'pref_1Y' => 'Ett år',
|
||||
'pref_languages' => 'Språk',
|
||||
'pref_locale' => 'Locale settings',
|
||||
'pref_locale' => 'Nationella inställningar',
|
||||
'pref_languages_help' => 'Firefly III stödjer flera språk. Vilket föredrar du?',
|
||||
'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_no_demo' => 'This feature won\'t work for the demo user.',
|
||||
'pref_locale_help' => 'Firefly III låter dig ställa in andra lokala inställningar, som hur valutor, siffror och datum formateras. Poster i denna lista kanske inte stöds av ditt system. Firefly III har inte rätt datuminställningar för varje lokal; kontakta mig för förbättringar.',
|
||||
'pref_locale_no_demo' => 'Denna funktion fungerar inte för demoanvändaren.',
|
||||
'pref_custom_fiscal_year' => 'Räkneskapsårs inställningar',
|
||||
'pref_custom_fiscal_year_label' => 'Aktiverad',
|
||||
'pref_custom_fiscal_year_help' => 'I länder som använder räkneskapsår annat än 1a Januari till 31a December, går det att ändra detta och välja start / slut dagar för räkneskapsåret',
|
||||
@@ -671,39 +671,39 @@ return [
|
||||
'pref_optional_tj_internal_reference' => 'Intern referens',
|
||||
'pref_optional_tj_notes' => 'Anteckningar',
|
||||
'pref_optional_tj_attachments' => 'Bilagor',
|
||||
'pref_optional_tj_external_uri' => 'External URI',
|
||||
'pref_optional_tj_external_uri' => 'Extern URI',
|
||||
'optional_field_meta_dates' => 'Datum',
|
||||
'optional_field_meta_business' => 'Affärsverksamhet',
|
||||
'optional_field_attachments' => 'Bilagor',
|
||||
'optional_field_meta_data' => 'Valfri metadata',
|
||||
'external_uri' => 'External URI',
|
||||
'external_uri' => 'Extern URI',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Delete data',
|
||||
'delete_stuff_header' => 'Ta bort data',
|
||||
'permanent_delete_stuff' => 'Var försikt med dessa knappar. Ta bort saker är permanent.',
|
||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||
'other_sessions_logged_out' => 'Alla dina andra sessioner har loggats ut.',
|
||||
'delete_all_budgets' => 'Ta bort ALLA dina budgetar',
|
||||
'delete_all_categories' => 'Ta bort ALLA dina kategorier',
|
||||
'delete_all_tags' => 'Ta bort ALLA etiketter',
|
||||
'delete_all_bills' => 'Delete ALL your bills',
|
||||
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||
'delete_all_rules' => 'Delete ALL your rules',
|
||||
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||
'delete_all_bills' => 'Ta bort ALLA dina räkningar',
|
||||
'delete_all_piggy_banks' => 'Ta bort ALLA dina spargrisar',
|
||||
'delete_all_rules' => 'Ta bort ALLA dina regler',
|
||||
'delete_all_recurring' => 'Ta bort ALLA dina återkommande transaktioner',
|
||||
'delete_all_object_groups' => 'Ta bort ALLA dina objektgrupper',
|
||||
'delete_all_accounts' => 'Ta bort ALLA dina konton',
|
||||
'delete_all_asset_accounts' => 'Ta bort ALLA dina tillgångskonton',
|
||||
'delete_all_expense_accounts' => 'Ta bort ALLA dina utgiftskonton',
|
||||
'delete_all_revenue_accounts' => 'Ta bort ALLA dina intäktskonton',
|
||||
'delete_all_liabilities' => 'Ta bort ALLA dina skulder',
|
||||
'delete_all_transactions' => 'Ta bort ALLA dina transaktioner',
|
||||
'delete_all_withdrawals' => 'Ta bort ALLA dina uttag',
|
||||
'delete_all_deposits' => 'Ta bort ALLA dina insättningar',
|
||||
'delete_all_transfers' => 'Ta bort ALLA dina överföringar',
|
||||
'also_delete_transactions' => 'Att ta bort konton kommer också ta bort ALLA associerade uttag, insättningar och överföringar!',
|
||||
'deleted_all_budgets' => 'Alla budgetar har raderats',
|
||||
'deleted_all_categories' => 'Alla kategorier har tagits bort',
|
||||
'deleted_all_tags' => 'Alla etiketter har tagits bort',
|
||||
'deleted_all_bills' => 'All bills have been deleted',
|
||||
'deleted_all_bills' => 'Alla räkningar har tagits bort',
|
||||
'deleted_all_piggy_banks' => 'Alla spargrisar har tagits bort',
|
||||
'deleted_all_rules' => 'Alla regler och regelgrupper har tagits bort',
|
||||
'deleted_all_object_groups' => 'Alla grupper har tagits bort',
|
||||
@@ -908,7 +908,7 @@ return [
|
||||
'options' => 'Alternativ',
|
||||
|
||||
// budgets:
|
||||
'budget_limit_not_in_range' => 'This amount applies from :start to :end:',
|
||||
'budget_limit_not_in_range' => 'Detta belopp gäller från :start till :end:',
|
||||
'total_available_budget' => 'Total tillgänglig budget (mellan :start och :end)',
|
||||
'total_available_budget_in_currency' => 'Total tillgänglig budget i :currency',
|
||||
'see_below' => 'se nedan',
|
||||
@@ -1185,7 +1185,7 @@ return [
|
||||
'no_budget_squared' => '(ingen budget)',
|
||||
'perm-delete-many' => 'Att ta bort så mycket på en gång kan vara problematiskt. Var försiktig. Du kan ta bort delar av en delad transaktion från denna sida, så var försiktig.',
|
||||
'mass_deleted_transactions_success' => 'Borttagna :count transaktion.|Borttagna :count transaktioner.',
|
||||
'mass_edited_transactions_success' => 'Updated :count transaction.|Updated :count transactions.',
|
||||
'mass_edited_transactions_success' => 'Uppdaterade :count transaktion.|Uppdaterade :count transaktioner.',
|
||||
'opt_group_' => '(saknar kontotyp)',
|
||||
'opt_group_no_account_type' => '(saknar kontotyp)',
|
||||
'opt_group_defaultAsset' => 'Förvalt tillgångskonton',
|
||||
@@ -1204,9 +1204,9 @@ return [
|
||||
'unknown_journal_error' => 'Transaktion kunde inte lagras. Vänligen se loggfiler.',
|
||||
'attachment_not_found' => 'Denna bilaga kunde inte hittas.',
|
||||
'journal_link_bill' => 'Transaktion länkad till nota <a href=":route">:name</a>. För att ta bort koppling, avmarkera kryssrutan. Använd regler för att koppla den till en annan nota.',
|
||||
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID} ("{title}")</a> has been stored.',
|
||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been stored.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been updated.',
|
||||
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transaktion #{ID} ("{title}")</a> sparades.',
|
||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transaktion #{ID}</a> sparades.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaktion #{ID}</a> uppdaterades.',
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Välkommen till Firefly III!',
|
||||
@@ -1225,8 +1225,8 @@ return [
|
||||
'currency_not_present' => 'Om valutan du normalt använder inte finns med, oroa dig inte. Du kan skapa nya valutor under Alternativ > Valutor.',
|
||||
|
||||
// home page:
|
||||
'transaction_table_description' => 'A table containing your transactions',
|
||||
'opposing_account' => 'Opposing account',
|
||||
'transaction_table_description' => 'En tabell som innehåller dina transaktioner',
|
||||
'opposing_account' => 'Motsatt konto',
|
||||
'yourAccounts' => 'Dina konton',
|
||||
'your_accounts' => 'Din kontoöversikt',
|
||||
'category_overview' => 'Kategori översikt',
|
||||
@@ -1235,8 +1235,8 @@ return [
|
||||
'budgetsAndSpending' => 'Budgetar och utgifter',
|
||||
'budgets_and_spending' => 'Budgetar och utgifter',
|
||||
'go_to_budget' => 'Gå till budget "{budget}"',
|
||||
'go_to_deposits' => 'Go to deposits',
|
||||
'go_to_expenses' => 'Go to expenses',
|
||||
'go_to_deposits' => 'Gå till insättningar',
|
||||
'go_to_expenses' => 'Gå till utgifter',
|
||||
'savings' => 'Sparande',
|
||||
'newWithdrawal' => 'Ny utgift',
|
||||
'newDeposit' => 'Ny insättning',
|
||||
@@ -1250,7 +1250,7 @@ return [
|
||||
'currency' => 'Valuta',
|
||||
'preferences' => 'Inställningar',
|
||||
'logout' => 'Logga ut',
|
||||
'logout_other_sessions' => 'Logout all other sessions',
|
||||
'logout_other_sessions' => 'Logga ut alla andra sessioner',
|
||||
'toggleNavigation' => 'Växla navigering',
|
||||
'searchPlaceholder' => 'Sök...',
|
||||
'version' => 'Version',
|
||||
@@ -1264,7 +1264,7 @@ return [
|
||||
'Default account' => 'Tillgångskonto',
|
||||
'Expense account' => 'Kostnadskonto',
|
||||
'Revenue account' => 'Intäktskonton',
|
||||
'Initial balance account' => 'Initial balance account',
|
||||
'Initial balance account' => 'Startbalans konto',
|
||||
'account_type_Debt' => 'Skuld',
|
||||
'account_type_Loan' => 'Lån',
|
||||
'account_type_Mortgage' => 'Bolån',
|
||||
@@ -1304,15 +1304,15 @@ return [
|
||||
'errors' => 'Fel',
|
||||
'debt_start_date' => 'Skuldens startdatum',
|
||||
'debt_start_amount' => 'Skuldens startsumma',
|
||||
'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.',
|
||||
'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.',
|
||||
'debt_start_amount_help' => 'Det är alltid bäst att ställa in detta värde till ett negativt belopp. Läs hjälpsidorna (högst upp till höger (?)-ikonen) för mer information.',
|
||||
'interest_period_help' => 'Detta fält är rent kosmetiskt och kommer inte att beräknas för dig. Det har visat sig att banker är mycket lömska så Firefly III får det aldrig rätt.',
|
||||
'store_new_liabilities_account' => 'Spara en ny skuld',
|
||||
'edit_liabilities_account' => 'Ändra skuld ":name"',
|
||||
'financial_control' => 'Financial control',
|
||||
'accounting' => 'Accounting',
|
||||
'automation' => 'Automation',
|
||||
'others' => 'Others',
|
||||
'classification' => 'Classification',
|
||||
'financial_control' => 'Finansiell kontroll',
|
||||
'accounting' => 'Redovisning',
|
||||
'automation' => 'Automatisering',
|
||||
'others' => 'Andra',
|
||||
'classification' => 'Klassificering',
|
||||
|
||||
// reports:
|
||||
'report_default' => 'Standard ekonomisk rapport mellan :start och :end',
|
||||
@@ -1340,13 +1340,13 @@ return [
|
||||
'leftInBudget' => 'Kvar i budget',
|
||||
'sumOfSums' => 'Summan av beloppen',
|
||||
'noCategory' => '(ingen kategori)',
|
||||
'notCharged' => 'Not charged (yet)',
|
||||
'notCharged' => 'Inte debiterade (ännu)',
|
||||
'inactive' => 'Inaktiv',
|
||||
'active' => 'Aktiv',
|
||||
'difference' => 'Skillnad',
|
||||
'money_flowing_in' => 'In',
|
||||
'money_flowing_out' => 'Ut',
|
||||
'topX' => 'top :number',
|
||||
'topX' => 'topp :number',
|
||||
'show_full_list' => 'Visa hela listan',
|
||||
'show_only_top' => 'Visa bara första :number',
|
||||
'report_type' => 'Rapporttyp',
|
||||
@@ -1356,7 +1356,7 @@ return [
|
||||
'report_type_budget' => 'Budgetrapport',
|
||||
'report_type_tag' => 'Etikettrapport',
|
||||
'report_type_double' => 'Utgift/intäktskonto rapport',
|
||||
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
|
||||
'more_info_help' => 'Mer information om dessa typer av rapporter kan hittas i hjälpsidorna. Tryck på (?) ikonen i det övre högra hörnet.',
|
||||
'report_included_accounts' => 'Inkludera konton',
|
||||
'report_date_range' => 'Datumintervall',
|
||||
'report_preset_ranges' => 'Förinställda intervall',
|
||||
@@ -1380,13 +1380,13 @@ return [
|
||||
'expense_per_category' => 'Utgifter per kategori',
|
||||
'expense_per_budget' => 'Utgifter per budget',
|
||||
'income_per_account' => 'Inkomst per konto',
|
||||
'expense_per_account' => 'Expense per account',
|
||||
'expense_per_account' => 'Utgifter per konto',
|
||||
'expense_per_tag' => 'Kostnader per etikett',
|
||||
'income_per_tag' => 'Inkomster per etikett',
|
||||
'include_expense_not_in_budget' => 'Included expenses not in the selected budget(s)',
|
||||
'include_expense_not_in_account' => 'Included expenses not in the selected account(s)',
|
||||
'include_expense_not_in_category' => 'Included expenses not in the selected category(ies)',
|
||||
'include_income_not_in_category' => 'Included income not in the selected category(ies)',
|
||||
'include_expense_not_in_budget' => 'Inkludera utgifter utanför valda budget(er)',
|
||||
'include_expense_not_in_account' => 'Inkludera utgifter utanför valda konto(n)',
|
||||
'include_expense_not_in_category' => 'Inkludera utgifter utanför valda kategori(er)',
|
||||
'include_income_not_in_category' => 'Inkludes inkomster utanför valda kategori(er)',
|
||||
'include_income_not_in_account' => 'Inkludera inkomster utanför valda konto(n)',
|
||||
'include_income_not_in_tags' => 'Inkludera inkomster utanför valda etikett(er)',
|
||||
'include_expense_not_in_tags' => 'Inkludera utgifter utanför valda etikett(er)',
|
||||
@@ -1412,8 +1412,8 @@ return [
|
||||
'in_out_accounts_per_asset' => 'Intjänat och spenderat (per tillgångskonto)',
|
||||
'in_out_per_category' => 'Intjänat och spenderat per kategori',
|
||||
'out_per_budget' => 'Spenderat per budget',
|
||||
'select_expense_revenue' => 'Select expense/revenue account',
|
||||
'multi_currency_report_sum' => 'Because this list contains accounts with multiple currencies, the sum(s) you see may not make sense. The report will always fall back to your default currency.',
|
||||
'select_expense_revenue' => 'Välj utgifts-/intäktskonto',
|
||||
'multi_currency_report_sum' => 'Då denna lista innehåller konton med flera valutor, kan summor(na) se konstiga ut. Rapporten faller alltid tillbaka på din standard valuta.',
|
||||
'sum_in_default_currency' => 'Summan kommer alltid att vara i din standardvaluta.',
|
||||
'net_filtered_prefs' => 'Det här diagrammet kommer aldrig att innehålla konton som har alternativet "Inkludera i nätet värdet" avmarkerat.',
|
||||
|
||||
@@ -1453,10 +1453,10 @@ return [
|
||||
'stored_piggy_bank' => 'Lagra ny spargris ":name"',
|
||||
'account_status' => 'Kontostatus',
|
||||
'left_for_piggy_banks' => 'Kvar för spargrisar',
|
||||
'sum_of_piggy_banks' => 'Sum of piggy banks',
|
||||
'sum_of_piggy_banks' => 'Summa sparbanker',
|
||||
'saved_so_far' => 'Sparat hittills',
|
||||
'left_to_save' => 'Kvar att spara',
|
||||
'suggested_amount' => 'Suggested monthly amount to save',
|
||||
'suggested_amount' => 'Föreslaget månadsbelopp att spara',
|
||||
'add_money_to_piggy_title' => 'Lägg till pengar till spargris ":name"',
|
||||
'remove_money_from_piggy_title' => 'Ta bort pengar från spargris ":name"',
|
||||
'add' => 'Lägg till',
|
||||
@@ -1470,13 +1470,13 @@ return [
|
||||
'update_piggy_title' => 'Uppdatera spargris ":name"',
|
||||
'updated_piggy_bank' => 'Uppdaterat spargris ":name"',
|
||||
'details' => 'Detaljer',
|
||||
'events' => 'Events',
|
||||
'target_amount' => 'Target amount',
|
||||
'events' => 'Händelser',
|
||||
'target_amount' => 'Mål belopp',
|
||||
'start_date' => 'Startdatum',
|
||||
'no_start_date' => 'Inget startdatum',
|
||||
'target_date' => 'Måldatum',
|
||||
'no_target_date' => 'Inget måldatum',
|
||||
'table' => 'Table',
|
||||
'table' => 'Tabell',
|
||||
'delete_piggy_bank' => 'Ta bort spargris ":name"',
|
||||
'cannot_add_amount_piggy' => ':amount kunde inte läggas till ":name".',
|
||||
'cannot_remove_from_piggy' => ':amount kunde inte tas bort från ":name".',
|
||||
@@ -1512,26 +1512,26 @@ return [
|
||||
'store_configuration' => 'Spara konfiguration',
|
||||
'single_user_administration' => 'Användaradministration för :email',
|
||||
'edit_user' => 'Redigera användare :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
|
||||
'hidden_fields_preferences' => 'Du kan aktivera fler transaktionval under dina <a href="/preferences">inställningar</a>.',
|
||||
'user_data_information' => 'Användardata',
|
||||
'user_information' => 'Användar information',
|
||||
'total_size' => 'total storlek',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'budget_or_budgets' => ':count budget|:count budgetar',
|
||||
'budgets_with_limits' => ':count budget med konfigurerat belopp|:count budgetar med konfigurerat belopp',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regel/regler i :count_groups regelgrupp(er)',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'configuration_updated' => 'The configuration has been updated',
|
||||
'setting_is_demo_site' => 'Demo site',
|
||||
'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Demo account expired',
|
||||
'no_block_code' => 'No reason for block or user not blocked',
|
||||
'block_code_email_changed' => 'User has not yet confirmed new email address',
|
||||
'admin_update_email' => 'Contrary to the profile page, the user will NOT be notified their email address has changed!',
|
||||
'update_user' => 'Update user',
|
||||
'updated_user' => 'User data has been changed.',
|
||||
'delete_user' => 'Delete user :email',
|
||||
'user_deleted' => 'The user has been deleted',
|
||||
'tag_or_tags' => ':count tag|:count taggar',
|
||||
'configuration_updated' => 'Konfigurationen har uppdaterats',
|
||||
'setting_is_demo_site' => 'Demo webbplats',
|
||||
'setting_is_demo_site_explain' => 'Om du kryssar i denna ruta, kommer installation att bete sig som om det är demosidan, vilket kan ha konstiga biverkningar.',
|
||||
'block_code_bounced' => 'E-postmeddelande(n) studsade',
|
||||
'block_code_expired' => 'Demo-konto har löpt ut',
|
||||
'no_block_code' => 'Ingen anledning till blockering eller användare inte blockerad',
|
||||
'block_code_email_changed' => 'Användaren har ännu inte bekräftat ny e-postadress',
|
||||
'admin_update_email' => 'I motsats till profilsidan kommer användaren INTE att meddelas att deras e-postadress har ändrats!',
|
||||
'update_user' => 'Uppdatera användare',
|
||||
'updated_user' => 'Användardata har ändrats.',
|
||||
'delete_user' => 'Ta bort användare :email',
|
||||
'user_deleted' => 'Användaren har tagits bort',
|
||||
'send_test_email' => 'Send test email message',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Skicka meddelande',
|
||||
@@ -1672,25 +1672,25 @@ return [
|
||||
'no_piggies_title_default' => 'Let\'s create a piggy bank!',
|
||||
'no_piggies_intro_default' => 'You have no piggy banks yet. You can create piggy banks to divide your savings and keep track of what you\'re saving up for.',
|
||||
'no_piggies_imperative_default' => 'Do you have things you\'re saving money for? Create a piggy bank and keep track:',
|
||||
'no_piggies_create_default' => 'Create a new piggy bank',
|
||||
'no_piggies_create_default' => 'Skapa en ny sparbank',
|
||||
'no_bills_title_default' => 'Låt oss skapa en nota!',
|
||||
'no_bills_intro_default' => 'Du har inga notor ännu. Du kan skapa notor för att hålla koll på dina vanliga utgifter, som hyra eller försäkringar.',
|
||||
'no_bills_imperative_default' => 'Finns det några sådana notor? Skapa en nota och håll reda på dina betalningar:',
|
||||
'no_bills_create_default' => 'Skapa en nota',
|
||||
|
||||
// recurring transactions
|
||||
'recurrences' => 'Recurring transactions',
|
||||
'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.',
|
||||
'recurring_calendar_view' => 'Calendar',
|
||||
'no_recurring_title_default' => 'Let\'s create a recurring transaction!',
|
||||
'no_recurring_intro_default' => 'You have no recurring transactions yet. You can use these to make Firefly III automatically create transactions for you.',
|
||||
'no_recurring_imperative_default' => 'This is a pretty advanced feature but it can be extremely useful. Make sure you read the documentation (?)-icon in the top right corner) before you continue.',
|
||||
'no_recurring_create_default' => 'Create a recurring transaction',
|
||||
'make_new_recurring' => 'Create a recurring transaction',
|
||||
'recurring_daily' => 'Every day',
|
||||
'recurring_weekly' => 'Every week on :weekday',
|
||||
'recurring_weekly_skip' => 'Every :skip(st/nd/rd/th) week on :weekday',
|
||||
'recurring_monthly' => 'Every month on the :dayOfMonth(st/nd/rd/th) day',
|
||||
'recurrences' => 'Återkommande transaktioner',
|
||||
'repeat_until_in_past' => 'Denna återkommande transaktion slutade upprepas :date.',
|
||||
'recurring_calendar_view' => 'Kalender',
|
||||
'no_recurring_title_default' => 'Låt oss skapa en återkommande transaktion!',
|
||||
'no_recurring_intro_default' => 'Du har inga återkommande transaktioner än. Dessa kan användas för att låta Firefly III automatiskt skapa transaktioner åt dig.',
|
||||
'no_recurring_imperative_default' => 'Detta är en ganska avancerad funktion, men det kan vara mycket användbart. Se till att du läser dokumentationen (?)-ikonen i det övre högra hörnet) innan du fortsätter.',
|
||||
'no_recurring_create_default' => 'Skapa en återkommande transaktion',
|
||||
'make_new_recurring' => 'Skapa en återkommande transaktion',
|
||||
'recurring_daily' => 'Dagligen',
|
||||
'recurring_weekly' => 'Varje vecka på :weekday',
|
||||
'recurring_weekly_skip' => 'Varje :skip(a/e) vecka på :weekday',
|
||||
'recurring_monthly' => 'Varje månad på :dayOfMonth(a/e) dag',
|
||||
'recurring_monthly_skip' => 'Every :skip(st/nd/rd/th) month on the :dayOfMonth(st/nd/rd/th) day',
|
||||
'recurring_ndom' => 'Varje månad på :dayOfMonth(a/e) :weekday',
|
||||
'recurring_yearly' => 'Varje år på :date',
|
||||
@@ -1703,7 +1703,7 @@ return [
|
||||
'created_withdrawals' => 'Skapade uttag',
|
||||
'created_deposits' => 'Skapade insättning',
|
||||
'created_transfers' => 'Skapade överföringar',
|
||||
'recurring_info' => 'Recurring transaction :count / :total',
|
||||
'recurring_info' => 'Återkommande transaktion :count / :total',
|
||||
'created_from_recurrence' => 'Skapad från återkommande transaktion ":title" (#:id)',
|
||||
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
|
@@ -38,12 +38,12 @@ return [
|
||||
'match' => 'Träffar på',
|
||||
'strict' => 'Strikt läge',
|
||||
'repeat_freq' => 'Upprepningar',
|
||||
'object_group' => 'Group',
|
||||
'location' => 'Location',
|
||||
'object_group' => 'Grupp',
|
||||
'location' => 'Plats',
|
||||
'update_channel' => 'Uppdateringskanal',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'auto_budget_currency_id' => 'Valuta',
|
||||
'external_ip' => 'Din servers externa IP',
|
||||
'attachments' => 'Bilagor',
|
||||
'BIC' => 'BIC',
|
||||
@@ -120,8 +120,8 @@ return [
|
||||
'stop_processing' => 'Sluta bearbeta',
|
||||
'start_date' => 'Start område',
|
||||
'end_date' => 'Slut område',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'start' => 'Start område',
|
||||
'end' => 'Slut område',
|
||||
'delete_account' => 'Ta bort konto ":name"',
|
||||
'delete_bill' => 'Ta bort räkning ":name"',
|
||||
'delete_budget' => 'Ta bort budget ":name"',
|
||||
@@ -139,7 +139,7 @@ return [
|
||||
'account_areYouSure' => 'Är du säker du vill ta bort kontot ":name"?',
|
||||
'bill_areYouSure' => 'Är du säker du vill ta bort räkningen ":name"?',
|
||||
'rule_areYouSure' => 'Är du säker du vill ta bort regeln ":title"?',
|
||||
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
|
||||
'object_group_areYouSure' => 'Är du säker på att du vill ta bort gruppen ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Är du säker du vill ta bort regelgruppen ":title"?',
|
||||
'budget_areYouSure' => 'Är du säker du vill ta bort budgeten ":name"?',
|
||||
'category_areYouSure' => 'Är du säker du vill ta bort kategorin ":name"?',
|
||||
@@ -159,7 +159,7 @@ return [
|
||||
'also_delete_connections' => 'Den transaktion som är länkad med denna länktyp kommer att mista sin koppling.|Alla :count transaktioner länkade med denna länktyp kommer att mista sin koppling.',
|
||||
'also_delete_rules' => 'Regeln kopplad till denna regelgrupp tas också bort. Alla :count regler kopplade till denna regelgrupp tas också bort.',
|
||||
'also_delete_piggyBanks' => 'Spargrisen kopplad till detta konto tas också bort.|Alla :count spargrisar kopplade till detta konto kommer också att tas bort.',
|
||||
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
|
||||
'not_delete_piggy_banks' => 'Den sparbank som är ansluten till denna grupp tas ej bort.|De :count sparbanker anslutna till denna grupp kommer inte att tas bort.',
|
||||
'bill_keep_transactions' => 'Transaktionen kopplad till räkningen kommer inte att tas bort.|Alla :count transaktioner kopplade till denna räkning tas inte bort.',
|
||||
'budget_keep_transactions' => 'Transaktionen kopplad till budgeten kommer att sparas.|Alla :count transaktioner kopplade till budgeten kommer att sparas.',
|
||||
'category_keep_transactions' => 'Transaktionen kopplad till kategorin kommer att sparas.|Alla :count transaktioner kopplade till kategorin kommer att sparas.',
|
||||
@@ -167,7 +167,7 @@ return [
|
||||
'tag_keep_transactions' => 'Transaktionen kopplad till etiketten kommer inte att tas bort.|Alla :count transaktioner kopplade till etiketten kommer att sparas.',
|
||||
'check_for_updates' => 'Sök efter uppdateringar',
|
||||
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'delete_object_group' => 'Ta bort groupp ":title"',
|
||||
|
||||
'email' => 'E-postadress',
|
||||
'password' => 'Lösenord',
|
||||
@@ -175,7 +175,7 @@ return [
|
||||
'blocked' => 'Blockerad?',
|
||||
'blocked_code' => 'Anledning för blockering',
|
||||
'login_name' => 'Logga in',
|
||||
'is_owner' => 'Is admin?',
|
||||
'is_owner' => 'Admin?',
|
||||
|
||||
// import
|
||||
'apply_rules' => 'Tillämpa regler',
|
||||
@@ -238,13 +238,13 @@ return [
|
||||
'paid' => 'Betald',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_amount' => 'Auto-budget belopp',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
'collected' => 'Collected',
|
||||
'submitted' => 'Submitted',
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
'collected' => 'Insamlat',
|
||||
'submitted' => 'Inskickad',
|
||||
'key' => 'Nyckel',
|
||||
'value' => 'Innehållet i registret',
|
||||
|
||||
|
||||
];
|
||||
|
@@ -51,15 +51,15 @@ return [
|
||||
'edit_journal' => '":description" işlemini düzenle',
|
||||
'edit_reconciliation' => '":description" açıklamasını düzenle',
|
||||
'delete_journal' => '":description" işlemini sil',
|
||||
'delete_group' => 'Delete transaction ":description"',
|
||||
'delete_group' => '":description" işlemini sil',
|
||||
'tags' => 'Etiketler',
|
||||
'createTag' => 'Yeni etiket oluştur',
|
||||
'edit_tag' => '":tag" etiketini düzenle',
|
||||
'delete_tag' => '":tag" etiketini sil',
|
||||
'delete_journal_link' => 'Hesap hareketleri arasındaki bağlantıyı sil',
|
||||
'telemetry_index' => 'Telemetry',
|
||||
'telemetry_view' => 'View telemetry',
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'logout_others' => 'Logout other sessions'
|
||||
'telemetry_index' => 'Telemetri',
|
||||
'telemetry_view' => 'Telemetriye bak',
|
||||
'edit_object_group' => '":title" grubunu düzenle',
|
||||
'delete_object_group' => '":title" grubunu sil',
|
||||
'logout_others' => 'Diğer tüm oturumlardan çıkış yap'
|
||||
];
|
||||
|
@@ -30,10 +30,10 @@ return [
|
||||
'index_help' => 'Bir sayfa veya formla ilgili yardıma ihtiyacınız varsa, bu düğmeye basın.',
|
||||
'index_outro' => 'Firefly III\'ün çoğu sayfası bunun gibi küçük bir turla başlayacak. Sorularınız ve yorumlarınız olursa lütfen benimle iletişime geçin. Keyfini çıkarın!',
|
||||
'index_sidebar-toggle' => 'Yeni işlemler, hesaplar veya başka şeyler oluşturmak için bu simgenin altındaki menüyü kullanın.',
|
||||
'index_cash_account' => 'These are the accounts created so far. You can use the cash account to track cash expenses but it\'s not mandatory of course.',
|
||||
'index_cash_account' => 'Bunlar şimdiye kadar oluşturulmuş hesaplardır. Nakit harcamaları takip etmek için nakit hesabını kullanabilirsiniz ancak elbette zorunlu değildir.',
|
||||
|
||||
// transactions
|
||||
'transactions_create_basic_info' => 'Enter the basic information of your transaction. Source, destination, date and description.',
|
||||
'transactions_create_basic_info' => 'İşleminizin temel bilgilerini giriniz. Gönderen, alıcı, tarih ve tanım.',
|
||||
'transactions_create_amount_info' => 'Enter the amount of the transaction. If necessary the fields will auto-update for foreign amount info.',
|
||||
'transactions_create_optional_info' => 'All of these fields are optional. Adding meta-data here will make your transactions better organised.',
|
||||
'transactions_create_split' => 'If you want to split a transaction, add more splits with this button',
|
||||
|
@@ -38,7 +38,7 @@ return [
|
||||
'match' => '配对于',
|
||||
'strict' => '精确模式',
|
||||
'repeat_freq' => '重复',
|
||||
'object_group' => 'Group',
|
||||
'object_group' => '组',
|
||||
'location' => '位置',
|
||||
'update_channel' => '更新频道',
|
||||
'currency_id' => '货币',
|
||||
@@ -58,9 +58,9 @@ return [
|
||||
'currency' => '货币',
|
||||
'account_id' => '资产帐户',
|
||||
'budget_id' => '预算',
|
||||
'opening_balance' => 'Opening balance',
|
||||
'opening_balance' => '初始余额',
|
||||
'tagMode' => '标签模式',
|
||||
'virtual_balance' => 'Virtual balance',
|
||||
'virtual_balance' => '虚拟账户余额',
|
||||
'targetamount' => '目标金额',
|
||||
'account_role' => 'Account role',
|
||||
'opening_balance_date' => 'Opening balance date',
|
||||
@@ -237,9 +237,9 @@ return [
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'auto_budget_type' => '自动预算',
|
||||
'auto_budget_amount' => '自动预算金额',
|
||||
'auto_budget_period' => '自动预算周期',
|
||||
|
||||
'collected' => '已收藏',
|
||||
'submitted' => '已提交',
|
||||
|
@@ -33,16 +33,16 @@ return [
|
||||
'index_cash_account' => '这些是迄今创建的账户。您可以使用现金账户追踪现金支出,但当然不是强制性的。',
|
||||
|
||||
// transactions
|
||||
'transactions_create_basic_info' => 'Enter the basic information of your transaction. Source, destination, date and description.',
|
||||
'transactions_create_amount_info' => 'Enter the amount of the transaction. If necessary the fields will auto-update for foreign amount info.',
|
||||
'transactions_create_optional_info' => 'All of these fields are optional. Adding meta-data here will make your transactions better organised.',
|
||||
'transactions_create_split' => 'If you want to split a transaction, add more splits with this button',
|
||||
'transactions_create_basic_info' => '输入您交易的基本信息。包括来源帐户、目标帐户、日期和描述。',
|
||||
'transactions_create_amount_info' => '在此输入交易金额。 如有必要,这些字段会自动更新以获取外币信息。',
|
||||
'transactions_create_optional_info' => '这些字段都是可选的。在此处添加数据会使您的交易更有条理。',
|
||||
'transactions_create_split' => '如果您想要拆分交易,按此按钮增加一笔拆分',
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => '给您的帐户一个有效的 IBAN,可使未来资料导入变得更容易。',
|
||||
'accounts_create_asset_opening_balance' => '资产帐户可能有一个 "初始馀额",表示此帐户在 Firefly III 中的纪录开始。',
|
||||
'accounts_create_asset_opening_balance' => '资产帐户可能有一个 "初始余额",表示此帐户在 Firefly III 中的纪录开始。',
|
||||
'accounts_create_asset_currency' => 'Fireflly III 支持多种货币。资产帐户有一种主要货币,您必须在此处设定。',
|
||||
'accounts_create_asset_virtual' => '有时,它可以协助赋予你的帐户一个虚拟额度:一个总是增加至实际馀额中,或自其中删减的固定金额。',
|
||||
'accounts_create_asset_virtual' => '有时,它可以协助赋予你的帐户一个虚拟额度:一个总是增加至实际余额中,或自其中删减的固定金额。',
|
||||
|
||||
// budgets index
|
||||
'budgets_index_intro' => '预算是用来管理你的财务,也是 Firefly III 的核心功能之一。',
|
||||
|
@@ -46,7 +46,7 @@ return [
|
||||
'account_type' => '帐户类型',
|
||||
'created_at' => '建立于',
|
||||
'account' => '帐户',
|
||||
'external_uri' => 'External URI',
|
||||
'external_uri' => '外部 URI',
|
||||
'matchingAmount' => '金额',
|
||||
'destination' => '目标',
|
||||
'source' => '来源',
|
||||
@@ -62,7 +62,7 @@ return [
|
||||
'due_date' => '到期日',
|
||||
'payment_date' => '付款日期',
|
||||
'invoice_date' => '发票日期',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'internal_reference' => '内部参考',
|
||||
'notes' => '备注',
|
||||
'from' => '自',
|
||||
'piggy_bank' => '存钱罐',
|
||||
|
@@ -46,7 +46,7 @@ return [
|
||||
'require_repeat_until' => '仅需重复次数或结束日期 (repeat_until) 即可,不需两者均备。',
|
||||
'require_currency_info' => '无货币资讯,此栏位内容无效。',
|
||||
'not_transfer_account' => '此帐户不是一个可以用于转账的帐户。',
|
||||
'require_currency_amount' => 'The content of this field is invalid without foreign amount information.',
|
||||
'require_currency_amount' => '此字段需要外币信息。',
|
||||
'equal_description' => '交易描述不应等同全域描述。',
|
||||
'file_invalid_mime' => '档案 ":name" 的类型为 ":mime",系不被允许上载的类型。',
|
||||
'file_too_large' => '档案 ":name" 过大。',
|
||||
@@ -127,9 +127,9 @@ return [
|
||||
'in_array' => ':attribute 栏位不存在于 :other。',
|
||||
'present' => ':attribute 栏位必须存在。',
|
||||
'amount_zero' => '总金额不能为零。',
|
||||
'current_target_amount' => 'The current amount must be less than the target amount.',
|
||||
'current_target_amount' => '当前金额必须小于目标金额。',
|
||||
'unique_piggy_bank_for_user' => '存钱罐的名称必须是独一无二的。',
|
||||
'unique_object_group' => 'The group name must be unique',
|
||||
'unique_object_group' => '组名必须是唯一的',
|
||||
|
||||
'secure_password' => '这不是一个安全的密码,请重试一次。如需更多讯息,请访问 https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => '对定期重复交易是无效的重复类型。',
|
||||
@@ -142,8 +142,8 @@ return [
|
||||
'name' => '名称',
|
||||
'piggy_bank_id' => '存钱罐 ID',
|
||||
'targetamount' => '目标金额',
|
||||
'opening_balance_date' => 'opening balance date',
|
||||
'opening_balance' => 'opening balance',
|
||||
'opening_balance_date' => '开户日期',
|
||||
'opening_balance' => '初始余额',
|
||||
'match' => '符合',
|
||||
'amount_min' => '最小金额',
|
||||
'amount_max' => '最大金额',
|
||||
@@ -176,7 +176,7 @@ return [
|
||||
'withdrawal_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
|
||||
'withdrawal_source_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的来源帐户。',
|
||||
'withdrawal_dest_need_data' => '需要一个有效的目标账户ID和/或目标账户名称才能继续。',
|
||||
'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的目标帐户。',
|
||||
|
||||
'deposit_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
|
||||
'deposit_source_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的来源帐户。',
|
||||
@@ -188,22 +188,22 @@ return [
|
||||
'transfer_source_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的来源帐户。',
|
||||
'transfer_dest_need_data' => '需要一个有效的目标账户ID和/或目标账户名称才能继续。',
|
||||
'transfer_dest_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的目标帐户。',
|
||||
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
|
||||
'need_id_in_edit' => '每笔拆分必须有 transaction_journal_id (有效的 ID 或 0)。',
|
||||
|
||||
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'ob_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
|
||||
'ob_dest_need_data' => '需要一个有效的目标账户ID和/或目标账户名称才能继续。',
|
||||
'ob_dest_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的目标帐户。',
|
||||
|
||||
'generic_invalid_source' => 'You can\'t use this account as the source account.',
|
||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||
'generic_invalid_source' => '您不能使用此帐户作为源帐户。',
|
||||
'generic_invalid_destination' => '您不能使用此帐户作为目标帐户。',
|
||||
|
||||
'gte.numeric' => ':attribute 必须大于或等于 :value.',
|
||||
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||
'gt.numeric' => ':attribute 必须大于 :value。',
|
||||
'gte.file' => ':attribute 必须大于或等于 :value Kb',
|
||||
'gte.string' => ':attribute 必须大于或等于 :value 字符。',
|
||||
'gte.array' => ':attribute 必须具有 :value 项或更多',
|
||||
|
||||
'amount_required_for_auto_budget' => 'The amount is required.',
|
||||
'auto_budget_amount_positive' => 'The amount must be more than zero.',
|
||||
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
|
||||
'amount_required_for_auto_budget' => '请填写金额。',
|
||||
'auto_budget_amount_positive' => '金额必须大于零。',
|
||||
'auto_budget_period_mandatory' => '自动预算周期是必填的。',
|
||||
];
|
||||
|
22
yarn.lock
22
yarn.lock
@@ -1696,9 +1696,9 @@ caniuse-api@^3.0.0:
|
||||
lodash.uniq "^4.5.0"
|
||||
|
||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001131:
|
||||
version "1.0.30001131"
|
||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001131.tgz#afad8a28fc2b7a0d3ae9407e71085a0ead905d54"
|
||||
integrity sha512-4QYi6Mal4MMfQMSqGIRPGbKIbZygeN83QsWq1ixpUwvtfgAZot5BrCKzGygvZaV+CnELdTwD0S4cqUNozq7/Cw==
|
||||
version "1.0.30001133"
|
||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001133.tgz#ec564c5495311299eb05245e252d589a84acd95e"
|
||||
integrity sha512-s3XAUFaC/ntDb1O3lcw9K8MPeOW7KO3z9+GzAoBxfz1B0VdacXPMKgFUtG4KIsgmnbexmi013s9miVu4h+qMHw==
|
||||
|
||||
chalk@^1.1.3:
|
||||
version "1.1.3"
|
||||
@@ -2304,11 +2304,11 @@ debug@^3.1.1, debug@^3.2.5:
|
||||
ms "^2.1.1"
|
||||
|
||||
debug@^4.1.0, debug@^4.1.1:
|
||||
version "4.1.1"
|
||||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
|
||||
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
|
||||
version "4.2.0"
|
||||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
|
||||
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
|
||||
dependencies:
|
||||
ms "^2.1.1"
|
||||
ms "2.1.2"
|
||||
|
||||
decamelize@^1.2.0:
|
||||
version "1.2.0"
|
||||
@@ -3492,9 +3492,9 @@ imagemin@^6.0.0:
|
||||
replace-ext "^1.0.0"
|
||||
|
||||
img-loader@^3.0.0:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/img-loader/-/img-loader-3.0.1.tgz#c279691c0a9e6b94fa7d8318d2a6596d98bcee78"
|
||||
integrity sha512-0jDJqexgzOuq3zlXwFTBKJlMcaP1uXyl5t4Qu6b1IgXb3IwBDjPfVylBC8vHFIIESDw/S+5QkBbtBrt4T8wESA==
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/img-loader/-/img-loader-3.0.2.tgz#423d39cb45f017e88c7959b2740226ce4c9001aa"
|
||||
integrity sha512-rSriLKgvi85Km7ppSF+AEAM3nU4fxpvCkaXtC/IoCEU7jfks55bEANFs0bB9YXYkxY9JurZQIZFtXh5Gue3upw==
|
||||
dependencies:
|
||||
loader-utils "^1.1.0"
|
||||
|
||||
@@ -4388,7 +4388,7 @@ ms@2.1.1:
|
||||
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
|
||||
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
|
||||
|
||||
ms@^2.1.1:
|
||||
ms@2.1.2, ms@^2.1.1:
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
||||
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
||||
|
Reference in New Issue
Block a user