diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-11 02:24:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-11 02:24:41 +0000 |
commit | 380e5a4ee17ad5e976753cbbd79247f217e5d886 (patch) | |
tree | 2165349c62f68d3db313f74897a2a8db37c6b004 /apps/files/l10n/ja.js | |
parent | 4014d4d0ff6e78afc2a193c7cdae53117f532c0c (diff) | |
download | nextcloud-server-380e5a4ee17ad5e976753cbbd79247f217e5d886.tar.gz nextcloud-server-380e5a4ee17ad5e976753cbbd79247f217e5d886.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 98c999b22af..f61350a6f83 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -1,9 +1,6 @@ OC.L10N.register( "files", { - "Storage is temporarily not available" : "ストレージは一時的に利用できません", - "Storage invalid" : "ストレージが無効です", - "Unknown error" : "不明なエラー", "File could not be found" : "ファイルを見つけられませんでした", "Move or copy" : "移動またはコピー", "Download" : "ダウンロード", @@ -53,6 +50,7 @@ OC.L10N.register( "Unable to determine date" : "更新日不明", "This operation is forbidden" : "この操作は禁止されています", "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。", + "Storage is temporarily not available" : "ストレージは一時的に利用できません", "Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした", "Could not move \"{file}\"" : "\"{file}\" を移動できませんでした", "copy" : "コピー", @@ -178,6 +176,7 @@ OC.L10N.register( "Transfer" : "転送", "Transfer {path} to {userid}" : "{path} を {userid} に転送する", "Invalid path selected" : "無効なパスが選択されました", + "Unknown error" : "不明なエラー", "Ownership transfer request sent" : "所有権転送のリクエストを送信しました", "Cannot transfer ownership of a file or folder you do not own" : "所有していないファイルまたはフォルダーの所有権を譲渡することはできません", "Files settings" : "ファイル設定", @@ -221,6 +220,7 @@ OC.L10N.register( "Pending shares" : "保留中の共有", "Text file" : "テキストファイル", "New text file.txt" : "新規のテキストファイル作成", + "Storage invalid" : "ストレージが無効です", "Select" : "選択", "You don’t have permission to upload or create files here" : "ここにファイルをアップロードまたは作成する権限がありません", "New" : "新規作成", |