update localized strings (#1322)

This commit is contained in:
Eric Wong
2020-07-22 13:00:44 -07:00
committed by GitHub
parent 0e1c4f8cb4
commit dc707da56a
59 changed files with 1345 additions and 29 deletions

View File

@@ -3547,7 +3547,7 @@
<comment>Error that occurs during graphing when the equation is out of domain.</comment>
</data>
<data name="GE_NotSupported" xml:space="preserve">
<value>Графичното представяне за това уравнение не се поддържа</value>
<value>Графичното изразяване за това уравнение не се поддържа</value>
<comment>Error that occurs during graphing when the equation is not supported.</comment>
</data>
<data name="ParenthesisMismatch" xml:space="preserve">
@@ -4094,4 +4094,32 @@
<value>Списък с памет</value>
<comment>Automation name for the group of controls for memory list.</comment>
</data>
<data name="Format_HistorySlotCleared" xml:space="preserve">
<value>Слот за хронология %1 е изчистен</value>
<comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear "History slot 2 cleared".</comment>
</data>
<data name="CalcAlwaysOnTop" xml:space="preserve">
<value>Калкулаторът винаги е отгоре</value>
<comment>Announcement to indicate calculator window is always shown on top.</comment>
</data>
<data name="CalcBackToFullView" xml:space="preserve">
<value>Калкулатор обратно към пълния изглед</value>
<comment>Announcement to indicate calculator window is now back to full view.</comment>
</data>
<data name="arithmeticShiftButtonSelected" xml:space="preserve">
<value>Избрана е аритметична смяна</value>
<comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>
</data>
<data name="logicalShiftButtonSelected" xml:space="preserve">
<value>Избрана е логическа смяна</value>
<comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>
</data>
<data name="rotateCircularButtonSelected" xml:space="preserve">
<value>Избрано завъртане за кръгова смяна</value>
<comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>
</data>
<data name="rotateCarryShiftButtonSelected" xml:space="preserve">
<value>Избрано превключване чрез кръгова смяна</value>
<comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>
</data>
</root>