@univerjs/action-recorder 1.0.0-alpha.3 → 1.0.0-alpha.4

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 (82) hide show
  1. package/lib/cjs/index.js +6 -20
  2. package/lib/cjs/locale/ar-SA.js +18 -7
  3. package/lib/cjs/locale/ca-ES.js +18 -7
  4. package/lib/cjs/locale/de-DE.js +18 -7
  5. package/lib/cjs/locale/en-US.js +18 -7
  6. package/lib/cjs/locale/es-ES.js +18 -7
  7. package/lib/cjs/locale/fa-IR.js +18 -7
  8. package/lib/cjs/locale/fr-FR.js +18 -7
  9. package/lib/cjs/locale/id-ID.js +18 -7
  10. package/lib/cjs/locale/it-IT.js +18 -7
  11. package/lib/cjs/locale/ja-JP.js +18 -7
  12. package/lib/cjs/locale/ko-KR.js +18 -7
  13. package/lib/cjs/locale/pl-PL.js +18 -7
  14. package/lib/cjs/locale/pt-BR.js +18 -7
  15. package/lib/cjs/locale/ru-RU.js +18 -7
  16. package/lib/cjs/locale/sk-SK.js +18 -7
  17. package/lib/cjs/locale/vi-VN.js +18 -7
  18. package/lib/cjs/locale/zh-CN.js +18 -7
  19. package/lib/cjs/locale/zh-HK.js +18 -7
  20. package/lib/cjs/locale/zh-TW.js +18 -7
  21. package/lib/es/index.js +7 -21
  22. package/lib/es/locale/ar-SA.js +18 -7
  23. package/lib/es/locale/ca-ES.js +18 -7
  24. package/lib/es/locale/de-DE.js +18 -7
  25. package/lib/es/locale/en-US.js +18 -7
  26. package/lib/es/locale/es-ES.js +18 -7
  27. package/lib/es/locale/fa-IR.js +18 -7
  28. package/lib/es/locale/fr-FR.js +18 -7
  29. package/lib/es/locale/id-ID.js +18 -7
  30. package/lib/es/locale/it-IT.js +18 -7
  31. package/lib/es/locale/ja-JP.js +18 -7
  32. package/lib/es/locale/ko-KR.js +18 -7
  33. package/lib/es/locale/pl-PL.js +18 -7
  34. package/lib/es/locale/pt-BR.js +18 -7
  35. package/lib/es/locale/ru-RU.js +18 -7
  36. package/lib/es/locale/sk-SK.js +18 -7
  37. package/lib/es/locale/vi-VN.js +18 -7
  38. package/lib/es/locale/zh-CN.js +18 -7
  39. package/lib/es/locale/zh-HK.js +18 -7
  40. package/lib/es/locale/zh-TW.js +18 -7
  41. package/lib/index.js +7 -21
  42. package/lib/locale/ar-SA.js +18 -7
  43. package/lib/locale/ca-ES.js +18 -7
  44. package/lib/locale/de-DE.js +18 -7
  45. package/lib/locale/en-US.js +18 -7
  46. package/lib/locale/es-ES.js +18 -7
  47. package/lib/locale/fa-IR.js +18 -7
  48. package/lib/locale/fr-FR.js +18 -7
  49. package/lib/locale/id-ID.js +18 -7
  50. package/lib/locale/it-IT.js +18 -7
  51. package/lib/locale/ja-JP.js +18 -7
  52. package/lib/locale/ko-KR.js +18 -7
  53. package/lib/locale/pl-PL.js +18 -7
  54. package/lib/locale/pt-BR.js +18 -7
  55. package/lib/locale/ru-RU.js +18 -7
  56. package/lib/locale/sk-SK.js +18 -7
  57. package/lib/locale/vi-VN.js +18 -7
  58. package/lib/locale/zh-CN.js +18 -7
  59. package/lib/locale/zh-HK.js +18 -7
  60. package/lib/locale/zh-TW.js +18 -7
  61. package/lib/types/locale/en-US.d.ts +9 -0
  62. package/lib/umd/index.js +1 -1
  63. package/lib/umd/locale/ar-SA.js +1 -1
  64. package/lib/umd/locale/ca-ES.js +1 -1
  65. package/lib/umd/locale/de-DE.js +1 -1
  66. package/lib/umd/locale/en-US.js +1 -1
  67. package/lib/umd/locale/es-ES.js +1 -1
  68. package/lib/umd/locale/fa-IR.js +1 -1
  69. package/lib/umd/locale/fr-FR.js +1 -1
  70. package/lib/umd/locale/id-ID.js +1 -1
  71. package/lib/umd/locale/it-IT.js +1 -1
  72. package/lib/umd/locale/ja-JP.js +1 -1
  73. package/lib/umd/locale/ko-KR.js +1 -1
  74. package/lib/umd/locale/pl-PL.js +1 -1
  75. package/lib/umd/locale/pt-BR.js +1 -1
  76. package/lib/umd/locale/ru-RU.js +1 -1
  77. package/lib/umd/locale/sk-SK.js +1 -1
  78. package/lib/umd/locale/vi-VN.js +1 -1
  79. package/lib/umd/locale/zh-CN.js +1 -1
  80. package/lib/umd/locale/zh-HK.js +1 -1
  81. package/lib/umd/locale/zh-TW.js +1 -1
  82. package/package.json +9 -9
