@univerjs/find-replace 0.24.0 → 0.25.0

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 (89) hide show
  1. package/lib/cjs/index.js +14 -9
  2. package/lib/cjs/locale/ar-SA.js +54 -0
  3. package/lib/cjs/locale/ca-ES.js +46 -44
  4. package/lib/cjs/locale/de-DE.js +54 -0
  5. package/lib/cjs/locale/en-US.js +46 -44
  6. package/lib/cjs/locale/es-ES.js +46 -44
  7. package/lib/cjs/locale/fa-IR.js +46 -44
  8. package/lib/cjs/locale/fr-FR.js +46 -44
  9. package/lib/cjs/locale/id-ID.js +54 -0
  10. package/lib/cjs/locale/it-IT.js +54 -0
  11. package/lib/cjs/locale/ja-JP.js +46 -44
  12. package/lib/cjs/locale/ko-KR.js +46 -44
  13. package/lib/cjs/locale/pl-PL.js +54 -0
  14. package/lib/cjs/locale/pt-BR.js +54 -0
  15. package/lib/cjs/locale/ru-RU.js +46 -44
  16. package/lib/cjs/locale/sk-SK.js +46 -44
  17. package/lib/cjs/locale/vi-VN.js +46 -44
  18. package/lib/cjs/locale/zh-CN.js +46 -44
  19. package/lib/cjs/locale/zh-HK.js +54 -0
  20. package/lib/cjs/locale/zh-TW.js +46 -44
  21. package/lib/es/index.js +14 -9
  22. package/lib/es/locale/ar-SA.js +53 -0
  23. package/lib/es/locale/ca-ES.js +46 -44
  24. package/lib/es/locale/de-DE.js +53 -0
  25. package/lib/es/locale/en-US.js +46 -44
  26. package/lib/es/locale/es-ES.js +46 -44
  27. package/lib/es/locale/fa-IR.js +46 -44
  28. package/lib/es/locale/fr-FR.js +46 -44
  29. package/lib/es/locale/id-ID.js +53 -0
  30. package/lib/es/locale/it-IT.js +53 -0
  31. package/lib/es/locale/ja-JP.js +46 -44
  32. package/lib/es/locale/ko-KR.js +46 -44
  33. package/lib/es/locale/pl-PL.js +53 -0
  34. package/lib/es/locale/pt-BR.js +53 -0
  35. package/lib/es/locale/ru-RU.js +46 -44
  36. package/lib/es/locale/sk-SK.js +46 -44
  37. package/lib/es/locale/vi-VN.js +46 -44
  38. package/lib/es/locale/zh-CN.js +46 -44
  39. package/lib/es/locale/zh-HK.js +53 -0
  40. package/lib/es/locale/zh-TW.js +46 -44
  41. package/lib/index.js +14 -9
  42. package/lib/locale/ar-SA.js +53 -0
  43. package/lib/locale/ca-ES.js +46 -44
  44. package/lib/locale/de-DE.js +53 -0
  45. package/lib/locale/en-US.js +46 -44
  46. package/lib/locale/es-ES.js +46 -44
  47. package/lib/locale/fa-IR.js +46 -44
  48. package/lib/locale/fr-FR.js +46 -44
  49. package/lib/locale/id-ID.js +53 -0
  50. package/lib/locale/it-IT.js +53 -0
  51. package/lib/locale/ja-JP.js +46 -44
  52. package/lib/locale/ko-KR.js +46 -44
  53. package/lib/locale/pl-PL.js +53 -0
  54. package/lib/locale/pt-BR.js +53 -0
  55. package/lib/locale/ru-RU.js +46 -44
  56. package/lib/locale/sk-SK.js +46 -44
  57. package/lib/locale/vi-VN.js +46 -44
  58. package/lib/locale/zh-CN.js +46 -44
  59. package/lib/locale/zh-HK.js +53 -0
  60. package/lib/locale/zh-TW.js +46 -44
  61. package/lib/types/locale/ar-SA.d.ts +18 -0
  62. package/lib/types/locale/de-DE.d.ts +18 -0
  63. package/lib/types/locale/en-US.d.ts +5 -1
  64. package/lib/types/locale/id-ID.d.ts +18 -0
  65. package/lib/types/locale/it-IT.d.ts +18 -0
  66. package/lib/types/locale/pl-PL.d.ts +18 -0
  67. package/lib/types/locale/pt-BR.d.ts +18 -0
  68. package/lib/types/locale/zh-HK.d.ts +18 -0
  69. package/lib/umd/index.js +1 -1
  70. package/lib/umd/locale/ar-SA.js +1 -0
  71. package/lib/umd/locale/ca-ES.js +1 -1
  72. package/lib/umd/locale/de-DE.js +1 -0
  73. package/lib/umd/locale/en-US.js +1 -1
  74. package/lib/umd/locale/es-ES.js +1 -1
  75. package/lib/umd/locale/fa-IR.js +1 -1
  76. package/lib/umd/locale/fr-FR.js +1 -1
  77. package/lib/umd/locale/id-ID.js +1 -0
  78. package/lib/umd/locale/it-IT.js +1 -0
  79. package/lib/umd/locale/ja-JP.js +1 -1
  80. package/lib/umd/locale/ko-KR.js +1 -1
  81. package/lib/umd/locale/pl-PL.js +1 -0
  82. package/lib/umd/locale/pt-BR.js +1 -0
  83. package/lib/umd/locale/ru-RU.js +1 -1
  84. package/lib/umd/locale/sk-SK.js +1 -1
  85. package/lib/umd/locale/vi-VN.js +1 -1
  86. package/lib/umd/locale/zh-CN.js +1 -1
  87. package/lib/umd/locale/zh-HK.js +1 -0
  88. package/lib/umd/locale/zh-TW.js +1 -1
  89. package/package.json +8 -8
