diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-01-05 01:11:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-01-05 01:11:57 +0000 |
commit | a1b6333712986fcfbc6317f94a3f3172cfcf113d (patch) | |
tree | 225c31c857210aa0cda4e1ae4540b73586f5e7ab /core/l10n/ja.js | |
parent | c1ddd2fec9fdb0d69064723fb6e19797d172bea4 (diff) | |
download | nextcloud-server-a1b6333712986fcfbc6317f94a3f3172cfcf113d.tar.gz nextcloud-server-a1b6333712986fcfbc6317f94a3f3172cfcf113d.zip |
[tx-robot] updated from transifex
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 d94dd3266e5..12fa4158872 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -116,7 +116,6 @@ OC.L10N.register( "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。", - "{name} below version {version} is installed, for stability and performance reasons it is recommended to update to a newer {name} version." : "{version} よりも古いバージョンの {name} がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの {name} にアップデートすることをお勧めします。", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント ↗</a> を参照してください。", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "CLI から cronジョブを実行することができませんでした。次の技術的なエラーが発生しています:", "Last background job execution ran {relativeTime}. Something seems wrong." : "最後のバックグラウンドジョブの実行は{relativeTime}でした。 何かが間違っているようです。", @@ -365,6 +364,7 @@ OC.L10N.register( "%s will be updated to version %s" : "%s は バーション %s にアップデートされます", "This page will refresh itself when the %s instance is available again." : "この画面は、サーバー %s の再起動後に自動的に更新されます。", "Thank you for your patience." : "しばらくお待ちください。", + "{name} below version {version} is installed, for stability and performance reasons it is recommended to update to a newer {name} version." : "{version} よりも古いバージョンの {name} がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの {name} にアップデートすることをお勧めします。", "Copy URL" : "URL をコピー", "Enable" : "有効にする", "{sharee} (conversation)" : "{sharee}(会話)", |