Skip to content

Commit 989465c

Browse files
committed
Fix NAIS targetHiddenTime. Update translations.
1 parent ba3f996 commit 989465c

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

src/lib/i18n.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ const translations = {
4747
keepAwake: 'Hold skjerm aktiv',
4848
textSize: 'Tekststørrelse',
4949
language: 'Språk',
50-
targetUp: 'MÅL OPPE',
51-
targetDown: 'MÅL NEDE',
50+
targetUp: 'ILD',
51+
targetDown: 'KLAR',
5252
precision: 'Presisjon',
5353
duell: 'Duell',
5454
trial: 'Prøveserie',
@@ -149,7 +149,7 @@ const translations = {
149149
reset: 'Reset',
150150
next: 'Next',
151151
nextExercise: 'Next Exercise',
152-
loading: 'Loading',
152+
loading: 'Load',
153153
shooting: 'Shooting',
154154
idle: 'Ready',
155155
stopped: 'Finished',
@@ -172,12 +172,12 @@ const translations = {
172172
keepAwake: 'Keep screen awake',
173173
textSize: 'Text size',
174174
language: 'Language',
175-
targetUp: 'TARGET UP',
176-
targetDown: 'TARGET DOWN',
175+
targetUp: 'FIRE',
176+
targetDown: 'ATTENTION',
177177
precision: 'Precision',
178178
duell: 'Duel',
179-
trial: 'Trial',
180-
trialShots: 'Trial shots',
179+
trial: 'Sighting series',
180+
trialShots: 'Sighting shots',
181181
copy: 'Copy',
182182
copied: 'Copied!',
183183
roomClosed: 'Room closed',

src/lib/programs/registry.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export const programs = [
214214
shotsPerSeries: 5,
215215
timePerSeries: 150,
216216
loadingTime: DEFAULT_LOADING_TIME,
217+
targetHiddenTime: DEFAULT_TARGET_HIDDEN_TIME,
217218
}],
218219
},
219220
{
@@ -225,6 +226,7 @@ export const programs = [
225226
shotsPerSeries: 5,
226227
timePerSeries: 150,
227228
loadingTime: DEFAULT_LOADING_TIME,
229+
targetHiddenTime: DEFAULT_TARGET_HIDDEN_TIME,
228230
}],
229231
},
230232
{

0 commit comments

Comments
 (0)