refactor BasePromptSettingsScreen to use InspiringSearchField and unify prompt settings across the app
This commit is contained in:
@@ -155,11 +155,9 @@
|
||||
<string name="text_copy_corrected_text">Korrigierten Text kopieren</string>
|
||||
<string name="label_correct">Korrekt</string>
|
||||
<string name="text_explanation">Erklärung</string>
|
||||
<string name="text_here_you_can_set">Hier kannst du einen benutzerdefinierten Prompt für das KI-Übersetzungsmodell festlegen, um den Übersetzungsstil anzupassen.</string>
|
||||
<string name="text_vocabulary_prompt">Vokabular-Prompt</string>
|
||||
<string name="text_here_you_can_set_a_custom_">Hier kannst du einen benutzerdefinierten Prompt festlegen, um zu definieren, wie neue Vokabeln erstellt werden.</string>
|
||||
<string name="text_select_the_content_dictionary">Wähle die Inhalte aus, die für einen Wörterbucheintrag erstellt werden sollen.</string>
|
||||
<string name="text_ai_model_custom_prompt"><![CDATA[KI-Modell & Prompt]]></string>
|
||||
<string name="text_custom_dictionary_prompt">Benutzerdefinierter Wörterbuch-Prompt</string>
|
||||
<string name="text_save_prompt">Prompt speichern</string>
|
||||
<string name="text_light">Hell</string>
|
||||
|
||||
@@ -153,11 +153,9 @@
|
||||
<string name="text_copy_corrected_text">Copiar texto corrigido</string>
|
||||
<string name="label_correct">Correto</string>
|
||||
<string name="text_explanation">Explicação</string>
|
||||
<string name="text_here_you_can_set">Aqui você pode definir um prompt personalizado para o modelo de tradução de IA, ajustando o estilo da tradução.</string>
|
||||
<string name="text_vocabulary_prompt">Prompt de Vocabulário</string>
|
||||
<string name="text_here_you_can_set_a_custom_">Aqui você pode definir um prompt personalizado para definir como novos itens de vocabulário são gerados.</string>
|
||||
<string name="text_select_the_content_dictionary">Selecione o conteúdo a ser gerado para uma entrada de dicionário.</string>
|
||||
<string name="text_ai_model_custom_prompt"><![CDATA[Modelo de IA & Prompt]]></string>
|
||||
<string name="text_custom_dictionary_prompt">Prompt Personalizado do Dicionário</string>
|
||||
<string name="text_save_prompt">Salvar Prompt</string>
|
||||
<string name="text_light">Claro</string>
|
||||
|
||||
@@ -49,12 +49,21 @@
|
||||
<item>Idiomatic expressions</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="vocabulary_example_prompts" >
|
||||
<item>Use Latin American Spanish</item>
|
||||
<item>Avoid long words</item>
|
||||
<item>Avoid sentences</item>
|
||||
<item>Include many verbs and adjectives</item>
|
||||
<item>Use informal language</item>
|
||||
|
||||
</string-array>
|
||||
|
||||
<string-array name="changelog_entries">
|
||||
<item>Version 0.3.0 \n• Enabled CSV Import for Vocabulary\n• Option to use a translation server for translations instead of AI models for some supported langugaes\n• UI bug fixes \n• Show word frequency \n• Performance optimizations \n• Improved translations (German and Portuguese)</item>
|
||||
<item>Version 0.4.0 \n• Added dictionary download (beta) \n• UI enhancements \n• Bugfixes \n• Re-designed vocabulary card with improved UI \n• More pre-configured providers \n• Improved performance</item>
|
||||
|
||||
|
||||
</string-array>
|
||||
|
||||
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -713,7 +713,6 @@
|
||||
<string name="text_add_to_favorites">Add to favorites</string>
|
||||
<string name="text_ai_failed_to_create_the_exercise">AI failed to create the exercise.</string>
|
||||
<string name="text_ai_generation_failed_with_an_exception">AI generation failed with an exception</string>
|
||||
<string name="text_ai_model_custom_prompt"><![CDATA[AI Model & Custom Prompt]]></string>
|
||||
<string name="text_all_dictionaries_deleted_successfully">All dictionaries deleted successfully</string>
|
||||
<string name="text_all_items_completed">All items completed!</string>
|
||||
<string name="text_all_languages">All Languages</string>
|
||||
@@ -833,7 +832,7 @@
|
||||
<string name="text_generate_exercise_with_ai">Generate Exercise with AI</string>
|
||||
<string name="text_generating_questions_from_video">Generating questions from video…</string>
|
||||
<string name="text_get_api_key_at">Get API Key at %1$s</string>
|
||||
<string name="text_here_you_can_set">Here you can set a custom prompt for the AI translation model. This allows you to fine-tune the translation style.</string>
|
||||
<string name="text_translation_instructions">Set model for translation and give optional instructions on how to translate.</string>
|
||||
<string name="text_here_you_can_set_a_custom_">Here you can set a custom prompt for the AI vocabulary model. This allows you to define how new vocabulary entries are generated.</string>
|
||||
<string name="text_hint">Hint</string>
|
||||
<string name="text_hint_you_can_search">Hint: You can search for any term, e.g. \"Things to do at the zoo\" or \"irregular verbs\"!</string>
|
||||
@@ -1050,4 +1049,5 @@
|
||||
<string name="label_regenerate">Regenerate</string>
|
||||
<string name="label_read_aloud">Read Aloud</string>
|
||||
<string name="label_all_categories">All Categories</string>
|
||||
<string name="text_description_dictionary_prompt">Set a model for generating dictionary content and give optional instructions.</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user