aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-04-17 00:07:33 +0000
committerNextcloud bot <bot@nextcloud.com>2017-04-17 00:07:33 +0000
commitdf2235c71fa7e58d549fe700b3077a749cb697f0 (patch)
tree3e8db2002a3d79f194181f49b6cdac56f4efb7b9 /lib
parent69e0e2420cb3369fc923cf2fc343d6ee484330a9 (diff)
downloadnextcloud-server-df2235c71fa7e58d549fe700b3077a749cb697f0.tar.gz
nextcloud-server-df2235c71fa7e58d549fe700b3077a749cb697f0.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/ja.js5
-rw-r--r--lib/l10n/ja.json5
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index a46306be3e4..26ed064f877 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -42,6 +42,7 @@ OC.L10N.register(
"File name is too long" : "ファイル名が長すぎます",
"Dot files are not allowed" : "ドットファイルは許可されていません",
"Empty filename is not allowed" : "空のファイル名は許可されていません",
+ "This is an automatically generated email, please do not reply." : "これは自動的に生成されたメールです。返信しないでください。",
"Help" : "ヘルプ",
"Apps" : "アプリ",
"Personal" : "個人",
@@ -177,6 +178,7 @@ OC.L10N.register(
"Cannot write into \"config\" directory" : "\"config\" ディレクトリに書き込みができません",
"Cannot write into \"apps\" directory" : "\"apps\" ディレクトリに書き込みができません",
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "多くの場合、これは %s Webサーバーにappsディレクトリ %s への書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。",
+ "Cannot create \"data\" directory" : "\"data\" ディレクトリを作成できません",
"This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "通常、<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">Webサーバーにルートディレクトリへの書き込み権限を与える</a>ことで解決できます。",
"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "多くの場合、パーミッションは %s Webサーバーにルートディレクトリ %s への書き込み権限を与えることで解決できます。",
"Setting locale to %s failed" : "ロケールを %s に設定できませんでした",
@@ -196,7 +198,10 @@ OC.L10N.register(
"PostgreSQL >= 9 required" : "PostgreSQL 9以上が必要です",
"Please upgrade your database version" : "新しいバージョンのデータベースにアップグレードしてください",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。",
+ "Your data directory is readable by other users" : "データディレクトリは、他のユーザーから読み取り専用です",
+ "Your data directory must be an absolute path" : "データディレクトリは、絶対パスにする必要があります",
"Check the value of \"datadirectory\" in your configuration" : "設定ファイル内の \"datadirectory\" の値を確認してください。",
+ "Your data directory is invalid" : "データディレクトリが無効です",
"Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。",
"Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。",
"Storage unauthorized. %s" : "権限のないストレージです。 %s",
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index 261d197ecc5..af4b4236807 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -40,6 +40,7 @@
"File name is too long" : "ファイル名が長すぎます",
"Dot files are not allowed" : "ドットファイルは許可されていません",
"Empty filename is not allowed" : "空のファイル名は許可されていません",
+ "This is an automatically generated email, please do not reply." : "これは自動的に生成されたメールです。返信しないでください。",
"Help" : "ヘルプ",
"Apps" : "アプリ",
"Personal" : "個人",
@@ -175,6 +176,7 @@
"Cannot write into \"config\" directory" : "\"config\" ディレクトリに書き込みができません",
"Cannot write into \"apps\" directory" : "\"apps\" ディレクトリに書き込みができません",
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "多くの場合、これは %s Webサーバーにappsディレクトリ %s への書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。",
+ "Cannot create \"data\" directory" : "\"data\" ディレクトリを作成できません",
"This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "通常、<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">Webサーバーにルートディレクトリへの書き込み権限を与える</a>ことで解決できます。",
"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "多くの場合、パーミッションは %s Webサーバーにルートディレクトリ %s への書き込み権限を与えることで解決できます。",
"Setting locale to %s failed" : "ロケールを %s に設定できませんでした",
@@ -194,7 +196,10 @@
"PostgreSQL >= 9 required" : "PostgreSQL 9以上が必要です",
"Please upgrade your database version" : "新しいバージョンのデータベースにアップグレードしてください",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。",
+ "Your data directory is readable by other users" : "データディレクトリは、他のユーザーから読み取り専用です",
+ "Your data directory must be an absolute path" : "データディレクトリは、絶対パスにする必要があります",
"Check the value of \"datadirectory\" in your configuration" : "設定ファイル内の \"datadirectory\" の値を確認してください。",
+ "Your data directory is invalid" : "データディレクトリが無効です",
"Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。",
"Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。",
"Storage unauthorized. %s" : "権限のないストレージです。 %s",