@univerjs/uniscript 0.24.0 → 0.25.0-insiders.20260608-e4336f7

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.
Files changed (91) hide show
  1. package/lib/cjs/index.js +10 -10
  2. package/lib/cjs/locale/ar-SA.js +14 -0
  3. package/lib/cjs/locale/ca-ES.js +7 -9
  4. package/lib/cjs/locale/de-DE.js +14 -0
  5. package/lib/cjs/locale/en-US.js +7 -9
  6. package/lib/cjs/locale/es-ES.js +7 -9
  7. package/lib/cjs/locale/fa-IR.js +7 -9
  8. package/lib/cjs/locale/fr-FR.js +7 -9
  9. package/lib/cjs/locale/id-ID.js +14 -0
  10. package/lib/cjs/locale/it-IT.js +14 -0
  11. package/lib/cjs/locale/ja-JP.js +7 -9
  12. package/lib/cjs/locale/ko-KR.js +7 -9
  13. package/lib/cjs/locale/pl-PL.js +14 -0
  14. package/lib/cjs/locale/pt-BR.js +14 -0
  15. package/lib/cjs/locale/ru-RU.js +7 -9
  16. package/lib/cjs/locale/sk-SK.js +7 -9
  17. package/lib/cjs/locale/vi-VN.js +7 -9
  18. package/lib/cjs/locale/zh-CN.js +7 -9
  19. package/lib/cjs/locale/zh-HK.js +14 -0
  20. package/lib/cjs/locale/zh-TW.js +7 -9
  21. package/lib/es/index.js +10 -10
  22. package/lib/es/locale/ar-SA.js +13 -0
  23. package/lib/es/locale/ca-ES.js +7 -9
  24. package/lib/es/locale/de-DE.js +13 -0
  25. package/lib/es/locale/en-US.js +7 -9
  26. package/lib/es/locale/es-ES.js +7 -9
  27. package/lib/es/locale/fa-IR.js +7 -9
  28. package/lib/es/locale/fr-FR.js +7 -9
  29. package/lib/es/locale/id-ID.js +13 -0
  30. package/lib/es/locale/it-IT.js +13 -0
  31. package/lib/es/locale/ja-JP.js +7 -9
  32. package/lib/es/locale/ko-KR.js +7 -9
  33. package/lib/es/locale/pl-PL.js +13 -0
  34. package/lib/es/locale/pt-BR.js +13 -0
  35. package/lib/es/locale/ru-RU.js +7 -9
  36. package/lib/es/locale/sk-SK.js +7 -9
  37. package/lib/es/locale/vi-VN.js +7 -9
  38. package/lib/es/locale/zh-CN.js +7 -9
  39. package/lib/es/locale/zh-HK.js +13 -0
  40. package/lib/es/locale/zh-TW.js +7 -9
  41. package/lib/index.js +10 -10
  42. package/lib/locale/ar-SA.js +13 -0
  43. package/lib/locale/ca-ES.js +7 -9
  44. package/lib/locale/de-DE.js +13 -0
  45. package/lib/locale/en-US.js +7 -9
  46. package/lib/locale/es-ES.js +7 -9
  47. package/lib/locale/fa-IR.js +7 -9
  48. package/lib/locale/fr-FR.js +7 -9
  49. package/lib/locale/id-ID.js +13 -0
  50. package/lib/locale/it-IT.js +13 -0
  51. package/lib/locale/ja-JP.js +7 -9
  52. package/lib/locale/ko-KR.js +7 -9
  53. package/lib/locale/pl-PL.js +13 -0
  54. package/lib/locale/pt-BR.js +13 -0
  55. package/lib/locale/ru-RU.js +7 -9
  56. package/lib/locale/sk-SK.js +7 -9
  57. package/lib/locale/vi-VN.js +7 -9
  58. package/lib/locale/zh-CN.js +7 -9
  59. package/lib/locale/zh-HK.js +13 -0
  60. package/lib/locale/zh-TW.js +7 -9
  61. package/lib/types/locale/ar-SA.d.ts +18 -0
  62. package/lib/types/locale/de-DE.d.ts +18 -0
  63. package/lib/types/locale/en-US.d.ts +1 -3
  64. package/lib/types/locale/id-ID.d.ts +18 -0
  65. package/lib/types/locale/it-IT.d.ts +18 -0
  66. package/lib/types/locale/pl-PL.d.ts +18 -0
  67. package/lib/types/locale/pt-BR.d.ts +18 -0
  68. package/lib/types/locale/zh-HK.d.ts +18 -0
  69. package/lib/types/views/components/ScriptEditorPanel.d.ts +1 -1
  70. package/lib/umd/index.js +1 -1
  71. package/lib/umd/locale/ar-SA.js +1 -0
  72. package/lib/umd/locale/ca-ES.js +1 -1
  73. package/lib/umd/locale/de-DE.js +1 -0
  74. package/lib/umd/locale/en-US.js +1 -1
  75. package/lib/umd/locale/es-ES.js +1 -1
  76. package/lib/umd/locale/fa-IR.js +1 -1
  77. package/lib/umd/locale/fr-FR.js +1 -1
  78. package/lib/umd/locale/id-ID.js +1 -0
  79. package/lib/umd/locale/it-IT.js +1 -0
  80. package/lib/umd/locale/ja-JP.js +1 -1
  81. package/lib/umd/locale/ko-KR.js +1 -1
  82. package/lib/umd/locale/pl-PL.js +1 -0
  83. package/lib/umd/locale/pt-BR.js +1 -0
  84. package/lib/umd/locale/ru-RU.js +1 -1
  85. package/lib/umd/locale/sk-SK.js +1 -1
  86. package/lib/umd/locale/vi-VN.js +1 -1
  87. package/lib/umd/locale/zh-CN.js +1 -1
  88. package/lib/umd/locale/zh-HK.js +1 -0
  89. package/lib/umd/locale/zh-TW.js +1 -1
  90. package/package.json +9 -9
  91. package/LICENSE +0 -176
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/es-ES.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Mostrar/Ocultar panel de Uniscript" },
6
- panel: { execute: "Ejecutar script" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Mostrar/Ocultar panel de Uniscript" },
5
+ panel: { execute: "Ejecutar script" },
6
+ message: {
9
7
  success: "Ejecución exitosa",
10
8
  failed: "Ejecución fallida"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/fa-IR.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "نمایش/مخفی کردن پنل Uniscript" },
6
- panel: { execute: "اجرای اسکریپت" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "نمایش/مخفی کردن پنل Uniscript" },
5
+ panel: { execute: "اجرای اسکریپت" },
6
+ message: {
9
7
  success: "اجرای موفق",
10
8
  failed: "اجرای ناموفق"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/fr-FR.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Basculer le panneau Uniscript" },
6
- panel: { execute: "Exécuter le script" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Basculer le panneau Uniscript" },
5
+ panel: { execute: "Exécuter le script" },
6
+ message: {
9
7
  success: "Exécution réussie",
10
8
  failed: "Échec de l'exécution"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -0,0 +1,13 @@
1
+ //#region src/locale/id-ID.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Alihkan Panel Uniscript" },
5
+ panel: { execute: "Jalankan Skrip" },
6
+ message: {
7
+ success: "Eksekusi Berhasil",
8
+ failed: "Eksekusi Gagal"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };
@@ -0,0 +1,13 @@
1
+ //#region src/locale/it-IT.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Attiva/Disattiva Pannello Uniscript" },
5
+ panel: { execute: "Esegui Script" },
6
+ message: {
7
+ success: "Esecuzione Riuscita",
8
+ failed: "Esecuzione Fallita"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/ja-JP.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Uniscriptパネルを切り替え" },
6
- panel: { execute: "スクリプトを実行" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Uniscriptパネルを切り替え" },
5
+ panel: { execute: "スクリプトを実行" },
6
+ message: {
9
7
  success: "実行に成功しました",
10
8
  failed: "実行に失敗しました"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/ko-KR.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Uniscript 패널 전환" },
6
- panel: { execute: "스크립트 실행" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Uniscript 패널 전환" },
5
+ panel: { execute: "스크립트 실행" },
6
+ message: {
9
7
  success: "실행 성공",
10
8
  failed: "실행 실패"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -0,0 +1,13 @@
1
+ //#region src/locale/pl-PL.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Przełącz panel Uniscript" },
5
+ panel: { execute: "Wykonaj skrypt" },
6
+ message: {
7
+ success: "Wykonanie zakończone sukcesem",
8
+ failed: "Wykonanie nie powiodło się"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };
@@ -0,0 +1,13 @@
1
+ //#region src/locale/pt-BR.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Alternar Painel do Uniscript" },
5
+ panel: { execute: "Executar Script" },
6
+ message: {
7
+ success: "Execução bem-sucedida",
8
+ failed: "Execução falhou"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/ru-RU.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Юнискрипт",
5
- tooltip: { "menu-button": "Переключить панель Юнискрипт" },
6
- panel: { execute: "Выполнить скрипт" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Юнискрипт",
4
+ tooltip: { "menu-button": "Переключить панель Юнискрипт" },
5
+ panel: { execute: "Выполнить скрипт" },
6
+ message: {
9
7
  success: "Выполнение успешно",
10
8
  failed: "Выполнение не удалось"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/sk-SK.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Prepnúť panel Uniscript" },
6
- panel: { execute: "Spustiť skript" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Prepnúť panel Uniscript" },
5
+ panel: { execute: "Spustiť skript" },
6
+ message: {
9
7
  success: "Spustenie úspešné",
10
8
  failed: "Spustenie zlyhalo"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/vi-VN.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Mở/Thu gọn bảng điều khiển Uniscript" },
6
- panel: { execute: "Thực thi Uniscript" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Mở/Thu gọn bảng điều khiển Uniscript" },
5
+ panel: { execute: "Thực thi Uniscript" },
6
+ message: {
9
7
  success: "Thực thi thành công",
10
8
  failed: "Thực thi thất bại"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/zh-CN.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "打开收起 Uniscript 面板" },
6
- panel: { execute: "执行 Uniscript" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "打开收起 Uniscript 面板" },
5
+ panel: { execute: "执行 Uniscript" },
6
+ message: {
9
7
  success: "执行成功",
10
8
  failed: "执行失败"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -0,0 +1,13 @@
1
+ //#region src/locale/zh-HK.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "打開收起 Uniscript 面板" },
5
+ panel: { execute: "執行 Uniscript" },
6
+ message: {
7
+ success: "執行成功",
8
+ failed: "執行失敗"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/zh-TW.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "打開收起 Uniscript 面板" },
6
- panel: { execute: "執行 Uniscript" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "打開收起 Uniscript 面板" },
5
+ panel: { execute: "執行 Uniscript" },
6
+ message: {
9
7
  success: "執行成功",
10
8
  failed: "執行失敗"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
package/lib/index.js CHANGED
@@ -9,7 +9,7 @@ import { useCallback, useEffect, useRef } from "react";
9
9
  import { FUniver } from "@univerjs/core/facade";
10
10
  import { jsx, jsxs } from "react/jsx-runtime";
11
11
 
12
- //#region \0@oxc-project+runtime@0.129.0/helpers/typeof.js
12
+ //#region \0@oxc-project+runtime@0.134.0/helpers/esm/typeof.js
13
13
  function _typeof(o) {
14
14
  "@babel/helpers - typeof";
15
15
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -20,7 +20,7 @@ function _typeof(o) {
20
20
  }
21
21
 
22
22
  //#endregion
23
- //#region \0@oxc-project+runtime@0.129.0/helpers/toPrimitive.js
23
+ //#region \0@oxc-project+runtime@0.134.0/helpers/esm/toPrimitive.js
24
24
  function toPrimitive(t, r) {
25
25
  if ("object" != _typeof(t) || !t) return t;
26
26
  var e = t[Symbol.toPrimitive];
@@ -33,14 +33,14 @@ function toPrimitive(t, r) {
33
33
  }
34
34
 
35
35
  //#endregion
36
- //#region \0@oxc-project+runtime@0.129.0/helpers/toPropertyKey.js
36
+ //#region \0@oxc-project+runtime@0.134.0/helpers/esm/toPropertyKey.js
37
37
  function toPropertyKey(t) {
38
38
  var i = toPrimitive(t, "string");
39
39
  return "symbol" == _typeof(i) ? i : i + "";
40
40
  }
41
41
 
42
42
  //#endregion
43
- //#region \0@oxc-project+runtime@0.129.0/helpers/defineProperty.js
43
+ //#region \0@oxc-project+runtime@0.134.0/helpers/esm/defineProperty.js
44
44
  function _defineProperty(e, r, t) {
45
45
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
46
46
  value: t,
@@ -104,7 +104,7 @@ const ToggleScriptPanelOperation = {
104
104
  } else {
105
105
  scriptPanelService.open();
106
106
  sidebarService.open({
107
- header: { title: "script-panel.title" },
107
+ header: { title: "uniscript.title" },
108
108
  children: { label: ScriptPanelComponentName },
109
109
  width: 600
110
110
  });
@@ -116,7 +116,7 @@ const ToggleScriptPanelOperation = {
116
116
  //#endregion
117
117
  //#region package.json
118
118
  var name = "@univerjs/uniscript";
119
- var version = "0.24.0";
119
+ var version = "0.25.0-insiders.20260608-e4336f7";
120
120
 
121
121
  //#endregion
122
122
  //#region src/config/config.ts
@@ -130,7 +130,7 @@ function UniscriptMenuItemFactory(accessor) {
130
130
  return {
131
131
  id: ToggleScriptPanelOperation.id,
132
132
  title: "toggle-script-panel",
133
- tooltip: "script-panel.tooltip.menu-button",
133
+ tooltip: "uniscript.tooltip.menu-button",
134
134
  icon: "CodeIcon",
135
135
  type: MenuItemType.BUTTON,
136
136
  hidden$: getMenuHiddenObservable(accessor, UniverInstanceType.UNIVER_SHEET),
@@ -154,7 +154,7 @@ const menuSchema = { [RibbonOthersGroup.OTHERS]: { [ToggleScriptPanelOperation.i
154
154
  } } };
155
155
 
156
156
  //#endregion
157
- //#region \0@oxc-project+runtime@0.129.0/helpers/decorateParam.js
157
+ //#region \0@oxc-project+runtime@0.134.0/helpers/esm/decorateParam.js
158
158
  function __decorateParam(paramIndex, decorator) {
159
159
  return function(target, key) {
160
160
  decorator(target, key, paramIndex);
@@ -162,7 +162,7 @@ function __decorateParam(paramIndex, decorator) {
162
162
  }
163
163
 
164
164
  //#endregion
165
- //#region \0@oxc-project+runtime@0.129.0/helpers/decorate.js
165
+ //#region \0@oxc-project+runtime@0.134.0/helpers/esm/decorate.js
166
166
  function __decorate(decorators, target, key, desc) {
167
167
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
168
168
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -300,7 +300,7 @@ function ScriptEditorPanel() {
300
300
  children: /* @__PURE__ */ jsx(Button, {
301
301
  variant: "primary",
302
302
  onClick: startExecution,
303
- children: localeService.t("script-panel.panel.execute")
303
+ children: localeService.t("uniscript.panel.execute")
304
304
  })
305
305
  })]
306
306
  });
@@ -0,0 +1,13 @@
1
+ //#region src/locale/ar-SA.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "تبديل لوحة Uniscript" },
5
+ panel: { execute: "تنفيذ البرنامج النصي" },
6
+ message: {
7
+ success: "نجح التنفيذ",
8
+ failed: "فشل التنفيذ"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/ca-ES.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Mostra/Oculta el panell Uniscript" },
6
- panel: { execute: "Executa l'script" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Mostra/Oculta el panell Uniscript" },
5
+ panel: { execute: "Executa l'script" },
6
+ message: {
9
7
  success: "Execució correcta",
10
8
  failed: "Execució fallida"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -0,0 +1,13 @@
1
+ //#region src/locale/de-DE.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Uniscript-Panel ein-/ausblenden" },
5
+ panel: { execute: "Skript ausführen" },
6
+ message: {
7
+ success: "Ausführung erfolgreich",
8
+ failed: "Ausführung fehlgeschlagen"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };
@@ -14,17 +14,15 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- const locale = {
18
- "script-panel": {
19
- title: "Uniscript",
20
- tooltip: { "menu-button": "Toggle Uniscript Panel" },
21
- panel: { execute: "Execute Script" }
22
- },
23
- uniscript: { message: {
17
+ const locale = { uniscript: {
18
+ title: "Uniscript",
19
+ tooltip: { "menu-button": "Toggle Uniscript Panel" },
20
+ panel: { execute: "Execute Script" },
21
+ message: {
24
22
  success: "Execution Success",
25
23
  failed: "Execution Failed"
26
- } }
27
- };
24
+ }
25
+ } };
28
26
 
29
27
  //#endregion
30
28
  export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/es-ES.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Mostrar/Ocultar panel de Uniscript" },
6
- panel: { execute: "Ejecutar script" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Mostrar/Ocultar panel de Uniscript" },
5
+ panel: { execute: "Ejecutar script" },
6
+ message: {
9
7
  success: "Ejecución exitosa",
10
8
  failed: "Ejecución fallida"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/fa-IR.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "نمایش/مخفی کردن پنل Uniscript" },
6
- panel: { execute: "اجرای اسکریپت" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "نمایش/مخفی کردن پنل Uniscript" },
5
+ panel: { execute: "اجرای اسکریپت" },
6
+ message: {
9
7
  success: "اجرای موفق",
10
8
  failed: "اجرای ناموفق"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/fr-FR.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Basculer le panneau Uniscript" },
6
- panel: { execute: "Exécuter le script" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Basculer le panneau Uniscript" },
5
+ panel: { execute: "Exécuter le script" },
6
+ message: {
9
7
  success: "Exécution réussie",
10
8
  failed: "Échec de l'exécution"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -0,0 +1,13 @@
1
+ //#region src/locale/id-ID.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Alihkan Panel Uniscript" },
5
+ panel: { execute: "Jalankan Skrip" },
6
+ message: {
7
+ success: "Eksekusi Berhasil",
8
+ failed: "Eksekusi Gagal"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };
@@ -0,0 +1,13 @@
1
+ //#region src/locale/it-IT.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Attiva/Disattiva Pannello Uniscript" },
5
+ panel: { execute: "Esegui Script" },
6
+ message: {
7
+ success: "Esecuzione Riuscita",
8
+ failed: "Esecuzione Fallita"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/ja-JP.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Uniscriptパネルを切り替え" },
6
- panel: { execute: "スクリプトを実行" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Uniscriptパネルを切り替え" },
5
+ panel: { execute: "スクリプトを実行" },
6
+ message: {
9
7
  success: "実行に成功しました",
10
8
  failed: "実行に失敗しました"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -1,15 +1,13 @@
1
1
  //#region src/locale/ko-KR.ts
2
- const locale = {
3
- "script-panel": {
4
- title: "Uniscript",
5
- tooltip: { "menu-button": "Uniscript 패널 전환" },
6
- panel: { execute: "스크립트 실행" }
7
- },
8
- uniscript: { message: {
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Uniscript 패널 전환" },
5
+ panel: { execute: "스크립트 실행" },
6
+ message: {
9
7
  success: "실행 성공",
10
8
  failed: "실행 실패"
11
- } }
12
- };
9
+ }
10
+ } };
13
11
 
14
12
  //#endregion
15
13
  export { locale as default };
@@ -0,0 +1,13 @@
1
+ //#region src/locale/pl-PL.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Przełącz panel Uniscript" },
5
+ panel: { execute: "Wykonaj skrypt" },
6
+ message: {
7
+ success: "Wykonanie zakończone sukcesem",
8
+ failed: "Wykonanie nie powiodło się"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };
@@ -0,0 +1,13 @@
1
+ //#region src/locale/pt-BR.ts
2
+ const locale = { uniscript: {
3
+ title: "Uniscript",
4
+ tooltip: { "menu-button": "Alternar Painel do Uniscript" },
5
+ panel: { execute: "Executar Script" },
6
+ message: {
7
+ success: "Execução bem-sucedida",
8
+ failed: "Execução falhou"
9
+ }
10
+ } };
11
+
12
+ //#endregion
13
+ export { locale as default };