Showing
1 changed file
with
673 additions
and
8 deletions
@@ -38,8 +38,11 @@ export default function addLocaleKorean(locales) { | @@ -38,8 +38,11 @@ export default function addLocaleKorean(locales) { | ||
38 | "update": "업데이트", | 38 | "update": "업데이트", |
39 | "remove": "제거", | 39 | "remove": "제거", |
40 | "search": "검색", | 40 | "search": "검색", |
41 | + "clear-search": "Clear search", // TODO | ||
41 | "assign": "할당", | 42 | "assign": "할당", |
42 | "unassign": "비할당", | 43 | "unassign": "비할당", |
44 | + "share": "Share", // TODO | ||
45 | + "make-private": "Make private", // TODO | ||
43 | "apply": "적용", | 46 | "apply": "적용", |
44 | "apply-changes": "변경사항 적용", | 47 | "apply-changes": "변경사항 적용", |
45 | "edit-mode": "수정 모드", | 48 | "edit-mode": "수정 모드", |
@@ -57,8 +60,11 @@ export default function addLocaleKorean(locales) { | @@ -57,8 +60,11 @@ export default function addLocaleKorean(locales) { | ||
57 | "undo": "취소", | 60 | "undo": "취소", |
58 | "copy": "복사", | 61 | "copy": "복사", |
59 | "paste": "붙여넣기", | 62 | "paste": "붙여넣기", |
63 | + "copy-reference": "Copy reference", // TODO | ||
64 | + "paste-reference": "Paste reference", // TODO | ||
60 | "import": "가져오기", | 65 | "import": "가져오기", |
61 | - "export": "내보내기" | 66 | + "export": "내보내기", |
67 | + "share-via": "Share via {{provider}}" // TODO | ||
62 | }, | 68 | }, |
63 | "aggregation": { | 69 | "aggregation": { |
64 | "aggregation": "집합", | 70 | "aggregation": "집합", |
@@ -95,6 +101,160 @@ export default function addLocaleKorean(locales) { | @@ -95,6 +101,160 @@ export default function addLocaleKorean(locales) { | ||
95 | "enable-tls": "TLS 사용", | 101 | "enable-tls": "TLS 사용", |
96 | "send-test-mail": "테스트 메일 보내기" | 102 | "send-test-mail": "테스트 메일 보내기" |
97 | }, | 103 | }, |
104 | + | ||
105 | + "alarm": { // TODO | ||
106 | + "alarm": "Alarm", | ||
107 | + "alarms": "Alarms", | ||
108 | + "select-alarm": "Select alarm", | ||
109 | + "no-alarms-matching": "No alarms matching '{{entity}}' were found.", | ||
110 | + "alarm-required": "Alarm is required", | ||
111 | + "alarm-status": "Alarm status", | ||
112 | + "search-status": { | ||
113 | + "ANY": "Any", | ||
114 | + "ACTIVE": "Active", | ||
115 | + "CLEARED": "Cleared", | ||
116 | + "ACK": "Acknowledged", | ||
117 | + "UNACK": "Unacknowledged" | ||
118 | + }, | ||
119 | + "display-status": { | ||
120 | + "ACTIVE_UNACK": "Active Unacknowledged", | ||
121 | + "ACTIVE_ACK": "Active Acknowledged", | ||
122 | + "CLEARED_UNACK": "Cleared Unacknowledged", | ||
123 | + "CLEARED_ACK": "Cleared Acknowledged" | ||
124 | + }, | ||
125 | + "no-alarms-prompt": "No alarms found", | ||
126 | + "created-time": "Created time", | ||
127 | + "type": "Type", | ||
128 | + "severity": "Severity", | ||
129 | + "originator": "Originator", | ||
130 | + "originator-type": "Originator type", | ||
131 | + "details": "Details", | ||
132 | + "status": "Status", | ||
133 | + "alarm-details": "Alarm details", | ||
134 | + "start-time": "Start time", | ||
135 | + "end-time": "End time", | ||
136 | + "ack-time": "Acknowledged time", | ||
137 | + "clear-time": "Cleared time", | ||
138 | + "severity-critical": "Critical", | ||
139 | + "severity-major": "Major", | ||
140 | + "severity-minor": "Minor", | ||
141 | + "severity-warning": "Warning", | ||
142 | + "severity-indeterminate": "Indeterminate", | ||
143 | + "acknowledge": "Acknowledge", | ||
144 | + "clear": "Clear", | ||
145 | + "search": "Search alarms", | ||
146 | + "selected-alarms": "{ count, select, 1 {1 alarm} other {# alarms} } selected", | ||
147 | + "no-data": "No data to display", | ||
148 | + "polling-interval": "Alarms polling interval (sec)", | ||
149 | + "polling-interval-required": "Alarms polling interval is required.", | ||
150 | + "min-polling-interval-message": "At least 1 sec polling interval is allowed.", | ||
151 | + "aknowledge-alarms-title": "Acknowledge { count, select, 1 {1 alarm} other {# alarms} }", | ||
152 | + "aknowledge-alarms-text": "Are you sure you want to acknowledge { count, select, 1 {1 alarm} other {# alarms} }?", | ||
153 | + "clear-alarms-title": "Clear { count, select, 1 {1 alarm} other {# alarms} }", | ||
154 | + "clear-alarms-text": "Are you sure you want to clear { count, select, 1 {1 alarm} other {# alarms} }?" | ||
155 | + }, | ||
156 | + "alias": { // TODO | ||
157 | + "add": "Add alias", | ||
158 | + "edit": "Edit alias", | ||
159 | + "name": "Alias name", | ||
160 | + "name-required": "Alias name is required", | ||
161 | + "duplicate-alias": "Alias with same name is already exists.", | ||
162 | + "filter-type-single-entity": "Single entity", | ||
163 | + "filter-type-entity-list": "Entity list", | ||
164 | + "filter-type-entity-name": "Entity name", | ||
165 | + "filter-type-state-entity": "Entity from dashboard state", | ||
166 | + "filter-type-state-entity-description": "Entity taken from dashboard state parameters", | ||
167 | + "filter-type-asset-type": "Asset type", | ||
168 | + "filter-type-asset-type-description": "Assets of type '{{assetType}}'", | ||
169 | + "filter-type-asset-type-and-name-description": "Assets of type '{{assetType}}' and with name starting with '{{prefix}}'", | ||
170 | + "filter-type-device-type": "Device type", | ||
171 | + "filter-type-device-type-description": "Devices of type '{{deviceType}}'", | ||
172 | + "filter-type-device-type-and-name-description": "Devices of type '{{deviceType}}' and with name starting with '{{prefix}}'", | ||
173 | + "filter-type-relations-query": "Relations query", | ||
174 | + "filter-type-relations-query-description": "{{entities}} that have {{relationType}} relation {{direction}} {{rootEntity}}", | ||
175 | + "filter-type-asset-search-query": "Asset search query", | ||
176 | + "filter-type-asset-search-query-description": "Assets with types {{assetTypes}} that have {{relationType}} relation {{direction}} {{rootEntity}}", | ||
177 | + "filter-type-device-search-query": "Device search query", | ||
178 | + "filter-type-device-search-query-description": "Devices with types {{deviceTypes}} that have {{relationType}} relation {{direction}} {{rootEntity}}", | ||
179 | + "entity-filter": "Entity filter", | ||
180 | + "resolve-multiple": "Resolve as multiple entities", | ||
181 | + "filter-type": "Filter type", | ||
182 | + "filter-type-required": "Filter type is required.", | ||
183 | + "entity-filter-no-entity-matched": "No entities matching specified filter were found.", | ||
184 | + "no-entity-filter-specified": "No entity filter specified", | ||
185 | + "root-state-entity": "Use dashboard state entity as root", | ||
186 | + "root-entity": "Root entity", | ||
187 | + "state-entity-parameter-name": "State entity parameter name", | ||
188 | + "default-state-entity": "Default state entity", | ||
189 | + "default-entity-parameter-name": "By default", | ||
190 | + "max-relation-level": "Max relation level", | ||
191 | + "unlimited-level": "Unlimited level", | ||
192 | + "state-entity": "Dashboard state entity", | ||
193 | + "all-entities": "All entities", | ||
194 | + "any-relation": "any" | ||
195 | + }, | ||
196 | + "asset": { // TODO | ||
197 | + "asset": "Asset", | ||
198 | + "assets": "Assets", | ||
199 | + "management": "Asset management", | ||
200 | + "view-assets": "View Assets", | ||
201 | + "add": "Add Asset", | ||
202 | + "assign-to-customer": "Assign to customer", | ||
203 | + "assign-asset-to-customer": "Assign Asset(s) To Customer", | ||
204 | + "assign-asset-to-customer-text": "Please select the assets to assign to the customer", | ||
205 | + "no-assets-text": "No assets found", | ||
206 | + "assign-to-customer-text": "Please select the customer to assign the asset(s)", | ||
207 | + "public": "Public", | ||
208 | + "assignedToCustomer": "Assigned to customer", | ||
209 | + "make-public": "Make asset public", | ||
210 | + "make-private": "Make asset private", | ||
211 | + "unassign-from-customer": "Unassign from customer", | ||
212 | + "delete": "Delete asset", | ||
213 | + "asset-public": "Asset is public", | ||
214 | + "asset-type": "Asset type", | ||
215 | + "asset-type-required": "Asset type is required.", | ||
216 | + "select-asset-type": "Select asset type", | ||
217 | + "enter-asset-type": "Enter asset type", | ||
218 | + "any-asset": "Any asset", | ||
219 | + "no-asset-types-matching": "No asset types matching '{{entitySubtype}}' were found.", | ||
220 | + "asset-type-list-empty": "No asset types selected.", | ||
221 | + "asset-types": "Asset types", | ||
222 | + "name": "Name", | ||
223 | + "name-required": "Name is required.", | ||
224 | + "description": "Description", | ||
225 | + "type": "Type", | ||
226 | + "type-required": "Type is required.", | ||
227 | + "details": "Details", | ||
228 | + "events": "Events", | ||
229 | + "add-asset-text": "Add new asset", | ||
230 | + "asset-details": "Asset details", | ||
231 | + "assign-assets": "Assign assets", | ||
232 | + "assign-assets-text": "Assign { count, select, 1 {1 asset} other {# assets} } to customer", | ||
233 | + "delete-assets": "Delete assets", | ||
234 | + "unassign-assets": "Unassign assets", | ||
235 | + "unassign-assets-action-title": "Unassign { count, select, 1 {1 asset} other {# assets} } from customer", | ||
236 | + "assign-new-asset": "Assign new asset", | ||
237 | + "delete-asset-title": "Are you sure you want to delete the asset '{{assetName}}'?", | ||
238 | + "delete-asset-text": "Be careful, after the confirmation the asset and all related data will become unrecoverable.", | ||
239 | + "delete-assets-title": "Are you sure you want to delete { count, select, 1 {1 asset} other {# assets} }?", | ||
240 | + "delete-assets-action-title": "Delete { count, select, 1 {1 asset} other {# assets} }", | ||
241 | + "delete-assets-text": "Be careful, after the confirmation all selected assets will be removed and all related data will become unrecoverable.", | ||
242 | + "make-public-asset-title": "Are you sure you want to make the asset '{{assetName}}' public?", | ||
243 | + "make-public-asset-text": "After the confirmation the asset and all its data will be made public and accessible by others.", | ||
244 | + "make-private-asset-title": "Are you sure you want to make the asset '{{assetName}}' private?", | ||
245 | + "make-private-asset-text": "After the confirmation the asset and all its data will be made private and won't be accessible by others.", | ||
246 | + "unassign-asset-title": "Are you sure you want to unassign the asset '{{assetName}}'?", | ||
247 | + "unassign-asset-text": "After the confirmation the asset will be unassigned and won't be accessible by the customer.", | ||
248 | + "unassign-asset": "Unassign asset", | ||
249 | + "unassign-assets-title": "Are you sure you want to unassign { count, select, 1 {1 asset} other {# assets} }?", | ||
250 | + "unassign-assets-text": "After the confirmation all selected assets will be unassigned and won't be accessible by the customer.", | ||
251 | + "copyId": "Copy asset Id", | ||
252 | + "idCopiedMessage": "Asset Id has been copied to clipboard", | ||
253 | + "select-asset": "Select asset", | ||
254 | + "no-assets-matching": "No assets matching '{{entity}}' were found.", | ||
255 | + "asset-required": "Asset is required", | ||
256 | + "name-starts-with": "Asset name starts with" | ||
257 | + }, | ||
98 | "attribute": { | 258 | "attribute": { |
99 | "attributes": "속성", | 259 | "attributes": "속성", |
100 | "latest-telemetry": "최근 데이터", | 260 | "latest-telemetry": "최근 데이터", |
@@ -104,9 +264,9 @@ export default function addLocaleKorean(locales) { | @@ -104,9 +264,9 @@ export default function addLocaleKorean(locales) { | ||
104 | "scope-server": "서버 속성", | 264 | "scope-server": "서버 속성", |
105 | "scope-shared": "공유 속성", | 265 | "scope-shared": "공유 속성", |
106 | "add": "속성 추가", | 266 | "add": "속성 추가", |
107 | - "key": "Key", | 267 | + "key": "Key", // TODO |
108 | "key-required": "속성 key를 입력하세요.", | 268 | "key-required": "속성 key를 입력하세요.", |
109 | - "value": "Value", | 269 | + "value": "Value", // TODO |
110 | "value-required": "속성 value를 입력하세요.", | 270 | "value-required": "속성 value를 입력하세요.", |
111 | "delete-attributes-title": "{ count, select, 1 {속성} other {여러 속성들을} } 삭제하시겠습니까??", | 271 | "delete-attributes-title": "{ count, select, 1 {속성} other {여러 속성들을} } 삭제하시겠습니까??", |
112 | "delete-attributes-text": "모든 선택된 속성들이 제거 될 것이므로 주의하십시오.", | 272 | "delete-attributes-text": "모든 선택된 속성들이 제거 될 것이므로 주의하십시오.", |
@@ -121,6 +281,38 @@ export default function addLocaleKorean(locales) { | @@ -121,6 +281,38 @@ export default function addLocaleKorean(locales) { | ||
121 | "selected-attributes": "{ count, select, 1 {속성 1개} other {속성 #개} } 선택됨", | 281 | "selected-attributes": "{ count, select, 1 {속성 1개} other {속성 #개} } 선택됨", |
122 | "selected-telemetry": "{ count, select, 1 {최근 데이터 1개} other {최근 데이터 #개} } 선택됨" | 282 | "selected-telemetry": "{ count, select, 1 {최근 데이터 1개} other {최근 데이터 #개} } 선택됨" |
123 | }, | 283 | }, |
284 | + "audit-log": { // TODO | ||
285 | + "audit": "Audit", | ||
286 | + "audit-logs": "Audit Logs", | ||
287 | + "timestamp": "Timestamp", | ||
288 | + "entity-type": "Entity Type", | ||
289 | + "entity-name": "Entity Name", | ||
290 | + "user": "User", | ||
291 | + "type": "Type", | ||
292 | + "status": "Status", | ||
293 | + "details": "Details", | ||
294 | + "type-added": "Added", | ||
295 | + "type-deleted": "Deleted", | ||
296 | + "type-updated": "Updated", | ||
297 | + "type-attributes-updated": "Attributes updated", | ||
298 | + "type-attributes-deleted": "Attributes deleted", | ||
299 | + "type-rpc-call": "RPC call", | ||
300 | + "type-credentials-updated": "Credentials updated", | ||
301 | + "type-assigned-to-customer": "Assigned to Customer", | ||
302 | + "type-unassigned-from-customer": "Unassigned from Customer", | ||
303 | + "type-activated": "Activated", | ||
304 | + "type-suspended": "Suspended", | ||
305 | + "type-credentials-read": "Credentials read", | ||
306 | + "type-attributes-read": "Attributes read", | ||
307 | + "status-success": "Success", | ||
308 | + "status-failure": "Failure", | ||
309 | + "audit-log-details": "Audit log details", | ||
310 | + "no-audit-logs-prompt": "No logs found", | ||
311 | + "action-data": "Action data", | ||
312 | + "failure-details": "Failure details", | ||
313 | + "search": "Search audit logs", | ||
314 | + "clear-search": "Clear search" | ||
315 | + }, | ||
124 | "confirm-on-exit": { | 316 | "confirm-on-exit": { |
125 | "message": "변경 사항을 저장하지 않았습니다. 이 페이지를 나가시겠습니까?", | 317 | "message": "변경 사항을 저장하지 않았습니다. 이 페이지를 나가시겠습니까?", |
126 | "html-message": "변경 사항을 저장하지 않았습니다.<br/>이 페이지를 나가시겠습니까?", | 318 | "html-message": "변경 사항을 저장하지 않았습니다.<br/>이 페이지를 나가시겠습니까?", |
@@ -145,6 +337,11 @@ export default function addLocaleKorean(locales) { | @@ -145,6 +337,11 @@ export default function addLocaleKorean(locales) { | ||
145 | "enter-password": "비밀번호를 입력하세요.", | 337 | "enter-password": "비밀번호를 입력하세요.", |
146 | "enter-search": "검색어 입력" | 338 | "enter-search": "검색어 입력" |
147 | }, | 339 | }, |
340 | + "content-type": { // TODO | ||
341 | + "json": "Json", | ||
342 | + "text": "Text", | ||
343 | + "binary": "Binary (Base64)" | ||
344 | + }, | ||
148 | "customer": { | 345 | "customer": { |
149 | "customers": "커스터머", | 346 | "customers": "커스터머", |
150 | "management": "커스터머 관리", | 347 | "management": "커스터머 관리", |
@@ -156,6 +353,10 @@ export default function addLocaleKorean(locales) { | @@ -156,6 +353,10 @@ export default function addLocaleKorean(locales) { | ||
156 | "manage-customer-users": "커스터머 사용자 관리", | 353 | "manage-customer-users": "커스터머 사용자 관리", |
157 | "manage-customer-devices": "커스터머 디바이스 관리", | 354 | "manage-customer-devices": "커스터머 디바이스 관리", |
158 | "manage-customer-dashboards": "커스터머 대시보드 관리", | 355 | "manage-customer-dashboards": "커스터머 대시보드 관리", |
356 | + "manage-public-devices": "Manage public devices", // TODO | ||
357 | + "manage-public-dashboards": "Manage public dashboards", // TODO | ||
358 | + "manage-customer-assets": "Manage customer assets", // TODO | ||
359 | + "manage-public-assets": "Manage public assets", // TODO | ||
159 | "add-customer-text": "커스터머 추가", | 360 | "add-customer-text": "커스터머 추가", |
160 | "no-customers-text": "커스터머가 없습니다.", | 361 | "no-customers-text": "커스터머가 없습니다.", |
161 | "customer-details": "커스터머 상세정보", | 362 | "customer-details": "커스터머 상세정보", |
@@ -169,7 +370,17 @@ export default function addLocaleKorean(locales) { | @@ -169,7 +370,17 @@ export default function addLocaleKorean(locales) { | ||
169 | "manage-dashboards": "대시보드 관리", | 370 | "manage-dashboards": "대시보드 관리", |
170 | "title": "타이틀", | 371 | "title": "타이틀", |
171 | "title-required": "타이틀을 입력하세요.", | 372 | "title-required": "타이틀을 입력하세요.", |
172 | - "description": "설명" | 373 | + "description": "설명", |
374 | + "details": "Details", | ||
375 | + "events": "Events", | ||
376 | + "copyId": "Copy customer Id", | ||
377 | + "idCopiedMessage": "Customer Id has been copied to clipboard", | ||
378 | + "select-customer": "Select customer", | ||
379 | + "no-customers-matching": "No customers matching '{{entity}}' were found.", | ||
380 | + "customer-required": "Customer is required", | ||
381 | + "select-default-customer": "Select default customer", | ||
382 | + "default-customer": "Default customer", | ||
383 | + "default-customer-required": "Default customer is required in order to debug dashboard on Tenant level" | ||
173 | }, | 384 | }, |
174 | "datetime": { | 385 | "datetime": { |
175 | "date-from": "시작 날짜", | 386 | "date-from": "시작 날짜", |
@@ -277,11 +488,15 @@ export default function addLocaleKorean(locales) { | @@ -277,11 +488,15 @@ export default function addLocaleKorean(locales) { | ||
277 | "attributes": "Attributes", | 488 | "attributes": "Attributes", |
278 | "timeseries-required": "디바이스 timeseries 를 입력하세요.", | 489 | "timeseries-required": "디바이스 timeseries 를 입력하세요.", |
279 | "timeseries-or-attributes-required": "디바이스 timeseries/attributes 를 입력하세요.", | 490 | "timeseries-or-attributes-required": "디바이스 timeseries/attributes 를 입력하세요.", |
491 | + "maximum-timeseries-or-attributes": "Maximum { count, select, 1 {1 timeseries/attribute is allowed.} other {# timeseries/attributes are allowed} }", // TODO | ||
492 | + "alarm-fields-required": "Alarm fields are required.", // TODO | ||
280 | "function-types": "함수 유형", | 493 | "function-types": "함수 유형", |
281 | - "function-types-required": "함수 유형을 입력하세요." | 494 | + "function-types-required": "함수 유형을 입력하세요.", |
495 | + "maximum-function-types": "Maximum { count, select, 1 {1 function type is allowed.} other {# function types are allowed} }" // TODO | ||
282 | }, | 496 | }, |
283 | "datasource": { | 497 | "datasource": { |
284 | "type": "데이터소스 유형", | 498 | "type": "데이터소스 유형", |
499 | + "name": "Name", // TODO | ||
285 | "add-datasource-prompt": "데이터소스를 추가하세요." | 500 | "add-datasource-prompt": "데이터소스를 추가하세요." |
286 | }, | 501 | }, |
287 | "details": { | 502 | "details": { |
@@ -375,11 +590,101 @@ export default function addLocaleKorean(locales) { | @@ -375,11 +590,101 @@ export default function addLocaleKorean(locales) { | ||
375 | "unhandled-error-code": "처리되지 않은 오류 코드: {{errorCode}}", | 590 | "unhandled-error-code": "처리되지 않은 오류 코드: {{errorCode}}", |
376 | "unknown-error": "알 수 없는 오류" | 591 | "unknown-error": "알 수 없는 오류" |
377 | }, | 592 | }, |
593 | + "entity": { // TODO | ||
594 | + "entity": "Entity", | ||
595 | + "entities": "Entities", | ||
596 | + "aliases": "Entity aliases", | ||
597 | + "entity-alias": "Entity alias", | ||
598 | + "unable-delete-entity-alias-title": "Unable to delete entity alias", | ||
599 | + "unable-delete-entity-alias-text": "Entity alias '{{entityAlias}}' can't be deleted as it used by the following widget(s):<br/>{{widgetsList}}", | ||
600 | + "duplicate-alias-error": "Duplicate alias found '{{alias}}'.<br>Entity aliases must be unique whithin the dashboard.", | ||
601 | + "missing-entity-filter-error": "Filter is missing for alias '{{alias}}'.", | ||
602 | + "configure-alias": "Configure '{{alias}}' alias", | ||
603 | + "alias": "Alias", | ||
604 | + "alias-required": "Entity alias is required.", | ||
605 | + "remove-alias": "Remove entity alias", | ||
606 | + "add-alias": "Add entity alias", | ||
607 | + "entity-list": "Entity list", | ||
608 | + "entity-type": "Entity type", | ||
609 | + "entity-types": "Entity types", | ||
610 | + "entity-type-list": "Entity type list", | ||
611 | + "any-entity": "Any entity", | ||
612 | + "enter-entity-type": "Enter entity type", | ||
613 | + "no-entities-matching": "No entities matching '{{entity}}' were found.", | ||
614 | + "no-entity-types-matching": "No entity types matching '{{entityType}}' were found.", | ||
615 | + "name-starts-with": "Name starts with", | ||
616 | + "use-entity-name-filter": "Use filter", | ||
617 | + "entity-list-empty": "No entities selected.", | ||
618 | + "entity-type-list-empty": "No entity types selected.", | ||
619 | + "entity-name-filter-required": "Entity name filter is required.", | ||
620 | + "entity-name-filter-no-entity-matched": "No entities starting with '{{entity}}' were found.", | ||
621 | + "all-subtypes": "All", | ||
622 | + "select-entities": "Select entities", | ||
623 | + "no-aliases-found": "No aliases found.", | ||
624 | + "no-alias-matching": "'{{alias}}' not found.", | ||
625 | + "create-new-alias": "Create a new one!", | ||
626 | + "key": "Key", | ||
627 | + "key-name": "Key name", | ||
628 | + "no-keys-found": "No keys found.", | ||
629 | + "no-key-matching": "'{{key}}' not found.", | ||
630 | + "create-new-key": "Create a new one!", | ||
631 | + "type": "Type", | ||
632 | + "type-required": "Entity type is required.", | ||
633 | + "type-device": "Device", | ||
634 | + "type-devices": "Devices", | ||
635 | + "list-of-devices": "{ count, select, 1 {One device} other {List of # devices} }", | ||
636 | + "device-name-starts-with": "Devices whose names start with '{{prefix}}'", | ||
637 | + "type-asset": "Asset", | ||
638 | + "type-assets": "Assets", | ||
639 | + "list-of-assets": "{ count, select, 1 {One asset} other {List of # assets} }", | ||
640 | + "asset-name-starts-with": "Assets whose names start with '{{prefix}}'", | ||
641 | + "type-rule": "Rule", | ||
642 | + "type-rules": "Rules", | ||
643 | + "list-of-rules": "{ count, select, 1 {One rule} other {List of # rules} }", | ||
644 | + "rule-name-starts-with": "Rules whose names start with '{{prefix}}'", | ||
645 | + "type-plugin": "Plugin", | ||
646 | + "type-plugins": "Plugins", | ||
647 | + "list-of-plugins": "{ count, select, 1 {One plugin} other {List of # plugins} }", | ||
648 | + "plugin-name-starts-with": "Plugins whose names start with '{{prefix}}'", | ||
649 | + "type-tenant": "Tenant", | ||
650 | + "type-tenants": "Tenants", | ||
651 | + "list-of-tenants": "{ count, select, 1 {One tenant} other {List of # tenants} }", | ||
652 | + "tenant-name-starts-with": "Tenants whose names start with '{{prefix}}'", | ||
653 | + "type-customer": "Customer", | ||
654 | + "type-customers": "Customers", | ||
655 | + "list-of-customers": "{ count, select, 1 {One customer} other {List of # customers} }", | ||
656 | + "customer-name-starts-with": "Customers whose names start with '{{prefix}}'", | ||
657 | + "type-user": "User", | ||
658 | + "type-users": "Users", | ||
659 | + "list-of-users": "{ count, select, 1 {One user} other {List of # users} }", | ||
660 | + "user-name-starts-with": "Users whose names start with '{{prefix}}'", | ||
661 | + "type-dashboard": "Dashboard", | ||
662 | + "type-dashboards": "Dashboards", | ||
663 | + "list-of-dashboards": "{ count, select, 1 {One dashboard} other {List of # dashboards} }", | ||
664 | + "dashboard-name-starts-with": "Dashboards whose names start with '{{prefix}}'", | ||
665 | + "type-alarm": "Alarm", | ||
666 | + "type-alarms": "Alarms", | ||
667 | + "list-of-alarms": "{ count, select, 1 {One alarms} other {List of # alarms} }", | ||
668 | + "alarm-name-starts-with": "Alarms whose names start with '{{prefix}}'", | ||
669 | + "type-rulechain": "Rule chain", | ||
670 | + "type-rulechains": "Rule chains", | ||
671 | + "list-of-rulechains": "{ count, select, 1 {One rule chain} other {List of # rule chains} }", | ||
672 | + "rulechain-name-starts-with": "Rule chains whose names start with '{{prefix}}'", | ||
673 | + "type-current-customer": "Current Customer", | ||
674 | + "search": "Search entities", | ||
675 | + "selected-entities": "{ count, select, 1 {1 entity} other {# entities} } selected", | ||
676 | + "entity-name": "Entity name", | ||
677 | + "details": "Entity details", | ||
678 | + "no-entities-prompt": "No entities found", | ||
679 | + "no-data": "No data to display" | ||
680 | + }, | ||
378 | "event": { | 681 | "event": { |
379 | "event-type": "이벤트 타입", | 682 | "event-type": "이벤트 타입", |
380 | "type-error": "에러", | 683 | "type-error": "에러", |
381 | "type-lc-event": "주기적 이벤트", | 684 | "type-lc-event": "주기적 이벤트", |
382 | "type-stats": "통계", | 685 | "type-stats": "통계", |
686 | + "type-debug-rule-node": "Debug", // TODO | ||
687 | + "type-debug-rule-chain": "Debug", // TODO | ||
383 | "no-events-prompt": "이벤트 없음", | 688 | "no-events-prompt": "이벤트 없음", |
384 | "error": "에러", | 689 | "error": "에러", |
385 | "alarm": "알람", | 690 | "alarm": "알람", |
@@ -387,6 +692,14 @@ export default function addLocaleKorean(locales) { | @@ -387,6 +692,14 @@ export default function addLocaleKorean(locales) { | ||
387 | "server": "서버", | 692 | "server": "서버", |
388 | "body": "Body", | 693 | "body": "Body", |
389 | "method": "Method", | 694 | "method": "Method", |
695 | + "type": "Type", // TODO | ||
696 | + "entity": "Entity", // TODO | ||
697 | + "message-id": "Message Id", // TODO | ||
698 | + "message-type": "Message Type", // TODO | ||
699 | + "data-type": "Data Type", // TODO | ||
700 | + "relation-type": "Relation Type", // TODO | ||
701 | + "metadata": "Metadata", // TODO | ||
702 | + "data": "Data", // TODO | ||
390 | "event": "이벤트", | 703 | "event": "이벤트", |
391 | "status": "상태", | 704 | "status": "상태", |
392 | "success": "성공", | 705 | "success": "성공", |
@@ -394,6 +707,163 @@ export default function addLocaleKorean(locales) { | @@ -394,6 +707,163 @@ export default function addLocaleKorean(locales) { | ||
394 | "messages-processed": "처리된 메시지", | 707 | "messages-processed": "처리된 메시지", |
395 | "errors-occurred": "오류가 발생했습니다" | 708 | "errors-occurred": "오류가 발생했습니다" |
396 | }, | 709 | }, |
710 | + "extension": { // TODO | ||
711 | + "extensions": "Extensions", | ||
712 | + "selected-extensions": "{ count, select, 1 {1 extension} other {# extensions} } selected", | ||
713 | + "type": "Type", | ||
714 | + "key": "Key", | ||
715 | + "value": "Value", | ||
716 | + "id": "Id", | ||
717 | + "extension-id": "Extension id", | ||
718 | + "extension-type": "Extension type", | ||
719 | + "transformer-json": "JSON *", | ||
720 | + "unique-id-required": "Current extension id already exists.", | ||
721 | + "delete": "Delete extension", | ||
722 | + "add": "Add extension", | ||
723 | + "edit": "Edit extension", | ||
724 | + "delete-extension-title": "Are you sure you want to delete the extension '{{extensionId}}'?", | ||
725 | + "delete-extension-text": "Be careful, after the confirmation the extension and all related data will become unrecoverable.", | ||
726 | + "delete-extensions-title": "Are you sure you want to delete { count, select, 1 {1 extension} other {# extensions} }?", | ||
727 | + "delete-extensions-text": "Be careful, after the confirmation all selected extensions will be removed.", | ||
728 | + "converters": "Converters", | ||
729 | + "converter-id": "Converter id", | ||
730 | + "configuration": "Configuration", | ||
731 | + "converter-configurations": "Converter configurations", | ||
732 | + "token": "Security token", | ||
733 | + "add-converter": "Add converter", | ||
734 | + "add-config": "Add converter configuration", | ||
735 | + "device-name-expression": "Device name expression", | ||
736 | + "device-type-expression": "Device type expression", | ||
737 | + "custom": "Custom", | ||
738 | + "to-double": "To Double", | ||
739 | + "transformer": "Transformer", | ||
740 | + "json-required": "Transformer json is required.", | ||
741 | + "json-parse": "Unable to parse transformer json.", | ||
742 | + "attributes": "Attributes", | ||
743 | + "add-attribute": "Add attribute", | ||
744 | + "add-map": "Add mapping element", | ||
745 | + "timeseries": "Timeseries", | ||
746 | + "add-timeseries": "Add timeseries", | ||
747 | + "field-required": "Field is required", | ||
748 | + "brokers": "Brokers", | ||
749 | + "add-broker": "Add broker", | ||
750 | + "host": "Host", | ||
751 | + "port": "Port", | ||
752 | + "port-range": "Port should be in a range from 1 to 65535.", | ||
753 | + "ssl": "Ssl", | ||
754 | + "credentials": "Credentials", | ||
755 | + "username": "Username", | ||
756 | + "password": "Password", | ||
757 | + "retry-interval": "Retry interval in milliseconds", | ||
758 | + "anonymous": "Anonymous", | ||
759 | + "basic": "Basic", | ||
760 | + "pem": "PEM", | ||
761 | + "ca-cert": "CA certificate file *", | ||
762 | + "private-key": "Private key file *", | ||
763 | + "cert": "Certificate file *", | ||
764 | + "no-file": "No file selected.", | ||
765 | + "drop-file": "Drop a file or click to select a file to upload.", | ||
766 | + "mapping": "Mapping", | ||
767 | + "topic-filter": "Topic filter", | ||
768 | + "converter-type": "Converter type", | ||
769 | + "converter-json": "Json", | ||
770 | + "json-name-expression": "Device name json expression", | ||
771 | + "topic-name-expression": "Device name topic expression", | ||
772 | + "json-type-expression": "Device type json expression", | ||
773 | + "topic-type-expression": "Device type topic expression", | ||
774 | + "attribute-key-expression": "Attribute key expression", | ||
775 | + "attr-json-key-expression": "Attribute key json expression", | ||
776 | + "attr-topic-key-expression": "Attribute key topic expression", | ||
777 | + "request-id-expression": "Request id expression", | ||
778 | + "request-id-json-expression": "Request id json expression", | ||
779 | + "request-id-topic-expression": "Request id topic expression", | ||
780 | + "response-topic-expression": "Response topic expression", | ||
781 | + "value-expression": "Value expression", | ||
782 | + "topic": "Topic", | ||
783 | + "timeout": "Timeout in milliseconds", | ||
784 | + "converter-json-required": "Converter json is required.", | ||
785 | + "converter-json-parse": "Unable to parse converter json.", | ||
786 | + "filter-expression": "Filter expression", | ||
787 | + "connect-requests": "Connect requests", | ||
788 | + "add-connect-request": "Add connect request", | ||
789 | + "disconnect-requests": "Disconnect requests", | ||
790 | + "add-disconnect-request": "Add disconnect request", | ||
791 | + "attribute-requests": "Attribute requests", | ||
792 | + "add-attribute-request": "Add attribute request", | ||
793 | + "attribute-updates": "Attribute updates", | ||
794 | + "add-attribute-update": "Add attribute update", | ||
795 | + "server-side-rpc": "Server side RPC", | ||
796 | + "add-server-side-rpc-request": "Add server-side RPC request", | ||
797 | + "device-name-filter": "Device name filter", | ||
798 | + "attribute-filter": "Attribute filter", | ||
799 | + "method-filter": "Method filter", | ||
800 | + "request-topic-expression": "Request topic expression", | ||
801 | + "response-timeout": "Response timeout in milliseconds", | ||
802 | + "topic-expression": "Topic expression", | ||
803 | + "client-scope": "Client scope", | ||
804 | + "add-device": "Add device", | ||
805 | + "opc-server": "Servers", | ||
806 | + "opc-add-server": "Add server", | ||
807 | + "opc-add-server-prompt": "Please add server", | ||
808 | + "opc-application-name": "Application name", | ||
809 | + "opc-application-uri": "Application uri", | ||
810 | + "opc-scan-period-in-seconds": "Scan period in seconds", | ||
811 | + "opc-security": "Security", | ||
812 | + "opc-identity": "Identity", | ||
813 | + "opc-keystore": "Keystore", | ||
814 | + "opc-type": "Type", | ||
815 | + "opc-keystore-type": "Type", | ||
816 | + "opc-keystore-location": "Location *", | ||
817 | + "opc-keystore-password": "Password", | ||
818 | + "opc-keystore-alias": "Alias", | ||
819 | + "opc-keystore-key-password": "Key password", | ||
820 | + "opc-device-node-pattern": "Device node pattern", | ||
821 | + "opc-device-name-pattern": "Device name pattern", | ||
822 | + "modbus-server": "Servers/slaves", | ||
823 | + "modbus-add-server": "Add server/slave", | ||
824 | + "modbus-add-server-prompt": "Please add server/slave", | ||
825 | + "modbus-transport": "Transport", | ||
826 | + "modbus-port-name": "Serial port name", | ||
827 | + "modbus-encoding": "Encoding", | ||
828 | + "modbus-parity": "Parity", | ||
829 | + "modbus-baudrate": "Baud rate", | ||
830 | + "modbus-databits": "Data bits", | ||
831 | + "modbus-stopbits": "Stop bits", | ||
832 | + "modbus-databits-range": "Data bits should be in a range from 7 to 8.", | ||
833 | + "modbus-stopbits-range": "Stop bits should be in a range from 1 to 2.", | ||
834 | + "modbus-unit-id": "Unit ID", | ||
835 | + "modbus-unit-id-range": "Unit ID should be in a range from 1 to 247.", | ||
836 | + "modbus-device-name": "Device name", | ||
837 | + "modbus-poll-period": "Poll period (ms)", | ||
838 | + "modbus-attributes-poll-period": "Attributes poll period (ms)", | ||
839 | + "modbus-timeseries-poll-period": "Timeseries poll period (ms)", | ||
840 | + "modbus-poll-period-range": "Poll period should be positive value.", | ||
841 | + "modbus-tag": "Tag", | ||
842 | + "modbus-function": "Function", | ||
843 | + "modbus-register-address": "Register address", | ||
844 | + "modbus-register-address-range": "Register address should be in a range from 0 to 65535.", | ||
845 | + "modbus-register-bit-index": "Bit index", | ||
846 | + "modbus-register-bit-index-range": "Bit index should be in a range from 0 to 15.", | ||
847 | + "modbus-register-count": "Register count", | ||
848 | + "modbus-register-count-range": "Register count should be a positive value.", | ||
849 | + "modbus-byte-order": "Byte order", | ||
850 | + | ||
851 | + "sync": { | ||
852 | + "status": "Status", | ||
853 | + "sync": "Sync", | ||
854 | + "not-sync": "Not sync", | ||
855 | + "last-sync-time": "Last sync time", | ||
856 | + "not-available": "Not available" | ||
857 | + }, | ||
858 | + | ||
859 | + "export-extensions-configuration": "Export extensions configuration", | ||
860 | + "import-extensions-configuration": "Import extensions configuration", | ||
861 | + "import-extensions": "Import extensions", | ||
862 | + "import-extension": "Import extension", | ||
863 | + "export-extension": "Export extension", | ||
864 | + "file": "Extensions file", | ||
865 | + "invalid-file-error": "Invalid extension file" | ||
866 | + }, | ||
397 | "fullscreen": { | 867 | "fullscreen": { |
398 | "expand": "전체화면으로 확장", | 868 | "expand": "전체화면으로 확장", |
399 | "exit": "전체화면 종료", | 869 | "exit": "전체화면 종료", |
@@ -436,7 +906,24 @@ export default function addLocaleKorean(locales) { | @@ -436,7 +906,24 @@ export default function addLocaleKorean(locales) { | ||
436 | }, | 906 | }, |
437 | "js-func": { | 907 | "js-func": { |
438 | "no-return-error": "함수는 값을 반환해야 합니다!", | 908 | "no-return-error": "함수는 값을 반환해야 합니다!", |
439 | - "return-type-mismatch": "함수는 '{{type}}' 유형의 값을 반환해야 합니다!" | 909 | + "return-type-mismatch": "함수는 '{{type}}' 유형의 값을 반환해야 합니다!", |
910 | + "tidy": "Tidy" // TODO | ||
911 | + }, | ||
912 | + "key-val": { // TODO | ||
913 | + "key": "Key", | ||
914 | + "value": "Value", | ||
915 | + "remove-entry": "Remove entry", | ||
916 | + "add-entry": "Add entry", | ||
917 | + "no-data": "No entries" | ||
918 | + }, | ||
919 | + "layout": { // TODO | ||
920 | + "layout": "Layout", | ||
921 | + "manage": "Manage layouts", | ||
922 | + "settings": "Layout settings", | ||
923 | + "color": "Color", | ||
924 | + "main": "Main", | ||
925 | + "right": "Right", | ||
926 | + "select": "Select target layout" | ||
440 | }, | 927 | }, |
441 | "legend": { | 928 | "legend": { |
442 | "position": "범례 위치", | 929 | "position": "범례 위치", |
@@ -478,6 +965,140 @@ export default function addLocaleKorean(locales) { | @@ -478,6 +965,140 @@ export default function addLocaleKorean(locales) { | ||
478 | "change-password": "비밀번호 변경", | 965 | "change-password": "비밀번호 변경", |
479 | "current-password": "현재 비밀번호" | 966 | "current-password": "현재 비밀번호" |
480 | }, | 967 | }, |
968 | + "relation": { // TODO | ||
969 | + "relations": "Relations", | ||
970 | + "direction": "Direction", | ||
971 | + "search-direction": { | ||
972 | + "FROM": "From", | ||
973 | + "TO": "To" | ||
974 | + }, | ||
975 | + "direction-type": { | ||
976 | + "FROM": "from", | ||
977 | + "TO": "to" | ||
978 | + }, | ||
979 | + "from-relations": "Outbound relations", | ||
980 | + "to-relations": "Inbound relations", | ||
981 | + "selected-relations": "{ count, select, 1 {1 relation} other {# relations} } selected", | ||
982 | + "type": "Type", | ||
983 | + "to-entity-type": "To entity type", | ||
984 | + "to-entity-name": "To entity name", | ||
985 | + "from-entity-type": "From entity type", | ||
986 | + "from-entity-name": "From entity name", | ||
987 | + "to-entity": "To entity", | ||
988 | + "from-entity": "From entity", | ||
989 | + "delete": "Delete relation", | ||
990 | + "relation-type": "Relation type", | ||
991 | + "relation-type-required": "Relation type is required.", | ||
992 | + "any-relation-type": "Any type", | ||
993 | + "add": "Add relation", | ||
994 | + "edit": "Edit relation", | ||
995 | + "delete-to-relation-title": "Are you sure you want to delete relation to the entity '{{entityName}}'?", | ||
996 | + "delete-to-relation-text": "Be careful, after the confirmation the entity '{{entityName}}' will be unrelated from the current entity.", | ||
997 | + "delete-to-relations-title": "Are you sure you want to delete { count, select, 1 {1 relation} other {# relations} }?", | ||
998 | + "delete-to-relations-text": "Be careful, after the confirmation all selected relations will be removed and corresponding entities will be unrelated from the current entity.", | ||
999 | + "delete-from-relation-title": "Are you sure you want to delete relation from the entity '{{entityName}}'?", | ||
1000 | + "delete-from-relation-text": "Be careful, after the confirmation current entity will be unrelated from the entity '{{entityName}}'.", | ||
1001 | + "delete-from-relations-title": "Are you sure you want to delete { count, select, 1 {1 relation} other {# relations} }?", | ||
1002 | + "delete-from-relations-text": "Be careful, after the confirmation all selected relations will be removed and current entity will be unrelated from the corresponding entities.", | ||
1003 | + "remove-relation-filter": "Remove relation filter", | ||
1004 | + "add-relation-filter": "Add relation filter", | ||
1005 | + "any-relation": "Any relation", | ||
1006 | + "relation-filters": "Relation filters", | ||
1007 | + "additional-info": "Additional info (JSON)", | ||
1008 | + "invalid-additional-info": "Unable to parse additional info json." | ||
1009 | + }, | ||
1010 | + "rulechain": { // TODO | ||
1011 | + "rulechain": "Rule chain", | ||
1012 | + "rulechains": "Rule chains", | ||
1013 | + "root": "Root", | ||
1014 | + "delete": "Delete rule chain", | ||
1015 | + "name": "Name", | ||
1016 | + "name-required": "Name is required.", | ||
1017 | + "description": "Description", | ||
1018 | + "add": "Add Rule Chain", | ||
1019 | + "set-root": "Make rule chain root", | ||
1020 | + "set-root-rulechain-title": "Are you sure you want to make the rule chain '{{ruleChainName}}' root?", | ||
1021 | + "set-root-rulechain-text": "After the confirmation the rule chain will become root and will handle all incoming transport messages.", | ||
1022 | + "delete-rulechain-title": "Are you sure you want to delete the rule chain '{{ruleChainName}}'?", | ||
1023 | + "delete-rulechain-text": "Be careful, after the confirmation the rule chain and all related data will become unrecoverable.", | ||
1024 | + "delete-rulechains-title": "Are you sure you want to delete { count, select, 1 {1 rule chain} other {# rule chains} }?", | ||
1025 | + "delete-rulechains-action-title": "Delete { count, select, 1 {1 rule chain} other {# rule chains} }", | ||
1026 | + "delete-rulechains-text": "Be careful, after the confirmation all selected rule chains will be removed and all related data will become unrecoverable.", | ||
1027 | + "add-rulechain-text": "Add new rule chain", | ||
1028 | + "no-rulechains-text": "No rule chains found", | ||
1029 | + "rulechain-details": "Rule chain details", | ||
1030 | + "details": "Details", | ||
1031 | + "events": "Events", | ||
1032 | + "system": "System", | ||
1033 | + "import": "Import rule chain", | ||
1034 | + "export": "Export rule chain", | ||
1035 | + "export-failed-error": "Unable to export rule chain: {{error}}", | ||
1036 | + "create-new-rulechain": "Create new rule chain", | ||
1037 | + "rulechain-file": "Rule chain file", | ||
1038 | + "invalid-rulechain-file-error": "Unable to import rule chain: Invalid rule chain data structure.", | ||
1039 | + "copyId": "Copy rule chain Id", | ||
1040 | + "idCopiedMessage": "Rule chain Id has been copied to clipboard", | ||
1041 | + "select-rulechain": "Select rule chain", | ||
1042 | + "no-rulechains-matching": "No rule chains matching '{{entity}}' were found.", | ||
1043 | + "rulechain-required": "Rule chain is required", | ||
1044 | + "management": "Rules management", | ||
1045 | + "debug-mode": "Debug mode" | ||
1046 | + }, | ||
1047 | + "rulenode": { // TODO | ||
1048 | + "details": "Details", | ||
1049 | + "events": "Events", | ||
1050 | + "search": "Search nodes", | ||
1051 | + "open-node-library": "Open node library", | ||
1052 | + "add": "Add rule node", | ||
1053 | + "name": "Name", | ||
1054 | + "name-required": "Name is required.", | ||
1055 | + "type": "Type", | ||
1056 | + "description": "Description", | ||
1057 | + "delete": "Delete rule node", | ||
1058 | + "select-all-objects": "Select all nodes and connections", | ||
1059 | + "deselect-all-objects": "Deselect all nodes and connections", | ||
1060 | + "delete-selected-objects": "Delete selected nodes and connections", | ||
1061 | + "delete-selected": "Delete selected", | ||
1062 | + "select-all": "Select all", | ||
1063 | + "copy-selected": "Copy selected", | ||
1064 | + "deselect-all": "Deselect all", | ||
1065 | + "rulenode-details": "Rule node details", | ||
1066 | + "debug-mode": "Debug mode", | ||
1067 | + "configuration": "Configuration", | ||
1068 | + "link": "Link", | ||
1069 | + "link-details": "Rule node link details", | ||
1070 | + "add-link": "Add link", | ||
1071 | + "link-label": "Link label", | ||
1072 | + "link-label-required": "Link label is required.", | ||
1073 | + "custom-link-label": "Custom link label", | ||
1074 | + "custom-link-label-required": "Custom link label is required.", | ||
1075 | + "type-filter": "Filter", | ||
1076 | + "type-filter-details": "Filter incoming messages with configured conditions", | ||
1077 | + "type-enrichment": "Enrichment", | ||
1078 | + "type-enrichment-details": "Add additional information into Message Metadata", | ||
1079 | + "type-transformation": "Transformation", | ||
1080 | + "type-transformation-details": "Change Message payload and Metadata", | ||
1081 | + "type-action": "Action", | ||
1082 | + "type-action-details": "Perform special action", | ||
1083 | + "type-external": "External", | ||
1084 | + "type-external-details": "Interacts with external system", | ||
1085 | + "type-rule-chain": "Rule Chain", | ||
1086 | + "type-rule-chain-details": "Forwards incoming messages to specified Rule Chain", | ||
1087 | + "type-input": "Input", | ||
1088 | + "type-input-details": "Logical input of Rule Chain, forwards incoming messages to next related Rule Node", | ||
1089 | + "directive-is-not-loaded": "Defined configuration directive '{{directiveName}}' is not available.", | ||
1090 | + "ui-resources-load-error": "Failed to load configuration ui resources.", | ||
1091 | + "invalid-target-rulechain": "Unable to resolve target rule chain!", | ||
1092 | + "test-script-function": "Test script function", | ||
1093 | + "message": "Message", | ||
1094 | + "message-type": "Message type", | ||
1095 | + "message-type-required": "Message type is required", | ||
1096 | + "metadata": "Metadata", | ||
1097 | + "metadata-required": "Metadata entries can't be empty.", | ||
1098 | + "output": "Output", | ||
1099 | + "test": "Test", | ||
1100 | + "help": "Help" | ||
1101 | + }, | ||
481 | "tenant": { | 1102 | "tenant": { |
482 | "tenants": "테넌트", | 1103 | "tenants": "테넌트", |
483 | "management": "테넌트 관리", | 1104 | "management": "테넌트 관리", |
@@ -495,7 +1116,14 @@ export default function addLocaleKorean(locales) { | @@ -495,7 +1116,14 @@ export default function addLocaleKorean(locales) { | ||
495 | "delete-tenants-text": "선택된 테넌트가 삭제되고 관련된 모든 정보를 복구할 수 없으므로 주의하십시오.", | 1116 | "delete-tenants-text": "선택된 테넌트가 삭제되고 관련된 모든 정보를 복구할 수 없으므로 주의하십시오.", |
496 | "title": "타이틀", | 1117 | "title": "타이틀", |
497 | "title-required": "타이틀을 입력하세요.", | 1118 | "title-required": "타이틀을 입력하세요.", |
498 | - "description": "설명" | 1119 | + "description": "설명", |
1120 | + "details": "Details", // TODO | ||
1121 | + "events": "Events", // TODO | ||
1122 | + "copyId": "Copy tenant Id", // TODO | ||
1123 | + "idCopiedMessage": "Tenant Id has been copied to clipboard", // TODO | ||
1124 | + "select-tenant": "Select tenant", // TODO | ||
1125 | + "no-tenants-matching": "No tenants matching '{{entity}}' were found.", | ||
1126 | + "tenant-required": "Tenant is required" // TODO | ||
499 | }, | 1127 | }, |
500 | "timeinterval": { | 1128 | "timeinterval": { |
501 | "seconds-interval": "{ seconds, select, 1 {1 second} other {# seconds} }", | 1129 | "seconds-interval": "{ seconds, select, 1 {1 second} other {# seconds} }", |
@@ -548,7 +1176,18 @@ export default function addLocaleKorean(locales) { | @@ -548,7 +1176,18 @@ export default function addLocaleKorean(locales) { | ||
548 | "last-name": "성", | 1176 | "last-name": "성", |
549 | "description": "설명", | 1177 | "description": "설명", |
550 | "default-dashboard": "기본 대시보드", | 1178 | "default-dashboard": "기본 대시보드", |
551 | - "always-fullscreen": "항상 전체화면" | 1179 | + "always-fullscreen": "항상 전체화면", |
1180 | + "select-user": "Select user", // TODO | ||
1181 | + "no-users-matching": "No users matching '{{entity}}' were found.", // TODO | ||
1182 | + "user-required": "User is required", // TODO | ||
1183 | + "activation-method": "Activation method", // TODO | ||
1184 | + "display-activation-link": "Display activation link", // TODO | ||
1185 | + "send-activation-mail": "Send activation mail", // TODO | ||
1186 | + "activation-link": "User activation link", // TODO | ||
1187 | + "activation-link-text": "In order to activate user use the following <a href='{{activationLink}}' target='_blank'>activation link</a> :", // TODO | ||
1188 | + "copy-activation-link": "Copy activation link", // TODO | ||
1189 | + "activation-link-copied-message": "User activation link has been copied to clipboard", // TODO | ||
1190 | + "details": "Details" // TODO | ||
552 | }, | 1191 | }, |
553 | "value": { | 1192 | "value": { |
554 | "type": "Value type", | 1193 | "type": "Value type", |
@@ -613,6 +1252,18 @@ export default function addLocaleKorean(locales) { | @@ -613,6 +1252,18 @@ export default function addLocaleKorean(locales) { | ||
613 | "undo": "위젯 변경사항 취소", | 1252 | "undo": "위젯 변경사항 취소", |
614 | "export": "위젯 내보내기" | 1253 | "export": "위젯 내보내기" |
615 | }, | 1254 | }, |
1255 | + "widget-action": { // TODO | ||
1256 | + "header-button": "Widget header button", | ||
1257 | + "open-dashboard-state": "Navigate to new dashboard state", | ||
1258 | + "update-dashboard-state": "Update current dashboard state", | ||
1259 | + "open-dashboard": "Navigate to other dashboard", | ||
1260 | + "custom": "Custom action", | ||
1261 | + "target-dashboard-state": "Target dashboard state", | ||
1262 | + "target-dashboard-state-required": "Target dashboard state is required", | ||
1263 | + "set-entity-from-widget": "Set entity from widget", | ||
1264 | + "target-dashboard": "Target dashboard", | ||
1265 | + "open-right-layout": "Open right dashboard layout (mobile view)" | ||
1266 | + }, | ||
616 | "widgets-bundle": { | 1267 | "widgets-bundle": { |
617 | "current": "현재 번들", | 1268 | "current": "현재 번들", |
618 | "widgets-bundles": "위젯 번들", | 1269 | "widgets-bundles": "위젯 번들", |
@@ -676,6 +1327,20 @@ export default function addLocaleKorean(locales) { | @@ -676,6 +1327,20 @@ export default function addLocaleKorean(locales) { | ||
676 | "widget-type-file": "위젯 타입 파일", | 1327 | "widget-type-file": "위젯 타입 파일", |
677 | "invalid-widget-type-file-error": "위젯 타입을 가져오기 할 수 없습니다.: 잘못된 위젯 타입 데이터 구조입니다." | 1328 | "invalid-widget-type-file-error": "위젯 타입을 가져오기 할 수 없습니다.: 잘못된 위젯 타입 데이터 구조입니다." |
678 | }, | 1329 | }, |
1330 | + "icon": { // TODO | ||
1331 | + "icon": "Icon", | ||
1332 | + "select-icon": "Select icon", | ||
1333 | + "material-icons": "Material icons", | ||
1334 | + "show-all": "Show all icons" | ||
1335 | + }, | ||
1336 | + "custom": { | ||
1337 | + "widget-action": { | ||
1338 | + "action-cell-button": "Action cell button", | ||
1339 | + "row-click": "On row click", | ||
1340 | + "marker-click": "On marker click", | ||
1341 | + "tooltip-tag-action": "Tooltip tag action" | ||
1342 | + } | ||
1343 | + }, | ||
679 | "language": { | 1344 | "language": { |
680 | "language": "언어", | 1345 | "language": "언어", |
681 | "en_US": "영어", | 1346 | "en_US": "영어", |