1
0
Fork 0

ABC auto-accept time out is now adjustable

This commit is contained in:
sspanak 2024-04-05 15:40:46 +03:00 committed by Dimo Karaivanov
parent b0f15168f6
commit a09e6f65e7
23 changed files with 173 additions and 91 deletions

View file

@ -80,7 +80,11 @@
<string name="dictionary_loading_indeterminate">Зареждане на речник</string>
<string name="dictionary_load_cancelled">Зареждането е отменено.</string>
<string name="pref_abc_auto_accept">Автоматичен избор на буква</string>
<string name="pref_abc_auto_accept_summary">Автоматично избирай текущата буква след кратко изчакване.</string>
<string name="pref_abc_auto_accept_off">Изключен</string>
<string name="pref_abc_auto_accept_fastest">Много бърз</string>
<string name="pref_abc_auto_accept_fast">Бърз</string>
<string name="pref_abc_auto_accept_normal">Умерен</string>
<string name="pref_abc_auto_accept_slow">Бавен</string>
<string name="pref_alternative_suggestion_scrolling">Алтернативен метод за превъртане на думи</string>
<string name="pref_alternative_suggestion_scrolling_summary">Включете, ако понякога не виждате целия списък с думи или не може да стигнете до всички (Андроид 9 или по-стари)</string>
<string name="pref_auto_space">Автоматичен интервал</string>

View file

@ -21,6 +21,12 @@
<string name="pref_layout_tray">Nur Wortliste</string>
<string name="pref_help">Hilfe</string>
<string name="pref_dark_theme">Dunkles Thema</string>
<string name="pref_abc_auto_accept">Automatische Buchstabenauswahl</string>
<string name="pref_abc_auto_accept_off">Aus</string>
<string name="pref_abc_auto_accept_fastest">Sehr schnell</string>
<string name="pref_abc_auto_accept_fast">Schnell</string>
<string name="pref_abc_auto_accept_normal">Mäßig</string>
<string name="pref_abc_auto_accept_slow">Langsam</string>
<string name="pref_choose_languages">Sprachen</string>
<string name="pref_status_icon">Icon für den Schreibmodus</string>
@ -32,6 +38,7 @@
<string name="dictionary_loading_please_wait">Bitte warten Sie, bis das Wörterbuch geladen ist.</string>
<string name="dictionary_load_title">Ausgewählte laden</string>
<string name="dictionary_not_found">Wird nicht geladen. Wörterbuch für \"%1$s\" nicht gefunden.</string>
<string name="pref_category_abc_mode">ABC-Modus</string>
<string name="pref_category_custom_words">Hinzugefügte Wörter</string>
<string name="pref_category_delete_words">Hinzugefügte Wörter löschen</string>
<string name="pref_category_hacks">Kompatibilität</string>

View file

@ -50,7 +50,11 @@
<string name="pref_auto_text_case">Mayúsculas automáticas</string>
<string name="pref_auto_text_case_summary">Escribir la primera letra de cada frase en mayúscula.</string>
<string name="pref_abc_auto_accept">Selección automática de letra</string>
<string name="pref_abc_auto_accept_summary">Escribir automáticamente la letra seleccionada después de una breve pausa.</string>
<string name="pref_abc_auto_accept_off">Apagada</string>
<string name="pref_abc_auto_accept_fastest">Muy rápido</string>
<string name="pref_abc_auto_accept_fast">Rápido</string>
<string name="pref_abc_auto_accept_normal">Moderado</string>
<string name="pref_abc_auto_accept_slow">Lento</string>
<string name="pref_auto_space">Espacio automático</string>
<string name="pref_auto_space_summary">Insertar un espacio automático después de palabras y signos de puntuación.</string>
<string name="pref_double_zero_char">Carácter cuando se presiona \"0\" dos veces</string>

View file

@ -44,7 +44,11 @@
<string name="dictionary_load_cancelled">Chargement est annulé.</string>
<string name="pref_category_predictive_mode">Saisie intuitive</string>
<string name="pref_abc_auto_accept">Sélection de lettre automatique</string>
<string name="pref_abc_auto_accept_summary">Ajouter automatiquement la lettre sélectionnée après un court délai.</string>
<string name="pref_abc_auto_accept_off">Désactivée</string>
<string name="pref_abc_auto_accept_fastest">Très rapide</string>
<string name="pref_abc_auto_accept_fast">Rapide</string>
<string name="pref_abc_auto_accept_normal">Modérée</string>
<string name="pref_abc_auto_accept_slow">Lente</string>
<string name="pref_alternative_suggestion_scrolling">Méthode alternative de défilement des mots</string>
<string name="pref_auto_space">Espace automatique</string>
<string name="pref_auto_text_case">Majuscules automatiques</string>

View file

