owncloud/core

View on GitHub
apps/files_trashbin/l10n/ja.js

Summary

Maintainability
A
3 hrs
Test Coverage
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "%s を完全に削除できませんでした",
    "Couldn't restore %s" : "%s を復元できませんでした",
    "Deleted files" : "ゴミ箱",
    "Restore" : "復元",
    "Delete" : "削除",
    "Delete permanently" : "完全に削除する",
    "Error" : "エラー",
    "This operation is forbidden" : "この操作は禁止されています",
    "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
    "restored" : "復元済み",
    "No deleted files" : "削除されたファイルはありません",
    "You will be able to recover deleted files from here" : "削除されたファイルをここから元に戻すことができます。",
    "No entries found in this folder" : "このフォルダーからは見つかりませんでした",
    "Select all" : "すべて選択",
    "Name" : "名前",
    "Deleted" : "削除日時"
},
"nplurals=1; plural=0;");