@everymatrix/casino-404 1.28.8 → 1.29.2
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/dist/casino-404.js +15 -15
- package/dist/casino-404.js.map +1 -1
- package/package.json +2 -2
- package/src/translations.js +10 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-404",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.29.2",
|
4
4
|
"main": "dist/casino-404.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -35,5 +35,5 @@
|
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "c087893467746da9175249cc7606294b6d261671"
|
39
39
|
}
|
package/src/translations.js
CHANGED
@@ -73,5 +73,15 @@ export const TRANSLATIONS = {
|
|
73
73
|
"pageNotFound": "Page not found",
|
74
74
|
"pageNotFoundMessage": "The page you were looking for could not be found. Please go back to our Homepage.",
|
75
75
|
"home": "Go to homepage"
|
76
|
+
},
|
77
|
+
"pt-br": {
|
78
|
+
"pageNotFound": "página não encontrada",
|
79
|
+
"pageNotFoundMessage": "A página que você procura não foi encontrada. Por favor volte ao início",
|
80
|
+
"home": "Vá para a página inicial"
|
81
|
+
},
|
82
|
+
"es-mx": {
|
83
|
+
"pageNotFound": "Página no encontrada",
|
84
|
+
"pageNotFoundMessage": "La página que usted busca no fue encontrada. Por favor regrese al inicio",
|
85
|
+
"home": "Ir a página de inicio"
|
76
86
|
}
|
77
87
|
}
|