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:40 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-12 06:13:40 +0300
commit3c4b0145dc81c8c24fb338e2e728fabc2a7ccffa (patch)
treec321e6645a798a1fc973c0d318f2b7a95aa6b055
parent5b609738b8fcee13686ee4eaff045292b0a964a8 (diff)
[tx-robot] updated from transifexv24.0.2rc1v24.0.2
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