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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-06-12 06:13:42 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-12 06:13:42 +0300
commit7e51bc47ebd8e09058bc45eb1d1c0745217b8507 (patch)
tree5083d09438ca8851e6ab5599ce1d43cb57393fdc
parent9df56e2dd690b6a11ba610652754c31f2b8b3363 (diff)
[tx-robot] updated from transifexv23.0.6rc1v23.0.6
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ja.js3
-rw-r--r--l10n/ja.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/ja.js b/l10n/ja.js
index 95440cc..dba7ee4 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Minimal length has to be a non negative number" : "最小の長さにマイナスの数は設定できません",
"History size has to be a non negative number" : "履歴サイズにマイナスの数は設定できません",
"Expiration days have to be a non negative number" : "有効期限にマイナスの数は設定できません",
- "Maximum login attempts have to be a non negative number" : "最大ログイン試行回数にマイナスの数は設定できません"
+ "Maximum login attempts have to be a non negative number" : "最大ログイン試行回数にマイナスの数は設定できません",
+ "Error while saving" : "保存中にエラーが発生しました"
},
"nplurals=1; plural=0;");
diff --git a/l10n/ja.json b/l10n/ja.json
index 933a5db..769a597 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -25,6 +25,7 @@
"Minimal length has to be a non negative number" : "最小の長さにマイナスの数は設定できません",
"History size has to be a non negative number" : "履歴サイズにマイナスの数は設定できません",
"Expiration days have to be a non negative number" : "有効期限にマイナスの数は設定できません",
- "Maximum login attempts have to be a non negative number" : "最大ログイン試行回数にマイナスの数は設定できません"
+ "Maximum login attempts have to be a non negative number" : "最大ログイン試行回数にマイナスの数は設定できません",
+ "Error while saving" : "保存中にエラーが発生しました"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file