diff options
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 5d3dacb8ebf..47462ea2dd7 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -202,9 +202,11 @@ OC.L10N.register( "Sort favorites first" : "お気に入りを最初に並べる", "Sort folders before files" : "ファイルよりもフォルダを先に並べ替えます", "Enable folder tree" : "フォルダーツリーを有効にする", + "Visual settings" : "ビジュアル設定", "Show hidden files" : "隠しファイルを表示", "Show file type column" : "ファイルの種類のカラムを表示する", "Crop image previews" : "プレビュー画像を切り抜く", + "Show files extensions" : "ファイルの拡張子を表示", "Additional settings" : "追加設定", "WebDAV" : "WebDAV", "WebDAV URL" : "WebDAV URL", @@ -264,7 +266,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 +289,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 +299,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,13 +323,13 @@ 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" : "テンプレートフォルダーの作成", "Templates" : "テンプレート", "New template folder" : "新しいテンプレートフォルダ", "In folder" : "フォルダ内", + "Search in all files" : "すべてのファイルを検索", "Search in folder: {folder}" : "フォルダ内を検索: {folder}", "One of the dropped files could not be processed" : "ドロップされたファイルの1つが処理できませんでした", "Your browser does not support the Filesystem API. Directories will not be uploaded" : "お使いのブラウザはファイルシステムAPIをサポートしていません。ディレクトリはアップロードされません", @@ -365,6 +363,7 @@ OC.L10N.register( "No favorites yet" : "まだお気に入りはありません", "Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。", "List of your files and folders." : "ファイルやフォルダーの一覧", + "Folder tree" : "フォルダーツリー", "List of your files and folders that are not shared." : "共有されていないファイルやフォルダの一覧。", "No personal files found" : "個人ファイルは見つかりませんでした", "Files that are not shared will show up here." : "共有されていないファイルは、ここに表示されます。", @@ -461,6 +460,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} フォルダ"], |