@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.283",
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": "e19481532307b6ad83a24fda9f9b5ef7cc2a3b4c"
39
+ "gitHead": "34a92e6b2196b6bd4e523795acca4f2e87762571"
40
40
  }
@@ -28,20 +28,20 @@ export const VendorFilterPageTranslations = {
28
28
  },
29
29
  fr: {
30
30
  filters: {
31
- loading: 'Chargement ...',
32
- filterModalTitle: 'Filtrer par',
33
- filterModalSubtitle: 'Vous pouvez sélectionner plusieurs fournisseurs',
34
- filterClear: 'Eclaircir',
35
- filterApply: 'Appliquer'
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: 'Filtrado por',
42
- filterModalSubtitle: 'Puede seleccionar varios proveedores',
43
- filterClear: 'Despejar',
44
- filterApply: 'Solicitar'
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: 'A carregar',
104
- filterModalTitle: 'Filtrar',
105
- filterModalSubtitle: 'Escolha múltipla possível',
106
- filterClear: 'Limpar filtro',
107
- filterApply: 'Feito'
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: {