@ -22,6 +22,12 @@
<string name="pref_layout_tray">Solo elenco delle parole</string>
<string name="pref_help">Aiuto</string>
<string name="pref_dark_theme">Tema scuro</string>
<string name="pref_abc_auto_accept">Selezione automatica delle lettere</string>
<string name="pref_abc_auto_accept_off">Spenta</string>
<string name="pref_abc_auto_accept_fastest">Molto veloce</string>
<string name="pref_abc_auto_accept_fast">Veloce</string>
<string name="pref_abc_auto_accept_normal">Moderata</string>
<string name="pref_abc_auto_accept_slow">Lenta</string>
<string name="pref_choose_languages">Lingue</string>
<string name="pref_status_icon">Icona modalità di digitazione</string>
@ -32,6 +38,7 @@
<string name="dictionary_loading_please_wait">Attendi che il dizionario si carichi, per favore.</string>
<string name="dictionary_load_title">Carica le selezionate</string>
<string name="dictionary_not_found">Impossibile caricare. Dizionario per “%1$s” non trovato.</string>
<string name="pref_category_abc_mode">Modalità ABC</string>
<string name="pref_category_custom_words">Parole aggiunte</string>
<string name="pref_category_delete_words">Elimina parole aggiunte</string>
<string name="pref_category_hacks">Compatibilità</string>

View file

@ -16,6 +16,7 @@
<string name="add_word_title">הוסף מילה</string>
<string name="pref_category_about">אודות</string>
<string name="pref_category_abc_mode">מצב אבג</string>
<string name="pref_category_custom_words">מילים שהוספו</string>
<string name="pref_category_delete_words">מחק מילים שהוספו</string>
<string name="pref_category_hacks">הגדרות תאימות</string>
@ -24,6 +25,12 @@
<string name="pref_category_function_keys">בחר מקשי קיצור</string>
<string name="pref_category_keypad">מקלדת</string>
<string name="pref_abc_auto_accept">בחירת אותיות אוטומטית</string>
<string name="pref_abc_auto_accept_off">כבויה</string>
<string name="pref_abc_auto_accept_fastest">מאוד מהיר</string>
<string name="pref_abc_auto_accept_fast">מהיר</string>
<string name="pref_abc_auto_accept_normal">בינוני</string>
<string name="pref_abc_auto_accept_slow">איטי</string>
<string name="pref_auto_space">רווח אוטומטי</string>
<string name="pref_auto_space_summary">הוסף רווח אוטומטית לאחר סימני פיסוק או מילים.</string>
<string name="pref_auto_text_case">שימוש אוטומטי באותיות רישיות</string>

View file

@ -27,7 +27,11 @@
<string name="pref_category_setup">Pradiniai nustatymai</string>
<string name="pref_abc_auto_accept">Automatinis raidės pasirinkimas</string>
<string name="pref_abc_auto_accept_summary">Automatiškai įterpti pasirinktą raidę po trumpos delsos.</string>
<string name="pref_abc_auto_accept_off">Išjungtas</string>
<string name="pref_abc_auto_accept_fastest">Labai greitas</string>
<string name="pref_abc_auto_accept_fast">Greitas</string>
<string name="pref_abc_auto_accept_normal">Vidutinis</string>
<string name="pref_abc_auto_accept_slow">Lėtas</string>
<string name="pref_alternative_suggestion_scrolling">Alternatyvus slinkimo būdas per pasiūlytus žodžius</string>
<string name="pref_alternative_suggestion_scrolling_summary">Įjunkite, jei kartais nematote viso žodžių sąrašo arba kyla problemų juos pasirenkant („Android“ 9 ar senesnės versijos).</string>
<string name="pref_auto_space">Automatinis tarpas</string>

View file

@ -20,6 +20,12 @@
<string name="pref_layout_tray">Alleen suggestielijst</string>
<string name="pref_help">Helpen</string>
<string name="pref_dark_theme">Donker thema</string>
<string name="pref_abc_auto_accept">Automatische letterselectie</string>
<string name="pref_abc_auto_accept_off">Uit</string>
<string name="pref_abc_auto_accept_fastest">Zeer snel</string>
<string name="pref_abc_auto_accept_fast">Snel</string>
<string name="pref_abc_auto_accept_normal">Gematigd</string>
<string name="pref_abc_auto_accept_slow">Langzaam</string>
<string name="pref_choose_languages">Talen</string>
<string name="pref_status_icon">Typemodus-icoon</string>
<string name="pref_status_icon_summary">Geef de huidige typmodus aan met een icoon.</string>
@ -33,6 +39,7 @@
<string name="dictionary_truncate_title">Verwijder alle</string>
<string name="dictionary_truncate_unselected">Verwijder de niet-geselecteerde</string>
<string name="dictionary_truncated">Woordenboek succesvol gewist.</string>
<string name="pref_category_abc_mode">ABC-modus</string>
<string name="pref_category_custom_words">Toegevoegde woorden</string>
<string name="pref_category_delete_words">Verwijder toegevoegde woorden</string>
<string name="pref_category_hacks">Compatibiliteit</string>