@@ -1,51 +1,53 @@
1
1
  //#region src/locale/ca-ES.ts
2
- const locale = {
3
- "find-replace": {
4
- toolbar: "Cerca i reemplaça",
5
- shortcut: {
6
- "open-find-dialog": "Obre el diàleg de cerca",
7
- "open-replace-dialog": "Obre el diàleg de reemplaçament",
8
- "close-dialog": "Tanca el diàleg de cerca i reemplaça",
9
- "go-to-next-match": "Ves a la següent coincidència",
10
- "go-to-previous-match": "Ves a la coincidència anterior",
11
- "focus-selection": "Focalitza la selecció"
2
+ const locale = { "find-replace": {
3
+ toolbar: "Cerca i reemplaça",
4
+ shortcut: {
5
+ "open-find-dialog": "Obrir el diàleg de cerca",
6
+ "open-replace-dialog": "Obrir el diàleg de reemplaçament",
7
+ "close-dialog": "Tancar el diàleg de cerca i reemplaçament",
8
+ "go-to-next-match": "Anar a la següent coincidència",
9
+ "go-to-previous-match": "Anar a la coincidència anterior",
10
+ "focus-selection": "Enfocar la selecció",
11
+ panel: "Cerca i reemplaça"
12
+ },
13
+ dialog: {
14
+ title: "Cerca",
15
+ find: "Cerca",
16
+ replace: "Reemplaça",
17
+ "replace-all": "Reemplaça-ho tot",
18
+ "case-sensitive": "Distingeix majúscules de minúscules",
19
+ "find-placeholder": "Cerca en aquest full",
20
+ "advanced-finding": "Cerca i reemplaçament avançats",
21
+ "replace-placeholder": "Introduïu la cadena de reemplaçament",
22
+ "match-the-whole-cell": "Coincidir amb la cel·la sencera",
23
+ "find-direction": {
24
+ title: "Direcció de la cerca",
25
+ row: "Cerca per fila",
26
+ column: "Cerca per columna"
27
+ },
28
+ "find-scope": {
29
+ title: "Abast de la cerca",
30
+ "current-sheet": "Full actual",
31
+ workbook: "Llibre"
12
32
  },
13
- dialog: {
14
- title: "Cerca",
15
- find: "Cerca",
16
- replace: "Reemplaça",
17
- "replace-all": "Reemplaça-ho tot",
18
- "case-sensitive": "Distingeix majúscules i minúscules",
19
- "find-placeholder": "Cerca en aquest full",
20
- "advanced-finding": "Cerca i reemplaçament avançats",
21
- "replace-placeholder": "Introdueix el text de reemplaçament",
22
- "match-the-whole-cell": "Coincideix tota la cel·la",
23
- "find-direction": {
24
- title: "Direcció de cerca",
25
- row: "Cerca per fila",
26
- column: "Cerca per columna"
27
- },
28
- "find-scope": {
29
- title: "Abast de la cerca",
30
- "current-sheet": "Full actual",
31
- workbook: "Llibre"
32
- },
33
- "find-by": {
34
- title: "Cerca per",
35
- value: "Cerca per valor",
36
- formula: "Cerca fórmula"
37
- },
38
- "no-match": "Cerca completada però no s’ha trobat cap coincidència.",
39
- "no-result": "Sense resultats"
33
+ "find-by": {
34
+ title: "Cerca per",
35
+ value: "Cerca per valor",
36
+ formula: "Cerca fórmula"
40
37
  },
41
- replace: {
42
- "all-success": "S’han reemplaçat totes les {0} coincidències",
43
- "all-failure": "Error en reemplaçar",
44
- confirm: { title: "Esteu segur que voleu reemplaçar totes les coincidències?" }
45
- }
38
+ "no-match": "S'ha completat la cerca però no s'ha trobat cap coincidència.",
39
+ "no-result": "Sense resultats"
40
+ },
41
+ replace: {
42
+ "all-success": "S'han reemplaçat totes les {0} coincidències",
43
+ "all-failure": "Error en el reemplaçament",
44
+ confirm: { title: "Esteu segur que voleu reemplaçar totes les coincidències?" }
46
45
  },
47
- "find-replace-shortcuts": "Cerca i reemplaça"
48
- };
46
+ button: {
47
+ confirm: "D'acord",
48
+ cancel: "Cancel·lar"
49
+ }
50
+ } };
49
51
 
50
52
  //#endregion
51
53
  export { locale as default };
@@ -0,0 +1,53 @@
1
+ //#region src/locale/de-DE.ts
2
+ const locale = { "find-replace": {
3
+ toolbar: "Suchen & Ersetzen",
4
+ shortcut: {
5
+ "open-find-dialog": "Suchdialog öffnen",
6
+ "open-replace-dialog": "Ersetzungsdialog öffnen",
7
+ "close-dialog": "Suchen & Ersetzen-Dialog schließen",
8
+ "go-to-next-match": "Zum nächsten Treffer springen",
9
+ "go-to-previous-match": "Zum vorherigen Treffer springen",
10
+ "focus-selection": "Auswahl fokussieren",
11
+ panel: "Suchen & Ersetzen"
12
+ },
13
+ dialog: {
14
+ title: "Suchen",
15
+ find: "Suchen",
16
+ replace: "Ersetzen",
17
+ "replace-all": "Alle ersetzen",
18
+ "case-sensitive": "Groß-/Kleinschreibung beachten",
19
+ "find-placeholder": "In diesem Blatt suchen",
20
+ "advanced-finding": "Erweitertes Suchen & Ersetzen",
21
+ "replace-placeholder": "Ersetzungstext eingeben",
22
+ "match-the-whole-cell": "Ganze Zelle vergleichen",
23
+ "find-direction": {
24
+ title: "Suchrichtung",
25
+ row: "Nach Zeile suchen",
26
+ column: "Nach Spalte suchen"
27
+ },
28
+ "find-scope": {
29
+ title: "Suchbereich",
30
+ "current-sheet": "Aktuelles Blatt",
31
+ workbook: "Arbeitsmappe"
32
+ },
33
+ "find-by": {
34
+ title: "Suchen nach",
35
+ value: "Nach Wert suchen",
36
+ formula: "Formel suchen"
37
+ },
38
+ "no-match": "Suche abgeschlossen, aber kein Treffer gefunden.",
39
+ "no-result": "Kein Ergebnis"
40
+ },
41
+ replace: {
42
+ "all-success": "Alle {0} Treffer ersetzt",
43
+ "all-failure": "Ersetzen fehlgeschlagen",
44
+ confirm: { title: "Sollen alle Treffer ersetzt werden?" }
45
+ },
46
+ button: {
47
+ confirm: "OK",
48
+ cancel: "Abbrechen"
49
+ }
50
+ } };
51
+
52
+ //#endregion
53
+ export { locale as default };
@@ -14,53 +14,55 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- const locale = {
18
- "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"
17
+ const locale = { "find-replace": {
18
+ toolbar: "Find & Replace",
19
+ shortcut: {
20
+ "open-find-dialog": "Open Find Dialog",
21
+ "open-replace-dialog": "Open Replace Dialog",
22
+ "close-dialog": "Close Find & Replace Dialog",
23
+ "go-to-next-match": "Go to Next Match",
24
+ "go-to-previous-match": "Go to Previous Match",
25
+ "focus-selection": "Focus Selection",
26
+ panel: "Find & Replace"
27
+ },
28
+ dialog: {
29
+ title: "Find",
30
+ find: "Find",
31
+ replace: "Replace",
32
+ "replace-all": "Replace All",
33
+ "case-sensitive": "Case Sensitive",
34
+ "find-placeholder": "Find in this Sheet",
35
+ "advanced-finding": "Advanced Searching & Replace",
36
+ "replace-placeholder": "Input Replace String",
37
+ "match-the-whole-cell": "Match the Whole Cell",
38
+ "find-direction": {
39
+ title: "Find Direction",
40
+ row: "Search by Row",
41
+ column: "Search by Column"
42
+ },
43
+ "find-scope": {
44
+ title: "Find Range",
45
+ "current-sheet": "Current Sheet",
46
+ workbook: "Workbook"
27
47
  },
28
- dialog: {
29
- title: "Find",
30
- find: "Find",
31
- replace: "Replace",
32
- "replace-all": "Replace All",
33
- "case-sensitive": "Case Sensitive",
34
- "find-placeholder": "Find in this Sheet",
35
- "advanced-finding": "Advanced Searching & Replace",
36
- "replace-placeholder": "Input Replace String",
37
- "match-the-whole-cell": "Match the Whole Cell",
38
- "find-direction": {
39
- title: "Find Direction",
40
- row: "Search by Row",
41
- column: "Search by Column"
42
- },
43
- "find-scope": {
44
- title: "Find Range",
45
- "current-sheet": "Current Sheet",
46
- workbook: "Workbook"
47
- },
48
- "find-by": {
49
- title: "Find By",
50
- value: "Find by Value",
51
- formula: "Find Formula"
52
- },
53
- "no-match": "Finding completed but no match found.",
54
- "no-result": "No Result"
48
+ "find-by": {
49
+ title: "Find By",
50
+ value: "Find by Value",
51
+ formula: "Find Formula"
55
52
  },
56
- replace: {
57
- "all-success": "Replaced all {0} matches",
58
- "all-failure": "Replace failed",
59
- confirm: { title: "Are you sure to replace all matches?" }
60
- }
53
+ "no-match": "Finding completed but no match found.",
54
+ "no-result": "No Result"
55
+ },
56
+ replace: {
57
+ "all-success": "Replaced all {0} matches",
58
+ "all-failure": "Replace failed",
59
+ confirm: { title: "Are you sure to replace all matches?" }
61
60
  },
62
- "find-replace-shortcuts": "Find & Replace"
63
- };
61
+ button: {
62
+ confirm: "OK",
63
+ cancel: "Cancel"
64
+ }
65
+ } };
64
66
 
65
67
  //#endregion
66
68
  export { locale as default };
@@ -1,51 +1,53 @@
1
1
  //#region src/locale/es-ES.ts
2
- const locale = {
3
- "find-replace": {
4
- toolbar: "Buscar y reemplazar",
5
- shortcut: {
6
- "open-find-dialog": "Abrir diálogo de búsqueda",
7
- "open-replace-dialog": "Abrir diálogo de reemplazo",
8
- "close-dialog": "Cerrar diálogo de buscar y reemplazar",
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"
2
+ const locale = { "find-replace": {
3
+ toolbar: "Buscar y reemplazar",
4
+ shortcut: {
5
+ "open-find-dialog": "Abrir cuadro de diálogo de búsqueda",
6
+ "open-replace-dialog": "Abrir cuadro de diálogo de reemplazo",
7
+ "close-dialog": "Cerrar cuadro de diálogo de búsqueda y reemplazo",
8
+ "go-to-next-match": "Ir a la siguiente coincidencia",
9
+ "go-to-previous-match": "Ir a la coincidencia anterior",
10
+ "focus-selection": "Enfocar selección",
11
+ panel: "Buscar y reemplazar"
12
+ },
13
+ dialog: {
14
+ title: "Buscar",
15
+ find: "Buscar",
16
+ replace: "Reemplazar",
17
+ "replace-all": "Reemplazar todo",
18
+ "case-sensitive": "Distinguir mayúsculas y minúsculas",
19
+ "find-placeholder": "Buscar en esta hoja",
20
+ "advanced-finding": "Búsqueda y reemplazo avanzados",
21
+ "replace-placeholder": "Introducir cadena de reemplazo",
22
+ "match-the-whole-cell": "Coincidir con toda la celda",
23
+ "find-direction": {
24
+ title: "Dirección de búsqueda",
25
+ row: "Buscar por fila",
26
+ column: "Buscar por columna"
27
+ },
28
+ "find-scope": {
29
+ title: "Rango de búsqueda",
30
+ "current-sheet": "Hoja actual",
31
+ workbook: "Libro"
12
32
  },
13
- dialog: {
14
- title: "Buscar",
15
- find: "Buscar",
16
- replace: "Reemplazar",
17
- "replace-all": "Reemplazar todo",
18
- "case-sensitive": "Distinguir mayúsculas y minúsculas",
19
- "find-placeholder": "Buscar en esta hoja",
20
- "advanced-finding": "Búsqueda y reemplazo avanzados",
21
- "replace-placeholder": "Introducir texto de reemplazo",
22
- "match-the-whole-cell": "Coincidir toda la celda",
23
- "find-direction": {
24
- title: "Dirección de búsqueda",
25
- row: "Buscar por fila",
26
- column: "Buscar por columna"
27
- },
28
- "find-scope": {
29
- title: "Rango de búsqueda",
30
- "current-sheet": "Hoja actual",
31
- workbook: "Libro"
32
- },
33
- "find-by": {
34
- title: "Buscar por",
35
- value: "Buscar por valor",
36
- formula: "Buscar fórmula"
37
- },
38
- "no-match": "Búsqueda completada pero no se encontraron coincidencias.",
39
- "no-result": "Sin resultados"
33
+ "find-by": {
34
+ title: "Buscar por",
35
+ value: "Buscar por valor",
36
+ formula: "Buscar fórmula"
40
37
  },
41
- replace: {
42
- "all-success": "Se reemplazaron las {0} coincidencias",
43
- "all-failure": "Error al reemplazar",
44
- confirm: { title: "¿Está seguro de reemplazar todas las coincidencias?" }
45
- }
38
+ "no-match": "Búsqueda completada pero no se encontraron coincidencias.",
39
+ "no-result": "Sin resultados"
40
+ },
41
+ replace: {
42
+ "all-success": "Se reemplazaron todas las {0} coincidencias",
43
+ "all-failure": "Error al reemplazar",
44
+ confirm: { title: "¿Está seguro de que desea reemplazar todas las coincidencias?" }
46
45
  },
47
- "find-replace-shortcuts": "Buscar y reemplazar"
48
- };
46
+ button: {
47
+ confirm: "Aceptar",
48
+ cancel: "Cancelar"
49
+ }
50
+ } };
49
51
 
50
52
  //#endregion
51
53
  export { locale as default };
@@ -1,51 +1,53 @@
1
1
  //#region src/locale/fa-IR.ts
2
- const locale = {
3
- "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": "تمرکز بر روی انتخاب"
2
+ const locale = { "find-replace": {
3
+ toolbar: "یافتن و جایگزینی",
4
+ shortcut: {
5
+ "open-find-dialog": "باز کردن پنجره جستجو",
6
+ "open-replace-dialog": "باز کردن پنجره جایگزینی",
7
+ "close-dialog": "بستن پنجره جستجو و جایگزینی",
8
+ "go-to-next-match": "رفتن به مورد تطابق بعدی",
9
+ "go-to-previous-match": "رفتن به مورد تطابق قبلی",
10
+ "focus-selection": "تمرکز بر انتخاب",
11
+ panel: "یافتن و جایگزینی"
12
+ },
13
+ dialog: {
14
+ title: "جستجو",
15
+ find: "جستجو",
16
+ replace: "جایگزینی",
17
+ "replace-all": "جایگزینی همه",
18
+ "case-sensitive": "حساس به حروف بزرگ و کوچک",
19
+ "find-placeholder": "جستجو در این شیت",
20
+ "advanced-finding": "جستجو و جایگزینی پیشرفته",
21
+ "replace-placeholder": "رشته جایگزینی را وارد کنید",
22
+ "match-the-whole-cell": "تطابق کل سلول",
23
+ "find-direction": {
24
+ title: "جهت جستجو",
25
+ row: "جستجو بر اساس ردیف",
26
+ column: "جستجو بر اساس ستون"
27
+ },
28
+ "find-scope": {
29
+ title: "محدوده جستجو",
30
+ "current-sheet": "شیت فعلی",
31
+ workbook: "کتاب کار"
12
32
  },
13
- dialog: {
14
- title: "یافتن",
15
- find: "یافتن",
16
- replace: "جایگزینی",
17
- "replace-all": "جایگزینی همه",
18
- "case-sensitive": "حساس به حروف کوچک و بزرگ",
19
- "find-placeholder": "یافتن در این برگ",
20
- "advanced-finding": "جستجوی پیشرفته و جایگزینی",
21
- "replace-placeholder": "ورود رشته جایگزین",
22
- "match-the-whole-cell": "مطابقت با کل سلول",
23
- "find-direction": {
24
- title: "جهت یافتن",
25
- row: "جستجو بر اساس سطر",
26
- column: "جستجو بر اساس ستون"
27
- },
28
- "find-scope": {
29
- title: "محدوده یافتن",
30
- "current-sheet": "برگ فعلی",
31
- workbook: "کتاب کار"
32
- },
33
- "find-by": {
34
- title: "یافتن بر اساس",
35
- value: "یافتن بر اساس مقدار",
36
- formula: "یافتن فرمول"
37
- },
38
- "no-match": "یافتن تکمیل شد اما هیچ تطابقی یافت نشد.",
39
- "no-result": "نتیجه‌ای وجود ندارد"
33
+ "find-by": {
34
+ title: "جستجو بر اساس",
35
+ value: "جستجو بر اساس مقدار",
36
+ formula: "جستجوی فرمول"
40
37
  },
41
- replace: {
42
- "all-success": "همه {0} تطابق جایگزین شد",
43
- "all-failure": "جایگزینی ناموفق بود",
44
- confirm: { title: "آیا مطمئن هستید که همه تطابق‌ها را جایگزین کنید؟" }
45
- }
38
+ "no-match": "جستجو تکمیل شد اما هیچ تطابقی یافت نشد.",
39
+ "no-result": "بدون نتیجه"
40
+ },
41
+ replace: {
42
+ "all-success": "همه {0} مورد تطابق جایگزین شدند",
43
+ "all-failure": "جایگزینی ناموفق بود",
44
+ confirm: { title: "آیا مطمئن هستید که می‌خواهید همه موارد تطابق را جایگزین کنید؟" }
46
45
  },
47
- "find-replace-shortcuts": "یافتن و جایگزینی"
48
- };
46
+ button: {
47
+ confirm: "تایید",
48
+ cancel: "انصراف"
49
+ }
50
+ } };
49
51
 
50
52
  //#endregion
51
53
  export { locale as default };
@@ -1,51 +1,53 @@
1
1
  //#region src/locale/fr-FR.ts
2
- const locale = {
3
- "find-replace": {
4
- toolbar: "Rechercher & Remplacer",
5
- shortcut: {
6
- "open-find-dialog": "Ouvrir la boîte de dialogue Rechercher",
7
- "open-replace-dialog": "Ouvrir la boîte de dialogue Remplacer",
8
- "close-dialog": "Fermer la boîte de dialogue Rechercher & Remplacer",
9
- "go-to-next-match": "Aller à la correspondance suivante",
10
- "go-to-previous-match": "Aller à la correspondance précédente",
11
- "focus-selection": "Focus sur la sélection"
2
+ const locale = { "find-replace": {
3
+ toolbar: "Rechercher & Remplacer",
4
+ shortcut: {
5
+ "open-find-dialog": "Ouvrir la boîte de dialogue de recherche",
6
+ "open-replace-dialog": "Ouvrir la boîte de dialogue de remplacement",
7
+ "close-dialog": "Fermer la boîte de dialogue de recherche et de remplacement",
8
+ "go-to-next-match": "Aller à la correspondance suivante",
9
+ "go-to-previous-match": "Aller à la correspondance précédente",
10
+ "focus-selection": "Concentrer la sélection",
11
+ panel: "Rechercher & Remplacer"
12
+ },
13
+ dialog: {
14
+ title: "Rechercher",
15
+ find: "Rechercher",
16
+ replace: "Remplacer",
17
+ "replace-all": "Remplacer tout",
18
+ "case-sensitive": "Sensible à la casse",
19
+ "find-placeholder": "Rechercher dans cette feuille",
20
+ "advanced-finding": "Recherche et remplacement avancés",
21
+ "replace-placeholder": "Saisir la chaîne de remplacement",
22
+ "match-the-whole-cell": "Correspondance de la cellule entière",
23
+ "find-direction": {
24
+ title: "Direction de la recherche",
25
+ row: "Rechercher par ligne",
26
+ column: "Rechercher par colonne"
27
+ },
28
+ "find-scope": {
29
+ title: "Plage de recherche",
30
+ "current-sheet": "Feuille actuelle",
31
+ workbook: "Classeur"
12
32
  },
13
- dialog: {
14
- title: "Rechercher",
15
- find: "Rechercher",
16
- replace: "Remplacer",
17
- "replace-all": "Remplacer tout",
18
- "case-sensitive": "Sensible à la casse",
19
- "find-placeholder": "Rechercher dans cette feuille",
20
- "advanced-finding": "Recherche avancée & Remplacer",
21
- "replace-placeholder": "Entrer la chaîne de remplacement",
22
- "match-the-whole-cell": "Correspondre à toute la cellule",
23
- "find-direction": {
24
- title: "Direction de recherche",
25
- row: "Rechercher par ligne",
26
- column: "Rechercher par colonne"
27
- },
28
- "find-scope": {
29
- title: "Plage de recherche",
30
- "current-sheet": "Feuille actuelle",
31
- workbook: "Classeur"
32
- },
33
- "find-by": {
34
- title: "Rechercher par",
35
- value: "Rechercher par valeur",
36
- formula: "Rechercher par formule"
37
- },
38
- "no-match": "Recherche terminée mais aucune correspondance trouvée.",
39
- "no-result": "Aucun résultat"
33
+ "find-by": {
34
+ title: "Rechercher par",
35
+ value: "Rechercher par valeur",
36
+ formula: "Rechercher une formule"
40
37
  },
41
- replace: {
42
- "all-success": "Remplacé toutes les {0} correspondances",
43
- "all-failure": "Échec du remplacement",
44
- confirm: { title: "Êtes-vous sûr de vouloir remplacer toutes les correspondances?" }
45
- }
38
+ "no-match": "Recherche terminée mais aucune correspondance trouvée.",
39
+ "no-result": "Aucun résultat"
40
+ },
41
+ replace: {
42
+ "all-success": "Toutes les {0} correspondances ont été remplacées",
43
+ "all-failure": "Échec du remplacement",
44
+ confirm: { title: "Êtes-vous sûr de vouloir remplacer toutes les correspondances ?" }
46
45
  },
47
- "find-replace-shortcuts": "Rechercher & Remplacer"
48
- };
46
+ button: {
47
+ confirm: "OK",
48
+ cancel: "Annuler"
49
+ }
50
+ } };
49
51
 
50
52
  //#endregion
51
53
  export { locale as default };
@@ -0,0 +1,53 @@
1
+ //#region src/locale/id-ID.ts
2
+ const locale = { "find-replace": {
3
+ toolbar: "Cari & Ganti",
4
+ shortcut: {
5
+ "open-find-dialog": "Buka Dialog Cari",
6
+ "open-replace-dialog": "Buka Dialog Ganti",
7
+ "close-dialog": "Tutup Dialog Cari & Ganti",
8
+ "go-to-next-match": "Ke Hasil Berikutnya",
9
+ "go-to-previous-match": "Ke Hasil Sebelumnya",
10
+ "focus-selection": "Fokus Pilihan",
11
+ panel: "Cari & Ganti"
12
+ },
13
+ dialog: {
14
+ title: "Cari",
15
+ find: "Cari",
16
+ replace: "Ganti",
17
+ "replace-all": "Ganti Semua",
18
+ "case-sensitive": "Sensitif Huruf",
19
+ "find-placeholder": "Cari di Lembar ini",
20
+ "advanced-finding": "Pencarian & Penggantian Lanjutan",
21
+ "replace-placeholder": "Masukkan String Pengganti",
22
+ "match-the-whole-cell": "Cocokkan Seluruh Sel",
23
+ "find-direction": {
24
+ title: "Arah Cari",
25
+ row: "Cari per Baris",
26
+ column: "Cari per Kolom"
27
+ },
28
+ "find-scope": {
29
+ title: "Rentang Cari",
30
+ "current-sheet": "Lembar Saat Ini",
31
+ workbook: "Buku Kerja"
32
+ },
33
+ "find-by": {
34
+ title: "Cari Berdasarkan",
35
+ value: "Cari berdasarkan Nilai",
36
+ formula: "Cari Rumus"
37
+ },
38
+ "no-match": "Pencarian selesai tetapi tidak ditemukan kecocokan.",
39
+ "no-result": "Tidak Ada Hasil"
40
+ },
41
+ replace: {
42
+ "all-success": "Berhasil mengganti {0} kecocokan",
43
+ "all-failure": "Penggantian gagal",
44
+ confirm: { title: "Apakah Anda yakin ingin mengganti semua kecocokan?" }
45
+ },
46
+ button: {
47
+ confirm: "OK",
48
+ cancel: "Batal"
49
+ }
50
+ } };
51
+
52
+ //#endregion
53
+ export { locale as default };
@@ -0,0 +1,53 @@
1
+ //#region src/locale/it-IT.ts
2
+ const locale = { "find-replace": {
3
+ toolbar: "Trova e sostituisci",
4
+ shortcut: {
5
+ "open-find-dialog": "Apri finestra Trova",
6
+ "open-replace-dialog": "Apri finestra Sostituisci",
7
+ "close-dialog": "Chiudi finestra Trova e sostituisci",
8
+ "go-to-next-match": "Vai alla corrispondenza successiva",
9
+ "go-to-previous-match": "Vai alla corrispondenza precedente",
10
+ "focus-selection": "Focus selezione",
11
+ panel: "Trova e sostituisci"
12
+ },
13
+ dialog: {
14
+ title: "Trova",
15
+ find: "Trova",
16
+ replace: "Sostituisci",
17
+ "replace-all": "Sostituisci tutto",
18
+ "case-sensitive": "Maiuscole/minuscole",
19
+ "find-placeholder": "Trova in questo foglio",
20
+ "advanced-finding": "Ricerca e sostituzione avanzate",
21
+ "replace-placeholder": "Inserisci stringa di sostituzione",
22
+ "match-the-whole-cell": "Corrispondenza con l'intera cella",
23
+ "find-direction": {
24
+ title: "Direzione ricerca",
25
+ row: "Cerca per riga",
26
+ column: "Cerca per colonna"
27
+ },
28
+ "find-scope": {
29
+ title: "Intervallo ricerca",
30
+ "current-sheet": "Foglio corrente",
31
+ workbook: "Cartella di lavoro"
32
+ },
33
+ "find-by": {
34
+ title: "Criterio ricerca",
35
+ value: "Trova per valore",
36
+ formula: "Trova formula"
37
+ },
38
+ "no-match": "Ricerca completata ma nessuna corrispondenza trovata.",
39
+ "no-result": "Nessun risultato"
40
+ },
41
+ replace: {
42
+ "all-success": "Sostituite tutte le {0} corrispondenze",
43
+ "all-failure": "Sostituzione non riuscita",
44
+ confirm: { title: "Sei sicuro di voler sostituire tutte le corrispondenze?" }
45
+ },
46
+ button: {
47
+ confirm: "OK",
48
+ cancel: "Annulla"
49
+ }
50
+ } };
51
+
52
+ //#endregion
53
+ export { locale as default };