diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-30 00:19:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-30 00:19:06 +0000 |
commit | efdfe2b61c23ccdd1dc5c9b77cf0f3a268cda316 (patch) | |
tree | fce50f21be1abbdc45e1b75b93edf2059c6e9671 /apps/settings/l10n/ja.json | |
parent | 1f6279fa760cc671fe59339711f06edc0cbf887f (diff) | |
download | nextcloud-server-efdfe2b61c23ccdd1dc5c9b77cf0f3a268cda316.tar.gz nextcloud-server-efdfe2b61c23ccdd1dc5c9b77cf0f3a268cda316.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/ja.json')
-rw-r--r-- | apps/settings/l10n/ja.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index 236c7ad53ae..20631ecc6cd 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -152,6 +152,7 @@ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "データベースにいくつかのプライマリーキーがありません。大きなテーブルにプライマリーキーを追加するには時間がかかる可能性があるため、自動的に追加されません。 \"occ db:add-missing-primary-keys\" を実行することにより、インスタンスを動かしたままで足りないプライマリーキーを手動で追加することができます。", "Database pending bigint migrations" : "データベースで保留中のbigintマイグレーション", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "データベース内の一部の列では、big int への変換が行われていません。大きなテーブルで列の型を変更するには時間がかかる可能性があるため、列の型は自動的には変更されませんでした。 \"occ db:convert-filecache-bigint\"を実行すると、保留中の変更を手動で適用できます。この操作は、インスタンスがオフラインのときに行う必要があります。", + "This instance is running in debug mode. Only enable this for local development and not in production environments." : "このインスタンスはデバッグ モードで実行されています。これはローカル開発の場合にのみ有効にし、運用環境では有効にしないでください。", "Default phone region" : "デフォルトの電話地域", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "ご使用のシステムには、デフォルトの電話地域が設定されていません。これは、プロフィール設定で国コードなしの電話番号を有効にするために必要です。国コードなしの電話番号を許可するには、\"default_phone_region\" を地域の ISO 3166-1 コードとともに設定ファイルに追加してください。", "Email test" : "Eメールテスト", |