diff options
author | Marvin Borner | 2020-04-04 23:11:22 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-04 23:11:22 +0200 |
commit | 15e08d632fb305476914041d28395fc16e79efa1 (patch) | |
tree | 2c6e51b9567e9200410c238eaf573b2f366f7a7d /translations | |
parent | 81cc34bfcc8d7ec695a4d70c4c1c82b9035bf272 (diff) |
Heavy renaming and 0-check fix
Diffstat (limited to 'translations')
-rw-r--r-- | translations/harbour-binaryfun-de.ts (renamed from translations/BinaryFun-de.ts) | 24 | ||||
-rw-r--r-- | translations/harbour-binaryfun.ts (renamed from translations/BinaryFun.ts) | 6 |
2 files changed, 19 insertions, 11 deletions
diff --git a/translations/BinaryFun-de.ts b/translations/harbour-binaryfun-de.ts index fc5adab..7b44a02 100644 --- a/translations/BinaryFun-de.ts +++ b/translations/harbour-binaryfun-de.ts @@ -5,51 +5,55 @@ <name>CoverPage</name> <message> <source>Binary Fun</source> - <translation type="unfinished">Binary Fun</translation> + <translation type="unfinished">Binär-Spaß</translation> </message> </context> <context> <name>Game</name> <message> <source>Binary Fun</source> - <translation type="unfinished">Binary Fun</translation> + <translation>Binär-Spaß</translation> </message> <message> <source>Play again!</source> - <translation type="unfinished"></translation> + <translation>Nochmal!</translation> + </message> + <message> + <source>Not bad!</source> + <translation>Nicht schlecht!</translation> </message> </context> <context> <name>LeaderBoard</name> <message> <source>Under Construction!</source> - <translation type="unfinished"></translation> + <translation>Im Aufbau!</translation> </message> </context> <context> <name>Menu</name> <message> <source>Binary Fun</source> - <translation type="unfinished">Binary Fun</translation> + <translation>Binär-Spaß</translation> </message> <message> <source>Easy (4 Bit)</source> - <translation type="unfinished"></translation> + <translation>Einfach (4 Bit)</translation> </message> <message> <source>Medium (6 Bit)</source> - <translation type="unfinished"></translation> + <translation>Mittel (6 Bit)</translation> </message> <message> <source>Hard (8 Bit)</source> - <translation type="unfinished"></translation> + <translation>Schwer (8 Bit)</translation> </message> <message> <source>Very easy (2 Bit)</source> - <translation type="unfinished"></translation> + <translation>Sehr einfach (2 Bit)</translation> </message> <message> - <source>Godlike (10 Bit)</source> + <source>God-like (10 Bit)</source> <translation type="unfinished"></translation> </message> </context> diff --git a/translations/BinaryFun.ts b/translations/harbour-binaryfun.ts index 1201108..141787e 100644 --- a/translations/BinaryFun.ts +++ b/translations/harbour-binaryfun.ts @@ -18,6 +18,10 @@ <source>Play again!</source> <translation type="unfinished"></translation> </message> + <message> + <source>Not bad!</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>LeaderBoard</name> @@ -49,7 +53,7 @@ <translation type="unfinished"></translation> </message> <message> - <source>Godlike (10 Bit)</source> + <source>God-like (10 Bit)</source> <translation type="unfinished"></translation> </message> </context> |