@things-factory/auth-base 4.3.234 → 4.3.237
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
- package/translations/ja.json +61 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/auth-base",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.237",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@things-factory/email-base": "^4.3.
|
|
29
|
+
"@things-factory/email-base": "^4.3.237",
|
|
30
30
|
"@things-factory/env": "^4.3.227",
|
|
31
|
-
"@things-factory/i18n-base": "^4.3.
|
|
32
|
-
"@things-factory/shell": "^4.3.
|
|
31
|
+
"@things-factory/i18n-base": "^4.3.237",
|
|
32
|
+
"@things-factory/shell": "^4.3.237",
|
|
33
33
|
"@things-factory/utils": "^4.3.227",
|
|
34
34
|
"jsonwebtoken": "^8.5.1",
|
|
35
35
|
"koa-passport": "^4.1.4",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"passport-local": "^1.0.0",
|
|
41
41
|
"uuid": "^3.4.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "90cda1a8580b7be252a474c138bea4b6870d7dfc"
|
|
44
44
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"field.active": "アクティブ",
|
|
3
|
+
"field.appliance_id": "器具ID",
|
|
4
|
+
"field.brand": "ブランド",
|
|
5
|
+
"field.category": "カテゴリー",
|
|
6
|
+
"field.email": "メール",
|
|
7
|
+
"field.model": "モデル",
|
|
8
|
+
"field.password": "パスワード",
|
|
9
|
+
"field.privileges": "権限",
|
|
10
|
+
"field.roles": "ルール",
|
|
11
|
+
"field.token": "トークン",
|
|
12
|
+
"field.user": "ユーザー",
|
|
13
|
+
"field.user_account": "ユーザー アカウント",
|
|
14
|
+
"field.user_type": "ユーザー タイプ",
|
|
15
|
+
|
|
16
|
+
"label.partner": "パートナー",
|
|
17
|
+
|
|
18
|
+
"text.account is reactivated": "アカウントが再アクティブ化されました.",
|
|
19
|
+
"text.delete account succeed": "アカウントが削除されました.",
|
|
20
|
+
"text.invalid verification token": "確認トークンが無効です.",
|
|
21
|
+
"text.invitation email sent": "招待メールを送りました.",
|
|
22
|
+
"text.inactive user": "非アクティブユーザーです.",
|
|
23
|
+
"text.pattern_minimum_charaters": "少なくとも{length}文字",
|
|
24
|
+
"text.pattern_atleast_1_lowercase": "少なくとも1つの小文字",
|
|
25
|
+
"text.pattern_atleast_1_uppercase": "少なくとも1つの大文字",
|
|
26
|
+
"text.pattern_atleast_1_digit": "少なくとも1つの数字",
|
|
27
|
+
"text.pattern_atleast_1_special": "少なくとも1つの特殊文字(!@#$%^&*())",
|
|
28
|
+
"text.pattern_not_allowed": "文字の繰り返し使用不可",
|
|
29
|
+
"text.password reset succeed": "パスワードが正常にリセットされました.",
|
|
30
|
+
"text.password changed successfully": "パスワードが正常に変更されました.",
|
|
31
|
+
"text.profile changed successfully": "プロフィールが正常に変更されました.",
|
|
32
|
+
"text.password reset email sent": "パスワード リセットメールを送りました.",
|
|
33
|
+
"text.result": "結果",
|
|
34
|
+
"text.signout successfully": "ログアウトに成功しました.",
|
|
35
|
+
"text.user registered successfully": "ユーザーが正常に登録されました. 確認メールでアカウントを有効にしてください.",
|
|
36
|
+
"text.user activated successfully": "ユーザーが正常に活性化されました.",
|
|
37
|
+
"text.verification email sent": "確認メールを送りました.",
|
|
38
|
+
"text.account_code_already_existed": "[jp]acount code already existed",
|
|
39
|
+
"text.invalid_character": "[jp]invalid character",
|
|
40
|
+
"text.nothing_updated": "[jp]nothing updated",
|
|
41
|
+
|
|
42
|
+
"error.confirm password not matched": "新しいパスワードと確認パスワードが一致しません.",
|
|
43
|
+
"error.domain not allowed": "'{subdomain}' 領域はこのユーザに許可されていません.",
|
|
44
|
+
"error.domain mismatch": "証明書のドメインと現在のドメインが一致しません.",
|
|
45
|
+
"error.failed to find x": "{x}が見つかりません.",
|
|
46
|
+
"error.password should match the rule": "パスワードは次の規則を守らなければなりません. {rule}",
|
|
47
|
+
"error.password used in the past": "過去に使用されたパスワードです.",
|
|
48
|
+
"error.subdomain not found": "サブドメインが見つかりません.",
|
|
49
|
+
"error.token or password is invalid": "トークンまたはパスワードが無効です.",
|
|
50
|
+
"error.user not found": "ユーザーが存在しません.",
|
|
51
|
+
"error.user duplicated": "同じメールで登録されたアカウントが存在します.",
|
|
52
|
+
"error.user or verification token not found": "ユーザーまたは確認トークンが見つかりません.",
|
|
53
|
+
"error.user validation failed": "ユーザー確認に失敗しました.",
|
|
54
|
+
"error.user not activated": "ユーザーがアクティブ化されていません.",
|
|
55
|
+
"error.x is not a member of y": "{x}は{y}のメンバーではありません.",
|
|
56
|
+
|
|
57
|
+
"privilege.category.system": "システム設定",
|
|
58
|
+
"privilege.description": "{category}を{name}できる",
|
|
59
|
+
"privilege.name.mutation": "作成, 修正, 削除",
|
|
60
|
+
"privilege.name.query": "照会"
|
|
61
|
+
}
|