Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4908f3e6 authored by clyde@build01's avatar clyde@build01
Browse files

Automatic translation import

Change-Id: Iee8253e746d9a979104b6a701864c2c4a96e5202
Ticket: RM-290
parent b022ba1b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,7 +35,9 @@
         to display a size in kilobytes, megabytes, or other size units.
         Some languages (like French) will want to add a space between
         the placeholders. -->
  <string name="fileSizeSuffix"><xliff:g id="NUMBER">%1$s</xliff:g> <xliff:g id="UNIT">%2$s</xliff:g></string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration in days -->
  <string name="durationDays"><xliff:g id="days">%1$d</xliff:g> كۈن</string>
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one day with hours -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration of one day with one hours -->
  <!-- [CHAR_LIMIT=10] Suffix added to signify duration in hours -->
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
  <string name="app_name">CaptivePortalLogin</string>
  <string name="action_use_network">بۇ تورنى ئىشلىتىش ئۇسۇلى</string>
  <string name="action_do_not_use_network">بۇ تورنى ئىشلەتمەڭ</string>
  <string name="action_bar_label">تورغا تىزىمغا كىرىش</string>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- App label in the manifest  -->
  <string name="app_name">ئاچقۇچلۇق</string>
  <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard.
         Displayed in one line in a large font.  -->
  <string name="keyguard_password_enter_pin_code">PIN كودىنى كىرگۈزۈڭ</string>
+26 −0
Original line number Diff line number Diff line
@@ -22,6 +22,32 @@
  <!-- Wi-Fi settings -->
  <!-- Match this with the order of NetworkInfo.DetailedState. -->
  <!-- Wi-Fi settings. The status messages when the network is unknown. -->
  <string-array name="wifi_status">
    <!-- Status message of Wi-Fi when it is idle. -->
    <item/>
    <!-- Status message of Wi-Fi when it is scanning. -->
    <item>تەكشۈرۈۋاتىدۇ\u2026</item>
    <!-- Status message of Wi-Fi when it is connecting. -->
    <item>باغلىنىۋاتىدۇ\u2026</item>
    <!-- Status message of Wi-Fi when it is authenticating. -->
    <item>دەلىللەۋاتىدۇ\u2026</item>
    <!-- Status message of Wi-Fi when it is obtaining IP address. -->
    <item>IP ئادرېسقا ئېرىشىۋاتىدۇ\u2026</item>
    <!-- Status message of Wi-Fi when it is connected. -->
    <item>باغلاندى</item>
    <!-- Status message of Wi-Fi when it is suspended. -->
    <item>ۋاقىتلىق توختىتىلدى</item>
    <!-- Status message of Wi-Fi when it is disconnecting. -->
    <item>ئۈزۈۋاتىدۇ\u2026</item>
    <!-- Status message of Wi-Fi when it is disconnected. -->
    <item>Disconnected</item>
    <!-- Status message of Wi-Fi when it is a failure. -->
    <item>Unsuccessful</item>
    <!-- Status message of Wi-Fi when it is blocked. -->
    <item>Blocked</item>
    <!-- Status message of Wi-Fi when connectiong is being verified. -->
    <item>Temporarily avoiding poor connection</item>
  </string-array>
  <!-- Match this with the order of NetworkInfo.DetailedState. -->
  <!-- Wi-Fi settings. The status messages when the network is known. -->
</resources>
+8 −0
Original line number Diff line number Diff line
@@ -20,13 +20,21 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- Toast message when Wi-Fi cannot scan for networks -->
  <string name="wifi_fail_to_scan">تورنى تەكشۈرەلمەيدۇ</string>
  <!-- Do not translate.  Concise terminology for wifi with WEP security -->
  <string name="wifi_security_short_wep">WEP</string>
  <!-- Do not translate.  Concise terminology for wifi with WPA security -->
  <string name="wifi_security_short_wpa">WPA</string>
  <!-- Do not translate.  Concise terminology for wifi with WPA2 security -->
  <string name="wifi_security_short_wpa2">WPA2</string>
  <!-- Do not translate.  Concise terminology for wifi with both WPA/WPA2 security -->
  <string name="wifi_security_short_wpa_wpa2">WPA/WPA2</string>
  <!-- Do not translate.  Concise terminology for wifi with unknown PSK type -->
  <string name="wifi_security_short_psk_generic">@string/wifi_security_short_wpa_wpa2</string>
  <!-- Do not translate.  Concise terminology for wifi with 802.1x EAP security -->
  <string name="wifi_security_short_eap">802.1x</string>
  <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. -->
  <string name="wifi_security_none">يوق</string>
  <!-- Do not translate.  Terminology for wifi with WEP security -->
  <!-- Do not translate.  Terminology for wifi with WPA security -->
  <!-- Do not translate.  Terminology for wifi with WPA2 security -->
Loading