1
0
Fork 0

* dictionary exporting

* removed unnecessary passing of DictionaryLoader and DictionaryLoadingBar between the preference fragments
This commit is contained in:
sspanak 2024-02-29 16:45:20 +02:00 committed by Dimo Karaivanov
parent f4c425516e
commit 29b2ac2cb6
30 changed files with 953 additions and 203 deletions

View file

@ -63,6 +63,11 @@
<string name="pref_dark_theme_yes">Sim</string>
<string name="pref_dark_theme_no">Não</string>
<string name="pref_dark_theme_auto">Automático</string>
<string name="dictionary_export">Exportar selecionados</string>
<string name="dictionary_export_custom_words_button">Exportar</string>
<string name="dictionary_export_custom_words_summary">Exportar um CSV com todas as palavras adicionadas para: \"%1$s\".</string>
<string name="dictionary_export_failed">Falha na exportação</string>
<string name="dictionary_export_failed_more_info">Para mais informações, ative o modo de depuração e veja os registros.</string>
<string name="dictionary_update_message">Atualização do dicionário disponível para \"%1$s\". Você gostaria de carregá-lo?</string>
<string name="dictionary_update_update">Carregar</string>
<string name="donate_title">Doar</string>
@ -71,4 +76,8 @@
<string name="pref_hack_google_chat">Enviar mensagens com \"OK\" no Google Chat</string>
<string name="pref_hack_key_pad_debounce_time">Proteção contra repetição acidental de teclas</string>
<string name="pref_hack_key_pad_debounce_off">Desligado</string>
<string name="dictionary_export_finished">Exportação concluída</string>
<string name="dictionary_export_finished_more_info">Palavras exportadas para: \"%1$s\".</string>
<string name="dictionary_export_generating_csv">Exportando CSV…</string>
<string name="dictionary_export_generating_csv_for_language">Exportando CSV (%1$s)…</string>
</resources>