diff options
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 82e954fecae..b8aedcea09b 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -48,7 +48,6 @@ OC.L10N.register( "Repair info:" : "修復情報:", "Repair warning:" : "修復警告:", "Repair error:" : "修復エラー:", - "Please use the command line updater because automatic updating is disabled in the config.php." : "config.php で自動更新が無効になっているので、コマンドラインでの更新を利用してください。", "Turned on maintenance mode" : "メンテナンスモードがオンになりました", "Turned off maintenance mode" : "メンテナンスモードがオフになりました", "Maintenance mode is kept active" : "メンテナンスモードが継続中です", @@ -393,6 +392,7 @@ OC.L10N.register( "Detailed logs" : "詳細ログ", "Update needed" : "更新が必要です", "Please use the command line updater because you have a big instance with more than 50 users." : "50人以上が使う大規模システムの場合は、コマンドラインでアップグレードを行ってください。", + "Please use the command line updater because automatic updating is disabled in the config.php." : "config.php で自動更新が無効になっているので、コマンドラインでの更新を利用してください。", "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "不明な場合、 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">ドキュメント</a>を参照してください。", "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Web 画面から続行すると危険性があることを理解しています。この操作がタイムアウトすると、データが失われる危険性があることを理解しています。もし失敗した場合には取得済みのバックアップから修復する方法を理解しています。", "Upgrade via web on my own risk" : "危険性を理解した上でWeb画面からアップグレード", |