diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-05 00:22:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-05 00:22:19 +0000 |
commit | 36607881ceb0a528f8ae43069aa36e287b96b91f (patch) | |
tree | 68faa02e69ad6f319daf89f8aeeb66a1f87a7412 /apps/files_external | |
parent | 80b5aed6ef7462af56182b7965057cafe8e071ce (diff) | |
download | nextcloud-server-36607881ceb0a528f8ae43069aa36e287b96b91f.tar.gz nextcloud-server-36607881ceb0a528f8ae43069aa36e287b96b91f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/ja.js | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/ja.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index fbe016bcd60..b1e7b30439e 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -90,6 +90,7 @@ OC.L10N.register( "Share" : "共有", "Show hidden files" : "隠しファイルを表示", "Case sensitive file system" : "大文字と小文字を区別するファイルシステム", + "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "これを無効にすると、大文字と小文字を区別しないファイルシステムを使用できるようになりますが、パフォーマンス上のペナルティが発生します。", "Verify ACL access when listing files" : "ファイルをリストアップする際に ACL アクセスを確認する", "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "ディレクトリ内の各ファイルまたはフォルダーのACLをチェックして、ユーザーが読み取り権限を持たないアイテムを除外すると、パフォーマンスが低下します", "Timeout" : "タイムアウト", diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index b0854c2042e..fbd3d670f98 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -88,6 +88,7 @@ "Share" : "共有", "Show hidden files" : "隠しファイルを表示", "Case sensitive file system" : "大文字と小文字を区別するファイルシステム", + "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "これを無効にすると、大文字と小文字を区別しないファイルシステムを使用できるようになりますが、パフォーマンス上のペナルティが発生します。", "Verify ACL access when listing files" : "ファイルをリストアップする際に ACL アクセスを確認する", "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "ディレクトリ内の各ファイルまたはフォルダーのACLをチェックして、ユーザーが読み取り権限を持たないアイテムを除外すると、パフォーマンスが低下します", "Timeout" : "タイムアウト", |