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>выключальнае або</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>
|
||||
@@ -2616,7 +2628,7 @@
|
||||
<comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: "Updated Sep 28, 2016 5:42 PM"</comment>
|
||||
</data>
|
||||
<data name="RefreshButtonText.Content" xml:space="preserve">
|
||||
<value>Абнавіць курсы</value>
|
||||
<value>Абнавіць тарыфы</value>
|
||||
<comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>
|
||||
</data>
|
||||
<data name="DataChargesMayApply" xml:space="preserve">
|
||||
|
Reference in New Issue
Block a user