View file

@ -16,6 +16,7 @@
<string name="add_word_title">Adicionar Palavra</string>
<string name="pref_category_about">Sobre</string>
<string name="pref_category_abc_mode">Modo ABC</string>
<string name="pref_category_custom_words">Palavras adicionadas</string>
<string name="pref_category_delete_words">Excluir palavras adicionadas</string>
<string name="pref_category_hacks">Compatibilidade</string>
@ -25,6 +26,12 @@
<string name="pref_category_keypad">Teclado</string>
<string name="pref_category_setup">Configuração inicial</string>
<string name="pref_abc_auto_accept">Seleção automática de letras</string>
<string name="pref_abc_auto_accept_off">Desligada</string>
<string name="pref_abc_auto_accept_fastest">Muito rápido</string>
<string name="pref_abc_auto_accept_fast">Rápido</string>
<string name="pref_abc_auto_accept_normal">Moderado</string>
<string name="pref_abc_auto_accept_slow">Lento</string>
<string name="pref_auto_space">Espaçamento Automático</string>
<string name="pref_auto_space_summary">Insere um espaçamento após ponto final.</string>
<string name="pref_auto_text_case">Maiúsculas Automáticas</string>

View file

@ -44,7 +44,11 @@
<string name="pref_category_appearance">Внешний вид</string>
<string name="pref_category_function_keys">Горячие клавиши</string>
<string name="pref_abc_auto_accept">Автоматический выбор буквы</string>
<string name="pref_abc_auto_accept_summary">Автоматически ввести выбранную букву после короткого ожидания.</string>
<string name="pref_abc_auto_accept_off">Выключено</string>
<string name="pref_abc_auto_accept_fastest">Очень быстро</string>
<string name="pref_abc_auto_accept_fast">Быстро</string>
<string name="pref_abc_auto_accept_normal">Умеренное</string>
<string name="pref_abc_auto_accept_slow">Медленное</string>
<string name="pref_alternative_suggestion_scrolling">Альтернативный метод прокрутки слов</string>
<string name="pref_alternative_suggestion_scrolling_summary">Включите, если иногда вы не видите все слова или у вас возникают проблемы с их прокруткой (Android 9 или старше).</string>
<string name="pref_auto_space">Авто пробел</string>

View file

@ -29,7 +29,11 @@
<string name="pref_category_setup">Початкові налаштування</string>
<string name="pref_abc_auto_accept">Автоматичний вибір літери</string>
<string name="pref_abc_auto_accept_summary">Автоматично вводить вибрану літеру після короткої затримки.</string>
<string name="pref_abc_auto_accept_off">Вимкнено</string>
<string name="pref_abc_auto_accept_fastest">Дуже швидко</string>
<string name="pref_abc_auto_accept_fast">Швидко</string>
<string name="pref_abc_auto_accept_normal">Середній</string>
<string name="pref_abc_auto_accept_slow">Повільний</string>
<string name="pref_alternative_suggestion_scrolling">Альтернативний метод прокрутки пропозицій</string>
<string name="pref_alternative_suggestion_scrolling_summary">Увімкніть, якщо ви іноді не бачите всіх пропозицій або не можете їх прокрутити (Android 9 або старіші).</string>
<string name="pref_auto_space">Автоматичний пробіл</string>

View file

@ -34,8 +34,12 @@
<string name="pref_category_setup">Initial Setup</string>
<string name="pref_category_usage_stats" translatable="false">Usage Stats</string>
<string name="pref_abc_auto_accept">Automatic Letter Select</string>
<string name="pref_abc_auto_accept_summary">Automatically type the selected letter after a short delay.</string>
<string name="pref_abc_auto_accept">Automatic Letter Selection</string>
<string name="pref_abc_auto_accept_off">Off</string>
<string name="pref_abc_auto_accept_fastest">Very Quick</string>
<string name="pref_abc_auto_accept_fast">Quick</string>
<string name="pref_abc_auto_accept_normal">Moderate</string>
<string name="pref_abc_auto_accept_slow">Slow</string>
<string name="pref_alternative_suggestion_scrolling">Alternative Suggestion Scrolling Method</string>
<string name="pref_alternative_suggestion_scrolling_summary">Enable if sometimes you can not see all suggestions or have trouble scrolling them (Android 9 or older).</string>
<string name="pref_auto_space">Automatic Space</string>

View file

@ -51,11 +51,10 @@
app:layout="@layout/pref_category"
app:singleLineTitle="true">
<SwitchPreferenceCompat
app:defaultValue="true"
app:key="abc_auto_accept"
app:layout="@layout/pref_switch"
app:summary="@string/pref_abc_auto_accept_summary"
<DropDownPreference
app:defaultValue="800"
app:key="pref_abc_auto_accept_time"
app:layout="@layout/pref_dropdown"
app:title="@string/pref_abc_auto_accept" />
</PreferenceCategory>