Update meta files for 5.7.5

This commit is contained in:
James Cole 2022-05-04 20:15:47 +02:00
parent 51e23dae21
commit a258b35236
20 changed files with 1019 additions and 1025 deletions

View File

@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 5.7.5 - 2022-05-05
### Fixed
- Fixed an issue where missing method names would break the import.
## 5.7.4 - 2022-05-03
### Fixed

89
composer.lock generated
View File

@ -310,16 +310,16 @@
},
{
"name": "diglactic/laravel-breadcrumbs",
"version": "v7.1.1",
"version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/diglactic/laravel-breadcrumbs.git",
"reference": "0bed6e928023c7d0228e9404661bab5470dfb778"
"reference": "309ec597d047b763d1df3c5113a3932cc771500f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/0bed6e928023c7d0228e9404661bab5470dfb778",
"reference": "0bed6e928023c7d0228e9404661bab5470dfb778",
"url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/309ec597d047b763d1df3c5113a3932cc771500f",
"reference": "309ec597d047b763d1df3c5113a3932cc771500f",
"shasum": ""
},
"require": {
@ -375,9 +375,9 @@
],
"support": {
"issues": "https://github.com/diglactic/laravel-breadcrumbs/issues",
"source": "https://github.com/diglactic/laravel-breadcrumbs/tree/v7.1.1"
"source": "https://github.com/diglactic/laravel-breadcrumbs/tree/v7.2.0"
},
"time": "2022-01-12T18:19:26+00:00"
"time": "2022-05-03T05:40:37+00:00"
},
{
"name": "doctrine/cache",
@ -480,22 +480,22 @@
},
{
"name": "doctrine/dbal",
"version": "3.3.5",
"version": "3.3.6",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "719663b15983278227669c8595151586a2ff3327"
"reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/719663b15983278227669c8595151586a2ff3327",
"reference": "719663b15983278227669c8595151586a2ff3327",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
"reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/cache": "^1.11|^2.0",
"doctrine/deprecations": "^0.5.3",
"doctrine/deprecations": "^0.5.3|^1",
"doctrine/event-manager": "^1.0",
"php": "^7.3 || ^8.0",
"psr/cache": "^1|^2|^3",
@ -503,15 +503,15 @@
},
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "1.5.3",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "9.5.16",
"jetbrains/phpstorm-stubs": "2022.1",
"phpstan/phpstan": "1.6.3",
"phpstan/phpstan-strict-rules": "^1.2",
"phpunit/phpunit": "9.5.20",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^5.2|^6.0",
"symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
"vimeo/psalm": "4.22.0"
"vimeo/psalm": "4.23.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -571,7 +571,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.3.5"
"source": "https://github.com/doctrine/dbal/tree/3.3.6"
},
"funding": [
{
@ -587,29 +587,29 @@
"type": "tidelift"
}
],
"time": "2022-04-05T09:50:18+00:00"
"time": "2022-05-02T17:21:01+00:00"
},
{
"name": "doctrine/deprecations",
"version": "v0.5.3",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"psr/log": "^1.0"
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
@ -628,9 +628,9 @@
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
},
"time": "2021-03-21T12:59:47+00:00"
"time": "2022-05-02T15:47:09+00:00"
},
{
"name": "doctrine/event-manager",
@ -1855,16 +1855,16 @@
},
{
"name": "laravel/framework",
"version": "v9.10.1",
"version": "v9.11.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "93414b1c7c0a56081d96c060bb850ac192d3d323"
"reference": "598a8c84d452a66b90a3213b1d67189cc726c728"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/93414b1c7c0a56081d96c060bb850ac192d3d323",
"reference": "93414b1c7c0a56081d96c060bb850ac192d3d323",
"url": "https://api.github.com/repos/laravel/framework/zipball/598a8c84d452a66b90a3213b1d67189cc726c728",
"reference": "598a8c84d452a66b90a3213b1d67189cc726c728",
"shasum": ""
},
"require": {
@ -2030,7 +2030,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2022-04-28T13:18:25+00:00"
"time": "2022-05-03T14:47:20+00:00"
},
{
"name": "laravel/passport",
@ -2829,16 +2829,16 @@
},
{
"name": "league/flysystem",
"version": "3.0.18",
"version": "3.0.19",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "c8e137e594948240b03372e012344b07c61b9193"
"reference": "670df21225d68d165a8df38587ac3f41caf608f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/c8e137e594948240b03372e012344b07c61b9193",
"reference": "c8e137e594948240b03372e012344b07c61b9193",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/670df21225d68d165a8df38587ac3f41caf608f8",
"reference": "670df21225d68d165a8df38587ac3f41caf608f8",
"shasum": ""
},
"require": {
@ -2899,7 +2899,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.0.18"
"source": "https://github.com/thephpleague/flysystem/tree/3.0.19"
},
"funding": [
{
@ -2915,7 +2915,7 @@
"type": "tidelift"
}
],
"time": "2022-04-25T18:55:04+00:00"
"time": "2022-05-03T21:19:02+00:00"
},
{
"name": "league/fractal",
@ -3399,16 +3399,16 @@
},
{
"name": "nesbot/carbon",
"version": "2.57.0",
"version": "2.58.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "4a54375c21eea4811dbd1149fe6b246517554e78"
"reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a54375c21eea4811dbd1149fe6b246517554e78",
"reference": "4a54375c21eea4811dbd1149fe6b246517554e78",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055",
"reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055",
"shasum": ""
},
"require": {
@ -3426,7 +3426,8 @@
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.54 || ^1.0",
"phpunit/phpunit": "^7.5.20 || ^8.5.14",
"phpunit/php-file-iterator": "^2.0.5",
"phpunit/phpunit": "^7.5.20 || ^8.5.23",
"squizlabs/php_codesniffer": "^3.4"
},
"bin": [
@ -3491,7 +3492,7 @@
"type": "tidelift"
}
],
"time": "2022-02-13T18:13:33+00:00"
"time": "2022-04-25T19:31:17+00:00"
},
{
"name": "nette/schema",

View File

@ -101,7 +101,7 @@ return [
'webhooks' => false,
'handle_debts' => true,
],
'version' => '5.7.4',
'version' => '5.7.5',
'api_version' => '1.5.6',
'db_version' => 18,

View File

@ -4,12 +4,12 @@ export default {
"month_and_day_fns": "y\u5e74 MMMM d\u65e5"
},
"form": {
"name": "\u540d\u524d",
"name": "\u540d\u79f0",
"amount_min": "\u6700\u4f4e\u984d",
"amount_max": "\u4e0a\u9650\u984d",
"url": "URL",
"title": "\u30bf\u30a4\u30c8\u30eb",
"first_date": "\u958b\u59cb\u65e5",
"first_date": "\u6700\u521d\u306e\u65e5\u4ed8",
"repetitions": "\u30ea\u30d4\u30fc\u30c8",
"description": "\u8aac\u660e",
"iban": "IBAN",
@ -17,11 +17,11 @@ export default {
"date": "\u65e5\u4ed8"
},
"list": {
"name": "\u540d\u524d",
"name": "\u540d\u79f0",
"account_number": "\u53e3\u5ea7\u756a\u53f7",
"currentBalance": "\u73fe\u5728\u306e\u6b8b\u9ad8",
"lastActivity": "\u6700\u7d42\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3",
"active": "\u6709\u52b9?"
"active": "\u6709\u52b9"
},
"breadcrumbs": {
"placeholder": "[Placeholder]",
@ -30,8 +30,8 @@ export default {
"transactions": "\u53d6\u5f15",
"title_expenses": "\u652f\u51fa",
"title_withdrawal": "\u652f\u51fa",
"title_revenue": "\u53ce\u76ca\/\u53ce\u5165",
"title_deposit": "\u53ce\u76ca\/\u53ce\u5165",
"title_revenue": "\u53ce\u76ca \/ \u53ce\u5165",
"title_deposit": "\u53ce\u76ca \/ \u53ce\u5165",
"title_transfer": "\u9001\u91d1",
"title_transfers": "\u9001\u91d1",
"asset_accounts": "\u8cc7\u7523\u53e3\u5ea7",
@ -47,94 +47,94 @@ export default {
"create_new_asset": "\u65b0\u3057\u3044\u8cc7\u7523\u53e3\u5ea7\u3092\u4f5c\u6210",
"confirm_action": "\u64cd\u4f5c\u3092\u78ba\u8a8d",
"rule_trigger_source_account_starts_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u540d\u304c...\u3067\u59cb\u307e\u308b",
"rule_trigger_source_account_ends_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u540d\u304c\u6b21\u3067\u7d42\u308f\u308b",
"rule_trigger_source_account_ends_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u540d\u304c\u2026\u3067\u7d42\u308f\u308b",
"rule_trigger_source_account_is_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u540d\u304c...",
"rule_trigger_source_account_contains_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u540d\u304c\u6b21\u3092\u542b\u3080",
"rule_trigger_account_id_choice": "Either account ID is exactly..",
"rule_trigger_source_account_id_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7ID\u304c\u6b21\u3068\u4e00\u81f4\u3059\u308b",
"rule_trigger_destination_account_id_choice": "\u9001\u91d1\u5148\u53e3\u5ea7ID\u304c\u6b21\u3068\u4e00\u81f4\u3059\u308b",
"rule_trigger_account_is_cash_choice": "Either account is cash",
"rule_trigger_source_account_contains_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u540d\u304c\u2026\u3092\u542b\u3080",
"rule_trigger_account_id_choice": "\u3069\u3061\u3089\u304b\u306e\u53e3\u5ea7ID\u304c\u2026",
"rule_trigger_source_account_id_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7ID\u304c\u2026",
"rule_trigger_destination_account_id_choice": "\u9001\u91d1\u5148\u53e3\u5ea7ID\u304c\u2026",
"rule_trigger_account_is_cash_choice": "\u3069\u3061\u3089\u304b\u306e\u53e3\u5ea7\u304c\u73fe\u91d1",
"rule_trigger_source_is_cash_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u304c\u73fe\u91d1\u53e3\u5ea7",
"rule_trigger_destination_is_cash_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u304c\u73fe\u91d1\u53e3\u5ea7",
"rule_trigger_source_account_nr_starts_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u6b21\u3067\u59cb\u307e\u308b",
"rule_trigger_source_account_nr_ends_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u6b21\u3067\u7d42\u308f\u308b",
"rule_trigger_source_account_nr_is_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u6b21\u3068\u4e00\u81f4\u3059\u308b",
"rule_trigger_source_account_nr_contains_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u6b21\u3092\u542b\u3080",
"rule_trigger_source_account_nr_starts_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u2026\u3067\u59cb\u307e\u308b",
"rule_trigger_source_account_nr_ends_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u2026\u3067\u7d42\u308f\u308b",
"rule_trigger_source_account_nr_is_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u2026",
"rule_trigger_source_account_nr_contains_choice": "\u51fa\u91d1\u5143\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u2026\u3092\u542b\u3080",
"rule_trigger_destination_account_starts_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u540d\u304c\u6b21\u3067\u59cb\u307e\u308b",
"rule_trigger_destination_account_ends_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u540d\u304c\u6b21\u3067\u7d42\u308f\u308b",
"rule_trigger_destination_account_is_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u540d\u304c\u6b21\u3068\u4e00\u81f4\u3059\u308b",
"rule_trigger_destination_account_is_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u540d\u304c\u2026",
"rule_trigger_destination_account_contains_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u540d\u304c\u6b21\u3092\u542b\u3080",
"rule_trigger_destination_account_nr_starts_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u6b21\u3067\u59cb\u307e\u308b",
"rule_trigger_destination_account_nr_ends_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u756a\u53f7\uff08IBAN\uff09\u304c\u6b21\u3067\u7d42\u308f\u308b",
"rule_trigger_destination_account_nr_is_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u6b21\u3068\u4e00\u81f4\u3059\u308b",
"rule_trigger_destination_account_nr_is_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u2026",
"rule_trigger_destination_account_nr_contains_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c\u6b21\u3092\u542b\u3080",
"rule_trigger_transaction_type_choice": "\u7121\u52b9\u306a\u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3\u5f62\u5f0f\u3067\u3059\u3002",
"rule_trigger_category_is_choice": "\u30ab\u30c6\u30b4\u30ea",
"rule_trigger_amount_less_choice": "\u91d1\u984d\u304c\u6b21\u3088\u308a\u5c0f\u3055\u3044",
"rule_trigger_amount_is_choice": "\u91d1\u984d\u304c...",
"rule_trigger_amount_more_choice": "\u91d1\u984d\u304c\u6b21\u3088\u308a\u5927\u304d\u3044",
"rule_trigger_description_starts_choice": "\u8aac\u660e",
"rule_trigger_description_ends_choice": "\u8aac\u660e",
"rule_trigger_description_contains_choice": "\u8aac\u660e",
"rule_trigger_description_is_choice": "\u8aac\u660e\u304c...",
"rule_trigger_date_on_choice": "\u53d6\u5f15\u65e5\u304c...",
"rule_trigger_date_before_choice": "\u53d6\u5f15\u65e5\u304c\u6b21\u3088\u308a\u524d",
"rule_trigger_date_after_choice": "\u53d6\u5f15\u65e5\u304c\u6b21\u3088\u308a\u5f8c",
"rule_trigger_created_at_on_choice": "Transaction was made on..",
"rule_trigger_updated_at_on_choice": "Transaction was last edited on..",
"rule_trigger_budget_is_choice": "\u4e88\u7b97",
"rule_trigger_tag_is_choice": "Any tag is..",
"rule_trigger_currency_is_choice": "\u53d6\u5f15",
"rule_trigger_foreign_currency_is_choice": "\u53d6\u5f15\u5916\u56fd\u901a\u8ca8\u304c\u6b21\u3068\u4e00\u81f4\u3059\u308b",
"rule_trigger_transaction_type_choice": "\u53d6\u5f15\u7a2e\u5225\u304c\u2026",
"rule_trigger_category_is_choice": "\u30ab\u30c6\u30b4\u30ea\u304c\u2026",
"rule_trigger_amount_less_choice": "\u91d1\u984d\u304c\u2026\u3088\u308a\u5c0f\u3055\u3044",
"rule_trigger_amount_is_choice": "\u91d1\u984d\u304c\u2026",
"rule_trigger_amount_more_choice": "\u91d1\u984d\u304c\u2026\u3088\u308a\u5927\u304d\u3044",
"rule_trigger_description_starts_choice": "\u8aac\u660e\u304c\u2026\u3067\u59cb\u307e\u308b",
"rule_trigger_description_ends_choice": "\u8aac\u660e\u304c\u2026\u3067\u7d42\u308f\u308b",
"rule_trigger_description_contains_choice": "\u8aac\u660e\u306b\u2026\u3092\u542b\u3080",
"rule_trigger_description_is_choice": "\u8aac\u660e\u304c\u2026",
"rule_trigger_date_on_choice": "\u53d6\u5f15\u65e5\u304c\u2026",
"rule_trigger_date_before_choice": "\u53d6\u5f15\u65e5\u304c\u2026\u3088\u308a\u524d",
"rule_trigger_date_after_choice": "\u53d6\u5f15\u65e5\u304c\u2026\u3088\u308a\u5f8c",
"rule_trigger_created_at_on_choice": "\u53d6\u5f15\u304c\u4f5c\u6210\u65e5\u304c",
"rule_trigger_updated_at_on_choice": "\u53d6\u5f15\u306e\u6700\u7d42\u7de8\u96c6\u65e5\u304c",
"rule_trigger_budget_is_choice": "\u4e88\u7b97\u304c\u2026",
"rule_trigger_tag_is_choice": "\u30bf\u30b0\u304c",
"rule_trigger_currency_is_choice": "\u53d6\u5f15\u901a\u8ca8\u304c\u2026",
"rule_trigger_foreign_currency_is_choice": "\u53d6\u5f15\u5916\u56fd\u901a\u8ca8\u304c\u2026",
"rule_trigger_has_attachments_choice": "\u6b21\u306e\u500b\u6570\u4ee5\u4e0a\u306e\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308b",
"rule_trigger_has_no_category_choice": "\u30ab\u30c6\u30b4\u30ea\u306a\u3057",
"rule_trigger_has_any_category_choice": "(\u4efb\u610f\u306e) \u30ab\u30c6\u30b4\u30ea\u304c\u3042\u308b",
"rule_trigger_has_no_budget_choice": "\u4e88\u7b97\u304c\u306a\u3044",
"rule_trigger_has_any_budget_choice": "\u3053\u306e\u8acb\u6c42\u66f8\u306f\u3069\u306e\u30eb\u30fc\u30eb\u306b\u3082\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093\u3002",
"rule_trigger_has_any_budget_choice": "\u4e88\u7b97\u304c\u3042\u308b\u53d6\u5f15",
"rule_trigger_has_no_bill_choice": "\u8acb\u6c42\u304c\u306a\u3044",
"rule_trigger_has_any_bill_choice": "\u8acb\u6c42\u304c\u3042\u308b",
"rule_trigger_has_no_tag_choice": "\u30bf\u30b0\u304c\u306a\u3044",
"rule_trigger_has_any_tag_choice": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30bf\u30b0\u304c\u3042\u308b",
"rule_trigger_any_notes_choice": "\u5099\u8003",
"rule_trigger_no_notes_choice": "\u5099\u8003",
"rule_trigger_notes_is_choice": "Notes are..",
"rule_trigger_notes_contains_choice": "Notes contain..",
"rule_trigger_notes_starts_choice": "Notes start with..",
"rule_trigger_notes_ends_choice": "Notes end with..",
"rule_trigger_bill_is_choice": "\u8acb\u6c42\u304c\u6b21\u3068\u4e00\u81f4\u3059\u308b",
"rule_trigger_external_id_is_choice": "External ID is..",
"rule_trigger_internal_reference_is_choice": "Internal reference is..",
"rule_trigger_journal_id_choice": "\u53d6\u5f15ID\u304c\u6b21\u3068\u4e00\u81f4\u3059\u308b",
"rule_trigger_any_external_url_choice": "Transaction has an external URL",
"rule_trigger_no_external_url_choice": "Transaction has no external URL",
"rule_trigger_id_choice": "Transaction ID is..",
"rule_trigger_any_notes_choice": "\u5099\u8003\u304c\u3042\u308b",
"rule_trigger_no_notes_choice": "\u5099\u8003\u304c\u306a\u3044",
"rule_trigger_notes_is_choice": "\u5099\u8003\u304c",
"rule_trigger_notes_contains_choice": "\u5099\u8003\u304c\u6b21\u3092\u542b\u3080",
"rule_trigger_notes_starts_choice": "\u5099\u8003\u304c\u6b21\u3067\u59cb\u307e\u308b",
"rule_trigger_notes_ends_choice": "\u5099\u8003\u304c\u6b21\u3067\u7d42\u308f\u308b",
"rule_trigger_bill_is_choice": "\u8acb\u6c42\u304c\u2026",
"rule_trigger_external_id_is_choice": "\u5916\u90e8 ID \u304c\u2026",
"rule_trigger_internal_reference_is_choice": "\u5185\u90e8\u53c2\u7167\u304c\u2026",
"rule_trigger_journal_id_choice": "\u53d6\u5f15ID\u304c\u2026",
"rule_trigger_any_external_url_choice": "\u53d6\u5f15\u306b\u5916\u90e8 URL \u304c\u3042\u308b",
"rule_trigger_no_external_url_choice": "\u53d6\u5f15\u306b\u5916\u90e8 URL \u304c\u306a\u3044",
"rule_trigger_id_choice": "\u53d6\u5f15 ID \u304c\u2026",
"rule_action_delete_transaction_choice": "\u53d6\u5f15\u3092\u524a\u9664 (!)",
"rule_action_set_category_choice": "\u30ab\u30c6\u30b4\u30ea\u3092\u8a2d\u5b9a",
"rule_action_clear_category_choice": "\u30ab\u30c6\u30b4\u30ea\u3092\u30af\u30ea\u30a2",
"rule_action_set_budget_choice": "\u4e88\u7b97",
"rule_action_clear_budget_choice": "\u4e88\u7b97",
"rule_action_add_tag_choice": "\u30bf\u30b0\u30e2\u30fc\u30c9",
"rule_action_remove_tag_choice": "\u30bf\u30b0\u30e2\u30fc\u30c9",
"rule_action_remove_all_tags_choice": "\u30bf\u30b0",
"rule_action_set_description_choice": "\u8aac\u660e",
"rule_action_set_budget_choice": "\u4e88\u7b97\u3092\u2026\u306b\u8a2d\u5b9a",
"rule_action_clear_budget_choice": "\u4e88\u7b97\u3092\u30af\u30ea\u30a2",
"rule_action_add_tag_choice": "\u30bf\u30b0\u2026\u3092\u8ffd\u52a0",
"rule_action_remove_tag_choice": "\u30bf\u30b0\u2026\u3092\u524a\u9664",
"rule_action_remove_all_tags_choice": "\u3059\u3079\u3066\u306e\u30bf\u30b0\u3092\u524a\u9664",
"rule_action_set_description_choice": "\u8aac\u660e\u3092\u2026\u306b\u8a2d\u5b9a",
"rule_action_update_piggy_choice": "\u53d6\u5f15\u91d1\u984d\u3092\u6b21\u306e\u8caf\u91d1\u7bb1\u306b\u52a0\u7b97\/\u6e1b\u7b97\u3059\u308b",
"rule_action_append_description_choice": "\u8aac\u660e",
"rule_action_prepend_description_choice": "\u8aac\u660e",
"rule_action_append_description_choice": "\u8aac\u660e\u306e\u59cb\u3081\u306b\u2026\u3092\u8ffd\u52a0",
"rule_action_prepend_description_choice": "\u8aac\u660e\u306e\u7d42\u308f\u308a\u306b\u2026\u3092\u8ffd\u52a0",
"rule_action_set_source_account_choice": "\u652f\u6255\u5143\u53e3\u5ea7\u3092\u6b21\u306b\u3059\u308b",
"rule_action_set_destination_account_choice": "\u9001\u91d1\u5148\u53e3\u5ea7\u3092\u6b21\u306b\u3059\u308b",
"rule_action_append_notes_choice": "\u5099\u8003",
"rule_action_prepend_notes_choice": "\u5099\u8003",
"rule_action_clear_notes_choice": "\u5099\u8003",
"rule_action_set_notes_choice": "\u5099\u8003",
"rule_action_link_to_bill_choice": "\u6b21\u306e\u8acb\u6c42\u306b\u30ea\u30f3\u30af\u3059\u308b",
"rule_action_convert_deposit_choice": "\u9810\u91d1\u3092\u5909\u63db",
"rule_action_convert_withdrawal_choice": "\u51fa\u91d1\u3092\u5909\u63db",
"rule_action_convert_transfer_choice": "\u9001\u91d1\u3092\u5909\u63db",
"rule_action_append_notes_choice": "\u5099\u8003\u306e\u59cb\u3081\u306b\u2026\u3092\u8ffd\u52a0",
"rule_action_prepend_notes_choice": "\u5099\u8003\u306e\u7d42\u308f\u308a\u306b\u2026\u3092\u8ffd\u52a0",
"rule_action_clear_notes_choice": "\u5099\u8003\u3092\u524a\u9664",
"rule_action_set_notes_choice": "\u5099\u8003\u306b\u2026\u3092\u8a2d\u5b9a",
"rule_action_link_to_bill_choice": "\u8acb\u6c42\u2026\u306b\u30ea\u30f3\u30af",
"rule_action_convert_deposit_choice": "\u53d6\u5f15\u3092\u5165\u91d1\u306b\u5909\u63db",
"rule_action_convert_withdrawal_choice": "\u53d6\u5f15\u3092\u51fa\u91d1\u306b\u5909\u63db",
"rule_action_convert_transfer_choice": "\u53d6\u5f15\u3092\u9001\u91d1\u306b\u5909\u63db",
"placeholder": "[Placeholder]",
"recurrences": "\u5b9a\u671f\u7684\u306a\u53d6\u5f15",
"title_expenses": "\u652f\u51fa",
"title_withdrawal": "\u652f\u51fa",
"title_revenue": "\u53ce\u5165\u3001\u6240\u5f97\u3001\u5165\u91d1",
"title_revenue": "\u53ce\u76ca \/ \u53ce\u5165",
"pref_1D": "1\u65e5",
"pref_1W": "YYYY\u5e74w[\u9031\u76ee]",
"pref_1M": "1\u30f5\u6708",
@ -144,20 +144,20 @@ export default {
"repeat_freq_yearly": "\u6bce\u5e74",
"repeat_freq_half-year": "\u534a\u5e74\u3054\u3068",
"repeat_freq_quarterly": "\u56db\u534a\u671f\u3054\u3068",
"repeat_freq_monthly": "\u30af\u30ec\u30b8\u30c3\u30c8\u30ab\u30fc\u30c9\u306e\u5f15\u304d\u843d\u3068\u3057\u65e5",
"repeat_freq_monthly": "\u6bce\u6708",
"repeat_freq_weekly": "\u9031\u6bce",
"single_split": "\u5206\u5272",
"asset_accounts": "\u8cc7\u7523\u52d8\u5b9a",
"expense_accounts": "\u652f\u51fa\u53e3\u5ea7",
"liabilities_accounts": "\u8ca0\u50b5",
"liabilities_accounts": "\u50b5\u52d9",
"undefined_accounts": "\u53e3\u5ea7",
"name": "\u540d\u524d",
"name": "\u540d\u79f0",
"revenue_accounts": "\u53ce\u5165\u53e3\u5ea7",
"description": "\u8aac\u660e",
"category": "\u30ab\u30c6\u30b4\u30ea",
"title_deposit": "\u53ce\u5165\u3001\u6240\u5f97\u3001\u5165\u91d1",
"title_transfer": "\u632f\u308a\u66ff\u3048",
"title_transfers": "\u632f\u308a\u66ff\u3048",
"title_deposit": "\u53ce\u76ca \/ \u53ce\u5165",
"title_transfer": "\u9001\u91d1",
"title_transfers": "\u9001\u91d1",
"piggyBanks": "\u8caf\u91d1\u7bb1",
"rules": "\u30eb\u30fc\u30eb",
"accounts": "\u53e3\u5ea7",
@ -170,7 +170,7 @@ export default {
"administration": "\u7ba1\u7406",
"profile": "\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb",
"source_account": "\u652f\u51fa\u5143\u53e3\u5ea7",
"destination_account": "\u9001\u91d1\u5148\u306e\u30a2\u30ab\u30a6\u30f3\u30c8",
"destination_account": "\u9001\u91d1\u5148\u306e\u53e3\u5ea7",
"amount": "\u91d1\u984d",
"date": "\u65e5\u4ed8",
"time": "\u6642\u523b",
@ -180,7 +180,7 @@ export default {
"budgets": "\u4e88\u7b97",
"subscriptions": "\u8b1b\u8aad",
"welcome_back": "\u6982\u8981",
"bills_to_pay": "\u8acb\u6c42\u66f8",
"bills_to_pay": "\u652f\u6255\u3046\u3079\u304d\u8acb\u6c42",
"left_to_spend": "\u652f\u51fa\u3067\u304d\u308b\u6b8b\u308a",
"net_worth": "\u7d14\u8cc7\u7523",
"pref_last365": "\u6628\u5e74",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,54 +1,54 @@
{
"firefly": {
"welcome_back": "\u6982\u8981",
"flash_error": "\u30a8\u30e9\u30fc!",
"flash_error": "\u30a8\u30e9\u30fc\uff01",
"flash_success": "\u6210\u529f\u3057\u307e\u3057\u305f\uff01",
"close": "\u9589\u3058\u308b",
"split_transaction_title": "\u53d6\u308a\u5f15\u304d \":description\" \u3092\u7de8\u96c6\u3059\u308b",
"split_transaction_title": "\u5206\u5272\u53d6\u5f15\u306e\u8aac\u660e",
"errors_submission": "\u9001\u4fe1\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
"split": "\u5206\u5272",
"single_split": "\u5206\u5272",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u53d6\u5f15 #{ID}\u300c{title}\u300d<\/a> \u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u53d6\u5f15 #{ID}\u300c{title}\u300d<\/a> \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u53d6\u5f15 #{ID}<\/a> \u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002",
"transaction_journal_information": "\u53d6\u5f15",
"transaction_journal_information": "\u53d6\u5f15\u60c5\u5831",
"no_budget_pointer": "\u307e\u3060\u4e88\u7b97\u3092\u7acb\u3066\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3059\u3002<a href=\"\/budgets\">\u4e88\u7b97<\/a>\u30da\u30fc\u30b8\u3067\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4e88\u7b97\u306f\u652f\u51fa\u306e\u628a\u63e1\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002",
"no_bill_pointer": "\u307e\u3060\u8acb\u6c42\u304c\u306a\u3044\u3088\u3046\u3067\u3059\u3002<a href=\"\/budgets\">\u8acb\u6c42<\/a>\u30da\u30fc\u30b8\u3067\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8acb\u6c42\u306f\u652f\u51fa\u306e\u628a\u63e1\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002",
"source_account": "\u652f\u51fa\u5143\u53e3\u5ea7",
"hidden_fields_preferences": "<a href=\"preferences\">\u8a2d\u5b9a<\/a> \u3067\u8ffd\u52a0\u306e\u53d6\u5f15\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3067\u304d\u307e\u3059\u3002",
"destination_account": "\u9001\u91d1\u5148\u306e\u30a2\u30ab\u30a6\u30f3\u30c8",
"add_another_split": "\u5206\u5272",
"destination_account": "\u9001\u91d1\u5148\u306e\u53e3\u5ea7",
"add_another_split": "\u5225\u306e\u5206\u5272\u3092\u8ffd\u52a0",
"submission": "\u9001\u4fe1",
"create_another": "\u4fdd\u5b58\u5f8c\u3001\u3053\u3053\u306b\u623b\u3063\u3066\u5225\u306e\u3082\u306e\u3092\u4f5c\u6210\u3059\u308b\u3002",
"create_another": "\u4fdd\u5b58\u5f8c\u306b\u3053\u3053\u306b\u623b\u308a\u3001\u3055\u3089\u306b\u4f5c\u6210\u3059\u308b\u3002",
"reset_after": "\u9001\u4fe1\u5f8c\u306b\u30d5\u30a9\u30fc\u30e0\u3092\u30ea\u30bb\u30c3\u30c8",
"submit": "\u9001\u4fe1",
"amount": "\u91d1\u984d",
"date": "\u65e5\u4ed8",
"tags": "\u30bf\u30b0",
"no_budget": "\u4e88\u7b97",
"no_budget": "(\u4e88\u7b97\u306a\u3057)",
"no_bill": "(\u8acb\u6c42\u306a\u3057)",
"category": "\u30ab\u30c6\u30b4\u30ea",
"attachments": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb",
"notes": "\u5099\u8003",
"external_url": "\u5916\u90e8 URL",
"update_transaction": "\u30c1\u30e3\u30f3\u30cd\u30eb\u3092\u66f4\u65b0",
"after_update_create_another": "\u4fdd\u5b58\u5f8c\u3001\u3053\u3053\u3078\u623b\u3063\u3066\u304d\u3066\u304f\u3060\u3055\u3044\u3002",
"update_transaction": "\u53d6\u5f15\u3092\u66f4\u65b0",
"after_update_create_another": "\u4fdd\u5b58\u5f8c\u306b\u3053\u3053\u306b\u623b\u308a\u3001\u7de8\u96c6\u3092\u7d9a\u3051\u308b\u3002",
"store_as_new": "\u66f4\u65b0\u3067\u306f\u306a\u304f\u3001\u65b0\u3057\u3044\u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3\u3068\u3057\u3066\u4fdd\u5b58\u3059\u308b\u3002",
"split_title_help": "\u5206\u5272\u53d6\u5f15\u3092\u4f5c\u6210\u3059\u308b\u5834\u5408\u3001\u53d6\u5f15\u306e\u3059\u3079\u3066\u306e\u5206\u5272\u306e\u5305\u62ec\u7684\u306a\u8aac\u660e\u304c\u5fc5\u8981\u3067\u3059\u3002",
"none_in_select_list": "(\u306a\u3057)",
"no_piggy_bank": "\u8caf\u91d1\u7bb1",
"no_piggy_bank": "(\u8caf\u91d1\u7bb1\u304c\u3042\u308a\u307e\u305b\u3093)",
"description": "\u8aac\u660e",
"split_transaction_title_help": "\u5206\u5272\u53d6\u5f15\u3092\u4f5c\u6210\u3059\u308b\u5834\u5408\u3001\u53d6\u5f15\u306e\u3059\u3079\u3066\u306e\u5206\u5272\u306e\u5305\u62ec\u7684\u306a\u8aac\u660e\u304c\u5fc5\u8981\u3067\u3059\u3002",
"destination_account_reconciliation": "\u9001\u91d1\u5148\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u53d6\u5f15\u7167\u5408\u3092\u7de8\u96c6\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",
"destination_account_reconciliation": "\u9001\u91d1\u5148\u53e3\u5ea7\u306e\u53d6\u5f15\u7167\u5408\u3092\u7de8\u96c6\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",
"source_account_reconciliation": "\u652f\u51fa\u5143\u53e3\u5ea7\u306e\u53d6\u5f15\u7167\u5408\u3092\u7de8\u96c6\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",
"budget": "\u4e88\u7b97",
"bill": "\u8acb\u6c42",
"you_create_withdrawal": "\u51fa\u91d1",
"you_create_transfer": "\u65b0\u3057\u3044\u632f\u308a\u66ff\u3048\u3092\u4f5c\u6210\u3059\u308b",
"you_create_deposit": "\u65b0\u3057\u3044\u9810\u91d1",
"you_create_withdrawal": "\u51fa\u91d1\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059\u3002",
"you_create_transfer": "\u9001\u91d1\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059\u3002",
"you_create_deposit": "\u5165\u91d1\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059\u3002",
"edit": "\u7de8\u96c6",
"delete": "\u524a\u9664",
"name": "\u540d\u524d",
"name": "\u540d\u79f0",
"profile_whoops": "\u304a\u3063\u3068\uff01",
"profile_something_wrong": "\u4f55\u304b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\uff01",
"profile_try_again": "\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
@ -88,11 +88,11 @@
"multi_account_warning_transfer": "\u7d9a\u304f\u5206\u5272\u306e\u9001\u91d1\u5148\u53e3\u5ea7\u3068\u51fa\u91d1\u5143\u53e3\u5ea7\u306f\u3001\u9001\u91d1\u306e\u6700\u521d\u306e\u5206\u5272\u306e\u5b9a\u7fa9\u306b\u3088\u3063\u3066\u8986\u3055\u308c\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002"
},
"form": {
"interest_date": "\u5229\u606f",
"book_date": "\u4e88\u7d04\u65e5",
"interest_date": "\u5229\u606f\u65e5",
"book_date": "\u8a18\u5e33\u65e5",
"process_date": "\u51e6\u7406\u65e5",
"due_date": "\u3000\u671f\u65e5",
"foreign_amount": "\u5916\u8ca8\u91cf",
"due_date": "\u671f\u65e5",
"foreign_amount": "\u5916\u8ca8\u91d1\u984d",
"payment_date": "\u5f15\u304d\u843d\u3068\u3057\u65e5",
"invoice_date": "\u9818\u53ce\u66f8\u767a\u884c\u65e5",
"internal_reference": "\u5185\u90e8\u53c2\u7167"

View File

@ -29,8 +29,8 @@ return [
'transactions' => '取引',
'title_expenses' => '支出',
'title_withdrawal' => '支出',
'title_revenue' => '収益/収入',
'title_deposit' => '収益/収入',
'title_revenue' => '収益 / 収入',
'title_deposit' => '収益 / 収入',
'title_transfer' => '送金',
'title_transfers' => '送金',
'edit_currency' => '通貨 ":name" を編集する',

View File

@ -34,10 +34,10 @@ return [
'month_and_day_js' => 'YYYY年MM月DD日',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
'month_and_date_day_js' => 'YYYY年M月D日 ddd',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
'month_and_day_no_year_js' => 'M月D日',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'YYYY年MM月DD日 HH:mm:ss',

View File

@ -26,12 +26,11 @@ return [
'no_demo_text' => '申し訳ありませんが、<abbr title=":route">このページ</abbr>のデモ説明文はもうありません。',
'see_help_icon' => '右上角にある<i class="fa fa-question-circle"></i>アイコンが更に多くの情報を教えてくれるかもしれません。',
'index' => '<strong>Firefly III</strong>へようこそ!このページでは、あなたの収支に関しての基本的な情報が得られます。詳しくは、&rarr;<a href=":asset">Asset Accounts</a>アカウントを確認、あるいは<a href=":budgets">予算</a>や<a href=":reports">レポート</a>ページを見てください。或いは、気ままに見て回るのも良いでしょう。',
'accounts-index' => '資産勘定はあなたの個人預金口座です。支出元アカウントはあなたがお金を支出する場所、店や友人などです。
収入アカウントはお金を受け取る元、あなたの仕事や政府などの収入源です。債務はあなたの負債や古いクレジットカードの借金、奨学金などのローンです。このページではそれらを編集したり削除したりできます。',
'budgets-index' => 'このページはあなたの支出の概要を表しています。一番上のバーは予算計上に利用可能な残高を表しています。これは右の残高をクリックすることによってどんな期間にも変更できます。',
'accounts-index' => '資産口座はあなた個人の銀行口座です。支出口座はあなたがお金を支出するところ、店や友人などです。収入口座はお金を受け取る、仕事や政府、その他の収入源です。債務はあなたの負債や古いクレジットカードの借金、奨学金などのローンです。このページではそれらを編集、削除できます。',
'budgets-index' => 'このページは予算の概要を表示します。一番上のバーは予算計上に利用可能な残高を表しています。これは右の残高をクリックすることによってどんな期間にも変更できます。',
'reports-index-start' => 'Firefly IIIは多くの形式のレポートに対応しています。右上角の<i class="fa fa-question-circle"></i>アイコンで見ることができます。',
'reports-index-examples' => 'これらの例を必ず確認してください:<a href=":one">毎月の財務概要</a>、<a href=":two">年次財務概要</a>、<a href=":three">予算概要</a>。',
'currencies-index' => 'Firefly IIIは多くの通貨に対応しています。デフォルトはユーロですが、米ドルや他の多くの通貨に変更することもできます。ご覧のように少しの種類の通貨しか含まれていませんが、あなたの好みで追加することも出来ます。デフォルトの通貨を変更しても既存の収支には影響ありません: Firefly IIIは同時に複数の通貨を扱うことができます。',
'currencies-index' => 'Firefly III は多くの通貨に対応しています。デフォルトはユーロですが、米ドルや他の多くの通貨に変更することもできます。ご覧のように少しの種類の通貨しかありませんが、あなたの好みで追加できます。デフォルトの通貨を変更しても既存の収支には影響ありません: Firefly IIIは同時に複数の通貨を扱うことができます。',
'transactions-index' => 'これらの経費、預金、送金などに特に意味はありません。自動で生成されたものです。',
'piggy-banks-index' => 'ご覧のように、3つの貯金箱があります。プラスやマイナスのボタンでそれぞれの貯金箱のお金の量を調整することができます。貯金箱の名前をクリックするとそれぞれの貯金箱の管理ができます。',
'profile-index' => 'デモサイトは4時間毎にリセットされることに注意してください。あなたの変更はいつでも破棄される可能性があります。これは自動的に行われ、バグではありません。',

View File

@ -36,7 +36,7 @@ return [
// new IP
'login_from_new_ip' => 'Firefly III に新しいログイン',
'new_ip_body' => 'Firefly III が未知のIPアドレスからあなたのアカウントへの新しいログインを検出しました。 以下のIPアドレスからログインしたことがないか、ログインから6ヶ月以上経過している場合、Firefly IIIは警告します。',
'new_ip_warning' => 'このIPアドレスまたはログインに覚えがある場合は、このメッセージを無視できます。 ログインしていないか、これが何であるかがわからない場合、 パスワードのセキュリティを確認、変更し、すべてのセッションをログアウトしてください。 これはあなたのプロフィールページから行えます。もちろん、あなたはすでに2FAが有効になっていますよね?',
'new_ip_warning' => 'この IP アドレスまたはログインに覚えがある場合は、このメッセージを無視してください。 ログインしていないか、これが何であるかがわからない場合、 パスワードの安全性を確認、変更し、すべてのセッションをログアウトしてください。 これはプロフィールページからできます。もちろん、すでに2要素認証は有効にしていますよねご安全に',
'ip_address' => 'IPアドレス',
'host_name' => 'ホスト',
'date_time' => '日付と時刻',

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,7 @@ return [
'automatch' => '自動的に一致',
'skip' => 'スキップ',
'enabled' => '有効',
'name' => '名',
'name' => '名',
'active' => '有効',
'amount_min' => '最低額',
'amount_max' => '上限額',
@ -47,57 +47,57 @@ return [
'external_ip' => 'サーバーの外部IPアドレス',
'attachments' => '添付ファイル',
'BIC' => 'BIC',
'verify_password' => 'パスワードのセキュリティを確認',
'verify_password' => 'パスワードの安全性確認',
'source_account' => '支出元口座',
'destination_account' => '送金先口座',
'asset_destination_account' => '送金先口座',
'destination_account' => '送金先口座',
'asset_destination_account' => '送金先口座',
'include_net_worth' => '純資産に含める',
'asset_source_account' => '支出元口座',
'journal_description' => '説明',
'note' => '備考',
'currency' => '通貨',
'account_id' => '資産勘定',
'account_id' => '資産口座',
'budget_id' => '予算',
'bill_id' => '請求',
'opening_balance' => '開始残高',
'tagMode' => 'タグモード',
'virtual_balance' => '仮想残高',
'targetamount' => '入金先に入金される金額',
'targetamount' => '目標金額',
'account_role' => '口座の役割',
'opening_balance_date' => '残高開始日',
'cc_type' => 'クレジットカードの決済方法',
'cc_type' => 'クレジットカードの支払い方法',
'cc_monthly_payment_date' => 'クレジットカードの引き落とし日',
'piggy_bank_id' => '貯金箱',
'returnHere' => 'ここへ戻る',
'returnHereExplanation' => '保存後、ここに戻って別のものを作成する。',
'returnHereUpdateExplanation' => '保存後、ここへ戻ってきてください。',
'returnHereUpdateExplanation' => '保存後、ここへ戻。',
'description' => '説明',
'expense_account' => '支出元アカウント',
'revenue_account' => '収入アカウント',
'expense_account' => '支出口座',
'revenue_account' => '収入口座',
'decimal_places' => '小数点以下の桁',
'destination_amount' => '金額(先)',
'destination_amount' => '金額 (宛先)',
'new_email_address' => '新しいメールアドレス',
'verification' => '認証',
'api_key' => 'APIキー',
'remember_me' => 'ログインを維持',
'liability_type_id' => '債務形式',
'liability_type_id' => '債務種別',
'liability_type' => '債務種別',
'interest' => '利息',
'interest_period' => '利息期間',
'extension_date' => '延長日',
'type' => 'タイプ',
'type' => '種別',
'convert_Withdrawal' => '出金を変換',
'convert_Deposit' => '金を変換',
'convert_Deposit' => '金を変換',
'convert_Transfer' => '送金を変換',
'amount' => '金額',
'foreign_amount' => '外貨',
'foreign_amount' => '外貨金額',
'date' => '日付',
'interest_date' => '利息',
'book_date' => '予約日',
'interest_date' => '利息',
'book_date' => '記帳日',
'process_date' => '処理日',
'category' => 'カテゴリ',
'tags' => 'タグ',
'deletePermanently' => '永久に削除',
'deletePermanently' => '完全に削除',
'cancel' => 'キャンセル',
'targetdate' => '目標日付',
'startdate' => '開始日',
@ -109,7 +109,7 @@ return [
'account_number' => '口座番号',
'creditCardNumber' => 'クレジットカード番号',
'has_headers' => 'ヘッダー',
'date_format' => '日付式',
'date_format' => '日付式',
'specifix' => '銀行またはファイル固有の修正',
'attachments[]' => '添付ファイル',
'title' => 'タイトル',
@ -124,18 +124,18 @@ return [
'enddate' => '終了日',
'start' => '期間の開始',
'end' => '期間の終了',
'delete_account' => '勘定":name" を削除する',
'delete_bill' => '請求書 ":name" を削除する',
'delete_budget' => '予算":name" を削除する',
'delete_category' => 'カテゴリ":name" を削除する',
'delete_currency' => '通貨 ":name" を削除する',
'delete_journal' => '取り引き ":description" を削除する',
'delete_attachment' => '添付',
'delete_rule' => '削除',
'delete_account' => '口座「:name」を削除',
'delete_bill' => '請求「:name」を削除',
'delete_budget' => '予算「:name」を削除',
'delete_category' => 'カテゴリ「:name」を削除',
'delete_currency' => '通貨「:name」を削除',
'delete_journal' => '説明「:description」がある取引を削除',
'delete_attachment' => '添付ファイル「:name」を削除',
'delete_rule' => 'ルール「:title」を削除',
'delete_rule_group' => 'ルールグループ「:title」を削除',
'delete_link_type' => 'リンクタイプ「:name」を削除しました',
'delete_user' => '削除',
'delete_recurring' => '取り引き ":description" を削除する',
'delete_user' => 'ユーザー「:email」を削除',
'delete_recurring' => '定期的な取引「:title」を削除',
'user_areYouSure' => 'ユーザー 「:email」 を削除すると、すべてが消去されます。元に戻すことはできません。 あなたが自分自身を削除すると、この Firefly III へのアクセスができなくなります。',
'attachment_areYouSure' => '添付ファイル「:name」を削除してもよろしいですか',
'account_areYouSure' => 'アカウント「:name」を削除してもよろしいですか',
@ -176,15 +176,15 @@ return [
'email' => 'メールアドレス',
'password' => 'パスワード',
'password_confirmation' => 'パスワード(確認)',
'blocked' => 'あなたはログアウトしました。ブロックされたアカウントはこのサイトを使うことが出来ません。有効なメールアドレスで登録しましたか?',
'blocked_code' => 'ブロック',
'blocked' => 'ブロック済み',
'blocked_code' => 'ブロック理由',
'login_name' => 'ログイン',
'is_owner' => '管理者は?',
'url' => 'URL',
'bill_end_date' => '終了日',
// import
'apply_rules' => '適用',
'apply_rules' => 'ルールを適用',
'artist' => 'アーティスト',
'album' => 'アルバム',
'song' => '曲',
@ -207,7 +207,7 @@ return [
'public_key' => '公開鍵',
'country_code' => '国名コード',
'provider_code' => '銀行またはデータ提供会社',
'fints_url' => 'APIキー',
'fints_url' => 'FinTS API URL',
'fints_port' => 'ポート',
'fints_bank_code' => '銀行コード',
'fints_username' => 'ユーザー名',
@ -216,7 +216,7 @@ return [
'local_account' => 'Firefly III アカウント',
'from_date' => '開始日',
'to_date' => '終了日',
'due_date' => ' 期日',
'due_date' => '期日',
'payment_date' => '引き落とし日',
'invoice_date' => '領収書発行日',
'internal_reference' => '内部参照',
@ -224,10 +224,10 @@ return [
'outward' => '外向きの説明',
'rule_group_id' => 'ルールグループ',
'transaction_description' => '取引の説明',
'first_date' => '開始日',
'transaction_type' => '取引の種類',
'repeat_until' => '繰り返し回数か、終了日(repeat_until) が必要です。両方は使えません。',
'recurring_description' => '取り引き ":description" を削除する',
'first_date' => '最初の日付',
'transaction_type' => '取引種別',
'repeat_until' => '繰り返し期限',
'recurring_description' => '定期的な取引の説明',
'repetition_type' => '繰り返しの種類',
'foreign_currency_id' => '外貨',
'repetition_end' => 'リピート終了',
@ -235,9 +235,9 @@ return [
'calendar' => 'カレンダー',
'weekend' => '週末',
'client_secret' => 'クライアントシークレット',
'withdrawal_destination_id' => '送信先口座',
'withdrawal_destination_id' => '送信先口座',
'deposit_source_id' => '支出元口座',
'expected_on' => '予期された',
'expected_on' => '予定日時',
'paid' => '支払い済み',
'auto_budget_type' => '自動予算',
'auto_budget_amount' => '自動予算額',

View File

@ -26,11 +26,11 @@ return [
// index
'index_intro' => 'Firefly IIIのインデックスページへようこそ。このイントロダクションでは、Firefly IIIがどのように機能するのかをご紹介します。',
'index_accounts-chart' => 'このチャートは、お客様の資産口座の現在の残高を表示しています。お客様のご希望でここに表示するかどうか選択できます。',
'index_box_out_holder' => 'この小さな吹き出しとこの横にある吹き出しは収支状況の概要を表示しています。',
'index_box_out_holder' => 'この小さな吹き出しとこの横にある吹き出しは、財務状況の概要を表示しています。',
'index_help' => 'ページや入力欄について助けが必要なら、このボタンを押して下さい。',
'index_outro' => 'Firefly IIIの多くのページはこのような小さなツアーから始まります。もし質問やコメントがある場合は、私に連絡して下さい。楽しんで',
'index_sidebar-toggle' => '新しい取引やアカウントなどを作成するには、このアイコン下のメニューを使用して下さい。',
'index_cash_account' => 'これらは今までに作られたアカウントです。現金支出を管理するため現金アカウントを使うこともできますが、もちろん強制ではありません。',
'index_cash_account' => 'これらは今までに作られた口座です。現金支出を管理するため現金口座を使うこともできますが、もちろん強制ではありません。',
// transactions
'transactions_create_basic_info' => '貸方、借方、日付、説明など、取引の基本情報を入力します。',
@ -39,15 +39,15 @@ return [
'transactions_create_split' => '取引を分割する場合は、このボタンでさらに分割を追加します',
// create account:
'accounts_create_iban' => 'あなたのアカウントには有効なIBANを設定してください。これは将来のデータインポートをとても簡単にします。',
'accounts_create_iban' => '口座の有効な IBAN を設定してください。これは将来のデータインポートをとても簡単にします。',
'accounts_create_asset_opening_balance' => '資産口座には Firefly III のアカウントの履歴の開始を示す「開始残高」があります。',
'accounts_create_asset_currency' => 'Firefly IIIは複数の通貨をサポートしています。経費勘定は一つの主通貨を持っており、あなたはここでそれを選択する必要があります。',
'accounts_create_asset_virtual' => 'あなたのアカウントに仮想の残高を与えることはしばしば助けになるかもしれません: 余剰は常に実際の残高から差し引かれます。',
'accounts_create_asset_currency' => 'Firefly IIIは複数の通貨をサポートしています。資産口座は一つのメイン通貨を持っており、ここで選択する必要があります。',
'accounts_create_asset_virtual' => '口座に仮想の残高を与えることはしばしば助けになるかもしれません: 余剰は常に実際の残高から差し引かれます。',
// budgets index
'budgets_index_intro' => '予算はあなたの財を管理するために使用され、Firefly IIIの一つの主要機能を構成します。',
'budgets_index_intro' => '予算はあなたの財を管理するために使用され、Firefly III の一つの主要機能を構成します。',
'budgets_index_set_budget' => 'Firefly IIIがあなたが割り当て可能なすべての金額を予算計上したかどうか伝えられるように。あなたの毎期間の合計予算を設定してください。',
'budgets_index_see_expenses_bar' => '消費した金額が少しずつこのバーを埋めます。',
'budgets_index_see_expenses_bar' => '支出金額が少しずつこのバーを満たします。',
'budgets_index_navigate_periods' => '期間を操作することで、予算を事前に簡単に設定できます。',
'budgets_index_new_budget' => 'あなたが妥当だと考える新しい予算を設定してください。',
'budgets_index_list_of_budgets' => '各予算の金額を設定したり自分の行っていることを確認するためにこの表を使ってください。',
@ -80,7 +80,7 @@ return [
// create transaction
'transactions_create_switch_box' => 'これらのボタンを使用して、保存したい取引の種類をすばやく切り替えます。',
'transactions_create_ffInput_category' => 'このフィールドでは自由に入力できます。以前に作成したカテゴリが推奨されます。',
'transactions_create_withdrawal_ffInput_budget' => 'より良い財務管理のために、出金に予算を紐付けます。',
'transactions_create_withdrawal_ffInput_budget' => 'より良い財務管理のために、出金を予算に紐付けます。',
'transactions_create_withdrawal_currency_dropdown_amount' => '出金が別の通貨の場合は、このドロップダウンを使用してください。',
'transactions_create_deposit_currency_dropdown_amount' => '入金が別の通貨である場合は、このドロップダウンを使用してください。',
'transactions_create_transfer_ffInput_piggy_bank_id' => '貯金箱を選択し、この送金をその貯金とします。',
@ -127,7 +127,7 @@ return [
'rules_index_outro' => '右上の (?) アイコンからヘルプページを確認してください。',
// create rule:
'rules_create_mandatory' => '説明的なタイトルを入力し、ルールが実行されるタイミングを設定します。',
'rules_create_mandatory' => 'わかりやすいタイトルを入力し、ルールが実行されるタイミングを設定します。',
'rules_create_ruletriggerholder' => '好きなだけトリガーを追加してください。アクションが実行されるには全てトリガーが一致しなければならないことを覚えておいてください。',
'rules_create_test_rule_triggers' => 'ルールに一致する取引を確認するには、このボタンを使用します。',
'rules_create_actions' => '好きなだけアクションを設定します。',
@ -137,8 +137,8 @@ return [
// currencies
'currencies_index_intro' => 'Firefly III は複数の通貨をサポートしており、このページで変更できます。',
'currencies_index_default' => 'Firefly IIIにはデフォルト通貨が1つあります。',
'currencies_index_buttons' => 'これらのボタンを使用して、デフォルトの通貨を変更したり、他の通貨を有効にします。',
'currencies_index_default' => 'Firefly III にはデフォルト通貨が1つあります。',
'currencies_index_buttons' => 'これらのボタンで、デフォルト通貨を変更したり、他の通貨を有効にします。',
// create currency
'currencies_create_code' => 'このコードはISOに準拠している必要があります(新しい通貨はググってください)。',

View File

@ -31,35 +31,35 @@ return [
'updated_at' => '更新日時',
'balance_before' => '前の残高',
'balance_after' => '後の残高',
'name' => '名',
'name' => '名',
'role' => '役割',
'currentBalance' => '現在の残高',
'linked_to_rules' => '関連ルール',
'active' => '有効?',
'active' => '有効',
'percentage' => 'パーセント',
'recurring_transaction' => '繰り返しの収支',
'next_due' => '次の期限',
'transaction_type' => 'タイプ',
'transaction_type' => '種別',
'lastActivity' => '最終アクティビティ',
'balanceDiff' => '残高差',
'other_meta_data' => 'その他のメタデータ',
'account_type' => '口座の種類',
'account_type' => '口座種別',
'created_at' => '作成日時',
'account' => '口座',
'external_url' => '外部 URL',
'matchingAmount' => '金額',
'destination' => '資産勘定(支出先)',
'source' => '収入アカウント(収入源)',
'next_expected_match' => '次の予期された一致',
'automatch' => '自動的に一致したか?',
'destination' => '宛先',
'source' => '源泉',
'next_expected_match' => '次の一致予測',
'automatch' => '自動一致',
'repeat_freq' => '繰り返し',
'description' => '説明',
'amount' => '金額',
'date' => '日付',
'interest_date' => '利息',
'interest_date' => '利息',
'book_date' => '予約日',
'process_date' => '処理日',
'due_date' => '締切日',
'due_date' => '期限日',
'payment_date' => '引き落とし日',
'invoice_date' => '領収書発行日',
'internal_reference' => 'システム内参考品',
@ -71,25 +71,25 @@ return [
'category' => 'カテゴリ',
'bill' => '請求',
'withdrawal' => '出金',
'deposit' => '金',
'deposit' => '金',
'transfer' => '送金',
'type' => '種',
'type' => '種',
'completed' => '完了',
'iban' => 'IBAN',
'account_number' => '口座番号',
'paid_current_period' => '期間',
'email' => '新しいメールアドレス',
'registered_at' => '登録に成功しました!',
'paid_current_period' => 'この期間の支払い済み',
'email' => 'Email',
'registered_at' => '登録日時',
'is_blocked' => 'ブロック済み',
'is_admin' => '管理者',
'has_two_factor' => '2段階認証が有効か',
'is_admin' => '管理者',
'has_two_factor' => '2要素認証が有効か',
'blocked_code' => 'ブロックコード',
'source_account' => '支出元口座',
'destination_account' => '送金先のアカウント',
'source_account' => '源泉口座',
'destination_account' => '宛先口座',
'accounts_count' => '口座数',
'journals_count' => '取引数',
'attachments_count' => '添付ファイル数',
'bills_count' => '請求数',
'bills_count' => '請求数',
'categories_count' => 'カテゴリ数',
'budget_count' => '予算数',
'rule_and_groups_count' => 'ルールとルールグループ数',
@ -102,7 +102,7 @@ return [
'sum' => '合計',
'sum_excluding_transfers' => '合計 (送金を除く)',
'sum_withdrawals' => '合計出金額',
'sum_deposits' => '金合計額',
'sum_deposits' => '金合計額',
'sum_transfers' => '合計送金額',
'sum_reconciliations' => '調整の合計',
'reconcile' => '照合',
@ -128,11 +128,11 @@ return [
'repetitions' => '繰り返し',
'title' => 'タイトル',
'transaction_s' => '取引',
'field' => '入力欄',
'field' => '項目',
'value' => '数値',
'interest' => '利息',
'interest_period' => '利息期間',
'liability_type' => '債務形式',
'liability_type' => '債務種別',
'liability_direction' => '債務の出入',
'end_date' => '終了日',
'payment_info' => '支払情報',

View File

@ -34,23 +34,23 @@ return [
'zero_or_more' => '数値はマイナスにできません。',
'date_or_time' => '数値はISO 8601 準拠の有効な日付や時刻である必要があります。',
'source_equals_destination' => '支出元と支出先が同じです。',
'unique_account_number_for_user' => 'このアカウント番号は既に使われているようです。',
'unique_account_number_for_user' => 'この口座番号は既に使われているようです。',
'unique_iban_for_user' => 'このIBANは既に使われているようです。',
'deleted_user' => 'セキュリティ上の制約から、このメールアドレスでは登録できません。',
'rule_trigger_value' => 'この値は選択されたトリガーには無効です。',
'rule_action_value' => 'この値は選択された操作には無効です。',
'deleted_user' => 'セキュリティ上の制約から、このメールアドレスでは登録できません。',
'rule_trigger_value' => 'この値は選択されたトリガーには無効です。',
'rule_action_value' => 'この値は選択された操作には無効です。',
'file_already_attached' => 'アップロードされたファイル ":name"は既に対象に割り当てられています。',
'file_attached' => 'ファイル ":name" のアップロードに成功しました。',
'must_exist' => ':attribute のIDはデータベースに存在しません。',
'all_accounts_equal' => 'この欄のすべてのアカウントは一致している必要があります。',
'all_accounts_equal' => 'この欄のすべての口座は一致している必要があります。',
'group_title_mandatory' => '一つ以上の取引がある場合、グループ名は必須です。',
'transaction_types_equal' => 'すべての分割先は同じ形式である必要があります。',
'invalid_transaction_type' => '無効なトランザクション形式です。',
'transaction_types_equal' => 'すべての分割は同じ種別である必要があります。',
'invalid_transaction_type' => '無効な取引種別です。',
'invalid_selection' => 'あなたの選択は無効です。',
'belongs_user' => 'この欄ではその値は無効です。',
'belongs_user' => 'この欄ではその値は無効です。',
'at_least_one_transaction' => '最低でも一つの取引が必要です。',
'at_least_one_repetition' => '最低でも一回の繰り返しが必要です。',
'require_repeat_until' => '繰り返し回数か、終了日(repeat_until) が必要です。両方は使えません。',
'require_repeat_until' => '繰り返し回数か、終了日 (繰り返し期限) が必要です。両方は使えません。',
'require_currency_info' => 'この項目の内容は通貨情報がなければ無効です。',
'not_transfer_account' => 'このアカウントは送金に使用できるアカウントではありません。',
'require_currency_amount' => 'この項目の内容は、外部金額情報がなければ無効です。',
@ -74,16 +74,16 @@ return [
'alpha_dash' => ':attributeには、英数字(\'A-Z\',\'a-z\',\'0-9\')とハイフン(-)が使用できます。',
'alpha_num' => ':attributeには、英数字(\'A-Z\',\'a-z\',\'0-9\')が使用できます。',
'array' => ':attributeには、配列を指定してください。',
'unique_for_user' => 'このIBANは既に使われているようです。',
'unique_for_user' => 'この :attribute のエントリがすでにあります。',
'before' => ':attributeには、:dateより前の日付を指定してください。',
'unique_object_for_user' => 'このIBANは既に使われているようです。',
'unique_account_for_user' => 'このアカウント番号は既に使われているようです。',
'unique_object_for_user' => 'この名称はすでに使われています。',
'unique_account_for_user' => 'この口座番号は既に使われているようです。',
'between.numeric' => ':attributeには、:minから、:maxまでの数字を指定してください。',
'between.file' => ':attributeには、:min KBから:max KBまでのサイズのファイルを指定してください。',
'between.string' => ':attributeは、:min文字から:max文字にしてください。',
'between.array' => ':attributeの項目は、:min個から:max個にしてください。',
'boolean' => ':attributeには、\'true\'か\'false\'を指定してください。',
'confirmed' => ':attributeが一致しません。',
'confirmed' => ':attribute の確認が一致しません。',
'date' => ':attributeは、正しい日付ではありません。',
'date_format' => ':attribute は :format と一致しません。',
'different' => ':attributeと:otherには、異なるものを指定してください。',
@ -143,21 +143,21 @@ return [
'starts_with' => '値は :values で始まる必要があります。',
'unique_webhook' => 'すでにこれらの値の Webhook があります。',
'unique_existing_webhook' => 'これらの値を持つ別の Webhook が既にあります。',
'same_account_type' => 'これらの口座は同じ口座タイプでなければなりません',
'same_account_type' => 'これらの口座は同じ口座種別でなければなりません',
'same_account_currency' => 'これらの口座には同じ通貨設定でなければいけません',
'secure_password' => 'これは安全なパスワードではありません。もう一度やり直してください。詳細については、https://bit.ly/FF3-password-security を参照してください。',
'valid_recurrence_rep_type' => '繰り返し取引のタイプが無効です。',
'valid_recurrence_rep_moment' => '無効な繰り返し設定があります。',
'invalid_account_info' => 'あなたの選択は無効です。',
'invalid_account_info' => 'アカウント情報が正しくありません。',
'attributes' => [
'email' => '新しいメールアドレス',
'email' => 'メールアドレス',
'description' => '説明',
'amount' => '金額',
'transactions.*.amount' => '取引金額',
'name' => '名',
'piggy_bank_id' => '貯金箱',
'targetamount' => '入金先に入金される金額',
'name' => '名',
'piggy_bank_id' => '貯金箱 ID',
'targetamount' => '目標金額',
'opening_balance_date' => '残高開始日',
'opening_balance' => '開始残高',
'match' => '一致',

View File

@ -52,8 +52,8 @@ return [
'registered_welcome' => 'Добро пожаловать в [Firefly III](:address). Подтверждаем вашу регистрацию этим e-mail. Ура!',
'registered_pw' => 'Если вы забыли ваш пароль, пожалуйста, создайте его повторно используя [оснастку по сбросу пароля](:address/password/reset).',
'registered_help' => 'В верхнем правом углу страницы есть иконка справки. Если вам нужна помощь, нажмите её!',
'registered_doc_html' => 'If you haven\'t already, please read the [grand theory](https://docs.firefly-iii.org/about-firefly-iii/personal-finances).',
'registered_doc_text' => 'If you haven\'t already, please also read the first use guide and the full description.',
'registered_doc_html' => 'Если вы еще этого не сделали, прочтите [великую теорию](https://docs.firefly-iii.org/about-firefly-iii/personal-finances).',
'registered_doc_text' => 'Если вы еще этого не сделали, прочтите краткое руководство по использованию и полное описание.',
'registered_closing' => 'Наслаждайтесь!',
'registered_firefly_iii_link' => 'Firefly III:',
'registered_pw_reset_link' => 'Сбросить пароль:',
@ -112,6 +112,6 @@ return [
'bill_warning_extension_date' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass in about **:diff days**.',
'bill_warning_end_date_zero' => 'Your bill **":name"** is due to end on :date. This moment will pass **TODAY!**',
'bill_warning_extension_date_zero' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass **TODAY!**',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_please_action' => 'Просим принять соответствующие меры.',
];

View File

@ -12,6 +12,6 @@ sonar.organization=firefly-iii
#sonar.sourceEncoding=UTF-8
sonar.projectVersion=5.7.4
sonar.projectVersion=5.7.5
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
sonar.sourceEncoding=UTF-8

View File

@ -936,9 +936,9 @@
integrity sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==
"@jridgewell/sourcemap-codec@^1.4.10":
version "1.4.11"
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
version "1.4.12"
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.12.tgz#7ed98f6fa525ffb7c56a2cbecb5f7bb91abd2baf"
integrity sha512-az/NhpIwP3K33ILr0T2bso+k2E/SLf8Yidd8mHl0n6sCQ4YdyC8qDhZA6kOPDNDBA56ZnIjngVl0U3jREA0BUA==
"@jridgewell/trace-mapping@^0.3.9":
version "0.3.9"
@ -1059,9 +1059,9 @@
"@types/estree" "*"
"@types/eslint@*":
version "8.4.1"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.1.tgz#c48251553e8759db9e656de3efc846954ac32304"
integrity sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA==
version "8.4.2"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.2.tgz#48f2ac58ab9c631cb68845c3d956b28f79fad575"
integrity sha512-Z1nseZON+GEnFjJc04sv4NSALGjhFwy6K0HXt7qsn5ArfAKtb63dXNJHf+1YW6IpOIYRBGUbu3GwJdj8DGnCjA==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
@ -1099,9 +1099,9 @@
"@types/node" "*"
"@types/http-proxy@^1.17.8":
version "1.17.8"
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.8.tgz#968c66903e7e42b483608030ee85800f22d03f55"
integrity sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==
version "1.17.9"
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.9.tgz#7f0e7931343761efde1e2bf48c40f02f3f75705a"
integrity sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==
dependencies:
"@types/node" "*"
@ -2118,9 +2118,9 @@ cookie@0.5.0:
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
core-js-compat@^3.21.0, core-js-compat@^3.22.1:
version "3.22.3"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.22.3.tgz#9b10d786052d042bc97ee8df9c0d1fb6a49c2005"
integrity sha512-wliMbvPI2idgFWpFe7UEyHMvu6HWgW8WA+HnDRtgzoSDYvXFMpoGX1H3tPDDXrcfUSyXafCLDd7hOeMQHEZxGw==
version "3.22.4"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.22.4.tgz#d700f451e50f1d7672dcad0ac85d910e6691e579"
integrity sha512-dIWcsszDezkFZrfm1cnB4f/J85gyhiCpxbgBdohWCDtSVuAaChTSpPV7ldOQf/Xds2U5xCIJZOK82G4ZPAIswA==
dependencies:
browserslist "^4.20.3"
semver "7.0.0"
@ -2489,9 +2489,9 @@ ee-first@1.1.1:
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
electron-to-chromium@^1.4.118:
version "1.4.129"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.129.tgz#c675793885721beefff99da50f57c6525c2cd238"
integrity sha512-GgtN6bsDtHdtXJtlMYZWGB/uOyjZWjmRDumXTas7dGBaB9zUyCjzHet1DY2KhyHN8R0GLbzZWqm4efeddqqyRQ==
version "1.4.132"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.132.tgz#b64599eb018221e52e2e4129de103b03a413c55d"
integrity sha512-JYdZUw/1068NWN+SwXQ7w6Ue0bWYGihvSUNNQwurvcDV/SM7vSiGZ3NuFvFgoEiCs4kB8xs3cX2an3wB7d4TBw==
elliptic@^6.5.3:
version "6.5.4"
@ -2767,9 +2767,9 @@ find-up@^4.0.0:
path-exists "^4.0.0"
follow-redirects@^1.0.0, follow-redirects@^1.14.9:
version "1.14.9"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
version "1.15.0"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4"
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
font-awesome@^4.7.0:
version "4.7.0"
@ -3675,9 +3675,9 @@ multicast-dns@^7.2.4:
thunky "^1.0.2"
nanoid@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
version "3.3.4"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
negotiator@0.6.3:
version "0.6.3"