asksuite-citrus 2.6.3 → 2.6.5-beta.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.
- package/assets/citrus-i18n/en.json +2 -2
- package/assets/citrus-i18n/es.json +5 -5
- package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +8 -3
- package/fesm2022/asksuite-citrus.mjs +7 -2
- package/fesm2022/asksuite-citrus.mjs.map +1 -1
- package/lib/components/autocomplete/autocomplete.component.d.ts +2 -1
- package/package.json +1 -1
@@ -3,12 +3,12 @@
|
|
3
3
|
"CANCEL": "Cancel",
|
4
4
|
"CLEAR": "Clear",
|
5
5
|
"CUSTOM_PERIOD": "Custom period",
|
6
|
-
"FIND_DDI_OR_COUNTRY": "Search
|
6
|
+
"FIND_DDI_OR_COUNTRY": "Search ISD or country",
|
7
7
|
"LAST_30_DAYS": "Last 30 days",
|
8
8
|
"LAST_7_DAYS": "Last 7 days",
|
9
9
|
"LAST_QUARTER": "Last quarter",
|
10
10
|
"NO_OPTIONS": "No option",
|
11
|
-
"PHONE_PLACEHOLDER": "Enter
|
11
|
+
"PHONE_PLACEHOLDER": "Enter phone number",
|
12
12
|
"RESULTS_PER_PAGE": "Results per page",
|
13
13
|
"SAVE": "Save",
|
14
14
|
"SEE_LESS": "See less",
|
@@ -3,17 +3,17 @@
|
|
3
3
|
"CANCEL": "Cancelar",
|
4
4
|
"CLEAR": "Borrar",
|
5
5
|
"CUSTOM_PERIOD": "Período personalizado",
|
6
|
-
"FIND_DDI_OR_COUNTRY": "Buscar
|
6
|
+
"FIND_DDI_OR_COUNTRY": "Buscar código telefónico o país",
|
7
7
|
"LAST_30_DAYS": "Últimos 30 días",
|
8
|
-
"LAST_7_DAYS": "
|
9
|
-
"LAST_QUARTER": "Último
|
8
|
+
"LAST_7_DAYS": "Últimos 7 días",
|
9
|
+
"LAST_QUARTER": "Último trimestre",
|
10
10
|
"NO_OPTIONS": "Ninguna opción",
|
11
|
-
"PHONE_PLACEHOLDER": "
|
11
|
+
"PHONE_PLACEHOLDER": "Introduce el número de teléfono",
|
12
12
|
"RESULTS_PER_PAGE": "Resultados por página",
|
13
13
|
"SAVE": "Guardar",
|
14
14
|
"SEE_LESS": "Ver menos",
|
15
15
|
"SEE_MORE": "Ver más",
|
16
|
-
"SELECT_ALL": "Seleccionar
|
16
|
+
"SELECT_ALL": "Seleccionar todas",
|
17
17
|
"THIS_MONTH": "Este mes",
|
18
18
|
"TODAY": "Hoy",
|
19
19
|
"YESTERDAY": "Ayer"
|