diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-29 00:27:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-29 00:27:57 +0000 |
commit | da591eaec3050ab02b4a74d1304db78335eeb7fa (patch) | |
tree | f8b206f7dac72fcb6deed841e1d038020787f144 /lib/l10n/ja.js | |
parent | 26265847bdade218bc7b792fe2ff07dd1334b04b (diff) | |
download | nextcloud-server-da591eaec3050ab02b4a74d1304db78335eeb7fa.tar.gz nextcloud-server-da591eaec3050ab02b4a74d1304db78335eeb7fa.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 3c964f935a7..6db9dbf6a74 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -261,8 +261,6 @@ OC.L10N.register( "Login canceled by app" : "アプリによりログインが中止されました", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "次の依存関係を満たしていないため、アプリ \"%1$s\" をインストールできません: %2$s", "a safe home for all your data" : "すべてのデータを安全に保管します", - "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。", - "Cannot download file" : "ファイルをダウンロードできません", "Application is not enabled" : "アプリケーションは無効です", "Authentication error" : "認証エラー", "Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。", @@ -419,6 +417,8 @@ OC.L10N.register( "Username must not consist of dots only" : "ユーザー名に、ドットのみはつけられません", "Username is invalid because files already exist for this user" : "このユーザーのファイルが既に存在するため、このユーザー名は使用できません", "User disabled" : "ユーザーは無効です", + "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。", + "Cannot download file" : "ファイルをダウンロードできません", "Your data directory is readable by other users." : "データディレクトリは他のユーザーからも読み取ることができます", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。", "Ensure there is a file called \".ocdata\" in the root of the data directory." : "データディレクトリの直下に \".ocdata\" ファイルがあるのを確認してください。" |