diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-08-08 00:12:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-08-08 00:12:32 +0000 |
commit | 1518ded8b193ca789b28f8f64114798ab8df1747 (patch) | |
tree | e0470db295454297111293aac63827993b54aefe /apps/files/l10n/ja.js | |
parent | 2a96042db19032d869b1d824d64cc355a2137fea (diff) | |
download | nextcloud-server-master.tar.gz nextcloud-server-master.zip |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 5d3dacb8ebf..485685f5c24 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -264,7 +264,6 @@ OC.L10N.register( "File successfully converted" : "ファイルは正常に変換されました", "Failed to convert file: {message}" : "ファイルの変換に失敗しました: {message}", "Failed to convert file" : "ファイルの変換に失敗しました", - "Deletion cancelled" : "削除はキャンセルされました", "Leave this share" : "この共有から抜ける", "Leave these shares" : "これらの共有から抜ける", "Disconnect storage" : "ストレージを切断する", @@ -288,7 +287,6 @@ OC.L10N.register( "You cannot move a file/folder onto itself or into a subfolder of itself" : "ファイル/フォルダをそれ自身の上に移動したり、それ自身のサブフォルダに移動したりすることはできません。", "(copy)" : "(copy)", "(copy %n)" : "(copy %n)", - "Move cancelled" : "移動はキャンセルされました", "A file or folder with that name already exists in this folder" : "その名前のファイルまたはフォルダが、このフォルダに既に存在します", "The files are locked" : "ファイルはロックされています", "The file does not exist anymore" : "ファイルはもう存在しません", @@ -299,8 +297,6 @@ OC.L10N.register( "Move" : "移動", "Move or copy operation failed" : "移動またはコピー操作は失敗しました", "Move or copy" : "移動またはコピー", - "Cancelled move or copy of \"{filename}\"." : "\"{filename}\"の移動またはコピーをキャンセルしました。", - "Cancelled move or copy operation" : "キャンセルされた移動またはコピー操作", "Open folder {displayName}" : "フォルダ {displayName} を開く", "Open in Files" : "ファイルアプリで開く", "Open locally" : "ローカルで開く", @@ -325,7 +321,6 @@ OC.L10N.register( "Audio" : "オーディオ", "Photos and images" : "写真と画像", "Videos" : "動画", - "New folder creation cancelled" : "新しいフォルダーの作成がキャンセルされました", "Created new folder \"{name}\"" : "新規フォルダ \"{name}\" を作成しました", "Unable to initialize the templates directory" : "テンプレートディレクトリを初期化できませんでした", "Create templates folder" : "テンプレートフォルダーの作成", @@ -461,6 +456,11 @@ OC.L10N.register( "Enable the grid view" : "グリッド表示を有効にする", "Use this address to access your Files via WebDAV" : "このアドレスを使用すれば、WebDAV経由でファイルにアクセスできます", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "2FAを有効にしている場合は、ここをクリックして新しいアプリのパスワードを作成し、使用する必要があります。", + "Deletion cancelled" : "削除はキャンセルされました", + "Move cancelled" : "移動はキャンセルされました", + "Cancelled move or copy of \"{filename}\"." : "\"{filename}\"の移動またはコピーをキャンセルしました。", + "Cancelled move or copy operation" : "キャンセルされた移動またはコピー操作", + "New folder creation cancelled" : "新しいフォルダーの作成がキャンセルされました", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} フォルダ"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ファイル"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ファイルと {folderCount} フォルダ"], |