diff options
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 590f5ecef93..66ac44b483e 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -50,9 +50,7 @@ OC.L10N.register( "Maintenance mode is kept active" : "メンテナンスモードが継続中です", "Updating database schema" : "データベースのスキーマを更新", "Updated database" : "データベース更新済み", - "Checking for update of app \"%s\" in App Store" : "アプリストアで \"%s\" アプリのアップデートを確認しています", "Update app \"%s\" from App Store" : "アプリストアから \"%s\" アプリをアップデートする", - "Checked for update of app \"%s\" in App Store" : "アプリストアで \"%s\" アプリのアップデートを確認済", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "データベーススキーマ %s がアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)", "Updated \"%1$s\" to %2$s" : "%1$sを%2$sに更新しました", "Set log level to debug" : "ログをデバッグレベルに設定", @@ -411,6 +409,8 @@ OC.L10N.register( "Password can not be changed. Please contact your administrator." : "パスワードは変更できません。管理者に問い合わせてください。", "Could not fetch list of apps from the app store." : "App Storeからアプリのリストを取得できませんでした。", "Can't install this app because it is not compatible" : "アプリの互換性がないため、インストールできません", - "Can't install this app" : "このアプリはインストールできません" + "Can't install this app" : "このアプリはインストールできません", + "Checking for update of app \"%s\" in App Store" : "アプリストアで \"%s\" アプリのアップデートを確認しています", + "Checked for update of app \"%s\" in App Store" : "アプリストアで \"%s\" アプリのアップデートを確認済" }, "nplurals=1; plural=0;"); |