Skip to content

Commit fe0e7f7

Browse files
committed
i18n: Add "Read More" and "Show Less" strings in multiple languages
This commit adds localized string resources for the "Read More" and "Show Less" labels across several languages to support UI components with expandable text. - **i18n**: Added `read_more` and `show_less` string resources to Turkish (tr), Spanish (es), Chinese (zh-rCN), French (fr), Hindi (hi), Italian (it), Japanese (ja), Korean (kr), Polish (pl), Bengali (bn), and Russian (ru) locales.
1 parent 56429b4 commit fe0e7f7

11 files changed

Lines changed: 44 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,4 +420,8 @@
420420
<string name="auth_hint_check_connection">অনুগ্রহ করে আপনার ইন্টারনেট সংযোগ পরীক্ষা করুন এবং আবার চেষ্টা করুন।</string>
421421
<string name="auth_hint_denied">আপনি অনুমোদনের অনুরোধ প্রত্যাখ্যান করেছেন। এটি অনিচ্ছাকৃত হলে আবার চেষ্টা করুন।</string>
422422

423+
<!-- Read More / Show Less -->
424+
<string name="read_more">আরও পড়ুন</string>
425+
<string name="show_less">কম দেখান</string>
426+
423427
</resources>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,8 @@
385385
<string name="auth_hint_check_connection">Revisa tu conexión a internet e intenta de nuevo.</string>
386386
<string name="auth_hint_denied">Rechazaste la solicitud de autorización. Intenta de nuevo si fue involuntario.</string>
387387

388+
<!-- Read More / Show Less -->
389+
<string name="read_more">Leer más</string>
390+
<string name="show_less">Mostrar menos</string>
391+
388392
</resources>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,8 @@
385385
<string name="auth_hint_check_connection">Vérifiez votre connexion internet et réessayez.</string>
386386
<string name="auth_hint_denied">Vous avez refusé la demande d\'autorisation. Réessayez si c\'était involontaire.</string>
387387

388+
<!-- Read More / Show Less -->
389+
<string name="read_more">Lire la suite</string>
390+
<string name="show_less">Afficher moins</string>
391+
388392
</resources>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,4 +420,8 @@
420420
<string name="auth_hint_check_connection">कृपया अपना इंटरनेट कनेक्शन जाँचें और पुनः प्रयास करें।</string>
421421
<string name="auth_hint_denied">आपने प्राधिकरण अनुरोध अस्वीकार कर दिया। यदि यह अनजाने में हुआ तो पुनः प्रयास करें।</string>
422422

423+
<!-- Read More / Show Less -->
424+
<string name="read_more">और पढ़ें</string>
425+
<string name="show_less">कम दिखाएं</string>
426+
423427
</resources>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,4 +421,8 @@
421421
<string name="auth_hint_check_connection">Controlla la tua connessione internet e riprova.</string>
422422
<string name="auth_hint_denied">Hai rifiutato la richiesta di autorizzazione. Riprova se è stato involontario.</string>
423423

424+
<!-- Read More / Show Less -->
425+
<string name="read_more">Leggi di più</string>
426+
<string name="show_less">Mostra meno</string>
427+
424428
</resources>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,8 @@
384384
<string name="auth_hint_try_again">新しいコードを取得するために再度サインインしてください。</string>
385385
<string name="auth_hint_check_connection">インターネット接続を確認して再試行してください。</string>
386386
<string name="auth_hint_denied">認証リクエストを拒否しました。意図しない場合は再試行してください。</string>
387+
<!-- Read More / Show Less -->
388+
<string name="read_more">もっと読む</string>
389+
<string name="show_less">折りたたむ</string>
390+
387391
</resources>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,4 +417,8 @@
417417
<string name="auth_hint_try_again">새 코드를 받으려면 다시 로그인해 주세요.</string>
418418
<string name="auth_hint_check_connection">인터넷 연결을 확인하고 다시 시도하세요.</string>
419419
<string name="auth_hint_denied">인증 요청을 거부했습니다. 의도하지 않은 경우 다시 시도하세요.</string>
420+
<!-- Read More / Show Less -->
421+
<string name="read_more">더 보기</string>
422+
<string name="show_less">간략히</string>
423+
420424
</resources>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,8 @@
383383
<string name="auth_hint_check_connection">Sprawdź połączenie internetowe i spróbuj ponownie.</string>
384384
<string name="auth_hint_denied">Odrzuciłeś żądanie autoryzacji. Spróbuj ponownie, jeśli było to niezamierzone.</string>
385385

386+
<!-- Read More / Show Less -->
387+
<string name="read_more">Czytaj więcej</string>
388+
<string name="show_less">Pokaż mniej</string>
389+
386390
</resources>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,8 @@
385385
<string name="auth_hint_check_connection">Проверьте подключение к интернету и попробуйте снова.</string>
386386
<string name="auth_hint_denied">Вы отклонили запрос авторизации. Попробуйте снова, если это было непреднамеренно.</string>
387387

388+
<!-- Read More / Show Less -->
389+
<string name="read_more">Читать далее</string>
390+
<string name="show_less">Свернуть</string>
391+
388392
</resources>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,4 +417,8 @@
417417
<string name="auth_hint_check_connection">Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin.</string>
418418
<string name="auth_hint_denied">Yetkilendirme isteğini reddettiniz. İstemeden yaptıysanız tekrar deneyin.</string>
419419

420+
<!-- Read More / Show Less -->
421+
<string name="read_more">Devamını oku</string>
422+
<string name="show_less">Daha az göster</string>
423+
420424
</resources>

0 commit comments

Comments
 (0)