summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/ja.js6
-rw-r--r--lib/l10n/ja.json6
2 files changed, 10 insertions, 2 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index 21375b53925..b21abe31b4e 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -147,6 +147,10 @@ OC.L10N.register(
"Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です",
"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 not available" : "ストレージが利用できません"
+ "Storage unauthorized. %s" : "権限のないストレージです。 %s",
+ "Storage incomplete configuration. %s" : "設定が未完了のストレージです。 %s",
+ "Storage connection error. %s" : "ストレージへの接続エラー。 %s",
+ "Storage not available" : "ストレージが利用できません",
+ "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index 204eb63787b..acc09118592 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -145,6 +145,10 @@
"Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です",
"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 not available" : "ストレージが利用できません"
+ "Storage unauthorized. %s" : "権限のないストレージです。 %s",
+ "Storage incomplete configuration. %s" : "設定が未完了のストレージです。 %s",
+ "Storage connection error. %s" : "ストレージへの接続エラー。 %s",
+ "Storage not available" : "ストレージが利用できません",
+ "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file