Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-06-03 05:28:43 +0300
committerNextcloud bot <bot@nextcloud.com>2021-06-03 05:28:43 +0300
commit26f537fbec1e2fb388823a56c8153cebb8c7e4b7 (patch)
treefe54f1e9d9224e875b3b5d66a0c3c9521d737a3d /lib/l10n/ja.js
parentfdb55c65f862075987c10319fa13754b2de7ddb6 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r--lib/l10n/ja.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index f22620b94da..4a1c8a2c819 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -189,7 +189,6 @@ OC.L10N.register(
"Cannot write into \"config\" directory" : "\"config\" ディレクトリに書き込みができません",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "多くの場合、Webサーバーの configディレクトリ に書き込み権限を与えることで直ります。%s を見てください",
"Cannot write into \"apps\" directory" : "\"apps\" ディレクトリに書き込みができません",
- "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "多くの場合、これはWebサーバーにappsディレクトリへの書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。",
"Cannot create \"data\" directory" : "\"data\" ディレクトリを作成できません",
"This can usually be fixed by giving the webserver write access to the root directory. See %s" : "多くの場合、Webサーバーのルートディレクトリに書き込み権限を与えることで直ります。%s を見てください。",
"Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Webサーバーのルートディレクトリに書き込み権限パーミッションが必要です。%s を見てください。",
@@ -234,6 +233,7 @@ OC.L10N.register(
"Files can’t be shared with delete permissions" : "削除権限つきでファイルを共有できません。",
"Files can’t be shared with create permissions" : "作成権限つきでファイルを共有できません。",
"Can’t set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。",
- "Can't read file" : "ファイルを読み込めません"
+ "Can't read file" : "ファイルを読み込めません",
+ "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "多くの場合、これはWebサーバーにappsディレクトリへの書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。"
},
"nplurals=1; plural=0;");