diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-24 00:19:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-24 00:19:54 +0000 |
commit | 080106a2e597b68ab6af1bb58689262e08dac828 (patch) | |
tree | 0de552058023acda3862162156661f0959dd6f70 /apps/files/l10n/ja.js | |
parent | f9235a09ed59553bb8a97b97447e281eca6a1dd4 (diff) | |
download | nextcloud-server-080106a2e597b68ab6af1bb58689262e08dac828.tar.gz nextcloud-server-080106a2e597b68ab6af1bb58689262e08dac828.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 39718240ffb..45cdcda83e4 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -157,6 +157,10 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "ファイルまたはフォルダーが<strong>変更</strong>されたとき", "A favorite file or folder has been <strong>changed</strong>" : "お気に入りのファイルまたはフォルダーが <strong>変更</strong>されたとき", "Upload (max. %s)" : "アップロード ( 最大 %s )", + "Files compatibility" : "ファイルの互換性", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "ファイルをすべてのクライアントと同期できるようにするために、ファイル名を制限することを許可します。デフォルトではPOSIX(LinuxやmacOSなど)で有効なすべてのファイル名が許可されています。", + "Enforce Windows compatibility" : "Windowsとの互換性を強制", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "予約名や特殊文字のような、Windowsシステムにおいて有効でないファイル名をブロックします。これは大文字、小文字の互換性を強制するものではありません。", "Accept" : "承諾", "Reject" : "拒否", "Incoming ownership transfer from {user}" : "{user} からの所有権転送を受信", |