From 7d1d806797d44677b63664985f5de2ff916cd80c Mon Sep 17 00:00:00 2001 From: Yi Chi Fauzi Date: Tue, 15 Oct 2024 17:16:07 +0000 Subject: [PATCH] chore(i18n): Translated using Weblate (Indonesian) Currently translated at 100.0% (397 of 397 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/id/ --- src/i18n/resources/id.json | 45 +++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/id.json b/src/i18n/resources/id.json index 42d78b8a..a3d08e72 100644 --- a/src/i18n/resources/id.json +++ b/src/i18n/resources/id.json @@ -202,7 +202,7 @@ "show": "Tampilkan jendela", "tooltip": { "default": "YouTube Musik", - "with-song-info": "YouTube Music: {{artist}} - {{title}}" + "with-song-info": "YouTube Musik: {{artist}} - {{title}}" } } }, @@ -279,6 +279,49 @@ }, "name": "Mode ambient" }, + "api-server": { + "description": "Menambahkan server API untuk mengontrol pemutar", + "dialog": { + "request": { + "buttons": { + "allow": "Izinkan", + "deny": "Menolak" + }, + "message": "Izinkan {{ID}} ({{origin}}) untuk mengakses API?", + "title": "Permintaan otorisasi API" + } + }, + "menu": { + "auth-strategy": { + "label": "Strategi otorisasi", + "submenu": { + "auth-at-first": { + "label": "Otorisasi pada permintaan pertama" + }, + "none": { + "label": "Tidak ada otorisasi" + } + } + }, + "hostname": { + "label": "Nama host" + }, + "port": { + "label": "Port" + } + }, + "name": "API Server [Beta]", + "prompt": { + "hostname": { + "label": "Masukkan nama host (seperti 0.0.0.0) untuk server API:", + "title": "Nama host" + }, + "port": { + "label": "Masukkan port untuk server API:", + "title": "Port" + } + } + }, "audio-compressor": { "description": "Menerapkan kompresi pada audio (mengurangi volume pada bagian paling keras dari sinyal dan meningkatkan volume pada bagian paling lembut)", "name": "Kompresi suara"