diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ja.js')
-rw-r--r-- | apps/files_trashbin/l10n/ja.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/ja.js b/apps/files_trashbin/l10n/ja.js index 8e2b2002a91..e27151b9a91 100644 --- a/apps/files_trashbin/l10n/ja.js +++ b/apps/files_trashbin/l10n/ja.js @@ -12,7 +12,6 @@ OC.L10N.register( "Confirm permanent deletion" : "完全削除を承認", "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "ごみ箱のすべてのファイルとフォルダーを完全に削除しますか?この操作は元に戻すことができません。", "Cancel" : "キャンセル", - "Deletion cancelled" : "削除はキャンセルされました", "Original location" : "元の場所", "Deleted by" : "削除者", "Deleted" : "削除日時", @@ -25,6 +24,7 @@ OC.L10N.register( "No deleted files" : "削除されたファイルはありません", "Files and folders you have deleted will show up here" : "削除したファイルとフォルダーがここに表示されます", "All files have been permanently deleted" : "すべてのファイルが完全に削除されました", - "Failed to empty deleted files" : "削除されたファイルを空にできませんでした" + "Failed to empty deleted files" : "削除されたファイルを空にできませんでした", + "Deletion cancelled" : "削除はキャンセルされました" }, "nplurals=1; plural=0;"); |