summaryrefslogtreecommitdiffstats
path: root/lib/l10n/ja.json
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-05-28 01:55:22 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-05-28 01:55:22 -0400
commit1726d84e73fac3820c5aa4db711c534973cdc78d (patch)
treeb716ec58f5b1a6f61e167be0d7861cc7d8e05c5d /lib/l10n/ja.json
parentf43f4791acc52041aabe8d21b2857c861691c3b7 (diff)
downloadnextcloud-server-1726d84e73fac3820c5aa4db711c534973cdc78d.tar.gz
nextcloud-server-1726d84e73fac3820c5aa4db711c534973cdc78d.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ja.json')
-rw-r--r--lib/l10n/ja.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index b9a4869e9b2..9e184c5ea84 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -42,6 +42,7 @@
"File name is a reserved word" : "ファイル名が予約された単語です",
"File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています",
"File name is too long" : "ファイル名が長すぎます",
+ "Can't read file" : "ファイルを読み込めません",
"App directory already exists" : "アプリディレクトリはすでに存在します",
"Can't create app folder. Please fix permissions. %s" : "アプリフォルダーを作成できませんでした。%s のパーミッションを修正してください。",
"No source specified when installing app" : "アプリインストール時のソースが未指定",
@@ -129,6 +130,9 @@
"PHP module %s not installed." : "PHP のモジュール %s がインストールされていません。",
"PHP setting \"%s\" is not set to \"%s\"." : "PHP設定の\"%s\"は \"%s\"に設定されていません",
"Adjusting this setting in php.ini will make ownCloud run again" : "php.ini 中の設定を調整するとownCloudはもう一度動作するでしょう。 ",
+ "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload の値は \"0\" であるべきですが、\"%s\" に設定されています",
+ "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "この問題を修正するには、php.ini ファイルの <code>mbstring.func_overload</code> を <code>0</code> に設定してください。",
+ "PHP is apparently set up 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 等のキャッシュ/アクセラレーターが原因かもしれません。",
"PHP modules have been installed, but they are still listed as missing?" : "PHP モジュールはインストールされていますが、まだ一覧に表示されていますか?",
"Please ask your server administrator to restart the web server." : "サーバー管理者にWebサーバーを再起動するよう依頼してください。",