@everymatrix/casino-403 1.34.3 → 1.36.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/dist/casino-403.js +50 -50
- package/dist/casino-403.js.map +1 -1
- package/package.json +2 -2
- package/src/translations.js +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-403",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.36.0",
|
4
4
|
"main": "dist/casino-403.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": "09be81de9c66446d0062303022d5f036d874d153"
|
39
39
|
}
|
package/src/translations.js
CHANGED
@@ -30,9 +30,9 @@ export const TRANSLATIONS = {
|
|
30
30
|
"login": "Iniciar sesión"
|
31
31
|
},
|
32
32
|
"tr": {
|
33
|
-
"sorry": "
|
34
|
-
"access": "
|
35
|
-
"login": "
|
33
|
+
"sorry": "Özür dileriz",
|
34
|
+
"access": "Erişmeye çalıştığınız sayfa yalnızca giriş yapmış kullanıcılar için kullanılabilir. Lütfen giriş yapın.",
|
35
|
+
"login": "Giriş Yap"
|
36
36
|
},
|
37
37
|
"ru": {
|
38
38
|
"sorry": "We are sorry",
|