@univerjs/find-replace 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.
- package/lib/cjs/index.js +16 -12
- package/lib/cjs/locale/ar-SA.js +54 -0
- package/lib/cjs/locale/ca-ES.js +46 -44
- package/lib/cjs/locale/de-DE.js +54 -0
- package/lib/cjs/locale/en-US.js +46 -44
- package/lib/cjs/locale/es-ES.js +46 -44
- package/lib/cjs/locale/fa-IR.js +46 -44
- package/lib/cjs/locale/fr-FR.js +46 -44
- package/lib/cjs/locale/id-ID.js +54 -0
- package/lib/cjs/locale/it-IT.js +54 -0
- package/lib/cjs/locale/ja-JP.js +46 -44
- package/lib/cjs/locale/ko-KR.js +46 -44
- package/lib/cjs/locale/pl-PL.js +54 -0
- package/lib/cjs/locale/pt-BR.js +54 -0
- package/lib/cjs/locale/ru-RU.js +46 -44
- package/lib/cjs/locale/sk-SK.js +46 -44
- package/lib/cjs/locale/vi-VN.js +46 -44
- package/lib/cjs/locale/zh-CN.js +46 -44
- package/lib/cjs/locale/zh-HK.js +54 -0
- package/lib/cjs/locale/zh-TW.js +46 -44
- package/lib/es/index.js +16 -12
- package/lib/es/locale/ar-SA.js +53 -0
- package/lib/es/locale/ca-ES.js +46 -44
- package/lib/es/locale/de-DE.js +53 -0
- package/lib/es/locale/en-US.js +46 -44
- package/lib/es/locale/es-ES.js +46 -44
- package/lib/es/locale/fa-IR.js +46 -44
- package/lib/es/locale/fr-FR.js +46 -44
- package/lib/es/locale/id-ID.js +53 -0
- package/lib/es/locale/it-IT.js +53 -0
- package/lib/es/locale/ja-JP.js +46 -44
- package/lib/es/locale/ko-KR.js +46 -44
- package/lib/es/locale/pl-PL.js +53 -0
- package/lib/es/locale/pt-BR.js +53 -0
- package/lib/es/locale/ru-RU.js +46 -44
- package/lib/es/locale/sk-SK.js +46 -44
- package/lib/es/locale/vi-VN.js +46 -44
- package/lib/es/locale/zh-CN.js +46 -44
- package/lib/es/locale/zh-HK.js +53 -0
- package/lib/es/locale/zh-TW.js +46 -44
- package/lib/index.js +16 -12
- package/lib/locale/ar-SA.js +53 -0
- package/lib/locale/ca-ES.js +46 -44
- package/lib/locale/de-DE.js +53 -0
- package/lib/locale/en-US.js +46 -44
- package/lib/locale/es-ES.js +46 -44
- package/lib/locale/fa-IR.js +46 -44
- package/lib/locale/fr-FR.js +46 -44
- package/lib/locale/id-ID.js +53 -0
- package/lib/locale/it-IT.js +53 -0
- package/lib/locale/ja-JP.js +46 -44
- package/lib/locale/ko-KR.js +46 -44
- package/lib/locale/pl-PL.js +53 -0
- package/lib/locale/pt-BR.js +53 -0
- package/lib/locale/ru-RU.js +46 -44
- package/lib/locale/sk-SK.js +46 -44
- package/lib/locale/vi-VN.js +46 -44
- package/lib/locale/zh-CN.js +46 -44
- package/lib/locale/zh-HK.js +53 -0
- package/lib/locale/zh-TW.js +46 -44
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/en-US.d.ts +5 -1
- package/lib/types/locale/id-ID.d.ts +18 -0
- package/lib/types/locale/it-IT.d.ts +18 -0
- package/lib/types/locale/pl-PL.d.ts +18 -0
- package/lib/types/locale/pt-BR.d.ts +18 -0
- package/lib/types/locale/zh-HK.d.ts +18 -0
- package/lib/types/views/dialog/FindReplaceDialog.d.ts +1 -1
- package/lib/types/views/dialog/FindReplaceDialog.stories.d.ts +2 -2
- package/lib/types/views/dialog/SearchInput.d.ts +1 -3
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -0
- 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 -0
- package/lib/umd/locale/it-IT.js +1 -0
- 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 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- 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 -0
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +9 -9
- package/LICENSE +0 -176
package/lib/cjs/index.js
CHANGED
|
@@ -35,7 +35,7 @@ const FIND_REPLACE_DIALOG_FOCUS = "FIND_REPLACE_DIALOG_FOCUS";
|
|
|
35
35
|
const FIND_REPLACE_REPLACE_REVEALED = "FIND_REPLACE_REPLACE_REVEALED";
|
|
36
36
|
|
|
37
37
|
//#endregion
|
|
38
|
-
//#region \0@oxc-project+runtime@0.
|
|
38
|
+
//#region \0@oxc-project+runtime@0.134.0/helpers/esm/typeof.js
|
|
39
39
|
function _typeof(o) {
|
|
40
40
|
"@babel/helpers - typeof";
|
|
41
41
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
|
|
@@ -46,7 +46,7 @@ function _typeof(o) {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
//#endregion
|
|
49
|
-
//#region \0@oxc-project+runtime@0.
|
|
49
|
+
//#region \0@oxc-project+runtime@0.134.0/helpers/esm/toPrimitive.js
|
|
50
50
|
function toPrimitive(t, r) {
|
|
51
51
|
if ("object" != _typeof(t) || !t) return t;
|
|
52
52
|
var e = t[Symbol.toPrimitive];
|
|
@@ -59,14 +59,14 @@ function toPrimitive(t, r) {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
//#endregion
|
|
62
|
-
//#region \0@oxc-project+runtime@0.
|
|
62
|
+
//#region \0@oxc-project+runtime@0.134.0/helpers/esm/toPropertyKey.js
|
|
63
63
|
function toPropertyKey(t) {
|
|
64
64
|
var i = toPrimitive(t, "string");
|
|
65
65
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
//#endregion
|
|
69
|
-
//#region \0@oxc-project+runtime@0.
|
|
69
|
+
//#region \0@oxc-project+runtime@0.134.0/helpers/esm/defineProperty.js
|
|
70
70
|
function _defineProperty(e, r, t) {
|
|
71
71
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
72
72
|
value: t,
|
|
@@ -77,7 +77,7 @@ function _defineProperty(e, r, t) {
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
//#endregion
|
|
80
|
-
//#region \0@oxc-project+runtime@0.
|
|
80
|
+
//#region \0@oxc-project+runtime@0.134.0/helpers/esm/decorateParam.js
|
|
81
81
|
function __decorateParam(paramIndex, decorator) {
|
|
82
82
|
return function(target, key) {
|
|
83
83
|
decorator(target, key, paramIndex);
|
|
@@ -85,7 +85,7 @@ function __decorateParam(paramIndex, decorator) {
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
//#endregion
|
|
88
|
-
//#region \0@oxc-project+runtime@0.
|
|
88
|
+
//#region \0@oxc-project+runtime@0.134.0/helpers/esm/decorate.js
|
|
89
89
|
function __decorate(decorators, target, key, desc) {
|
|
90
90
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
91
91
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -688,8 +688,8 @@ const ReplaceAllMatchesCommand = {
|
|
|
688
688
|
if (!await confirmService.confirm({
|
|
689
689
|
id: CONFIRM_REPLACE_ALL_ID,
|
|
690
690
|
title: { title: localeService.t("find-replace.replace.confirm.title") },
|
|
691
|
-
cancelText: localeService.t("button.cancel"),
|
|
692
|
-
confirmText: localeService.t("button.confirm")
|
|
691
|
+
cancelText: localeService.t("find-replace.button.cancel"),
|
|
692
|
+
confirmText: localeService.t("find-replace.button.confirm")
|
|
693
693
|
})) return false;
|
|
694
694
|
const { success, failure } = await accessor.get(IFindReplaceService).replaceAll();
|
|
695
695
|
if (failure > 0) {
|
|
@@ -783,7 +783,8 @@ const menuSchema = { [_univerjs_ui.RibbonDataGroup.ORGANIZATION]: { [OpenFindDia
|
|
|
783
783
|
//#endregion
|
|
784
784
|
//#region src/views/dialog/SearchInput.tsx
|
|
785
785
|
function SearchInput(props) {
|
|
786
|
-
const { findCompleted: findComplete,
|
|
786
|
+
const { findCompleted: findComplete, matchesCount, matchesPosition, initialFindString, findReplaceService, onChange, ...rest } = props;
|
|
787
|
+
const localeService = (0, _univerjs_ui.useDependency)(_univerjs_core.LocaleService);
|
|
787
788
|
const [value, setValue] = (0, react.useState)(initialFindString);
|
|
788
789
|
const text = findComplete && matchesCount === 0 ? localeService.t("find-replace.dialog.no-result") : matchesCount === 0 ? " " : void 0;
|
|
789
790
|
function handleChangePosition(newIndex) {
|
|
@@ -857,7 +858,6 @@ const FindDialog = (0, react.forwardRef)(function FindDialogImpl(_props, ref) {
|
|
|
857
858
|
matchesCount,
|
|
858
859
|
matchesPosition,
|
|
859
860
|
findReplaceService,
|
|
860
|
-
localeService,
|
|
861
861
|
initialFindString: findString,
|
|
862
862
|
onChange: onFindStringChange
|
|
863
863
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
@@ -932,7 +932,6 @@ const ReplaceDialog = (0, react.forwardRef)(function ReplaceDialogImpl(_props, r
|
|
|
932
932
|
matchesCount,
|
|
933
933
|
matchesPosition,
|
|
934
934
|
findReplaceService,
|
|
935
|
-
localeService,
|
|
936
935
|
initialFindString: inputtingFindString,
|
|
937
936
|
onChange: onFindStringChange
|
|
938
937
|
})
|
|
@@ -1097,6 +1096,7 @@ const OpenFindDialogShortcutItem = {
|
|
|
1097
1096
|
description: "find-replace.shortcut.open-find-dialog",
|
|
1098
1097
|
binding: _univerjs_ui.KeyCode.F | _univerjs_ui.MetaKeys.CTRL_COMMAND,
|
|
1099
1098
|
group: FIND_REPLACE_SHORTCUT_GROUP,
|
|
1099
|
+
groupTitle: "find-replace.shortcut.panel",
|
|
1100
1100
|
preconditions(contextService) {
|
|
1101
1101
|
return !whenFindReplaceDialogFocused(contextService) && whenSheetFocused(contextService) && whenEditorNotActivated(contextService);
|
|
1102
1102
|
}
|
|
@@ -1116,6 +1116,7 @@ const OpenReplaceDialogShortcutItem = {
|
|
|
1116
1116
|
binding: _univerjs_ui.KeyCode.H | _univerjs_ui.MetaKeys.CTRL_COMMAND,
|
|
1117
1117
|
mac: _univerjs_ui.KeyCode.H | _univerjs_ui.MetaKeys.MAC_CTRL,
|
|
1118
1118
|
group: FIND_REPLACE_SHORTCUT_GROUP,
|
|
1119
|
+
groupTitle: "find-replace.shortcut.panel",
|
|
1119
1120
|
preconditions(contextService) {
|
|
1120
1121
|
return whenSheetFocused(contextService) && whenEditorNotActivated(contextService) && (!whenFindReplaceDialogFocused(contextService) || !whenReplaceRevealed(contextService));
|
|
1121
1122
|
}
|
|
@@ -1125,6 +1126,7 @@ const GoToNextFindMatchShortcutItem = {
|
|
|
1125
1126
|
description: "find-replace.shortcut.go-to-next-match",
|
|
1126
1127
|
binding: _univerjs_ui.KeyCode.ENTER,
|
|
1127
1128
|
group: FIND_REPLACE_SHORTCUT_GROUP,
|
|
1129
|
+
groupTitle: "find-replace.shortcut.panel",
|
|
1128
1130
|
priority: 1e3,
|
|
1129
1131
|
preconditions(contextService) {
|
|
1130
1132
|
return whenFindReplaceInputFocused(contextService) && whenFindReplaceDialogFocused(contextService);
|
|
@@ -1135,6 +1137,7 @@ const GoToPreviousFindMatchShortcutItem = {
|
|
|
1135
1137
|
description: "find-replace.shortcut.go-to-previous-match",
|
|
1136
1138
|
binding: _univerjs_ui.KeyCode.ENTER | _univerjs_ui.MetaKeys.SHIFT,
|
|
1137
1139
|
group: FIND_REPLACE_SHORTCUT_GROUP,
|
|
1140
|
+
groupTitle: "find-replace.shortcut.panel",
|
|
1138
1141
|
priority: 1e3,
|
|
1139
1142
|
preconditions(contextService) {
|
|
1140
1143
|
return whenFindReplaceInputFocused(contextService) && whenFindReplaceDialogFocused(contextService);
|
|
@@ -1145,6 +1148,7 @@ const FocusSelectionShortcutItem = {
|
|
|
1145
1148
|
description: "find-replace.shortcut.focus-selection",
|
|
1146
1149
|
binding: _univerjs_ui.KeyCode.ESC,
|
|
1147
1150
|
group: FIND_REPLACE_SHORTCUT_GROUP,
|
|
1151
|
+
groupTitle: "find-replace.shortcut.panel",
|
|
1148
1152
|
priority: 1e3,
|
|
1149
1153
|
preconditions(contextService) {
|
|
1150
1154
|
return whenFindReplaceDialogFocused(contextService);
|
|
@@ -1261,7 +1265,7 @@ function getFindReplaceDialogDefaultPosition() {
|
|
|
1261
1265
|
//#endregion
|
|
1262
1266
|
//#region package.json
|
|
1263
1267
|
var name = "@univerjs/find-replace";
|
|
1264
|
-
var version = "0.
|
|
1268
|
+
var version = "0.25.0-insiders.20260608-e4336f7";
|
|
1265
1269
|
|
|
1266
1270
|
//#endregion
|
|
1267
1271
|
//#region src/config/config.ts
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/ar-SA.ts
|
|
3
|
+
const locale = { "find-replace": {
|
|
4
|
+
toolbar: "بحث واستبدال",
|
|
5
|
+
shortcut: {
|
|
6
|
+
"open-find-dialog": "فتح مربع حوار البحث",
|
|
7
|
+
"open-replace-dialog": "فتح مربع حوار الاستبدال",
|
|
8
|
+
"close-dialog": "إغلاق مربع حوار البحث والاستبدال",
|
|
9
|
+
"go-to-next-match": "الانتقال إلى التطابق التالي",
|
|
10
|
+
"go-to-previous-match": "الانتقال إلى التطابق السابق",
|
|
11
|
+
"focus-selection": "تركيز التحديد",
|
|
12
|
+
panel: "بحث واستبدال"
|
|
13
|
+
},
|
|
14
|
+
dialog: {
|
|
15
|
+
title: "بحث",
|
|
16
|
+
find: "بحث",
|
|
17
|
+
replace: "استبدال",
|
|
18
|
+
"replace-all": "استبدال الكل",
|
|
19
|
+
"case-sensitive": "حساس لحالة الأحرف",
|
|
20
|
+
"find-placeholder": "البحث في هذه الورقة",
|
|
21
|
+
"advanced-finding": "بحث واستبدال متقدم",
|
|
22
|
+
"replace-placeholder": "أدخل نص الاستبدال",
|
|
23
|
+
"match-the-whole-cell": "تطابق الخلية بأكملها",
|
|
24
|
+
"find-direction": {
|
|
25
|
+
title: "اتجاه البحث",
|
|
26
|
+
row: "البحث حسب الصف",
|
|
27
|
+
column: "البحث حسب العمود"
|
|
28
|
+
},
|
|
29
|
+
"find-scope": {
|
|
30
|
+
title: "نطاق البحث",
|
|
31
|
+
"current-sheet": "الورقة الحالية",
|
|
32
|
+
workbook: "المصنف"
|
|
33
|
+
},
|
|
34
|
+
"find-by": {
|
|
35
|
+
title: "البحث حسب",
|
|
36
|
+
value: "البحث حسب القيمة",
|
|
37
|
+
formula: "البحث في الصيغ"
|
|
38
|
+
},
|
|
39
|
+
"no-match": "اكتمل البحث ولكن لم يتم العثور على أي تطابق.",
|
|
40
|
+
"no-result": "لا توجد نتائج"
|
|
41
|
+
},
|
|
42
|
+
replace: {
|
|
43
|
+
"all-success": "تم استبدال {0} تطابقات",
|
|
44
|
+
"all-failure": "فشل الاستبدال",
|
|
45
|
+
confirm: { title: "هل أنت متأكد من استبدال جميع التطابقات؟" }
|
|
46
|
+
},
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "موافق",
|
|
49
|
+
cancel: "إلغاء"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
module.exports = locale;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1,52 +1,54 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locale/ca-ES.ts
|
|
3
|
-
const locale = {
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
3
|
+
const locale = { "find-replace": {
|
|
4
|
+
toolbar: "Cerca i reemplaça",
|
|
5
|
+
shortcut: {
|
|
6
|
+
"open-find-dialog": "Obrir el diàleg de cerca",
|
|
7
|
+
"open-replace-dialog": "Obrir el diàleg de reemplaçament",
|
|
8
|
+
"close-dialog": "Tancar el diàleg de cerca i reemplaçament",
|
|
9
|
+
"go-to-next-match": "Anar a la següent coincidència",
|
|
10
|
+
"go-to-previous-match": "Anar a la coincidència anterior",
|
|
11
|
+
"focus-selection": "Enfocar la selecció",
|
|
12
|
+
panel: "Cerca i reemplaça"
|
|
13
|
+
},
|
|
14
|
+
dialog: {
|
|
15
|
+
title: "Cerca",
|
|
16
|
+
find: "Cerca",
|
|
17
|
+
replace: "Reemplaça",
|
|
18
|
+
"replace-all": "Reemplaça-ho tot",
|
|
19
|
+
"case-sensitive": "Distingeix majúscules de minúscules",
|
|
20
|
+
"find-placeholder": "Cerca en aquest full",
|
|
21
|
+
"advanced-finding": "Cerca i reemplaçament avançats",
|
|
22
|
+
"replace-placeholder": "Introduïu la cadena de reemplaçament",
|
|
23
|
+
"match-the-whole-cell": "Coincidir amb la cel·la sencera",
|
|
24
|
+
"find-direction": {
|
|
25
|
+
title: "Direcció de la cerca",
|
|
26
|
+
row: "Cerca per fila",
|
|
27
|
+
column: "Cerca per columna"
|
|
28
|
+
},
|
|
29
|
+
"find-scope": {
|
|
30
|
+
title: "Abast de la cerca",
|
|
31
|
+
"current-sheet": "Full actual",
|
|
32
|
+
workbook: "Llibre"
|
|
13
33
|
},
|
|
14
|
-
|
|
15
|
-
title: "Cerca",
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"replace-all": "Reemplaça-ho tot",
|
|
19
|
-
"case-sensitive": "Distingeix majúscules i minúscules",
|
|
20
|
-
"find-placeholder": "Cerca en aquest full",
|
|
21
|
-
"advanced-finding": "Cerca i reemplaçament avançats",
|
|
22
|
-
"replace-placeholder": "Introdueix el text de reemplaçament",
|
|
23
|
-
"match-the-whole-cell": "Coincideix tota la cel·la",
|
|
24
|
-
"find-direction": {
|
|
25
|
-
title: "Direcció de cerca",
|
|
26
|
-
row: "Cerca per fila",
|
|
27
|
-
column: "Cerca per columna"
|
|
28
|
-
},
|
|
29
|
-
"find-scope": {
|
|
30
|
-
title: "Abast de la cerca",
|
|
31
|
-
"current-sheet": "Full actual",
|
|
32
|
-
workbook: "Llibre"
|
|
33
|
-
},
|
|
34
|
-
"find-by": {
|
|
35
|
-
title: "Cerca per",
|
|
36
|
-
value: "Cerca per valor",
|
|
37
|
-
formula: "Cerca fórmula"
|
|
38
|
-
},
|
|
39
|
-
"no-match": "Cerca completada però no s’ha trobat cap coincidència.",
|
|
40
|
-
"no-result": "Sense resultats"
|
|
34
|
+
"find-by": {
|
|
35
|
+
title: "Cerca per",
|
|
36
|
+
value: "Cerca per valor",
|
|
37
|
+
formula: "Cerca fórmula"
|
|
41
38
|
},
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
39
|
+
"no-match": "S'ha completat la cerca però no s'ha trobat cap coincidència.",
|
|
40
|
+
"no-result": "Sense resultats"
|
|
41
|
+
},
|
|
42
|
+
replace: {
|
|
43
|
+
"all-success": "S'han reemplaçat totes les {0} coincidències",
|
|
44
|
+
"all-failure": "Error en el reemplaçament",
|
|
45
|
+
confirm: { title: "Esteu segur que voleu reemplaçar totes les coincidències?" }
|
|
47
46
|
},
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "D'acord",
|
|
49
|
+
cancel: "Cancel·lar"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
50
52
|
|
|
51
53
|
//#endregion
|
|
52
54
|
module.exports = locale;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/de-DE.ts
|
|
3
|
+
const locale = { "find-replace": {
|
|
4
|
+
toolbar: "Suchen & Ersetzen",
|
|
5
|
+
shortcut: {
|
|
6
|
+
"open-find-dialog": "Suchdialog öffnen",
|
|
7
|
+
"open-replace-dialog": "Ersetzungsdialog öffnen",
|
|
8
|
+
"close-dialog": "Suchen & Ersetzen-Dialog schließen",
|
|
9
|
+
"go-to-next-match": "Zum nächsten Treffer springen",
|
|
10
|
+
"go-to-previous-match": "Zum vorherigen Treffer springen",
|
|
11
|
+
"focus-selection": "Auswahl fokussieren",
|
|
12
|
+
panel: "Suchen & Ersetzen"
|
|
13
|
+
},
|
|
14
|
+
dialog: {
|
|
15
|
+
title: "Suchen",
|
|
16
|
+
find: "Suchen",
|
|
17
|
+
replace: "Ersetzen",
|
|
18
|
+
"replace-all": "Alle ersetzen",
|
|
19
|
+
"case-sensitive": "Groß-/Kleinschreibung beachten",
|
|
20
|
+
"find-placeholder": "In diesem Blatt suchen",
|
|
21
|
+
"advanced-finding": "Erweitertes Suchen & Ersetzen",
|
|
22
|
+
"replace-placeholder": "Ersetzungstext eingeben",
|
|
23
|
+
"match-the-whole-cell": "Ganze Zelle vergleichen",
|
|
24
|
+
"find-direction": {
|
|
25
|
+
title: "Suchrichtung",
|
|
26
|
+
row: "Nach Zeile suchen",
|
|
27
|
+
column: "Nach Spalte suchen"
|
|
28
|
+
},
|
|
29
|
+
"find-scope": {
|
|
30
|
+
title: "Suchbereich",
|
|
31
|
+
"current-sheet": "Aktuelles Blatt",
|
|
32
|
+
workbook: "Arbeitsmappe"
|
|
33
|
+
},
|
|
34
|
+
"find-by": {
|
|
35
|
+
title: "Suchen nach",
|
|
36
|
+
value: "Nach Wert suchen",
|
|
37
|
+
formula: "Formel suchen"
|
|
38
|
+
},
|
|
39
|
+
"no-match": "Suche abgeschlossen, aber kein Treffer gefunden.",
|
|
40
|
+
"no-result": "Kein Ergebnis"
|
|
41
|
+
},
|
|
42
|
+
replace: {
|
|
43
|
+
"all-success": "Alle {0} Treffer ersetzt",
|
|
44
|
+
"all-failure": "Ersetzen fehlgeschlagen",
|
|
45
|
+
confirm: { title: "Sollen alle Treffer ersetzt werden?" }
|
|
46
|
+
},
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "OK",
|
|
49
|
+
cancel: "Abbrechen"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
module.exports = locale;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -15,53 +15,55 @@
|
|
|
15
15
|
* See the License for the specific language governing permissions and
|
|
16
16
|
* limitations under the License.
|
|
17
17
|
*/
|
|
18
|
-
const locale = {
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
18
|
+
const locale = { "find-replace": {
|
|
19
|
+
toolbar: "Find & Replace",
|
|
20
|
+
shortcut: {
|
|
21
|
+
"open-find-dialog": "Open Find Dialog",
|
|
22
|
+
"open-replace-dialog": "Open Replace Dialog",
|
|
23
|
+
"close-dialog": "Close Find & Replace Dialog",
|
|
24
|
+
"go-to-next-match": "Go to Next Match",
|
|
25
|
+
"go-to-previous-match": "Go to Previous Match",
|
|
26
|
+
"focus-selection": "Focus Selection",
|
|
27
|
+
panel: "Find & Replace"
|
|
28
|
+
},
|
|
29
|
+
dialog: {
|
|
30
|
+
title: "Find",
|
|
31
|
+
find: "Find",
|
|
32
|
+
replace: "Replace",
|
|
33
|
+
"replace-all": "Replace All",
|
|
34
|
+
"case-sensitive": "Case Sensitive",
|
|
35
|
+
"find-placeholder": "Find in this Sheet",
|
|
36
|
+
"advanced-finding": "Advanced Searching & Replace",
|
|
37
|
+
"replace-placeholder": "Input Replace String",
|
|
38
|
+
"match-the-whole-cell": "Match the Whole Cell",
|
|
39
|
+
"find-direction": {
|
|
40
|
+
title: "Find Direction",
|
|
41
|
+
row: "Search by Row",
|
|
42
|
+
column: "Search by Column"
|
|
43
|
+
},
|
|
44
|
+
"find-scope": {
|
|
45
|
+
title: "Find Range",
|
|
46
|
+
"current-sheet": "Current Sheet",
|
|
47
|
+
workbook: "Workbook"
|
|
28
48
|
},
|
|
29
|
-
|
|
30
|
-
title: "Find",
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"replace-all": "Replace All",
|
|
34
|
-
"case-sensitive": "Case Sensitive",
|
|
35
|
-
"find-placeholder": "Find in this Sheet",
|
|
36
|
-
"advanced-finding": "Advanced Searching & Replace",
|
|
37
|
-
"replace-placeholder": "Input Replace String",
|
|
38
|
-
"match-the-whole-cell": "Match the Whole Cell",
|
|
39
|
-
"find-direction": {
|
|
40
|
-
title: "Find Direction",
|
|
41
|
-
row: "Search by Row",
|
|
42
|
-
column: "Search by Column"
|
|
43
|
-
},
|
|
44
|
-
"find-scope": {
|
|
45
|
-
title: "Find Range",
|
|
46
|
-
"current-sheet": "Current Sheet",
|
|
47
|
-
workbook: "Workbook"
|
|
48
|
-
},
|
|
49
|
-
"find-by": {
|
|
50
|
-
title: "Find By",
|
|
51
|
-
value: "Find by Value",
|
|
52
|
-
formula: "Find Formula"
|
|
53
|
-
},
|
|
54
|
-
"no-match": "Finding completed but no match found.",
|
|
55
|
-
"no-result": "No Result"
|
|
49
|
+
"find-by": {
|
|
50
|
+
title: "Find By",
|
|
51
|
+
value: "Find by Value",
|
|
52
|
+
formula: "Find Formula"
|
|
56
53
|
},
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
54
|
+
"no-match": "Finding completed but no match found.",
|
|
55
|
+
"no-result": "No Result"
|
|
56
|
+
},
|
|
57
|
+
replace: {
|
|
58
|
+
"all-success": "Replaced all {0} matches",
|
|
59
|
+
"all-failure": "Replace failed",
|
|
60
|
+
confirm: { title: "Are you sure to replace all matches?" }
|
|
62
61
|
},
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
button: {
|
|
63
|
+
confirm: "OK",
|
|
64
|
+
cancel: "Cancel"
|
|
65
|
+
}
|
|
66
|
+
} };
|
|
65
67
|
|
|
66
68
|
//#endregion
|
|
67
69
|
module.exports = locale;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1,52 +1,54 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locale/es-ES.ts
|
|
3
|
-
const locale = {
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
3
|
+
const locale = { "find-replace": {
|
|
4
|
+
toolbar: "Buscar y reemplazar",
|
|
5
|
+
shortcut: {
|
|
6
|
+
"open-find-dialog": "Abrir cuadro de diálogo de búsqueda",
|
|
7
|
+
"open-replace-dialog": "Abrir cuadro de diálogo de reemplazo",
|
|
8
|
+
"close-dialog": "Cerrar cuadro de diálogo de búsqueda y reemplazo",
|
|
9
|
+
"go-to-next-match": "Ir a la siguiente coincidencia",
|
|
10
|
+
"go-to-previous-match": "Ir a la coincidencia anterior",
|
|
11
|
+
"focus-selection": "Enfocar selección",
|
|
12
|
+
panel: "Buscar y reemplazar"
|
|
13
|
+
},
|
|
14
|
+
dialog: {
|
|
15
|
+
title: "Buscar",
|
|
16
|
+
find: "Buscar",
|
|
17
|
+
replace: "Reemplazar",
|
|
18
|
+
"replace-all": "Reemplazar todo",
|
|
19
|
+
"case-sensitive": "Distinguir mayúsculas y minúsculas",
|
|
20
|
+
"find-placeholder": "Buscar en esta hoja",
|
|
21
|
+
"advanced-finding": "Búsqueda y reemplazo avanzados",
|
|
22
|
+
"replace-placeholder": "Introducir cadena de reemplazo",
|
|
23
|
+
"match-the-whole-cell": "Coincidir con toda la celda",
|
|
24
|
+
"find-direction": {
|
|
25
|
+
title: "Dirección de búsqueda",
|
|
26
|
+
row: "Buscar por fila",
|
|
27
|
+
column: "Buscar por columna"
|
|
28
|
+
},
|
|
29
|
+
"find-scope": {
|
|
30
|
+
title: "Rango de búsqueda",
|
|
31
|
+
"current-sheet": "Hoja actual",
|
|
32
|
+
workbook: "Libro"
|
|
13
33
|
},
|
|
14
|
-
|
|
15
|
-
title: "Buscar",
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"replace-all": "Reemplazar todo",
|
|
19
|
-
"case-sensitive": "Distinguir mayúsculas y minúsculas",
|
|
20
|
-
"find-placeholder": "Buscar en esta hoja",
|
|
21
|
-
"advanced-finding": "Búsqueda y reemplazo avanzados",
|
|
22
|
-
"replace-placeholder": "Introducir texto de reemplazo",
|
|
23
|
-
"match-the-whole-cell": "Coincidir toda la celda",
|
|
24
|
-
"find-direction": {
|
|
25
|
-
title: "Dirección de búsqueda",
|
|
26
|
-
row: "Buscar por fila",
|
|
27
|
-
column: "Buscar por columna"
|
|
28
|
-
},
|
|
29
|
-
"find-scope": {
|
|
30
|
-
title: "Rango de búsqueda",
|
|
31
|
-
"current-sheet": "Hoja actual",
|
|
32
|
-
workbook: "Libro"
|
|
33
|
-
},
|
|
34
|
-
"find-by": {
|
|
35
|
-
title: "Buscar por",
|
|
36
|
-
value: "Buscar por valor",
|
|
37
|
-
formula: "Buscar fórmula"
|
|
38
|
-
},
|
|
39
|
-
"no-match": "Búsqueda completada pero no se encontraron coincidencias.",
|
|
40
|
-
"no-result": "Sin resultados"
|
|
34
|
+
"find-by": {
|
|
35
|
+
title: "Buscar por",
|
|
36
|
+
value: "Buscar por valor",
|
|
37
|
+
formula: "Buscar fórmula"
|
|
41
38
|
},
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
39
|
+
"no-match": "Búsqueda completada pero no se encontraron coincidencias.",
|
|
40
|
+
"no-result": "Sin resultados"
|
|
41
|
+
},
|
|
42
|
+
replace: {
|
|
43
|
+
"all-success": "Se reemplazaron todas las {0} coincidencias",
|
|
44
|
+
"all-failure": "Error al reemplazar",
|
|
45
|
+
confirm: { title: "¿Está seguro de que desea reemplazar todas las coincidencias?" }
|
|
47
46
|
},
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "Aceptar",
|
|
49
|
+
cancel: "Cancelar"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
50
52
|
|
|
51
53
|
//#endregion
|
|
52
54
|
module.exports = locale;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1,52 +1,54 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/locale/fa-IR.ts
|
|
3
|
-
const locale = {
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
3
|
+
const locale = { "find-replace": {
|
|
4
|
+
toolbar: "یافتن و جایگزینی",
|
|
5
|
+
shortcut: {
|
|
6
|
+
"open-find-dialog": "باز کردن پنجره جستجو",
|
|
7
|
+
"open-replace-dialog": "باز کردن پنجره جایگزینی",
|
|
8
|
+
"close-dialog": "بستن پنجره جستجو و جایگزینی",
|
|
9
|
+
"go-to-next-match": "رفتن به مورد تطابق بعدی",
|
|
10
|
+
"go-to-previous-match": "رفتن به مورد تطابق قبلی",
|
|
11
|
+
"focus-selection": "تمرکز بر انتخاب",
|
|
12
|
+
panel: "یافتن و جایگزینی"
|
|
13
|
+
},
|
|
14
|
+
dialog: {
|
|
15
|
+
title: "جستجو",
|
|
16
|
+
find: "جستجو",
|
|
17
|
+
replace: "جایگزینی",
|
|
18
|
+
"replace-all": "جایگزینی همه",
|
|
19
|
+
"case-sensitive": "حساس به حروف بزرگ و کوچک",
|
|
20
|
+
"find-placeholder": "جستجو در این شیت",
|
|
21
|
+
"advanced-finding": "جستجو و جایگزینی پیشرفته",
|
|
22
|
+
"replace-placeholder": "رشته جایگزینی را وارد کنید",
|
|
23
|
+
"match-the-whole-cell": "تطابق کل سلول",
|
|
24
|
+
"find-direction": {
|
|
25
|
+
title: "جهت جستجو",
|
|
26
|
+
row: "جستجو بر اساس ردیف",
|
|
27
|
+
column: "جستجو بر اساس ستون"
|
|
28
|
+
},
|
|
29
|
+
"find-scope": {
|
|
30
|
+
title: "محدوده جستجو",
|
|
31
|
+
"current-sheet": "شیت فعلی",
|
|
32
|
+
workbook: "کتاب کار"
|
|
13
33
|
},
|
|
14
|
-
|
|
15
|
-
title: "
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"replace-all": "جایگزینی همه",
|
|
19
|
-
"case-sensitive": "حساس به حروف کوچک و بزرگ",
|
|
20
|
-
"find-placeholder": "یافتن در این برگ",
|
|
21
|
-
"advanced-finding": "جستجوی پیشرفته و جایگزینی",
|
|
22
|
-
"replace-placeholder": "ورود رشته جایگزین",
|
|
23
|
-
"match-the-whole-cell": "مطابقت با کل سلول",
|
|
24
|
-
"find-direction": {
|
|
25
|
-
title: "جهت یافتن",
|
|
26
|
-
row: "جستجو بر اساس سطر",
|
|
27
|
-
column: "جستجو بر اساس ستون"
|
|
28
|
-
},
|
|
29
|
-
"find-scope": {
|
|
30
|
-
title: "محدوده یافتن",
|
|
31
|
-
"current-sheet": "برگ فعلی",
|
|
32
|
-
workbook: "کتاب کار"
|
|
33
|
-
},
|
|
34
|
-
"find-by": {
|
|
35
|
-
title: "یافتن بر اساس",
|
|
36
|
-
value: "یافتن بر اساس مقدار",
|
|
37
|
-
formula: "یافتن فرمول"
|
|
38
|
-
},
|
|
39
|
-
"no-match": "یافتن تکمیل شد اما هیچ تطابقی یافت نشد.",
|
|
40
|
-
"no-result": "نتیجهای وجود ندارد"
|
|
34
|
+
"find-by": {
|
|
35
|
+
title: "جستجو بر اساس",
|
|
36
|
+
value: "جستجو بر اساس مقدار",
|
|
37
|
+
formula: "جستجوی فرمول"
|
|
41
38
|
},
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
39
|
+
"no-match": "جستجو تکمیل شد اما هیچ تطابقی یافت نشد.",
|
|
40
|
+
"no-result": "بدون نتیجه"
|
|
41
|
+
},
|
|
42
|
+
replace: {
|
|
43
|
+
"all-success": "همه {0} مورد تطابق جایگزین شدند",
|
|
44
|
+
"all-failure": "جایگزینی ناموفق بود",
|
|
45
|
+
confirm: { title: "آیا مطمئن هستید که میخواهید همه موارد تطابق را جایگزین کنید؟" }
|
|
47
46
|
},
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "تایید",
|
|
49
|
+
cancel: "انصراف"
|
|
50
|
+
}
|
|
51
|
+
} };
|
|
50
52
|
|
|
51
53
|
//#endregion
|
|
52
54
|
module.exports = locale;
|