Skip to content

Commit

Permalink
updated android strings for ar, tr
Browse files Browse the repository at this point in the history
  • Loading branch information
tmgrask committed Dec 20, 2024
1 parent a1b8867 commit 0367263
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
15 changes: 5 additions & 10 deletions android/app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
<resources>
<string name="app_name">Conduit</string>
<string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
<string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
<!-- Label for the stop action in the Conduit service notification -->
<string name="conduit_service_stop_label_text">قف</string>
<string name="conduit_service_stop_label_text">إيقاف</string>
<!-- Short notification text (notification collapsed) for the Conduit service when it is active showing the number of clients connected, connecting, and total bytes transferred -->
<string name="conduit_service_running_notification_short_text">%1$d / %2$d \u00B7 %3$s</string>
<!-- Long notification text (notification expanded) for the Conduit service when it is active showing the number of clients connected, connecting, and total bytes transferred -->
<string name="conduit_service_running_notification_long_text">المستخدمين: %1$dمتصل / %2$dمتصلين\nالبيانات: %3$s تم نقلها</string>
<string name="conduit_service_running_notification_long_text">المستخدمين: %1$dمتصل / جاري الاتصال\nالبيانات: %3$s تم نقلها</string>
<!-- Notification text for the Conduit service when it is waiting for network connectivity -->
<string name="conduit_service_no_internet_notification_text">في انتظار اتصال الشبكة</string>
<!-- Notification channel description for the Conduit service -->
<string name="conduit_service_channel_description">إشعار بشأن خدمة Conduit</string>
<!-- Notification text for when the Conduit app detects an that the app must be updated to continue working -->
<string name="notification_conduit_inproxy_must_upgrade_text">التحديث مطلوب: يرجى تنزيل أحدث إصدار من التطبيق لمواصلة استخدامه.</string>
<!-- Notification text for when the Conduit service fails to start -->
<string name="notification_conduit_failed_to_start_text">فشلت خدمة Conduit في البدء التشغيل. انقر فوق الإشعار للحصول على مزيد من المعلومات</string>
<string name="notification_conduit_failed_to_start_text">فشلت خدمة Conduit في بدء التشغيل. انقر فوق الإشعار للحصول على مزيد من المعلومات</string>
<!-- Notification text for when the Conduit service fails to restart -->
<string name="notification_conduit_failed_to_restart_text">فشلت خدمة Conduit في إعادة التشغيل. انقر فوق الإشعار للحصول على مزيد من المعلومات</string>
<!-- Notification text for Conduit starting notification -->
<string name="conduit_service_starting_notification_text">بدأت خدمة Conduit…</string>
<!-- Added by expo-localiztion -->
<string name="ExpoLocalization_supportsRTL" translatable="false">true</string>
</resources>
<string name="conduit_service_starting_notification_text">خدمة Conduit قيد التشغيل…</string>
</resources>
13 changes: 4 additions & 9 deletions android/app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<resources>
<string name="app_name">Conduit</string>
<string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
<string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
<!-- Label for the stop action in the Conduit service notification -->
<string name="conduit_service_stop_label_text">Durdur</string>
<!-- Short notification text (notification collapsed) for the Conduit service when it is active showing the number of clients connected, connecting, and total bytes transferred -->
Expand All @@ -14,13 +11,11 @@
<!-- Notification channel description for the Conduit service -->
<string name="conduit_service_channel_description">Conduit hizmeti bildirimi</string>
<!-- Notification text for when the Conduit app detects an that the app must be updated to continue working -->
<string name="notification_conduit_inproxy_must_upgrade_text">Güncelleme gerekiyor: kullanmaya devam etmek için lütfen uygulamanın son sürümünü indirin.</string>
<string name="notification_conduit_inproxy_must_upgrade_text">Güncelleme gerekli: Kullanmayı sürdürmek için lütfen uygulamanın son sürümünü indirin.</string>
<!-- Notification text for when the Conduit service fails to start -->
<string name="notification_conduit_failed_to_start_text">Conduit hizmeti başlatılamadı. Daha fazla bilgi için bildirime tıklayın.</string>
<string name="notification_conduit_failed_to_start_text">Conduit hizmeti başlatılamadı. Ayrıntılı bilgi almak için bildirime tıklayın.</string>
<!-- Notification text for when the Conduit service fails to restart -->
<string name="notification_conduit_failed_to_restart_text">Conduit hizmeti yeniden başlatılamadı. Daha fazla bilgi için bildirime tıklayın.</string>
<string name="notification_conduit_failed_to_restart_text">Conduit hizmeti yeniden başlatılamadı. Ayrıntılı bilgi almak için bildirime tıklayın.</string>
<!-- Notification text for Conduit starting notification -->
<string name="conduit_service_starting_notification_text">Conduit hizmeti başlatılıyor…</string>
<!-- Added by expo-localiztion -->
<string name="ExpoLocalization_supportsRTL" translatable="false">true</string>
</resources>
</resources>

0 comments on commit 0367263

Please sign in to comment.