-rw-r--r-- | i18n/de/tictac.ts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/i18n/de/tictac.ts b/i18n/de/tictac.ts index 4eb9e18..a7bf712 100644 --- a/i18n/de/tictac.ts +++ b/i18n/de/tictac.ts @@ -1,2 +1,21 @@ <!DOCTYPE TS><TS> +<context> + <name>TicTacToe</name> + <message> + <source>Computer starts</source> + <translation>Computer fängt an</translation> + </message> + <message> + <source>Human starts</source> + <translation>Spieler fängt an</translation> + </message> + <message> + <source>Play!</source> + <translation>Los!</translation> + </message> + <message> + <source>Quit</source> + <translation>Beenden</translation> + </message> +</context> </TS> |