package/lib/cjs/index.js CHANGED
@@ -375,7 +375,7 @@ const menuSchema = { [_univerjs_ui.RibbonOthersGroup.OTHERS]: { [RECORD_MENU_ITE
375
375
  //#endregion
376
376
  //#region package.json
377
377
  var name = "@univerjs/action-recorder";
378
- var version = "1.0.0-alpha.3";
378
+ var version = "1.0.0-alpha.4";
379
379
 
380
380
  //#endregion
381
381
  //#region src/config/config.ts
@@ -412,21 +412,6 @@ const StopRecordingActionCommand = {
412
412
 
413
413
  //#endregion
414
414
  //#region src/views/components/RecorderPanel.tsx
415
- /**
416
- * Copyright 2023-present DreamNum Co., Ltd.
417
- *
418
- * Licensed under the Apache License, Version 2.0 (the "License");
419
- * you may not use this file except in compliance with the License.
420
- * You may obtain a copy of the License at
421
- *
422
- * http://www.apache.org/licenses/LICENSE-2.0
423
- *
424
- * Unless required by applicable law or agreed to in writing, software
425
- * distributed under the License is distributed on an "AS IS" BASIS,
426
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
427
- * See the License for the specific language governing permissions and
428
- * limitations under the License.
429
- */
430
415
  function RecorderPanel() {
431
416
  if (!(0, _univerjs_ui.useObservable)((0, _univerjs_ui.useDependency)(ActionRecorderService).panelOpened$)) return null;
432
417
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(RecordPanelImpl, {});
@@ -434,6 +419,7 @@ function RecorderPanel() {
434
419
  function RecordPanelImpl() {
435
420
  var _recordedCommands$len;
436
421
  const commandService = (0, _univerjs_ui.useDependency)(_univerjs_core.ICommandService);
422
+ const localeService = (0, _univerjs_ui.useDependency)(_univerjs_core.LocaleService);
437
423
  const actionRecorderService = (0, _univerjs_ui.useDependency)(ActionRecorderService);
438
424
  const recording = (0, _univerjs_ui.useObservable)(actionRecorderService.recording$);
439
425
  const recordedCommands = (0, _univerjs_ui.useObservable)(actionRecorderService.recordedCommands$);
@@ -450,7 +436,7 @@ function RecordPanelImpl() {
450
436
  const stopRecording = (0, react.useCallback)(() => {
451
437
  if (recording) commandService.executeCommand(StopRecordingActionCommand.id);
452
438
  }, [commandService, recording]);
453
- const titleText = recording ? len === 0 ? "Recording..." : `${len}: ${recordedCommands[len - 1].id}` : "Start Recording";
439
+ const titleText = recording ? len === 0 ? localeService.t("action-recorder.panel.recording") : `${len}: ${recordedCommands[len - 1].id}` : localeService.t("action-recorder.panel.startRecording");
454
440
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
455
441
  className: "univer-fixed univer-bottom-20 univer-left-1/2 univer-z-[1000] univer-flex univer-h-16 univer-w-[512px] -univer-translate-x-1/2 univer-items-center univer-rounded-lg univer-bg-white univer-px-5 univer-shadow-lg",
456
442
  children: [
@@ -468,18 +454,18 @@ function RecordPanelImpl() {
468
454
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_design.Button, {
469
455
  className: "univer-w-20",
470
456
  onClick: recording ? stopRecording : closePanel,
471
- children: recording ? "Cancel" : "Close"
457
+ children: localeService.t(recording ? "action-recorder.panel.cancel" : "action-recorder.panel.close")
472
458
  }),
473
459
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_design.Button, {
474
460
  className: "univer-w-20",
475
461
  variant: "primary",
476
462
  onClick: recording ? completeRecording : () => startRecording(),
477
- children: recording ? "Save" : "Start"
463
+ children: localeService.t(recording ? "action-recorder.panel.save" : "action-recorder.panel.start")
478
464
  }),
479
465
  !recording && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_univerjs_design.Button, {
480
466
  variant: "primary",
481
467
  onClick: () => startRecording(true),
482
- children: "Start(N)"
468
+ children: localeService.t("action-recorder.panel.startWithId")
483
469
  })
484
470
  ]
485
471
  })
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/ar-SA.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "تسجيل الإجراءات",
5
- record: "تسجيل الإجراءات...",
6
- "replay-local": "استبدال السجل المحلي...",
7
- "replay-local-name": "استبدال السجل المحلي بوحدة فرعية...",
8
- "replay-local-active": "استبدال السجل المحلي بالوحدة الفرعية الحالية..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "جارٍ التسجيل...",
6
+ startRecording: "بدء التسجيل",
7
+ cancel: "إلغاء",
8
+ close: "إغلاق",
9
+ save: "حفظ",
10
+ start: "بدء",
11
+ startWithId: "بدء (N)"
12
+ },
13
+ menu: {
14
+ title: "تسجيل الإجراءات",
15
+ record: "تسجيل الإجراءات...",
16
+ "replay-local": "استبدال السجل المحلي...",
17
+ "replay-local-name": "استبدال السجل المحلي بوحدة فرعية...",
18
+ "replay-local-active": "استبدال السجل المحلي بالوحدة الفرعية الحالية..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/ca-ES.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Grava accions",
5
- record: "Grava accions...",
6
- "replay-local": "Reemplaça gravació local...",
7
- "replay-local-name": "Reemplaça gravació local per subunitat...",
8
- "replay-local-active": "Reemplaça gravació local per subunitat actual..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "S'està enregistrant...",
6
+ startRecording: "Inicia l’enregistrament",
7
+ cancel: "Cancel·la",
8
+ close: "Tanca",
9
+ save: "Desa",
10
+ start: "Inicia",
11
+ startWithId: "Inicia (N)"
12
+ },
13
+ menu: {
14
+ title: "Grava accions",
15
+ record: "Grava accions...",
16
+ "replay-local": "Reemplaça gravació local...",
17
+ "replay-local-name": "Reemplaça gravació local per subunitat...",
18
+ "replay-local-active": "Reemplaça gravació local per subunitat actual..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/de-DE.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Aktionen aufzeichnen",
5
- record: "Aktionen aufzeichnen...",
6
- "replay-local": "Lokale Aufzeichnung ersetzen...",
7
- "replay-local-name": "Lokale Aufzeichnung nach Untereinheit ersetzen...",
8
- "replay-local-active": "Lokale Aufzeichnung nach aktueller Untereinheit ersetzen..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "Aufnahme läuft...",
6
+ startRecording: "Aufnahme starten",
7
+ cancel: "Abbrechen",
8
+ close: "Schließen",
9
+ save: "Speichern",
10
+ start: "Starten",
11
+ startWithId: "Starten (N)"
12
+ },
13
+ menu: {
14
+ title: "Aktionen aufzeichnen",
15
+ record: "Aktionen aufzeichnen...",
16
+ "replay-local": "Lokale Aufzeichnung ersetzen...",
17
+ "replay-local-name": "Lokale Aufzeichnung nach Untereinheit ersetzen...",
18
+ "replay-local-active": "Lokale Aufzeichnung nach aktueller Untereinheit ersetzen..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -15,13 +15,24 @@
15
15
  * See the License for the specific language governing permissions and
16
16
  * limitations under the License.
17
17
  */
18
- const locale = { "action-recorder": { menu: {
19
- title: "Record Actions",
20
- record: "Record Actions...",
21
- "replay-local": "Replace Local Record...",
22
- "replay-local-name": "Replace Local Record by Subunit...",
23
- "replay-local-active": "Replace Local Record by Current Subunit..."
24
- } } };
18
+ const locale = { "action-recorder": {
19
+ panel: {
20
+ recording: "Recording...",
21
+ startRecording: "Start Recording",
22
+ cancel: "Cancel",
23
+ close: "Close",
24
+ save: "Save",
25
+ start: "Start",
26
+ startWithId: "Start(N)"
27
+ },
28
+ menu: {
29
+ title: "Record Actions",
30
+ record: "Record Actions...",
31
+ "replay-local": "Replace Local Record...",
32
+ "replay-local-name": "Replace Local Record by Subunit...",
33
+ "replay-local-active": "Replace Local Record by Current Subunit..."
34
+ }
35
+ } };
25
36
 
26
37
  //#endregion
27
38
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/es-ES.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Grabar acciones",
5
- record: "Grabar acciones...",
6
- "replay-local": "Reemplazar grabación local...",
7
- "replay-local-name": "Reemplazar grabación local por subunidad...",
8
- "replay-local-active": "Reemplazar grabación local por subunidad actual..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "Grabando...",
6
+ startRecording: "Iniciar grabación",
7
+ cancel: "Cancelar",
8
+ close: "Cerrar",
9
+ save: "Guardar",
10
+ start: "Iniciar",
11
+ startWithId: "Iniciar (N)"
12
+ },
13
+ menu: {
14
+ title: "Grabar acciones",
15
+ record: "Grabar acciones...",
16
+ "replay-local": "Reemplazar grabación local...",
17
+ "replay-local-name": "Reemplazar grabación local por subunidad...",
18
+ "replay-local-active": "Reemplazar grabación local por subunidad actual..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/fa-IR.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "ثبت اقدامات",
5
- record: "ثبت اقدامات...",
6
- "replay-local": "بازپخش محلی ثبت...",
7
- "replay-local-name": "بازپخش محلی ثبت بر اساس نام زیر واحد...",
8
- "replay-local-active": "بازپخش محلی ثبت بر اساس زیر واحد فعلی..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "در حال ضبط...",
6
+ startRecording: "شروع ضبط",
7
+ cancel: "لغو",
8
+ close: "بستن",
9
+ save: "ذخیره",
10
+ start: "شروع",
11
+ startWithId: "شروع (N)"
12
+ },
13
+ menu: {
14
+ title: "ثبت اقدامات",
15
+ record: "ثبت اقدامات...",
16
+ "replay-local": "بازپخش محلی ثبت...",
17
+ "replay-local-name": "بازپخش محلی ثبت بر اساس نام زیر واحد...",
18
+ "replay-local-active": "بازپخش محلی ثبت بر اساس زیر واحد فعلی..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/fr-FR.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Enregistrer les actions",
5
- record: "Enregistrer les actions...",
6
- "replay-local": "Lecture de l'enregistrement local...",
7
- "replay-local-name": "Remplacer l'enregistrement local par le sous-unité...",
8
- "replay-local-active": "Remplacer l'enregistrement local par le sous-unité actuel..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "Enregistrement...",
6
+ startRecording: "Démarrer lenregistrement",
7
+ cancel: "Annuler",
8
+ close: "Fermer",
9
+ save: "Enregistrer",
10
+ start: "Démarrer",
11
+ startWithId: "Démarrer (N)"
12
+ },
13
+ menu: {
14
+ title: "Enregistrer les actions",
15
+ record: "Enregistrer les actions...",
16
+ "replay-local": "Lecture de l'enregistrement local...",
17
+ "replay-local-name": "Remplacer l'enregistrement local par le sous-unité...",
18
+ "replay-local-active": "Remplacer l'enregistrement local par le sous-unité actuel..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/id-ID.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Rekam Aksi",
5
- record: "Rekam Aksi...",
6
- "replay-local": "Putar Ulang Rekaman Lokal...",
7
- "replay-local-name": "Putar Ulang Rekaman Lokal berdasarkan Subunit...",
8
- "replay-local-active": "Putar Ulang Rekaman Lokal berdasarkan Subunit Saat Ini..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "Merekam...",
6
+ startRecording: "Mulai merekam",
7
+ cancel: "Batal",
8
+ close: "Tutup",
9
+ save: "Simpan",
10
+ start: "Mulai",
11
+ startWithId: "Mulai (N)"
12
+ },
13
+ menu: {
14
+ title: "Rekam Aksi",
15
+ record: "Rekam Aksi...",
16
+ "replay-local": "Putar Ulang Rekaman Lokal...",
17
+ "replay-local-name": "Putar Ulang Rekaman Lokal berdasarkan Subunit...",
18
+ "replay-local-active": "Putar Ulang Rekaman Lokal berdasarkan Subunit Saat Ini..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/it-IT.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Registra Azioni",
5
- record: "Registra Azioni...",
6
- "replay-local": "Riproduci Registrazione Locale...",
7
- "replay-local-name": "Riproduci Registrazione Locale per Sottoelemento...",
8
- "replay-local-active": "Riproduci Registrazione Locale per Sottoelemento Corrente..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "Registrazione...",
6
+ startRecording: "Avvia registrazione",
7
+ cancel: "Annulla",
8
+ close: "Chiudi",
9
+ save: "Salva",
10
+ start: "Avvia",
11
+ startWithId: "Avvia (N)"
12
+ },
13
+ menu: {
14
+ title: "Registra Azioni",
15
+ record: "Registra Azioni...",
16
+ "replay-local": "Riproduci Registrazione Locale...",
17
+ "replay-local-name": "Riproduci Registrazione Locale per Sottoelemento...",
18
+ "replay-local-active": "Riproduci Registrazione Locale per Sottoelemento Corrente..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/ja-JP.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "操作記録",
5
- record: "記録を開始...",
6
- "replay-local": "ローカルの記録で置き換え...",
7
- "replay-local-name": "サブ単位ごとにローカルの記録で置き換え...",
8
- "replay-local-active": "現在のサブ単位をローカルの記録で置き換え..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "記録中...",
6
+ startRecording: "記録を開始",
7
+ cancel: "キャンセル",
8
+ close: "閉じる",
9
+ save: "保存",
10
+ start: "開始",
11
+ startWithId: "開始 (N)"
12
+ },
13
+ menu: {
14
+ title: "操作記録",
15
+ record: "記録を開始...",
16
+ "replay-local": "ローカルの記録で置き換え...",
17
+ "replay-local-name": "サブ単位ごとにローカルの記録で置き換え...",
18
+ "replay-local-active": "現在のサブ単位をローカルの記録で置き換え..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/ko-KR.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "동작 기록",
5
- record: "동작 기록 시작...",
6
- "replay-local": "로컬 기록 대체...",
7
- "replay-local-name": "하위 단위로 로컬 기록 대체...",
8
- "replay-local-active": "현재 하위 단위로 로컬 기록 대체..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "기록 중...",
6
+ startRecording: "기록 시작",
7
+ cancel: "취소",
8
+ close: "닫기",
9
+ save: "저장",
10
+ start: "시작",
11
+ startWithId: "시작 (N)"
12
+ },
13
+ menu: {
14
+ title: "동작 기록",
15
+ record: "동작 기록 시작...",
16
+ "replay-local": "로컬 기록 대체...",
17
+ "replay-local-name": "하위 단위로 로컬 기록 대체...",
18
+ "replay-local-active": "현재 하위 단위로 로컬 기록 대체..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/pl-PL.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Nagraj działania",
5
- record: "Nagraj działania...",
6
- "replay-local": "Odtwórz nagranie lokalne...",
7
- "replay-local-name": "Odtwórz nagranie lokalne według jednostki podrzędnej...",
8
- "replay-local-active": "Odtwórz nagranie lokalne według bieżącej jednostki podrzędnej..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "Nagrywanie...",
6
+ startRecording: "Rozpocznij nagrywanie",
7
+ cancel: "Anuluj",
8
+ close: "Zamknij",
9
+ save: "Zapisz",
10
+ start: "Rozpocznij",
11
+ startWithId: "Rozpocznij (N)"
12
+ },
13
+ menu: {
14
+ title: "Nagraj działania",
15
+ record: "Nagraj działania...",
16
+ "replay-local": "Odtwórz nagranie lokalne...",
17
+ "replay-local-name": "Odtwórz nagranie lokalne według jednostki podrzędnej...",
18
+ "replay-local-active": "Odtwórz nagranie lokalne według bieżącej jednostki podrzędnej..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/pt-BR.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Gravar Ações",
5
- record: "Gravar Ações...",
6
- "replay-local": "Substituir Gravação Local...",
7
- "replay-local-name": "Substituir Gravação Local por Subunidade...",
8
- "replay-local-active": "Substituir Gravação Local pela Subunidade Atual..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "Gravando...",
6
+ startRecording: "Iniciar gravação",
7
+ cancel: "Cancelar",
8
+ close: "Fechar",
9
+ save: "Salvar",
10
+ start: "Iniciar",
11
+ startWithId: "Iniciar (N)"
12
+ },
13
+ menu: {
14
+ title: "Gravar Ações",
15
+ record: "Gravar Ações...",
16
+ "replay-local": "Substituir Gravação Local...",
17
+ "replay-local-name": "Substituir Gravação Local por Subunidade...",
18
+ "replay-local-active": "Substituir Gravação Local pela Subunidade Atual..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/ru-RU.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Record Actions",
5
- record: "Record Actions...",
6
- "replay-local": "Replace Local Record...",
7
- "replay-local-name": "Replace Local Record by Subunit...",
8
- "replay-local-active": "Replace Local Record by Current Subunit..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "Запись...",
6
+ startRecording: "Начать запись",
7
+ cancel: "Отмена",
8
+ close: "Закрыть",
9
+ save: "Сохранить",
10
+ start: "Начать",
11
+ startWithId: "Начать (N)"
12
+ },
13
+ menu: {
14
+ title: "Record Actions",
15
+ record: "Record Actions...",
16
+ "replay-local": "Replace Local Record...",
17
+ "replay-local-name": "Replace Local Record by Subunit...",
18
+ "replay-local-active": "Replace Local Record by Current Subunit..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/sk-SK.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Zaznamenať akcie",
5
- record: "Zaznamenať akcie...",
6
- "replay-local": "Nahradiť miestny záznam...",
7
- "replay-local-name": "Nahradiť miestny záznam podľa podjednotky...",
8
- "replay-local-active": "Nahradiť miestny záznam podľa aktuálnej podjednotky..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "Nahrávanie...",
6
+ startRecording: "Spustiť nahrávanie",
7
+ cancel: "Zrušiť",
8
+ close: "Zavrieť",
9
+ save: "Uložiť",
10
+ start: "Spustiť",
11
+ startWithId: "Spustiť (N)"
12
+ },
13
+ menu: {
14
+ title: "Zaznamenať akcie",
15
+ record: "Zaznamenať akcie...",
16
+ "replay-local": "Nahradiť miestny záznam...",
17
+ "replay-local-name": "Nahradiť miestny záznam podľa podjednotky...",
18
+ "replay-local-active": "Nahradiť miestny záznam podľa aktuálnej podjednotky..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/vi-VN.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "Record Actions",
5
- record: "Record Actions...",
6
- "replay-local": "Replace Local Record...",
7
- "replay-local-name": "Replace Local Record by Subunit...",
8
- "replay-local-active": "Replace Local Record by Current Subunit..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "Đang ghi...",
6
+ startRecording: "Bắt đầu ghi",
7
+ cancel: "Hủy",
8
+ close: "Đóng",
9
+ save: "Lưu",
10
+ start: "Bắt đầu",
11
+ startWithId: "Bắt đầu (N)"
12
+ },
13
+ menu: {
14
+ title: "Record Actions",
15
+ record: "Record Actions...",
16
+ "replay-local": "Replace Local Record...",
17
+ "replay-local-name": "Replace Local Record by Subunit...",
18
+ "replay-local-active": "Replace Local Record by Current Subunit..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/zh-CN.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "操作录制",
5
- record: "录制操作...",
6
- "replay-local": "回放本地录制...",
7
- "replay-local-name": "根据子表名回放本地录制...",
8
- "replay-local-active": "根据当前子表回放本地录制..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "录制中...",
6
+ startRecording: "开始录制",
7
+ cancel: "取消",
8
+ close: "关闭",
9
+ save: "保存",
10
+ start: "开始",
11
+ startWithId: "开始 (N)"
12
+ },
13
+ menu: {
14
+ title: "操作录制",
15
+ record: "录制操作...",
16
+ "replay-local": "回放本地录制...",
17
+ "replay-local-name": "根据子表名回放本地录制...",
18
+ "replay-local-active": "根据当前子表回放本地录制..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;
@@ -1,12 +1,23 @@
1
1
 
2
2
  //#region src/locale/zh-HK.ts
3
- const locale = { "action-recorder": { menu: {
4
- title: "操作錄製",
5
- record: "錄製操作...",
6
- "replay-local": "回放本地錄製...",
7
- "replay-local-name": "根據子表名回放本地錄製...",
8
- "replay-local-active": "根據當前子表回放本地錄製..."
9
- } } };
3
+ const locale = { "action-recorder": {
4
+ panel: {
5
+ recording: "錄製中...",
6
+ startRecording: "開始錄製",
7
+ cancel: "取消",
8
+ close: "關閉",
9
+ save: "儲存",
10
+ start: "開始",
11
+ startWithId: "開始 (N)"
12
+ },
13
+ menu: {
14
+ title: "操作錄製",
15
+ record: "錄製操作...",
16
+ "replay-local": "回放本地錄製...",
17
+ "replay-local-name": "根據子表名回放本地錄製...",
18
+ "replay-local-active": "根據當前子表回放本地錄製..."
19
+ }
20
+ } };
10
21
 
11
22
  //#endregion
12
23
  module.exports = locale;