Update localized strings (#357)
This commit is contained in:
@@ -119,15 +119,27 @@
|
||||
</resheader>
|
||||
<data name="AppName" xml:space="preserve">
|
||||
<value>เครื่องคิดเลข</value>
|
||||
<comment>{@Appx_ShortDisplayName@}{StringCategory="Feature Title"}</comment>
|
||||
<comment>{@Appx_ShortDisplayName@}{StringCategory="Feature Title"} This is the title of the official application when published through Windows Store.</comment>
|
||||
</data>
|
||||
<data name="DevAppName" xml:space="preserve">
|
||||
<value>เครื่องคิดเลข [Dev]</value>
|
||||
<comment>{@Appx_ShortDisplayName@}{StringCategory="Feature Title"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>
|
||||
</data>
|
||||
<data name="AppStoreName" xml:space="preserve">
|
||||
<value>เครื่องคิดเลขของ Windows</value>
|
||||
<comment>{@Appx_DisplayName@}{StringCategory="Feature Title"} Name that shows up in the app store. It contains "Windows" to distinguish it from 3rd party calculator apps.</comment>
|
||||
</data>
|
||||
<data name="DevAppStoreName" xml:space="preserve">
|
||||
<value>เครื่องคิดเลขของ Windows [Dev]</value>
|
||||
<comment>{@Appx_DisplayName@}{StringCategory="Feature Title"} Name that shows up in the app store. It contains "Windows" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>
|
||||
</data>
|
||||
<data name="AppDescription" xml:space="preserve">
|
||||
<value>เครื่องคิดเลข</value>
|
||||
<comment>{@Appx_Description@}</comment>
|
||||
<comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>
|
||||
</data>
|
||||
<data name="DevAppDescription" xml:space="preserve">
|
||||
<value>เครื่องคิดเลข [Dev]</value>
|
||||
<comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>
|
||||
</data>
|
||||
<data name="copyMenuItem" xml:space="preserve">
|
||||
<value>คัดลอก</value>
|
||||
@@ -2601,7 +2613,7 @@
|
||||
</data>
|
||||
<data name="xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback" xml:space="preserve">
|
||||
<value>x หรือ</value>
|
||||
<comment>Auditory feedback for Screen Reader users. Users will hear "Display is 7 x or" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is "x or" in order to get the correct pronounciation.</comment>
|
||||
<comment>Auditory feedback for Screen Reader users. Users will hear "Display is 7 x or" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is "x or" in order to get the correct pronunciation.</comment>
|
||||
</data>
|
||||
<data name="andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback" xml:space="preserve">
|
||||
<value>และ</value>
|
||||
|
Reference in New Issue
Block a user