Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #138

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">GPTMobile</string>
<string name="gpt_mobile_introduction_logo">Логотип приветствия GPT Mobile</string>
Expand Down Expand Up @@ -129,4 +130,10 @@
<string name="bug_report_description">Что-то не работает?</string>
<string name="bug_report_icon">Иконка отчета об ошибке</string>
<string name="scroll_to_bottom_icon">Иконка прокрутки до конца</string>
</resources>
<string name="llama_3_2_description">Новейшая легковесная модель с открытым исходным кодом от Meta.</string>
<string name="llama_3_1_description">Современная многоязычная большая языковая модель с открытым исходным кодом от Meta.</string>
<string name="gemma2_description">Небольшая языковая модель, выпущенная Google.</string>
<string name="select_groq_model">Выберите модель чата Groq</string>
<string name="select_groq_model_description">Пожалуйста, выберите модель чата Groq. Если вам нужны модели, которых нет в списке, посетите веб-сайт документации Groq API и посмотрите, что доступно.</string>
<string name="groq_setting">Настройки Groq</string>
</resources>
4 changes: 3 additions & 1 deletion app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">GPTMobil</string>
<string name="gpt_mobile_introduction_logo">GPT Mobil Tanıtım Logosu</string>
Expand Down Expand Up @@ -109,4 +110,5 @@
<string name="url_icon">URL Simgesi</string>
<string name="invalid_api_url">Lütfen geçerli bir URL girin.</string>
<string name="reset">Sıfırla</string>
</resources>
<string name="gemma2_description">Google tarafından yayınlanan Küçük Dil Modeli.</string>
</resources>
Loading