nextcloud/apps/files_trashbin/l10n/ja_JP.php

12 lines
426 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
2013-02-02 03:08:15 +04:00
"perform restore operation" => "復元操作を実行する",
2013-02-01 03:19:28 +04:00
"Name" => "名前",
2013-02-02 03:08:15 +04:00
"Deleted" => "削除済み",
2013-02-01 03:19:28 +04:00
"1 folder" => "1 フォルダ",
"{count} folders" => "{count} フォルダ",
"1 file" => "1 ファイル",
"{count} files" => "{count} ファイル",
2013-02-02 03:08:15 +04:00
"Nothing in here. Your trash bin is empty!" => "ここには何もありません。ゴミ箱は空です!",
2013-02-01 03:19:28 +04:00
"Restore" => "復元"
);