2014-10-17 16:20:02 +04:00
|
|
|
OC.L10N.register(
|
|
|
|
"files_trashbin",
|
|
|
|
{
|
|
|
|
"Deleted files" : "ゴミ箱",
|
2019-02-14 04:12:26 +03:00
|
|
|
"restored" : "復元済",
|
|
|
|
"This application enables users to restore files that were deleted from the system." : "このアプリケーションを使用すると、ユーザーはシステムから削除されたファイルを復元できます。",
|
2014-10-17 16:20:02 +04:00
|
|
|
"Restore" : "復元",
|
2015-11-24 09:56:32 +03:00
|
|
|
"Delete" : "削除",
|
2018-11-15 04:12:14 +03:00
|
|
|
"Error while restoring file from trashbin" : "ごみ箱からファイルを復元中にエラーが発生しました",
|
2014-12-10 09:55:34 +03:00
|
|
|
"Delete permanently" : "完全に削除する",
|
2018-11-15 04:12:14 +03:00
|
|
|
"Error while removing file from trashbin" : "ごみ箱からファイルを削除中にエラーが発生しました",
|
|
|
|
"Error while restoring files from trashbin" : "ごみ箱からファイルを復元する際のエラー",
|
|
|
|
"Error while emptying trashbin" : "ごみ箱を空にする際にエラーが発生",
|
|
|
|
"Error while removing files from trashbin" : "ごみ箱からファイルを削除中にエラーが発生しました",
|
2015-11-24 09:56:32 +03:00
|
|
|
"This operation is forbidden" : "この操作は禁止されています",
|
|
|
|
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
|
2014-12-31 09:54:33 +03:00
|
|
|
"No deleted files" : "削除されたファイルはありません",
|
|
|
|
"You will be able to recover deleted files from here" : "ここから削除されたファイルを元に戻すことができます。",
|
2015-01-10 09:54:35 +03:00
|
|
|
"No entries found in this folder" : "このフォルダーにはエントリーがありません",
|
2014-12-31 09:54:33 +03:00
|
|
|
"Select all" : "すべて選択",
|
2014-10-17 16:20:02 +04:00
|
|
|
"Name" : "名前",
|
2018-11-15 04:12:14 +03:00
|
|
|
"Actions" : "アクション",
|
2018-09-29 03:12:16 +03:00
|
|
|
"Deleted" : "削除日時",
|
|
|
|
"Couldn't delete %s permanently" : "%s を完全に削除できませんでした",
|
|
|
|
"Couldn't restore %s" : "%s を復元できませんでした",
|
|
|
|
"Error" : "エラー"
|
2014-10-17 16:20:02 +04:00
|
|
|
},
|
|
|
|
"nplurals=1; plural=0;");
|