File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments