diff options
author | saturneric <[email protected]> | 2024-07-12 18:39:17 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-12 18:39:17 +0000 |
commit | 96e4c85edc09e106631860f823a42440d013e455 (patch) | |
tree | fd69604b607da4f7d9a9d51503ef5fc64ed75f89 /src/m_ver_check/ts/ModuleVersionChecking.en_US.ts | |
parent | feat: initialize and move in two modules (diff) | |
download | Modules-96e4c85edc09e106631860f823a42440d013e455.tar.gz Modules-96e4c85edc09e106631860f823a42440d013e455.zip |
feat: try using ui and i18n apis from sdk
Diffstat (limited to 'src/m_ver_check/ts/ModuleVersionChecking.en_US.ts')
-rw-r--r-- | src/m_ver_check/ts/ModuleVersionChecking.en_US.ts | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/src/m_ver_check/ts/ModuleVersionChecking.en_US.ts b/src/m_ver_check/ts/ModuleVersionChecking.en_US.ts new file mode 100644 index 0000000..6e4afc5 --- /dev/null +++ b/src/m_ver_check/ts/ModuleVersionChecking.en_US.ts @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1"> +<context> + <name>UpdateTab</name> + <message> + <location filename="../UpdateTab.cpp" line="45"/> + <source>It is recommended that you always check the version of GpgFrontend and upgrade to the latest version.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UpdateTab.cpp" line="48"/> + <source>New versions not only represent new features, but also often represent functional and security fixes.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UpdateTab.cpp" line="54"/> + <source>Current Version</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UpdateTab.cpp" line="55"/> + <source>: </source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UpdateTab.cpp" line="131"/> + <source>Latest Version From Github</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UpdateTab.cpp" line="137"/> + <source>The current version is less than the latest version on github.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UpdateTab.cpp" line="139"/> + <location filename="../UpdateTab.cpp" line="150"/> + <location filename="../UpdateTab.cpp" line="162"/> + <source>Please click</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UpdateTab.cpp" line="142"/> + <location filename="../UpdateTab.cpp" line="153"/> + <location filename="../UpdateTab.cpp" line="165"/> + <source>Here</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UpdateTab.cpp" line="142"/> + <location filename="../UpdateTab.cpp" line="153"/> + <location filename="../UpdateTab.cpp" line="165"/> + <source>to download the latest stable version.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UpdateTab.cpp" line="148"/> + <source>This version has serious problems and has been withdrawn. Please stop using it immediately.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UpdateTab.cpp" line="159"/> + <source>This version has not been released yet, it may be a beta version. If you are not a tester and care about version stability, please do not use this version.</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |