summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ja.js
blob: 4601312a6809404d216227eccfbca66cdec4a25f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "元に戻せませんでした: %s",
    "Versions" : "バージョン",
    "Failed to revert {file} to revision {timestamp}." : "{file} を {timestamp} のリビジョンに戻すことができません。",
    "_%n byte_::_%n bytes_" : ["%n バイト"],
    "Restore" : "復元",
    "More versions..." : "他のバージョン...",
    "No other versions available" : "利用可能なバージョンはありません"
},
"nplurals=1; plural=0;");