diff --git a/app/Transformers/BillTransformer.php b/app/Transformers/BillTransformer.php index 62d2232197..6055739a8d 100644 --- a/app/Transformers/BillTransformer.php +++ b/app/Transformers/BillTransformer.php @@ -111,8 +111,8 @@ class BillTransformer extends AbstractTransformer // nullify again when it's outside the current view range. if ( - (null !== $this->parameters->get('start') && $nemDate->lt($this->parameters->get('start'))) || - (null !== $this->parameters->get('end') && $nemDate->gt($this->parameters->get('end'))) + (null !== $this->parameters->get('start') && $nemDate->lt($this->parameters->get('start'))) + || (null !== $this->parameters->get('end') && $nemDate->gt($this->parameters->get('end'))) ) { $nem = null; $nemDate = null; diff --git a/composer.lock b/composer.lock index 6fce6e4aab..62fbc0858a 100644 --- a/composer.lock +++ b/composer.lock @@ -1670,16 +1670,16 @@ }, { "name": "laravel/framework", - "version": "v11.1.0", + "version": "v11.1.1", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "4a9195f68b529b20fe01e24864f99991459c48d4" + "reference": "1437cea6d2b04cbc83743fbb208e1a01efccd9ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/4a9195f68b529b20fe01e24864f99991459c48d4", - "reference": "4a9195f68b529b20fe01e24864f99991459c48d4", + "url": "https://api.github.com/repos/laravel/framework/zipball/1437cea6d2b04cbc83743fbb208e1a01efccd9ec", + "reference": "1437cea6d2b04cbc83743fbb208e1a01efccd9ec", "shasum": "" }, "require": { @@ -1871,7 +1871,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-26T15:17:39+00:00" + "time": "2024-03-28T15:07:18+00:00" }, { "name": "laravel/passport", @@ -3366,16 +3366,16 @@ }, { "name": "nesbot/carbon", - "version": "3.2.1", + "version": "3.2.3", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "b4272c2e78d30f9085b079aedb692b2da879b313" + "reference": "4d599a6e2351d6b6bf21737accdfe1a4ce3fdbb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/b4272c2e78d30f9085b079aedb692b2da879b313", - "reference": "b4272c2e78d30f9085b079aedb692b2da879b313", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4d599a6e2351d6b6bf21737accdfe1a4ce3fdbb1", + "reference": "4d599a6e2351d6b6bf21737accdfe1a4ce3fdbb1", "shasum": "" }, "require": { @@ -3468,7 +3468,7 @@ "type": "tidelift" } ], - "time": "2024-03-27T21:37:24+00:00" + "time": "2024-03-30T18:22:00+00:00" }, { "name": "nette/schema", @@ -5320,16 +5320,16 @@ }, { "name": "spatie/ignition", - "version": "1.12.0", + "version": "1.13.1", "source": { "type": "git", "url": "https://github.com/spatie/ignition.git", - "reference": "5b6f801c605a593106b623e45ca41496a6e7d56d" + "reference": "889bf1dfa59e161590f677728b47bf4a6893983b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ignition/zipball/5b6f801c605a593106b623e45ca41496a6e7d56d", - "reference": "5b6f801c605a593106b623e45ca41496a6e7d56d", + "url": "https://api.github.com/repos/spatie/ignition/zipball/889bf1dfa59e161590f677728b47bf4a6893983b", + "reference": "889bf1dfa59e161590f677728b47bf4a6893983b", "shasum": "" }, "require": { @@ -5399,7 +5399,7 @@ "type": "github" } ], - "time": "2024-01-03T15:49:39+00:00" + "time": "2024-03-29T14:03:47+00:00" }, { "name": "spatie/laravel-html", @@ -5481,16 +5481,16 @@ }, { "name": "spatie/laravel-ignition", - "version": "2.4.2", + "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ignition.git", - "reference": "351504f4570e32908839fc5a2dc53bf77d02f85e" + "reference": "e23f4e8ce6644dc3d68b9d8a0aed3beaca0d6ada" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/351504f4570e32908839fc5a2dc53bf77d02f85e", - "reference": "351504f4570e32908839fc5a2dc53bf77d02f85e", + "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/e23f4e8ce6644dc3d68b9d8a0aed3beaca0d6ada", + "reference": "e23f4e8ce6644dc3d68b9d8a0aed3beaca0d6ada", "shasum": "" }, "require": { @@ -5500,7 +5500,7 @@ "illuminate/support": "^10.0|^11.0", "php": "^8.1", "spatie/flare-client-php": "^1.3.5", - "spatie/ignition": "^1.9", + "spatie/ignition": "^1.13", "symfony/console": "^6.2.3|^7.0", "symfony/var-dumper": "^6.2.3|^7.0" }, @@ -5569,7 +5569,7 @@ "type": "github" } ], - "time": "2024-02-09T16:08:40+00:00" + "time": "2024-03-29T14:14:55+00:00" }, { "name": "spatie/period", @@ -10280,16 +10280,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.65", + "version": "1.10.66", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6" + "reference": "94779c987e4ebd620025d9e5fdd23323903950bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3c657d057a0b7ecae19cb12db446bbc99d8839c6", - "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/94779c987e4ebd620025d9e5fdd23323903950bd", + "reference": "94779c987e4ebd620025d9e5fdd23323903950bd", "shasum": "" }, "require": { @@ -10338,7 +10338,7 @@ "type": "tidelift" } ], - "time": "2024-03-23T10:30:26+00:00" + "time": "2024-03-28T16:17:31+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -10760,16 +10760,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.15", + "version": "10.5.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "86376e05e8745ed81d88232ff92fee868247b07b" + "reference": "18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/86376e05e8745ed81d88232ff92fee868247b07b", - "reference": "86376e05e8745ed81d88232ff92fee868247b07b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd", + "reference": "18f8d4a5f52b61fdd9370aaae3167daa0eeb69cd", "shasum": "" }, "require": { @@ -10841,7 +10841,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.15" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.16" }, "funding": [ { @@ -10857,7 +10857,7 @@ "type": "tidelift" } ], - "time": "2024-03-22T04:17:47+00:00" + "time": "2024-03-28T10:08:10+00:00" }, { "name": "sebastian/cli-parser", diff --git a/config/firefly.php b/config/firefly.php index 685dca8189..9403094451 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -117,7 +117,7 @@ return [ 'expression_engine' => false, // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2024-03-28', + 'version' => 'develop/2024-03-31', 'api_version' => '2.0.13', 'db_version' => 23, diff --git a/public/v2/i18n/bg.json b/public/v2/i18n/bg.json index e3d33e2285..29430c9048 100644 --- a/public/v2/i18n/bg.json +++ b/public/v2/i18n/bg.json @@ -2,8 +2,13 @@ "config": { "html_language": "bg", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "\u041f\u043e\u0445\u0430\u0440\u0447\u0435\u043d\u0438", "left": "\u041e\u0441\u0442\u0430\u043d\u0430\u043b\u0438", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "\u0414\u044a\u043b\u0433", "account_type_Loan": "\u0417\u0430\u0435\u043c", - "account_type_Mortgage": "\u0418\u043f\u043e\u0442\u0435\u043a\u0430" + "account_type_Mortgage": "\u0418\u043f\u043e\u0442\u0435\u043a\u0430", + "account_role_defaultAsset": "\u0421\u043c\u0435\u0442\u043a\u0430 \u0437\u0430 \u0430\u043a\u0442\u0438\u0432\u0438 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", + "account_role_sharedAsset": "\u0421\u043c\u0435\u0442\u043a\u0430 \u0437\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u0438 \u0430\u043a\u0442\u0438\u0432\u0438", + "account_role_savingAsset": "\u0421\u043f\u0435\u0441\u0442\u043e\u0432\u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", + "account_role_ccAsset": "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0430", + "account_role_cashWalletAsset": "\u041f\u0430\u0440\u0438\u0447\u0435\u043d \u043f\u043e\u0440\u0442\u0444\u0435\u0439\u043b" } } \ No newline at end of file diff --git a/public/v2/i18n/bg_BG.json b/public/v2/i18n/bg_BG.json index e3d33e2285..29430c9048 100644 --- a/public/v2/i18n/bg_BG.json +++ b/public/v2/i18n/bg_BG.json @@ -2,8 +2,13 @@ "config": { "html_language": "bg", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "\u041f\u043e\u0445\u0430\u0440\u0447\u0435\u043d\u0438", "left": "\u041e\u0441\u0442\u0430\u043d\u0430\u043b\u0438", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "\u0414\u044a\u043b\u0433", "account_type_Loan": "\u0417\u0430\u0435\u043c", - "account_type_Mortgage": "\u0418\u043f\u043e\u0442\u0435\u043a\u0430" + "account_type_Mortgage": "\u0418\u043f\u043e\u0442\u0435\u043a\u0430", + "account_role_defaultAsset": "\u0421\u043c\u0435\u0442\u043a\u0430 \u0437\u0430 \u0430\u043a\u0442\u0438\u0432\u0438 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435", + "account_role_sharedAsset": "\u0421\u043c\u0435\u0442\u043a\u0430 \u0437\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u0438 \u0430\u043a\u0442\u0438\u0432\u0438", + "account_role_savingAsset": "\u0421\u043f\u0435\u0441\u0442\u043e\u0432\u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430", + "account_role_ccAsset": "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0430", + "account_role_cashWalletAsset": "\u041f\u0430\u0440\u0438\u0447\u0435\u043d \u043f\u043e\u0440\u0442\u0444\u0435\u0439\u043b" } } \ No newline at end of file diff --git a/public/v2/i18n/ca.json b/public/v2/i18n/ca.json index 1a4095a368..7a0fe5bafd 100644 --- a/public/v2/i18n/ca.json +++ b/public/v2/i18n/ca.json @@ -2,8 +2,13 @@ "config": { "html_language": "ca", "date_time_fns": "D [de\/d'] MMMM yyyy [a les] HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III no pot determinar el tipus de transacci\u00f3 a partir d'aquest compte font.", + "bad_type_destination": "Firefly III no pot determinar el tipus de transacci\u00f3 a partir d'aquest compte de dest\u00ed." + }, "firefly": { "spent": "Gastat", "left": "Queda", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Compte d'ingressos", "account_type_Debt": "Deute", "account_type_Loan": "Cr\u00e8dit", - "account_type_Mortgage": "Hipoteca" + "account_type_Mortgage": "Hipoteca", + "account_role_defaultAsset": "Compte d'actius per defecte", + "account_role_sharedAsset": "Compte d'actius compartit", + "account_role_savingAsset": "Compte d'estalvis", + "account_role_ccAsset": "Targeta de cr\u00e8dit", + "account_role_cashWalletAsset": "Cartera d'efectiu" } } \ No newline at end of file diff --git a/public/v2/i18n/ca_ES.json b/public/v2/i18n/ca_ES.json index 1a4095a368..7a0fe5bafd 100644 --- a/public/v2/i18n/ca_ES.json +++ b/public/v2/i18n/ca_ES.json @@ -2,8 +2,13 @@ "config": { "html_language": "ca", "date_time_fns": "D [de\/d'] MMMM yyyy [a les] HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III no pot determinar el tipus de transacci\u00f3 a partir d'aquest compte font.", + "bad_type_destination": "Firefly III no pot determinar el tipus de transacci\u00f3 a partir d'aquest compte de dest\u00ed." + }, "firefly": { "spent": "Gastat", "left": "Queda", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Compte d'ingressos", "account_type_Debt": "Deute", "account_type_Loan": "Cr\u00e8dit", - "account_type_Mortgage": "Hipoteca" + "account_type_Mortgage": "Hipoteca", + "account_role_defaultAsset": "Compte d'actius per defecte", + "account_role_sharedAsset": "Compte d'actius compartit", + "account_role_savingAsset": "Compte d'estalvis", + "account_role_ccAsset": "Targeta de cr\u00e8dit", + "account_role_cashWalletAsset": "Cartera d'efectiu" } } \ No newline at end of file diff --git a/public/v2/i18n/cs.json b/public/v2/i18n/cs.json index 9d0f0d8154..9149dbd828 100644 --- a/public/v2/i18n/cs.json +++ b/public/v2/i18n/cs.json @@ -2,8 +2,13 @@ "config": { "html_language": "cs", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Utraceno", "left": "Zb\u00fdv\u00e1", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Dluh", "account_type_Loan": "P\u016fj\u010dka", - "account_type_Mortgage": "Hypot\u00e9ka" + "account_type_Mortgage": "Hypot\u00e9ka", + "account_role_defaultAsset": "V\u00fdchoz\u00ed \u00fa\u010det aktiv", + "account_role_sharedAsset": "Sd\u00edlen\u00fd \u00fa\u010det aktiv", + "account_role_savingAsset": "Spo\u0159ic\u00ed \u00fa\u010det", + "account_role_ccAsset": "Kreditn\u00ed karta", + "account_role_cashWalletAsset": "Pen\u011b\u017eenka" } } \ No newline at end of file diff --git a/public/v2/i18n/cs_CZ.json b/public/v2/i18n/cs_CZ.json index 9d0f0d8154..9149dbd828 100644 --- a/public/v2/i18n/cs_CZ.json +++ b/public/v2/i18n/cs_CZ.json @@ -2,8 +2,13 @@ "config": { "html_language": "cs", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Utraceno", "left": "Zb\u00fdv\u00e1", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Dluh", "account_type_Loan": "P\u016fj\u010dka", - "account_type_Mortgage": "Hypot\u00e9ka" + "account_type_Mortgage": "Hypot\u00e9ka", + "account_role_defaultAsset": "V\u00fdchoz\u00ed \u00fa\u010det aktiv", + "account_role_sharedAsset": "Sd\u00edlen\u00fd \u00fa\u010det aktiv", + "account_role_savingAsset": "Spo\u0159ic\u00ed \u00fa\u010det", + "account_role_ccAsset": "Kreditn\u00ed karta", + "account_role_cashWalletAsset": "Pen\u011b\u017eenka" } } \ No newline at end of file diff --git a/public/v2/i18n/da.json b/public/v2/i18n/da.json index 877110a7d8..7501ba4ca9 100644 --- a/public/v2/i18n/da.json +++ b/public/v2/i18n/da.json @@ -2,8 +2,13 @@ "config": { "html_language": "da", "date_time_fns": "MMMM g\u00f8r, yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III kan ikke bestemme transaktionstypen baseret p\u00e5 denne kildekonto.", + "bad_type_destination": "Firefly III kan ikke bestemme transaktionstypen baseret p\u00e5 denne destinationskonto." + }, "firefly": { "spent": "Spent", "left": "Left", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "G\u00e6ld", "account_type_Loan": "L\u00e5n", - "account_type_Mortgage": "Pant" + "account_type_Mortgage": "Pant", + "account_role_defaultAsset": "Default asset account", + "account_role_sharedAsset": "Shared asset account", + "account_role_savingAsset": "Savings account", + "account_role_ccAsset": "Credit card", + "account_role_cashWalletAsset": "Cash wallet" } } \ No newline at end of file diff --git a/public/v2/i18n/da_DK.json b/public/v2/i18n/da_DK.json index 877110a7d8..7501ba4ca9 100644 --- a/public/v2/i18n/da_DK.json +++ b/public/v2/i18n/da_DK.json @@ -2,8 +2,13 @@ "config": { "html_language": "da", "date_time_fns": "MMMM g\u00f8r, yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III kan ikke bestemme transaktionstypen baseret p\u00e5 denne kildekonto.", + "bad_type_destination": "Firefly III kan ikke bestemme transaktionstypen baseret p\u00e5 denne destinationskonto." + }, "firefly": { "spent": "Spent", "left": "Left", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "G\u00e6ld", "account_type_Loan": "L\u00e5n", - "account_type_Mortgage": "Pant" + "account_type_Mortgage": "Pant", + "account_role_defaultAsset": "Default asset account", + "account_role_sharedAsset": "Shared asset account", + "account_role_savingAsset": "Savings account", + "account_role_ccAsset": "Credit card", + "account_role_cashWalletAsset": "Cash wallet" } } \ No newline at end of file diff --git a/public/v2/i18n/de.json b/public/v2/i18n/de.json index 10eee61caa..d74898ad26 100644 --- a/public/v2/i18n/de.json +++ b/public/v2/i18n/de.json @@ -2,8 +2,13 @@ "config": { "html_language": "de", "date_time_fns": "dd. MMM. yyyy um HH:mm:ss", + "month_and_day_fns": "D. MMMM Y", "date_time_fns_short": "dd. MMM. yyyy um HH:mm" }, + "validation": { + "bad_type_source": "Firefly III kann die Buchungsart anhand dieses Quellkontos nicht ermitteln.", + "bad_type_destination": "Firefly III kann die Buchungsart anhand dieses Zielkontos nicht ermitteln." + }, "firefly": { "spent": "Ausgegeben", "left": "\u00dcbrig", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Einnahmenkonto", "account_type_Debt": "Schuld", "account_type_Loan": "Darlehen", - "account_type_Mortgage": "Hypothek" + "account_type_Mortgage": "Hypothek", + "account_role_defaultAsset": "Standard-Bestandskonto", + "account_role_sharedAsset": "Gemeinsames Bestandskonto", + "account_role_savingAsset": "Sparkonto", + "account_role_ccAsset": "Kreditkarte", + "account_role_cashWalletAsset": "Geldb\u00f6rse" } } \ No newline at end of file diff --git a/public/v2/i18n/de_DE.json b/public/v2/i18n/de_DE.json index 10eee61caa..d74898ad26 100644 --- a/public/v2/i18n/de_DE.json +++ b/public/v2/i18n/de_DE.json @@ -2,8 +2,13 @@ "config": { "html_language": "de", "date_time_fns": "dd. MMM. yyyy um HH:mm:ss", + "month_and_day_fns": "D. MMMM Y", "date_time_fns_short": "dd. MMM. yyyy um HH:mm" }, + "validation": { + "bad_type_source": "Firefly III kann die Buchungsart anhand dieses Quellkontos nicht ermitteln.", + "bad_type_destination": "Firefly III kann die Buchungsart anhand dieses Zielkontos nicht ermitteln." + }, "firefly": { "spent": "Ausgegeben", "left": "\u00dcbrig", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Einnahmenkonto", "account_type_Debt": "Schuld", "account_type_Loan": "Darlehen", - "account_type_Mortgage": "Hypothek" + "account_type_Mortgage": "Hypothek", + "account_role_defaultAsset": "Standard-Bestandskonto", + "account_role_sharedAsset": "Gemeinsames Bestandskonto", + "account_role_savingAsset": "Sparkonto", + "account_role_ccAsset": "Kreditkarte", + "account_role_cashWalletAsset": "Geldb\u00f6rse" } } \ No newline at end of file diff --git a/public/v2/i18n/el.json b/public/v2/i18n/el.json index 3bab949b44..9ac0fa2c04 100644 --- a/public/v2/i18n/el.json +++ b/public/v2/i18n/el.json @@ -2,8 +2,13 @@ "config": { "html_language": "el", "date_time_fns": "do MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "\u03a4\u03bf Firefly III \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c4\u03bf\u03bd \u03c4\u03cd\u03c0\u03bf \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2.", + "bad_type_destination": "\u03a4\u03bf Firefly III \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c4\u03bf\u03bd \u03c4\u03cd\u03c0\u03bf \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd." + }, "firefly": { "spent": "\u0394\u03b1\u03c0\u03b1\u03bd\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd", "left": "\u0391\u03c0\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5\u03bd", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "\u03a7\u03c1\u03ad\u03bf\u03c2", "account_type_Loan": "\u0394\u03ac\u03bd\u03b5\u03b9\u03bf", - "account_type_Mortgage": "\u03a5\u03c0\u03bf\u03b8\u03ae\u03ba\u03b7" + "account_type_Mortgage": "\u03a5\u03c0\u03bf\u03b8\u03ae\u03ba\u03b7", + "account_role_defaultAsset": "\u0392\u03b1\u03c3\u03b9\u03ba\u03cc\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5", + "account_role_sharedAsset": "\u039a\u03bf\u03b9\u03bd\u03cc\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5", + "account_role_savingAsset": "\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03b1\u03c0\u03bf\u03c4\u03b1\u03bc\u03af\u03b5\u03c5\u03c3\u03b7\u03c2", + "account_role_ccAsset": "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ae \u03ba\u03ac\u03c1\u03c4\u03b1", + "account_role_cashWalletAsset": "\u03a0\u03bf\u03c1\u03c4\u03bf\u03c6\u03cc\u03bb\u03b9 \u03bc\u03b5\u03c4\u03c1\u03b7\u03c4\u03ce\u03bd" } } \ No newline at end of file diff --git a/public/v2/i18n/el_GR.json b/public/v2/i18n/el_GR.json index 3bab949b44..9ac0fa2c04 100644 --- a/public/v2/i18n/el_GR.json +++ b/public/v2/i18n/el_GR.json @@ -2,8 +2,13 @@ "config": { "html_language": "el", "date_time_fns": "do MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "\u03a4\u03bf Firefly III \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c4\u03bf\u03bd \u03c4\u03cd\u03c0\u03bf \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2.", + "bad_type_destination": "\u03a4\u03bf Firefly III \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c4\u03bf\u03bd \u03c4\u03cd\u03c0\u03bf \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd." + }, "firefly": { "spent": "\u0394\u03b1\u03c0\u03b1\u03bd\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd", "left": "\u0391\u03c0\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5\u03bd", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "\u03a7\u03c1\u03ad\u03bf\u03c2", "account_type_Loan": "\u0394\u03ac\u03bd\u03b5\u03b9\u03bf", - "account_type_Mortgage": "\u03a5\u03c0\u03bf\u03b8\u03ae\u03ba\u03b7" + "account_type_Mortgage": "\u03a5\u03c0\u03bf\u03b8\u03ae\u03ba\u03b7", + "account_role_defaultAsset": "\u0392\u03b1\u03c3\u03b9\u03ba\u03cc\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5", + "account_role_sharedAsset": "\u039a\u03bf\u03b9\u03bd\u03cc\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5", + "account_role_savingAsset": "\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03b1\u03c0\u03bf\u03c4\u03b1\u03bc\u03af\u03b5\u03c5\u03c3\u03b7\u03c2", + "account_role_ccAsset": "\u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ae \u03ba\u03ac\u03c1\u03c4\u03b1", + "account_role_cashWalletAsset": "\u03a0\u03bf\u03c1\u03c4\u03bf\u03c6\u03cc\u03bb\u03b9 \u03bc\u03b5\u03c4\u03c1\u03b7\u03c4\u03ce\u03bd" } } \ No newline at end of file diff --git a/public/v2/i18n/en-gb.json b/public/v2/i18n/en-gb.json index 4dc575a106..6c40420e48 100644 --- a/public/v2/i18n/en-gb.json +++ b/public/v2/i18n/en-gb.json @@ -2,8 +2,13 @@ "config": { "html_language": "en-gb", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Spent", "left": "Left", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Debt", "account_type_Loan": "Loan", - "account_type_Mortgage": "Mortgage" + "account_type_Mortgage": "Mortgage", + "account_role_defaultAsset": "Default asset account", + "account_role_sharedAsset": "Shared asset account", + "account_role_savingAsset": "Savings account", + "account_role_ccAsset": "Credit card", + "account_role_cashWalletAsset": "Cash wallet" } } \ No newline at end of file diff --git a/public/v2/i18n/en.json b/public/v2/i18n/en.json index 6234f15d34..979ff4b4c5 100644 --- a/public/v2/i18n/en.json +++ b/public/v2/i18n/en.json @@ -2,8 +2,13 @@ "config": { "html_language": "en", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Spent", "left": "Left", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Debt", "account_type_Loan": "Loan", - "account_type_Mortgage": "Mortgage" + "account_type_Mortgage": "Mortgage", + "account_role_defaultAsset": "Default asset account", + "account_role_sharedAsset": "Shared asset account", + "account_role_savingAsset": "Savings account", + "account_role_ccAsset": "Credit card", + "account_role_cashWalletAsset": "Cash wallet" } } \ No newline at end of file diff --git a/public/v2/i18n/en_GB.json b/public/v2/i18n/en_GB.json index 4dc575a106..6c40420e48 100644 --- a/public/v2/i18n/en_GB.json +++ b/public/v2/i18n/en_GB.json @@ -2,8 +2,13 @@ "config": { "html_language": "en-gb", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Spent", "left": "Left", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Debt", "account_type_Loan": "Loan", - "account_type_Mortgage": "Mortgage" + "account_type_Mortgage": "Mortgage", + "account_role_defaultAsset": "Default asset account", + "account_role_sharedAsset": "Shared asset account", + "account_role_savingAsset": "Savings account", + "account_role_ccAsset": "Credit card", + "account_role_cashWalletAsset": "Cash wallet" } } \ No newline at end of file diff --git a/public/v2/i18n/en_US.json b/public/v2/i18n/en_US.json index 6234f15d34..979ff4b4c5 100644 --- a/public/v2/i18n/en_US.json +++ b/public/v2/i18n/en_US.json @@ -2,8 +2,13 @@ "config": { "html_language": "en", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Spent", "left": "Left", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Debt", "account_type_Loan": "Loan", - "account_type_Mortgage": "Mortgage" + "account_type_Mortgage": "Mortgage", + "account_role_defaultAsset": "Default asset account", + "account_role_sharedAsset": "Shared asset account", + "account_role_savingAsset": "Savings account", + "account_role_ccAsset": "Credit card", + "account_role_cashWalletAsset": "Cash wallet" } } \ No newline at end of file diff --git a/public/v2/i18n/es.json b/public/v2/i18n/es.json index 88fe2577fe..5098767f7f 100644 --- a/public/v2/i18n/es.json +++ b/public/v2/i18n/es.json @@ -2,8 +2,13 @@ "config": { "html_language": "es", "date_time_fns": "El MMMM hacer, yyyy a las HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III no puede determinar el tipo de transacci\u00f3n basado en esta cuenta de origen.", + "bad_type_destination": "Firefly III no puede determinar el tipo de transacci\u00f3n basado en esta cuenta de destino." + }, "firefly": { "spent": "Gastado", "left": "Disponible", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Cuenta de ingresos", "account_type_Debt": "Deuda", "account_type_Loan": "Pr\u00e9stamo", - "account_type_Mortgage": "Hipoteca" + "account_type_Mortgage": "Hipoteca", + "account_role_defaultAsset": "Cuentas de ingresos por defecto", + "account_role_sharedAsset": "Cuenta de ingresos compartida", + "account_role_savingAsset": "Cuentas de ahorros", + "account_role_ccAsset": "Tarjeta de Cr\u00e9dito", + "account_role_cashWalletAsset": "Billetera de efectivo" } } \ No newline at end of file diff --git a/public/v2/i18n/es_ES.json b/public/v2/i18n/es_ES.json index 88fe2577fe..5098767f7f 100644 --- a/public/v2/i18n/es_ES.json +++ b/public/v2/i18n/es_ES.json @@ -2,8 +2,13 @@ "config": { "html_language": "es", "date_time_fns": "El MMMM hacer, yyyy a las HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III no puede determinar el tipo de transacci\u00f3n basado en esta cuenta de origen.", + "bad_type_destination": "Firefly III no puede determinar el tipo de transacci\u00f3n basado en esta cuenta de destino." + }, "firefly": { "spent": "Gastado", "left": "Disponible", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Cuenta de ingresos", "account_type_Debt": "Deuda", "account_type_Loan": "Pr\u00e9stamo", - "account_type_Mortgage": "Hipoteca" + "account_type_Mortgage": "Hipoteca", + "account_role_defaultAsset": "Cuentas de ingresos por defecto", + "account_role_sharedAsset": "Cuenta de ingresos compartida", + "account_role_savingAsset": "Cuentas de ahorros", + "account_role_ccAsset": "Tarjeta de Cr\u00e9dito", + "account_role_cashWalletAsset": "Billetera de efectivo" } } \ No newline at end of file diff --git a/public/v2/i18n/fi.json b/public/v2/i18n/fi.json index 6f6748a3f6..4b4ecf0c55 100644 --- a/public/v2/i18n/fi.json +++ b/public/v2/i18n/fi.json @@ -2,8 +2,13 @@ "config": { "html_language": "fi", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "K\u00e4ytetty", "left": "J\u00e4ljell\u00e4", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Velka", "account_type_Loan": "Laina", - "account_type_Mortgage": "Kiinnelaina" + "account_type_Mortgage": "Kiinnelaina", + "account_role_defaultAsset": "Oletusk\u00e4ytt\u00f6tili", + "account_role_sharedAsset": "Jaettu k\u00e4ytt\u00f6tili", + "account_role_savingAsset": "S\u00e4\u00e4st\u00f6tili", + "account_role_ccAsset": "Luottokortti", + "account_role_cashWalletAsset": "K\u00e4teinen" } } \ No newline at end of file diff --git a/public/v2/i18n/fi_FI.json b/public/v2/i18n/fi_FI.json index 6f6748a3f6..4b4ecf0c55 100644 --- a/public/v2/i18n/fi_FI.json +++ b/public/v2/i18n/fi_FI.json @@ -2,8 +2,13 @@ "config": { "html_language": "fi", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "K\u00e4ytetty", "left": "J\u00e4ljell\u00e4", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Velka", "account_type_Loan": "Laina", - "account_type_Mortgage": "Kiinnelaina" + "account_type_Mortgage": "Kiinnelaina", + "account_role_defaultAsset": "Oletusk\u00e4ytt\u00f6tili", + "account_role_sharedAsset": "Jaettu k\u00e4ytt\u00f6tili", + "account_role_savingAsset": "S\u00e4\u00e4st\u00f6tili", + "account_role_ccAsset": "Luottokortti", + "account_role_cashWalletAsset": "K\u00e4teinen" } } \ No newline at end of file diff --git a/public/v2/i18n/fr.json b/public/v2/i18n/fr.json index 531ae8bb51..41d7527fe7 100644 --- a/public/v2/i18n/fr.json +++ b/public/v2/i18n/fr.json @@ -2,8 +2,13 @@ "config": { "html_language": "fr", "date_time_fns": "do MMMM, yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "do MMMM, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III ne peut pas d\u00e9terminer le type de transaction bas\u00e9 sur ce compte source.", + "bad_type_destination": "Firefly III ne peut pas d\u00e9terminer le type de transaction bas\u00e9 sur ce compte de destination." + }, "firefly": { "spent": "D\u00e9pens\u00e9", "left": "Reste", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Compte de recettes", "account_type_Debt": "Dette", "account_type_Loan": "Pr\u00eat", - "account_type_Mortgage": "Pr\u00eat hypoth\u00e9caire" + "account_type_Mortgage": "Pr\u00eat hypoth\u00e9caire", + "account_role_defaultAsset": "Compte d'actif par d\u00e9faut", + "account_role_sharedAsset": "Compte d'actif partag\u00e9", + "account_role_savingAsset": "Compte d\u2019\u00e9pargne", + "account_role_ccAsset": "Carte de cr\u00e9dit", + "account_role_cashWalletAsset": "Porte-monnaie" } } \ No newline at end of file diff --git a/public/v2/i18n/fr_FR.json b/public/v2/i18n/fr_FR.json index 531ae8bb51..41d7527fe7 100644 --- a/public/v2/i18n/fr_FR.json +++ b/public/v2/i18n/fr_FR.json @@ -2,8 +2,13 @@ "config": { "html_language": "fr", "date_time_fns": "do MMMM, yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "do MMMM, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III ne peut pas d\u00e9terminer le type de transaction bas\u00e9 sur ce compte source.", + "bad_type_destination": "Firefly III ne peut pas d\u00e9terminer le type de transaction bas\u00e9 sur ce compte de destination." + }, "firefly": { "spent": "D\u00e9pens\u00e9", "left": "Reste", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Compte de recettes", "account_type_Debt": "Dette", "account_type_Loan": "Pr\u00eat", - "account_type_Mortgage": "Pr\u00eat hypoth\u00e9caire" + "account_type_Mortgage": "Pr\u00eat hypoth\u00e9caire", + "account_role_defaultAsset": "Compte d'actif par d\u00e9faut", + "account_role_sharedAsset": "Compte d'actif partag\u00e9", + "account_role_savingAsset": "Compte d\u2019\u00e9pargne", + "account_role_ccAsset": "Carte de cr\u00e9dit", + "account_role_cashWalletAsset": "Porte-monnaie" } } \ No newline at end of file diff --git a/public/v2/i18n/hu.json b/public/v2/i18n/hu.json index fd56f5ace6..86c6bd7d0f 100644 --- a/public/v2/i18n/hu.json +++ b/public/v2/i18n/hu.json @@ -2,8 +2,13 @@ "config": { "html_language": "hu", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "A Firefly III nem tudja eld\u00f6nteni a tranzakci\u00f3 t\u00edpus\u00e1t a forr\u00e1ssz\u00e1mla alapj\u00e1n.", + "bad_type_destination": "A Firefly III nem tudja eld\u00f6nteni a tranzakci\u00f3 t\u00edpus\u00e1t a c\u00e9lsz\u00e1mla alapj\u00e1n." + }, "firefly": { "spent": "Elk\u00f6lt\u00f6tt", "left": "Maradv\u00e1ny", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Ad\u00f3ss\u00e1g", "account_type_Loan": "Hitel", - "account_type_Mortgage": "Jelz\u00e1log" + "account_type_Mortgage": "Jelz\u00e1log", + "account_role_defaultAsset": "Alap\u00e9rtelmezett eszk\u00f6zsz\u00e1mla", + "account_role_sharedAsset": "Megosztott eszk\u00f6zsz\u00e1mla", + "account_role_savingAsset": "Megtakar\u00edt\u00e1si sz\u00e1mla", + "account_role_ccAsset": "Hitelk\u00e1rtya", + "account_role_cashWalletAsset": "K\u00e9szp\u00e9nz" } } \ No newline at end of file diff --git a/public/v2/i18n/hu_HU.json b/public/v2/i18n/hu_HU.json index fd56f5ace6..86c6bd7d0f 100644 --- a/public/v2/i18n/hu_HU.json +++ b/public/v2/i18n/hu_HU.json @@ -2,8 +2,13 @@ "config": { "html_language": "hu", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "A Firefly III nem tudja eld\u00f6nteni a tranzakci\u00f3 t\u00edpus\u00e1t a forr\u00e1ssz\u00e1mla alapj\u00e1n.", + "bad_type_destination": "A Firefly III nem tudja eld\u00f6nteni a tranzakci\u00f3 t\u00edpus\u00e1t a c\u00e9lsz\u00e1mla alapj\u00e1n." + }, "firefly": { "spent": "Elk\u00f6lt\u00f6tt", "left": "Maradv\u00e1ny", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Ad\u00f3ss\u00e1g", "account_type_Loan": "Hitel", - "account_type_Mortgage": "Jelz\u00e1log" + "account_type_Mortgage": "Jelz\u00e1log", + "account_role_defaultAsset": "Alap\u00e9rtelmezett eszk\u00f6zsz\u00e1mla", + "account_role_sharedAsset": "Megosztott eszk\u00f6zsz\u00e1mla", + "account_role_savingAsset": "Megtakar\u00edt\u00e1si sz\u00e1mla", + "account_role_ccAsset": "Hitelk\u00e1rtya", + "account_role_cashWalletAsset": "K\u00e9szp\u00e9nz" } } \ No newline at end of file diff --git a/public/v2/i18n/id.json b/public/v2/i18n/id.json index f2f04053db..d5e8a699e2 100644 --- a/public/v2/i18n/id.json +++ b/public/v2/i18n/id.json @@ -2,8 +2,13 @@ "config": { "html_language": "id", "date_time_fns": "do MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Menghabiskan", "left": "Kiri", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Debt", "account_type_Loan": "Loan", - "account_type_Mortgage": "Mortgage" + "account_type_Mortgage": "Mortgage", + "account_role_defaultAsset": "Akun aset standar", + "account_role_sharedAsset": "Akun aset bersama", + "account_role_savingAsset": "Rekening tabungan", + "account_role_ccAsset": "Kartu kredit", + "account_role_cashWalletAsset": "Cash wallet" } } \ No newline at end of file diff --git a/public/v2/i18n/id_ID.json b/public/v2/i18n/id_ID.json index f2f04053db..d5e8a699e2 100644 --- a/public/v2/i18n/id_ID.json +++ b/public/v2/i18n/id_ID.json @@ -2,8 +2,13 @@ "config": { "html_language": "id", "date_time_fns": "do MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Menghabiskan", "left": "Kiri", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Debt", "account_type_Loan": "Loan", - "account_type_Mortgage": "Mortgage" + "account_type_Mortgage": "Mortgage", + "account_role_defaultAsset": "Akun aset standar", + "account_role_sharedAsset": "Akun aset bersama", + "account_role_savingAsset": "Rekening tabungan", + "account_role_ccAsset": "Kartu kredit", + "account_role_cashWalletAsset": "Cash wallet" } } \ No newline at end of file diff --git a/public/v2/i18n/it.json b/public/v2/i18n/it.json index 3e8d72340d..a3ce72bed0 100644 --- a/public/v2/i18n/it.json +++ b/public/v2/i18n/it.json @@ -2,8 +2,13 @@ "config": { "html_language": "it", "date_time_fns": "do MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III non pu\u00f2 determinare il tipo di transazione in base a questo account sorgente.", + "bad_type_destination": "Firefly III non pu\u00f2 determinare il tipo di transazione in base a questo account di destinazione." + }, "firefly": { "spent": "Speso", "left": "Resto", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Conto di entrate", "account_type_Debt": "Debito", "account_type_Loan": "Prestito", - "account_type_Mortgage": "Mutuo" + "account_type_Mortgage": "Mutuo", + "account_role_defaultAsset": "Conto attivit\u00e0 predefinito", + "account_role_sharedAsset": "Conto attivit\u00e0 condiviso", + "account_role_savingAsset": "Conto risparmio", + "account_role_ccAsset": "Carta di credito", + "account_role_cashWalletAsset": "Portafoglio" } } \ No newline at end of file diff --git a/public/v2/i18n/it_IT.json b/public/v2/i18n/it_IT.json index 3e8d72340d..a3ce72bed0 100644 --- a/public/v2/i18n/it_IT.json +++ b/public/v2/i18n/it_IT.json @@ -2,8 +2,13 @@ "config": { "html_language": "it", "date_time_fns": "do MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III non pu\u00f2 determinare il tipo di transazione in base a questo account sorgente.", + "bad_type_destination": "Firefly III non pu\u00f2 determinare il tipo di transazione in base a questo account di destinazione." + }, "firefly": { "spent": "Speso", "left": "Resto", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Conto di entrate", "account_type_Debt": "Debito", "account_type_Loan": "Prestito", - "account_type_Mortgage": "Mutuo" + "account_type_Mortgage": "Mutuo", + "account_role_defaultAsset": "Conto attivit\u00e0 predefinito", + "account_role_sharedAsset": "Conto attivit\u00e0 condiviso", + "account_role_savingAsset": "Conto risparmio", + "account_role_ccAsset": "Carta di credito", + "account_role_cashWalletAsset": "Portafoglio" } } \ No newline at end of file diff --git a/public/v2/i18n/ja.json b/public/v2/i18n/ja.json index d6c97bb61d..b9c7a908d6 100644 --- a/public/v2/i18n/ja.json +++ b/public/v2/i18n/ja.json @@ -2,8 +2,13 @@ "config": { "html_language": "ja", "date_time_fns": "yyyy\u5e74MMMM\u6708do\u65e5 HH:mm:ss", + "month_and_day_fns": "y\u5e74 MMMM d\u65e5", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "\u652f\u51fa", "left": "\u6b8b\u308a", @@ -38,6 +43,11 @@ "account_type_Revenue account": "\u53ce\u5165\u53e3\u5ea7", "account_type_Debt": "\u501f\u91d1", "account_type_Loan": "\u30ed\u30fc\u30f3", - "account_type_Mortgage": "\u4f4f\u5b85\u30ed\u30fc\u30f3" + "account_type_Mortgage": "\u4f4f\u5b85\u30ed\u30fc\u30f3", + "account_role_defaultAsset": "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8cc7\u7523\u53e3\u5ea7", + "account_role_sharedAsset": "\u5171\u6709\u8cc7\u7523\u53e3\u5ea7", + "account_role_savingAsset": "\u8caf\u84c4\u53e3\u5ea7", + "account_role_ccAsset": "\u30af\u30ec\u30b8\u30c3\u30c8\u30ab\u30fc\u30c9", + "account_role_cashWalletAsset": "\u73fe\u91d1" } } \ No newline at end of file diff --git a/public/v2/i18n/ja_JP.json b/public/v2/i18n/ja_JP.json index d6c97bb61d..b9c7a908d6 100644 --- a/public/v2/i18n/ja_JP.json +++ b/public/v2/i18n/ja_JP.json @@ -2,8 +2,13 @@ "config": { "html_language": "ja", "date_time_fns": "yyyy\u5e74MMMM\u6708do\u65e5 HH:mm:ss", + "month_and_day_fns": "y\u5e74 MMMM d\u65e5", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "\u652f\u51fa", "left": "\u6b8b\u308a", @@ -38,6 +43,11 @@ "account_type_Revenue account": "\u53ce\u5165\u53e3\u5ea7", "account_type_Debt": "\u501f\u91d1", "account_type_Loan": "\u30ed\u30fc\u30f3", - "account_type_Mortgage": "\u4f4f\u5b85\u30ed\u30fc\u30f3" + "account_type_Mortgage": "\u4f4f\u5b85\u30ed\u30fc\u30f3", + "account_role_defaultAsset": "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8cc7\u7523\u53e3\u5ea7", + "account_role_sharedAsset": "\u5171\u6709\u8cc7\u7523\u53e3\u5ea7", + "account_role_savingAsset": "\u8caf\u84c4\u53e3\u5ea7", + "account_role_ccAsset": "\u30af\u30ec\u30b8\u30c3\u30c8\u30ab\u30fc\u30c9", + "account_role_cashWalletAsset": "\u73fe\u91d1" } } \ No newline at end of file diff --git a/public/v2/i18n/ko.json b/public/v2/i18n/ko.json index 1706815cad..7c14334463 100644 --- a/public/v2/i18n/ko.json +++ b/public/v2/i18n/ko.json @@ -2,8 +2,13 @@ "config": { "html_language": "ko", "date_time_fns": "YYYY\ub144 M\uc6d4 D\uc77c HH:mm:ss", + "month_and_day_fns": "y\ub144 MMMM d\uc77c", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "\uc9c0\ucd9c", "left": "\ub0a8\uc74c", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "\ub300\ucd9c", "account_type_Loan": "\ube5a", - "account_type_Mortgage": "\ubaa8\uae30\uc9c0" + "account_type_Mortgage": "\ubaa8\uae30\uc9c0", + "account_role_defaultAsset": "\uae30\ubcf8 \uc790\uc0b0 \uacc4\uc815", + "account_role_sharedAsset": "\uacf5\uc720 \uc790\uc0b0 \uacc4\uc815", + "account_role_savingAsset": "\uc608\uae08 \uacc4\uc88c", + "account_role_ccAsset": "\uc2e0\uc6a9\uce74\ub4dc", + "account_role_cashWalletAsset": "\ud604\uae08 \uc9c0\uac11" } } \ No newline at end of file diff --git a/public/v2/i18n/ko_KR.json b/public/v2/i18n/ko_KR.json index 1706815cad..7c14334463 100644 --- a/public/v2/i18n/ko_KR.json +++ b/public/v2/i18n/ko_KR.json @@ -2,8 +2,13 @@ "config": { "html_language": "ko", "date_time_fns": "YYYY\ub144 M\uc6d4 D\uc77c HH:mm:ss", + "month_and_day_fns": "y\ub144 MMMM d\uc77c", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "\uc9c0\ucd9c", "left": "\ub0a8\uc74c", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "\ub300\ucd9c", "account_type_Loan": "\ube5a", - "account_type_Mortgage": "\ubaa8\uae30\uc9c0" + "account_type_Mortgage": "\ubaa8\uae30\uc9c0", + "account_role_defaultAsset": "\uae30\ubcf8 \uc790\uc0b0 \uacc4\uc815", + "account_role_sharedAsset": "\uacf5\uc720 \uc790\uc0b0 \uacc4\uc815", + "account_role_savingAsset": "\uc608\uae08 \uacc4\uc88c", + "account_role_ccAsset": "\uc2e0\uc6a9\uce74\ub4dc", + "account_role_cashWalletAsset": "\ud604\uae08 \uc9c0\uac11" } } \ No newline at end of file diff --git a/public/v2/i18n/nb.json b/public/v2/i18n/nb.json index 5b546e3912..387537dcb3 100644 --- a/public/v2/i18n/nb.json +++ b/public/v2/i18n/nb.json @@ -2,8 +2,13 @@ "config": { "html_language": "nb", "date_time_fns": "do MMMM, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Brukt", "left": "Gjenv\u00e6rende", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Inntektskonto", "account_type_Debt": "Gjeld", "account_type_Loan": "L\u00e5n", - "account_type_Mortgage": "Boligl\u00e5n" + "account_type_Mortgage": "Boligl\u00e5n", + "account_role_defaultAsset": "Standard aktivakonto", + "account_role_sharedAsset": "Delt aktivakonto", + "account_role_savingAsset": "Sparekonto", + "account_role_ccAsset": "Kredittkort", + "account_role_cashWalletAsset": "Kontant lommebok" } } \ No newline at end of file diff --git a/public/v2/i18n/nb_NO.json b/public/v2/i18n/nb_NO.json index 5b546e3912..387537dcb3 100644 --- a/public/v2/i18n/nb_NO.json +++ b/public/v2/i18n/nb_NO.json @@ -2,8 +2,13 @@ "config": { "html_language": "nb", "date_time_fns": "do MMMM, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Brukt", "left": "Gjenv\u00e6rende", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Inntektskonto", "account_type_Debt": "Gjeld", "account_type_Loan": "L\u00e5n", - "account_type_Mortgage": "Boligl\u00e5n" + "account_type_Mortgage": "Boligl\u00e5n", + "account_role_defaultAsset": "Standard aktivakonto", + "account_role_sharedAsset": "Delt aktivakonto", + "account_role_savingAsset": "Sparekonto", + "account_role_ccAsset": "Kredittkort", + "account_role_cashWalletAsset": "Kontant lommebok" } } \ No newline at end of file diff --git a/public/v2/i18n/nl.json b/public/v2/i18n/nl.json index 98cae711bd..d9fedebcd2 100644 --- a/public/v2/i18n/nl.json +++ b/public/v2/i18n/nl.json @@ -2,8 +2,13 @@ "config": { "html_language": "nl", "date_time_fns": "d MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III kan het transactietype niet bepalen op basis van deze bronrekening.", + "bad_type_destination": "Firefly III kan het transactietype niet bepalen op basis van deze doelrekening." + }, "firefly": { "spent": "Uitgegeven", "left": "Over", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Debiteur", "account_type_Debt": "Schuld", "account_type_Loan": "Lening", - "account_type_Mortgage": "Hypotheek" + "account_type_Mortgage": "Hypotheek", + "account_role_defaultAsset": "Standaard betaalrekening", + "account_role_sharedAsset": "Gedeelde betaalrekening", + "account_role_savingAsset": "Spaarrekening", + "account_role_ccAsset": "Credit card", + "account_role_cashWalletAsset": "Cash" } } \ No newline at end of file diff --git a/public/v2/i18n/nl_NL.json b/public/v2/i18n/nl_NL.json index 98cae711bd..d9fedebcd2 100644 --- a/public/v2/i18n/nl_NL.json +++ b/public/v2/i18n/nl_NL.json @@ -2,8 +2,13 @@ "config": { "html_language": "nl", "date_time_fns": "d MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III kan het transactietype niet bepalen op basis van deze bronrekening.", + "bad_type_destination": "Firefly III kan het transactietype niet bepalen op basis van deze doelrekening." + }, "firefly": { "spent": "Uitgegeven", "left": "Over", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Debiteur", "account_type_Debt": "Schuld", "account_type_Loan": "Lening", - "account_type_Mortgage": "Hypotheek" + "account_type_Mortgage": "Hypotheek", + "account_role_defaultAsset": "Standaard betaalrekening", + "account_role_sharedAsset": "Gedeelde betaalrekening", + "account_role_savingAsset": "Spaarrekening", + "account_role_ccAsset": "Credit card", + "account_role_cashWalletAsset": "Cash" } } \ No newline at end of file diff --git a/public/v2/i18n/nn.json b/public/v2/i18n/nn.json index 2dcfcfb3f2..c9a388a209 100644 --- a/public/v2/i18n/nn.json +++ b/public/v2/i18n/nn.json @@ -2,8 +2,13 @@ "config": { "html_language": "nn", "date_time_fns": "do MMMM, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Brukt", "left": "Att", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Gjeld", "account_type_Loan": "L\u00e5n", - "account_type_Mortgage": "Boligl\u00e5n" + "account_type_Mortgage": "Boligl\u00e5n", + "account_role_defaultAsset": "Standard aktivakonto", + "account_role_sharedAsset": "Delt aktivakonto", + "account_role_savingAsset": "Sparekonto", + "account_role_ccAsset": "Kredittkort", + "account_role_cashWalletAsset": "Kontant lommebok" } } \ No newline at end of file diff --git a/public/v2/i18n/nn_NO.json b/public/v2/i18n/nn_NO.json index 2dcfcfb3f2..c9a388a209 100644 --- a/public/v2/i18n/nn_NO.json +++ b/public/v2/i18n/nn_NO.json @@ -2,8 +2,13 @@ "config": { "html_language": "nn", "date_time_fns": "do MMMM, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Brukt", "left": "Att", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Gjeld", "account_type_Loan": "L\u00e5n", - "account_type_Mortgage": "Boligl\u00e5n" + "account_type_Mortgage": "Boligl\u00e5n", + "account_role_defaultAsset": "Standard aktivakonto", + "account_role_sharedAsset": "Delt aktivakonto", + "account_role_savingAsset": "Sparekonto", + "account_role_ccAsset": "Kredittkort", + "account_role_cashWalletAsset": "Kontant lommebok" } } \ No newline at end of file diff --git a/public/v2/i18n/pl.json b/public/v2/i18n/pl.json index 287d0e742d..396d975516 100644 --- a/public/v2/i18n/pl.json +++ b/public/v2/i18n/pl.json @@ -2,8 +2,13 @@ "config": { "html_language": "pl", "date_time_fns": "do MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Wydano", "left": "Pozosta\u0142o", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Konto przychod\u00f3w", "account_type_Debt": "D\u0142ug", "account_type_Loan": "Po\u017cyczka", - "account_type_Mortgage": "Hipoteka" + "account_type_Mortgage": "Hipoteka", + "account_role_defaultAsset": "Domy\u015blne konto aktyw\u00f3w", + "account_role_sharedAsset": "Wsp\u00f3\u0142dzielone konto aktyw\u00f3w", + "account_role_savingAsset": "Konto oszcz\u0119dno\u015bciowe", + "account_role_ccAsset": "Karta kredytowa", + "account_role_cashWalletAsset": "Portfel got\u00f3wkowy" } } \ No newline at end of file diff --git a/public/v2/i18n/pl_PL.json b/public/v2/i18n/pl_PL.json index 287d0e742d..396d975516 100644 --- a/public/v2/i18n/pl_PL.json +++ b/public/v2/i18n/pl_PL.json @@ -2,8 +2,13 @@ "config": { "html_language": "pl", "date_time_fns": "do MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Wydano", "left": "Pozosta\u0142o", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Konto przychod\u00f3w", "account_type_Debt": "D\u0142ug", "account_type_Loan": "Po\u017cyczka", - "account_type_Mortgage": "Hipoteka" + "account_type_Mortgage": "Hipoteka", + "account_role_defaultAsset": "Domy\u015blne konto aktyw\u00f3w", + "account_role_sharedAsset": "Wsp\u00f3\u0142dzielone konto aktyw\u00f3w", + "account_role_savingAsset": "Konto oszcz\u0119dno\u015bciowe", + "account_role_ccAsset": "Karta kredytowa", + "account_role_cashWalletAsset": "Portfel got\u00f3wkowy" } } \ No newline at end of file diff --git a/public/v2/i18n/pt-br.json b/public/v2/i18n/pt-br.json index 572e26c6f6..bd716da7bc 100644 --- a/public/v2/i18n/pt-br.json +++ b/public/v2/i18n/pt-br.json @@ -2,8 +2,13 @@ "config": { "html_language": "pt-br", "date_time_fns": "dd 'de' MMMM 'de' yyyy, '\u00e0s' HH:mm:ss", + "month_and_day_fns": "d [de] MMMM [de] y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III n\u00e3o conseguiu determinar o tipo de transa\u00e7\u00e3o baseado nesta conta de origem.", + "bad_type_destination": "Firefly III n\u00e3o conseguiu determinar o tipo de transa\u00e7\u00e3o baseado nesta conta destino." + }, "firefly": { "spent": "Gasto", "left": "Restante", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Conta de receitas", "account_type_Debt": "D\u00edvida", "account_type_Loan": "Empr\u00e9stimo", - "account_type_Mortgage": "Hipoteca" + "account_type_Mortgage": "Hipoteca", + "account_role_defaultAsset": "Conta padr\u00e3o", + "account_role_sharedAsset": "Contas de ativos compartilhadas", + "account_role_savingAsset": "Conta poupan\u00e7a", + "account_role_ccAsset": "Cart\u00e3o de cr\u00e9dito", + "account_role_cashWalletAsset": "Carteira de dinheiro" } } \ No newline at end of file diff --git a/public/v2/i18n/pt.json b/public/v2/i18n/pt.json index 9a5d03f5e4..37ae17262d 100644 --- a/public/v2/i18n/pt.json +++ b/public/v2/i18n/pt.json @@ -2,8 +2,13 @@ "config": { "html_language": "pt", "date_time_fns": "DO [de] MMMM YYYY, @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "O Firefly III n\u00e3o consegue determinar o tipo de transa\u00e7\u00e3o baseado nesta conta de origem.", + "bad_type_destination": "O Firefly III n\u00e3o consegue determinar o tipo de transa\u00e7\u00e3o baseado nesta conta de destino." + }, "firefly": { "spent": "Gasto", "left": "Em falta", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Conta de receitas", "account_type_Debt": "D\u00edvida", "account_type_Loan": "Empr\u00e9stimo", - "account_type_Mortgage": "Hipoteca" + "account_type_Mortgage": "Hipoteca", + "account_role_defaultAsset": "Conta de ativos predefinida", + "account_role_sharedAsset": "Conta de ativos partilhados", + "account_role_savingAsset": "Conta poupan\u00e7a", + "account_role_ccAsset": "Cart\u00e3o de cr\u00e9dito", + "account_role_cashWalletAsset": "Carteira de dinheiro" } } \ No newline at end of file diff --git a/public/v2/i18n/pt_BR.json b/public/v2/i18n/pt_BR.json index 572e26c6f6..bd716da7bc 100644 --- a/public/v2/i18n/pt_BR.json +++ b/public/v2/i18n/pt_BR.json @@ -2,8 +2,13 @@ "config": { "html_language": "pt-br", "date_time_fns": "dd 'de' MMMM 'de' yyyy, '\u00e0s' HH:mm:ss", + "month_and_day_fns": "d [de] MMMM [de] y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III n\u00e3o conseguiu determinar o tipo de transa\u00e7\u00e3o baseado nesta conta de origem.", + "bad_type_destination": "Firefly III n\u00e3o conseguiu determinar o tipo de transa\u00e7\u00e3o baseado nesta conta destino." + }, "firefly": { "spent": "Gasto", "left": "Restante", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Conta de receitas", "account_type_Debt": "D\u00edvida", "account_type_Loan": "Empr\u00e9stimo", - "account_type_Mortgage": "Hipoteca" + "account_type_Mortgage": "Hipoteca", + "account_role_defaultAsset": "Conta padr\u00e3o", + "account_role_sharedAsset": "Contas de ativos compartilhadas", + "account_role_savingAsset": "Conta poupan\u00e7a", + "account_role_ccAsset": "Cart\u00e3o de cr\u00e9dito", + "account_role_cashWalletAsset": "Carteira de dinheiro" } } \ No newline at end of file diff --git a/public/v2/i18n/pt_PT.json b/public/v2/i18n/pt_PT.json index 9a5d03f5e4..37ae17262d 100644 --- a/public/v2/i18n/pt_PT.json +++ b/public/v2/i18n/pt_PT.json @@ -2,8 +2,13 @@ "config": { "html_language": "pt", "date_time_fns": "DO [de] MMMM YYYY, @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "O Firefly III n\u00e3o consegue determinar o tipo de transa\u00e7\u00e3o baseado nesta conta de origem.", + "bad_type_destination": "O Firefly III n\u00e3o consegue determinar o tipo de transa\u00e7\u00e3o baseado nesta conta de destino." + }, "firefly": { "spent": "Gasto", "left": "Em falta", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Conta de receitas", "account_type_Debt": "D\u00edvida", "account_type_Loan": "Empr\u00e9stimo", - "account_type_Mortgage": "Hipoteca" + "account_type_Mortgage": "Hipoteca", + "account_role_defaultAsset": "Conta de ativos predefinida", + "account_role_sharedAsset": "Conta de ativos partilhados", + "account_role_savingAsset": "Conta poupan\u00e7a", + "account_role_ccAsset": "Cart\u00e3o de cr\u00e9dito", + "account_role_cashWalletAsset": "Carteira de dinheiro" } } \ No newline at end of file diff --git a/public/v2/i18n/ro.json b/public/v2/i18n/ro.json index f2161b3a30..b3d4cd12f8 100644 --- a/public/v2/i18n/ro.json +++ b/public/v2/i18n/ro.json @@ -2,8 +2,13 @@ "config": { "html_language": "ro", "date_time_fns": "MMMM do yyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do yyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III nu poate determina tipul de tranzac\u021bie pe baza acestui cont surs\u0103.", + "bad_type_destination": "Firefly III nu poate determina tipul de tranzac\u021bie bazat pe acest cont de destina\u021bie." + }, "firefly": { "spent": "Cheltuit", "left": "R\u0103mas", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Cont de venituri", "account_type_Debt": "Datorie", "account_type_Loan": "\u00cemprumut", - "account_type_Mortgage": "Credit ipotecar" + "account_type_Mortgage": "Credit ipotecar", + "account_role_defaultAsset": "Contul implicit activ", + "account_role_sharedAsset": "Contul de active partajat", + "account_role_savingAsset": "Cont de economii", + "account_role_ccAsset": "Card de credit", + "account_role_cashWalletAsset": "Cash - Numerar" } } \ No newline at end of file diff --git a/public/v2/i18n/ro_RO.json b/public/v2/i18n/ro_RO.json index f2161b3a30..b3d4cd12f8 100644 --- a/public/v2/i18n/ro_RO.json +++ b/public/v2/i18n/ro_RO.json @@ -2,8 +2,13 @@ "config": { "html_language": "ro", "date_time_fns": "MMMM do yyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do yyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III nu poate determina tipul de tranzac\u021bie pe baza acestui cont surs\u0103.", + "bad_type_destination": "Firefly III nu poate determina tipul de tranzac\u021bie bazat pe acest cont de destina\u021bie." + }, "firefly": { "spent": "Cheltuit", "left": "R\u0103mas", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Cont de venituri", "account_type_Debt": "Datorie", "account_type_Loan": "\u00cemprumut", - "account_type_Mortgage": "Credit ipotecar" + "account_type_Mortgage": "Credit ipotecar", + "account_role_defaultAsset": "Contul implicit activ", + "account_role_sharedAsset": "Contul de active partajat", + "account_role_savingAsset": "Cont de economii", + "account_role_ccAsset": "Card de credit", + "account_role_cashWalletAsset": "Cash - Numerar" } } \ No newline at end of file diff --git a/public/v2/i18n/ru.json b/public/v2/i18n/ru.json index 98e1c695e2..4e48fdc5b0 100644 --- a/public/v2/i18n/ru.json +++ b/public/v2/i18n/ru.json @@ -2,8 +2,13 @@ "config": { "html_language": "ru", "date_time_fns": "Do MMMM yyyy, @ HH:mm:ss", + "month_and_day_fns": "D MMMM YYYY", "date_time_fns_short": "Do MMMM YYYY \u0432 HH:mm" }, + "validation": { + "bad_type_source": "Firefly III \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0442\u0438\u043f \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u044d\u0442\u043e\u0433\u043e \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u0441\u0447\u0435\u0442\u0430.", + "bad_type_destination": "Firefly III \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0442\u0438\u043f \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u044d\u0442\u043e\u0433\u043e \u0441\u0447\u0435\u0442\u0430." + }, "firefly": { "spent": "\u0420\u0430\u0441\u0445\u043e\u0434", "left": "\u041e\u0441\u0442\u0430\u043b\u043e\u0441\u044c", @@ -38,6 +43,11 @@ "account_type_Revenue account": "\u0421\u0447\u0435\u0442 \u0434\u043e\u0445\u043e\u0434\u043e\u0432", "account_type_Debt": "\u0414\u0435\u0431\u0438\u0442", "account_type_Loan": "\u0417\u0430\u0451\u043c", - "account_type_Mortgage": "\u0418\u043f\u043e\u0442\u0435\u043a\u0430" + "account_type_Mortgage": "\u0418\u043f\u043e\u0442\u0435\u043a\u0430", + "account_role_defaultAsset": "\u0421\u0447\u0451\u0442 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", + "account_role_sharedAsset": "\u041e\u0431\u0449\u0438\u0439 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0441\u0447\u0451\u0442", + "account_role_savingAsset": "\u0421\u0431\u0435\u0440\u0435\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0441\u0447\u0435\u0442", + "account_role_ccAsset": "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430\u044f \u043a\u0430\u0440\u0442\u0430", + "account_role_cashWalletAsset": "\u041d\u0430\u043b\u0438\u0447\u043d\u044b\u0435" } } \ No newline at end of file diff --git a/public/v2/i18n/ru_RU.json b/public/v2/i18n/ru_RU.json index 98e1c695e2..4e48fdc5b0 100644 --- a/public/v2/i18n/ru_RU.json +++ b/public/v2/i18n/ru_RU.json @@ -2,8 +2,13 @@ "config": { "html_language": "ru", "date_time_fns": "Do MMMM yyyy, @ HH:mm:ss", + "month_and_day_fns": "D MMMM YYYY", "date_time_fns_short": "Do MMMM YYYY \u0432 HH:mm" }, + "validation": { + "bad_type_source": "Firefly III \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0442\u0438\u043f \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u044d\u0442\u043e\u0433\u043e \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u0441\u0447\u0435\u0442\u0430.", + "bad_type_destination": "Firefly III \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0442\u0438\u043f \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u044d\u0442\u043e\u0433\u043e \u0441\u0447\u0435\u0442\u0430." + }, "firefly": { "spent": "\u0420\u0430\u0441\u0445\u043e\u0434", "left": "\u041e\u0441\u0442\u0430\u043b\u043e\u0441\u044c", @@ -38,6 +43,11 @@ "account_type_Revenue account": "\u0421\u0447\u0435\u0442 \u0434\u043e\u0445\u043e\u0434\u043e\u0432", "account_type_Debt": "\u0414\u0435\u0431\u0438\u0442", "account_type_Loan": "\u0417\u0430\u0451\u043c", - "account_type_Mortgage": "\u0418\u043f\u043e\u0442\u0435\u043a\u0430" + "account_type_Mortgage": "\u0418\u043f\u043e\u0442\u0435\u043a\u0430", + "account_role_defaultAsset": "\u0421\u0447\u0451\u0442 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e", + "account_role_sharedAsset": "\u041e\u0431\u0449\u0438\u0439 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0441\u0447\u0451\u0442", + "account_role_savingAsset": "\u0421\u0431\u0435\u0440\u0435\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0441\u0447\u0435\u0442", + "account_role_ccAsset": "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430\u044f \u043a\u0430\u0440\u0442\u0430", + "account_role_cashWalletAsset": "\u041d\u0430\u043b\u0438\u0447\u043d\u044b\u0435" } } \ No newline at end of file diff --git a/public/v2/i18n/sk.json b/public/v2/i18n/sk.json index aed6e82427..cede512fdf 100644 --- a/public/v2/i18n/sk.json +++ b/public/v2/i18n/sk.json @@ -2,8 +2,13 @@ "config": { "html_language": "sk", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Utraten\u00e9", "left": "Zost\u00e1va", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Dlh", "account_type_Loan": "P\u00f4\u017ei\u010dka", - "account_type_Mortgage": "Hypot\u00e9ka" + "account_type_Mortgage": "Hypot\u00e9ka", + "account_role_defaultAsset": "Predvolen\u00fd \u00fa\u010det akt\u00edv", + "account_role_sharedAsset": "Zdie\u013ean\u00fd \u00fa\u010det akt\u00edv", + "account_role_savingAsset": "\u0160etriaci \u00fa\u010det", + "account_role_ccAsset": "Kreditn\u00e1 karta", + "account_role_cashWalletAsset": "Pe\u0148a\u017eenka" } } \ No newline at end of file diff --git a/public/v2/i18n/sk_SK.json b/public/v2/i18n/sk_SK.json index aed6e82427..cede512fdf 100644 --- a/public/v2/i18n/sk_SK.json +++ b/public/v2/i18n/sk_SK.json @@ -2,8 +2,13 @@ "config": { "html_language": "sk", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Utraten\u00e9", "left": "Zost\u00e1va", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Dlh", "account_type_Loan": "P\u00f4\u017ei\u010dka", - "account_type_Mortgage": "Hypot\u00e9ka" + "account_type_Mortgage": "Hypot\u00e9ka", + "account_role_defaultAsset": "Predvolen\u00fd \u00fa\u010det akt\u00edv", + "account_role_sharedAsset": "Zdie\u013ean\u00fd \u00fa\u010det akt\u00edv", + "account_role_savingAsset": "\u0160etriaci \u00fa\u010det", + "account_role_ccAsset": "Kreditn\u00e1 karta", + "account_role_cashWalletAsset": "Pe\u0148a\u017eenka" } } \ No newline at end of file diff --git a/public/v2/i18n/sl.json b/public/v2/i18n/sl.json index 14ed76716e..91137d991b 100644 --- a/public/v2/i18n/sl.json +++ b/public/v2/i18n/sl.json @@ -2,8 +2,13 @@ "config": { "html_language": "sl", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Na podlagi tega izvornega ra\u010duna Firefly III ne more dolo\u010diti vrste transakcije.", + "bad_type_destination": "Na podlagi tega ciljnega ra\u010duna Firefly III ne more dolo\u010diti vrste transakcije." + }, "firefly": { "spent": "Porabljeno", "left": "Preostalo", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Ra\u010dun prihodkov", "account_type_Debt": "Dolg", "account_type_Loan": "Posojilo", - "account_type_Mortgage": "Hipoteka" + "account_type_Mortgage": "Hipoteka", + "account_role_defaultAsset": "Privzeti ra\u010dun sredstev", + "account_role_sharedAsset": "Skupni ra\u010dun sredstev", + "account_role_savingAsset": "Var\u010devalni ra\u010dun", + "account_role_ccAsset": "Kreditna kartica", + "account_role_cashWalletAsset": "Gotovina" } } \ No newline at end of file diff --git a/public/v2/i18n/sl_SI.json b/public/v2/i18n/sl_SI.json index 14ed76716e..91137d991b 100644 --- a/public/v2/i18n/sl_SI.json +++ b/public/v2/i18n/sl_SI.json @@ -2,8 +2,13 @@ "config": { "html_language": "sl", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Na podlagi tega izvornega ra\u010duna Firefly III ne more dolo\u010diti vrste transakcije.", + "bad_type_destination": "Na podlagi tega ciljnega ra\u010duna Firefly III ne more dolo\u010diti vrste transakcije." + }, "firefly": { "spent": "Porabljeno", "left": "Preostalo", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Ra\u010dun prihodkov", "account_type_Debt": "Dolg", "account_type_Loan": "Posojilo", - "account_type_Mortgage": "Hipoteka" + "account_type_Mortgage": "Hipoteka", + "account_role_defaultAsset": "Privzeti ra\u010dun sredstev", + "account_role_sharedAsset": "Skupni ra\u010dun sredstev", + "account_role_savingAsset": "Var\u010devalni ra\u010dun", + "account_role_ccAsset": "Kreditna kartica", + "account_role_cashWalletAsset": "Gotovina" } } \ No newline at end of file diff --git a/public/v2/i18n/sv.json b/public/v2/i18n/sv.json index aa3aa6ece5..b46b7d7ce4 100644 --- a/public/v2/i18n/sv.json +++ b/public/v2/i18n/sv.json @@ -2,8 +2,13 @@ "config": { "html_language": "sv", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III kan inte avg\u00f6ra transaktionstypen baserat p\u00e5 detta k\u00e4llkonto.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Spenderat", "left": "\u00c5terst\u00e5r", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Skuld", "account_type_Loan": "L\u00e5n", - "account_type_Mortgage": "Bol\u00e5n" + "account_type_Mortgage": "Bol\u00e5n", + "account_role_defaultAsset": "F\u00f6rvalt tillg\u00e5ngskonto", + "account_role_sharedAsset": "Delat tillg\u00e5ngskonto", + "account_role_savingAsset": "Sparkonto", + "account_role_ccAsset": "Kreditkort", + "account_role_cashWalletAsset": "Pl\u00e5nbok" } } \ No newline at end of file diff --git a/public/v2/i18n/sv_SE.json b/public/v2/i18n/sv_SE.json index aa3aa6ece5..b46b7d7ce4 100644 --- a/public/v2/i18n/sv_SE.json +++ b/public/v2/i18n/sv_SE.json @@ -2,8 +2,13 @@ "config": { "html_language": "sv", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "d MMMM y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III kan inte avg\u00f6ra transaktionstypen baserat p\u00e5 detta k\u00e4llkonto.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Spenderat", "left": "\u00c5terst\u00e5r", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Skuld", "account_type_Loan": "L\u00e5n", - "account_type_Mortgage": "Bol\u00e5n" + "account_type_Mortgage": "Bol\u00e5n", + "account_role_defaultAsset": "F\u00f6rvalt tillg\u00e5ngskonto", + "account_role_sharedAsset": "Delat tillg\u00e5ngskonto", + "account_role_savingAsset": "Sparkonto", + "account_role_ccAsset": "Kreditkort", + "account_role_cashWalletAsset": "Pl\u00e5nbok" } } \ No newline at end of file diff --git a/public/v2/i18n/tr.json b/public/v2/i18n/tr.json index bc66dc1833..5d3ee0f675 100644 --- a/public/v2/i18n/tr.json +++ b/public/v2/i18n/tr.json @@ -2,8 +2,13 @@ "config": { "html_language": "tr", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Harcanan", "left": "Ayr\u0131ld\u0131", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Debt", "account_type_Loan": "Loan", - "account_type_Mortgage": "Mortgage" + "account_type_Mortgage": "Mortgage", + "account_role_defaultAsset": "Varsay\u0131lan varl\u0131k hesab\u0131", + "account_role_sharedAsset": "Payla\u015f\u0131lan varl\u0131k hesab\u0131", + "account_role_savingAsset": "Birikim hesab\u0131", + "account_role_ccAsset": "Kredi Kart\u0131", + "account_role_cashWalletAsset": "Nakit c\u00fczdan" } } \ No newline at end of file diff --git a/public/v2/i18n/tr_TR.json b/public/v2/i18n/tr_TR.json index bc66dc1833..5d3ee0f675 100644 --- a/public/v2/i18n/tr_TR.json +++ b/public/v2/i18n/tr_TR.json @@ -2,8 +2,13 @@ "config": { "html_language": "tr", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Harcanan", "left": "Ayr\u0131ld\u0131", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "Debt", "account_type_Loan": "Loan", - "account_type_Mortgage": "Mortgage" + "account_type_Mortgage": "Mortgage", + "account_role_defaultAsset": "Varsay\u0131lan varl\u0131k hesab\u0131", + "account_role_sharedAsset": "Payla\u015f\u0131lan varl\u0131k hesab\u0131", + "account_role_savingAsset": "Birikim hesab\u0131", + "account_role_ccAsset": "Kredi Kart\u0131", + "account_role_cashWalletAsset": "Nakit c\u00fczdan" } } \ No newline at end of file diff --git a/public/v2/i18n/uk.json b/public/v2/i18n/uk.json index 962dcb7862..8a5a9b3c33 100644 --- a/public/v2/i18n/uk.json +++ b/public/v2/i18n/uk.json @@ -2,8 +2,13 @@ "config": { "html_language": "uk", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Spent", "left": "Left", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "\u0414\u0435\u0431\u0456\u0442", "account_type_Loan": "\u041f\u043e\u0437\u0438\u043a\u0430", - "account_type_Mortgage": "\u0406\u043f\u043e\u0442\u0435\u043a\u0430" + "account_type_Mortgage": "\u0406\u043f\u043e\u0442\u0435\u043a\u0430", + "account_role_defaultAsset": "Default asset account", + "account_role_sharedAsset": "\u0421\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u0440\u0430\u0445\u0443\u043d\u043e\u043a", + "account_role_savingAsset": "\u0420\u0430\u0445\u0443\u043d\u043e\u043a \u0434\u043b\u044f \u043d\u0430\u043a\u043e\u043f\u0438\u0447\u0435\u043d\u043d\u044f", + "account_role_ccAsset": "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u043a\u0430", + "account_role_cashWalletAsset": "\u0413\u0430\u043c\u0430\u043d\u0435\u0446\u044c" } } \ No newline at end of file diff --git a/public/v2/i18n/uk_UA.json b/public/v2/i18n/uk_UA.json index 962dcb7862..8a5a9b3c33 100644 --- a/public/v2/i18n/uk_UA.json +++ b/public/v2/i18n/uk_UA.json @@ -2,8 +2,13 @@ "config": { "html_language": "uk", "date_time_fns": "MMMM do, yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "Spent", "left": "Left", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "\u0414\u0435\u0431\u0456\u0442", "account_type_Loan": "\u041f\u043e\u0437\u0438\u043a\u0430", - "account_type_Mortgage": "\u0406\u043f\u043e\u0442\u0435\u043a\u0430" + "account_type_Mortgage": "\u0406\u043f\u043e\u0442\u0435\u043a\u0430", + "account_role_defaultAsset": "Default asset account", + "account_role_sharedAsset": "\u0421\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u0440\u0430\u0445\u0443\u043d\u043e\u043a", + "account_role_savingAsset": "\u0420\u0430\u0445\u0443\u043d\u043e\u043a \u0434\u043b\u044f \u043d\u0430\u043a\u043e\u043f\u0438\u0447\u0435\u043d\u043d\u044f", + "account_role_ccAsset": "\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u043a\u0430", + "account_role_cashWalletAsset": "\u0413\u0430\u043c\u0430\u043d\u0435\u0446\u044c" } } \ No newline at end of file diff --git a/public/v2/i18n/vi.json b/public/v2/i18n/vi.json index 656947bab5..35d836652e 100644 --- a/public/v2/i18n/vi.json +++ b/public/v2/i18n/vi.json @@ -2,8 +2,13 @@ "config": { "html_language": "vi", "date_time_fns": "d MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "\u0110\u00e3 chi", "left": "C\u00f2n l\u1ea1i", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "M\u00f3n n\u1ee3", "account_type_Loan": "Ti\u1ec1n vay", - "account_type_Mortgage": "Th\u1ebf ch\u1ea5p" + "account_type_Mortgage": "Th\u1ebf ch\u1ea5p", + "account_role_defaultAsset": "t\u00e0i kho\u1ea3n m\u1eb7c \u0111\u1ecbnh", + "account_role_sharedAsset": "t\u00e0i kho\u1ea3n d\u00f9ng chung", + "account_role_savingAsset": "T\u00e0i kho\u1ea3n ti\u1ebft ki\u1ec7m", + "account_role_ccAsset": "Th\u1ebb t\u00edn d\u1ee5ng", + "account_role_cashWalletAsset": "V\u00ed ti\u1ec1n m\u1eb7t" } } \ No newline at end of file diff --git a/public/v2/i18n/vi_VN.json b/public/v2/i18n/vi_VN.json index 656947bab5..35d836652e 100644 --- a/public/v2/i18n/vi_VN.json +++ b/public/v2/i18n/vi_VN.json @@ -2,8 +2,13 @@ "config": { "html_language": "vi", "date_time_fns": "d MMMM yyyy @ HH:mm:ss", + "month_and_day_fns": "MMMM d, y", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "\u0110\u00e3 chi", "left": "C\u00f2n l\u1ea1i", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "M\u00f3n n\u1ee3", "account_type_Loan": "Ti\u1ec1n vay", - "account_type_Mortgage": "Th\u1ebf ch\u1ea5p" + "account_type_Mortgage": "Th\u1ebf ch\u1ea5p", + "account_role_defaultAsset": "t\u00e0i kho\u1ea3n m\u1eb7c \u0111\u1ecbnh", + "account_role_sharedAsset": "t\u00e0i kho\u1ea3n d\u00f9ng chung", + "account_role_savingAsset": "T\u00e0i kho\u1ea3n ti\u1ebft ki\u1ec7m", + "account_role_ccAsset": "Th\u1ebb t\u00edn d\u1ee5ng", + "account_role_cashWalletAsset": "V\u00ed ti\u1ec1n m\u1eb7t" } } \ No newline at end of file diff --git a/public/v2/i18n/zh-cn.json b/public/v2/i18n/zh-cn.json index 61a6694085..f9dc3a288d 100644 --- a/public/v2/i18n/zh-cn.json +++ b/public/v2/i18n/zh-cn.json @@ -2,8 +2,13 @@ "config": { "html_language": "zh-cn", "date_time_fns": "YYYY\u5e74M\u6708D\u65e5 HH:mm:ss", + "month_and_day_fns": "YYYY\u5e74M\u6708D\u65e5", "date_time_fns_short": "MMMM \u6267\u884c, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III \u65e0\u6cd5\u786e\u5b9a\u57fa\u4e8e\u6b64\u6e90\u8d26\u6237\u7684\u4ea4\u6613\u7c7b\u578b\u3002", + "bad_type_destination": "Firefly III \u65e0\u6cd5\u786e\u5b9a\u57fa\u4e8e\u6b64\u76ee\u6807\u5e10\u6237\u7684\u4ea4\u6613\u7c7b\u578b\u3002" + }, "firefly": { "spent": "\u652f\u51fa", "left": "\u5269\u4f59", @@ -38,6 +43,11 @@ "account_type_Revenue account": "\u6536\u5165\u8d26\u6237", "account_type_Debt": "\u6b20\u6b3e", "account_type_Loan": "\u8d37\u6b3e", - "account_type_Mortgage": "\u62b5\u62bc" + "account_type_Mortgage": "\u62b5\u62bc", + "account_role_defaultAsset": "\u9ed8\u8ba4\u8d44\u4ea7\u8d26\u6237", + "account_role_sharedAsset": "\u5171\u7528\u8d44\u4ea7\u8d26\u6237", + "account_role_savingAsset": "\u50a8\u84c4\u8d26\u6237", + "account_role_ccAsset": "\u4fe1\u7528\u5361", + "account_role_cashWalletAsset": "\u73b0\u91d1\u94b1\u5305" } } \ No newline at end of file diff --git a/public/v2/i18n/zh-tw.json b/public/v2/i18n/zh-tw.json index d3e8175655..9b45fdc96a 100644 --- a/public/v2/i18n/zh-tw.json +++ b/public/v2/i18n/zh-tw.json @@ -2,8 +2,13 @@ "config": { "html_language": "zh-tw", "date_time_fns": "YYYY\u5e74 M\u6708 D\u65e5 dddd \u65bc HH:mm:ss", + "month_and_day_fns": "YYYY\u5e74 M\u6708 d\u65e5", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "\u652f\u51fa", "left": "\u5269\u9918", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "\u8ca0\u50b5", "account_type_Loan": "\u8cb8\u6b3e", - "account_type_Mortgage": "\u62b5\u62bc" + "account_type_Mortgage": "\u62b5\u62bc", + "account_role_defaultAsset": "\u9810\u8a2d\u8cc7\u7522\u5e33\u6236", + "account_role_sharedAsset": "\u5171\u7528\u8cc7\u7522\u5e33\u6236", + "account_role_savingAsset": "\u5132\u84c4\u5e33\u6236", + "account_role_ccAsset": "\u4fe1\u7528\u5361", + "account_role_cashWalletAsset": "\u73fe\u91d1\u9322\u5305" } } \ No newline at end of file diff --git a/public/v2/i18n/zh_CN.json b/public/v2/i18n/zh_CN.json index 61a6694085..f9dc3a288d 100644 --- a/public/v2/i18n/zh_CN.json +++ b/public/v2/i18n/zh_CN.json @@ -2,8 +2,13 @@ "config": { "html_language": "zh-cn", "date_time_fns": "YYYY\u5e74M\u6708D\u65e5 HH:mm:ss", + "month_and_day_fns": "YYYY\u5e74M\u6708D\u65e5", "date_time_fns_short": "MMMM \u6267\u884c, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III \u65e0\u6cd5\u786e\u5b9a\u57fa\u4e8e\u6b64\u6e90\u8d26\u6237\u7684\u4ea4\u6613\u7c7b\u578b\u3002", + "bad_type_destination": "Firefly III \u65e0\u6cd5\u786e\u5b9a\u57fa\u4e8e\u6b64\u76ee\u6807\u5e10\u6237\u7684\u4ea4\u6613\u7c7b\u578b\u3002" + }, "firefly": { "spent": "\u652f\u51fa", "left": "\u5269\u4f59", @@ -38,6 +43,11 @@ "account_type_Revenue account": "\u6536\u5165\u8d26\u6237", "account_type_Debt": "\u6b20\u6b3e", "account_type_Loan": "\u8d37\u6b3e", - "account_type_Mortgage": "\u62b5\u62bc" + "account_type_Mortgage": "\u62b5\u62bc", + "account_role_defaultAsset": "\u9ed8\u8ba4\u8d44\u4ea7\u8d26\u6237", + "account_role_sharedAsset": "\u5171\u7528\u8d44\u4ea7\u8d26\u6237", + "account_role_savingAsset": "\u50a8\u84c4\u8d26\u6237", + "account_role_ccAsset": "\u4fe1\u7528\u5361", + "account_role_cashWalletAsset": "\u73b0\u91d1\u94b1\u5305" } } \ No newline at end of file diff --git a/public/v2/i18n/zh_TW.json b/public/v2/i18n/zh_TW.json index d3e8175655..9b45fdc96a 100644 --- a/public/v2/i18n/zh_TW.json +++ b/public/v2/i18n/zh_TW.json @@ -2,8 +2,13 @@ "config": { "html_language": "zh-tw", "date_time_fns": "YYYY\u5e74 M\u6708 D\u65e5 dddd \u65bc HH:mm:ss", + "month_and_day_fns": "YYYY\u5e74 M\u6708 d\u65e5", "date_time_fns_short": "MMMM do, yyyy @ HH:mm" }, + "validation": { + "bad_type_source": "Firefly III can't determine the transaction type based on this source account.", + "bad_type_destination": "Firefly III can't determine the transaction type based on this destination account." + }, "firefly": { "spent": "\u652f\u51fa", "left": "\u5269\u9918", @@ -38,6 +43,11 @@ "account_type_Revenue account": "Revenue account", "account_type_Debt": "\u8ca0\u50b5", "account_type_Loan": "\u8cb8\u6b3e", - "account_type_Mortgage": "\u62b5\u62bc" + "account_type_Mortgage": "\u62b5\u62bc", + "account_role_defaultAsset": "\u9810\u8a2d\u8cc7\u7522\u5e33\u6236", + "account_role_sharedAsset": "\u5171\u7528\u8cc7\u7522\u5e33\u6236", + "account_role_savingAsset": "\u5132\u84c4\u5e33\u6236", + "account_role_ccAsset": "\u4fe1\u7528\u5361", + "account_role_cashWalletAsset": "\u73fe\u91d1\u9322\u5305" } } \ No newline at end of file