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

ja.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a28b3bda8d82872e1a0a16ed83cf6875059d4a0 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "comments",
    {
    "Cancel" : "キャンセル",
    "Save" : "保存",
    "Comment" : "コメント"
},
"nplurals=1; plural=0;");