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

Commit fcce9fc2 authored by clyde@build01's avatar clyde@build01
Browse files

Automatic translation import

Change-Id: I5a3791c287809cbc45b9fa529da5f10fee267092
Ticket: RM-214
parent bc0f6667
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -44,20 +44,20 @@
  <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  <string name="permdesc_setKeyguardWallpaper">Izinkan aplikasi untuk mengubah gambar latar layar kunci.</string>
  <!-- label for item that reboots the phone in phone options dialog -->
  <string name="global_action_reboot">Mulai Ulang</string>
  <string name="global_action_reboot">But ulang</string>
  <!-- label for current user in phone options dialog -->
  <string name="global_action_current_user">Saat ini</string>
  <!-- Reboot menu -->
  <!-- Button to reboot the phone, within the Reboot Options dialog -->
  <string name="reboot_reboot">Mulai Ulang</string>
  <string name="reboot_reboot">But ulang</string>
  <!-- Button to reboot the phone into recovery, within the Reboot Options dialog -->
  <string name="reboot_recovery">Pemulihan</string>
  <!-- Button to reboot the phone into bootloader, within the Reboot Options dialog -->
  <string name="reboot_bootloader">Pengelola but</string>
  <string name="reboot_bootloader">Bootloader</string>
  <!-- Button to reboot the phone into download, within the Reboot Options dialog -->
  <string name="reboot_download">Unduh</string>
  <!-- Button to soft reboot the device, within the Reboot Options dialog -->
  <string name="reboot_soft">But ulang tanpa mati daya</string>
  <string name="reboot_soft">But ulang cepat</string>
  <!-- Title of dialog to confirm rebooting. -->
  <string name="reboot_title">But ulang</string>
  <!-- Reboot Confirmation Dialog.  When the user chooses to reboot the device, there will
@@ -65,7 +65,7 @@
  <string name="reboot_confirm" product="tablet">Tablet Anda akan dibut ulang.</string>
  <string name="reboot_confirm" product="default">Ponsel Anda akan dibut ulang.</string>
  <!-- Reboot Progress Dialog. This is shown if the user chooses to reboot the phone. -->
  <string name="reboot_progress">Memulai ulang\u2026</string>
  <string name="reboot_progress">Membut ulang\u2026</string>
  <!-- Long-press back kill application -->
  <string name="app_killed_message">Aplikasi dimatikan</string>
  <!-- ADB over network notification -->
+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>
Loading