Add localized strings 2020-06-02 (#1259)

This commit is contained in:
Matt Cooley
2020-06-02 11:20:37 -07:00
committed by GitHub
parent 0d75a965cb
commit 52ba3755ff
59 changed files with 1067 additions and 359 deletions

View File

@@ -3265,11 +3265,15 @@
</data>
<data name="GraphViewAutomaticBestFitAnnouncement" xml:space="preserve">
<value>Penyesuaian Automatik Terbaik</value>
<comment>Announcement used in Graphing Calculator when button is clicked and automatic best fit is set</comment>
<comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>
</data>
<data name="GraphViewManualAdjustmentAnnouncement" xml:space="preserve">
<value>Penyesuaian Manual</value>
<comment>Announcement used in Graphing Calculator when button is clicked and manual adjustment is set</comment>
<comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>
</data>
<data name="GridResetAnnouncement" xml:space="preserve">
<value>Paparan graf telah diset semula</value>
<comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>
</data>
<data name="zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Zum Ke Dalam (Ctrl + tambah)</value>
@@ -3803,12 +3807,12 @@
<comment>Y minimum value header</comment>
</data>
<data name="graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Pilihan grid</value>
<comment>This is the tooltip text for the grid options button in Graphing Calculator</comment>
<value>Opsyen graf</value>
<comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>
</data>
<data name="graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Pilihan grid</value>
<comment>This is the automation name text for the grid options button in Graphing Calculator</comment>
<value>Opsyen graf</value>
<comment>This is the automation name text for the graph options button in Graphing Calculator</comment>
</data>
<data name="GraphOptionsHeading.Text" xml:space="preserve">
<value>Pilihan Graf</value>
@@ -4074,4 +4078,12 @@
<value>Serah</value>
<comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>
</data>
<data name="FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Analisis Fungsi</value>
<comment>Screen reader prompt for the function analysis grid</comment>
</data>
<data name="GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Opsyen Graf</value>
<comment>Screen reader prompt for the graph options panel</comment>
</data>
</root>