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

ja.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa7e58da3bb4f42031abcee9e5fa548ad865ec07 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。",
    "Updater" : "アップデート"
},
"nplurals=1; plural=0;");