@things-factory/board-ui 8.0.0 → 9.0.0-beta.3
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 +19 -19
- package/translations/en.json +31 -29
- package/translations/ja.json +33 -31
- package/translations/ko.json +33 -31
- package/translations/ms.json +28 -25
- package/translations/zh.json +31 -29
- package/client/apptools/favorite-tool.ts +0 -124
- package/client/board-list/board-tile-list.ts +0 -272
- package/client/board-list/group-bar-styles.ts +0 -63
- package/client/board-list/group-bar.ts +0 -99
- package/client/board-list/play-group-bar.ts +0 -88
- package/client/board-provider.ts +0 -92
- package/client/bootstrap.ts +0 -39
- package/client/data-grist/board-editor.ts +0 -113
- package/client/data-grist/board-renderer.ts +0 -134
- package/client/data-grist/color-map-editor.ts +0 -17
- package/client/data-grist/color-ranges-editor.ts +0 -17
- package/client/graphql/board-template.ts +0 -141
- package/client/graphql/board.ts +0 -273
- package/client/graphql/favorite-board.ts +0 -25
- package/client/graphql/group.ts +0 -138
- package/client/graphql/index.ts +0 -6
- package/client/graphql/my-board.ts +0 -25
- package/client/graphql/play-group.ts +0 -189
- package/client/index.ts +0 -10
- package/client/pages/attachment-list-page.ts +0 -142
- package/client/pages/board-list-page.ts +0 -603
- package/client/pages/board-modeller-page.ts +0 -288
- package/client/pages/board-player-by-name-page.ts +0 -29
- package/client/pages/board-player-page.ts +0 -241
- package/client/pages/board-template/board-template-list-page.ts +0 -248
- package/client/pages/board-viewer-by-name-page.ts +0 -24
- package/client/pages/board-viewer-page.ts +0 -271
- package/client/pages/font-list-page.ts +0 -31
- package/client/pages/play-list-page.ts +0 -400
- package/client/pages/printable-board-viewer-page.ts +0 -54
- package/client/pages/theme/theme-editors.ts +0 -56
- package/client/pages/theme/theme-list-page.ts +0 -313
- package/client/pages/things-scene-components-with-tools.import +0 -0
- package/client/pages/things-scene-components.import +0 -0
- package/client/route.ts +0 -51
- package/client/setting-let/board-view-setting-let.ts +0 -68
- package/client/themes/board-theme.css +0 -77
- package/client/things-scene-import.d.ts +0 -4
- package/client/viewparts/board-basic-info.ts +0 -646
- package/client/viewparts/board-info-link.ts +0 -56
- package/client/viewparts/board-info.ts +0 -85
- package/client/viewparts/board-template-builder.ts +0 -134
- package/client/viewparts/board-versions.ts +0 -172
- package/client/viewparts/group-info-basic.ts +0 -267
- package/client/viewparts/group-info-import.ts +0 -132
- package/client/viewparts/group-info.ts +0 -87
- package/client/viewparts/index.ts +0 -3
- package/client/viewparts/link-builder.ts +0 -210
- package/client/viewparts/play-group-info-basic.ts +0 -268
- package/client/viewparts/play-group-info-link.ts +0 -46
- package/client/viewparts/play-group-info.ts +0 -81
- package/server/index.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/board-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0-beta.3",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -27,23 +27,23 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@material/web": "^2.0.0",
|
|
30
|
-
"@operato/app": "^
|
|
31
|
-
"@operato/attachment": "^
|
|
32
|
-
"@operato/board": "^
|
|
33
|
-
"@operato/data-grist": "^
|
|
34
|
-
"@operato/graphql": "^
|
|
35
|
-
"@operato/help": "^
|
|
36
|
-
"@operato/i18n": "^
|
|
37
|
-
"@operato/layout": "^
|
|
38
|
-
"@operato/oops": "^
|
|
39
|
-
"@operato/popup": "^
|
|
40
|
-
"@operato/pull-to-refresh": "^
|
|
41
|
-
"@operato/shell": "^
|
|
42
|
-
"@operato/styles": "^
|
|
43
|
-
"@operato/utils": "^
|
|
44
|
-
"@things-factory/barcode-base": "^
|
|
45
|
-
"@things-factory/fav-base": "^
|
|
46
|
-
"@things-factory/utils": "^
|
|
30
|
+
"@operato/app": "^9.0.0-beta",
|
|
31
|
+
"@operato/attachment": "^9.0.0-beta",
|
|
32
|
+
"@operato/board": "^9.0.0-beta",
|
|
33
|
+
"@operato/data-grist": "^9.0.0-beta",
|
|
34
|
+
"@operato/graphql": "^9.0.0-beta",
|
|
35
|
+
"@operato/help": "^9.0.0-beta",
|
|
36
|
+
"@operato/i18n": "^9.0.0-beta",
|
|
37
|
+
"@operato/layout": "^9.0.0-beta",
|
|
38
|
+
"@operato/oops": "^9.0.0-beta",
|
|
39
|
+
"@operato/popup": "^9.0.0-beta",
|
|
40
|
+
"@operato/pull-to-refresh": "^9.0.0-beta",
|
|
41
|
+
"@operato/shell": "^9.0.0-beta",
|
|
42
|
+
"@operato/styles": "^9.0.0-beta",
|
|
43
|
+
"@operato/utils": "^9.0.0-beta",
|
|
44
|
+
"@things-factory/barcode-base": "^9.0.0-beta.3",
|
|
45
|
+
"@things-factory/fav-base": "^9.0.0-beta.3",
|
|
46
|
+
"@things-factory/utils": "^9.0.0-beta.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "1d7e0dd4c88f3c3f3bd311c00e4b1d1542d53634"
|
|
49
49
|
}
|
package/translations/en.json
CHANGED
|
@@ -79,44 +79,44 @@
|
|
|
79
79
|
"button.view-short": "view",
|
|
80
80
|
"button.zoom-in": "zoom in",
|
|
81
81
|
"button.zoom-out": "zoom out",
|
|
82
|
+
"component.audio": "audio",
|
|
83
|
+
"component.both arrow": "both arrow",
|
|
84
|
+
"component.color image": "color image",
|
|
82
85
|
"component.container": "container",
|
|
83
|
-
"component.
|
|
84
|
-
"component.
|
|
85
|
-
"component.
|
|
86
|
+
"component.dash": "dash",
|
|
87
|
+
"component.donut": "donut",
|
|
88
|
+
"component.ellipse": "ellipse",
|
|
89
|
+
"component.embed": "embed",
|
|
90
|
+
"component.gif image": "gif image",
|
|
91
|
+
"component.gif-view": "gif-view",
|
|
86
92
|
"component.global-ref": "global reference",
|
|
93
|
+
"component.gray image": "gray image",
|
|
87
94
|
"component.group": "group",
|
|
95
|
+
"component.image-view": "image-view",
|
|
96
|
+
"component.info-window": "info window",
|
|
88
97
|
"component.line": "line",
|
|
89
|
-
"component.
|
|
90
|
-
"component.
|
|
91
|
-
"component.both arrow": "both arrow",
|
|
92
|
-
"component.polyline": "polyline",
|
|
98
|
+
"component.local-ref": "local reference",
|
|
99
|
+
"component.model-layer": "canvas",
|
|
93
100
|
"component.ortholine": "ortholine",
|
|
94
|
-
"component.rect": "rect",
|
|
95
|
-
"component.ellipse": "ellipse",
|
|
96
|
-
"component.donut": "donut",
|
|
97
|
-
"component.triangle": "triangle",
|
|
98
101
|
"component.polygon": "polygon",
|
|
102
|
+
"component.polyline": "polyline",
|
|
103
|
+
"component.popup": "popup",
|
|
104
|
+
"component.rect": "rect",
|
|
105
|
+
"component.single arrow": "single arrow",
|
|
99
106
|
"component.star": "star",
|
|
100
107
|
"component.text": "text",
|
|
101
|
-
"component.
|
|
102
|
-
"component.gray image": "gray image",
|
|
103
|
-
"component.image-view": "image-view",
|
|
104
|
-
"component.gif image": "gif image",
|
|
105
|
-
"component.gif-view": "gif-view",
|
|
106
|
-
"component.audio": "audio",
|
|
108
|
+
"component.triangle": "triangle",
|
|
107
109
|
"component.video": "video",
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
+
"error.MAX_LENGTH_OF_X_IS_Y": "Maximum Length of {name} is {value}",
|
|
111
|
+
"error.SERVER-ERROR": "An error occurred at the server.({msg})",
|
|
112
|
+
"error.SHOULD_NOT_BE_EMPTY": "value '{value}' should not be empty",
|
|
110
113
|
"error.count over license limit": "Your board or domain count over license limit!",
|
|
111
114
|
"error.invalid license key": "Invalid license key!",
|
|
112
115
|
"error.license expiration notice": "License Expiration Notice",
|
|
113
116
|
"error.license key is empty": "License Key is empty!",
|
|
114
117
|
"error.license key is not certified": "License Key is not certified!",
|
|
115
118
|
"error.license token not valid": "Your license token data is not valid!",
|
|
116
|
-
"error.MAX_LENGTH_OF_X_IS_Y": "Maximum Length of {name} is {value}",
|
|
117
|
-
"error.SERVER-ERROR": "An error occurred at the server.({msg})",
|
|
118
119
|
"error.setting-error": "Setting error",
|
|
119
|
-
"error.SHOULD_NOT_BE_EMPTY": "value '{value}' should not be empty",
|
|
120
120
|
"error.your license due date is x, please renewal your license!": "Your license due date is {x}, please renewal your license!",
|
|
121
121
|
"error.your license is expired! expired date is [x]": "Your license is expired! Expired date is [{x}]",
|
|
122
122
|
"error.your license is not valid in this host": "Your license is not valid in this host!",
|
|
@@ -239,6 +239,7 @@
|
|
|
239
239
|
"label.domain-url": "Domain URL",
|
|
240
240
|
"label.domain_app": "domain application",
|
|
241
241
|
"label.donut-style": "donut style",
|
|
242
|
+
"label.draggable": "draggable",
|
|
242
243
|
"label.duration": "Duration",
|
|
243
244
|
"label.email-id": "email ID",
|
|
244
245
|
"label.email_address": "Email Address",
|
|
@@ -349,6 +350,7 @@
|
|
|
349
350
|
"label.min": "min",
|
|
350
351
|
"label.min-section": "min section",
|
|
351
352
|
"label.min-unit": "min unit",
|
|
353
|
+
"label.minimizable": "minimizable",
|
|
352
354
|
"label.minor": "Minor",
|
|
353
355
|
"label.minute-width": "Minute Width",
|
|
354
356
|
"label.miter": "miter",
|
|
@@ -601,6 +603,12 @@
|
|
|
601
603
|
"menu.variables": "Variables",
|
|
602
604
|
"scene.scene-height": "Scene Height(Pixel)",
|
|
603
605
|
"scene.scene-width": "Scene Width(Pixel)",
|
|
606
|
+
"text.NOTHING_CHANGED": "Nothing Changed",
|
|
607
|
+
"text.New Alarm Message is Arrived.": "New Alarm Message is Arrived.",
|
|
608
|
+
"text.Server Processing": "Server Processing ...",
|
|
609
|
+
"text.Success to Process": "Success to Process",
|
|
610
|
+
"text.Sure To Delete Important": "All related data will be removed. Are you sure to delete?",
|
|
611
|
+
"text.Sure to X": "Are you sure to {x}",
|
|
604
612
|
"text.add_files": "text.Add Files",
|
|
605
613
|
"text.board cloned": "board '{board}' is cloned successfully",
|
|
606
614
|
"text.board created": "board '{board}' is created successfully",
|
|
@@ -653,9 +661,7 @@
|
|
|
653
661
|
"text.modeller-save-title": "Save:Version Warning",
|
|
654
662
|
"text.move-to-home": "It will be moved to home.",
|
|
655
663
|
"text.name-and-group-required": "Label Name and Label Group is Required!",
|
|
656
|
-
"text.New Alarm Message is Arrived.": "New Alarm Message is Arrived.",
|
|
657
664
|
"text.no released version information available": "no released version information available",
|
|
658
|
-
"text.NOTHING_CHANGED": "Nothing Changed",
|
|
659
665
|
"text.only-edit-status-label-can-be-deleted": "Only EDIT Status Label allow to be deleted!",
|
|
660
666
|
"text.only-edit-status-label-can-be-saved": "Only authorized user and EDIT Status Label allow to be updated!",
|
|
661
667
|
"text.password_inited": "Password Initialized",
|
|
@@ -668,8 +674,8 @@
|
|
|
668
674
|
"text.processing_msg": "Your Request is Processing.",
|
|
669
675
|
"text.pw_changed": "Password is changed",
|
|
670
676
|
"text.pw_changed_msg": "Your Account Password is Changed",
|
|
671
|
-
"text.register_in_process": "User registering is on processing.",
|
|
672
677
|
"text.register-template": "register template",
|
|
678
|
+
"text.register_in_process": "User registering is on processing.",
|
|
673
679
|
"text.remaining_time": "remaining time: ",
|
|
674
680
|
"text.reorder play-group": "play-group '{playGroup}' is reordered successfully",
|
|
675
681
|
"text.request-role-success": "Role requested and admin will check it at e-mail.",
|
|
@@ -677,13 +683,9 @@
|
|
|
677
683
|
"text.saved": "saved",
|
|
678
684
|
"text.search with type, id or tag": "search with type, id or tag",
|
|
679
685
|
"text.select_file": "Select File",
|
|
680
|
-
"text.Server Processing": "Server Processing ...",
|
|
681
686
|
"text.server_unavailable": "text.Server Unavailable",
|
|
682
687
|
"text.settings-already-done": "Settings are already done.",
|
|
683
688
|
"text.stalled": "text.Stalled.",
|
|
684
|
-
"text.Success to Process": "Success to Process",
|
|
685
|
-
"text.Sure To Delete Important": "All related data will be removed. Are you sure to delete?",
|
|
686
|
-
"text.Sure to X": "Are you sure to {x}",
|
|
687
689
|
"text.sure-delete-domain": "Are you sure to delete it? (Every related data will be removed.)",
|
|
688
690
|
"text.sure-delete-domain-final": "Every related data will be removed. Are you sure to DELETE it?",
|
|
689
691
|
"text.sure-to-delete": "Are you sure to delete?",
|
package/translations/ja.json
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"APPROVAL": "配布待ち",
|
|
3
|
+
"EDIT": "編集",
|
|
4
|
+
"RELEASED": "配布",
|
|
3
5
|
"button.accept": "承認",
|
|
4
6
|
"button.account": "アカウント",
|
|
5
7
|
"button.add": "追加",
|
|
@@ -81,45 +83,44 @@
|
|
|
81
83
|
"button.view-short": "見る",
|
|
82
84
|
"button.zoom-in": "ズーム イン",
|
|
83
85
|
"button.zoom-out": "ズーム アウト",
|
|
86
|
+
"component.audio": "オーディオ",
|
|
87
|
+
"component.both arrow": "両方の矢印",
|
|
88
|
+
"component.color image": "カラー画像",
|
|
84
89
|
"component.container": "コンテナ",
|
|
85
|
-
"component.
|
|
86
|
-
"component.
|
|
87
|
-
"component.
|
|
90
|
+
"component.dash": "ダッシュ",
|
|
91
|
+
"component.donut": "ドーナツ",
|
|
92
|
+
"component.ellipse": "楕円",
|
|
93
|
+
"component.embed": "埋め込み",
|
|
94
|
+
"component.gif image": "GIF画像",
|
|
95
|
+
"component.gif-view": "GIFビュー",
|
|
88
96
|
"component.global-ref": "グローバル参照",
|
|
97
|
+
"component.gray image": "グレー画像",
|
|
89
98
|
"component.group": "グループ",
|
|
99
|
+
"component.image-view": "イメージビュー",
|
|
100
|
+
"component.info-window": "情報ウィンドウ",
|
|
90
101
|
"component.line": "ライン",
|
|
91
|
-
"component.
|
|
92
|
-
"component.
|
|
93
|
-
"component.both arrow": "両方の矢印",
|
|
94
|
-
"component.polyline": "ポリライン",
|
|
102
|
+
"component.local-ref": "ローカル参照",
|
|
103
|
+
"component.model-layer": "キャンバス",
|
|
95
104
|
"component.ortholine": "オーソライン",
|
|
96
|
-
"component.rect": "矩形",
|
|
97
|
-
"component.ellipse": "楕円",
|
|
98
|
-
"component.donut": "ドーナツ",
|
|
99
|
-
"component.triangle": "三角形",
|
|
100
105
|
"component.polygon": "ポリゴン",
|
|
106
|
+
"component.polyline": "ポリライン",
|
|
107
|
+
"component.popup": "ポップアップ",
|
|
108
|
+
"component.rect": "矩形",
|
|
109
|
+
"component.single arrow": "単一矢印",
|
|
101
110
|
"component.star": "星",
|
|
102
111
|
"component.text": "テキスト",
|
|
103
|
-
"component.
|
|
104
|
-
"component.gray image": "グレー画像",
|
|
105
|
-
"component.image-view": "イメージビュー",
|
|
106
|
-
"component.gif image": "GIF画像",
|
|
107
|
-
"component.gif-view": "GIFビュー",
|
|
108
|
-
"component.audio": "オーディオ",
|
|
112
|
+
"component.triangle": "三角形",
|
|
109
113
|
"component.video": "ビデオ",
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
114
|
+
"error.MAX_LENGTH_OF_X_IS_Y": "{name}の最大の長さは{value}です.",
|
|
115
|
+
"error.SERVER-ERROR": "サーバーでエラーが発生しました.({msg})",
|
|
116
|
+
"error.SHOULD_NOT_BE_EMPTY": "値'{value}'が空の値であってはなりません.",
|
|
113
117
|
"error.count over license limit": "ライセンスで規定したボードまたはドメイン数量を超えました!",
|
|
114
118
|
"error.invalid license key": "ライセンスが無効です!",
|
|
115
119
|
"error.license expiration notice": "ライセンス満了予定のお知らせ",
|
|
116
120
|
"error.license key is empty": "ライセンス情報がありません!",
|
|
117
121
|
"error.license key is not certified": "ライセンスが認証されていません!",
|
|
118
122
|
"error.license token not valid": "ライセンス トークン データのテストに失敗しました!",
|
|
119
|
-
"error.MAX_LENGTH_OF_X_IS_Y": "{name}の最大の長さは{value}です.",
|
|
120
|
-
"error.SERVER-ERROR": "サーバーでエラーが発生しました.({msg})",
|
|
121
123
|
"error.setting-error": "設定エラー",
|
|
122
|
-
"error.SHOULD_NOT_BE_EMPTY": "値'{value}'が空の値であってはなりません.",
|
|
123
124
|
"error.your license due date is x, please renewal your license!": "ライセンス期限は{x}です. ライセンスを更新してください!",
|
|
124
125
|
"error.your license is expired! expired date is [x]": "ライセンスが満了しました! 満了日は[{x}]です!",
|
|
125
126
|
"error.your license is not valid in this host": "このホストでライセンスが無効です!",
|
|
@@ -241,6 +242,7 @@
|
|
|
241
242
|
"label.domain-url": "ドメインURL",
|
|
242
243
|
"label.domain_app": "ドメイン アプリケーション",
|
|
243
244
|
"label.donut-style": "ドーナッツ スタイル",
|
|
245
|
+
"label.draggable": "ドラッグ機能",
|
|
244
246
|
"label.duration": "継続時間",
|
|
245
247
|
"label.email": "メール",
|
|
246
248
|
"label.email-id": "メールID",
|
|
@@ -351,6 +353,7 @@
|
|
|
351
353
|
"label.min": "最小",
|
|
352
354
|
"label.min-section": "min section",
|
|
353
355
|
"label.min-unit": "min unit",
|
|
356
|
+
"label.minimizable": "最小化機能",
|
|
354
357
|
"label.minor": "Minor",
|
|
355
358
|
"label.minute-width": "分針の厚さ",
|
|
356
359
|
"label.miter": "斜めの角形",
|
|
@@ -601,9 +604,14 @@
|
|
|
601
604
|
"menu.request-auth": "権限承認",
|
|
602
605
|
"menu.user-list": "ユーザー リスト",
|
|
603
606
|
"menu.variables": "変数管理",
|
|
604
|
-
"RELEASED": "配布",
|
|
605
607
|
"scene.scene-height": "場面(シーン) 高さ(ピクセル)",
|
|
606
608
|
"scene.scene-width": "場面(シーン) 広さ(ピクセル)",
|
|
609
|
+
"text.NOTHING_CHANGED": "変更はありません.",
|
|
610
|
+
"text.New Alarm Message is Arrived.": "新しい通知メッセージが届きました.",
|
|
611
|
+
"text.Server Processing": "処理中です..",
|
|
612
|
+
"text.Success to Process": "処理完了",
|
|
613
|
+
"text.Sure To Delete Important": "関連する全てのデータが削除されます. 削除しますか? ",
|
|
614
|
+
"text.Sure to X": "{x}しますか?",
|
|
607
615
|
"text.add_files": "ファイル追加",
|
|
608
616
|
"text.board cloned": "ボード '{board}'は正常にクローンされました",
|
|
609
617
|
"text.board created": "ボード'{board}'が作成されました",
|
|
@@ -656,9 +664,7 @@
|
|
|
656
664
|
"text.modeller-save-title": "保存:バージョン通知",
|
|
657
665
|
"text.move-to-home": "ホームに移動します.",
|
|
658
666
|
"text.name-and-group-required": "名前とグループ情報は必須情報です.",
|
|
659
|
-
"text.New Alarm Message is Arrived.": "新しい通知メッセージが届きました.",
|
|
660
667
|
"text.no released version information available": "リリースされたバージョン情報はありません",
|
|
661
|
-
"text.NOTHING_CHANGED": "変更はありません.",
|
|
662
668
|
"text.only-edit-status-label-can-be-deleted": "編集状態のBoardのみ削除できます!",
|
|
663
669
|
"text.only-edit-status-label-can-be-saved": "権限が付与されたユーザーと編集状態のBoardのみ修正できます!",
|
|
664
670
|
"text.password_inited": "パスワード リセット",
|
|
@@ -672,8 +678,8 @@
|
|
|
672
678
|
"text.processing_msg": "要請が処理中です.",
|
|
673
679
|
"text.pw_changed": "パスワード変更",
|
|
674
680
|
"text.pw_changed_msg": "パスワードが変更されました.",
|
|
675
|
-
"text.register_in_process": "ユーザー登録が進行中です.",
|
|
676
681
|
"text.register-template": "テンプレートを登録",
|
|
682
|
+
"text.register_in_process": "ユーザー登録が進行中です.",
|
|
677
683
|
"text.remaining_time": "残り時間: ",
|
|
678
684
|
"text.reorder play-group": "プレイグループ''{playGroup}'は正常に並べ替えられました",
|
|
679
685
|
"text.request-role-success": "要請した権限はシステム管理者に要請されました.",
|
|
@@ -681,13 +687,9 @@
|
|
|
681
687
|
"text.saved": "保存された",
|
|
682
688
|
"text.search with type, id or tag": "タイプ, IDまたはタグ名で検索",
|
|
683
689
|
"text.select_file": "ファイルを選択してください",
|
|
684
|
-
"text.Server Processing": "処理中です..",
|
|
685
690
|
"text.server_unavailable": "利用できないサーバー",
|
|
686
691
|
"text.setting-already-done": "セッティングが既に完了しています.",
|
|
687
692
|
"text.stalled": "停滞中...",
|
|
688
|
-
"text.Success to Process": "処理完了",
|
|
689
|
-
"text.Sure To Delete Important": "関連する全てのデータが削除されます. 削除しますか? ",
|
|
690
|
-
"text.Sure to X": "{x}しますか?",
|
|
691
693
|
"text.sure-delete-domain": "該当ドメインを削除しますか? (関連する全てのデータが削除されます.)",
|
|
692
694
|
"text.sure-delete-domain-final": "該当ドメインに含まれた全てのデータが削除されます. 削除しますか?",
|
|
693
695
|
"text.sure-to-delete": "削除しますか?",
|
package/translations/ko.json
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"APPROVAL": "배포대기",
|
|
3
|
+
"EDIT": "편집",
|
|
4
|
+
"RELEASED": "배포",
|
|
3
5
|
"button.accept": "승인",
|
|
4
6
|
"button.account": "계정",
|
|
5
7
|
"button.add": "추가",
|
|
@@ -81,45 +83,44 @@
|
|
|
81
83
|
"button.view-short": "보기",
|
|
82
84
|
"button.zoom-in": "줌 인",
|
|
83
85
|
"button.zoom-out": "줌 아웃",
|
|
86
|
+
"component.audio": "오디오",
|
|
87
|
+
"component.both arrow": "양방향 화살표",
|
|
88
|
+
"component.color image": "컬러 이미지",
|
|
84
89
|
"component.container": "컨테이너",
|
|
85
|
-
"component.
|
|
86
|
-
"component.
|
|
87
|
-
"component.
|
|
90
|
+
"component.dash": "대시라인",
|
|
91
|
+
"component.donut": "도넛",
|
|
92
|
+
"component.ellipse": "타원",
|
|
93
|
+
"component.embed": "embed",
|
|
94
|
+
"component.gif image": "GIF 이미지",
|
|
95
|
+
"component.gif-view": "GIF 뷰",
|
|
88
96
|
"component.global-ref": "글로벌 레퍼런스",
|
|
97
|
+
"component.gray image": "흑백 이미지",
|
|
89
98
|
"component.group": "그룹",
|
|
99
|
+
"component.image-view": "이미지",
|
|
100
|
+
"component.info-window": "인포윈도우",
|
|
90
101
|
"component.line": "선",
|
|
91
|
-
"component.
|
|
92
|
-
"component.
|
|
93
|
-
"component.both arrow": "양방향 화살표",
|
|
94
|
-
"component.polyline": "폴리라인",
|
|
102
|
+
"component.local-ref": "로컬 레퍼런스",
|
|
103
|
+
"component.model-layer": "캔바스",
|
|
95
104
|
"component.ortholine": "직교라인",
|
|
96
|
-
"component.rect": "사각형",
|
|
97
|
-
"component.ellipse": "타원",
|
|
98
|
-
"component.donut": "도넛",
|
|
99
|
-
"component.triangle": "삼각형",
|
|
100
105
|
"component.polygon": "다각형",
|
|
106
|
+
"component.polyline": "폴리라인",
|
|
107
|
+
"component.popup": "팝업",
|
|
108
|
+
"component.rect": "사각형",
|
|
109
|
+
"component.single arrow": "단방향 화살표",
|
|
101
110
|
"component.star": "별",
|
|
102
111
|
"component.text": "텍스트",
|
|
103
|
-
"component.
|
|
104
|
-
"component.gray image": "흑백 이미지",
|
|
105
|
-
"component.image-view": "이미지",
|
|
106
|
-
"component.gif image": "GIF 이미지",
|
|
107
|
-
"component.gif-view": "GIF 뷰",
|
|
108
|
-
"component.audio": "오디오",
|
|
112
|
+
"component.triangle": "삼각형",
|
|
109
113
|
"component.video": "비디오",
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
114
|
+
"error.MAX_LENGTH_OF_X_IS_Y": "{name}의 최대 길이는 {value} 입니다.",
|
|
115
|
+
"error.SERVER-ERROR": "서버에서 에러가 발생했습니다.({msg})",
|
|
116
|
+
"error.SHOULD_NOT_BE_EMPTY": "값 '{value}'이 빈값이면 안됩니다.",
|
|
113
117
|
"error.count over license limit": "라이선스에서 규정한 보드 또는 도메인 수량을 초과 하였습니다!",
|
|
114
118
|
"error.invalid license key": "라이센스가 유효하지 않습니다!",
|
|
115
119
|
"error.license expiration notice": "라이선스 만료예정 알림",
|
|
116
120
|
"error.license key is empty": "라이센스 정보가 없습니다!",
|
|
117
121
|
"error.license key is not certified": "라이센스가 인증되지 않았습니다!",
|
|
118
122
|
"error.license token not valid": "라이선스 토큰 데이터 검사에 실패하였습니다!",
|
|
119
|
-
"error.MAX_LENGTH_OF_X_IS_Y": "{name}의 최대 길이는 {value} 입니다.",
|
|
120
|
-
"error.SERVER-ERROR": "서버에서 에러가 발생했습니다.({msg})",
|
|
121
123
|
"error.setting-error": "설정 오류",
|
|
122
|
-
"error.SHOULD_NOT_BE_EMPTY": "값 '{value}'이 빈값이면 안됩니다.",
|
|
123
124
|
"error.your license due date is x, please renewal your license!": "라이센스 기한은 {x}입니다. 라이센스를 갱신하십시오!",
|
|
124
125
|
"error.your license is expired! expired date is [x]": "라이센스가 만료되었습니다! 만료일은 [{x}]입니다!",
|
|
125
126
|
"error.your license is not valid in this host": "이 호스트에서 라이센스가 유효하지 않습니다!",
|
|
@@ -241,6 +242,7 @@
|
|
|
241
242
|
"label.domain-url": "도메인 URL",
|
|
242
243
|
"label.domain_app": "도메인 애플리케이션",
|
|
243
244
|
"label.donut-style": "도넛 스타일",
|
|
245
|
+
"label.draggable": "드래깅 기능",
|
|
244
246
|
"label.duration": "지속 시간",
|
|
245
247
|
"label.email": "이메일",
|
|
246
248
|
"label.email-id": "이메일 ID",
|
|
@@ -351,6 +353,7 @@
|
|
|
351
353
|
"label.min": "최소",
|
|
352
354
|
"label.min-section": "min section",
|
|
353
355
|
"label.min-unit": "min unit",
|
|
356
|
+
"label.minimizable": "최소화 기능",
|
|
354
357
|
"label.minor": "Minor",
|
|
355
358
|
"label.minute-width": "분침 두께",
|
|
356
359
|
"label.miter": "비스듬한 각모양",
|
|
@@ -601,9 +604,14 @@
|
|
|
601
604
|
"menu.request-auth": "권한 승인",
|
|
602
605
|
"menu.user-list": "사용자 관리",
|
|
603
606
|
"menu.variables": "변수관리",
|
|
604
|
-
"RELEASED": "배포",
|
|
605
607
|
"scene.scene-height": "장면(씬) 높이(픽셀)",
|
|
606
608
|
"scene.scene-width": "장면(씬) 넓이(픽셀)",
|
|
609
|
+
"text.NOTHING_CHANGED": "변경된 것이 없습니다.",
|
|
610
|
+
"text.New Alarm Message is Arrived.": "새로운 알람 메시지가 도착했습니다.",
|
|
611
|
+
"text.Server Processing": "처리 중 입니다 ..",
|
|
612
|
+
"text.Success to Process": "처리 완료",
|
|
613
|
+
"text.Sure To Delete Important": "관련된 모든 데이터가 삭제됩니다. 삭제하시겠습니까? ",
|
|
614
|
+
"text.Sure to X": "{x} 하시겠습니까?",
|
|
607
615
|
"text.add_files": "파일 추가",
|
|
608
616
|
"text.board cloned": "보드 '{board}'이 복사되었습니다",
|
|
609
617
|
"text.board created": "보드 '{board}'이 생성되었습니다",
|
|
@@ -656,9 +664,7 @@
|
|
|
656
664
|
"text.modeller-save-title": "저장:버전알림",
|
|
657
665
|
"text.move-to-home": "홈으로 이동합니다.",
|
|
658
666
|
"text.name-and-group-required": "이름과 그룹 정보는 필수 정보입니다.",
|
|
659
|
-
"text.New Alarm Message is Arrived.": "새로운 알람 메시지가 도착했습니다.",
|
|
660
667
|
"text.no released version information available": "배포된 버전이 없습니다",
|
|
661
|
-
"text.NOTHING_CHANGED": "변경된 것이 없습니다.",
|
|
662
668
|
"text.only-edit-status-label-can-be-deleted": "편집 상태의 Board만 삭제할 수 있습니다!",
|
|
663
669
|
"text.only-edit-status-label-can-be-saved": "권한이 부여된 사용자와 편집 상태의 Board만 수정할 수 있습니다!",
|
|
664
670
|
"text.password_inited": "비밀번호 초기화",
|
|
@@ -672,8 +678,8 @@
|
|
|
672
678
|
"text.processing_msg": "요청이 처리중 입니다.",
|
|
673
679
|
"text.pw_changed": "비밀번호 변경",
|
|
674
680
|
"text.pw_changed_msg": "비밀번호가 변경 되었습니다.",
|
|
675
|
-
"text.register_in_process": "사용자 등록이 진행 중입니다.",
|
|
676
681
|
"text.register-template": "템플릿 등록",
|
|
682
|
+
"text.register_in_process": "사용자 등록이 진행 중입니다.",
|
|
677
683
|
"text.remaining_time": "남은시간: ",
|
|
678
684
|
"text.reorder play-group": "플레이그룹 '{playGroup}'이 재정열되었습니다",
|
|
679
685
|
"text.request-role-success": "요청한 권한은 시스템 관리자에게 요청되었습니다.",
|
|
@@ -681,13 +687,9 @@
|
|
|
681
687
|
"text.saved": "저장되었습니다",
|
|
682
688
|
"text.search with type, id or tag": "타입, 아이디 또는 태그이름으로 검색",
|
|
683
689
|
"text.select_file": "파일을 선택하세요",
|
|
684
|
-
"text.Server Processing": "처리 중 입니다 ..",
|
|
685
690
|
"text.server_unavailable": "이용할 수 없는 서버",
|
|
686
691
|
"text.setting-already-done": "세팅이 이미 완료되었습니다.",
|
|
687
692
|
"text.stalled": "정체중...",
|
|
688
|
-
"text.Success to Process": "처리 완료",
|
|
689
|
-
"text.Sure To Delete Important": "관련된 모든 데이터가 삭제됩니다. 삭제하시겠습니까? ",
|
|
690
|
-
"text.Sure to X": "{x} 하시겠습니까?",
|
|
691
693
|
"text.sure-delete-domain": "해당 도메인을 삭제하시겠습니까? (관련된 모든 데이터가 삭제됩니다.)",
|
|
692
694
|
"text.sure-delete-domain-final": "해당 도메인에 포함된 모든 데이터가 삭제됩니다. 삭제하시겠습니까?",
|
|
693
695
|
"text.sure-to-delete": "삭제하시겠습니까?",
|
package/translations/ms.json
CHANGED
|
@@ -79,44 +79,44 @@
|
|
|
79
79
|
"button.view-short": "Lihat",
|
|
80
80
|
"button.zoom-in": "Zum Masuk",
|
|
81
81
|
"button.zoom-out": "Zum Keluar",
|
|
82
|
+
"component.audio": "audio",
|
|
83
|
+
"component.both arrow": "kedua-dua anak panah",
|
|
84
|
+
"component.color image": "gambar berwarna",
|
|
82
85
|
"component.container": "kontena",
|
|
83
|
-
"component.
|
|
84
|
-
"component.
|
|
85
|
-
"component.
|
|
86
|
+
"component.dash": "dash",
|
|
87
|
+
"component.donut": "donut",
|
|
88
|
+
"component.ellipse": "elips",
|
|
89
|
+
"component.embed": "tanam",
|
|
90
|
+
"component.gif image": "gambar gif",
|
|
91
|
+
"component.gif-view": "paparan gif",
|
|
86
92
|
"component.global-ref": "rujukan global",
|
|
93
|
+
"component.gray image": "gambar kelabu",
|
|
87
94
|
"component.group": "kumpulan",
|
|
95
|
+
"component.image-view": "paparan imej",
|
|
96
|
+
"component.info-window": "tingkap maklumat",
|
|
88
97
|
"component.line": "garis",
|
|
89
|
-
"component.
|
|
90
|
-
"component.
|
|
91
|
-
"component.both arrow": "kedua-dua anak panah",
|
|
92
|
-
"component.polyline": "polilin",
|
|
98
|
+
"component.local-ref": "rujukan tempatan",
|
|
99
|
+
"component.model-layer": "kainvas",
|
|
93
100
|
"component.ortholine": "ortolin",
|
|
94
|
-
"component.rect": "segi empat",
|
|
95
|
-
"component.ellipse": "elips",
|
|
96
|
-
"component.donut": "donut",
|
|
97
|
-
"component.triangle": "segitiga",
|
|
98
101
|
"component.polygon": "poligon",
|
|
102
|
+
"component.polyline": "polilin",
|
|
103
|
+
"component.popup": "popup",
|
|
104
|
+
"component.rect": "segi empat",
|
|
105
|
+
"component.single arrow": "anak panah tunggal",
|
|
99
106
|
"component.star": "bintang",
|
|
100
107
|
"component.text": "teks",
|
|
101
|
-
"component.
|
|
102
|
-
"component.gray image": "gambar kelabu",
|
|
103
|
-
"component.image-view": "paparan imej",
|
|
104
|
-
"component.gif image": "gambar gif",
|
|
105
|
-
"component.gif-view": "paparan gif",
|
|
106
|
-
"component.audio": "audio",
|
|
108
|
+
"component.triangle": "segitiga",
|
|
107
109
|
"component.video": "video",
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
+
"error.MAX_LENGTH_OF_X_IS_Y": "Panjang Maksimum {name} adalah {value}",
|
|
111
|
+
"error.SERVER-ERROR": "Ralat berlaku di pelayan. ({msg})",
|
|
112
|
+
"error.SHOULD_NOT_BE_EMPTY": "Nilai '{value}' tidak boleh kosong",
|
|
110
113
|
"error.count over license limit": "Bilangan papan atau domain anda melebihi had lesen!",
|
|
111
114
|
"error.invalid license key": "Kunci Lesen tidak sah!",
|
|
112
115
|
"error.license expiration notice": "Notis Tamat Tempoh Lesen",
|
|
113
116
|
"error.license key is empty": "Kunci Lesen kosong!",
|
|
114
117
|
"error.license key is not certified": "Kunci Lesen tidak disahkan!",
|
|
115
118
|
"error.license token not valid": "Data token lesen anda tidak sah!",
|
|
116
|
-
"error.MAX_LENGTH_OF_X_IS_Y": "Panjang Maksimum {name} adalah {value}",
|
|
117
|
-
"error.SERVER-ERROR": "Ralat berlaku di pelayan. ({msg})",
|
|
118
119
|
"error.setting-error": "Ralat Tetapan",
|
|
119
|
-
"error.SHOULD_NOT_BE_EMPTY": "Nilai '{value}' tidak boleh kosong",
|
|
120
120
|
"error.your license due date is x, please renewal your license!": "Tarikh tamat tempoh lesen anda adalah {x}, sila perbaharui lesen anda!",
|
|
121
121
|
"error.your license is expired! expired date is [x]": "Lesen anda sudah tamat tempoh! Tarikh tamat tempoh adalah [{x}]",
|
|
122
122
|
"error.your license is not valid in this host": "Lesen anda tidak sah di hos ini!",
|
|
@@ -192,6 +192,7 @@
|
|
|
192
192
|
"label.clear": "Kosongkan",
|
|
193
193
|
"label.client-id": "ID Pelanggan",
|
|
194
194
|
"label.client_name": "Nama Pelanggan",
|
|
195
|
+
"label.closable": "Boleh Ditutup",
|
|
195
196
|
"label.close": "Tutup",
|
|
196
197
|
"label.color": "Warna",
|
|
197
198
|
"label.color-contrast": "Kontras Warna",
|
|
@@ -227,6 +228,7 @@
|
|
|
227
228
|
"label.dialog-settings": "Tetapan Dialog",
|
|
228
229
|
"label.disable": "Matikan",
|
|
229
230
|
"label.divider": "Pengasing",
|
|
231
|
+
"label.draggable": "Boleh Diseret",
|
|
230
232
|
"label.dropdown": "Runcingkan",
|
|
231
233
|
"label.dropdown-list": "Senarai Runcingkan",
|
|
232
234
|
"label.e_mail": "E-mel",
|
|
@@ -329,6 +331,7 @@
|
|
|
329
331
|
"label.min_height": "Ketinggian Minimum",
|
|
330
332
|
"label.min_length": "Panjang Minimum",
|
|
331
333
|
"label.min_width": "Lebar Minimum",
|
|
334
|
+
"label.minimizable": "Boleh Dikecilkan",
|
|
332
335
|
"label.mint": "Mint",
|
|
333
336
|
"label.missing": "Hilang",
|
|
334
337
|
"label.mobile_phone": "Telefon Mudah Alih",
|
|
@@ -437,8 +440,8 @@
|
|
|
437
440
|
"label.strikethrough": "Garis Batal",
|
|
438
441
|
"label.success": "Berjaya",
|
|
439
442
|
"label.support": "Sokongan",
|
|
440
|
-
"label.suspend": "Tangguhkan",
|
|
441
443
|
"label.support-markdown": "Format Markdown",
|
|
444
|
+
"label.suspend": "Tangguhkan",
|
|
442
445
|
"label.switch": "Tukar",
|
|
443
446
|
"label.tab": "Tab",
|
|
444
447
|
"label.table": "Jadual",
|
|
@@ -449,8 +452,8 @@
|
|
|
449
452
|
"label.template": "templat",
|
|
450
453
|
"label.text": "Teks",
|
|
451
454
|
"label.text-align": "Jajar Teks",
|
|
452
|
-
"label.text_color": "Warna Teks",
|
|
453
455
|
"label.text-overflow": "melimpah teks",
|
|
456
|
+
"label.text_color": "Warna Teks",
|
|
454
457
|
"label.three-d": "3D",
|
|
455
458
|
"label.time": "Masa",
|
|
456
459
|
"label.title": "Tajuk",
|
|
@@ -555,8 +558,8 @@
|
|
|
555
558
|
"text.play-group created": "kumpulan mainan '{playGroup}' berjaya dicipta",
|
|
556
559
|
"text.play-group deleted": "kumpulan mainan '{playGroup}' berjaya dipadam",
|
|
557
560
|
"text.play-group updated": "kumpulan mainan '{playGroup}' berjaya dikemaskini",
|
|
558
|
-
"text.reorder play-group": "play-group '{playGroup}' telah berjaya diatur semula",
|
|
559
561
|
"text.register-template": "daftar templat",
|
|
562
|
+
"text.reorder play-group": "play-group '{playGroup}' telah berjaya diatur semula",
|
|
560
563
|
"text.save": "Simpan",
|
|
561
564
|
"text.saved": "Disimpan",
|
|
562
565
|
"text.saving": "Menyimpan...",
|