summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/ja.js
blob: b0b9e40813b80ce027478574190780cfb0b21ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。",
    "Updater" : "アップデート",
    "A new version is available: %s" : "新しいバージョンが利用可能: %s",
    "Open updater" : "アップデーターを開く",
    "Update channel:" : "アップデートチャンネル:",
    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "開発版の新しいバージョンにアップデートできます。ただし、アップデート後は安定版にダウングレードできません。"
},
"nplurals=1; plural=0;");