@things-factory/auth-ui 10.1.13 → 10.1.17
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/components/role-template-picker.js +6 -8
- package/dist-client/components/role-template-picker.js.map +1 -1
- package/dist-client/components/secret-field.d.ts +35 -0
- package/dist-client/components/secret-field.js +149 -0
- package/dist-client/components/secret-field.js.map +1 -0
- package/dist-client/pages/app-binding/app-binding-list-query.test.d.ts +1 -0
- package/dist-client/pages/app-binding/app-binding-list-query.test.js +46 -0
- package/dist-client/pages/app-binding/app-binding-list-query.test.js.map +1 -0
- package/dist-client/pages/app-binding/app-binding.d.ts +1 -0
- package/dist-client/pages/app-binding/app-binding.js +8 -8
- package/dist-client/pages/app-binding/app-binding.js.map +1 -1
- package/dist-client/pages/app-binding/app-bindings.d.ts +63 -2
- package/dist-client/pages/app-binding/app-bindings.js +199 -117
- package/dist-client/pages/app-binding/app-bindings.js.map +1 -1
- package/dist-client/pages/appliance/appliance-list-query.test.d.ts +1 -0
- package/dist-client/pages/appliance/appliance-list-query.test.js +58 -0
- package/dist-client/pages/appliance/appliance-list-query.test.js.map +1 -0
- package/dist-client/pages/appliance/appliance.d.ts +1 -0
- package/dist-client/pages/appliance/appliance.js +2 -4
- package/dist-client/pages/appliance/appliance.js.map +1 -1
- package/dist-client/pages/appliance/home.d.ts +61 -2
- package/dist-client/pages/appliance/home.js +200 -122
- package/dist-client/pages/appliance/home.js.map +1 -1
- package/dist-client/pages/application/application.d.ts +1 -0
- package/dist-client/pages/application/application.js +10 -3
- package/dist-client/pages/application/application.js.map +1 -1
- package/dist-client/pages/application/applications.d.ts +61 -2
- package/dist-client/pages/application/applications.js +193 -128
- package/dist-client/pages/application/applications.js.map +1 -1
- package/dist-client/pages/application/register.js +81 -27
- package/dist-client/pages/application/register.js.map +1 -1
- package/dist-client/pages/auth-provider/auth-provider-management.d.ts +4 -2
- package/dist-client/pages/auth-provider/auth-provider-management.js +35 -6
- package/dist-client/pages/auth-provider/auth-provider-management.js.map +1 -1
- package/dist-client/pages/domain-owner/domain-owner-management.d.ts +2 -0
- package/dist-client/pages/domain-owner/domain-owner-management.js +34 -7
- package/dist-client/pages/domain-owner/domain-owner-management.js.map +1 -1
- package/dist-client/pages/role/role-list-page.d.ts +20 -0
- package/dist-client/pages/role/role-list-page.js +58 -1
- package/dist-client/pages/role/role-list-page.js.map +1 -1
- package/dist-client/pages/role/role-privilege-page.js +1 -10
- package/dist-client/pages/role/role-privilege-page.js.map +1 -1
- package/dist-client/pages/secrets-are-not-printed.test.d.ts +1 -0
- package/dist-client/pages/secrets-are-not-printed.test.js +70 -0
- package/dist-client/pages/secrets-are-not-printed.test.js.map +1 -0
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-client/utils/application-status.d.ts +32 -0
- package/dist-client/utils/application-status.js +45 -0
- package/dist-client/utils/application-status.js.map +1 -0
- package/dist-client/utils/application-status.test.d.ts +1 -0
- package/dist-client/utils/application-status.test.js +45 -0
- package/dist-client/utils/application-status.test.js.map +1 -0
- package/dist-client/utils/form-values.d.ts +42 -0
- package/dist-client/utils/form-values.js +57 -0
- package/dist-client/utils/form-values.js.map +1 -0
- package/dist-client/utils/form-values.test.d.ts +1 -0
- package/dist-client/utils/form-values.test.js +62 -0
- package/dist-client/utils/form-values.test.js.map +1 -0
- package/dist-client/utils/list-result.d.ts +62 -0
- package/dist-client/utils/list-result.js +92 -0
- package/dist-client/utils/list-result.js.map +1 -0
- package/dist-client/utils/list-result.test.d.ts +1 -0
- package/dist-client/utils/list-result.test.js +160 -0
- package/dist-client/utils/list-result.test.js.map +1 -0
- package/dist-client/utils/privilege-axis.d.ts +52 -0
- package/dist-client/utils/privilege-axis.js +55 -0
- package/dist-client/utils/privilege-axis.js.map +1 -0
- package/dist-client/utils/privilege-axis.test.d.ts +1 -0
- package/dist-client/utils/privilege-axis.test.js +39 -0
- package/dist-client/utils/privilege-axis.test.js.map +1 -0
- package/dist-client/utils/secret-display.d.ts +51 -0
- package/dist-client/utils/secret-display.js +61 -0
- package/dist-client/utils/secret-display.js.map +1 -0
- package/dist-client/utils/secret-display.test.d.ts +1 -0
- package/dist-client/utils/secret-display.test.js +59 -0
- package/dist-client/utils/secret-display.test.js.map +1 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/translations/en.json +33 -0
- package/translations/ja.json +33 -0
- package/translations/ko.json +33 -0
- package/translations/ms.json +33 -0
- package/translations/zh.json +33 -0
package/translations/ko.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"button.cancel": "취소",
|
|
5
5
|
"button.close": "닫기",
|
|
6
6
|
"button.confirm": "확인",
|
|
7
|
+
"button.copy": "복사",
|
|
7
8
|
"button.create": "생성",
|
|
8
9
|
"button.create role": "역할 만들기",
|
|
9
10
|
"button.deactivate": "비활성화",
|
|
@@ -11,14 +12,18 @@
|
|
|
11
12
|
"button.delete role": "역할 삭제",
|
|
12
13
|
"button.delete this appliance": "단말장치 삭제",
|
|
13
14
|
"button.delete user": "사용자 삭제",
|
|
15
|
+
"button.detail": "상세",
|
|
14
16
|
"button.drop": "떼기",
|
|
15
17
|
"button.edit privileges": "권한 편집",
|
|
16
18
|
"button.generate new access token": "새토큰 생성",
|
|
17
19
|
"button.go to home": "홈으로 이동",
|
|
20
|
+
"button.hide": "가리기",
|
|
18
21
|
"button.logout": "로그아웃",
|
|
19
22
|
"button.name it yourself": "직접 이름 짓기",
|
|
23
|
+
"button.register": "등록",
|
|
20
24
|
"button.remove from domain": "도메인에서 제외",
|
|
21
25
|
"button.remove owner": "소유자 해제",
|
|
26
|
+
"button.reveal": "보기",
|
|
22
27
|
"button.save": "저장",
|
|
23
28
|
"button.security-key registration": "보안인증키 등록",
|
|
24
29
|
"button.show-all": "전체 보기",
|
|
@@ -39,10 +44,15 @@
|
|
|
39
44
|
"error.value is empty": "{value}의 값이 존재하지 않습니다.",
|
|
40
45
|
"error.x already exists in y": "{x}이/가 이미 {y}에 존재합니다.",
|
|
41
46
|
"field.accessed-at": "로그인 일시",
|
|
47
|
+
"field.application icon": "아이콘 주소",
|
|
48
|
+
"field.application url": "주소",
|
|
42
49
|
"field.attributes": "속성",
|
|
50
|
+
"field.brand": "제조사",
|
|
43
51
|
"field.client-id": "client id",
|
|
44
52
|
"field.client-secret": "client secret",
|
|
45
53
|
"field.confirm password": "비밀번호 확인",
|
|
54
|
+
"field.contact email": "연락 이메일",
|
|
55
|
+
"field.description": "설명",
|
|
46
56
|
"field.email": "이메일",
|
|
47
57
|
"field.forgot-password": "암호가 기억나지 않나요?",
|
|
48
58
|
"field.granted at": "부여 시각",
|
|
@@ -50,7 +60,9 @@
|
|
|
50
60
|
"field.granted privileges": "할 수 있는 일",
|
|
51
61
|
"field.hidden": "감추기",
|
|
52
62
|
"field.ip_address": "IP 주소",
|
|
63
|
+
"field.model": "모델",
|
|
53
64
|
"field.module": "모듈",
|
|
65
|
+
"field.name": "이름",
|
|
54
66
|
"field.netmask": "네트워크 마스크",
|
|
55
67
|
"field.options": "옵션",
|
|
56
68
|
"field.owner": "소유자",
|
|
@@ -60,9 +72,11 @@
|
|
|
60
72
|
"field.private-key": "private key",
|
|
61
73
|
"field.reason": "사유",
|
|
62
74
|
"field.reason (optional)": "사유 (선택)",
|
|
75
|
+
"field.redirect url": "리다이렉트 주소",
|
|
63
76
|
"field.required privilege": "필수 권한",
|
|
64
77
|
"field.required role": "필수 역할",
|
|
65
78
|
"field.roles": "역할",
|
|
79
|
+
"field.scope": "범위",
|
|
66
80
|
"field.seat": "자리",
|
|
67
81
|
"field.serial-no": "일련번호",
|
|
68
82
|
"field.sign in": "로그인",
|
|
@@ -75,12 +89,15 @@
|
|
|
75
89
|
"field.target-domain": "타겟 도메인",
|
|
76
90
|
"field.tenant-id": "tenant id",
|
|
77
91
|
"field.token": "인증 토큰",
|
|
92
|
+
"field.type": "종류",
|
|
93
|
+
"field.updated at": "수정일시",
|
|
78
94
|
"field.usage": "사용처",
|
|
79
95
|
"field.user-id or email": "사용자 아이디 또는 이메일",
|
|
80
96
|
"field.user-type": "사용자유형",
|
|
81
97
|
"field.username": "사용자 아이디",
|
|
82
98
|
"field.username or email": "사용자명 또는 이메일",
|
|
83
99
|
"label.access token": "액세스 토큰",
|
|
100
|
+
"label.activated": "사용 중",
|
|
84
101
|
"label.activated-user": "정상",
|
|
85
102
|
"label.add role": "역할 추가",
|
|
86
103
|
"label.add to domain": "도메인에 넣기",
|
|
@@ -103,6 +120,7 @@
|
|
|
103
120
|
"label.description": "설명",
|
|
104
121
|
"label.domain": "도메인",
|
|
105
122
|
"label.domain-owner": "도메인 관리자",
|
|
123
|
+
"label.draft": "초안",
|
|
106
124
|
"label.email": "이메일",
|
|
107
125
|
"label.execute": "실행",
|
|
108
126
|
"label.inactive-user": "비활성",
|
|
@@ -120,6 +138,7 @@
|
|
|
120
138
|
"label.protectedlist": "보호 IP 리스트",
|
|
121
139
|
"label.read": "읽기",
|
|
122
140
|
"label.redirect_uri": "리디렉션 uri",
|
|
141
|
+
"label.refresh token": "리프레시 토큰",
|
|
123
142
|
"label.resend": "재전송",
|
|
124
143
|
"label.role": "역할",
|
|
125
144
|
"label.search_domain": "도메인 검색",
|
|
@@ -142,10 +161,13 @@
|
|
|
142
161
|
"text.account will be created with the default password": "이 이메일로 가입한 계정이 없습니다. 기본 비밀번호로 계정을 만들어 넣습니다. 비밀번호는 직접 알려 주셔야 합니다.",
|
|
143
162
|
"text.add_domain_owner_description": "도메인 멤버 중 한 명에게 소유자 권한을 부여합니다.",
|
|
144
163
|
"text.already in this domain": "이미 있음",
|
|
164
|
+
"text.an application signs in on its own behalf": "응용프로그램은 자기 키와 자기 권한으로 스스로 로그인합니다",
|
|
145
165
|
"text.and x more": "외 {x}개",
|
|
146
166
|
"text.appliance": "단말장치",
|
|
147
167
|
"text.appliance credential": "단말장치 자격증명",
|
|
168
|
+
"text.appliances": "단말장치",
|
|
148
169
|
"text.application management": "응용프로그램 관리",
|
|
170
|
+
"text.applications": "응용프로그램",
|
|
149
171
|
"text.are_you_sure_to_delete_x": "{x}를 삭제하시겠습니까?",
|
|
150
172
|
"text.are_you_sure_to_remove_domain_owner": "{x}을(를) 도메인 소유자에서 해제하시겠습니까?",
|
|
151
173
|
"text.are_you_sure_to_terminate_contract": "파트너쉽을 해지하시겠습니까?",
|
|
@@ -155,12 +177,16 @@
|
|
|
155
177
|
"text.attribute management": "엔티티 속성 관리",
|
|
156
178
|
"text.auth profile": "사용자 프로파일",
|
|
157
179
|
"text.auth-provider management": "인증 제공자 관리",
|
|
180
|
+
"text.bound applications": "연결된 응용프로그램",
|
|
158
181
|
"text.cannot be undone": "되돌릴 수 없는 조치",
|
|
159
182
|
"text.cannot_delete": "삭제할 수 없습니다.",
|
|
160
183
|
"text.change password": "비밀번호 변경",
|
|
161
184
|
"text.click login history": "최근 로그인 이력을 보고 싶다면 여기를 클릭하세요.",
|
|
162
185
|
"text.completed": "완료되었습니다.",
|
|
163
186
|
"text.confirm password": "비밀번호 확인",
|
|
187
|
+
"text.copied": "복사했습니다",
|
|
188
|
+
"text.copying needs a secure connection": "복사는 보안 연결에서만 됩니다 — 값을 직접 선택해 복사하십시오",
|
|
189
|
+
"text.could not register": "등록하지 못했습니다 — 이유는 위 알림을 보십시오",
|
|
164
190
|
"text.create role": "역할 생성하기",
|
|
165
191
|
"text.current password": "현재 비밀번호",
|
|
166
192
|
"text.delete account warning message": "이 작업은 취소할 수 없습니다. 이것은 이 사용자에 대한 모든 정보를 영구적으로 삭제합니다.\n\n계속하시려면 이 계정에 대한 이메일과 비밀번호를 입력하세요.",
|
|
@@ -174,9 +200,11 @@
|
|
|
174
200
|
"text.domain_name_change_warning": "도메인 이름을 변경하시겠습니까? (서브도메인은 변경되지 않고 기존대로 유지됩니다.)",
|
|
175
201
|
"text.email is not matched": "이메일이 일치하지 않습니다.",
|
|
176
202
|
"text.env-var-list-page": "환경 변수 리스트",
|
|
203
|
+
"text.expires at x": "{x} 만료",
|
|
177
204
|
"text.failed": "실패",
|
|
178
205
|
"text.failed to fetch": "목록을 읽지 못했습니다",
|
|
179
206
|
"text.filter by module name": "모듈 이름으로 걸러 보기",
|
|
207
|
+
"text.inherited from x": "{x} 에서 물려받습니다",
|
|
180
208
|
"text.inherited roles are edited in their own domain": "이 역할들은 상위 도메인에 정의되어 있어 그쪽에서만 고칠 수 있습니다.",
|
|
181
209
|
"text.loading": "읽는 중…",
|
|
182
210
|
"text.new password": "새 비밀번호",
|
|
@@ -193,6 +221,7 @@
|
|
|
193
221
|
"text.no role yet": "아직 정의된 역할이 없습니다",
|
|
194
222
|
"text.none on": "없음",
|
|
195
223
|
"text.not declared for this module": "이 모듈에는 그 권한이 선언되어 있지 않습니다.",
|
|
224
|
+
"text.not issued": "발급되지 않음",
|
|
196
225
|
"text.nothing is on for this role yet": "이 역할은 아직 아무것도 열지 않습니다. 아래에서 할 수 있는 일을 더해 주십시오.",
|
|
197
226
|
"text.nothing matches x": "\"{x}\"이 들어가는 모듈 이름이 없습니다.",
|
|
198
227
|
"text.opens nothing, receives approvals": "여는 것은 없고 결재만 받는 자리입니다",
|
|
@@ -208,6 +237,7 @@
|
|
|
208
237
|
"text.please try again": "잠시 후 다시 시도하십시오.",
|
|
209
238
|
"text.please_fill_all_required_fields": "모든 필수 항목을 작성해 주세요",
|
|
210
239
|
"text.privilege no longer declared": "이 권한을 요구하는 코드가 더 이상 없습니다",
|
|
240
|
+
"text.register new application": "응용프로그램 등록",
|
|
211
241
|
"text.registered roles": "등록된 역할 리스트",
|
|
212
242
|
"text.remaining time": "{days}일 {hours}시간 {mins}분 {secs}초 남았습니다",
|
|
213
243
|
"text.remove the role from x people first": "이 역할을 지우려면 먼저 가지고 있는 {x}명에게서 떼어 주십시오.",
|
|
@@ -223,7 +253,10 @@
|
|
|
223
253
|
"text.struck through are not installed here": "줄이 그어진 것은 이 설치에 없는 권한입니다.",
|
|
224
254
|
"text.subdomain_change_critical_warning": "경고: 서브도메인을 변경하면 전체 접속 URL(/{type}/{subdomain}/...)이 변경되어 기존에 배포된 링크, 북마크 및 활성 사용자 세션이 무효화될 수 있습니다. 신중하게 확인 후 진행해 주세요.",
|
|
225
255
|
"text.synchronize": "동기화",
|
|
256
|
+
"text.the list could not be loaded": "목록을 불러오지 못했습니다",
|
|
226
257
|
"text.they lose access to this domain but keep the account": "이 도메인에서 더 이상 일할 수 없게 됩니다. 계정은 남아 있어서 나중에 다시 부를 수 있습니다.",
|
|
258
|
+
"text.this domain is top level and inherits from nowhere": "최상위 도메인 — 물려받는 곳이 없습니다",
|
|
259
|
+
"text.this field is required": "필수 항목입니다",
|
|
227
260
|
"text.this plant may call the seat what it likes": "이 공장에서 부르는 이름으로 바꿔도 됩니다.",
|
|
228
261
|
"text.token expiry time": "토큰 만료 시점",
|
|
229
262
|
"text.unlocks in x minutes": "{x}분 뒤 잠금 해제",
|
package/translations/ms.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"button.activate": "aktifkan",
|
|
3
3
|
"button.cancel": "batalkan",
|
|
4
4
|
"button.confirm": "sahkan",
|
|
5
|
+
"button.copy": "salin",
|
|
5
6
|
"button.create": "cipta",
|
|
6
7
|
"button.create role": "create role",
|
|
7
8
|
"button.deactivate": "deaktifkan",
|
|
@@ -9,10 +10,14 @@
|
|
|
9
10
|
"button.delete role": "padam peranan",
|
|
10
11
|
"button.delete this appliance": "padamkan peralatan ini",
|
|
11
12
|
"button.delete user": "padam pengguna",
|
|
13
|
+
"button.detail": "perincian",
|
|
12
14
|
"button.generate new access token": "Cipta akses token baru",
|
|
13
15
|
"button.go to home": "ke halaman utama",
|
|
16
|
+
"button.hide": "sembunyi",
|
|
14
17
|
"button.logout": "logout",
|
|
15
18
|
"button.name it yourself": "name it yourself",
|
|
19
|
+
"button.register": "daftar",
|
|
20
|
+
"button.reveal": "tunjuk",
|
|
16
21
|
"button.save": "simpan",
|
|
17
22
|
"button.security-key registration": "pendaftaran kunci keselamatan",
|
|
18
23
|
"button.show-all": "Tunjukkan semua",
|
|
@@ -32,14 +37,21 @@
|
|
|
32
37
|
"error.value is empty": "{value} kosong",
|
|
33
38
|
"error.x already exists in y": "{x} telah wujud dalam {y}",
|
|
34
39
|
"field.accessed-at": "diakses pada",
|
|
40
|
+
"field.application icon": "ikon aplikasi",
|
|
41
|
+
"field.application url": "url aplikasi",
|
|
35
42
|
"field.attributes": "ciri-ciri",
|
|
43
|
+
"field.brand": "jenama",
|
|
36
44
|
"field.client-id": "ID klien",
|
|
37
45
|
"field.client-secret": "Rahsia klien",
|
|
38
46
|
"field.confirm password": "sahkan kata laluan",
|
|
47
|
+
"field.contact email": "emel untuk dihubungi",
|
|
48
|
+
"field.description": "penerangan",
|
|
39
49
|
"field.email": "e-mel",
|
|
40
50
|
"field.forgot-password": "terlupa kata laluan",
|
|
41
51
|
"field.hidden": "tersembunyi",
|
|
42
52
|
"field.ip_address": "alamat IP",
|
|
53
|
+
"field.model": "model",
|
|
54
|
+
"field.name": "nama",
|
|
43
55
|
"field.netmask": "netmask",
|
|
44
56
|
"field.options": "pilihan",
|
|
45
57
|
"field.owner": "pemilik",
|
|
@@ -47,8 +59,10 @@
|
|
|
47
59
|
"field.parent-domain": "domain induk",
|
|
48
60
|
"field.password": "kata laluan",
|
|
49
61
|
"field.private-key": "Kunci peribadi",
|
|
62
|
+
"field.redirect url": "url ubah hala",
|
|
50
63
|
"field.required privilege": "keperluan keistimewaan",
|
|
51
64
|
"field.required role": "peranan diperlukan",
|
|
65
|
+
"field.scope": "skop",
|
|
52
66
|
"field.seat": "seat",
|
|
53
67
|
"field.serial-no": "nombor siri",
|
|
54
68
|
"field.sign in": "log masuk",
|
|
@@ -60,11 +74,14 @@
|
|
|
60
74
|
"field.target-domain": "domain sasaran",
|
|
61
75
|
"field.tenant-id": "ID penyewa",
|
|
62
76
|
"field.token": "token",
|
|
77
|
+
"field.type": "jenis",
|
|
78
|
+
"field.updated at": "dikemas kini",
|
|
63
79
|
"field.usage": "Penggunaan",
|
|
64
80
|
"field.user-id or email": "ID pengguna atau e-mel",
|
|
65
81
|
"field.user-type": "jenis pengguna",
|
|
66
82
|
"field.username": "ID pengguna",
|
|
67
83
|
"label.access token": "token akses",
|
|
84
|
+
"label.activated": "diaktifkan",
|
|
68
85
|
"label.activated-user": "diaktifkan",
|
|
69
86
|
"label.admin-user": "admin",
|
|
70
87
|
"label.application": "aplikasi",
|
|
@@ -82,6 +99,7 @@
|
|
|
82
99
|
"label.description": "penerangan",
|
|
83
100
|
"label.domain": "domain",
|
|
84
101
|
"label.domain-owner": "pemilik domain",
|
|
102
|
+
"label.draft": "draf",
|
|
85
103
|
"label.email": "emel",
|
|
86
104
|
"label.inactive-user": "tidak aktif",
|
|
87
105
|
"label.invite customer": "jemput pelanggan",
|
|
@@ -95,6 +113,7 @@
|
|
|
95
113
|
"label.protected-request-ip": "IP permintaan yang selamat",
|
|
96
114
|
"label.protectedlist": "senarai IP yang dilindungi",
|
|
97
115
|
"label.redirect_uri": "redirect uri",
|
|
116
|
+
"label.refresh token": "token segar semula",
|
|
98
117
|
"label.resend": "hantar semula",
|
|
99
118
|
"label.role": "peranan",
|
|
100
119
|
"label.search_domain": "cari domain",
|
|
@@ -113,9 +132,12 @@
|
|
|
113
132
|
"text.a blank seat opens nothing until you give it privileges": "A blank seat opens nothing until you give it privileges.",
|
|
114
133
|
"text.a role of this name exists and will be added to": "A role of this name already exists. It will be used as it stands and these privileges added to it.",
|
|
115
134
|
"text.already in this domain": "already here",
|
|
135
|
+
"text.an application signs in on its own behalf": "aplikasi log masuk bagi pihaknya sendiri, dengan kunci dan keizinannya sendiri",
|
|
116
136
|
"text.appliance": "perkakas terminal",
|
|
117
137
|
"text.appliance credential": "kelayakan peralatan terminal",
|
|
138
|
+
"text.appliances": "peranti",
|
|
118
139
|
"text.application management": "pengurusan aplikasi",
|
|
140
|
+
"text.applications": "aplikasi",
|
|
119
141
|
"text.are_you_sure_to_delete_x": "adakah anda pasti untuk memadam {x}?",
|
|
120
142
|
"text.are_you_sure_to_terminate_contract": "adakah anda pasti untuk memadam kontrak?",
|
|
121
143
|
"text.are_you_sure_to_transfer_owner": "adakah anda pasti untuk menukar pemilik?",
|
|
@@ -124,11 +146,15 @@
|
|
|
124
146
|
"text.attribute management": "pengurusan atribut",
|
|
125
147
|
"text.auth profile": "profil pengguna",
|
|
126
148
|
"text.auth-provider management": "pengurusan pembekal pengesahan",
|
|
149
|
+
"text.bound applications": "aplikasi terikat",
|
|
127
150
|
"text.cannot_delete": "tidak boleh dipadam",
|
|
128
151
|
"text.change password": "tukar kata laluan",
|
|
129
152
|
"text.click login history": "Jika anda ingin melihat sejarah log masuk terkini anda, klik di sini.",
|
|
130
153
|
"text.completed": "selesai",
|
|
131
154
|
"text.confirm password": "sahkan kata laluan",
|
|
155
|
+
"text.copied": "disalin",
|
|
156
|
+
"text.copying needs a secure connection": "salinan memerlukan sambungan selamat — pilih nilai dan salin secara manual",
|
|
157
|
+
"text.could not register": "tidak dapat mendaftar — lihat mesej di atas",
|
|
132
158
|
"text.create role": "bina peranan",
|
|
133
159
|
"text.current password": "kata laluan terkini",
|
|
134
160
|
"text.delete account warning message": "langkah hapuskan akaun tidak boleh diundur.\n\nsila masukkan emel dan kata laluan akaun anda untuk mengesahkan penghapusan akaun.",
|
|
@@ -141,8 +167,11 @@
|
|
|
141
167
|
"text.domain_name_change_warning": "adakah anda pasti mahu menukar nama domain? (subdomain akan kekal tidak berubah.)",
|
|
142
168
|
"text.email is not matched": "alamat email tidak sepadan",
|
|
143
169
|
"text.env-var-list-page": "senarai pengubahsuaian persekitaran",
|
|
170
|
+
"text.expires at x": "tamat {x}",
|
|
171
|
+
"text.inherited from x": "diwarisi daripada {x}",
|
|
144
172
|
"text.new password": "kata laluan baru",
|
|
145
173
|
"text.no domain available": "maaf, tiada domain untuk dipilih",
|
|
174
|
+
"text.not issued": "belum dikeluarkan",
|
|
146
175
|
"text.opens nothing, receives approvals": "opens nothing — this seat receives approvals",
|
|
147
176
|
"text.owner_transfer_completed": "pindah pemilik selesai",
|
|
148
177
|
"text.password rule": "sila pastikan kemasukan kata laluan adalah 15 huruf ATAU 8 huruf termasuk nombor dengan huruf kecil.",
|
|
@@ -150,6 +179,7 @@
|
|
|
150
179
|
"text.pick a seat to see what it opens": "Pick a seat to see what it opens.",
|
|
151
180
|
"text.please enter the email of the user you want to transfer owner": "sila masukkan e-mel pengguna yang anda hendak pindahkan pemilik",
|
|
152
181
|
"text.privilege no longer declared": "tiada kod yang memerlukan kebenaran ini lagi",
|
|
182
|
+
"text.register new application": "daftar aplikasi baharu",
|
|
153
183
|
"text.registered roles": "peranan sudah didaftar",
|
|
154
184
|
"text.remaining time": "masa tinggal {days} hari {hours} jam {mins} minit {secs} saat",
|
|
155
185
|
"text.role_management": "pengurusan peranan",
|
|
@@ -162,6 +192,9 @@
|
|
|
162
192
|
"text.struck through are not installed here": "Struck through are privileges this installation does not have.",
|
|
163
193
|
"text.subdomain_change_critical_warning": "amaran: menukar subdomain akan mengubah URL capaian penuh (/{type}/{subdomain}/...) dan mungkin membatalkan pautan luaran, penanda buku dan sesi pengguna aktif sedia ada. sila teruskan dengan berhati-hati.",
|
|
164
194
|
"text.synchronize": "menyamakan",
|
|
195
|
+
"text.the list could not be loaded": "senarai tidak dapat dimuatkan",
|
|
196
|
+
"text.this domain is top level and inherits from nowhere": "domain teratas — tiada yang diwarisi",
|
|
197
|
+
"text.this field is required": "medan ini diperlukan",
|
|
165
198
|
"text.this plant may call the seat what it likes": "Call the seat whatever this plant calls it.",
|
|
166
199
|
"text.token expiry time": "masa tamat token",
|
|
167
200
|
"text.updated_successfully": "berjaya dikemaskini",
|
package/translations/zh.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"button.activate": "激活",
|
|
3
3
|
"button.cancel": "取消",
|
|
4
4
|
"button.confirm": "确认",
|
|
5
|
+
"button.copy": "复制",
|
|
5
6
|
"button.create": "创建",
|
|
6
7
|
"button.create role": "create role",
|
|
7
8
|
"button.deactivate": "停用",
|
|
@@ -9,10 +10,14 @@
|
|
|
9
10
|
"button.delete role": "删除角色",
|
|
10
11
|
"button.delete this appliance": "删除此设备",
|
|
11
12
|
"button.delete user": "删除用户",
|
|
13
|
+
"button.detail": "详情",
|
|
12
14
|
"button.generate new access token": "生成新的访问令牌",
|
|
13
15
|
"button.go to home": "首页",
|
|
16
|
+
"button.hide": "隐藏",
|
|
14
17
|
"button.logout": "退出",
|
|
15
18
|
"button.name it yourself": "name it yourself",
|
|
19
|
+
"button.register": "注册",
|
|
20
|
+
"button.reveal": "显示",
|
|
16
21
|
"button.save": "保存",
|
|
17
22
|
"button.security-key registration": "安全密钥注册",
|
|
18
23
|
"button.show-all": "全部显示",
|
|
@@ -32,14 +37,21 @@
|
|
|
32
37
|
"error.value is empty": "{value}为空",
|
|
33
38
|
"error.x already exists in y": "{x}已存在于{y}",
|
|
34
39
|
"field.accessed-at": "访问于",
|
|
40
|
+
"field.application icon": "图标地址",
|
|
41
|
+
"field.application url": "应用地址",
|
|
35
42
|
"field.attributes": "属性",
|
|
43
|
+
"field.brand": "品牌",
|
|
36
44
|
"field.client-id": "客户端ID",
|
|
37
45
|
"field.client-secret": "客户端密钥",
|
|
38
46
|
"field.confirm password": "确认密码",
|
|
47
|
+
"field.contact email": "联系邮箱",
|
|
48
|
+
"field.description": "说明",
|
|
39
49
|
"field.email": "电子邮件",
|
|
40
50
|
"field.forgot-password": "忘记密码",
|
|
41
51
|
"field.hidden": "隐藏",
|
|
42
52
|
"field.ip_address": "IP地址",
|
|
53
|
+
"field.model": "型号",
|
|
54
|
+
"field.name": "名称",
|
|
43
55
|
"field.netmask": "子网掩码",
|
|
44
56
|
"field.options": "选项",
|
|
45
57
|
"field.owner": "所有人",
|
|
@@ -47,8 +59,10 @@
|
|
|
47
59
|
"field.parent-domain": "父域名",
|
|
48
60
|
"field.password": "密码",
|
|
49
61
|
"field.private-key": "私钥",
|
|
62
|
+
"field.redirect url": "跳转地址",
|
|
50
63
|
"field.required privilege": "必需权限",
|
|
51
64
|
"field.required role": "所需角色",
|
|
65
|
+
"field.scope": "范围",
|
|
52
66
|
"field.seat": "seat",
|
|
53
67
|
"field.serial-no": "序列号",
|
|
54
68
|
"field.sign in": "登录",
|
|
@@ -60,11 +74,14 @@
|
|
|
60
74
|
"field.target-domain": "目标域",
|
|
61
75
|
"field.tenant-id": "租户ID",
|
|
62
76
|
"field.token": "代币",
|
|
77
|
+
"field.type": "类型",
|
|
78
|
+
"field.updated at": "更新时间",
|
|
63
79
|
"field.usage": "使用位置",
|
|
64
80
|
"field.user-id or email": "用户名或电子邮件",
|
|
65
81
|
"field.user-type": "用户类型",
|
|
66
82
|
"field.username": "用户名",
|
|
67
83
|
"label.access token": "访问令牌",
|
|
84
|
+
"label.activated": "已启用",
|
|
68
85
|
"label.activated-user": "用户已激活",
|
|
69
86
|
"label.admin-user": "管理用户",
|
|
70
87
|
"label.application": "应用程序",
|
|
@@ -82,6 +99,7 @@
|
|
|
82
99
|
"label.description": "描述",
|
|
83
100
|
"label.domain": "域",
|
|
84
101
|
"label.domain-owner": "域名所有者",
|
|
102
|
+
"label.draft": "草稿",
|
|
85
103
|
"label.email": "电子邮件",
|
|
86
104
|
"label.inactive-user": "非活动用户",
|
|
87
105
|
"label.invite customer": "邀请客户或合作伙伴",
|
|
@@ -95,6 +113,7 @@
|
|
|
95
113
|
"label.protected-request-ip": "安全请求 IP",
|
|
96
114
|
"label.protectedlist": "受保护的 IP 列表",
|
|
97
115
|
"label.redirect_uri": "重定向URI",
|
|
116
|
+
"label.refresh token": "刷新令牌",
|
|
98
117
|
"label.resend": "发过验证邮件",
|
|
99
118
|
"label.role": "角色",
|
|
100
119
|
"label.search_domain": "搜索域",
|
|
@@ -113,9 +132,12 @@
|
|
|
113
132
|
"text.a blank seat opens nothing until you give it privileges": "A blank seat opens nothing until you give it privileges.",
|
|
114
133
|
"text.a role of this name exists and will be added to": "A role of this name already exists. It will be used as it stands and these privileges added to it.",
|
|
115
134
|
"text.already in this domain": "already here",
|
|
135
|
+
"text.an application signs in on its own behalf": "应用程序以自己的密钥和权限登录",
|
|
116
136
|
"text.appliance": "终端设备",
|
|
117
137
|
"text.appliance credential": "终端设备凭证",
|
|
138
|
+
"text.appliances": "终端设备",
|
|
118
139
|
"text.application management": "应用管理",
|
|
140
|
+
"text.applications": "应用程序",
|
|
119
141
|
"text.are_you_sure_to_delete_x": "您确定是否删除{x}?",
|
|
120
142
|
"text.are_you_sure_to_terminate_contract": "您确定要终止合同吗?",
|
|
121
143
|
"text.are_you_sure_to_transfer_owner": "您确定要转移业主权限?",
|
|
@@ -124,11 +146,15 @@
|
|
|
124
146
|
"text.attribute management": "属性管理",
|
|
125
147
|
"text.auth profile": "账号管理",
|
|
126
148
|
"text.auth-provider management": "身份验证提供者管理",
|
|
149
|
+
"text.bound applications": "已绑定应用程序",
|
|
127
150
|
"text.cannot_delete": "无法删除",
|
|
128
151
|
"text.change password": "修改密码",
|
|
129
152
|
"text.click login history": "如果您想查看最近的登录记录,请点击这里。",
|
|
130
153
|
"text.completed": "已完成",
|
|
131
154
|
"text.confirm password": "认证密码",
|
|
155
|
+
"text.copied": "已复制",
|
|
156
|
+
"text.copying needs a secure connection": "复制需要安全连接 — 请手动选择并复制该值",
|
|
157
|
+
"text.could not register": "注册失败 — 原因见上方提示",
|
|
132
158
|
"text.create role": "创建角色",
|
|
133
159
|
"text.current password": "当前密码",
|
|
134
160
|
"text.delete account warning message": "这步骤将完全删除您的账号。\n\n请输入您的电子邮件和密码,确认删除步骤。",
|
|
@@ -140,8 +166,11 @@
|
|
|
140
166
|
"text.domain_name_change_warning": "确定要更改域名吗?(子域名将保持不变。)",
|
|
141
167
|
"text.email is not matched": "电子邮件不匹配",
|
|
142
168
|
"text.env-var-list-page": "环境变量列表",
|
|
169
|
+
"text.expires at x": "{x} 过期",
|
|
170
|
+
"text.inherited from x": "继承自 {x}",
|
|
143
171
|
"text.new password": "新密码",
|
|
144
172
|
"text.no domain available": "抱歉,没有域名",
|
|
173
|
+
"text.not issued": "未签发",
|
|
145
174
|
"text.opens nothing, receives approvals": "opens nothing — this seat receives approvals",
|
|
146
175
|
"text.owner_transfer_completed": "所有权转让成功。",
|
|
147
176
|
"text.password rule": "输入的密码必须15个字符或8字符包括号码和小写字符",
|
|
@@ -150,6 +179,7 @@
|
|
|
150
179
|
"text.please enter the email of the user you want to transfer owner": "请录入所有权接收人的邮件。",
|
|
151
180
|
"text.please_fill_all_required_fields": "请填写所有必填字段",
|
|
152
181
|
"text.privilege no longer declared": "已没有代码需要此权限",
|
|
182
|
+
"text.register new application": "注册新应用程序",
|
|
153
183
|
"text.registered roles": "角色登记成功",
|
|
154
184
|
"text.remaining time": "剩余{days}天{hours}小时{mins}分钟{secs}秒",
|
|
155
185
|
"text.role_management": "角色管理",
|
|
@@ -162,6 +192,9 @@
|
|
|
162
192
|
"text.struck through are not installed here": "Struck through are privileges this installation does not have.",
|
|
163
193
|
"text.subdomain_change_critical_warning": "警告: 更改子域将更改完整的访问URL(/{type}/{subdomain}/...),并可能使现有的外部链接、书签和活动用户会话失效。请谨慎操作。",
|
|
164
194
|
"text.synchronize": "同步",
|
|
195
|
+
"text.the list could not be loaded": "无法加载列表",
|
|
196
|
+
"text.this domain is top level and inherits from nowhere": "顶级域 — 没有可继承的来源",
|
|
197
|
+
"text.this field is required": "此项为必填",
|
|
165
198
|
"text.this plant may call the seat what it likes": "Call the seat whatever this plant calls it.",
|
|
166
199
|
"text.token expiry time": "令牌过期时间",
|
|
167
200
|
"text.updated_successfully": "更新成功",
|