Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review translations and add french #340

Merged
merged 5 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CharacterMap/CharacterMap/CharacterMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@
<PRIResource Include="Strings\en-US\Resources.resw" />
<PRIResource Include="Strings\en-GB\Resources.resw" />
<PRIResource Include="Strings\de-DE\Resources.resw" />
<PRIResource Include="Strings\fr-FR\Resources.resw" />
<PRIResource Include="Strings\pl-PL\Resources.resw" />
<PRIResource Include="Strings\pt-PT\Resources.resw" />
<PRIResource Include="Strings\it-IT\Resources.resw" />
Expand Down
31 changes: 24 additions & 7 deletions CharacterMap/CharacterMap/Controls/CreateCollectionDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
SecondaryButtonClick="{x:Bind Hide}"
SecondaryButtonStyle="{StaticResource DefaultThemeButtonStyle}"
Style="{StaticResource DefaultThemeContentDialogStyle}"
mc:Ignorable="d">
mc:Ignorable="d"
d:PrimaryButtonText="Create"
d:SecondaryButtonText="Cancel"
d:Title="Create Collection">

<Grid
MinWidth="{Binding MinWidth}"
Expand Down Expand Up @@ -53,6 +56,7 @@
<TextBlock
FontFamily="{StaticResource SymbolThemeFontFamily}"
Foreground="{ThemeResource AccentFillColorDefaultBrush}"
IsTextScaleFactorEnabled="False"
Text="&#xE897;" />
</controls:UXButton>

