[Update] Main Window: Textbox log内のシステムメッセージの英語、日本語対応追加。
help and infoボタンをクリックし、VRCTドキュメントページが開いたときの文言をさらに追加。
This commit is contained in:
@@ -34,6 +34,9 @@ main_window:
|
||||
switched_language_preset_tab: Switched to Language Preset Tab No.%{tab_no}."
|
||||
latest_language_setting: "Currently, \"Your Language\" is set to %{your_language}, and \"Target Language\" is set to %{target_language}."
|
||||
|
||||
opened_web_page_booth: Opened Booth page in your web browser.
|
||||
opened_web_page_vrct_documents: "Opened VRCT Documents page in your web browser.\nFor any issues, requests, or inquiries, please feel free to contact us through the links at the bottom of the documents page, the \"Contact Form,\" or via X (formerly Twitter)!"
|
||||
|
||||
update_available: New version is here!
|
||||
|
||||
cover_message: The functionality is temporarily disabled until the settings window is closed.
|
||||
|
||||
@@ -34,6 +34,9 @@ main_window:
|
||||
switched_language_preset_tab: 言語プリセット番号 %{tab_no} に切り替わりました。
|
||||
latest_language_setting: 現在「あなたの言語」は %{your_language}、「相手の言語」は %{target_language} に設定されています。
|
||||
|
||||
opened_web_page_booth: お使いのブラウザで、Boothのページを開きました。
|
||||
opened_web_page_vrct_documents: "お使いのブラウザで、VRCTのドキュメントを開きました。使用方法などはそちらに記載されています。\n不具合、ご要望、その他お問い合わせはドキュメント最下部にあるLinks、「お問合せフォーム」もしくはX(元Twitter)にて気軽にご連絡ください!"
|
||||
|
||||
update_available: 新しいバージョンが出ました!
|
||||
|
||||
cover_message: 設定画面が閉じられるまで、一時的に機能を停止しています。
|
||||
|
||||
4
view.py
4
view.py
@@ -523,11 +523,11 @@ class View():
|
||||
|
||||
def openWebPage_Booth(self):
|
||||
self.openWebPage(config.BOOTH_URL)
|
||||
self._printToTextbox_Info("Opened Booth page in your web browser.")
|
||||
self._printToTextbox_Info(i18n.t("main_window.textbox_system_message.opened_web_page_booth"))
|
||||
|
||||
def openWebPage_VrctDocuments(self):
|
||||
self.openWebPage(config.DOCUMENTS_URL)
|
||||
self._printToTextbox_Info("Opened the VRCT Documents page in your web browser.")
|
||||
self._printToTextbox_Info(i18n.t("main_window.textbox_system_message.opened_web_page_vrct_documents"))
|
||||
|
||||
@staticmethod
|
||||
def showUpdateAvailableButton():
|
||||
|
||||
Reference in New Issue
Block a user