feat: User Agreement and Privacy Policy Dialog

This commit is contained in:
2024-03-31 14:50:27 +08:00
parent ef715d569f
commit 494ae6468d
19 changed files with 127 additions and 34 deletions

View File

@@ -139,7 +139,7 @@ class MessageLookup extends MessageLookupByLibrary {
final messages = _notInlinedMessages(_notInlinedMessages);
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
"about_action_email":
MessageLookupByLibrary.simpleMessage("郵箱: scbox@xkeyc.com"),
MessageLookupByLibrary.simpleMessage("郵箱: xkeyc@qq.com"),
"about_action_open_source": MessageLookupByLibrary.simpleMessage("開源"),
"about_action_qq_group":
MessageLookupByLibrary.simpleMessage("QQ群: 940696487"),
@@ -193,6 +193,10 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("正在檢查可用性,這可能需要一點時間..."),
"app_splash_checking_for_updates":
MessageLookupByLibrary.simpleMessage("正在檢查更新..."),
"app_splash_dialog_u_a_p_p":
MessageLookupByLibrary.simpleMessage("用戶協議與隱私政策"),
"app_splash_dialog_u_a_p_p_content": MessageLookupByLibrary.simpleMessage(
"感謝您選擇 SC漢化盒子 ,我們致力於為您提供 安全、便捷、可靠的使用體驗,在您開始使用應用前,請先閱讀並同意以下內容:\n\n 1. 本應用 為 GNU 通用公共許可證 v3.0 協議下的開源軟件,您可以在遵守協議的前提下自由使用、修改、分發本軟件。我們的源代碼位於:[Github.com/StarCitizenToolBox/app](https://github.com/StarCitizenToolBox/app)。\n2. 本應用中的互聯網內容(包括但不限於 本地化文件、工具網站、新聞、視頻 等)版權由其作者創作所有,不屬於 GPL 的一部分,請在遵守對應的授權協議下使用。\n3. 本應用的官方免費發布渠道為:[微軟應用商店](https://apps.microsoft.com/detail/9NF3SWFWNKL1) 與[星際公民漢化組官網](https://www.starcitizenzw.com/ ) ,若您從其他第三方處獲得,請仔細甄別,以免遭受財產損失。\n4. 本應用在使用過程中會向我們的服務器發送匿名的統計數據,用於改進軟件質量,我們不會收集您的任何個人隱私信息。\n5. 本應用由社區提供支持,與 Cloud Imperium Games 或 其他第三方商業公司 無直接關聯。\n6. 我們提供有限的社區支持,如有需要,請前往關於頁面了解如何联系我們。"),
"app_upgrade_action_next_time":
MessageLookupByLibrary.simpleMessage("下次吧"),
"app_upgrade_action_update_now":