diff options
Diffstat (limited to 'apps/settings/l10n/ja.js')
-rw-r--r-- | apps/settings/l10n/ja.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index a9cfe2deb13..4791deb69aa 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -404,11 +404,8 @@ OC.L10N.register( "Some jobs didn’t execute since %s. Please consider switching to system cron." : "%s 以降、一部のジョブが実行されませんでした。cron への切り替えを検討してください。", "Last job ran %s." : "最終ジョブ実行: %s", "Background job didn’t run yet!" : "バックグラウンドジョブは実行されていません", - "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "最適なパフォーマンスにするには、バックグラウンドジョブを正確に設定することが重要です。大規模なインスタンスでは、'Cron'がお薦めの設定です。詳細な情報は、ドキュメントを参照してください。", "Pick background job setting" : "バックグラウンドジョブ設定を選択", - "Execute one task with each page loaded." : "各ページの読み込み毎にタスクを実行します。", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP." : "cron.phpは、HTTP経由で5分ごとにcron.phpを実行するようwebcronサービスに登録されます。", - "Use system cron service to call the cron.php file every 5 minutes." : "システムのcronサービスを利用して、5分ごとにcron.phpファイルを実行します。", + "Recommended" : "おすすめ", "The cron.php needs to be executed by the system user \"%s\"." : "cron.php はシステムユーザー \"%s\" で実行する必要があります。", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "これを実行するにはPHPのposix拡張が必要です。詳細については、{linkstart} PHPドキュメント{linkend}を参照してください。", "You need to enable the File sharing App." : "ファイル共有アプリを有効にする必要があります。", @@ -487,6 +484,10 @@ OC.L10N.register( "Error: This app can not be enabled because it makes the server unstable" : "エラー:このアプリは、サーバーを不安定にするため、有効にすることができません。", "mail" : "mail", "Test email settings" : "メール設定のテスト", + "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "最適なパフォーマンスにするには、バックグラウンドジョブを正確に設定することが重要です。大規模なインスタンスでは、'Cron'がお薦めの設定です。詳細な情報は、ドキュメントを参照してください。", + "Execute one task with each page loaded." : "各ページの読み込み毎にタスクを実行します。", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP." : "cron.phpは、HTTP経由で5分ごとにcron.phpを実行するようwebcronサービスに登録されます。", + "Use system cron service to call the cron.php file every 5 minutes." : "システムのcronサービスを利用して、5分ごとにcron.phpファイルを実行します。", "Expire after " : "無効になるまで", "days" : "日", "Allow users to share via link" : "URLリンクでの共有を許可する", |