-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters