diff options
Diffstat (limited to 'apps/updatenotification/l10n')
-rw-r--r-- | apps/updatenotification/l10n/ja.js | 6 | ||||
-rw-r--r-- | apps/updatenotification/l10n/ja.json | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/updatenotification/l10n/ja.js b/apps/updatenotification/l10n/ja.js index 988c09b2f12..0ce90e53e27 100644 --- a/apps/updatenotification/l10n/ja.js +++ b/apps/updatenotification/l10n/ja.js @@ -10,6 +10,7 @@ OC.L10N.register( "Update for %1$s to version %2$s is available." : "%1$s に対するバージョン %2$s へアップデートが利用可能です。", "Update for {app} to version %s is available." : " {app} に対するバージョン %s へアップデートが利用可能です。", "Update notification" : "アップデート通知", + "Displays update notifications for Nextcloud and provides the SSO for the updater." : "Nextcloudの更新通知を表示し、アップデータのSSOを提供します。", "Apps with available updates" : "アップデート可能なアプリ", "Open updater" : "アップデーターを開く", "Your version is up to date." : "最新版です。", @@ -19,6 +20,11 @@ OC.L10N.register( "Notify members of the following groups about available updates:" : "次のグループのメンバーに利用可能なアップデートを通知する:", "Only notification for app updates are available." : "アプリ更新情報があるときのみ通知する。", "The selected update channel does not support updates of the server." : "選択したチャンネルでは、サーバーのアップデートをサポートしていません。", + "A new version is available: <strong>{newVersionString}</strong>" : "新しいバージョンが利用可能です: <strong>{newVersionString}</strong>", + "Checked on {lastCheckedDate}" : "{lastCheckedDate} にチェックが入っています", + "Checking apps for compatible updates" : "互換性のあるアップデートの有無を確認する", + "<strong>All</strong> apps have an update for this version available" : "<strong>すべての</strong> アプリにこのバージョンのアップデートがあります", + "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> アプリにこのバージョンのアップデートがありません"], "View changelog" : "変更履歴を確認する", "Could not start updater, please try the manual update" : "アップデータを起動できませんでした。手動アップデートをお試しください", "A new version is available: %s" : "新しいバージョンが利用可能: %s", diff --git a/apps/updatenotification/l10n/ja.json b/apps/updatenotification/l10n/ja.json index 8d5ab1524ff..74830ed358b 100644 --- a/apps/updatenotification/l10n/ja.json +++ b/apps/updatenotification/l10n/ja.json @@ -8,6 +8,7 @@ "Update for %1$s to version %2$s is available." : "%1$s に対するバージョン %2$s へアップデートが利用可能です。", "Update for {app} to version %s is available." : " {app} に対するバージョン %s へアップデートが利用可能です。", "Update notification" : "アップデート通知", + "Displays update notifications for Nextcloud and provides the SSO for the updater." : "Nextcloudの更新通知を表示し、アップデータのSSOを提供します。", "Apps with available updates" : "アップデート可能なアプリ", "Open updater" : "アップデーターを開く", "Your version is up to date." : "最新版です。", @@ -17,6 +18,11 @@ "Notify members of the following groups about available updates:" : "次のグループのメンバーに利用可能なアップデートを通知する:", "Only notification for app updates are available." : "アプリ更新情報があるときのみ通知する。", "The selected update channel does not support updates of the server." : "選択したチャンネルでは、サーバーのアップデートをサポートしていません。", + "A new version is available: <strong>{newVersionString}</strong>" : "新しいバージョンが利用可能です: <strong>{newVersionString}</strong>", + "Checked on {lastCheckedDate}" : "{lastCheckedDate} にチェックが入っています", + "Checking apps for compatible updates" : "互換性のあるアップデートの有無を確認する", + "<strong>All</strong> apps have an update for this version available" : "<strong>すべての</strong> アプリにこのバージョンのアップデートがあります", + "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> アプリにこのバージョンのアップデートがありません"], "View changelog" : "変更履歴を確認する", "Could not start updater, please try the manual update" : "アップデータを起動できませんでした。手動アップデートをお試しください", "A new version is available: %s" : "新しいバージョンが利用可能: %s", |