diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-18 00:19:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-18 00:19:44 +0000 |
commit | 2bb0e5c62f8d63304580c6c386675996dc5ac444 (patch) | |
tree | c60cc2aaad65bad37798e638b227a78c23c23e1a /apps/settings/l10n/ja.js | |
parent | 487de9a816f827e08dfa2c1600c125ea7bd4c47e (diff) | |
download | nextcloud-server-2bb0e5c62f8d63304580c6c386675996dc5ac444.tar.gz nextcloud-server-2bb0e5c62f8d63304580c6c386675996dc5ac444.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/ja.js')
-rw-r--r-- | apps/settings/l10n/ja.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 7c85c205e22..020949e63da 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -62,10 +62,6 @@ OC.L10N.register( "Please provide an admin recovery password; otherwise, all user data will be lost." : "リカバリ用の管理者パスワードを入力してください。そうしないと、全ユーザーのデータが失われます。", "Wrong admin recovery password. Please check the password and try again." : "リカバリ用の管理者パスワードが間違っています。パスワードを確認して再度実行してください。", "Backend does not support password change, but the user's encryption key was updated." : "バックエンドはパスワードの変更をサポートしていませんが、ユーザーの暗号化キーは正常に更新されました。", - "installing and updating apps via the App Store or Federated Cloud Sharing" : "アプリストアまたはクラウド連携共有から、アプリをインストールならびにアップデート", - "Federated Cloud Sharing" : "統合されたクラウド共有", - "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "%1$sバージョン (%2$s) の古い cURL を使っています。OSを更新するか、この機能 %3$sが正しく動くアプリに更新してください。", - "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "https://nextcloud.comに対するHTTPSリクエスト中にエラーが発生したため、cURLのTLSバージョンが古くなっているかどうかを判断できませんでした。詳細については、Nextcloudログファイルを確認してください。", "Administrator documentation" : "管理者ドキュメント", "User documentation" : "ユーザードキュメント", "Nextcloud help overview" : "Nextcloud ヘルプの概要", @@ -638,6 +634,10 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "このコミュニティリリースのNextcloudは未サポートです。インスタント通知も利用できません。", "Use a second factor besides your password to increase security for your account." : "アカウントのセキュリティを強化するには、パスワード以外に2番目の要素を使用してください。", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "サードパーティのアプリケーションを使用してNextcloudに接続する場合は、二要素認証を有効にする前に必ずそれぞれのアプリパスワードを作成して設定してください。", + "installing and updating apps via the App Store or Federated Cloud Sharing" : "アプリストアまたはクラウド連携共有から、アプリをインストールならびにアップデート", + "Federated Cloud Sharing" : "統合されたクラウド共有", + "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "%1$sバージョン (%2$s) の古い cURL を使っています。OSを更新するか、この機能 %3$sが正しく動くアプリに更新してください。", + "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "https://nextcloud.comに対するHTTPSリクエスト中にエラーが発生したため、cURLのTLSバージョンが古くなっているかどうかを判断できませんでした。詳細については、Nextcloudログファイルを確認してください。", "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "OPcacheが無効になっています。より良いパフォーマンスを得るためには、<code>1opcache.enable=1</code>をPHPの設定で適用することをおすすめします。", "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcacheがコードのコメントを削除するように設定されています。Nextcloudを正しく動作させるため、OPcacheが有効の場合は、<code>opcache.save_comments=1</code>を設定する必要があります。", "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "NextcloudはOPcache APIを使用する事が許可されていません。OPcacheが有効の場合、Nextcloudコアまたはアプリのアップグレード時にエラーを回避するため、全てのNextcloudディレクトリーに対して、<code>opcache.restrict_api</code>を含めるか、API制限を無効にするため、この設定を未設定にする事を強く推奨します。", |