@things-factory/auth-ui 10.1.33 → 10.1.37
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/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/translations/ja.json +21 -21
- package/translations/ko.json +31 -31
- package/translations/zh.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/auth-ui",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.37",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@operato/p13n": "^10.0.0",
|
|
39
39
|
"@operato/popup": "^10.0.0",
|
|
40
40
|
"@operato/styles": "^10.0.0",
|
|
41
|
-
"@things-factory/auth-base": "^10.1.
|
|
42
|
-
"@things-factory/component-ui": "^10.1.
|
|
43
|
-
"@things-factory/more-base": "^10.1.
|
|
41
|
+
"@things-factory/auth-base": "^10.1.37",
|
|
42
|
+
"@things-factory/component-ui": "^10.1.37",
|
|
43
|
+
"@things-factory/more-base": "^10.1.37",
|
|
44
44
|
"base64url": "^3.0.1",
|
|
45
45
|
"clipboard": "^2.0.6"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "d8a69e5c8803a4b9d3289df0cf38e161a207db61"
|
|
48
48
|
}
|
package/translations/ja.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"button.update": "更新",
|
|
38
38
|
"button.withdraw": "招待を取り消す",
|
|
39
39
|
"error.cannot_modify_system_subdomain": "'system'サブドメインは変更できません。",
|
|
40
|
-
"error.domain not allowed": "
|
|
40
|
+
"error.domain not allowed": "この$t(term.domain)は許可されていません.",
|
|
41
41
|
"error.new-password-and-confirm-password-do-not-match": "新しいパスワードと確認パスワードが一致しません.",
|
|
42
42
|
"error.not valid pattern of type": "有効な {type} パターンではありません.",
|
|
43
43
|
"error.password-not-matched": "パスワードが一致しません. 5回失敗するとアカウントがロックされます. (失敗回数: {failCount})",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"error.user-locked": "アカウントがロックされました. メールで再アクティブ化してください.",
|
|
48
48
|
"error.value is empty": "{value}の値が存在しません.",
|
|
49
49
|
"error.x already exists in y": "{x}が既に{y}に存在します.",
|
|
50
|
-
"error: domain name should consist only of letters or dashes": "
|
|
50
|
+
"error: domain name should consist only of letters or dashes": "$t(term.domain)名には英字とハイフンのみ使えます",
|
|
51
51
|
"field.accepted at": "承諾日時",
|
|
52
52
|
"field.access token url": "access token url",
|
|
53
53
|
"field.accessed-at": "ログイン日時",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"field.options": "オプション",
|
|
78
78
|
"field.owner": "管理者",
|
|
79
79
|
"field.owner-user": "管理者",
|
|
80
|
-
"field.parent-domain": "
|
|
80
|
+
"field.parent-domain": "親$t(term.domain)",
|
|
81
81
|
"field.password": "パスワード",
|
|
82
82
|
"field.private-key": "プライベートキー",
|
|
83
83
|
"field.redirect url": "リダイレクト URL",
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
"field.sign in": "ログイン",
|
|
90
90
|
"field.sign out": "ログアウト",
|
|
91
91
|
"field.sign up": "ユーザー登録",
|
|
92
|
-
"field.source-domain": "
|
|
92
|
+
"field.source-domain": "ソース$t(term.domain)",
|
|
93
93
|
"field.state": "状態",
|
|
94
94
|
"field.status": "状態",
|
|
95
95
|
"field.tag": "タグ",
|
|
96
|
-
"field.target-domain": "
|
|
96
|
+
"field.target-domain": "ターゲット$t(term.domain)",
|
|
97
97
|
"field.tenant-id": "テナントID",
|
|
98
98
|
"field.token": "認証トークン",
|
|
99
99
|
"field.type": "種類",
|
|
@@ -120,8 +120,8 @@
|
|
|
120
120
|
"label.delete account": "アカウント削除",
|
|
121
121
|
"label.deleted-user": "削除済み",
|
|
122
122
|
"label.description": "説明",
|
|
123
|
-
"label.domain": "
|
|
124
|
-
"label.domain-owner": "
|
|
123
|
+
"label.domain": "$t(term.domain)",
|
|
124
|
+
"label.domain-owner": "$t(term.domain)オーナー",
|
|
125
125
|
"label.draft": "下書き",
|
|
126
126
|
"label.email": "メール",
|
|
127
127
|
"label.inactive-user": "非アクティブ",
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"label.refresh token": "リフレッシュトークン",
|
|
142
142
|
"label.resend": "再送信",
|
|
143
143
|
"label.role": "ロール",
|
|
144
|
-
"label.search_domain": "
|
|
145
|
-
"label.select_domain": "
|
|
144
|
+
"label.search_domain": "$t(term.domain)検索",
|
|
145
|
+
"label.select_domain": "$t(term.domain)選択",
|
|
146
146
|
"label.send activation email": "アクティブ化要求メール送信",
|
|
147
147
|
"label.send invitation": "招待メールを送る",
|
|
148
148
|
"label.signin with": "{title} でサインイン",
|
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
"text.deleted_successfully": "削除に成功しました.",
|
|
198
198
|
"text.do_you_want_to_create_x": "{x}を作成しますか?",
|
|
199
199
|
"text.do_you_want_to_invite_x": "{x}を招待しますか?",
|
|
200
|
-
"text.domain management": "
|
|
201
|
-
"text.domain_name_change_warning": "
|
|
200
|
+
"text.domain management": "$t(term.domain)管理",
|
|
201
|
+
"text.domain_name_change_warning": "$t(term.domain)名を変更しますか?(サブドメインは変更されず維持されます。)",
|
|
202
202
|
"text.email is not matched": "メールが一致しません.",
|
|
203
203
|
"text.endpoints": "エンドポイント",
|
|
204
204
|
"text.env-var-list-page": "環境変数リスト",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"text.invitation resent": "招待メールを再送しました。",
|
|
212
212
|
"text.new password": "新しいパスワード",
|
|
213
213
|
"text.no account so an invitation will be mailed": "アカウントがないため招待メールを送ります。パスワードは本人が決めます。",
|
|
214
|
-
"text.no domain available": "
|
|
214
|
+
"text.no domain available": "使用できる$t(term.domain)がありません.",
|
|
215
215
|
"text.no role to show": "ロールが指定されずに開かれた画面です",
|
|
216
216
|
"text.not issued": "未発行",
|
|
217
217
|
"text.opens nothing, receives approvals": "opens nothing — this seat receives approvals",
|
|
@@ -228,12 +228,12 @@
|
|
|
228
228
|
"text.remaining time": "{days}日 {hours}時間 {mins}分 {secs}秒 残っています",
|
|
229
229
|
"text.revoking stops every token this appliance holds": "この機器は次のリクエストからシステムに接続できなくなります。保持しているトークンはすべて無効になり、新しいアクセストークンを発行するまで戻りません。",
|
|
230
230
|
"text.role_management": "ロール管理",
|
|
231
|
-
"text.select domain": "
|
|
231
|
+
"text.select domain": "$t(term.domain)選択",
|
|
232
232
|
"text.should select at least one of x": "少なくとも1つ以上{x}を選択してください.",
|
|
233
233
|
"text.signed in": "ログイン",
|
|
234
234
|
"text.signed out": "ログアウト",
|
|
235
|
-
"text.source_and_target_domain_cannot_be_same": "
|
|
236
|
-
"text.stand this domain own role of the same name": "{name} は {domain}
|
|
235
|
+
"text.source_and_target_domain_cannot_be_same": "ソース$t(term.domain)とターゲット$t(term.domain)は同じにできません",
|
|
236
|
+
"text.stand this domain own role of the same name": "{name} は {domain} に定義されており、ここからも見えています。継承しているものを置き換えるつもりの場合のみ、この$t(term.domain)に同じ名前で作成します。名前はそのままです。",
|
|
237
237
|
"text.start from a blank seat": "start from a blank seat",
|
|
238
238
|
"text.struck through are not installed here": "Struck through are privileges this installation does not have.",
|
|
239
239
|
"text.subdomain_change_critical_warning": "警告: サブドメインを変更すると、フルアクセスURL(/{type}/{subdomain}/...)が変更され、既存のブックマークや外部リンク、アクティブなセッションが無効化される可能性があります。慎重に確認して進めてください。",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"text.the current secret stops working immediately": "現在のシークレットは直ちに無効になります。利用中の箇所に新しいシークレットを渡す必要があります。",
|
|
247
247
|
"text.the list could not be loaded": "リストを読み込めませんでした",
|
|
248
248
|
"text.this credential has been revoked": "取り消された資格情報です。新しいアクセストークンを発行するまで、この機器はシステムに接続できません。",
|
|
249
|
-
"text.this domain is top level and inherits from nowhere": "
|
|
249
|
+
"text.this domain is top level and inherits from nowhere": "最上位$t(term.domain) — 継承元がありません",
|
|
250
250
|
"text.this field is required": "必須項目です",
|
|
251
251
|
"text.this invitation cannot be used": "この招待は使用できません。",
|
|
252
252
|
"text.this plant may call the seat what it likes": "Call the seat whatever this plant calls it.",
|
|
@@ -271,17 +271,17 @@
|
|
|
271
271
|
"title.attribute-item list": "属性アイテム リスト",
|
|
272
272
|
"title.attributes": "属性",
|
|
273
273
|
"title.auth-provider": "認証プロバイダ",
|
|
274
|
-
"title.create_domain": "
|
|
275
|
-
"title.domain-link management": "
|
|
274
|
+
"title.create_domain": "$t(term.domain)作成",
|
|
275
|
+
"title.domain-link management": "$t(term.domain)リンク管理",
|
|
276
276
|
"title.forgot password": "パスワード探し",
|
|
277
277
|
"title.invalid input": "無効な入力値",
|
|
278
|
-
"title.lookup domains": "
|
|
278
|
+
"title.lookup domains": "$t(term.domain)検索",
|
|
279
279
|
"title.lookup role": "ロール検索",
|
|
280
280
|
"title.lookup user": "ユーザー検索",
|
|
281
|
-
"title.move to this domain": "
|
|
281
|
+
"title.move to this domain": "この$t(term.domain)に移動",
|
|
282
282
|
"title.nothing selected": "選択された項目がありません.",
|
|
283
283
|
"title.open attributes view": "属性リストを見る",
|
|
284
|
-
"title.owner_transfer": "
|
|
284
|
+
"title.owner_transfer": "$t(term.domain)所有者変更",
|
|
285
285
|
"title.partners": "パートナー管理",
|
|
286
286
|
"title.protected-privileges": "保護されている権限",
|
|
287
287
|
"title.reset password": "パスワード リセット",
|
package/translations/ko.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"button.logout": "로그아웃",
|
|
24
24
|
"button.name it yourself": "직접 이름 짓기",
|
|
25
25
|
"button.register": "등록",
|
|
26
|
-
"button.remove from domain": "
|
|
26
|
+
"button.remove from domain": "$t(term.domain)에서 제외",
|
|
27
27
|
"button.remove owner": "소유자 해제",
|
|
28
28
|
"button.renew access token": "access token 갱신",
|
|
29
29
|
"button.resend": "다시 보내기",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"error.user-locked": "계정이 잠겼습니다. 이메일을 통해 재활성화하세요.",
|
|
54
54
|
"error.value is empty": "{value}의 값이 존재하지 않습니다.",
|
|
55
55
|
"error.x already exists in y": "{x}이/가 이미 {y}에 존재합니다.",
|
|
56
|
-
"error: domain name should consist only of letters or dashes": "
|
|
56
|
+
"error: domain name should consist only of letters or dashes": "$t(term.domain) 이름에는 영문자와 붙임표만 쓸 수 있습니다",
|
|
57
57
|
"field.accepted at": "수락 시점",
|
|
58
58
|
"field.access token url": "access token url",
|
|
59
59
|
"field.accessed-at": "로그인 일시",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"field.options": "옵션",
|
|
88
88
|
"field.owner": "소유자",
|
|
89
89
|
"field.owner-user": "소유자",
|
|
90
|
-
"field.parent-domain": "
|
|
90
|
+
"field.parent-domain": "부모$t(term.domain)",
|
|
91
91
|
"field.password": "비밀번호",
|
|
92
92
|
"field.private-key": "private key",
|
|
93
93
|
"field.reason": "사유",
|
|
@@ -103,11 +103,11 @@
|
|
|
103
103
|
"field.sign out": "로그아웃",
|
|
104
104
|
"field.sign up": "사용자 등록",
|
|
105
105
|
"field.source": "출처",
|
|
106
|
-
"field.source-domain": "소스
|
|
106
|
+
"field.source-domain": "소스 $t(term.domain)",
|
|
107
107
|
"field.state": "상태",
|
|
108
108
|
"field.status": "상태",
|
|
109
109
|
"field.tag": "태그",
|
|
110
|
-
"field.target-domain": "타겟
|
|
110
|
+
"field.target-domain": "타겟 $t(term.domain)",
|
|
111
111
|
"field.tenant-id": "tenant id",
|
|
112
112
|
"field.token": "인증 토큰",
|
|
113
113
|
"field.type": "종류",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"label.activated": "사용 중",
|
|
123
123
|
"label.activated-user": "정상",
|
|
124
124
|
"label.add role": "역할 추가",
|
|
125
|
-
"label.add to domain": "
|
|
125
|
+
"label.add to domain": "$t(term.domain)에 넣기",
|
|
126
126
|
"label.add user": "사용자 추가",
|
|
127
127
|
"label.admin-user": "관리자",
|
|
128
128
|
"label.all": "전체",
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
"label.delete account": "계정 삭제",
|
|
141
141
|
"label.deleted-user": "삭제됨",
|
|
142
142
|
"label.description": "설명",
|
|
143
|
-
"label.domain": "
|
|
144
|
-
"label.domain-owner": "
|
|
143
|
+
"label.domain": "$t(term.domain)",
|
|
144
|
+
"label.domain-owner": "$t(term.domain) 관리자",
|
|
145
145
|
"label.draft": "초안",
|
|
146
146
|
"label.email": "이메일",
|
|
147
147
|
"label.execute": "실행",
|
|
@@ -165,8 +165,8 @@
|
|
|
165
165
|
"label.refresh token": "리프레시 토큰",
|
|
166
166
|
"label.resend": "재전송",
|
|
167
167
|
"label.role": "역할",
|
|
168
|
-
"label.search_domain": "
|
|
169
|
-
"label.select_domain": "
|
|
168
|
+
"label.search_domain": "$t(term.domain) 검색",
|
|
169
|
+
"label.select_domain": "$t(term.domain) 선택",
|
|
170
170
|
"label.send activation email": "활성화 요청 메일 전송",
|
|
171
171
|
"label.send invitation": "초대 메일 보내기",
|
|
172
172
|
"label.signin with": "{title} 로그인",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"text.a role of this name is already visible": "같은 이름의 역할이 이미 보입니다",
|
|
186
186
|
"text.account exists so joins immediately": "이미 계정이 있습니다. 넣으면 바로 들어옵니다.",
|
|
187
187
|
"text.account will be created with the default password": "이 이메일로 가입한 계정이 없습니다. 기본 비밀번호로 계정을 만들어 넣습니다. 비밀번호는 직접 알려 주셔야 합니다.",
|
|
188
|
-
"text.add_domain_owner_description": "
|
|
188
|
+
"text.add_domain_owner_description": "$t(term.domain) 멤버 중 한 명에게 소유자 권한을 부여합니다.",
|
|
189
189
|
"text.already in this domain": "이미 있음",
|
|
190
190
|
"text.an application signs in on its own behalf": "응용프로그램은 자기 키와 자기 권한으로 스스로 로그인합니다",
|
|
191
191
|
"text.and x more": "외 {x}개",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"text.applications": "응용프로그램",
|
|
198
198
|
"text.are you sure you want to delete x": "{x} 을(를) 삭제합니다. 되돌릴 수 없습니다.",
|
|
199
199
|
"text.are_you_sure_to_delete_x": "{x}를 삭제하시겠습니까?",
|
|
200
|
-
"text.are_you_sure_to_remove_domain_owner": "{x}을(를)
|
|
200
|
+
"text.are_you_sure_to_remove_domain_owner": "{x}을(를) $t(term.domain) 소유자에서 해제하시겠습니까?",
|
|
201
201
|
"text.are_you_sure_to_terminate_contract": "파트너쉽을 해지하시겠습니까?",
|
|
202
202
|
"text.are_you_sure_to_transfer_owner": "관리자를 변경하시겠습니까?",
|
|
203
203
|
"text.are_you_sure_to_x": "{x}하시겠습니까?",
|
|
@@ -228,11 +228,11 @@
|
|
|
228
228
|
"text.deleted_successfully": "성공적으로 삭제되었습니다.",
|
|
229
229
|
"text.do_you_want_to_create_x": "{x}을/를 생성하시겠습니까?",
|
|
230
230
|
"text.do_you_want_to_invite_x": "{x}을(를) 초대하시겠습니까?",
|
|
231
|
-
"text.domain management": "
|
|
232
|
-
"text.domain owner added successfully": "
|
|
233
|
-
"text.domain owner removed successfully": "
|
|
234
|
-
"text.domain owners": "
|
|
235
|
-
"text.domain_name_change_warning": "
|
|
231
|
+
"text.domain management": "$t(term.domain) 관리",
|
|
232
|
+
"text.domain owner added successfully": "$t(term.domain) 소유자가 추가되었습니다",
|
|
233
|
+
"text.domain owner removed successfully": "$t(term.domain) 소유자가 해제되었습니다",
|
|
234
|
+
"text.domain owners": "$t(term.domain) 소유자",
|
|
235
|
+
"text.domain_name_change_warning": "$t(term.domain) 이름을 변경하시겠습니까? (서브도메인은 변경되지 않고 기존대로 유지됩니다.)",
|
|
236
236
|
"text.email is not matched": "이메일이 일치하지 않습니다.",
|
|
237
237
|
"text.endpoints": "endpoint",
|
|
238
238
|
"text.env-var-list-page": "환경 변수 리스트",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"text.filter by module name": "모듈 이름으로 걸러 보기",
|
|
244
244
|
"text.from x": "{x} 의 역할",
|
|
245
245
|
"text.inherited from x": "{x} 에서 물려받습니다",
|
|
246
|
-
"text.inherited roles are edited in their own domain": "이 역할들은 상위
|
|
246
|
+
"text.inherited roles are edited in their own domain": "이 역할들은 상위 $t(term.domain)에 정의되어 있어 그쪽에서만 고칠 수 있습니다.",
|
|
247
247
|
"text.invalid-email": "이메일 주소 형식이 맞지 않습니다",
|
|
248
248
|
"text.invalid-username": "아이디나 이메일 주소를 적으십시오",
|
|
249
249
|
"text.invitation resent": "초대 메일을 다시 보냈습니다.",
|
|
@@ -253,13 +253,13 @@
|
|
|
253
253
|
"text.no account so an invitation will be mailed": "계정이 없어 초대 메일을 보냅니다. 비밀번호는 본인이 정합니다.",
|
|
254
254
|
"text.no description for this privilege": "이 권한에 대한 설명이 아직 없습니다.",
|
|
255
255
|
"text.no description for this role": "설명이 아직 없습니다 — 역할 목록에서 쓸 수 있습니다.",
|
|
256
|
-
"text.no domain available": "사용할 수 있는
|
|
256
|
+
"text.no domain available": "사용할 수 있는 $t(term.domain)이 없습니다.",
|
|
257
257
|
"text.no one holds this role yet": "이 역할을 가진 사람이 아직 없습니다.",
|
|
258
258
|
"text.no other user yet": "아직 다른 사용자가 없습니다",
|
|
259
259
|
"text.no privilege declared in this deployment": "이 배포에 선언된 권한이 아직 없습니다. 역할에 붙일 것이 없습니다.",
|
|
260
260
|
"text.no privilege granted": "여는 것이 없음",
|
|
261
261
|
"text.no role assigned": "역할 없음",
|
|
262
|
-
"text.no role defined in this domain": "이
|
|
262
|
+
"text.no role defined in this domain": "이 $t(term.domain)에 역할이 없습니다. 역할을 먼저 만들어야 부여할 수 있습니다.",
|
|
263
263
|
"text.no role to show": "역할 없이 열린 화면입니다",
|
|
264
264
|
"text.no role yet": "아직 정의된 역할이 없습니다",
|
|
265
265
|
"text.none on": "없음",
|
|
@@ -289,12 +289,12 @@
|
|
|
289
289
|
"text.role belongs to x domain and is edited there": "이 역할은 {x}에 정의되어 있어 그쪽에서만 고칠 수 있습니다. 여기서 부여할 수 있기 때문에 목록에 보입니다.",
|
|
290
290
|
"text.role_management": "역할 관리",
|
|
291
291
|
"text.roles in use are kept": "가진 사람이 있는 역할은 지우지 않고 남깁니다. 아무도 안 가진 것만 지워집니다.",
|
|
292
|
-
"text.select domain": "
|
|
292
|
+
"text.select domain": "$t(term.domain) 선택",
|
|
293
293
|
"text.should select at least one of x": "적어도 한개 이상의 {x} 을(를) 선택해 주세요.",
|
|
294
294
|
"text.signed in": "로그인",
|
|
295
295
|
"text.signed out": "로그아웃",
|
|
296
|
-
"text.source_and_target_domain_cannot_be_same": "소스
|
|
297
|
-
"text.stand this domain own role of the same name": "{name} 은 {domain} 에 정의되어 여기에서도 보입니다. 물려받은 것을 대신할 생각일 때만 이
|
|
296
|
+
"text.source_and_target_domain_cannot_be_same": "소스 $t(term.domain)과 타겟 $t(term.domain)은 동일할 수 없습니다",
|
|
297
|
+
"text.stand this domain own role of the same name": "{name} 은 {domain} 에 정의되어 여기에서도 보입니다. 물려받은 것을 대신할 생각일 때만 이 $t(term.domain)에 같은 이름으로 세웁니다. 이름은 그대로 둡니다.",
|
|
298
298
|
"text.start from a blank seat": "빈 자리에서 시작합니다",
|
|
299
299
|
"text.struck through are not installed here": "줄이 그어진 것은 이 설치에 없는 권한입니다.",
|
|
300
300
|
"text.subdomain_change_critical_warning": "경고: 서브도메인을 변경하면 전체 접속 URL(/{type}/{subdomain}/...)이 변경되어 기존에 배포된 링크, 북마크 및 활성 사용자 세션이 무효화될 수 있습니다. 신중하게 확인 후 진행해 주세요.",
|
|
@@ -306,9 +306,9 @@
|
|
|
306
306
|
"text.the current access token stops working immediately": "지금 쓰는 access token 이 즉시 동작을 멈춥니다. 그것을 쓰던 곳에 새 token 을 주어야 합니다.",
|
|
307
307
|
"text.the current secret stops working immediately": "지금 쓰는 secret 이 즉시 동작을 멈춥니다. 그것을 쓰던 곳에 새 secret 을 주어야 합니다.",
|
|
308
308
|
"text.the list could not be loaded": "목록을 불러오지 못했습니다",
|
|
309
|
-
"text.they lose access to this domain but keep the account": "이
|
|
309
|
+
"text.they lose access to this domain but keep the account": "이 $t(term.domain)에서 더 이상 일할 수 없게 됩니다. 계정은 남아 있어서 나중에 다시 부를 수 있습니다.",
|
|
310
310
|
"text.this credential has been revoked": "취소된 자격증명입니다. 새 access token 을 발행하기 전까지 이 단말장치는 시스템에 닿지 못합니다.",
|
|
311
|
-
"text.this domain is top level and inherits from nowhere": "최상위
|
|
311
|
+
"text.this domain is top level and inherits from nowhere": "최상위 $t(term.domain) — 물려받는 곳이 없습니다",
|
|
312
312
|
"text.this field is required": "필수 항목입니다",
|
|
313
313
|
"text.this invitation cannot be used": "사용할 수 없는 초대입니다.",
|
|
314
314
|
"text.this plant may call the seat what it likes": "이 공장에서 부르는 이름으로 바꿔도 됩니다.",
|
|
@@ -336,22 +336,22 @@
|
|
|
336
336
|
"text.your account is not activated": "계정이 활성화되지 않았습니다.",
|
|
337
337
|
"text.your email address": "사용자 이메일",
|
|
338
338
|
"title.accept invitation": "초대 수락",
|
|
339
|
-
"title.add domain owner": "
|
|
339
|
+
"title.add domain owner": "$t(term.domain) 소유자 추가",
|
|
340
340
|
"title.attribute model": "속성 모델",
|
|
341
341
|
"title.attribute-item list": "속성 아이템 리스트",
|
|
342
342
|
"title.attributes": "속성",
|
|
343
343
|
"title.auth-provider": "인증 제공자",
|
|
344
|
-
"title.create_domain": "
|
|
345
|
-
"title.domain-link management": "
|
|
344
|
+
"title.create_domain": "$t(term.domain) 생성하기",
|
|
345
|
+
"title.domain-link management": "$t(term.domain) 링크 관리",
|
|
346
346
|
"title.forgot password": "비밀번호 찾기",
|
|
347
347
|
"title.invalid input": "유효하지 않은 입력값",
|
|
348
|
-
"title.lookup domains": "
|
|
348
|
+
"title.lookup domains": "$t(term.domain) 검색",
|
|
349
349
|
"title.lookup role": "역할 검색",
|
|
350
350
|
"title.lookup user": "사용자 검색",
|
|
351
|
-
"title.move to this domain": "이
|
|
351
|
+
"title.move to this domain": "이 $t(term.domain)으로 이동하기",
|
|
352
352
|
"title.nothing selected": "선택된 항목이 없습니다.",
|
|
353
353
|
"title.open attributes view": "속성목록 보기",
|
|
354
|
-
"title.owner_transfer": "
|
|
354
|
+
"title.owner_transfer": "$t(term.domain) 소유자 변경하기",
|
|
355
355
|
"title.partners": "파트너 관리",
|
|
356
356
|
"title.protected-privileges": "보호되는 권한",
|
|
357
357
|
"title.reset password": "비밀번호 초기화",
|
package/translations/zh.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"error.user-locked": "用户帐户已锁定",
|
|
48
48
|
"error.value is empty": "{value}为空",
|
|
49
49
|
"error.x already exists in y": "{x}已存在于{y}",
|
|
50
|
-
"error: domain name should consist only of letters or dashes": "
|
|
50
|
+
"error: domain name should consist only of letters or dashes": "$t(term.domain)名只能使用字母和连字符",
|
|
51
51
|
"field.accepted at": "接受时间",
|
|
52
52
|
"field.access token url": "access token url",
|
|
53
53
|
"field.accessed-at": "访问于",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"field.options": "选项",
|
|
78
78
|
"field.owner": "所有人",
|
|
79
79
|
"field.owner-user": "所有人",
|
|
80
|
-
"field.parent-domain": "
|
|
80
|
+
"field.parent-domain": "父$t(term.domain)名",
|
|
81
81
|
"field.password": "密码",
|
|
82
82
|
"field.private-key": "私钥",
|
|
83
83
|
"field.redirect url": "跳转地址",
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
"field.sign in": "登录",
|
|
90
90
|
"field.sign out": "退出",
|
|
91
91
|
"field.sign up": "注册",
|
|
92
|
-
"field.source-domain": "
|
|
92
|
+
"field.source-domain": "源$t(term.domain)",
|
|
93
93
|
"field.state": "状态",
|
|
94
94
|
"field.status": "状态",
|
|
95
95
|
"field.tag": "tag",
|
|
96
|
-
"field.target-domain": "
|
|
96
|
+
"field.target-domain": "目标$t(term.domain)",
|
|
97
97
|
"field.tenant-id": "租户ID",
|
|
98
98
|
"field.token": "代币",
|
|
99
99
|
"field.type": "类型",
|
|
@@ -120,8 +120,8 @@
|
|
|
120
120
|
"label.delete account": "删除户口",
|
|
121
121
|
"label.deleted-user": "已删除用户",
|
|
122
122
|
"label.description": "描述",
|
|
123
|
-
"label.domain": "
|
|
124
|
-
"label.domain-owner": "
|
|
123
|
+
"label.domain": "$t(term.domain)",
|
|
124
|
+
"label.domain-owner": "$t(term.domain)名所有者",
|
|
125
125
|
"label.draft": "草稿",
|
|
126
126
|
"label.email": "电子邮件",
|
|
127
127
|
"label.inactive-user": "非活动用户",
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"label.refresh token": "刷新令牌",
|
|
142
142
|
"label.resend": "发过验证邮件",
|
|
143
143
|
"label.role": "角色",
|
|
144
|
-
"label.search_domain": "
|
|
145
|
-
"label.select_domain": "
|
|
144
|
+
"label.search_domain": "搜索$t(term.domain)",
|
|
145
|
+
"label.select_domain": "选择$t(term.domain)",
|
|
146
146
|
"label.send activation email": "发送激活电子邮件",
|
|
147
147
|
"label.send invitation": "发送邀请邮件",
|
|
148
148
|
"label.signin with": "通过 {title} 登录",
|
|
@@ -198,8 +198,8 @@
|
|
|
198
198
|
"text.do_you_want_to_create_role": "请确认是否创建角色?",
|
|
199
199
|
"text.do_you_want_to_create_x": "你想创建 {x} 吗?",
|
|
200
200
|
"text.do_you_want_to_invite_x": "请确认是否邀请客户{x}",
|
|
201
|
-
"text.domain management": "
|
|
202
|
-
"text.domain_name_change_warning": "
|
|
201
|
+
"text.domain management": "$t(term.domain)管理",
|
|
202
|
+
"text.domain_name_change_warning": "确定要更改$t(term.domain)名吗?(子域名将保持不变。)",
|
|
203
203
|
"text.email is not matched": "电子邮件不匹配",
|
|
204
204
|
"text.endpoints": "端点",
|
|
205
205
|
"text.env-var-list-page": "环境变量列表",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"text.invitation resent": "已重新发送邀请邮件。",
|
|
213
213
|
"text.new password": "新密码",
|
|
214
214
|
"text.no account so an invitation will be mailed": "尚无账号,将发送邀请邮件,由本人设置密码。",
|
|
215
|
-
"text.no domain available": "
|
|
215
|
+
"text.no domain available": "抱歉,没有$t(term.domain)名",
|
|
216
216
|
"text.no role to show": "打开此页面时未指定角色",
|
|
217
217
|
"text.not issued": "未签发",
|
|
218
218
|
"text.opens nothing, receives approvals": "opens nothing — this seat receives approvals",
|
|
@@ -229,12 +229,12 @@
|
|
|
229
229
|
"text.remaining time": "剩余{days}天{hours}小时{mins}分钟{secs}秒",
|
|
230
230
|
"text.revoking stops every token this appliance holds": "该设备从下一次请求起将无法访问系统。它持有的令牌全部失效,只有重新生成访问令牌才能恢复。",
|
|
231
231
|
"text.role_management": "角色管理",
|
|
232
|
-
"text.select domain": "
|
|
232
|
+
"text.select domain": "选$t(term.domain)名",
|
|
233
233
|
"text.should select at least one of x": "请选择以下至少一项{x}",
|
|
234
234
|
"text.signed in": "已登录",
|
|
235
235
|
"text.signed out": "已退出",
|
|
236
|
-
"text.source_and_target_domain_cannot_be_same": "
|
|
237
|
-
"text.stand this domain own role of the same name": "{name} 定义在 {domain}
|
|
236
|
+
"text.source_and_target_domain_cannot_be_same": "源$t(term.domain)和目标$t(term.domain)不能相同",
|
|
237
|
+
"text.stand this domain own role of the same name": "{name} 定义在 {domain},在此处也可见。只有打算取代所继承的角色时,才在该$t(term.domain)中建立同名角色。名称保持不变。",
|
|
238
238
|
"text.start from a blank seat": "start from a blank seat",
|
|
239
239
|
"text.struck through are not installed here": "Struck through are privileges this installation does not have.",
|
|
240
240
|
"text.subdomain_change_critical_warning": "警告: 更改子域将更改完整的访问URL(/{type}/{subdomain}/...),并可能使现有的外部链接、书签和活动用户会话失效。请谨慎操作。",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"text.the current secret stops working immediately": "当前密钥将立即失效,使用它的地方需要换成新的密钥。",
|
|
248
248
|
"text.the list could not be loaded": "无法加载列表",
|
|
249
249
|
"text.this credential has been revoked": "该凭据已被撤销。在生成新的访问令牌之前,此设备无法访问系统。",
|
|
250
|
-
"text.this domain is top level and inherits from nowhere": "
|
|
250
|
+
"text.this domain is top level and inherits from nowhere": "顶级$t(term.domain) — 没有可继承的来源",
|
|
251
251
|
"text.this field is required": "此项为必填",
|
|
252
252
|
"text.this invitation cannot be used": "该邀请无法使用。",
|
|
253
253
|
"text.this plant may call the seat what it likes": "Call the seat whatever this plant calls it.",
|
|
@@ -272,14 +272,14 @@
|
|
|
272
272
|
"title.attribute-item list": "属性列表",
|
|
273
273
|
"title.attributes": "属性",
|
|
274
274
|
"title.auth-provider": "身份验证提供者",
|
|
275
|
-
"title.create_domain": "
|
|
276
|
-
"title.domain-link management": "
|
|
275
|
+
"title.create_domain": "$t(term.domain)创建",
|
|
276
|
+
"title.domain-link management": "$t(term.domain)链接管理",
|
|
277
277
|
"title.forgot password": "忘记密码",
|
|
278
278
|
"title.invalid input": "输入无效",
|
|
279
|
-
"title.lookup domains": "
|
|
279
|
+
"title.lookup domains": "查找$t(term.domain)",
|
|
280
280
|
"title.lookup role": "查找角色",
|
|
281
281
|
"title.lookup user": "查找用户",
|
|
282
|
-
"title.move to this domain": "
|
|
282
|
+
"title.move to this domain": "移动到此$t(term.domain)名",
|
|
283
283
|
"title.nothing selected": "未选择",
|
|
284
284
|
"title.open attributes view": "打开属性视图",
|
|
285
285
|
"title.owner_transfer": "业主权限转移",
|