Skip to content

Commit

Permalink
Add localized strings for NavigationView
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed May 13, 2020
1 parent 2d06655 commit b0e2e2c
Show file tree
Hide file tree
Showing 13 changed files with 520 additions and 0 deletions.
40 changes: 40 additions & 0 deletions ModernWpf/Resources/Strings.cs.resx
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,44 @@
<data name="AppBarMoreButtonOpenToolTip" xml:space="preserve">
<value>Zobrazit míň</value>
</data>
<data name="NavigationBackButtonName" xml:space="preserve">
<value>Zpět</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Zpět</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationButtonClosedName" xml:space="preserve">
<value>Otevřít navigaci</value>
<comment>Automation name for the hamburger button when it is in a closed state</comment>
</data>
<data name="NavigationButtonOpenName" xml:space="preserve">
<value>Zavřít navigaci</value>
<comment>Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button</comment>
</data>
<data name="NavigationCloseButtonName" xml:space="preserve">
<value>Zavřít</value>
<comment>Automation name for the nav view provided close button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Tlačítko Více</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationOverflowButtonText" xml:space="preserve">
<value>Více</value>
<comment>Text for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationViewItemDefaultControlName" xml:space="preserve">
<value>PoložkaProZobrazeníNavigace</value>
<comment>Default automation id if no name or id is provided</comment>
</data>
<data name="NavigationViewSearchButtonName" xml:space="preserve">
<value>Kliknutím spustit vyhledávání</value>
<comment>Name for the compact view search button</comment>
</data>
<data name="SettingsButtonName" xml:space="preserve">
<value>Nastavení</value>
<comment>Automation name for the settings button</comment>
</data>
</root>
40 changes: 40 additions & 0 deletions ModernWpf/Resources/Strings.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,44 @@
<data name="AppBarMoreButtonOpenToolTip" xml:space="preserve">
<value>Weniger anzeigen</value>
</data>
<data name="NavigationBackButtonName" xml:space="preserve">
<value>Zurück</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Zurück</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationButtonClosedName" xml:space="preserve">
<value>Navigation öffnen</value>
<comment>Automation name for the hamburger button when it is in a closed state</comment>
</data>
<data name="NavigationButtonOpenName" xml:space="preserve">
<value>Navigation schließen</value>
<comment>Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button</comment>
</data>
<data name="NavigationCloseButtonName" xml:space="preserve">
<value>Schließen</value>
<comment>Automation name for the nav view provided close button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Schaltfläche „Mehr“</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationOverflowButtonText" xml:space="preserve">
<value>Mehr</value>
<comment>Text for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationViewItemDefaultControlName" xml:space="preserve">
<value>NavigationViewItem</value>
<comment>Default automation id if no name or id is provided</comment>
</data>
<data name="NavigationViewSearchButtonName" xml:space="preserve">
<value>Klicken, um zu suchen</value>
<comment>Name for the compact view search button</comment>
</data>
<data name="SettingsButtonName" xml:space="preserve">
<value>Einstellungen</value>
<comment>Automation name for the settings button</comment>
</data>
</root>
40 changes: 40 additions & 0 deletions ModernWpf/Resources/Strings.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,44 @@
<data name="AppBarMoreButtonOpenToolTip" xml:space="preserve">
<value>Ver menos</value>
</data>
<data name="NavigationBackButtonName" xml:space="preserve">
<value>Atrás</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Atrás</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationButtonClosedName" xml:space="preserve">
<value>Abrir navegación</value>
<comment>Automation name for the hamburger button when it is in a closed state</comment>
</data>
<data name="NavigationButtonOpenName" xml:space="preserve">
<value>Cerrar navegación</value>
<comment>Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button</comment>
</data>
<data name="NavigationCloseButtonName" xml:space="preserve">
<value>Cerrar</value>
<comment>Automation name for the nav view provided close button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Botón más</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationOverflowButtonText" xml:space="preserve">
<value>Más</value>
<comment>Text for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationViewItemDefaultControlName" xml:space="preserve">
<value>NavigationViewItem</value>
<comment>Default automation id if no name or id is provided</comment>
</data>
<data name="NavigationViewSearchButtonName" xml:space="preserve">
<value>Hacer clic para buscar</value>
<comment>Name for the compact view search button</comment>
</data>
<data name="SettingsButtonName" xml:space="preserve">
<value>Configuración</value>
<comment>Automation name for the settings button</comment>
</data>
</root>
40 changes: 40 additions & 0 deletions ModernWpf/Resources/Strings.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,44 @@
<data name="AppBarMoreButtonOpenToolTip" xml:space="preserve">
<value>Afficher moins</value>
</data>
<data name="NavigationBackButtonName" xml:space="preserve">
<value>Retour</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Retour</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationButtonClosedName" xml:space="preserve">
<value>Ouvrir navigation</value>
<comment>Automation name for the hamburger button when it is in a closed state</comment>
</data>
<data name="NavigationButtonOpenName" xml:space="preserve">
<value>Fermer navigation</value>
<comment>Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button</comment>
</data>
<data name="NavigationCloseButtonName" xml:space="preserve">
<value>Fermer</value>
<comment>Automation name for the nav view provided close button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Bouton Plus</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationOverflowButtonText" xml:space="preserve">
<value>Plus</value>
<comment>Text for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationViewItemDefaultControlName" xml:space="preserve">
<value>NavigationViewItem</value>
<comment>Default automation id if no name or id is provided</comment>
</data>
<data name="NavigationViewSearchButtonName" xml:space="preserve">
<value>Cliquez pour rechercher</value>
<comment>Name for the compact view search button</comment>
</data>
<data name="SettingsButtonName" xml:space="preserve">
<value>Paramètres</value>
<comment>Automation name for the settings button</comment>
</data>
</root>
40 changes: 40 additions & 0 deletions ModernWpf/Resources/Strings.it.resx
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,44 @@
<data name="AppBarMoreButtonOpenToolTip" xml:space="preserve">
<value>Meno dettagli</value>
</data>
<data name="NavigationBackButtonName" xml:space="preserve">
<value>Indietro</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Indietro</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationButtonClosedName" xml:space="preserve">
<value>Apri menu di navigazione</value>
<comment>Automation name for the hamburger button when it is in a closed state</comment>
</data>
<data name="NavigationButtonOpenName" xml:space="preserve">
<value>Chiudi menu di navigazione</value>
<comment>Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button</comment>
</data>
<data name="NavigationCloseButtonName" xml:space="preserve">
<value>Chiudi</value>
<comment>Automation name for the nav view provided close button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Pulsante Altro</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationOverflowButtonText" xml:space="preserve">
<value>Altro</value>
<comment>Text for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationViewItemDefaultControlName" xml:space="preserve">
<value>NavigationViewItem</value>
<comment>Default automation id if no name or id is provided</comment>
</data>
<data name="NavigationViewSearchButtonName" xml:space="preserve">
<value>Fai clic per cercare</value>
<comment>Name for the compact view search button</comment>
</data>
<data name="SettingsButtonName" xml:space="preserve">
<value>Impostazioni</value>
<comment>Automation name for the settings button</comment>
</data>
</root>
40 changes: 40 additions & 0 deletions ModernWpf/Resources/Strings.ja.resx
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,44 @@
<data name="AppBarMoreButtonOpenToolTip" xml:space="preserve">
<value>表示を減らす</value>
</data>
<data name="NavigationBackButtonName" xml:space="preserve">
<value>戻る</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>戻る</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationButtonClosedName" xml:space="preserve">
<value>ナビゲーションを開く</value>
<comment>Automation name for the hamburger button when it is in a closed state</comment>
</data>
<data name="NavigationButtonOpenName" xml:space="preserve">
<value>ナビゲーションを閉じる</value>
<comment>Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button</comment>
</data>
<data name="NavigationCloseButtonName" xml:space="preserve">
<value>閉じる</value>
<comment>Automation name for the nav view provided close button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>[詳細] ボタン</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationOverflowButtonText" xml:space="preserve">
<value>さらに表示</value>
<comment>Text for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationViewItemDefaultControlName" xml:space="preserve">
<value>NavigationViewItem</value>
<comment>Default automation id if no name or id is provided</comment>
</data>
<data name="NavigationViewSearchButtonName" xml:space="preserve">
<value>クリックして検索</value>
<comment>Name for the compact view search button</comment>
</data>
<data name="SettingsButtonName" xml:space="preserve">
<value>設定</value>
<comment>Automation name for the settings button</comment>
</data>
</root>
40 changes: 40 additions & 0 deletions ModernWpf/Resources/Strings.ko.resx
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,44 @@
<data name="AppBarMoreButtonOpenToolTip" xml:space="preserve">
<value>간단히 표시</value>
</data>
<data name="NavigationBackButtonName" xml:space="preserve">
<value>뒤로</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>뒤로</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationButtonClosedName" xml:space="preserve">
<value>탐색 열기</value>
<comment>Automation name for the hamburger button when it is in a closed state</comment>
</data>
<data name="NavigationButtonOpenName" xml:space="preserve">
<value>탐색 닫기</value>
<comment>Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button</comment>
</data>
<data name="NavigationCloseButtonName" xml:space="preserve">
<value>닫기</value>
<comment>Automation name for the nav view provided close button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>기타 단추</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationOverflowButtonText" xml:space="preserve">
<value>기타</value>
<comment>Text for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationViewItemDefaultControlName" xml:space="preserve">
<value>NavigationViewItem</value>
<comment>Default automation id if no name or id is provided</comment>
</data>
<data name="NavigationViewSearchButtonName" xml:space="preserve">
<value>검색하려면 클릭</value>
<comment>Name for the compact view search button</comment>
</data>
<data name="SettingsButtonName" xml:space="preserve">
<value>설정</value>
<comment>Automation name for the settings button</comment>
</data>
</root>
40 changes: 40 additions & 0 deletions ModernWpf/Resources/Strings.pl.resx
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,44 @@
<data name="AppBarMoreButtonOpenToolTip" xml:space="preserve">
<value>Pokaż mniej</value>
</data>
<data name="NavigationBackButtonName" xml:space="preserve">
<value>Wstecz</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Wstecz</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationButtonClosedName" xml:space="preserve">
<value>Otwórz nawigację</value>
<comment>Automation name for the hamburger button when it is in a closed state</comment>
</data>
<data name="NavigationButtonOpenName" xml:space="preserve">
<value>Zamknij nawigację</value>
<comment>Automation name and tooltip caption for the hamburger button when it is in an open state, and tooltip caption for the close button</comment>
</data>
<data name="NavigationCloseButtonName" xml:space="preserve">
<value>Zamknij</value>
<comment>Automation name for the nav view provided close button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Przycisk Więcej</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationOverflowButtonText" xml:space="preserve">
<value>Więcej</value>
<comment>Text for the nav view more button when panel is on top</comment>
</data>
<data name="NavigationViewItemDefaultControlName" xml:space="preserve">
<value>NavigationViewItem</value>
<comment>Default automation id if no name or id is provided</comment>
</data>
<data name="NavigationViewSearchButtonName" xml:space="preserve">
<value>Kliknij, aby wyszukać</value>
<comment>Name for the compact view search button</comment>
</data>
<data name="SettingsButtonName" xml:space="preserve">
<value>Ustawienia</value>
<comment>Automation name for the settings button</comment>
</data>
</root>
Loading

0 comments on commit b0e2e2c

Please sign in to comment.