@univerjs/find-replace 0.23.0 → 0.24.0-insiders.20260528-29f582d
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 +3 -3
- package/lib/cjs/locale/ar-SA.js +56 -0
- package/lib/cjs/locale/ca-ES.js +17 -13
- package/lib/cjs/locale/de-DE.js +56 -0
- package/lib/cjs/locale/en-US.js +4 -0
- package/lib/cjs/locale/es-ES.js +11 -7
- package/lib/cjs/locale/fa-IR.js +28 -24
- package/lib/cjs/locale/fr-FR.js +15 -11
- package/lib/cjs/locale/id-ID.js +56 -0
- package/lib/cjs/locale/it-IT.js +56 -0
- package/lib/cjs/locale/ja-JP.js +19 -15
- package/lib/cjs/locale/ko-KR.js +20 -16
- package/lib/cjs/locale/pl-PL.js +56 -0
- package/lib/cjs/locale/pt-BR.js +56 -0
- package/lib/cjs/locale/ru-RU.js +19 -15
- package/lib/cjs/locale/sk-SK.js +15 -11
- package/lib/cjs/locale/vi-VN.js +27 -23
- package/lib/cjs/locale/zh-CN.js +4 -0
- package/lib/cjs/locale/zh-HK.js +56 -0
- package/lib/cjs/locale/zh-TW.js +34 -30
- package/lib/es/index.js +3 -3
- package/lib/es/locale/ar-SA.js +55 -0
- package/lib/es/locale/ca-ES.js +17 -13
- package/lib/es/locale/de-DE.js +55 -0
- package/lib/es/locale/en-US.js +4 -0
- package/lib/es/locale/es-ES.js +11 -7
- package/lib/es/locale/fa-IR.js +28 -24
- package/lib/es/locale/fr-FR.js +15 -11
- package/lib/es/locale/id-ID.js +55 -0
- package/lib/es/locale/it-IT.js +55 -0
- package/lib/es/locale/ja-JP.js +19 -15
- package/lib/es/locale/ko-KR.js +20 -16
- package/lib/es/locale/pl-PL.js +55 -0
- package/lib/es/locale/pt-BR.js +55 -0
- package/lib/es/locale/ru-RU.js +19 -15
- package/lib/es/locale/sk-SK.js +15 -11
- package/lib/es/locale/vi-VN.js +27 -23
- package/lib/es/locale/zh-CN.js +4 -0
- package/lib/es/locale/zh-HK.js +55 -0
- package/lib/es/locale/zh-TW.js +34 -30
- package/lib/index.js +3 -3
- package/lib/locale/ar-SA.js +55 -0
- package/lib/locale/ca-ES.js +17 -13
- package/lib/locale/de-DE.js +55 -0
- package/lib/locale/en-US.js +4 -0
- package/lib/locale/es-ES.js +11 -7
- package/lib/locale/fa-IR.js +28 -24
- package/lib/locale/fr-FR.js +15 -11
- package/lib/locale/id-ID.js +55 -0
- package/lib/locale/it-IT.js +55 -0
- package/lib/locale/ja-JP.js +19 -15
- package/lib/locale/ko-KR.js +20 -16
- package/lib/locale/pl-PL.js +55 -0
- package/lib/locale/pt-BR.js +55 -0
- package/lib/locale/ru-RU.js +19 -15
- package/lib/locale/sk-SK.js +15 -11
- package/lib/locale/vi-VN.js +27 -23
- package/lib/locale/zh-CN.js +4 -0
- package/lib/locale/zh-HK.js +55 -0
- package/lib/locale/zh-TW.js +34 -30
- 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 +4 -0
- 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/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 +7 -7
- package/LICENSE +0 -176
package/lib/cjs/index.js
CHANGED
|
@@ -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) {
|
|
@@ -1261,7 +1261,7 @@ function getFindReplaceDialogDefaultPosition() {
|
|
|
1261
1261
|
//#endregion
|
|
1262
1262
|
//#region package.json
|
|
1263
1263
|
var name = "@univerjs/find-replace";
|
|
1264
|
-
var version = "0.
|
|
1264
|
+
var version = "0.24.0-insiders.20260528-29f582d";
|
|
1265
1265
|
|
|
1266
1266
|
//#endregion
|
|
1267
1267
|
//#region src/config/config.ts
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/ar-SA.ts
|
|
3
|
+
const locale = {
|
|
4
|
+
"find-replace": {
|
|
5
|
+
toolbar: "بحث واستبدال",
|
|
6
|
+
shortcut: {
|
|
7
|
+
"open-find-dialog": "فتح مربع حوار البحث",
|
|
8
|
+
"open-replace-dialog": "فتح مربع حوار الاستبدال",
|
|
9
|
+
"close-dialog": "إغلاق مربع حوار البحث والاستبدال",
|
|
10
|
+
"go-to-next-match": "الانتقال إلى التطابق التالي",
|
|
11
|
+
"go-to-previous-match": "الانتقال إلى التطابق السابق",
|
|
12
|
+
"focus-selection": "تركيز التحديد"
|
|
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
|
+
"find-replace-shortcuts": "بحث واستبدال"
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
//#endregion
|
|
56
|
+
module.exports = locale;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -4,25 +4,25 @@ const locale = {
|
|
|
4
4
|
"find-replace": {
|
|
5
5
|
toolbar: "Cerca i reemplaça",
|
|
6
6
|
shortcut: {
|
|
7
|
-
"open-find-dialog": "
|
|
8
|
-
"open-replace-dialog": "
|
|
9
|
-
"close-dialog": "
|
|
10
|
-
"go-to-next-match": "
|
|
11
|
-
"go-to-previous-match": "
|
|
12
|
-
"focus-selection": "
|
|
7
|
+
"open-find-dialog": "Obrir el diàleg de cerca",
|
|
8
|
+
"open-replace-dialog": "Obrir el diàleg de reemplaçament",
|
|
9
|
+
"close-dialog": "Tancar el diàleg de cerca i reemplaçament",
|
|
10
|
+
"go-to-next-match": "Anar a la següent coincidència",
|
|
11
|
+
"go-to-previous-match": "Anar a la coincidència anterior",
|
|
12
|
+
"focus-selection": "Enfocar la selecció"
|
|
13
13
|
},
|
|
14
14
|
dialog: {
|
|
15
15
|
title: "Cerca",
|
|
16
16
|
find: "Cerca",
|
|
17
17
|
replace: "Reemplaça",
|
|
18
18
|
"replace-all": "Reemplaça-ho tot",
|
|
19
|
-
"case-sensitive": "Distingeix majúscules
|
|
19
|
+
"case-sensitive": "Distingeix majúscules de minúscules",
|
|
20
20
|
"find-placeholder": "Cerca en aquest full",
|
|
21
21
|
"advanced-finding": "Cerca i reemplaçament avançats",
|
|
22
|
-
"replace-placeholder": "
|
|
23
|
-
"match-the-whole-cell": "
|
|
22
|
+
"replace-placeholder": "Introduïu la cadena de reemplaçament",
|
|
23
|
+
"match-the-whole-cell": "Coincidir amb la cel·la sencera",
|
|
24
24
|
"find-direction": {
|
|
25
|
-
title: "Direcció de cerca",
|
|
25
|
+
title: "Direcció de la cerca",
|
|
26
26
|
row: "Cerca per fila",
|
|
27
27
|
column: "Cerca per columna"
|
|
28
28
|
},
|
|
@@ -36,13 +36,17 @@ const locale = {
|
|
|
36
36
|
value: "Cerca per valor",
|
|
37
37
|
formula: "Cerca fórmula"
|
|
38
38
|
},
|
|
39
|
-
"no-match": "
|
|
39
|
+
"no-match": "S'ha completat la cerca però no s'ha trobat cap coincidència.",
|
|
40
40
|
"no-result": "Sense resultats"
|
|
41
41
|
},
|
|
42
42
|
replace: {
|
|
43
|
-
"all-success": "S
|
|
44
|
-
"all-failure": "Error en
|
|
43
|
+
"all-success": "S'han reemplaçat totes les {0} coincidències",
|
|
44
|
+
"all-failure": "Error en el reemplaçament",
|
|
45
45
|
confirm: { title: "Esteu segur que voleu reemplaçar totes les coincidències?" }
|
|
46
|
+
},
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "D'acord",
|
|
49
|
+
cancel: "Cancel·lar"
|
|
46
50
|
}
|
|
47
51
|
},
|
|
48
52
|
"find-replace-shortcuts": "Cerca i reemplaça"
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/de-DE.ts
|
|
3
|
+
const locale = {
|
|
4
|
+
"find-replace": {
|
|
5
|
+
toolbar: "Suchen & Ersetzen",
|
|
6
|
+
shortcut: {
|
|
7
|
+
"open-find-dialog": "Suchdialog öffnen",
|
|
8
|
+
"open-replace-dialog": "Ersetzungsdialog öffnen",
|
|
9
|
+
"close-dialog": "Suchen & Ersetzen-Dialog schließen",
|
|
10
|
+
"go-to-next-match": "Zum nächsten Treffer springen",
|
|
11
|
+
"go-to-previous-match": "Zum vorherigen Treffer springen",
|
|
12
|
+
"focus-selection": "Auswahl fokussieren"
|
|
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
|
+
"find-replace-shortcuts": "Suchen & Ersetzen"
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
//#endregion
|
|
56
|
+
module.exports = locale;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -58,6 +58,10 @@ const locale = {
|
|
|
58
58
|
"all-success": "Replaced all {0} matches",
|
|
59
59
|
"all-failure": "Replace failed",
|
|
60
60
|
confirm: { title: "Are you sure to replace all matches?" }
|
|
61
|
+
},
|
|
62
|
+
button: {
|
|
63
|
+
confirm: "OK",
|
|
64
|
+
cancel: "Cancel"
|
|
61
65
|
}
|
|
62
66
|
},
|
|
63
67
|
"find-replace-shortcuts": "Find & Replace"
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -4,9 +4,9 @@ const locale = {
|
|
|
4
4
|
"find-replace": {
|
|
5
5
|
toolbar: "Buscar y reemplazar",
|
|
6
6
|
shortcut: {
|
|
7
|
-
"open-find-dialog": "Abrir diálogo de búsqueda",
|
|
8
|
-
"open-replace-dialog": "Abrir diálogo de reemplazo",
|
|
9
|
-
"close-dialog": "Cerrar diálogo de
|
|
7
|
+
"open-find-dialog": "Abrir cuadro de diálogo de búsqueda",
|
|
8
|
+
"open-replace-dialog": "Abrir cuadro de diálogo de reemplazo",
|
|
9
|
+
"close-dialog": "Cerrar cuadro de diálogo de búsqueda y reemplazo",
|
|
10
10
|
"go-to-next-match": "Ir a la siguiente coincidencia",
|
|
11
11
|
"go-to-previous-match": "Ir a la coincidencia anterior",
|
|
12
12
|
"focus-selection": "Enfocar selección"
|
|
@@ -19,8 +19,8 @@ const locale = {
|
|
|
19
19
|
"case-sensitive": "Distinguir mayúsculas y minúsculas",
|
|
20
20
|
"find-placeholder": "Buscar en esta hoja",
|
|
21
21
|
"advanced-finding": "Búsqueda y reemplazo avanzados",
|
|
22
|
-
"replace-placeholder": "Introducir
|
|
23
|
-
"match-the-whole-cell": "Coincidir toda la celda",
|
|
22
|
+
"replace-placeholder": "Introducir cadena de reemplazo",
|
|
23
|
+
"match-the-whole-cell": "Coincidir con toda la celda",
|
|
24
24
|
"find-direction": {
|
|
25
25
|
title: "Dirección de búsqueda",
|
|
26
26
|
row: "Buscar por fila",
|
|
@@ -40,9 +40,13 @@ const locale = {
|
|
|
40
40
|
"no-result": "Sin resultados"
|
|
41
41
|
},
|
|
42
42
|
replace: {
|
|
43
|
-
"all-success": "Se reemplazaron las {0} coincidencias",
|
|
43
|
+
"all-success": "Se reemplazaron todas las {0} coincidencias",
|
|
44
44
|
"all-failure": "Error al reemplazar",
|
|
45
|
-
confirm: { title: "¿Está seguro de reemplazar todas las coincidencias?" }
|
|
45
|
+
confirm: { title: "¿Está seguro de que desea reemplazar todas las coincidencias?" }
|
|
46
|
+
},
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "Aceptar",
|
|
49
|
+
cancel: "Cancelar"
|
|
46
50
|
}
|
|
47
51
|
},
|
|
48
52
|
"find-replace-shortcuts": "Buscar y reemplazar"
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -4,45 +4,49 @@ const locale = {
|
|
|
4
4
|
"find-replace": {
|
|
5
5
|
toolbar: "یافتن و جایگزینی",
|
|
6
6
|
shortcut: {
|
|
7
|
-
"open-find-dialog": "باز کردن پنجره
|
|
8
|
-
"open-replace-dialog": "باز کردن پنجره
|
|
9
|
-
"close-dialog": "بستن پنجره
|
|
10
|
-
"go-to-next-match": "رفتن به تطابق بعدی",
|
|
11
|
-
"go-to-previous-match": "رفتن به تطابق قبلی",
|
|
12
|
-
"focus-selection": "تمرکز بر
|
|
7
|
+
"open-find-dialog": "باز کردن پنجره جستجو",
|
|
8
|
+
"open-replace-dialog": "باز کردن پنجره جایگزینی",
|
|
9
|
+
"close-dialog": "بستن پنجره جستجو و جایگزینی",
|
|
10
|
+
"go-to-next-match": "رفتن به مورد تطابق بعدی",
|
|
11
|
+
"go-to-previous-match": "رفتن به مورد تطابق قبلی",
|
|
12
|
+
"focus-selection": "تمرکز بر انتخاب"
|
|
13
13
|
},
|
|
14
14
|
dialog: {
|
|
15
|
-
title: "
|
|
16
|
-
find: "
|
|
15
|
+
title: "جستجو",
|
|
16
|
+
find: "جستجو",
|
|
17
17
|
replace: "جایگزینی",
|
|
18
18
|
"replace-all": "جایگزینی همه",
|
|
19
|
-
"case-sensitive": "حساس به حروف
|
|
20
|
-
"find-placeholder": "
|
|
21
|
-
"advanced-finding": "
|
|
22
|
-
"replace-placeholder": "
|
|
23
|
-
"match-the-whole-cell": "
|
|
19
|
+
"case-sensitive": "حساس به حروف بزرگ و کوچک",
|
|
20
|
+
"find-placeholder": "جستجو در این شیت",
|
|
21
|
+
"advanced-finding": "جستجو و جایگزینی پیشرفته",
|
|
22
|
+
"replace-placeholder": "رشته جایگزینی را وارد کنید",
|
|
23
|
+
"match-the-whole-cell": "تطابق کل سلول",
|
|
24
24
|
"find-direction": {
|
|
25
|
-
title: "جهت
|
|
26
|
-
row: "جستجو بر اساس
|
|
25
|
+
title: "جهت جستجو",
|
|
26
|
+
row: "جستجو بر اساس ردیف",
|
|
27
27
|
column: "جستجو بر اساس ستون"
|
|
28
28
|
},
|
|
29
29
|
"find-scope": {
|
|
30
|
-
title: "محدوده
|
|
31
|
-
"current-sheet": "
|
|
30
|
+
title: "محدوده جستجو",
|
|
31
|
+
"current-sheet": "شیت فعلی",
|
|
32
32
|
workbook: "کتاب کار"
|
|
33
33
|
},
|
|
34
34
|
"find-by": {
|
|
35
|
-
title: "
|
|
36
|
-
value: "
|
|
37
|
-
formula: "
|
|
35
|
+
title: "جستجو بر اساس",
|
|
36
|
+
value: "جستجو بر اساس مقدار",
|
|
37
|
+
formula: "جستجوی فرمول"
|
|
38
38
|
},
|
|
39
|
-
"no-match": "
|
|
40
|
-
"no-result": "
|
|
39
|
+
"no-match": "جستجو تکمیل شد اما هیچ تطابقی یافت نشد.",
|
|
40
|
+
"no-result": "بدون نتیجه"
|
|
41
41
|
},
|
|
42
42
|
replace: {
|
|
43
|
-
"all-success": "همه {0} تطابق جایگزین
|
|
43
|
+
"all-success": "همه {0} مورد تطابق جایگزین شدند",
|
|
44
44
|
"all-failure": "جایگزینی ناموفق بود",
|
|
45
|
-
confirm: { title: "آیا مطمئن هستید که همه
|
|
45
|
+
confirm: { title: "آیا مطمئن هستید که میخواهید همه موارد تطابق را جایگزین کنید؟" }
|
|
46
|
+
},
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "تایید",
|
|
49
|
+
cancel: "انصراف"
|
|
46
50
|
}
|
|
47
51
|
},
|
|
48
52
|
"find-replace-shortcuts": "یافتن و جایگزینی"
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -4,12 +4,12 @@ const locale = {
|
|
|
4
4
|
"find-replace": {
|
|
5
5
|
toolbar: "Rechercher & Remplacer",
|
|
6
6
|
shortcut: {
|
|
7
|
-
"open-find-dialog": "Ouvrir la boîte de dialogue
|
|
8
|
-
"open-replace-dialog": "Ouvrir la boîte de dialogue
|
|
9
|
-
"close-dialog": "Fermer la boîte de dialogue
|
|
7
|
+
"open-find-dialog": "Ouvrir la boîte de dialogue de recherche",
|
|
8
|
+
"open-replace-dialog": "Ouvrir la boîte de dialogue de remplacement",
|
|
9
|
+
"close-dialog": "Fermer la boîte de dialogue de recherche et de remplacement",
|
|
10
10
|
"go-to-next-match": "Aller à la correspondance suivante",
|
|
11
11
|
"go-to-previous-match": "Aller à la correspondance précédente",
|
|
12
|
-
"focus-selection": "
|
|
12
|
+
"focus-selection": "Concentrer la sélection"
|
|
13
13
|
},
|
|
14
14
|
dialog: {
|
|
15
15
|
title: "Rechercher",
|
|
@@ -18,11 +18,11 @@ const locale = {
|
|
|
18
18
|
"replace-all": "Remplacer tout",
|
|
19
19
|
"case-sensitive": "Sensible à la casse",
|
|
20
20
|
"find-placeholder": "Rechercher dans cette feuille",
|
|
21
|
-
"advanced-finding": "Recherche
|
|
22
|
-
"replace-placeholder": "
|
|
23
|
-
"match-the-whole-cell": "
|
|
21
|
+
"advanced-finding": "Recherche et remplacement avancés",
|
|
22
|
+
"replace-placeholder": "Saisir la chaîne de remplacement",
|
|
23
|
+
"match-the-whole-cell": "Correspondance de la cellule entière",
|
|
24
24
|
"find-direction": {
|
|
25
|
-
title: "Direction de recherche",
|
|
25
|
+
title: "Direction de la recherche",
|
|
26
26
|
row: "Rechercher par ligne",
|
|
27
27
|
column: "Rechercher par colonne"
|
|
28
28
|
},
|
|
@@ -34,15 +34,19 @@ const locale = {
|
|
|
34
34
|
"find-by": {
|
|
35
35
|
title: "Rechercher par",
|
|
36
36
|
value: "Rechercher par valeur",
|
|
37
|
-
formula: "Rechercher
|
|
37
|
+
formula: "Rechercher une formule"
|
|
38
38
|
},
|
|
39
39
|
"no-match": "Recherche terminée mais aucune correspondance trouvée.",
|
|
40
40
|
"no-result": "Aucun résultat"
|
|
41
41
|
},
|
|
42
42
|
replace: {
|
|
43
|
-
"all-success": "
|
|
43
|
+
"all-success": "Toutes les {0} correspondances ont été remplacées",
|
|
44
44
|
"all-failure": "Échec du remplacement",
|
|
45
|
-
confirm: { title: "Êtes-vous sûr de vouloir remplacer toutes les correspondances?" }
|
|
45
|
+
confirm: { title: "Êtes-vous sûr de vouloir remplacer toutes les correspondances ?" }
|
|
46
|
+
},
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "OK",
|
|
49
|
+
cancel: "Annuler"
|
|
46
50
|
}
|
|
47
51
|
},
|
|
48
52
|
"find-replace-shortcuts": "Rechercher & Remplacer"
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/id-ID.ts
|
|
3
|
+
const locale = {
|
|
4
|
+
"find-replace": {
|
|
5
|
+
toolbar: "Cari & Ganti",
|
|
6
|
+
shortcut: {
|
|
7
|
+
"open-find-dialog": "Buka Dialog Cari",
|
|
8
|
+
"open-replace-dialog": "Buka Dialog Ganti",
|
|
9
|
+
"close-dialog": "Tutup Dialog Cari & Ganti",
|
|
10
|
+
"go-to-next-match": "Ke Hasil Berikutnya",
|
|
11
|
+
"go-to-previous-match": "Ke Hasil Sebelumnya",
|
|
12
|
+
"focus-selection": "Fokus Pilihan"
|
|
13
|
+
},
|
|
14
|
+
dialog: {
|
|
15
|
+
title: "Cari",
|
|
16
|
+
find: "Cari",
|
|
17
|
+
replace: "Ganti",
|
|
18
|
+
"replace-all": "Ganti Semua",
|
|
19
|
+
"case-sensitive": "Sensitif Huruf",
|
|
20
|
+
"find-placeholder": "Cari di Lembar ini",
|
|
21
|
+
"advanced-finding": "Pencarian & Penggantian Lanjutan",
|
|
22
|
+
"replace-placeholder": "Masukkan String Pengganti",
|
|
23
|
+
"match-the-whole-cell": "Cocokkan Seluruh Sel",
|
|
24
|
+
"find-direction": {
|
|
25
|
+
title: "Arah Cari",
|
|
26
|
+
row: "Cari per Baris",
|
|
27
|
+
column: "Cari per Kolom"
|
|
28
|
+
},
|
|
29
|
+
"find-scope": {
|
|
30
|
+
title: "Rentang Cari",
|
|
31
|
+
"current-sheet": "Lembar Saat Ini",
|
|
32
|
+
workbook: "Buku Kerja"
|
|
33
|
+
},
|
|
34
|
+
"find-by": {
|
|
35
|
+
title: "Cari Berdasarkan",
|
|
36
|
+
value: "Cari berdasarkan Nilai",
|
|
37
|
+
formula: "Cari Rumus"
|
|
38
|
+
},
|
|
39
|
+
"no-match": "Pencarian selesai tetapi tidak ditemukan kecocokan.",
|
|
40
|
+
"no-result": "Tidak Ada Hasil"
|
|
41
|
+
},
|
|
42
|
+
replace: {
|
|
43
|
+
"all-success": "Berhasil mengganti {0} kecocokan",
|
|
44
|
+
"all-failure": "Penggantian gagal",
|
|
45
|
+
confirm: { title: "Apakah Anda yakin ingin mengganti semua kecocokan?" }
|
|
46
|
+
},
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "OK",
|
|
49
|
+
cancel: "Batal"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"find-replace-shortcuts": "Cari & Ganti"
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
//#endregion
|
|
56
|
+
module.exports = locale;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
|
|
2
|
+
//#region src/locale/it-IT.ts
|
|
3
|
+
const locale = {
|
|
4
|
+
"find-replace": {
|
|
5
|
+
toolbar: "Trova e sostituisci",
|
|
6
|
+
shortcut: {
|
|
7
|
+
"open-find-dialog": "Apri finestra Trova",
|
|
8
|
+
"open-replace-dialog": "Apri finestra Sostituisci",
|
|
9
|
+
"close-dialog": "Chiudi finestra Trova e sostituisci",
|
|
10
|
+
"go-to-next-match": "Vai alla corrispondenza successiva",
|
|
11
|
+
"go-to-previous-match": "Vai alla corrispondenza precedente",
|
|
12
|
+
"focus-selection": "Focus selezione"
|
|
13
|
+
},
|
|
14
|
+
dialog: {
|
|
15
|
+
title: "Trova",
|
|
16
|
+
find: "Trova",
|
|
17
|
+
replace: "Sostituisci",
|
|
18
|
+
"replace-all": "Sostituisci tutto",
|
|
19
|
+
"case-sensitive": "Maiuscole/minuscole",
|
|
20
|
+
"find-placeholder": "Trova in questo foglio",
|
|
21
|
+
"advanced-finding": "Ricerca e sostituzione avanzate",
|
|
22
|
+
"replace-placeholder": "Inserisci stringa di sostituzione",
|
|
23
|
+
"match-the-whole-cell": "Corrispondenza con l'intera cella",
|
|
24
|
+
"find-direction": {
|
|
25
|
+
title: "Direzione ricerca",
|
|
26
|
+
row: "Cerca per riga",
|
|
27
|
+
column: "Cerca per colonna"
|
|
28
|
+
},
|
|
29
|
+
"find-scope": {
|
|
30
|
+
title: "Intervallo ricerca",
|
|
31
|
+
"current-sheet": "Foglio corrente",
|
|
32
|
+
workbook: "Cartella di lavoro"
|
|
33
|
+
},
|
|
34
|
+
"find-by": {
|
|
35
|
+
title: "Criterio ricerca",
|
|
36
|
+
value: "Trova per valore",
|
|
37
|
+
formula: "Trova formula"
|
|
38
|
+
},
|
|
39
|
+
"no-match": "Ricerca completata ma nessuna corrispondenza trovata.",
|
|
40
|
+
"no-result": "Nessun risultato"
|
|
41
|
+
},
|
|
42
|
+
replace: {
|
|
43
|
+
"all-success": "Sostituite tutte le {0} corrispondenze",
|
|
44
|
+
"all-failure": "Sostituzione non riuscita",
|
|
45
|
+
confirm: { title: "Sei sicuro di voler sostituire tutte le corrispondenze?" }
|
|
46
|
+
},
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "OK",
|
|
49
|
+
cancel: "Annulla"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"find-replace-shortcuts": "Trova e sostituisci"
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
//#endregion
|
|
56
|
+
module.exports = locale;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -7,9 +7,9 @@ const locale = {
|
|
|
7
7
|
"open-find-dialog": "検索ダイアログを開く",
|
|
8
8
|
"open-replace-dialog": "置換ダイアログを開く",
|
|
9
9
|
"close-dialog": "検索と置換ダイアログを閉じる",
|
|
10
|
-
"go-to-next-match": "
|
|
11
|
-
"go-to-previous-match": "
|
|
12
|
-
"focus-selection": "
|
|
10
|
+
"go-to-next-match": "次の一致項目へ移動",
|
|
11
|
+
"go-to-previous-match": "前の一致項目へ移動",
|
|
12
|
+
"focus-selection": "選択範囲にフォーカス"
|
|
13
13
|
},
|
|
14
14
|
dialog: {
|
|
15
15
|
title: "検索",
|
|
@@ -17,14 +17,14 @@ const locale = {
|
|
|
17
17
|
replace: "置換",
|
|
18
18
|
"replace-all": "すべて置換",
|
|
19
19
|
"case-sensitive": "大文字と小文字を区別",
|
|
20
|
-
"find-placeholder": "
|
|
21
|
-
"advanced-finding": "
|
|
22
|
-
"replace-placeholder": "
|
|
23
|
-
"match-the-whole-cell": "
|
|
20
|
+
"find-placeholder": "このシート内を検索",
|
|
21
|
+
"advanced-finding": "詳細検索と置換",
|
|
22
|
+
"replace-placeholder": "置換文字列を入力",
|
|
23
|
+
"match-the-whole-cell": "セル全体に一致",
|
|
24
24
|
"find-direction": {
|
|
25
25
|
title: "検索方向",
|
|
26
|
-
row: "
|
|
27
|
-
column: "
|
|
26
|
+
row: "行ごとに検索",
|
|
27
|
+
column: "列ごとに検索"
|
|
28
28
|
},
|
|
29
29
|
"find-scope": {
|
|
30
30
|
title: "検索範囲",
|
|
@@ -32,17 +32,21 @@ const locale = {
|
|
|
32
32
|
workbook: "ブック全体"
|
|
33
33
|
},
|
|
34
34
|
"find-by": {
|
|
35
|
-
title: "
|
|
35
|
+
title: "検索条件",
|
|
36
36
|
value: "値で検索",
|
|
37
|
-
formula: "
|
|
37
|
+
formula: "数式を検索"
|
|
38
38
|
},
|
|
39
|
-
"no-match": "
|
|
40
|
-
"no-result": "
|
|
39
|
+
"no-match": "検索が完了しましたが、一致する項目が見つかりませんでした。",
|
|
40
|
+
"no-result": "結果なし"
|
|
41
41
|
},
|
|
42
42
|
replace: {
|
|
43
|
-
"all-success": "
|
|
43
|
+
"all-success": "一致項目 {0} 件すべてを置換しました",
|
|
44
44
|
"all-failure": "置換に失敗しました",
|
|
45
|
-
confirm: { title: "
|
|
45
|
+
confirm: { title: "すべての一致項目を置換してもよろしいですか?" }
|
|
46
|
+
},
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "確認",
|
|
49
|
+
cancel: "キャンセル"
|
|
46
50
|
}
|
|
47
51
|
},
|
|
48
52
|
"find-replace-shortcuts": "検索と置換"
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -4,45 +4,49 @@ const locale = {
|
|
|
4
4
|
"find-replace": {
|
|
5
5
|
toolbar: "찾기 및 바꾸기",
|
|
6
6
|
shortcut: {
|
|
7
|
-
"open-find-dialog": "찾기
|
|
8
|
-
"open-replace-dialog": "바꾸기
|
|
9
|
-
"close-dialog": "찾기 및 바꾸기
|
|
10
|
-
"go-to-next-match": "다음
|
|
11
|
-
"go-to-previous-match": "이전
|
|
12
|
-
"focus-selection": "선택
|
|
7
|
+
"open-find-dialog": "찾기 대화 상자 열기",
|
|
8
|
+
"open-replace-dialog": "바꾸기 대화 상자 열기",
|
|
9
|
+
"close-dialog": "찾기 및 바꾸기 대화 상자 닫기",
|
|
10
|
+
"go-to-next-match": "다음 일치 항목으로 이동",
|
|
11
|
+
"go-to-previous-match": "이전 일치 항목으로 이동",
|
|
12
|
+
"focus-selection": "선택 영역에 포커스"
|
|
13
13
|
},
|
|
14
14
|
dialog: {
|
|
15
15
|
title: "찾기",
|
|
16
16
|
find: "찾기",
|
|
17
17
|
replace: "바꾸기",
|
|
18
18
|
"replace-all": "모두 바꾸기",
|
|
19
|
-
"case-sensitive": "
|
|
19
|
+
"case-sensitive": "대/소문자 구분",
|
|
20
20
|
"find-placeholder": "이 시트에서 찾기",
|
|
21
21
|
"advanced-finding": "고급 검색 및 바꾸기",
|
|
22
22
|
"replace-placeholder": "바꿀 문자열 입력",
|
|
23
|
-
"match-the-whole-cell": "셀
|
|
23
|
+
"match-the-whole-cell": "전체 셀 내용 일치",
|
|
24
24
|
"find-direction": {
|
|
25
25
|
title: "검색 방향",
|
|
26
|
-
row: "행
|
|
27
|
-
column: "열
|
|
26
|
+
row: "행 기준 검색",
|
|
27
|
+
column: "열 기준 검색"
|
|
28
28
|
},
|
|
29
29
|
"find-scope": {
|
|
30
30
|
title: "검색 범위",
|
|
31
31
|
"current-sheet": "현재 시트",
|
|
32
|
-
workbook: "통합 문서
|
|
32
|
+
workbook: "통합 문서"
|
|
33
33
|
},
|
|
34
34
|
"find-by": {
|
|
35
|
-
title: "
|
|
35
|
+
title: "검색 기준",
|
|
36
36
|
value: "값으로 찾기",
|
|
37
|
-
formula: "
|
|
37
|
+
formula: "수식 찾기"
|
|
38
38
|
},
|
|
39
|
-
"no-match": "
|
|
40
|
-
"no-result": "
|
|
39
|
+
"no-match": "검색이 완료되었으나 일치 항목을 찾을 수 없습니다.",
|
|
40
|
+
"no-result": "결과 없음"
|
|
41
41
|
},
|
|
42
42
|
replace: {
|
|
43
|
-
"all-success": "
|
|
43
|
+
"all-success": "일치 항목 {0}개를 모두 바꿨습니다.",
|
|
44
44
|
"all-failure": "바꾸기 실패",
|
|
45
45
|
confirm: { title: "모든 일치 항목을 바꾸시겠습니까?" }
|
|
46
|
+
},
|
|
47
|
+
button: {
|
|
48
|
+
confirm: "확인",
|
|
49
|
+
cancel: "취소"
|
|
46
50
|
}
|
|
47
51
|
},
|
|
48
52
|
"find-replace-shortcuts": "찾기 및 바꾸기"
|