Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c302d3bade8ac21421e0647f2e49d2bbdc6629c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "ゴミ箱",
    "Restore" : "復元",
    "Delete" : "削除",
    "Error while restoring file from trashbin" : "ごみ箱からファイルを復元中にエラーが発生しました",
    "Delete permanently" : "完全に削除する",
    "Error while removing file from trashbin" : "ごみ箱からファイルを削除中にエラーが発生しました",
    "Error while restoring files from trashbin" : "ごみ箱からファイルを復元する際のエラー",
    "Error while emptying trashbin" : "ごみ箱を空にする際にエラーが発生",
    "Error while removing files from trashbin" : "ごみ箱からファイルを削除中にエラーが発生しました",
    "This operation is forbidden" : "この操作は禁止されています",
    "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
    "restored" : "復元済",
    "This application enables users to restore files that were deleted from the system." : "このアプリケーションを使用すると、ユーザーはシステムから削除されたファイルを復元できます。",
    "No deleted files" : "削除されたファイルはありません",
    "You will be able to recover deleted files from here" : "ここから削除されたファイルを元に戻すことができます。",
    "No entries found in this folder" : "このフォルダーにはエントリーがありません",
    "Select all" : "すべて選択",
    "Name" : "名前",
    "Actions" : "アクション",
    "Deleted" : "削除日時",
    "Couldn't delete %s permanently" : "%s を完全に削除できませんでした",
    "Couldn't restore %s" : "%s を復元できませんでした",
    "Error" : "エラー"
},
"nplurals=1; plural=0;");