You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Menambahkan server API untuk mengontrol pemutar",
284
+
"dialog": {
285
+
"request": {
286
+
"buttons": {
287
+
"allow": "Izinkan",
288
+
"deny": "Menolak"
289
+
},
290
+
"message": "Izinkan {{ID}} ({{origin}}) untuk mengakses API?",
291
+
"title": "Permintaan otorisasi API"
292
+
}
293
+
},
294
+
"menu": {
295
+
"auth-strategy": {
296
+
"label": "Strategi otorisasi",
297
+
"submenu": {
298
+
"auth-at-first": {
299
+
"label": "Otorisasi pada permintaan pertama"
300
+
},
301
+
"none": {
302
+
"label": "Tidak ada otorisasi"
303
+
}
304
+
}
305
+
},
306
+
"hostname": {
307
+
"label": "Nama host"
308
+
},
309
+
"port": {
310
+
"label": "Port"
311
+
}
312
+
},
313
+
"name": "API Server [Beta]",
314
+
"prompt": {
315
+
"hostname": {
316
+
"label": "Masukkan nama host (seperti 0.0.0.0) untuk server API:",
317
+
"title": "Nama host"
318
+
},
319
+
"port": {
320
+
"label": "Masukkan port untuk server API:",
321
+
"title": "Port"
322
+
}
323
+
}
324
+
},
282
325
"audio-compressor": {
283
326
"description": "Menerapkan kompresi pada audio (mengurangi volume pada bagian paling keras dari sinyal dan meningkatkan volume pada bagian paling lembut)",
0 commit comments