ja.js 838 B

12345678910111213141516171819
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "%s を完全に削除できませんでした",
  5. "Couldn't restore %s" : "%s を復元できませんでした",
  6. "Deleted files" : "ゴミ箱",
  7. "Restore" : "復元",
  8. "Delete permanently" : "完全に削除する",
  9. "Error" : "エラー",
  10. "restored" : "復元済",
  11. "No deleted files" : "削除されたファイルはありません",
  12. "You will be able to recover deleted files from here" : "ここから削除されたファイルを元に戻すことができます。",
  13. "No entries found in this folder" : "このフォルダーにはエントリーがありません",
  14. "Select all" : "すべて選択",
  15. "Name" : "名前",
  16. "Deleted" : "削除日時",
  17. "Delete" : "削除"
  18. },
  19. "nplurals=1; plural=0;");