diff options
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 ca4bc88f394..96c643dedd3 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -178,7 +178,6 @@ OC.L10N.register( "Upload successful" : "アップロード成功", "\"{displayName}\" action executed successfully" : "\"{displayName}\" アクションは正常に実行された", "\"{displayName}\" action failed" : "\"{displayName}\" アクションは失敗しました", - "Select the row for {displayName}" : "{displayName} の行を選択する", "Rename file" : "ファイル名の変更", "File name" : "ファイル名", "Folder name" : "フォルダー名", @@ -196,8 +195,6 @@ OC.L10N.register( "Could not copy {file}. {message}" : "{file} をコピーできませんでした。 {message}", "Could not move {file}. {message}" : "{file} を移動できませんでした。 {message}", "Total rows summary" : "総行数のサマリー", - "Select all" : "すべて選択", - "Unselect all" : "すべて選択解除", "\"{displayName}\" failed on some elements " : "いくつかの要素で \"{displayName}\" が失敗しました。", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" バッチアクションが正常に実行されました。", "List of files and folders." : "ファイルとフォルダの一覧。", @@ -298,6 +295,7 @@ OC.L10N.register( "Files and folders you recently modified will show up here." : "最近変更したファイルやフォルダーがここに表示されます。", "Toggle %1$s sublist" : "サブリスト %1$s を切り替え", "No entries found in this folder" : "このフォルダーにはエントリーがありません", + "Select all" : "すべて選択", "Upload too large" : "アップロードには大きすぎます。", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、このサーバーのファイルアップロード時の最大サイズを超えています。", "Text file" : "テキストファイル", @@ -315,7 +313,9 @@ OC.L10N.register( "Pending shares" : "保留中の共有", "This file has the tag {tag}" : "このファイルには {tag} タグがあります。", "This file has the tags {firstTags} and {lastTag}" : "このファイルには {firstTags} と {lastTag} というタグがあります", + "Select the row for {displayName}" : "{displayName} の行を選択する", "Open folder {name}" : "フォルダ {name} を開く", + "Unselect all" : "すべて選択解除", "ascending" : "昇順", "descending" : "降順", "Sort list by {column} ({direction})" : "{column} ({direction}) でリストを並べ替える", |