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