diff options
Diffstat (limited to 'tracker-steamvr')
-rw-r--r-- | tracker-steamvr/lang/nl_NL.ts | 4 | ||||
-rw-r--r-- | tracker-steamvr/lang/ru_RU.ts | 4 | ||||
-rw-r--r-- | tracker-steamvr/lang/stub.ts | 4 | ||||
-rw-r--r-- | tracker-steamvr/lang/zh_CN.ts | 26 |
4 files changed, 26 insertions, 12 deletions
diff --git a/tracker-steamvr/lang/nl_NL.ts b/tracker-steamvr/lang/nl_NL.ts index 6d831ecc..b8def443 100644 --- a/tracker-steamvr/lang/nl_NL.ts +++ b/tracker-steamvr/lang/nl_NL.ts @@ -4,12 +4,10 @@ <context> <name>dialog</name> <message> - <location filename="../dialog.ui" line="+23"/> <source>Valve SteamVR</source> <translation type="unfinished"></translation> </message> <message> - <location line="+28"/> <source>Device</source> <translation type="unfinished"></translation> </message> @@ -17,12 +15,10 @@ <context> <name>steamvr</name> <message> - <location filename="../steamvr.cpp" line="+203"/> <source>No HMD connected</source> <translation type="unfinished"></translation> </message> <message> - <location line="+14"/> <source>Can't find device with that serial</source> <translation type="unfinished"></translation> </message> diff --git a/tracker-steamvr/lang/ru_RU.ts b/tracker-steamvr/lang/ru_RU.ts index eec6e97e..019b3616 100644 --- a/tracker-steamvr/lang/ru_RU.ts +++ b/tracker-steamvr/lang/ru_RU.ts @@ -4,12 +4,10 @@ <context> <name>dialog</name> <message> - <location filename="../dialog.ui" line="+23"/> <source>Valve SteamVR</source> <translation type="unfinished"></translation> </message> <message> - <location line="+28"/> <source>Device</source> <translation type="unfinished"></translation> </message> @@ -17,12 +15,10 @@ <context> <name>steamvr</name> <message> - <location filename="../steamvr.cpp" line="+203"/> <source>No HMD connected</source> <translation type="unfinished"></translation> </message> <message> - <location line="+14"/> <source>Can't find device with that serial</source> <translation type="unfinished"></translation> </message> diff --git a/tracker-steamvr/lang/stub.ts b/tracker-steamvr/lang/stub.ts index 96cc66f6..9c2782ac 100644 --- a/tracker-steamvr/lang/stub.ts +++ b/tracker-steamvr/lang/stub.ts @@ -4,12 +4,10 @@ <context> <name>dialog</name> <message> - <location filename="../dialog.ui" line="+23"/> <source>Valve SteamVR</source> <translation type="unfinished"></translation> </message> <message> - <location line="+28"/> <source>Device</source> <translation type="unfinished"></translation> </message> @@ -17,12 +15,10 @@ <context> <name>steamvr</name> <message> - <location filename="../steamvr.cpp" line="+203"/> <source>No HMD connected</source> <translation type="unfinished"></translation> </message> <message> - <location line="+14"/> <source>Can't find device with that serial</source> <translation type="unfinished"></translation> </message> diff --git a/tracker-steamvr/lang/zh_CN.ts b/tracker-steamvr/lang/zh_CN.ts new file mode 100644 index 00000000..9c2782ac --- /dev/null +++ b/tracker-steamvr/lang/zh_CN.ts @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1"> +<context> + <name>dialog</name> + <message> + <source>Valve SteamVR</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Device</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>steamvr</name> + <message> + <source>No HMD connected</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Can't find device with that serial</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |