@everymatrix/casino-filter-page 0.0.283 → 0.0.286
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-filter-page",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.286",
|
|
4
4
|
"main": "dist/casino-filter-page.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "34a92e6b2196b6bd4e523795acca4f2e87762571"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -28,20 +28,20 @@ export const VendorFilterPageTranslations = {
|
|
|
28
28
|
},
|
|
29
29
|
fr: {
|
|
30
30
|
filters: {
|
|
31
|
-
loading: 'Chargement
|
|
32
|
-
filterModalTitle: '
|
|
33
|
-
filterModalSubtitle: 'Vous pouvez
|
|
34
|
-
filterClear: '
|
|
35
|
-
filterApply: '
|
|
31
|
+
loading: 'Chargement',
|
|
32
|
+
filterModalTitle: 'Filtre',
|
|
33
|
+
filterModalSubtitle: 'Vous pouvez sélectinner plusieurs options',
|
|
34
|
+
filterClear: 'Réinitialiser le filtre',
|
|
35
|
+
filterApply: 'Fait'
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
es: {
|
|
39
39
|
filters: {
|
|
40
|
-
loading: 'Cargando
|
|
41
|
-
filterModalTitle: '
|
|
42
|
-
filterModalSubtitle: '
|
|
43
|
-
filterClear: '
|
|
44
|
-
filterApply: '
|
|
40
|
+
loading: 'Cargando',
|
|
41
|
+
filterModalTitle: 'Filtrar',
|
|
42
|
+
filterModalSubtitle: 'Puedes seleccionar varias opciones',
|
|
43
|
+
filterClear: 'Restablecer filtro',
|
|
44
|
+
filterApply: 'Terminado'
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
tr: {
|
|
@@ -100,11 +100,11 @@ export const VendorFilterPageTranslations = {
|
|
|
100
100
|
},
|
|
101
101
|
pt: {
|
|
102
102
|
filters: {
|
|
103
|
-
loading: '
|
|
104
|
-
filterModalTitle: '
|
|
105
|
-
filterModalSubtitle: '
|
|
106
|
-
filterClear: '
|
|
107
|
-
filterApply: '
|
|
103
|
+
loading: 'Carregando',
|
|
104
|
+
filterModalTitle: 'Filtro',
|
|
105
|
+
filterModalSubtitle: 'Você pode selecionar várias opções',
|
|
106
|
+
filterClear: 'Redefinir filtro',
|
|
107
|
+
filterApply: 'Finalizado'
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
sl: {
|