diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-02 01:07:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-02 01:07:09 +0000 |
commit | 122fbf0092b569d2cfb54c5d7320dc87b6f1472a (patch) | |
tree | 8faa6015a7576ec83b754b416763a91478ed6512 /settings/l10n/ja.js | |
parent | ef467c3195731cb1e4fff504b39c06b017deb5ec (diff) | |
download | nextcloud-server-122fbf0092b569d2cfb54c5d7320dc87b6f1472a.tar.gz nextcloud-server-122fbf0092b569d2cfb54c5d7320dc87b6f1472a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/ja.js')
-rw-r--r-- | settings/l10n/ja.js | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index d7ee040a322..191f634b9b6 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -86,6 +86,7 @@ OC.L10N.register( "iPhone" : "iPhone", "iOS Client" : "iOSクライアント", "Android Client" : "Androidクライアント", + "This session" : "本セッション", "Error while loading browser sessions and device tokens" : "ブラウザセッションとデバイストークンの読み込みにおけるエラー", "Error while creating device token" : "デバイストークンの作成におけるエラー", "Error while deleting the token" : "トークンの削除におけるエラー", @@ -175,6 +176,7 @@ 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\"ファイルを書き込み権限を与えることが必要", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレーターが原因かもしれません。", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %1$s にアップデートすることをお勧めします。", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。", "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\" href=\"%s\">documentation ↗</a> for more information." : "ファイルの書き込み時のロックが無効になっており、競合時に問題となる可能性があります。この問題を避ける為に config.php 中の 'filelocking.enabled' を有効にしてください。詳細については、<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">ドキュメント↗ </a>を参照してください。", @@ -298,7 +300,10 @@ OC.L10N.register( "Default quota" : "デフォルトのクオータ", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")", "Other" : "その他", + "Group admin for" : "グループの管理者", "Quota" : "クオータ", + "Storage location" : "データの保存場所", + "User backend" : "ユーザーバックエンド", "Last login" : "最終ログイン", "change full name" : "名前を変更", "set new password" : "新しいパスワードを設定", @@ -315,11 +320,13 @@ OC.L10N.register( "Default Quota" : "デフォルトのクオータ", "Full Name" : "氏名", "Group Admin for" : "グループの管理者", + "User Backend" : "ユーザーバックエンド", "Last Login" : "最終ログイン", "APCu" : "APCu", "Redis" : "Redis", "External Storage" : "外部ストレージ", "Updates" : "アップデート", - "An error occurred: {message}" : "エラーが発生しました: {message}" + "An error occurred: {message}" : "エラーが発生しました: {message}", + "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。" }, "nplurals=1; plural=0;"); |