@everymatrix/player-panic-button 1.25.0 → 1.27.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/player-panic-button.js +19 -19
- package/dist/player-panic-button.js.map +1 -1
- package/package.json +2 -2
- package/src/translations.js +20 -20
|
@@ -6477,33 +6477,33 @@
|
|
|
6477
6477
|
}
|
|
6478
6478
|
|
|
6479
6479
|
const TRANSLATIONS = {
|
|
6480
|
-
|
|
6481
|
-
|
|
6480
|
+
"en": {
|
|
6481
|
+
"panicButtonString": "Hold button for 3 seconds to take 24-hour timeout"
|
|
6482
6482
|
},
|
|
6483
|
-
|
|
6484
|
-
|
|
6483
|
+
"zh-hk": {
|
|
6484
|
+
"panicButtonString": "长按3秒24小时即时锁定"
|
|
6485
6485
|
},
|
|
6486
|
-
|
|
6487
|
-
|
|
6486
|
+
"fr": {
|
|
6487
|
+
"panicButtonString": "Maintenez le bouton enfoncé pendant 3 secondes pour prendre un verrouillage instantané de 24 heures"
|
|
6488
6488
|
},
|
|
6489
|
-
|
|
6490
|
-
|
|
6489
|
+
"ro": {
|
|
6490
|
+
"panicButtonString": "Tine apasat 3 secunde pentru a lua o pauza de 24h"
|
|
6491
6491
|
},
|
|
6492
|
-
|
|
6493
|
-
|
|
6492
|
+
"es": {
|
|
6493
|
+
"panicButtonString": "Dar clic durante 3 segundos para tomar un descanso de 24 horas"
|
|
6494
6494
|
},
|
|
6495
|
-
|
|
6496
|
-
|
|
6495
|
+
"de": {
|
|
6496
|
+
"panicButtonString": "Button für 3 Sekunden drücken um eine 24-stündige Auszeit zu nehmen"
|
|
6497
6497
|
},
|
|
6498
|
-
|
|
6499
|
-
|
|
6498
|
+
"hr": {
|
|
6499
|
+
"panicButtonString": "Držite gumb 3 sekunde za 24-satno vremensko ograničenje"
|
|
6500
6500
|
},
|
|
6501
|
-
|
|
6502
|
-
|
|
6503
|
-
},
|
|
6504
|
-
'pl': {
|
|
6505
|
-
'panicButtonString': 'Przytrzymaj przycisk przez 3 sekundy, aby uzyskać 24-godzinny limit czasu',
|
|
6501
|
+
"sl": {
|
|
6502
|
+
"panicButtonString": "Držite gumb 3 sekunde, da bi vzeli 24 urni premor"
|
|
6506
6503
|
},
|
|
6504
|
+
"pl": {
|
|
6505
|
+
"panicButtonString": "Przytrzymaj przycisk przez 3 sekundy, aby uzyskać 24-godzinny limit czasu"
|
|
6506
|
+
}
|
|
6507
6507
|
};
|
|
6508
6508
|
|
|
6509
6509
|
/* src/PlayerPanicButton.svelte generated by Svelte v3.59.2 */
|