diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-05-30 02:16:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-05-30 02:16:04 +0000 |
commit | 64c15a15d4fada2b259952bf00a989f41b5b9e65 (patch) | |
tree | 0a9c465e132c7d007e566404f6e13815503bf367 /core/l10n/ja.js | |
parent | 395cd140b12c6c061f540606f2824b5b023db870 (diff) | |
download | nextcloud-server-64c15a15d4fada2b259952bf00a989f41b5b9e65.tar.gz nextcloud-server-64c15a15d4fada2b259952bf00a989f41b5b9e65.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 49150087c4f..59816e35af1 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -106,13 +106,6 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "\"{header}\" HTTPヘッダーが \"{val1}\"、 \"{val2}\"、 \"{val3}\"、 \"{val4}\"、または \"{val5}\"に設定されていません。 これにより、参照元情報が漏れる可能性があります。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C勧告↗</a>を参照してください。", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTPヘッダが最低でも \"{seconds}\" 秒に設定されていません。セキュリティを強化するには、<a href=\"{docUrl}\" rel=\"noreferrer noopener\">セキュリティTips ↗</a>で解説しているHSTSを有効にすることを推奨します。", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "セキュアではないHTTP経由でアクセスしています。<a href=\"{docUrl}\">セキュリティTips ↗</a>で述べているように、代わりにHTTPSを必要とするようサーバーを設定することを強くおすすめします。", - "Non-existing tag #{tag}" : "存在しないタグ#{tag}", - "restricted" : "制限済", - "invisible" : "不可視", - "Delete" : "削除", - "Rename" : "名前の変更", - "Collaborative tags" : "コラボタグ", - "No tags found" : "タグが見つかりません", "unknown text" : "不明なテキスト", "Hello world!" : "Hello world!", "sunny" : "快晴", @@ -240,6 +233,13 @@ OC.L10N.register( "Strong password" : "強いパスワード", "No action available" : "操作できません", "Error fetching contact actions" : "連絡先操作取得エラー", + "Non-existing tag #{tag}" : "存在しないタグ#{tag}", + "restricted" : "制限済", + "invisible" : "不可視", + "Delete" : "削除", + "Rename" : "名前の変更", + "Collaborative tags" : "コラボタグ", + "No tags found" : "タグが見つかりません", "Personal" : "個人", "Users" : "ユーザー", "Apps" : "アプリ", |