Expand All @@ -69,7 +73,10 @@
Margin="0 -2"
Orientation="Horizontal"
Spacing="4">
<TextBlock x:Uid="SmartCollectionFilePathFilter" VerticalAlignment="Center" />
<TextBlock
x:Uid="SmartCollectionFilePathFilter"
VerticalAlignment="Center"
d:Text="File Path Filter" />
<Border
Padding="4 2"
VerticalAlignment="Center"
Expand All @@ -90,7 +97,10 @@
Margin="0 -2"
Orientation="Horizontal"
Spacing="4">
<TextBlock x:Uid="SmartCollectionFoundryFilter" VerticalAlignment="Center" />
<TextBlock
x:Uid="SmartCollectionFoundryFilter"
VerticalAlignment="Center"
d:Text="Foundry Filter" />
<Border
Padding="4 2"
VerticalAlignment="Center"
Expand All @@ -111,7 +121,10 @@
Margin="0 -2"
Orientation="Horizontal"
Spacing="4">
<TextBlock x:Uid="SmartCollectionDesignerFilter" VerticalAlignment="Center" />
<TextBlock
x:Uid="SmartCollectionDesignerFilter"
VerticalAlignment="Center"
d:Text="Designer Filter" />
<Border
Padding="4 2"
VerticalAlignment="Center"
Expand All @@ -132,7 +145,10 @@
Margin="0 -2"
Orientation="Horizontal"
Spacing="4">
<TextBlock VerticalAlignment="Center" Text="Character filter" />
<TextBlock
x:Uid="SmartCollectionCharacterFilter"
VerticalAlignment="Center"
d:Text="Character Filter" />
<Border
Padding="4 2"
VerticalAlignment="Center"
Expand All @@ -142,7 +158,8 @@
FontFamily="Consolas"
FontSize="12"
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
Text="char:" />
Text="{core:Localizer Key=CharacterFilter}"
d:Text="char:" />
</Border>
</StackPanel>
</TextBox.Header>
Expand All @@ -154,7 +171,7 @@
x:Name="FilterPreview"
x:Load="{x:Bind TemplateSettings.IsSmartCollection, Mode=OneWay}"
Grid.Column="1"
Width="208"
Width="256"
Margin="16 0 -8 0"
Padding="8"
Background="{ThemeResource CardBackgroundFillColorSecondaryBrush}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void Populate(IFontCollection c)
{
IsSmartCollection = true;

Populate("char:", Localization.Get("CharFilter"), s => FilterCharacters = s);
Populate("char:", Localization.Get("CharacterFilter"), s => FilterCharacters = s);
Populate("filepath:", Localization.Get("FilePathFilter"), s => FilterFilePath = s);
Populate("foundry:", Localization.Get("FoundryFilter"), s => FilterFoundry = s);
Populate("designer:", Localization.Get("DesignerFilter"), s => FilterDesigner = s);
Expand Down
2 changes: 1 addition & 1 deletion CharacterMap/CharacterMap/Core/FontFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ public static FontQueryResults QueryFontList(
if (!string.IsNullOrWhiteSpace(query))
{
string q;
if (IsQuery(query, Localization.Get("CharFilter"), "char:", out q))
if (IsQuery(query, Localization.Get("CharacterFilter"), "char:", out q))
{
foreach (var ch in q)
{
Expand Down
2 changes: 1 addition & 1 deletion CharacterMap/CharacterMap/Core/Properties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ static partial void OnPreviewStringTriggerChanged(DependencyObject d, Dependency
if (t.GetFirstAncestorOfType<PreviewTip>() is { } pt
&& GetTag(pt) is MainViewModel vm
&& vm.FontSearch is { Length: > 4 } query
&& FontFinder.IsQuery(query, Localization.Get("CharFilter"), "char:", out string q))
&& FontFinder.IsQuery(query, Localization.Get("CharacterFilter"), "char:", out string q))
text = q;

// Set TextBlock text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</trans-unit>
<trans-unit id="BtnCopy.Text" translate="yes" xml:space="preserve">
<source>Copy as text</source>
<target state="translated">Kopie (nur Zeichen)</target>
<target state="translated">Als Text kopieren</target>
</trans-unit>
<trans-unit id="BtnSelect.Content" translate="yes" xml:space="preserve">
<source>Select</source>
Expand All @@ -32,8 +32,7 @@
</trans-unit>
<trans-unit id="ColorGlyphToggle.OffContent" translate="yes" xml:space="preserve">
<source>Monochrome Glyphs</source>
<target state="needs-review-translation">Monochrome Glyphen</target>
<note from="MultilingualUpdate" annotates="source" priority="2">Please verify the translation’s accuracy as the source string was updated after it was translated.</note>
<target state="translated">Monochrome Glyphen</target>
</trans-unit>
<trans-unit id="ColorGlyphToggle.OnContent" translate="yes" xml:space="preserve">
<source>Color glyphs</source>
Expand Down Expand Up @@ -961,8 +960,7 @@ Erwäge, die Details über diesen Fehler bei GitHub mitzuteilen, damit wir dir b
</trans-unit>
<trans-unit id="OptionScriptCJKUnifiedIdeographs.Text" translate="yes" xml:space="preserve">
<source>CJK (Chinese/Japanese/Korean)</source>
<target state="needs-review-translation">CJK</target>
<note from="MultilingualUpdate" annotates="source" priority="2">Please verify the translation’s accuracy as the source string was updated after it was translated.</note>
<target state="translated">CJK (Chinesisch/Japanisch/Koreanisch)</target>
</trans-unit>
<trans-unit id="OptionScriptCyrillic.Text" translate="yes" xml:space="preserve">
<source>Cyrillic</source>
Expand Down Expand Up @@ -2082,7 +2080,7 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
</trans-unit>
<trans-unit id="FileNameWriterStringFormat" translate="yes" xml:space="preserve">
<source>{0}, e.g. {1}</source>
<target state="new">{0}, e.g. {1}</target>
<target state="translated">{0}, z. B. {1}</target>
</trans-unit>
<trans-unit id="FileNameWriterUnicodeCPDesc" translate="yes" xml:space="preserve">
<source>Unicode index/codepoint value</source>
Expand All @@ -2106,7 +2104,7 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
</trans-unit>
<trans-unit id="ExampleFormat" translate="yes" xml:space="preserve">
<source>e.g. {0}</source>
<target state="new">e.g. {0}</target>
<target state="translated">z. B. {0}</target>
</trans-unit>
<trans-unit id="FileNameWriterFontVerDesc" translate="yes" xml:space="preserve">
<source>Font version number, if applicable</source>
Expand Down Expand Up @@ -2161,11 +2159,6 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
<target state="new">Restore</target>
<note from="MultilingualBuild" annotates="source" priority="2">Opposite of Fullscreen</note>
</trans-unit>
<trans-unit id="CharFilter" translate="yes" xml:space="preserve">
<source>char:</source>
<target state="new">char:</target>
<note from="MultilingualBuild" annotates="source" priority="2">Command used for character searches. Should be short.</note>
</trans-unit>
<trans-unit id="CreateSmartCollectionCheck.Content" translate="yes" xml:space="preserve">
<source>Create as Smart Collection</source>
<target state="new">Create as Smart Collection</target>
Expand All @@ -2174,6 +2167,11 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
<source>View online documentation for Smart Collections</source>
<target state="new">View online documentation for Smart Collections</target>
</trans-unit>
<trans-unit id="CharacterFilter" translate="yes" xml:space="preserve">
<source>char:</source>
<target state="new">char:</target>
<note from="MultilingualBuild" annotates="source" priority="2">Command used for character searches. Should be short.</note>
</trans-unit>
<trans-unit id="DesignerFilter" translate="yes" xml:space="preserve">
<source>designer:</source>
<target state="new">designer:</target>
Expand Down Expand Up @@ -2201,6 +2199,10 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
<source>Foundry Filter</source>
<target state="new">Foundry Filter</target>
</trans-unit>
<trans-unit id="SmartCollectionCharacterFilter.Text" translate="yes" xml:space="preserve">
<source>Character Filter</source>
<target state="new">Character Filter</target>
</trans-unit>
<trans-unit id="DigEditCollection.PrimaryButtonText" translate="yes" xml:space="preserve">
<source>Edit</source>
<target state="new">Edit</target>
Expand Down Expand Up @@ -2239,7 +2241,7 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
</trans-unit>
<trans-unit id="RefreshResultsLabel.Text" translate="yes" xml:space="preserve">
<source>Refresh results</source>
<target state="new">Refresh results</target>
<target state="translated">Ergebnisse aktualisieren</target>
</trans-unit>
<trans-unit id="ResultsCountLabel" translate="yes" xml:space="preserve">
<source>{0} results</source>
Expand All @@ -2257,6 +2259,10 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
<source>Font List Preview ToolTip</source>
<target state="new">Font List Preview ToolTip</target>
</trans-unit>
<trans-unit id="CalligraphyPenInkToolbarButtonToolTip" translate="yes" xml:space="preserve">
<source>Calligraphy pen</source>
<target state="translated">Füllfederhalter</target>
</trans-unit>
</group>
</body>
</file>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
</trans-unit>
<trans-unit id="ColoredGlyphLabel.Text" translate="yes" xml:space="preserve">
<source>Colored Glyph</source>
<target state="needs-review-translation">Colourization</target>
<note from="MultilingualUpdate" annotates="source" priority="2">Please verify the translation’s accuracy as the source string was updated after it was translated.</note>
<target state="translated">Coloured Glyph</target>
</trans-unit>
<trans-unit id="ColorGlyphToggle.OffContent" translate="yes" xml:space="preserve">
<source>Monochrome Glyphs</source>
Expand Down Expand Up @@ -2160,11 +2159,6 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
<target state="new">Restore</target>
<note from="MultilingualBuild" annotates="source" priority="2">Opposite of Fullscreen</note>
</trans-unit>
<trans-unit id="CharFilter" translate="yes" xml:space="preserve">
<source>char:</source>
<target state="new">char:</target>
<note from="MultilingualBuild" annotates="source" priority="2">Command used for character searches. Should be short.</note>
</trans-unit>
<trans-unit id="CreateSmartCollectionCheck.Content" translate="yes" xml:space="preserve">
<source>Create as Smart Collection</source>
<target state="new">Create as Smart Collection</target>
Expand All @@ -2173,6 +2167,11 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
<source>View online documentation for Smart Collections</source>
<target state="new">View online documentation for Smart Collections</target>
</trans-unit>
<trans-unit id="CharacterFilter" translate="yes" xml:space="preserve">
<source>char:</source>
<target state="new">char:</target>
<note from="MultilingualBuild" annotates="source" priority="2">Command used for character searches. Should be short.</note>
</trans-unit>
<trans-unit id="DesignerFilter" translate="yes" xml:space="preserve">
<source>designer:</source>
<target state="new">designer:</target>
Expand Down Expand Up @@ -2200,6 +2199,10 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
<source>Foundry Filter</source>
<target state="new">Foundry Filter</target>
</trans-unit>
<trans-unit id="SmartCollectionCharacterFilter.Text" translate="yes" xml:space="preserve">
<source>Character Filter</source>
<target state="new">Character Filter</target>
</trans-unit>
<trans-unit id="DigEditCollection.PrimaryButtonText" translate="yes" xml:space="preserve">
<source>Edit</source>
<target state="new">Edit</target>
Expand Down Expand Up @@ -2256,6 +2259,10 @@ Otherwise, "All Fonts" is selected by default on every launch.</target>
<source>Font List Preview ToolTip</source>
<target state="new">Font List Preview ToolTip</target>
</trans-unit>
<trans-unit id="CalligraphyPenInkToolbarButtonToolTip" translate="yes" xml:space="preserve">
<source>Calligraphy pen</source>
<target state="new">Calligraphy pen</target>
</trans-unit>
</group>
</body>
</file>
Expand Down
Loading