diff options
author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-18 16:22:14 +0200 |
---|---|---|
committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-18 16:22:14 +0200 |
commit | 2555c81673a628316891af267652eb9dd0bb2eef (patch) | |
tree | 5bd64ee7a3c583f217429bfa1ed7f5d195ddaf1f /locales | |
parent | 96f772df7b133c0544d547ad49fe735268b3e47b (diff) | |
download | RWA.Support.DesktopApp-2555c81673a628316891af267652eb9dd0bb2eef.tar.gz RWA.Support.DesktopApp-2555c81673a628316891af267652eb9dd0bb2eef.tar.bz2 RWA.Support.DesktopApp-2555c81673a628316891af267652eb9dd0bb2eef.zip |
Add code localization support!
Diffstat (limited to 'locales')
-rw-r--r-- | locales/bin/de_DE.qm | bin | 0 -> 550 bytes | |||
-rw-r--r-- | locales/bin/es_ES.qm | bin | 0 -> 574 bytes | |||
-rw-r--r-- | locales/bin/main_en.qm | bin | 0 -> 310 bytes | |||
-rw-r--r-- | locales/de_DE.ts | 36 | ||||
-rw-r--r-- | locales/es_ES.ts | 34 | ||||
-rw-r--r-- | locales/main_en.ts | 34 |
6 files changed, 104 insertions, 0 deletions
diff --git a/locales/bin/de_DE.qm b/locales/bin/de_DE.qm Binary files differnew file mode 100644 index 0000000..6afd413 --- /dev/null +++ b/locales/bin/de_DE.qm diff --git a/locales/bin/es_ES.qm b/locales/bin/es_ES.qm Binary files differnew file mode 100644 index 0000000..5eb76d5 --- /dev/null +++ b/locales/bin/es_ES.qm diff --git a/locales/bin/main_en.qm b/locales/bin/main_en.qm Binary files differnew file mode 100644 index 0000000..8a9ba24 --- /dev/null +++ b/locales/bin/main_en.qm diff --git a/locales/de_DE.ts b/locales/de_DE.ts new file mode 100644 index 0000000..a7e8454 --- /dev/null +++ b/locales/de_DE.ts @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="de_DE"> +<context> + <name>main</name> + <message> + <location filename="../main.qml" line="12"/> + <source>Remote Support for your Desktop</source> + <translatorcomment>Just the titel of the window</translatorcomment> + <translation>Fernwartung für den Desktop</translation> + </message> + <message> + <location filename="../main.qml" line="17"/> + <source>Unknown state of service</source> + <translatorcomment>DBUS service state</translatorcomment> + <translation>Unbekannter Status des Dienstes</translation> + </message> + <message> + <location filename="../main.qml" line="45"/> + <source>Allow remote desktop support</source> + <translation>Desktop zur Fernwartung freigeben</translation> + </message> + <message> + <location filename="../main.qml" line="68"/> + <source>Access pin to this computer</source> + <translation>Zugangspin zu diesem Computer</translation> + </message> + <message> + <location filename="../main.qml" line="89"/> + <source>%1</source> + <extracomment>Do not translate!</extracomment> + <translation></translation> + <extra-This>is just the pin which is used to authenticate to remote web app (django) frontend</extra-This> + </message> +</context> +</TS> diff --git a/locales/es_ES.ts b/locales/es_ES.ts new file mode 100644 index 0000000..e58d9fd --- /dev/null +++ b/locales/es_ES.ts @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="es_ES"> +<context> + <name>main</name> + <message> + <location filename="../main.qml" line="12"/> + <source>Remote Support for your Desktop</source> + <translation>Soporte remoto para su escritorio</translation> + </message> + <message> + <location filename="../main.qml" line="17"/> + <source>Unknown state of service</source> + <translation>Estado de servicio desconocido</translation> + </message> + <message> + <location filename="../main.qml" line="45"/> + <source>Allow remote desktop support</source> + <translation>Permitir soporte de escritorio remoto</translation> + </message> + <message> + <location filename="../main.qml" line="68"/> + <source>Access pin to this computer</source> + <translation>Pin de acceso a esta computadora</translation> + </message> + <message> + <location filename="../main.qml" line="89"/> + <source>%1</source> + <extracomment>Do not translate!</extracomment> + <translation></translation> + <extra-This>is just the pin which is used to authenticate to remote web app (django) frontend</extra-This> + </message> +</context> +</TS> diff --git a/locales/main_en.ts b/locales/main_en.ts new file mode 100644 index 0000000..07d13c9 --- /dev/null +++ b/locales/main_en.ts @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="en_US"> +<context> + <name>main</name> + <message> + <location filename="../main.qml" line="12"/> + <source>Remote Support for your Desktop</source> + <translation></translation> + </message> + <message> + <location filename="../main.qml" line="17"/> + <source>Unknown state of service</source> + <translation></translation> + </message> + <message> + <location filename="../main.qml" line="45"/> + <source>Allow remote desktop support</source> + <translation></translation> + </message> + <message> + <location filename="../main.qml" line="68"/> + <source>Access pin to this computer</source> + <translation></translation> + </message> + <message> + <location filename="../main.qml" line="89"/> + <source>%1</source> + <extracomment>Do not translate!</extracomment> + <translation></translation> + <extra-This>is just the pin which is used to authenticate to remote web app (django) frontend</extra-This> + </message> +</context> +</TS> |