@everymatrix/player-reality-check 0.0.201 → 0.0.202

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-reality-check",
3
- "version": "0.0.201",
3
+ "version": "0.0.202",
4
4
  "main": "dist/player-reality-check.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": "71051531499cfea745b53a0f7c0a77a252990ae7"
39
+ "gitHead": "d4e45d04feaefeedf3a6530ff705136d3a49ed86"
40
40
  }
@@ -11,12 +11,11 @@ export const PlayerRealityCheckTranslations = {
11
11
  },
12
12
  ro: {
13
13
  realityCheck: {
14
- title: `Reality Check`,
15
- successMessage: `Reality check has been successfully updated.`,
16
- realityCheckText: `The Reality Check facility allows you to set the frequency at which you will see a Reality Check on the screen within your gaming session. A Reality Check means a display of the time elapsed since your session began.
17
- You are able to control the frequency at which the Reality Check will appear on your screen.`,
18
- realityCheckLoading: `Loading items, please wait ...`,
19
- setFrequency: `Set frequency`
14
+ title: `Verificare timp`,
15
+ successMessage: `Frecvența a fost setată cu succes!`,
16
+ realityCheckText: `Opțiunea Reality Check îți permite setezi frecvența cu care vei vedea verificarea timpului de joc pe parcursul sesiunii tale de joc. O astfel de verificare reprezintă afișarea timpului trecut de la începerea sesiunii de joc.`,
17
+ realityCheckLoading: `Se încarcă...`,
18
+ setFrequency: `Stabilește frecvența`
20
19
  }
21
20
  }
22
21
  };