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

ja.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 405c12f1cb71d4e13cabe6c4cdf8226e2970237b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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" : "復元",
    "No earlier versions available" : "以前のバージョンは利用できません",
    "More versions …" : "他のバージョン …",
    "No versions available" : "履歴はありません",
    "More versions..." : "他のバージョン..."
},
"nplurals=1; plural=0;");