localized a remaining untranslated string value fixes #36

This commit is contained in:
sleep-yearning 2020-05-20 14:24:50 +02:00 committed by Noah Schlegel
parent 90172b3d57
commit 3bfffc8ae5
8 changed files with 9 additions and 1 deletions

View file

@ -79,6 +79,7 @@
<string name="pref_timer_reset_summary">Beim zurücksetzen des Spielfeldes wird die Zeit auch zurückgesetzt.</string>
<string name="okay">Okay</string>
<string name="difficulty_challenge">Profi</string>
<string name="pref_highlightInputError">Eingabefehler</string>
<string name="pref_keep_screen_on">Bildschirm dauerhaft an</string>
<string name="pref_keep_screen_on_summary">Der Bildschirm bleibt während des Spielens an.</string>

View file

@ -52,6 +52,7 @@
<string name="pref_highlight_connected">Celdas conectadas</string>
<string name="pref_highlight_notes">Notas</string>
<string name="pref_highlight_vals">Valores iguales</string>
<string name="pref_highlightInputError">Errores de entrada</string>
<string name="pref_symbols">Símbolos</string>
<string name="privacy_friendly">Esta aplicación pertenece a Privacy Friendly Apps.</string>
<string name="reset_confirmation">Está seguro que quiere reiniciar el juego actual?</string>

View file

@ -53,6 +53,7 @@
<string name="pref_highlight_connected">Cases connectées</string>
<string name="pref_highlight_notes">Remarques</string>
<string name="pref_highlight_vals">Valeurs différentes</string>
<string name="pref_highlightInputError">Erreurs de saisie</string>
<string name="pref_symbols">Symboles</string>
<string name="privacy_friendly">Cette application appartient à Privacy Friendly Apps.</string>
<string name="reset_confirmation">Êtes-vous sûr de vouloir refaire le tableau ?</string>

View file

@ -118,6 +118,7 @@
<string name="help_permissions_summary">A magánszféra-barát Sudoku nem igényel engedélyek.</string>
<string name="okay">OK</string>
<string name="difficulty_challenge">Kihívás</string>
<string name="pref_highlightInputError">Beviteli hibák</string>
<string name="pref_keep_screen_on">Hagyja bekapcsolva a kijelzőt</string>
<string name="pref_keep_screen_on_summary">Ne kapcsolja ki a képernyőt játék közben</string>

View file

@ -22,6 +22,8 @@
<string name="pref_group_highlight_value">数のハイライト</string>
<string name="pref_highlight_vals">同じ数</string>
<string name="pref_highlight_notes">メモ</string>
<string name="pref_highlightInputError">入力ミス</string>
<!-- #Game -->
<string name="pref_header_game">ゲーム</string>
<string name="pref_group_game">ゲーム設定</string>

View file

@ -50,6 +50,7 @@
<string name="pref_highlight_vals">Одинаковые значения</string>
<string name="pref_highlight_notes">Заметки</string>
<string name="pref_highlight_connected">Связанные поля</string>
<string name="pref_highlightInputError">ошибки ввода</string>
<string name="pref_header_game">Игра</string>
<string name="pref_group_highlight_value">Выделить поле</string>
<string name="new_game">Новая игра</string>

View file

@ -45,6 +45,7 @@
<string name="pref_header_game">游戏</string>
<string name="pref_highlight_notes">备注ƒ</string>
<string name="pref_highlight_vals">相同数字</string>
<string name="pref_highlightInputError">输入错误</string>
<string name="pref_symbols">符号</string>
<string name="reset_stats">全部重置</string>
<string name="reset_confirmation_confirm">重置</string>

View file

@ -129,7 +129,7 @@
<string name="help_permissions_summary">Privacy Friendly Sudoku does not use any permissions.</string>
<string name="okay">Okay</string>
<string name="difficulty_challenge">Challenge</string>
<string name="pref_highlightInputError" translatable="false">Highlight input mistakes</string>
<string name="pref_highlightInputError">Highlight input mistakes</string>
<string name="pref_keep_screen_on">Keep Screen On</string>
<string name="pref_keep_screen_on_summary">Don\'t turn the screen off while playing</string>