diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-12 01:12:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-12 01:12:25 +0000 |
commit | 44f6303dc3ebad3ed227ac5a37b8e04bab794eeb (patch) | |
tree | 360a88923dc8166de0ffc00f69714741c33ff4d3 /core/l10n/ja.js | |
parent | e3c787682dfebec2c8e4071aa570a7ee9f77ea52 (diff) | |
download | nextcloud-server-44f6303dc3ebad3ed227ac5a37b8e04bab794eeb.tar.gz nextcloud-server-44f6303dc3ebad3ed227ac5a37b8e04bab794eeb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index d56b8af50a4..111c8aa6be7 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -148,6 +148,14 @@ OC.L10N.register( "Shared" : "共有中", "Shared with" : "と共有", "Shared by" : "共有者", + "Non-existing tag #{tag}" : "存在しないタグ#{tag}", + "restricted" : "制限済", + "invisible" : "不可視", + "({scope})" : "({scope})", + "Delete" : "削除", + "Rename" : "名前の変更", + "Collaborative tags" : "コラボタグ", + "No tags found" : "タグが見つかりません", "Settings" : "設定", "Connection to server lost" : "サーバーとの接続が切断されました", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["ページの読み込み中に問題が発生しました。%n秒後に再読み込みします"], @@ -202,14 +210,6 @@ OC.L10N.register( "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました", "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 adviced 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" : "不可視", - "({scope})" : "({scope})", - "Delete" : "削除", - "Rename" : "名前の変更", - "Collaborative tags" : "コラボタグ", - "No tags found" : "タグが見つかりません", "unknown text" : "不明なテキスト", "Hello world!" : "Hello world!", "sunny" : "快晴", |