@everymatrix/casino-404 0.0.357 → 0.0.359

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-404",
3
- "version": "0.0.357",
3
+ "version": "0.0.359",
4
4
  "main": "dist/casino-404.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": "0fde12b49f5b6381585e98c841da6292a9be010d"
39
+ "gitHead": "42c2b777ac00a1d72d7ceb43a0b9029e0b024180"
40
40
  }
@@ -6,6 +6,13 @@ export const Translations = {
6
6
  home: 'Go to homepage'
7
7
  },
8
8
  },
9
+ zh: {
10
+ Translations: {
11
+ pageNotFound: '网页未找到',
12
+ pageNotFoundMessage: '找不到您要查找的页面。 请返回我们的主页',
13
+ home: '去首页'
14
+ },
15
+ },
9
16
  de: {
10
17
  Translations: {
11
18
  pageNotFound: 'Page not found',
@@ -22,9 +29,9 @@ export const Translations = {
22
29
  },
23
30
  fr: {
24
31
  Translations: {
25
- pageNotFound: 'Page not found',
26
- pageNotFoundMessage: 'The page you were looking for could not be found. Please go back to our Homepage.',
27
- home: 'Go to homepage'
32
+ pageNotFound: 'Page non trouvée',
33
+ pageNotFoundMessage: 'La page que vous recherchez est introuvable. Veuillez retourner à notre page d\'accueil.',
34
+ home: 'Accéder à la page d\'accueil'
28
35
  },
29
36
  },
30
37
  es: {