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/files/l10n/ja.js | |
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/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 1c7e8a4b7c0..6df9c3fe46a 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -136,9 +136,9 @@ OC.L10N.register( "Choose {file}" : "{file}を選択", "New" : "新規作成", "Loading current folder" : "現在のフォルダの読み込み中", + "Retry" : "リトライ", "No files in here" : "ファイルがありません", "Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。", - "Go to the previous folder" : "前のフォルダへ移動", "Go back" : "戻る", "Share" : "共有", "Shared by link" : "URLリンクで共有中", @@ -264,6 +264,9 @@ OC.L10N.register( "Files moved successfully" : "ファイルの移動に成功しました", "Conflicts resolution skipped" : "コンフリクトの解決はスキップされました", "Upload cancelled" : "アップロードはキャンセルされました", + "This operation is forbidden" : "この操作は禁止されています", + "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。", + "Storage is temporarily not available" : "ストレージは一時的に利用できません", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} フォルダ"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ファイル"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ファイルと {folderCount} フォルダ"], @@ -324,9 +327,6 @@ OC.L10N.register( "Select directory \"{dirName}\"" : "ディレクトリを選択: \"{dirName}\"", "Select file \"{fileName}\"" : "ファイルを選択: \"{fileName}\"", "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" : "コピー", @@ -388,6 +388,7 @@ OC.L10N.register( "Could not rename \"{oldName}\"" : "\"{oldName}\" の名前を変更できませんでした。", "Storage informations" : "ストレージ情報", "Choose file" : "ファイルを選択", + "Go to the previous folder" : "前のフォルダへ移動", "Open the files app settings" : "ファイルアプリの設定を開く", "You might not have have permissions to view it, ask the sender to share it" : "閲覧権限がない可能性があるため、送信者に共有を依頼してください", "The files is locked" : "ファイルはロックされています", |