Skip to content

Commit 7485b6e

Browse files
committed
locale: add translations for "Tweaks" feature across multiple languages
- Add localized strings for `bottom_nav_profile_tweaks` and `tweaks_title`. - Provide translations for Bengali, Hindi, Italian, Spanish, Arabic, French, Polish, Russian, Japanese, Korean, Turkish, and Chinese (Simplified).
1 parent c567237 commit 7485b6e

12 files changed

Lines changed: 36 additions & 0 deletions

File tree

core/presentation/src/commonMain/composeResources/values-ar/strings-ar.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,7 @@
618618
<string name="recent_searches">عمليات البحث الأخيرة</string>
619619
<string name="clear_all_history">مسح الكل</string>
620620
<string name="remove_search_history_item">إزالة</string>
621+
622+
<string name="bottom_nav_profile_tweaks">تعديلات</string>
623+
<string name="tweaks_title">تعديلات</string>
621624
</resources>

core/presentation/src/commonMain/composeResources/values-bn/strings-bn.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,4 +617,7 @@
617617
<string name="recent_searches">সাম্প্রতিক অনুসন্ধান</string>
618618
<string name="clear_all_history">সব মুছুন</string>
619619
<string name="remove_search_history_item">সরান</string>
620+
621+
<string name="bottom_nav_profile_tweaks">টুইকস</string>
622+
<string name="tweaks_title">টুইকস</string>
620623
</resources>

core/presentation/src/commonMain/composeResources/values-es/strings-es.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,4 +578,7 @@
578578
<string name="recent_searches">Búsquedas recientes</string>
579579
<string name="clear_all_history">Borrar todo</string>
580580
<string name="remove_search_history_item">Eliminar</string>
581+
582+
<string name="bottom_nav_profile_tweaks">Ajustes</string>
583+
<string name="tweaks_title">Ajustes</string>
581584
</resources>

core/presentation/src/commonMain/composeResources/values-fr/strings-fr.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,4 +579,7 @@
579579
<string name="recent_searches">Recherches récentes</string>
580580
<string name="clear_all_history">Tout effacer</string>
581581
<string name="remove_search_history_item">Supprimer</string>
582+
583+
<string name="bottom_nav_profile_tweaks">Réglages</string>
584+
<string name="tweaks_title">Réglages</string>
582585
</resources>

core/presentation/src/commonMain/composeResources/values-hi/strings-hi.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,4 +616,7 @@
616616
<string name="recent_searches">हाल की खोजें</string>
617617
<string name="clear_all_history">सभी साफ करें</string>
618618
<string name="remove_search_history_item">हटाएँ</string>
619+
620+
<string name="bottom_nav_profile_tweaks">ट्वीक्स</string>
621+
<string name="tweaks_title">ट्वीक्स</string>
619622
</resources>

core/presentation/src/commonMain/composeResources/values-it/strings-it.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,4 +617,7 @@
617617
<string name="recent_searches">Ricerche recenti</string>
618618
<string name="clear_all_history">Cancella tutto</string>
619619
<string name="remove_search_history_item">Rimuovi</string>
620+
621+
<string name="bottom_nav_profile_tweaks">Modifiche</string>
622+
<string name="tweaks_title">Modifiche</string>
620623
</resources>

core/presentation/src/commonMain/composeResources/values-ja/strings-ja.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,4 +580,7 @@
580580
<string name="recent_searches">最近の検索</string>
581581
<string name="clear_all_history">すべてクリア</string>
582582
<string name="remove_search_history_item">削除</string>
583+
584+
<string name="bottom_nav_profile_tweaks">調整</string>
585+
<string name="tweaks_title">調整</string>
583586
</resources>

core/presentation/src/commonMain/composeResources/values-ko/strings-ko.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,4 +615,7 @@
615615
<string name="recent_searches">최근 검색</string>
616616
<string name="clear_all_history">모두 지우기</string>
617617
<string name="remove_search_history_item">삭제</string>
618+
619+
<string name="bottom_nav_profile_tweaks">조정</string>
620+
<string name="tweaks_title">조정</string>
618621
</resources>

core/presentation/src/commonMain/composeResources/values-pl/strings-pl.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,4 +581,7 @@
581581
<string name="recent_searches">Ostatnie wyszukiwania</string>
582582
<string name="clear_all_history">Wyczyść wszystko</string>
583583
<string name="remove_search_history_item">Usuń</string>
584+
585+
<string name="bottom_nav_profile_tweaks">Ustawienia</string>
586+
<string name="tweaks_title">Ustawienia</string>
584587
</resources>

core/presentation/src/commonMain/composeResources/values-ru/strings-ru.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,4 +581,7 @@
581581
<string name="recent_searches">Недавние поиски</string>
582582
<string name="clear_all_history">Очистить всё</string>
583583
<string name="remove_search_history_item">Удалить</string>
584+
585+
<string name="bottom_nav_profile_tweaks">Настройки</string>
586+
<string name="tweaks_title">Настройки</string>
584587
</resources>

0 commit comments

Comments
 (0)