@everymatrix/player-panic-button 1.28.8 → 1.29.3
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/player-panic-button",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.3",
|
|
4
4
|
"main": "dist/player-panic-button.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": "b35b07d0d019ab53162690eac785d06af1ad9de9"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -25,5 +25,11 @@ export const TRANSLATIONS = {
|
|
|
25
25
|
},
|
|
26
26
|
"pl": {
|
|
27
27
|
"panicButtonString": "Przytrzymaj przycisk przez 3 sekundy, aby uzyskać 24-godzinny limit czasu"
|
|
28
|
+
},
|
|
29
|
+
"pt-br": {
|
|
30
|
+
"panicButtonString": "Pressione o botão por 3 segundos para fazer uma pausa de 24 horas."
|
|
31
|
+
},
|
|
32
|
+
"es-mx": {
|
|
33
|
+
"panicButtonString": "Presionar el botón 3 segundos para tomar una pausa de 24 horas."
|
|
28
34
|
}
|
|
29
35
|
}
|