diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:19 +0000 |
commit | c3ac8bf89aa649a987762ac7ece8bca34d8da191 (patch) | |
tree | 52f7ca5e9025d2236e330c2052efc5e69e2bf82d /apps/settings/l10n/ja.json | |
parent | 7b36547f137179e4f5931ce749f2c005f12a117d (diff) | |
download | nextcloud-server-c3ac8bf89aa649a987762ac7ece8bca34d8da191.tar.gz nextcloud-server-c3ac8bf89aa649a987762ac7ece8bca34d8da191.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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index 4a4535b8cd1..1a301416606 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -119,6 +119,7 @@ "Personal info" : "個人情報", "Mobile & desktop" : "モバイル & デスクトップ", "Email server" : "メールサーバー", + "Security & setup checks" : " セキュリティ & セットアップのチェック", "Background jobs" : "バックグラウンドジョブ", "Unlimited" : "無制限", "Verifying" : "検証中", @@ -206,7 +207,10 @@ "Configured" : "設定済み", "Mimetype migrations available" : "Mimetypeの移行が可能", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "1つ以上のmimetypeマイグレーションが利用できます。時折、特定のファイルタイプをよりよく扱うために新しいmimetypesが追加されます。大規模なインスタンスではmimetypesの移行に時間がかかるため、アップグレード時には自動的には行われません。移行を行うには `occ maintenance:repair --include-expensive` コマンドを使用してください。", + "MySQL row format" : "MySQLの行フォーマット", "You are not using MySQL" : "あなたは MySQL を使用していません", + "None of your table use ROW_FORMAT=Compressed" : "ROW_FORMAT=Compressed を使用しているテーブルはありません", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["ROW_FORMAT=Dynamicを使用していないテーブルがあります。このフォーマットはNextcloudで最高のデータベース・パフォーマンスを提供します。以下のテーブルで行の形式をダイナミックに変更してください: %s"], "MySQL Unicode support" : "MySQL Unicode サポート", "MySQL is used as database and does support 4-byte characters" : "MySQL はデータベースとして使用され、4バイト文字をサポートしています", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL はデータベースとして使用されていますが、4バイトの文字をサポートしていません。例えば、ファイル名やコメントなどで絵文字などの4バイトの文字を問題なく扱うためには、MySQL で4バイトのサポートを有効にすることをおすすめします。", |