diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:23 +0000 |
commit | a40838b61cfbad9fc3d969b82179f12308b8cd09 (patch) | |
tree | 640cb363b4637ec800b51f391cafdc35a563f272 /apps/files/l10n/ja.js | |
parent | 8afd99c2067364cc619d283914fb50bf12f9f58c (diff) | |
download | nextcloud-server-a40838b61cfbad9fc3d969b82179f12308b8cd09.tar.gz nextcloud-server-a40838b61cfbad9fc3d969b82179f12308b8cd09.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 | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 77853dc9ff9..6ab65dcd7be 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -37,10 +37,9 @@ OC.L10N.register( "Set reminder" : "リマインダーを設定", "Edit locally" : "ローカルで編集", "Open" : "開く", - "_Delete file_::_Delete files_" : ["ファイルの削除"], - "_Delete folder_::_Delete folders_" : ["フォルダを削除"], - "_Disconnect storage_::_Disconnect storages_" : ["ストレージを切断する"], - "_Leave this share_::_Leave these shares_" : ["これらの共有から抜ける"], + "Delete folder" : "フォルダーを削除", + "Disconnect storage" : "ストレージを切断する", + "Leave this share" : "この共有から抜ける", "Could not load info for file \"{file}\"" : "\"{file}\" ファイルの情報を読み込めませんでした", "Files" : "ファイル", "Details" : "詳細", @@ -264,6 +263,10 @@ OC.L10N.register( "Unable to create new file from template" : "テンプレートから新しいファイルを作成できません", "Delete permanently" : "完全に削除する", "Delete and unshare" : "削除して共有を解除", + "Leave these shares" : "これらの共有から抜ける", + "Disconnect storages" : "ストレージを切断する", + "Delete files" : "ファイルの削除", + "Delete folders" : "フォルダを削除", "You are about to delete {count} items." : "あなたは {count} 個のアイテムを削除しようとしています。", "Confirm deletion" : "削除の確認", "Cancel" : "キャンセル", @@ -321,20 +324,9 @@ OC.L10N.register( "Direct link was copied (only works for users who have access to this file/folder)" : "直接リンクがコピーされました(ただしこのファイルやフォルダにアクセスできる人だけが使用可能です)", "Copy direct link (only works for users who have access to this file/folder)" : "ダイレクトリンクをコピー (このファイル/フォルダーにアクセスできるユーザーのみ)", "You can only favorite a single file or folder at a time" : "お気に入りに追加できるファイルまたはフォルダーは一度に1つまでです", - "\"remote user\"" : "\"リモートユーザー\"", - "Search users" : "ユーザーを検索", - "You might not have have permissions to view it, ask the sender to share it" : "閲覧権限がない可能性があるため、送信者に共有を依頼してください", - "Set up templates folder" : "テンプレートフォルダーを設定", - "Toggle %1$s sublist" : "サブリスト %1$s を切り替え", - "Toggle grid view" : "グリッド表示の切り替え", - "Deleted files" : "ゴミ箱", - "Shares" : "共有", - "Shared with others" : "他ユーザーと共有中", - "Shared with you" : "他ユーザーがあなたと共有中", - "Deleted shares" : "削除された共有", - "Pending shares" : "保留中の共有", "This file has the tag {tag}" : "このファイルには {tag} タグがあります。", "This file has the tags {firstTags} and {lastTag}" : "このファイルには {firstTags} と {lastTag} というタグがあります", + "\"remote user\"" : "\"リモートユーザー\"", "Select the row for {displayName}" : "{displayName} の行を選択する", "Open folder {name}" : "フォルダ {name} を開く", "Unselect all" : "すべて選択解除", @@ -345,6 +337,15 @@ OC.L10N.register( "Search for an account" : "アカウントを検索", "Choose" : "選択", "No files or folders have been deleted yet" : "まだ削除されたファイルやフォルダはありません", + "You might not have have permissions to view it, ask the sender to share it" : "閲覧権限がない可能性があるため、送信者に共有を依頼してください", + "Set up templates folder" : "テンプレートフォルダーを設定", + "Toggle %1$s sublist" : "サブリスト %1$s を切り替え", + "Toggle grid view" : "グリッド表示の切り替え", + "Shares" : "共有", + "Shared with others" : "他ユーザーと共有中", + "Shared with you" : "他ユーザーがあなたと共有中", + "Deleted shares" : "削除された共有", + "Pending shares" : "保留中の共有", "The files is locked" : "ファイルはロックされています" }, "nplurals=1; plural=0;"); |