@things-factory/auth-ui 10.0.0-beta.92 → 10.0.0-beta.95
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/dist-client/pages/env-var/env-var-list-page.d.ts +26 -1
- package/dist-client/pages/env-var/env-var-list-page.js +128 -6
- package/dist-client/pages/env-var/env-var-list-page.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/translations/en.json +18 -15
- package/translations/ja.json +5 -2
- package/translations/ko.json +19 -16
- package/translations/ms.json +6 -3
- package/translations/zh.json +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/auth-ui",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.95",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"base64url": "^3.0.1",
|
|
42
42
|
"clipboard": "^2.0.6"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "17291189a406eb17709411200d0dc4acb54d92a2"
|
|
45
45
|
}
|
package/translations/en.json
CHANGED
|
@@ -12,11 +12,13 @@
|
|
|
12
12
|
"button.go to home": "go to home",
|
|
13
13
|
"button.logout": "logout",
|
|
14
14
|
"button.need help": "need help",
|
|
15
|
+
"button.remove owner": "remove owner",
|
|
15
16
|
"button.save": "save",
|
|
16
17
|
"button.security-key registration": "security key registration",
|
|
18
|
+
"button.show-all": "Show all",
|
|
19
|
+
"button.show-orphans-only": "Show orphans only",
|
|
17
20
|
"button.submit": "submit",
|
|
18
21
|
"button.terminate contract": "terminate",
|
|
19
|
-
"button.remove owner": "remove owner",
|
|
20
22
|
"button.transfer owner": "transfer owner",
|
|
21
23
|
"error.domain not allowed": "this domain is not allowed for you",
|
|
22
24
|
"error.new-password-and-confirm-password-do-not-match": "new password and confirm password do not match",
|
|
@@ -34,20 +36,19 @@
|
|
|
34
36
|
"field.confirm password": "confirm password",
|
|
35
37
|
"field.email": "email address",
|
|
36
38
|
"field.forgot-password": "forgot password",
|
|
39
|
+
"field.granted at": "granted at",
|
|
40
|
+
"field.granted by": "granted by",
|
|
37
41
|
"field.hidden": "hidden",
|
|
38
42
|
"field.ip_address": "IP address",
|
|
39
43
|
"field.netmask": "netmask",
|
|
40
44
|
"field.options": "options",
|
|
41
45
|
"field.owner": "owner",
|
|
42
46
|
"field.owner-user": "owner",
|
|
43
|
-
"field.granted by": "granted by",
|
|
44
|
-
"field.granted at": "granted at",
|
|
45
|
-
"field.reason": "reason",
|
|
46
|
-
"field.reason (optional)": "reason (optional)",
|
|
47
|
-
"field.username or email": "username or email",
|
|
48
47
|
"field.parent-domain": "parent domain",
|
|
49
48
|
"field.password": "password",
|
|
50
49
|
"field.private-key": "private key",
|
|
50
|
+
"field.reason": "reason",
|
|
51
|
+
"field.reason (optional)": "reason (optional)",
|
|
51
52
|
"field.required privilege": "required privilege",
|
|
52
53
|
"field.required role": "required role",
|
|
53
54
|
"field.serial-no": "serial #",
|
|
@@ -60,9 +61,11 @@
|
|
|
60
61
|
"field.target-domain": "target domain",
|
|
61
62
|
"field.tenant-id": "tenant id",
|
|
62
63
|
"field.token": "token",
|
|
64
|
+
"field.usage": "Usage",
|
|
63
65
|
"field.user-id or email": "user id or email",
|
|
64
66
|
"field.user-type": "user type",
|
|
65
67
|
"field.username": "user id",
|
|
68
|
+
"field.username or email": "username or email",
|
|
66
69
|
"label.access token": "access token",
|
|
67
70
|
"label.activated-user": "activated",
|
|
68
71
|
"label.admin-user": "admin",
|
|
@@ -109,19 +112,14 @@
|
|
|
109
112
|
"label.whitelist": "whitelist",
|
|
110
113
|
"label.x description": "{x} description",
|
|
111
114
|
"label.x name": "{x} name",
|
|
115
|
+
"text.add_domain_owner_description": "grant another domain member owner permission.",
|
|
112
116
|
"text.appliance": "terminal appliance",
|
|
113
117
|
"text.appliance credential": "terminal appliance credential",
|
|
114
118
|
"text.application management": "application management",
|
|
115
119
|
"text.are_you_sure_to_delete_x": "are you sure to delete {x}",
|
|
116
|
-
"text.are_you_sure_to_terminate_contract": "are you sure to terminate contract?",
|
|
117
120
|
"text.are_you_sure_to_remove_domain_owner": "are you sure to remove {x} as a domain owner?",
|
|
121
|
+
"text.are_you_sure_to_terminate_contract": "are you sure to terminate contract?",
|
|
118
122
|
"text.are_you_sure_to_transfer_owner": "are you sure to transfer owner?",
|
|
119
|
-
"text.add_domain_owner_description": "grant another domain member owner permission.",
|
|
120
|
-
"text.domain owners": "domain owners",
|
|
121
|
-
"text.domain owner added successfully": "domain owner added successfully",
|
|
122
|
-
"text.domain owner removed successfully": "domain owner removed successfully",
|
|
123
|
-
"text.please enter username or email": "please enter username or email",
|
|
124
|
-
"text.failed": "failed",
|
|
125
123
|
"text.are_you_sure_to_x": "are you sure to {x}?",
|
|
126
124
|
"text.are_you_sure_to_x_user": "are you sure to {x} user?",
|
|
127
125
|
"text.attribute management": "attribute management",
|
|
@@ -140,16 +138,20 @@
|
|
|
140
138
|
"text.do_you_want_to_create_x": "do you want to create {x} ?",
|
|
141
139
|
"text.do_you_want_to_invite_x": "do you want to invite {x}",
|
|
142
140
|
"text.domain management": "domain management",
|
|
141
|
+
"text.domain owner added successfully": "domain owner added successfully",
|
|
142
|
+
"text.domain owner removed successfully": "domain owner removed successfully",
|
|
143
|
+
"text.domain owners": "domain owners",
|
|
143
144
|
"text.email is not matched": "email is not matched.",
|
|
144
145
|
"text.env-var-list-page": "environment variable list",
|
|
146
|
+
"text.failed": "failed",
|
|
145
147
|
"text.new password": "new password",
|
|
146
148
|
"text.no domain available": "no domain available",
|
|
147
149
|
"text.owner_transfer_completed": "owner transfer completed",
|
|
148
150
|
"text.password rule": "make sure it's at least 15 characters OR at least 8 characters including a number and a lowercase letter.",
|
|
149
151
|
"text.passwords do not match": "these passwords don't match.",
|
|
150
152
|
"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",
|
|
153
|
+
"text.please enter username or email": "please enter username or email",
|
|
151
154
|
"text.please_fill_all_required_fields": "please fill all required fields",
|
|
152
|
-
"text.source_and_target_domain_cannot_be_same": "source and target domain cannot be same",
|
|
153
155
|
"text.registered roles": "registered roles",
|
|
154
156
|
"text.remaining time": "{days} days {hours} hours {mins} mins {secs} seconds remain",
|
|
155
157
|
"text.role_management": "role management",
|
|
@@ -157,6 +159,7 @@
|
|
|
157
159
|
"text.should select at least one of x": "please select at least one of {x}",
|
|
158
160
|
"text.signed in": "signed in",
|
|
159
161
|
"text.signed out": "signed out",
|
|
162
|
+
"text.source_and_target_domain_cannot_be_same": "source and target domain cannot be same",
|
|
160
163
|
"text.synchronize": "synchronize",
|
|
161
164
|
"text.token expiry time": "token expiry time",
|
|
162
165
|
"text.updated_successfully": "updated successfully",
|
|
@@ -167,10 +170,10 @@
|
|
|
167
170
|
"text.x_deleted_successfully": "{x} deleted successfully",
|
|
168
171
|
"text.your account is not activated": "your account is not activated.",
|
|
169
172
|
"text.your email address": "your email address",
|
|
173
|
+
"title.add domain owner": "add domain owner",
|
|
170
174
|
"title.attribute-item list": "attribute-item list",
|
|
171
175
|
"title.attributes": "attributes",
|
|
172
176
|
"title.auth-provider": "auth provider",
|
|
173
|
-
"title.add domain owner": "add domain owner",
|
|
174
177
|
"title.create_domain": "create domain",
|
|
175
178
|
"title.domain-link management": "domain link management",
|
|
176
179
|
"title.forgot password": "forgot password",
|
package/translations/ja.json
CHANGED
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
"button.need help": "何かお困りですか?",
|
|
15
15
|
"button.save": "保存",
|
|
16
16
|
"button.security-key registration": "セキュリティキー登録",
|
|
17
|
+
"button.show-all": "すべて表示",
|
|
18
|
+
"button.show-orphans-only": "Orphanのみ表示",
|
|
17
19
|
"button.submit": "送信",
|
|
18
20
|
"button.terminate contract": "契約解除",
|
|
19
21
|
"button.transfer owner": "管理者付与",
|
|
@@ -54,6 +56,7 @@
|
|
|
54
56
|
"field.target-domain": "ターゲットドメイン",
|
|
55
57
|
"field.tenant-id": "テナントID",
|
|
56
58
|
"field.token": "認証トークン",
|
|
59
|
+
"field.usage": "使用箇所",
|
|
57
60
|
"field.user-id or email": "ユーザーIDまたはメール",
|
|
58
61
|
"field.user-type": "ユーザー タイプ",
|
|
59
62
|
"field.username": "ユーザーID",
|
|
@@ -90,8 +93,8 @@
|
|
|
90
93
|
"label.redirect_uri": "リダイレクトuri",
|
|
91
94
|
"label.resend": "再送信",
|
|
92
95
|
"label.role": "ロール",
|
|
93
|
-
"label.select_domain": "ドメイン選択",
|
|
94
96
|
"label.search_domain": "ドメイン検索",
|
|
97
|
+
"label.select_domain": "ドメイン選択",
|
|
95
98
|
"label.send activation email": "アクティブ化要求メール送信",
|
|
96
99
|
"label.signin with": "{title} でサインイン",
|
|
97
100
|
"label.state": "状態",
|
|
@@ -135,7 +138,6 @@
|
|
|
135
138
|
"text.passwords do not match": "パスワードが一致しません.",
|
|
136
139
|
"text.please enter the email of the user you want to transfer owner": "管理者に変更するユーザーのメールを入力してください.",
|
|
137
140
|
"text.please_fill_all_required_fields": "すべての必須フィールドに入力してください",
|
|
138
|
-
"text.source_and_target_domain_cannot_be_same": "ソースドメインとターゲットドメインは同じにできません",
|
|
139
141
|
"text.registered roles": "登録されたロールリスト",
|
|
140
142
|
"text.remaining time": "{days}日 {hours}時間 {mins}分 {secs}秒 残っています",
|
|
141
143
|
"text.role_management": "ロール管理",
|
|
@@ -143,6 +145,7 @@
|
|
|
143
145
|
"text.should select at least one of x": "少なくとも1つ以上{x}を選択してください.",
|
|
144
146
|
"text.signed in": "ログイン",
|
|
145
147
|
"text.signed out": "ログアウト",
|
|
148
|
+
"text.source_and_target_domain_cannot_be_same": "ソースドメインとターゲットドメインは同じにできません",
|
|
146
149
|
"text.synchronize": "同期",
|
|
147
150
|
"text.token expiry time": "トークン有効期限",
|
|
148
151
|
"text.updated_successfully": "正常にアップデートしました.",
|
package/translations/ko.json
CHANGED
|
@@ -12,11 +12,13 @@
|
|
|
12
12
|
"button.go to home": "홈으로 이동",
|
|
13
13
|
"button.logout": "로그아웃",
|
|
14
14
|
"button.need help": "도움이 필요하세요?",
|
|
15
|
+
"button.remove owner": "소유자 해제",
|
|
15
16
|
"button.save": "저장",
|
|
16
17
|
"button.security-key registration": "보안인증키 등록",
|
|
18
|
+
"button.show-all": "전체 보기",
|
|
19
|
+
"button.show-orphans-only": "Orphan 만 보기",
|
|
17
20
|
"button.submit": "전송",
|
|
18
21
|
"button.terminate contract": "계약 해지",
|
|
19
|
-
"button.remove owner": "소유자 해제",
|
|
20
22
|
"button.transfer owner": "관리자 부여",
|
|
21
23
|
"error.domain not allowed": "'{subdomain}' 영역은 이 사용자에게 허가되지 않았습니다.",
|
|
22
24
|
"error.new-password-and-confirm-password-do-not-match": "새 비밀번호와 확인 비밀번호가 일치하지 않습니다.",
|
|
@@ -34,20 +36,19 @@
|
|
|
34
36
|
"field.confirm password": "비밀번호 확인",
|
|
35
37
|
"field.email": "이메일",
|
|
36
38
|
"field.forgot-password": "암호가 기억나지 않나요?",
|
|
39
|
+
"field.granted at": "부여 시각",
|
|
40
|
+
"field.granted by": "권한 부여자",
|
|
37
41
|
"field.hidden": "감추기",
|
|
38
42
|
"field.ip_address": "IP 주소",
|
|
39
43
|
"field.netmask": "네트워크 마스크",
|
|
40
44
|
"field.options": "옵션",
|
|
41
45
|
"field.owner": "소유자",
|
|
42
46
|
"field.owner-user": "소유자",
|
|
43
|
-
"field.granted by": "권한 부여자",
|
|
44
|
-
"field.granted at": "부여 시각",
|
|
45
|
-
"field.reason": "사유",
|
|
46
|
-
"field.reason (optional)": "사유 (선택)",
|
|
47
|
-
"field.username or email": "사용자명 또는 이메일",
|
|
48
47
|
"field.parent-domain": "부모도메인",
|
|
49
48
|
"field.password": "비밀번호",
|
|
50
49
|
"field.private-key": "private key",
|
|
50
|
+
"field.reason": "사유",
|
|
51
|
+
"field.reason (optional)": "사유 (선택)",
|
|
51
52
|
"field.required privilege": "필수 권한",
|
|
52
53
|
"field.required role": "필수 역할",
|
|
53
54
|
"field.serial-no": "일련번호",
|
|
@@ -60,9 +61,11 @@
|
|
|
60
61
|
"field.target-domain": "타겟 도메인",
|
|
61
62
|
"field.tenant-id": "tenant id",
|
|
62
63
|
"field.token": "인증 토큰",
|
|
64
|
+
"field.usage": "사용처",
|
|
63
65
|
"field.user-id or email": "사용자 아이디 또는 이메일",
|
|
64
66
|
"field.user-type": "사용자유형",
|
|
65
67
|
"field.username": "사용자 아이디",
|
|
68
|
+
"field.username or email": "사용자명 또는 이메일",
|
|
66
69
|
"label.access token": "액세스 토큰",
|
|
67
70
|
"label.activated-user": "정상",
|
|
68
71
|
"label.admin-user": "관리자",
|
|
@@ -96,8 +99,8 @@
|
|
|
96
99
|
"label.redirect_uri": "리디렉션 uri",
|
|
97
100
|
"label.resend": "재전송",
|
|
98
101
|
"label.role": "역할",
|
|
99
|
-
"label.select_domain": "도메인 선택",
|
|
100
102
|
"label.search_domain": "도메인 검색",
|
|
103
|
+
"label.select_domain": "도메인 선택",
|
|
101
104
|
"label.send activation email": "활성화 요청 메일 전송",
|
|
102
105
|
"label.signin with": "{title} 로그인",
|
|
103
106
|
"label.state": "상태",
|
|
@@ -109,19 +112,14 @@
|
|
|
109
112
|
"label.whitelist": "화이트리스트",
|
|
110
113
|
"label.x description": "{x} 설명",
|
|
111
114
|
"label.x name": "{x} 이름",
|
|
115
|
+
"text.add_domain_owner_description": "도메인 멤버 중 한 명에게 소유자 권한을 부여합니다.",
|
|
112
116
|
"text.appliance": "단말장치",
|
|
113
117
|
"text.appliance credential": "단말장치 자격증명",
|
|
114
118
|
"text.application management": "응용프로그램 관리",
|
|
115
119
|
"text.are_you_sure_to_delete_x": "{x}를 삭제하시겠습니까?",
|
|
116
|
-
"text.are_you_sure_to_terminate_contract": "파트너쉽을 해지하시겠습니까?",
|
|
117
120
|
"text.are_you_sure_to_remove_domain_owner": "{x}을(를) 도메인 소유자에서 해제하시겠습니까?",
|
|
121
|
+
"text.are_you_sure_to_terminate_contract": "파트너쉽을 해지하시겠습니까?",
|
|
118
122
|
"text.are_you_sure_to_transfer_owner": "관리자를 변경하시겠습니까?",
|
|
119
|
-
"text.add_domain_owner_description": "도메인 멤버 중 한 명에게 소유자 권한을 부여합니다.",
|
|
120
|
-
"text.domain owners": "도메인 소유자",
|
|
121
|
-
"text.domain owner added successfully": "도메인 소유자가 추가되었습니다",
|
|
122
|
-
"text.domain owner removed successfully": "도메인 소유자가 해제되었습니다",
|
|
123
|
-
"text.please enter username or email": "사용자명 또는 이메일을 입력하세요",
|
|
124
|
-
"text.failed": "실패",
|
|
125
123
|
"text.are_you_sure_to_x": "{x}하시겠습니까?",
|
|
126
124
|
"text.are_you_sure_to_x_user": "사용자를 {x}하시겠습니까?",
|
|
127
125
|
"text.attribute management": "엔티티 속성 관리",
|
|
@@ -139,16 +137,20 @@
|
|
|
139
137
|
"text.do_you_want_to_create_x": "{x}을/를 생성하시겠습니까?",
|
|
140
138
|
"text.do_you_want_to_invite_x": "{x}을(를) 초대하시겠습니까?",
|
|
141
139
|
"text.domain management": "도메인 관리",
|
|
140
|
+
"text.domain owner added successfully": "도메인 소유자가 추가되었습니다",
|
|
141
|
+
"text.domain owner removed successfully": "도메인 소유자가 해제되었습니다",
|
|
142
|
+
"text.domain owners": "도메인 소유자",
|
|
142
143
|
"text.email is not matched": "이메일이 일치하지 않습니다.",
|
|
143
144
|
"text.env-var-list-page": "환경 변수 리스트",
|
|
145
|
+
"text.failed": "실패",
|
|
144
146
|
"text.new password": "새 비밀번호",
|
|
145
147
|
"text.no domain available": "사용할 수 있는 도메인이 없습니다.",
|
|
146
148
|
"text.owner_transfer_completed": "owner 변경을 완료하였습니다.",
|
|
147
149
|
"text.password rule": "최소 15자 이상 혹은 숫자와 소문자를 포함하여 8자 이상이어야 합니다.",
|
|
148
150
|
"text.passwords do not match": "비밀번호가 일치하지 않습니다.",
|
|
149
151
|
"text.please enter the email of the user you want to transfer owner": "관리자로 변경할 사용자의 이메일을 입력하세요.",
|
|
152
|
+
"text.please enter username or email": "사용자명 또는 이메일을 입력하세요",
|
|
150
153
|
"text.please_fill_all_required_fields": "모든 필수 항목을 작성해 주세요",
|
|
151
|
-
"text.source_and_target_domain_cannot_be_same": "소스 도메인과 타겟 도메인은 동일할 수 없습니다",
|
|
152
154
|
"text.registered roles": "등록된 역할 리스트",
|
|
153
155
|
"text.remaining time": "{days}일 {hours}시간 {mins}분 {secs}초 남았습니다",
|
|
154
156
|
"text.role_management": "역할 관리",
|
|
@@ -156,6 +158,7 @@
|
|
|
156
158
|
"text.should select at least one of x": "적어도 한개 이상의 {x} 을(를) 선택해 주세요.",
|
|
157
159
|
"text.signed in": "로그인",
|
|
158
160
|
"text.signed out": "로그아웃",
|
|
161
|
+
"text.source_and_target_domain_cannot_be_same": "소스 도메인과 타겟 도메인은 동일할 수 없습니다",
|
|
159
162
|
"text.synchronize": "동기화",
|
|
160
163
|
"text.token expiry time": "토큰 만료 시점",
|
|
161
164
|
"text.updated_successfully": "성공적으로 업데이트 되었습니다.",
|
|
@@ -166,10 +169,10 @@
|
|
|
166
169
|
"text.x_deleted_successfully": "{x}이/가 성공적으로 삭제되었습니다.",
|
|
167
170
|
"text.your account is not activated": "계정이 활성화되지 않았습니다.",
|
|
168
171
|
"text.your email address": "사용자 이메일",
|
|
172
|
+
"title.add domain owner": "도메인 소유자 추가",
|
|
169
173
|
"title.attribute-item list": "속성 아이템 리스트",
|
|
170
174
|
"title.attributes": "속성",
|
|
171
175
|
"title.auth-provider": "인증 제공자",
|
|
172
|
-
"title.add domain owner": "도메인 소유자 추가",
|
|
173
176
|
"title.create_domain": "도메인 생성하기",
|
|
174
177
|
"title.domain-link management": "도메인 링크 관리",
|
|
175
178
|
"title.forgot password": "비밀번호 찾기",
|
package/translations/ms.json
CHANGED
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
"button.need help": "perlukan bantuan",
|
|
15
15
|
"button.save": "simpan",
|
|
16
16
|
"button.security-key registration": "pendaftaran kunci keselamatan",
|
|
17
|
+
"button.show-all": "Tunjukkan semua",
|
|
18
|
+
"button.show-orphans-only": "Tunjukkan hanya orphan",
|
|
17
19
|
"button.submit": "hantar",
|
|
18
20
|
"button.terminate contract": "tamatkan",
|
|
19
21
|
"button.transfer owner": "pindah pemilik",
|
|
@@ -54,6 +56,7 @@
|
|
|
54
56
|
"field.target-domain": "domain sasaran",
|
|
55
57
|
"field.tenant-id": "ID penyewa",
|
|
56
58
|
"field.token": "token",
|
|
59
|
+
"field.usage": "Penggunaan",
|
|
57
60
|
"field.user-id or email": "ID pengguna atau e-mel",
|
|
58
61
|
"field.user-type": "jenis pengguna",
|
|
59
62
|
"field.username": "ID pengguna",
|
|
@@ -90,8 +93,8 @@
|
|
|
90
93
|
"label.redirect_uri": "redirect uri",
|
|
91
94
|
"label.resend": "hantar semula",
|
|
92
95
|
"label.role": "peranan",
|
|
93
|
-
"label.select_domain": "pilih domain",
|
|
94
96
|
"label.search_domain": "cari domain",
|
|
97
|
+
"label.select_domain": "pilih domain",
|
|
95
98
|
"label.send activation email": "hantar pengaktifan emel",
|
|
96
99
|
"label.signin with": "daftar masuk dengan {title}",
|
|
97
100
|
"label.state": "negeri",
|
|
@@ -127,6 +130,7 @@
|
|
|
127
130
|
"text.do_you_want_to_create_x": "adakah anda mahu mencipta {x}?",
|
|
128
131
|
"text.do_you_want_to_invite_x": "adakah anda ingin mengundang {x}",
|
|
129
132
|
"text.domain management": "pengurusan domain",
|
|
133
|
+
"text.domain sumber dan sasaran tidak boleh sama": "domain sumber dan sasaran tidak boleh sama",
|
|
130
134
|
"text.email is not matched": "alamat email tidak sepadan",
|
|
131
135
|
"text.env-var-list-page": "senarai pengubahsuaian persekitaran",
|
|
132
136
|
"text.new password": "kata laluan baru",
|
|
@@ -135,8 +139,6 @@
|
|
|
135
139
|
"text.password rule": "sila pastikan kemasukan kata laluan adalah 15 huruf ATAU 8 huruf termasuk nombor dengan huruf kecil.",
|
|
136
140
|
"text.passwords do not match": "kata laluan anda tidak padan",
|
|
137
141
|
"text.please enter the email of the user you want to transfer owner": "sila masukkan e-mel pengguna yang anda hendak pindahkan pemilik",
|
|
138
|
-
"text.sila isi semua medan yang diperlukan": "sila isi semua medan yang diperlukan",
|
|
139
|
-
"text.domain sumber dan sasaran tidak boleh sama": "domain sumber dan sasaran tidak boleh sama",
|
|
140
142
|
"text.registered roles": "peranan sudah didaftar",
|
|
141
143
|
"text.remaining time": "masa tinggal {days} hari {hours} jam {mins} minit {secs} saat",
|
|
142
144
|
"text.role_management": "pengurusan peranan",
|
|
@@ -144,6 +146,7 @@
|
|
|
144
146
|
"text.should select at least one of x": "sila pilih antara satu {x}",
|
|
145
147
|
"text.signed in": "telah log masuk",
|
|
146
148
|
"text.signed out": "telah log keluar",
|
|
149
|
+
"text.sila isi semua medan yang diperlukan": "sila isi semua medan yang diperlukan",
|
|
147
150
|
"text.synchronize": "menyamakan",
|
|
148
151
|
"text.token expiry time": "masa tamat token",
|
|
149
152
|
"text.updated_successfully": "berjaya dikemaskini",
|
package/translations/zh.json
CHANGED
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
"button.need help": "需要帮助",
|
|
15
15
|
"button.save": "保存",
|
|
16
16
|
"button.security-key registration": "安全密钥注册",
|
|
17
|
+
"button.show-all": "全部显示",
|
|
18
|
+
"button.show-orphans-only": "仅显示孤立项",
|
|
17
19
|
"button.submit": "提交",
|
|
18
20
|
"button.terminate contract": "终止合同",
|
|
19
21
|
"button.transfer owner": "转让所有权",
|
|
@@ -54,6 +56,7 @@
|
|
|
54
56
|
"field.target-domain": "目标域",
|
|
55
57
|
"field.tenant-id": "租户ID",
|
|
56
58
|
"field.token": "代币",
|
|
59
|
+
"field.usage": "使用位置",
|
|
57
60
|
"field.user-id or email": "用户名或电子邮件",
|
|
58
61
|
"field.user-type": "用户类型",
|
|
59
62
|
"field.username": "用户名",
|
|
@@ -90,8 +93,8 @@
|
|
|
90
93
|
"label.redirect_uri": "重定向URI",
|
|
91
94
|
"label.resend": "发过验证邮件",
|
|
92
95
|
"label.role": "角色",
|
|
93
|
-
"label.select_domain": "选择域",
|
|
94
96
|
"label.search_domain": "搜索域",
|
|
97
|
+
"label.select_domain": "选择域",
|
|
95
98
|
"label.send activation email": "发送激活电子邮件",
|
|
96
99
|
"label.signin with": "通过 {title} 登录",
|
|
97
100
|
"label.state": "状态",
|
|
@@ -136,7 +139,6 @@
|
|
|
136
139
|
"text.passwords do not match": "密码不匹配",
|
|
137
140
|
"text.please enter the email of the user you want to transfer owner": "请录入所有权接收人的邮件。",
|
|
138
141
|
"text.please_fill_all_required_fields": "请填写所有必填字段",
|
|
139
|
-
"text.source_and_target_domain_cannot_be_same": "源域和目标域不能相同",
|
|
140
142
|
"text.registered roles": "角色登记成功",
|
|
141
143
|
"text.remaining time": "剩余{days}天{hours}小时{mins}分钟{secs}秒",
|
|
142
144
|
"text.role_management": "角色管理",
|
|
@@ -144,11 +146,12 @@
|
|
|
144
146
|
"text.should select at least one of x": "请选择以下至少一项{x}",
|
|
145
147
|
"text.signed in": "已登录",
|
|
146
148
|
"text.signed out": "已退出",
|
|
149
|
+
"text.source_and_target_domain_cannot_be_same": "源域和目标域不能相同",
|
|
147
150
|
"text.synchronize": "同步",
|
|
148
151
|
"text.token expiry time": "令牌过期时间",
|
|
149
152
|
"text.updated_successfully": "更新成功",
|
|
150
|
-
"text.user management": "用户管理",
|
|
151
153
|
"text.user invitation prompt": "请输入您希望邀请的用户的用户名或电子邮件地址。",
|
|
154
|
+
"text.user management": "用户管理",
|
|
152
155
|
"text.x_cannot_delete": "{x}无法删除",
|
|
153
156
|
"text.x_created_successfully": "{x}创建成功",
|
|
154
157
|
"text.x_deleted_successfully": "{x}删除成功",
|