@things-factory/auth-ui 6.1.156 → 6.1.160
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/client/components/change-password.ts +1 -1
- package/client/components/my-login-history.ts +1 -1
- package/client/entries/oauth2/oauth2-decision-page.ts +1 -1
- package/client/pages/appliance/appliance.ts +20 -15
- package/dist-client/components/change-password.js +1 -1
- package/dist-client/components/change-password.js.map +1 -1
- package/dist-client/components/my-login-history.js +1 -1
- package/dist-client/components/my-login-history.js.map +1 -1
- package/dist-client/entries/oauth2/oauth2-decision-page.js +1 -1
- package/dist-client/entries/oauth2/oauth2-decision-page.js.map +1 -1
- package/dist-client/pages/appliance/appliance.js +20 -15
- package/dist-client/pages/appliance/appliance.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/translations/en.json +11 -3
- package/translations/ja.json +11 -3
- package/translations/ko.json +11 -3
- package/translations/ms.json +11 -3
- package/translations/zh.json +11 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/auth-ui",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.160",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"@operato/i18n": "^1.0.0",
|
|
40
40
|
"@operato/layout": "^1.0.1",
|
|
41
41
|
"@operato/lottie-player": "^1.0.0",
|
|
42
|
-
"@things-factory/auth-base": "^6.1.
|
|
43
|
-
"@things-factory/i18n-base": "^6.1.
|
|
44
|
-
"@things-factory/more-base": "^6.1.
|
|
42
|
+
"@things-factory/auth-base": "^6.1.160",
|
|
43
|
+
"@things-factory/i18n-base": "^6.1.160",
|
|
44
|
+
"@things-factory/more-base": "^6.1.160",
|
|
45
45
|
"clipboard": "^2.0.6",
|
|
46
46
|
"moment-timezone": "^0.5.40"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "7ba17019680b9853bbcaab675978ad0b6eb0f64e"
|
|
49
49
|
}
|
package/translations/en.json
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
"button.deactivate": "deactivate",
|
|
7
7
|
"button.delete": "delete",
|
|
8
8
|
"button.delete role": "delete role",
|
|
9
|
+
"button.delete this appliance": "delete this appliance",
|
|
9
10
|
"button.delete user": "delete user",
|
|
11
|
+
"button.generate new access token": "generate new access token",
|
|
10
12
|
"button.go to home": "go to home",
|
|
11
13
|
"button.logout": "logout",
|
|
12
14
|
"button.register business domain": "register new business domain",
|
|
@@ -16,7 +18,7 @@
|
|
|
16
18
|
"button.submit": "submit",
|
|
17
19
|
"button.terminate contract": "terminate",
|
|
18
20
|
"error.domain not allowed": "this domain is not allowed for you",
|
|
19
|
-
"error.
|
|
21
|
+
"error.new-password-and-confirm-password-do-not-match": "new password and confirm password do not match",
|
|
20
22
|
"error.not valid pattern of type": "not valid pattern of {type}",
|
|
21
23
|
"error.password-not-matched": "password not matched. after 5 failures, your account will be locked. (failure: {failCount})",
|
|
22
24
|
"error.user duplicated.": "there is a user account using same email.",
|
|
@@ -30,11 +32,13 @@
|
|
|
30
32
|
"field.email": "email address",
|
|
31
33
|
"field.forgot-password": "forgot password",
|
|
32
34
|
"field.hidden": "hidden",
|
|
35
|
+
"field.netmask": "netmask",
|
|
33
36
|
"field.options": "options",
|
|
34
37
|
"field.owner": "owner",
|
|
35
38
|
"field.owner-user": "owner",
|
|
36
39
|
"field.parent-domain": "parent domain",
|
|
37
40
|
"field.password": "password",
|
|
41
|
+
"field.serial-no": "serial #",
|
|
38
42
|
"field.sign in": "sign in",
|
|
39
43
|
"field.sign out": "sign out",
|
|
40
44
|
"field.sign up": "sign up",
|
|
@@ -42,14 +46,15 @@
|
|
|
42
46
|
"field.tag": "tag",
|
|
43
47
|
"field.token": "token",
|
|
44
48
|
"field.user-type": "user type",
|
|
45
|
-
"field.
|
|
49
|
+
"field.accessed-at": "accessed at",
|
|
46
50
|
"field.ip_address": "ip address",
|
|
51
|
+
"label.access token": "access token",
|
|
47
52
|
"label.activated-user": "activated",
|
|
48
53
|
"label.admin-user": "admin",
|
|
49
54
|
"label.application": "application",
|
|
50
55
|
"label.banned-user": "banned",
|
|
51
56
|
"label.change password": "change password",
|
|
52
|
-
"label.
|
|
57
|
+
"label.client-id": "client id",
|
|
53
58
|
"label.common-user": "common",
|
|
54
59
|
"label.company": "company",
|
|
55
60
|
"label.content": "content",
|
|
@@ -79,6 +84,7 @@
|
|
|
79
84
|
"label.x description": "{x} description",
|
|
80
85
|
"label.login_history": "login history",
|
|
81
86
|
"text.appliance": "terminal appliance",
|
|
87
|
+
"text.appliance credential": "terminal appliance credential",
|
|
82
88
|
"text.application management": "application management",
|
|
83
89
|
"text.are_you_sure_to_transfer_owner": "are you sure to transfer owner?",
|
|
84
90
|
"text.are_you_sure_to_x": "are you sure to {x}?",
|
|
@@ -106,11 +112,13 @@
|
|
|
106
112
|
"text.passwords do not match": "these passwords don't match.",
|
|
107
113
|
"text.please enter the email of the user you want to transfer owner": "please enter the email of the user you want to transfer owner",
|
|
108
114
|
"text.registered roles": "registered roles",
|
|
115
|
+
"text.remaining time": "{days} days {hours} hours {mins} mins {secs} seconds remain",
|
|
109
116
|
"text.role_management": "role management",
|
|
110
117
|
"text.select domain": "select domain",
|
|
111
118
|
"text.should select at least one of x": "please select at least one of {x}",
|
|
112
119
|
"text.signed in": "signed in",
|
|
113
120
|
"text.signed out": "signed out",
|
|
121
|
+
"text.token expiry time": "token expiry time",
|
|
114
122
|
"text.updated_successfully": "updated successfully",
|
|
115
123
|
"text.user management": "user management",
|
|
116
124
|
"text.user activated successfully": "user activated successfully",
|
package/translations/ja.json
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
"button.deactivate": "非アクティブ化",
|
|
7
7
|
"button.delete": "削除",
|
|
8
8
|
"button.delete role": "ロール削除",
|
|
9
|
+
"button.delete this appliance": "この機器を削除",
|
|
9
10
|
"button.delete user": "ユーザー削除",
|
|
11
|
+
"button.generate new access token": "新しいアクセス トークンを生成",
|
|
10
12
|
"button.go to home": "ホームへ移動",
|
|
11
13
|
"button.logout": "ログアウト",
|
|
12
14
|
"button.transfer owner": "管理者付与",
|
|
@@ -16,7 +18,7 @@
|
|
|
16
18
|
"button.submit": "送信",
|
|
17
19
|
"button.terminate contract": "契約解除",
|
|
18
20
|
"error.domain not allowed": "'{subdomain}'領域はこのユーザーに許可されていません.",
|
|
19
|
-
"error.
|
|
21
|
+
"error.new-password-and-confirm-password-do-not-match": "新しいパスワードと確認パスワードが一致しません.",
|
|
20
22
|
"error.not valid pattern of type": "正しい{type}形式ではありません.",
|
|
21
23
|
"error.password-not-matched": "パスワードが一致しません. 5回失敗するとアカウントがロックされます. (失敗: {failCount})",
|
|
22
24
|
"error.user duplicated": "同じメールで登録されたアカウントが存在します.",
|
|
@@ -30,11 +32,13 @@
|
|
|
30
32
|
"field.email": "メール",
|
|
31
33
|
"field.forgot-password": "パスワードを忘れましたか?",
|
|
32
34
|
"field.hidden": "隠し",
|
|
35
|
+
"field.netmask": "ネットマスク",
|
|
33
36
|
"field.options": "オプション",
|
|
34
37
|
"field.owner": "管理者",
|
|
35
38
|
"field.owner-user": "管理者",
|
|
36
39
|
"field.parent-domain": "親ドメイン",
|
|
37
40
|
"field.password": "パスワード",
|
|
41
|
+
"field.serial-no": "シリアル番号",
|
|
38
42
|
"field.sign in": "ログイン",
|
|
39
43
|
"field.sign out": "ログアウト",
|
|
40
44
|
"field.sign up": "ユーザー登録",
|
|
@@ -42,14 +46,15 @@
|
|
|
42
46
|
"field.tag": "タグ",
|
|
43
47
|
"field.token": "認証トークン",
|
|
44
48
|
"field.user-type": "ユーザー タイプ",
|
|
45
|
-
"field.
|
|
49
|
+
"field.accessed-at": "ログイン日時",
|
|
46
50
|
"field.ip_address": "ipアドレス",
|
|
51
|
+
"label.access token": "アクセストークン",
|
|
47
52
|
"label.activated-user": "正常",
|
|
48
53
|
"label.admin-user": "管理者",
|
|
49
54
|
"label.application": "応用プログラム",
|
|
50
55
|
"label.banned-user": "使用禁止",
|
|
51
56
|
"label.change password": "パスワード変更",
|
|
52
|
-
"label.
|
|
57
|
+
"label.client-id": "クライアントID",
|
|
53
58
|
"label.common-user": "一般",
|
|
54
59
|
"label.company": "会社",
|
|
55
60
|
"label.content": "内容",
|
|
@@ -79,6 +84,7 @@
|
|
|
79
84
|
"label.x description": "{x}説明",
|
|
80
85
|
"label.login_history": "ログイン履歴",
|
|
81
86
|
"text.appliance": "端末装置",
|
|
87
|
+
"text.appliance credential": "端末装置の資格情報",
|
|
82
88
|
"text.application management": "アプリケーション管理",
|
|
83
89
|
"text.are_you_sure_to_transfer_owner": "管理者を変更しますか?",
|
|
84
90
|
"text.are_you_sure_to_x": "{x}しますか?",
|
|
@@ -106,11 +112,13 @@
|
|
|
106
112
|
"text.password rule": "少なくとも15文字以上, あるいは数字と小文字を含めて8文字以上でなければなりません.",
|
|
107
113
|
"text.please enter the email of the user you want to transfer owner": "管理者に変更するユーザーのメールを入力してください.",
|
|
108
114
|
"text.registered roles": "登録されたロールリスト",
|
|
115
|
+
"text.remaining time": "{days}日 {hours}時間 {mins}分 {secs}秒 残っています",
|
|
109
116
|
"text.role_management": "ロール管理",
|
|
110
117
|
"text.select domain": "ドメイン選択",
|
|
111
118
|
"text.should select at least one of x": "少なくとも1つ以上{x}を選択してください.",
|
|
112
119
|
"text.signed in": "ログイン",
|
|
113
120
|
"text.signed out": "ログアウト",
|
|
121
|
+
"text.token expiry time": "トークン有効期限",
|
|
114
122
|
"text.updated_successfully": "正常にアップデートしました.",
|
|
115
123
|
"text.user management": "ユーザー管理",
|
|
116
124
|
"text.user activated successfully": "ユーザーのアクティブ化に成功しました.",
|
package/translations/ko.json
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
"button.deactivate": "비활성화",
|
|
7
7
|
"button.delete": "삭제",
|
|
8
8
|
"button.delete role": "역할 삭제",
|
|
9
|
+
"button.delete this appliance": "단말장치 삭제",
|
|
9
10
|
"button.delete user": "사용자 삭제",
|
|
11
|
+
"button.generate new access token": "새토큰 생성",
|
|
10
12
|
"button.go to home": "홈으로 이동",
|
|
11
13
|
"button.logout": "로그아웃",
|
|
12
14
|
"button.transfer owner": "관리자 부여",
|
|
@@ -16,7 +18,7 @@
|
|
|
16
18
|
"button.submit": "전송",
|
|
17
19
|
"button.terminate contract": "계약 해지",
|
|
18
20
|
"error.domain not allowed": "'{subdomain}' 영역은 이 사용자에게 허가되지 않았습니다.",
|
|
19
|
-
"error.
|
|
21
|
+
"error.new-password-and-confirm-password-do-not-match": "새 비밀번호와 확인 비밀번호가 일치하지 않습니다.",
|
|
20
22
|
"error.not valid pattern of type": "올바른 {type} 형식이 아닙니다.",
|
|
21
23
|
"error.password-not-matched": "비밀번호가 일치하지 않습니다. 5번 실패하면 계정이 잠깁니다. (실패: {failCount})",
|
|
22
24
|
"error.user duplicated": "동일한 이메일로 가입된 계정이 이미 존재합니다.",
|
|
@@ -30,11 +32,13 @@
|
|
|
30
32
|
"field.email": "이메일",
|
|
31
33
|
"field.forgot-password": "암호가 기억나지 않나요?",
|
|
32
34
|
"field.hidden": "감추기",
|
|
35
|
+
"field.netmask": "네트워크 마스크",
|
|
33
36
|
"field.options": "옵션",
|
|
34
37
|
"field.owner": "소유자",
|
|
35
38
|
"field.owner-user": "소유자",
|
|
36
39
|
"field.parent-domain": "부모도메인",
|
|
37
40
|
"field.password": "비밀번호",
|
|
41
|
+
"field.serial-no": "일련번호",
|
|
38
42
|
"field.sign in": "로그인",
|
|
39
43
|
"field.sign out": "로그아웃",
|
|
40
44
|
"field.sign up": "사용자 등록",
|
|
@@ -42,14 +46,15 @@
|
|
|
42
46
|
"field.tag": "태그",
|
|
43
47
|
"field.token": "인증 토큰",
|
|
44
48
|
"field.user-type": "사용자유형",
|
|
45
|
-
"field.
|
|
49
|
+
"field.accessed-at": "로그인 일시",
|
|
46
50
|
"field.ip_address": "ip 주소",
|
|
51
|
+
"label.access token": "액세스 토큰",
|
|
47
52
|
"label.activated-user": "정상",
|
|
48
53
|
"label.admin-user": "관리자",
|
|
49
54
|
"label.application": "응용프로그램",
|
|
50
55
|
"label.banned-user": "사용금지",
|
|
51
56
|
"label.change password": "비밀번호 변경",
|
|
52
|
-
"label.
|
|
57
|
+
"label.client-id": "클라이언트 아이디",
|
|
53
58
|
"label.common-user": "일반",
|
|
54
59
|
"label.company": "회사",
|
|
55
60
|
"label.content": "내용",
|
|
@@ -79,6 +84,7 @@
|
|
|
79
84
|
"label.x description": "{x} 설명",
|
|
80
85
|
"label.login_history": "로그인 이력",
|
|
81
86
|
"text.appliance": "단말장치",
|
|
87
|
+
"text.appliance credential": "단말장치 자격증명",
|
|
82
88
|
"text.application management": "응용프로그램 관리",
|
|
83
89
|
"text.are_you_sure_to_transfer_owner": "관리자를 변경하시겠습니까?",
|
|
84
90
|
"text.are_you_sure_to_x": "{x}하시겠습니까?",
|
|
@@ -106,11 +112,13 @@
|
|
|
106
112
|
"text.password rule": "최소 15자 이상 혹은 숫자와 소문자를 포함하여 8자 이상이어야 합니다.",
|
|
107
113
|
"text.please enter the email of the user you want to transfer owner": "관리자로 변경할 사용자의 이메일을 입력하세요.",
|
|
108
114
|
"text.registered roles": "등록된 역할 리스트",
|
|
115
|
+
"text.remaining time": "{days}일 {hours}시간 {mins}분 {secs}초 남았습니다",
|
|
109
116
|
"text.role_management": "역할 관리",
|
|
110
117
|
"text.select domain": "도메인 선택",
|
|
111
118
|
"text.should select at least one of x": "적어도 한개 이상의 {x} 을(를) 선택해 주세요.",
|
|
112
119
|
"text.signed in": "로그인",
|
|
113
120
|
"text.signed out": "로그아웃",
|
|
121
|
+
"text.token expiry time": "토큰 만료 시점",
|
|
114
122
|
"text.updated_successfully": "성공적으로 업데이트 되었습니다.",
|
|
115
123
|
"text.user management": "사용자 관리",
|
|
116
124
|
"text.user activated successfully": "사용자를 성공적으로 활성화하였습니다.",
|
package/translations/ms.json
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
"button.deactivate": "deaktifkan",
|
|
7
7
|
"button.delete": "padam",
|
|
8
8
|
"button.delete role": "padam peranan",
|
|
9
|
+
"button.delete this appliance": "padamkan peralatan ini",
|
|
9
10
|
"button.delete user": "padam pengguna",
|
|
11
|
+
"button.generate new access token": "Cipta akses token baru",
|
|
10
12
|
"button.go to home": "ke halaman utama",
|
|
11
13
|
"button.logout": "logout",
|
|
12
14
|
"button.transfer owner": "pindah pemilik",
|
|
@@ -17,7 +19,7 @@
|
|
|
17
19
|
"button.terminate contract": "tamatkan",
|
|
18
20
|
|
|
19
21
|
"error.domain not allowed": "anda tidak dibenarkan akses domain ini",
|
|
20
|
-
"error.
|
|
22
|
+
"error.new-password-and-confirm-password-do-not-match": "kata laluan baharu dan pengesahan berbeza",
|
|
21
23
|
"error.not valid pattern of type": "tidak sah corak {type}",
|
|
22
24
|
"error.password-not-matched": "salah kata kunci. akaun anda akan dikunci selepas 5 kali percubaan. (gagal: {failCount})",
|
|
23
25
|
"error.user duplicated": "emel telah diguna oleh akaun lain",
|
|
@@ -32,11 +34,13 @@
|
|
|
32
34
|
"field.email": "e-mel",
|
|
33
35
|
"field.forgot-password": "terlupa kata laluan",
|
|
34
36
|
"field.hidden": "tersembunyi",
|
|
37
|
+
"field.netmask": "netmask",
|
|
35
38
|
"field.options": "pilihan",
|
|
36
39
|
"field.owner": "pemilik",
|
|
37
40
|
"field.owner-user": "pemilik",
|
|
38
41
|
"field.parent-domain": "domain induk",
|
|
39
42
|
"field.password": "kata laluan",
|
|
43
|
+
"field.serial-no": "nombor siri",
|
|
40
44
|
"field.sign in": "log masuk",
|
|
41
45
|
"field.sign out": "log keluar",
|
|
42
46
|
"field.sign up": "daftar akaun",
|
|
@@ -44,15 +48,16 @@
|
|
|
44
48
|
"field.tag": "tag",
|
|
45
49
|
"field.token": "token",
|
|
46
50
|
"field.user-type": "jenis pengguna",
|
|
47
|
-
"field.
|
|
51
|
+
"field.accessed-at": "diakses pada",
|
|
48
52
|
"field.ip_address": "alamat IP",
|
|
49
53
|
|
|
54
|
+
"label.access token": "token akses",
|
|
50
55
|
"label.activated-user": "diaktifkan",
|
|
51
56
|
"label.admin-user": "admin",
|
|
52
57
|
"label.application": "aplikasi",
|
|
53
58
|
"label.banned-user": "disenarai hitam",
|
|
54
59
|
"label.change password": "tukar kata laluan",
|
|
55
|
-
"label.
|
|
60
|
+
"label.client-id": "id pelanggan",
|
|
56
61
|
"label.common-user": "pengguna biasa",
|
|
57
62
|
"label.company": "syarikat",
|
|
58
63
|
"label.content": "kandungan",
|
|
@@ -83,6 +88,7 @@
|
|
|
83
88
|
"label.login_history": "sejarah log masuk",
|
|
84
89
|
|
|
85
90
|
"text.appliance": "perkakas terminal",
|
|
91
|
+
"text.appliance credential": "kelayakan peralatan terminal",
|
|
86
92
|
"text.application management": "pengurusan aplikasi",
|
|
87
93
|
"text.are_you_sure_to_transfer_owner": "adakah anda pasti untuk menukar pemilik?",
|
|
88
94
|
"text.are_you_sure_to_x": "adakah anda pasti untuk {x}?",
|
|
@@ -109,12 +115,14 @@
|
|
|
109
115
|
"text.passwords do not match": "kata laluan anda tidak padan",
|
|
110
116
|
"text.please enter the email of the user you want to transfer owner": "sila masukkan e-mel pengguna yang anda hendak pindahkan pemilik",
|
|
111
117
|
"text.registered roles": "peranan sudah didaftar",
|
|
118
|
+
"text.remaining time": "masa tinggal {days} hari {hours} jam {mins} minit {secs} saat",
|
|
112
119
|
"text.role_management": "pengurusan peranan",
|
|
113
120
|
"text.select domain": "pilih domain",
|
|
114
121
|
"text.should select at least one of x": "sila pilih antara satu {x}",
|
|
115
122
|
"text.signed in": "telah log masuk",
|
|
116
123
|
"text.signed out": "telah log keluar",
|
|
117
124
|
"text.owner_transfer_completed": "pindah pemilik selesai",
|
|
125
|
+
"text.token expiry time": "masa tamat token",
|
|
118
126
|
"text.updated_successfully": "berjaya dikemaskini",
|
|
119
127
|
"text.user management": "pengurusan pengguna",
|
|
120
128
|
"text.user activated successfully": "pengguna berjaya diaktifkan",
|
package/translations/zh.json
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
"button.deactivate": "停用",
|
|
7
7
|
"button.delete": "删除",
|
|
8
8
|
"button.delete role": "删除角色",
|
|
9
|
+
"button.delete this appliance": "删除此设备",
|
|
9
10
|
"button.delete user": "删除用户",
|
|
11
|
+
"button.generate new access token": "生成新的访问令牌",
|
|
10
12
|
"button.go to home": "首页",
|
|
11
13
|
"button.logout": "退出",
|
|
12
14
|
"button.register business domain": "注册新业务域",
|
|
@@ -17,7 +19,7 @@
|
|
|
17
19
|
"button.terminate contract": "终止合同",
|
|
18
20
|
|
|
19
21
|
"error.domain not allowed": "您无权限使用此域",
|
|
20
|
-
"error.
|
|
22
|
+
"error.new-password-and-confirm-password-do-not-match": "新密码与认证密码不同",
|
|
21
23
|
"error.not valid pattern of type": "{type}格式错误",
|
|
22
24
|
"error.password-not-matched": "密码不匹配。 5次失败后,您的帐户将被锁定。(失败次数:{failCount})",
|
|
23
25
|
"error.user duplicated": "有一个用户帐户使用相同的电子邮件",
|
|
@@ -32,11 +34,13 @@
|
|
|
32
34
|
"field.email": "电子邮件",
|
|
33
35
|
"field.forgot-password": "忘记密码",
|
|
34
36
|
"field.hidden": "隐藏",
|
|
37
|
+
"field.netmask": "子网掩码",
|
|
35
38
|
"field.options": "选项",
|
|
36
39
|
"field.parent-domain": "父域名",
|
|
37
40
|
"field.password": "密码",
|
|
38
41
|
"field.owner": "所有人",
|
|
39
42
|
"field.owner-user": "所有人",
|
|
43
|
+
"field.serial-no": "序列号",
|
|
40
44
|
"field.sign in": "登录",
|
|
41
45
|
"field.sign out": "退出",
|
|
42
46
|
"field.sign up": "注册",
|
|
@@ -44,15 +48,16 @@
|
|
|
44
48
|
"field.tag": "tag",
|
|
45
49
|
"field.token": "代币",
|
|
46
50
|
"field.user-type": "用户类型",
|
|
47
|
-
"field.
|
|
51
|
+
"field.accessed-at": "访问于",
|
|
48
52
|
"field.ip_address": "IP地址",
|
|
49
53
|
|
|
54
|
+
"label.access token": "访问令牌",
|
|
50
55
|
"label.activated-user": "用户已激活",
|
|
51
56
|
"label.admin-user": "管理用户",
|
|
52
57
|
"label.application": "应用程序",
|
|
53
58
|
"label.banned-user": "黑名单用户",
|
|
54
59
|
"label.change password": "更改密码",
|
|
55
|
-
"label.
|
|
60
|
+
"label.client-id": "客户端id",
|
|
56
61
|
"label.common-user": "普通用户",
|
|
57
62
|
"label.company": "公司",
|
|
58
63
|
"label.content": "内容",
|
|
@@ -83,6 +88,7 @@
|
|
|
83
88
|
"label.login_history": "登录历史",
|
|
84
89
|
|
|
85
90
|
"text.appliance": "终端设备",
|
|
91
|
+
"text.appliance credential": "终端设备凭证",
|
|
86
92
|
"text.application management": "应用管理",
|
|
87
93
|
"text.are_you_sure_to_transfer_owner": "您确定要转移业主权限?",
|
|
88
94
|
"text.are_you_sure_to_x": "您确定是否{x}?",
|
|
@@ -110,11 +116,13 @@
|
|
|
110
116
|
"text.passwords do not match": "密码不匹配",
|
|
111
117
|
"text.please enter the email of the user you want to transfer owner": "请录入所有权接收人的邮件。",
|
|
112
118
|
"text.registered roles": "角色登记成功",
|
|
119
|
+
"text.remaining time": "剩余{days}天{hours}小时{mins}分钟{secs}秒",
|
|
113
120
|
"text.role_management": "角色管理",
|
|
114
121
|
"text.select domain": "选域名",
|
|
115
122
|
"text.should select at least one of x": "请选择以下至少一项{x}",
|
|
116
123
|
"text.signed in": "已登录",
|
|
117
124
|
"text.signed out": "已退出",
|
|
125
|
+
"text.token expiry time": "令牌过期时间",
|
|
118
126
|
"text.updated_successfully": "更新成功",
|
|
119
127
|
"text.user management": "用户管理",
|
|
120
128
|
"text.user activated successfully": "用户成功激活。",
|