Skip to content

Commit

Permalink
chore: translation housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Feb 7, 2025
1 parent d9d126f commit 4a0ad03
Show file tree
Hide file tree
Showing 18 changed files with 26,818 additions and 26,338 deletions.
3,287 changes: 1,649 additions & 1,638 deletions companion/src/translations/companion_cs.ts

Large diffs are not rendered by default.

3,304 changes: 1,664 additions & 1,640 deletions companion/src/translations/companion_da.ts

Large diffs are not rendered by default.

3,245 changes: 1,636 additions & 1,609 deletions companion/src/translations/companion_de.ts

Large diffs are not rendered by default.

3,311 changes: 1,671 additions & 1,640 deletions companion/src/translations/companion_en.ts

Large diffs are not rendered by default.

3,299 changes: 1,662 additions & 1,637 deletions companion/src/translations/companion_es.ts

Large diffs are not rendered by default.

3,251 changes: 1,639 additions & 1,612 deletions companion/src/translations/companion_fi.ts

Large diffs are not rendered by default.

3,272 changes: 1,648 additions & 1,624 deletions companion/src/translations/companion_fr.ts

Large diffs are not rendered by default.

3,209 changes: 1,620 additions & 1,589 deletions companion/src/translations/companion_he.ts

Large diffs are not rendered by default.

3,263 changes: 1,645 additions & 1,618 deletions companion/src/translations/companion_it.ts

Large diffs are not rendered by default.

3,328 changes: 1,676 additions & 1,652 deletions companion/src/translations/companion_ja.ts

Large diffs are not rendered by default.

3,209 changes: 1,620 additions & 1,589 deletions companion/src/translations/companion_nl.ts

Large diffs are not rendered by default.

3,330 changes: 1,676 additions & 1,654 deletions companion/src/translations/companion_pl.ts

Large diffs are not rendered by default.

3,205 changes: 1,618 additions & 1,587 deletions companion/src/translations/companion_pt.ts

Large diffs are not rendered by default.

3,236 changes: 1,632 additions & 1,604 deletions companion/src/translations/companion_ru.ts

Large diffs are not rendered by default.

851 changes: 458 additions & 393 deletions companion/src/translations/companion_sv.ts

Large diffs are not rendered by default.

3,274 changes: 1,650 additions & 1,624 deletions companion/src/translations/companion_zh_CN.ts

Large diffs are not rendered by default.

3,274 changes: 1,650 additions & 1,624 deletions companion/src/translations/companion_zh_TW.ts

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions radio/src/cfn_sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,12 @@ Functions cfn_sorted[] = {
/* Závodní režim */ FUNC_RACING_MODE,
/* Změna */ FUNC_SET_TIMER,
#elif defined(TRANSLATIONS_DA)
/* Afspil lydfil */ FUNC_PLAY_TRACK,
/* Afstand kontrol */ FUNC_RANGECHECK,
#if !defined(OLED_SCREEN)
/* Baggrundslys */ FUNC_BACKLIGHT,
/* Baggrund lys */ FUNC_BACKLIGHT,
#endif
/* BgMusik */ FUNC_BACKGND_MUSIC,
/* BgMusik || */ FUNC_BACKGND_MUSIC_PAUSE,
/* Baggrund musik */ FUNC_BACKGND_MUSIC,
/* Baggrund musik || */ FUNC_BACKGND_MUSIC_PAUSE,
#if defined(COLORLCD)
/* Ikke berøringsaktiv */ FUNC_DISABLE_TOUCH,
#endif
Expand All @@ -153,6 +152,7 @@ Functions cfn_sorted[] = {
/* Skærm klip */ FUNC_SCREENSHOT,
/* Sluk audio amplifier */ FUNC_DISABLE_AUDIO_AMP,
/* Spil lyd */ FUNC_PLAY_SOUND,
/* Spil lydfil */ FUNC_PLAY_TRACK,
/* Spil Værdi */ FUNC_PLAY_VALUE,
/* Sæt */ FUNC_SET_TIMER,
/* Sæt fejlsikring */ FUNC_SET_FAILSAFE,
Expand Down

0 comments on commit 4a0ad03

Please sign in to comment.