nextcloud/apps/updatenotification/l10n/ja.js

19 lines
1.3 KiB
JavaScript
Raw Normal View History

2016-02-16 14:49:12 +01:00
OC.L10N.register(
"updatenotification",
{
2016-05-29 07:55:25 +02:00
"Update notifications" : "アップデート通知",
2016-02-16 14:49:12 +01:00
"{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。",
2016-05-10 09:30:51 +02:00
"Updated channel" : "アップデートチャンネル",
2016-05-29 07:55:25 +02:00
"ownCloud core" : "ownCloud コア",
"Update for %1$s to version %2$s is available." : "%1$s に対するバージョン %2$s へアップデートが利用可能です。",
2016-02-25 07:58:06 +01:00
"Updater" : "アップデート",
2016-03-05 07:56:08 +01:00
"A new version is available: %s" : "新しいバージョンが利用可能: %s",
"Open updater" : "アップデーターを開く",
2016-03-17 06:56:06 +01:00
"Your version is up to date." : "最新版です。",
"Checked on %s" : "%s に確認",
2016-03-05 07:56:08 +01:00
"Update channel:" : "アップデートチャンネル:",
2016-05-29 07:55:25 +02:00
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "開発版の新しいバージョンにアップデートできます。ただし、アップデート後は安定版にダウングレードできません。",
"Notify members of the following groups about available updates:" : "次のグループのメンバーに対してアップデートのメッセージが表示されます:"
2016-02-16 14:49:12 +01:00
},
"nplurals=1; plural=0;");