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:
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r--lib/l10n/ja.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index d2b0e3eb8a3..2f4d02bb2b7 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -7,10 +7,6 @@ OC.L10N.register(
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "多くの場合、これは %s Webサーバーにconfigディレクトリ %s への書き込み権限を与えることで解決できます。",
"Sample configuration detected" : "サンプル設定が見つかりました。",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "サンプル設定がコピーされてそのままです。このままではインストールが失敗し、サポート対象外になります。config.phpを変更する前にドキュメントを確認してください。",
- "You are not allowed to share %s" : "%s を共有することを許可されていません。",
- "Cannot increase permissions of %s" : "%s の権限を強化できません",
- "Expiration date is in the past" : "有効期限が切れています",
- "Cannot set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。",
"PHP %s or higher is required." : "PHP %s 以上が必要です。",
"PHP with a version lower than %s is required." : "%s 以前のバージョンのPHPが必要です。",
"Following databases are supported: %s" : "次のデータベースをサポートしています: %s",
@@ -21,6 +17,10 @@ OC.L10N.register(
"Following platforms are supported: %s" : "次のプラットフォームをサポートしています: %s",
"ownCloud %s or higher is required." : "ownCloud %s 以上が必要です。",
"ownCloud %s or lower is required." : "ownCloud %s 以下が必要です。",
+ "You are not allowed to share %s" : "%s を共有することを許可されていません。",
+ "Cannot increase permissions of %s" : "%s の権限を強化できません",
+ "Expiration date is in the past" : "有効期限が切れています",
+ "Cannot set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。",
"Help" : "ヘルプ",
"Personal" : "個人",
"Users" : "ユーザー",