Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Dec 20, 2020
1 parent 5acae7c commit ebd76a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ModernWpf/Resources/Strings.cs.resx
Original file line number Diff line number Diff line change
Expand Up @@ -200,19 +200,19 @@
<comment>This text is used as the generic narrator text when there is no display name or initials.</comment>
</data>
<data name="BasicRatingString" xml:space="preserve">
<value>Hodnocení, {0} z {1}</value>
<value>Hodnocení, {0} z {1}</value>
<comment>English example: Rating, 1.0 of 5.</comment>
</data>
<data name="CommunityRatingString" xml:space="preserve">
<value>Hodnocení v komunitě, {0} z {1}</value>
<value>Hodnocení komunity, {0} z {1}</value>
<comment>English example: Community Rating, 3.3 of 6.</comment>
</data>
<data name="RatingLocalizedControlType" xml:space="preserve">
<value>Posuvník hodnocení</value>
<comment>A simple description of the control for UIA</comment>
</data>
<data name="RatingUnset" xml:space="preserve">
<value>Zrušení nastavení hodnocení</value>
<value>Hodnocení nenastaveno</value>
<comment>This text is used to show the number of stars none are selected.</comment>
</data>
<data name="SplitButtonSecondaryButtonName" xml:space="preserve">
Expand Down
2 changes: 1 addition & 1 deletion ModernWpf/Resources/Strings.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<comment>A simple description of the control for UIA</comment>
</data>
<data name="RatingUnset" xml:space="preserve">
<value>Keine Bewertung</value>
<value>Bewertung nicht gesetzt</value>
<comment>This text is used to show the number of stars none are selected.</comment>
</data>
<data name="SplitButtonSecondaryButtonName" xml:space="preserve">
Expand Down
4 changes: 2 additions & 2 deletions ModernWpf/Resources/Strings.tr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@
<comment>This text is used as the generic narrator text when there is no display name or initials.</comment>
</data>
<data name="BasicRatingString" xml:space="preserve">
<value>Derecelendirme, {0} / {1}</value>
<value>Derecelendirme, {0}/{1}</value>
<comment>English example: Rating, 1.0 of 5.</comment>
</data>
<data name="CommunityRatingString" xml:space="preserve">
<value>Topluluk Derecelendirmesi, {0} / {1}</value>
<value>Topluluk Derecelendirmesi, {0}/{1}</value>
<comment>English example: Community Rating, 3.3 of 6.</comment>
</data>
<data name="RatingLocalizedControlType" xml:space="preserve">
Expand Down
4 changes: 2 additions & 2 deletions ModernWpf/Resources/Strings.zh-Hant.resx
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@
<comment>This text is used as the generic narrator text when there is no display name or initials.</comment>
</data>
<data name="BasicRatingString" xml:space="preserve">
<value>評分,{0} / {1}</value>
<value>評分,{0} / {1}</value>
<comment>English example: Rating, 1.0 of 5.</comment>
</data>
<data name="CommunityRatingString" xml:space="preserve">
<value>社群評分,{0} / {1}</value>
<value>社群評分,{0} / {1}</value>
<comment>English example: Community Rating, 3.3 of 6.</comment>
</data>
<data name="RatingLocalizedControlType" xml:space="preserve">
Expand Down

0 comments on commit ebd76a0

Please sign in to comment.