summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ja_JP.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/ja_JP.php')
-rw-r--r--apps/files_trashbin/l10n/ja_JP.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/ja_JP.php b/apps/files_trashbin/l10n/ja_JP.php
index aefd85cf55f..0b4e1954e74 100644
--- a/apps/files_trashbin/l10n/ja_JP.php
+++ b/apps/files_trashbin/l10n/ja_JP.php
@@ -1,8 +1,11 @@
<?php $TRANSLATIONS = array(
+"perform restore operation" => "復元操作を実行する",
"Name" => "名前",
+"Deleted" => "削除済み",
"1 folder" => "1 フォルダ",
"{count} folders" => "{count} フォルダ",
"1 file" => "1 ファイル",
"{count} files" => "{count} ファイル",
+"Nothing in here. Your trash bin is empty!" => "ここには何もありません。ゴミ箱は空です!",
"Restore" => "復元"
);