Skip to content

Commit

Permalink
New Crowdin updates (#361)
Browse files Browse the repository at this point in the history
* New translations Lang.resx (Japanese)

* New translations Lang.resx (Russian)

* New translations Lang.resx (Chinese Simplified)

* New translations Lang.resx (Chinese Traditional)

* New translations Lang.resx (Vietnamese)

* New translations Lang.resx (Thai)

* New translations Lang.resx (English, United States)

* New translations Lang.resx (Korean)
  • Loading branch information
Scighost authored Sep 11, 2023
1 parent 793bf5b commit 689c825
Show file tree
Hide file tree
Showing 8 changed files with 121 additions and 41 deletions.
41 changes: 21 additions & 20 deletions src/Starward.Language/Lang.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -60,45 +60,45 @@
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
Expand Down Expand Up @@ -1070,14 +1070,15 @@ Do you accept the risk and continue to use it?</value>
<data name="LauncherPage_CurrentlyLoggedInAccount" xml:space="preserve">
<value>Currently logged in account</value>
</data>
<data name="LauncherPage_SaveNew" xml:space="preserve">
<value>Save New</value>
<data name="Common_Attention" xml:space="preserve">
<value>Attention</value>
</data>
<data name="LauncherPage_Replace" xml:space="preserve">
<value>Replace</value>
</data>
<data name="Common_Attention" xml:space="preserve">
<value>Attention</value>
<data name="LauncherPage_SaveNew" xml:space="preserve">
<value>Save New</value>
<comment>Account with uid {0} already exists, replace it or save new?</comment>
</data>
<data name="LauncherPage_AccountSaveNew" xml:space="preserve">
<value>Account with uid {0} already exists, replace it or save new?</value>
Expand Down
23 changes: 18 additions & 5 deletions src/Starward.Language/Lang.ja-JP.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@
<value>サーバーを選択</value>
</data>
<data name="SettingPage_EnableSystemTrayIcon" xml:space="preserve">
<value>通知領域にアイコンを表示する</value>
<value>システム トレイ アイコンを表示する</value>
</data>
<data name="SettingPage_ExitLauncherWhenClosingWindow" xml:space="preserve">
<value>ウィンドウを閉じたときにランチャーを終了する</value>
Expand All @@ -1021,13 +1021,13 @@
<value>終了</value>
</data>
<data name="SettingPage_SystemTray" xml:space="preserve">
<value>通知領域</value>
<value>システム トレイ</value>
</data>
<data name="InstallGameSystemTrayPage_Installer" xml:space="preserve">
<value>インストーラー</value>
</data>
<data name="DownloadGamePage_CloseSoftwareContentSystemTray" xml:space="preserve">
<value>そのままウィンドウを閉じるか、通知領域に最小化をするか変更ができます。</value>
<value>そのままウィンドウを閉じるか、システム トレイに最小化をするか変更ができます。</value>
</data>
<data name="Common_Hide" xml:space="preserve">
<value>隠す</value>
Expand Down Expand Up @@ -1064,9 +1064,22 @@
<value>解凍に必要な空き容量がない場合は、オンにしてください。</value>
</data>
<data name="LauncherPage_ConfirmDelete" xml:space="preserve">
<value>Confirm Delete</value>
<value>削除の確認</value>
</data>
<data name="LauncherPage_CurrentlyLoggedInAccount" xml:space="preserve">
<value>Currently logged in account</value>
<value>現在のログイン済みアカウント</value>
</data>
<data name="Common_Attention" xml:space="preserve">
<value>警告</value>
</data>
<data name="LauncherPage_Replace" xml:space="preserve">
<value>置き換え</value>
</data>
<data name="LauncherPage_SaveNew" xml:space="preserve">
<value>新規で保存</value>
<comment>Account with uid {0} already exists, replace it or save new?</comment>
</data>
<data name="LauncherPage_AccountSaveNew" xml:space="preserve">
<value>UID {0} のアカウントは既に存在します。置き換えまたはアカウントを新規で保存しますか?</value>
</data>
</root>
13 changes: 13 additions & 0 deletions src/Starward.Language/Lang.ko-KR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1070,4 +1070,17 @@
<data name="LauncherPage_CurrentlyLoggedInAccount" xml:space="preserve">
<value>현재 로그인 된 계정</value>
</data>
<data name="Common_Attention" xml:space="preserve">
<value>Attention</value>
</data>
<data name="LauncherPage_Replace" xml:space="preserve">
<value>Replace</value>
</data>
<data name="LauncherPage_SaveNew" xml:space="preserve">
<value>Save New</value>
<comment>Account with uid {0} already exists, replace it or save new?</comment>
</data>
<data name="LauncherPage_AccountSaveNew" xml:space="preserve">
<value>Account with uid {0} already exists, replace it or save new?</value>
</data>
</root>
13 changes: 13 additions & 0 deletions src/Starward.Language/Lang.ru-RU.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1070,4 +1070,17 @@ Do you accept the risk and continue to use it?</value>
<data name="LauncherPage_CurrentlyLoggedInAccount" xml:space="preserve">
<value>Currently logged in account</value>
</data>
<data name="Common_Attention" xml:space="preserve">
<value>Attention</value>
</data>
<data name="LauncherPage_Replace" xml:space="preserve">
<value>Replace</value>
</data>
<data name="LauncherPage_SaveNew" xml:space="preserve">
<value>Save New</value>
<comment>Account with uid {0} already exists, replace it or save new?</comment>
</data>
<data name="LauncherPage_AccountSaveNew" xml:space="preserve">
<value>Account with uid {0} already exists, replace it or save new?</value>
</data>
</root>
13 changes: 13 additions & 0 deletions src/Starward.Language/Lang.th-TH.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1069,4 +1069,17 @@
<data name="LauncherPage_CurrentlyLoggedInAccount" xml:space="preserve">
<value>Currently logged in account</value>
</data>
<data name="Common_Attention" xml:space="preserve">
<value>Attention</value>
</data>
<data name="LauncherPage_Replace" xml:space="preserve">
<value>Replace</value>
</data>
<data name="LauncherPage_SaveNew" xml:space="preserve">
<value>Save New</value>
<comment>Account with uid {0} already exists, replace it or save new?</comment>
</data>
<data name="LauncherPage_AccountSaveNew" xml:space="preserve">
<value>Account with uid {0} already exists, replace it or save new?</value>
</data>
</root>
13 changes: 13 additions & 0 deletions src/Starward.Language/Lang.vi-VN.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1070,4 +1070,17 @@ Bạn có chấp nhận rủi ro và tiếp tục?</value>
<data name="LauncherPage_CurrentlyLoggedInAccount" xml:space="preserve">
<value>Tài khoản đăng nhập hiện tại</value>
</data>
<data name="Common_Attention" xml:space="preserve">
<value>Chú ý</value>
</data>
<data name="LauncherPage_Replace" xml:space="preserve">
<value>Thay thế</value>
</data>
<data name="LauncherPage_SaveNew" xml:space="preserve">
<value>Lưu mới</value>
<comment>Account with uid {0} already exists, replace it or save new?</comment>
</data>
<data name="LauncherPage_AccountSaveNew" xml:space="preserve">
<value>Tài khoản với uid {0} đã tồn tại, thay thế hay lưu mới?</value>
</data>
</root>
33 changes: 17 additions & 16 deletions src/Starward.Language/Lang.zh-CN.resx
Original file line number Diff line number Diff line change
Expand Up @@ -60,45 +60,45 @@
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
Expand Down Expand Up @@ -1078,6 +1078,7 @@
</data>
<data name="LauncherPage_SaveNew" xml:space="preserve">
<value>保存为新账号</value>
<comment>Account with uid {0} already exists, replace it or save new?</comment>
</data>
<data name="LauncherPage_AccountSaveNew" xml:space="preserve">
<value>Uid {0} 的账号已存在,替换或保存为新账号?</value>
Expand Down
13 changes: 13 additions & 0 deletions src/Starward.Language/Lang.zh-TW.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1070,4 +1070,17 @@
<data name="LauncherPage_CurrentlyLoggedInAccount" xml:space="preserve">
<value>目前登入的帳户</value>
</data>
<data name="Common_Attention" xml:space="preserve">
<value>Attention</value>
</data>
<data name="LauncherPage_Replace" xml:space="preserve">
<value>Replace</value>
</data>
<data name="LauncherPage_SaveNew" xml:space="preserve">
<value>Save New</value>
<comment>Account with uid {0} already exists, replace it or save new?</comment>
</data>
<data name="LauncherPage_AccountSaveNew" xml:space="preserve">
<value>Account with uid {0} already exists, replace it or save new?</value>
</data>
</root>

0 comments on commit 689c825

Please sign in to comment.