summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ja.js
blob: 8263cb74b2f31b356c1e0c7f0c3d562ce85c0b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "%s を完全に削除できませんでした",
    "Couldn't restore %s" : "%s を復元できませんでした",
    "Deleted files" : "ゴミ箱",
    "Restore" : "復元",
    "Delete permanently" : "完全に削除する",
    "Error" : "エラー",
    "restored" : "復元済",
    "Nothing in here. Your trash bin is empty!" : "ここには何もありません。ゴミ箱は空です!",
    "Name" : "名前",
    "Deleted" : "削除日時",
    "Delete" : "削除"
},
"nplurals=1; plural=0;");