-rw-r--r-- | i18n/de/clock.ts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/i18n/de/clock.ts b/i18n/de/clock.ts new file mode 100644 index 0000000..9264ae3 --- a/dev/null +++ b/i18n/de/clock.ts @@ -0,0 +1,25 @@ +<!DOCTYPE TS><TS> +<context> + <name>Clock</name> + <message> + <source>Clock</source> + <translation>Uhr</translation> + </message> + <message> + <source>Stopwatch</source> + <translation>Stoppuhr</translation> + </message> + <message> + <source>Start</source> + <translation>Start</translation> + </message> + <message> + <source>Reset</source> + <translation>Zurücksetzen</translation> + </message> + <message> + <source>Stop</source> + <translation>Stop</translation> + </message> +</context> +</TS> |