-
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.
first translations (AR, FA, TR) (#86)
* add initial translations: ar, fa, tr * fix fa strings missing variables * Don't need to specify RTL orientation, system handles it * onboarding in RTL * use Paragraph text for Orb text * useMemo for orb text Paragraph
- Loading branch information
Showing
13 changed files
with
644 additions
and
119 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<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> | ||
<!-- 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> | ||
<!-- 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> | ||
<!-- 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> |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<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> | ||
<!-- 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">۱\n۲\n۳</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">اتصال فعال \nدر حال اتصال \nانتقال داده شد</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> | ||
<!-- 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> |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<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 --> | ||
<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">İstemciler: %1$d bağlı / %2$d bağlanıyor\nVeri: %3$s aktarıldı</string> | ||
<!-- Notification text for the Conduit service when it is waiting for network connectivity --> | ||
<string name="conduit_service_no_internet_notification_text">Ağ bağlantısı bekleniyor</string> | ||
<!-- 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> | ||
<!-- 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> | ||
<!-- 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> | ||
<!-- 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> |
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
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
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
Oops, something went wrong.