Skip to content

Commit

Permalink
feat(Translations): Add Indonesian (Bahasa) (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
okkidwi committed Sep 19, 2024
1 parent 261aa07 commit fc4548d
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 0 deletions.
25 changes: 25 additions & 0 deletions play-services-base/core/src/main/res/values-in/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ SPDX-FileCopyrightText: 2020, microG Project Team
~ SPDX-License-Identifier: Apache-2.0
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="foreground_service_notification_title">Aktif di latar belakang</string>
<string name="foreground_service_notification_text"><xliff:g example="Exposure Notification">%1$s</xliff:g> sedang berjalan di latar belakang</string>
<string name="foreground_service_notification_big_text">Kecualikan <xliff:g example="microG Services">%1$s</xliff:g> dari optimisasi baterai atau ubah pengaturan notifikasi untuk menyembunyikan notifikasi ini</string>

<string name="menu_settings">Pengaturan</string>

<string name="list_no_item_none">Tidak ada</string>
<string name="list_item_see_all">Lihat semua</string>

<string name="open_app">Buka</string>

<string name="service_status_disabled">Dinonaktifkan</string>
<string name="service_status_enabled">Diaktifkan</string>
<string name="service_status_automatic">Otomatis</string>
<string name="service_status_manual">Manual</string>
<string name="service_status_enabled_short">Aktif</string>
<string name="service_status_disabled_short">Nonaktif</string>
</resources>
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2013-2017 microG Project Team
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<resources>
<string name="lib_name">Alat UI MicroG</string>
<string name="lib_license">Lisensi Apache 2.0, Tim microG</string>

<string name="about_version_str">Versi %1$s</string>
<string name="about_name_version_str">%1$s %2$s</string>
<string name="about_default_license">Semua hak dilindungi undang-undang</string>

<string name="prefcat_setup">Pengaturan</string>

<string name="self_check_title">Pemeriksaan Mandiri</string>
<string name="self_check_desc">Periksa apakah sistem sudah disiapkan dengan benar untuk menggunakan MicroG</string>

<string name="self_check_cat_permissions">Izin yang diberikan</string>
<string name="self_check_name_permission">Izin untuk %1$s:</string>
<string name="self_check_resolution_permission">Sentuh di sini untuk memberikan izin. Tidak memberikan izin dapat menyebabkan aplikasi tidak berfungsi dengan baik</string>

<string name="about_root_title">Demo UI MicroG</string>
<string name="about_root_summary">Ringkasan</string>
<string name="about_root_version">Versi v0.1.0</string>
<string name="about_root_libraries">Library yang disertakan</string>

<string name="about_android_support_v4">Library Dukungan v4</string>
<string name="about_android_support_v7_appcompat">Library Dukungan appcompat v7</string>
<string name="about_android_support_v7_preference">Library Dukungan preferensi v7</string>
<string name="about_android_support_license">Lisensi Apache 2.0, Proyek Sumber Terbuka Android</string>

<!-- Updater strings-->

<string name="check_updates">Periksa pembaruan</string>
<string name="update_available">Versi baru tersedia!</string>
<string name="no_update_available">Anda sudah menggunakan versi terbaru</string>
<string name="check_updates_error">Tidak dapat memeriksa pembaruan</string>

<string name="error_connection">Kesalahan koneksi:</string>
<string name="error_others">Kesalahan:</string>
</resources>
35 changes: 35 additions & 0 deletions play-services-core/src/main/res/values-in/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2013-2017 microG Project Team
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<resources>
<string-array name="network_types" translatable="false">
<item>seluler</item>
<item>lainnya</item>
</string-array>

<string-array name="gcm_network_config_names" translatables="false">

<!-- These will be automatically generated from the OS, no need to translate them -->
<item>Interval Ping: 60 detik</item>
<item>Interval Ping: 2 menit</item>
<item>Interval Ping: 5 menit</item>
<item>Interval Ping: 10 menit</item>
<item>Interval Ping: 15 menit</item>
<item>Interval Ping: 20 menit</item>
<item>Interval Ping: 30 menit</item>
</string-array>
</resources>
31 changes: 31 additions & 0 deletions play-services-core/src/main/res/values-in/plurals.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2017 microG Project Team
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="gcm_registered_apps_counter">
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> Aplikasi terdaftar</item>
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> Aplikasi terdaftar</item>
</plurals>
<plurals name="cond_perm_summary">
<item quantity="one">Satu izin yang diperlukan untuk fungsionalitas yang tepat dari Layanan microG belum diberikan.</item>
<item quantity="other">Beberapa izin yang diperlukan untuk fungsionalitas yang tepat dari Layanan microG belum diberikan.</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="one">Minta izin yang hilang</item>
<item quantity="other">Minta izin yang hilang</item>
</plurals>
</resources>
Loading

0 comments on commit fc4548d

Please sign in to comment.