@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/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 };
@@ -1,51 +1,53 @@
1
1
  //#region src/locale/ja-JP.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/ko-KR.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 };
@@ -0,0 +1,53 @@
1
+ //#region src/locale/pl-PL.ts
2
+ const locale = { "find-replace": {
3
+ toolbar: "Znajdź i zamień",
4
+ shortcut: {
5
+ "open-find-dialog": "Otwórz okno Znajdź",
6
+ "open-replace-dialog": "Otwórz okno Zamień",
7
+ "close-dialog": "Zamknij okno Znajdź i zamień",
8
+ "go-to-next-match": "Przejdź do następnego dopasowania",
9
+ "go-to-previous-match": "Przejdź do poprzedniego dopasowania",
10
+ "focus-selection": "Skup na zaznaczeniu",
11
+ panel: "Znajdź i zamień"
12
+ },
13
+ dialog: {
14
+ title: "Znajdź",
15
+ find: "Znajdź",
16
+ replace: "Zamień",
17
+ "replace-all": "Zamień wszystko",
18
+ "case-sensitive": "Rozróżniaj wielkość liter",
19
+ "find-placeholder": "Znajdź w tym arkuszu",
20
+ "advanced-finding": "Zaawansowane wyszukiwanie i zastępowanie",
21
+ "replace-placeholder": "Wprowadź ciąg zastępujący",
22
+ "match-the-whole-cell": "Dopasuj całą komórkę",
23
+ "find-direction": {
24
+ title: "Kierunek wyszukiwania",
25
+ row: "Szukaj według wierszy",
26
+ column: "Szukaj według kolumn"
27
+ },
28
+ "find-scope": {
29
+ title: "Zakres wyszukiwania",
30
+ "current-sheet": "Bieżący arkusz",
31
+ workbook: "Skoroszyt"
32
+ },
33
+ "find-by": {
34
+ title: "Szukaj według",
35
+ value: "Szukaj według wartości",
36
+ formula: "Szukaj formuły"
37
+ },
38
+ "no-match": "Wyszukiwanie zakończone, ale nie znaleziono dopasowania.",
39
+ "no-result": "Brak wyników"
40
+ },
41
+ replace: {
42
+ "all-success": "Zastąpiono wszystkie dopasowania: {0}",
43
+ "all-failure": "Zastępowanie nie powiodło się",
44
+ confirm: { title: "Czy na pewno chcesz zastąpić wszystkie dopasowania?" }
45
+ },
46
+ button: {
47
+ confirm: "OK",
48
+ cancel: "Anuluj"
49
+ }
50
+ } };
51
+
52
+ //#endregion
53
+ export { locale as default };