|
|
@@ -85,6 +85,9 @@ buttonSave:
|
|
|
buttonSaveClose:
|
|
|
description: Button to save modifications of a script and then close the editing page.
|
|
|
message: Simpan & Tutup
|
|
|
+buttonSaved:
|
|
|
+ description: Button text after saving.
|
|
|
+ message: ''
|
|
|
buttonShowEditorState:
|
|
|
description: Button to show the list of currently used CodeMirror options.
|
|
|
message: Tampilkan status penyunting
|
|
|
@@ -110,6 +113,11 @@ buttonVacuumed:
|
|
|
buttonVacuuming:
|
|
|
description: Message shown when data vacuum is in progress.
|
|
|
message: Melakukan vakum data...
|
|
|
+confirmManualUpdate:
|
|
|
+ description: Confirm message shown when clicking update button for a single script.
|
|
|
+ message: >-
|
|
|
+ Pembaruan otomatis dinonaktifkan untuk skrip ini! Klik OK untuk tetap
|
|
|
+ memperbarui.
|
|
|
confirmNotSaved:
|
|
|
description: Confirm message shown when there are unsaved script modifications.
|
|
|
message: |-
|
|
|
@@ -171,6 +179,11 @@ editNavSettings:
|
|
|
editNavValues:
|
|
|
description: Label of values tab in script editor.
|
|
|
message: Nilai
|
|
|
+editReadonly:
|
|
|
+ description: Text of the warning when opening an auto-updated script in the editor.
|
|
|
+ message: >-
|
|
|
+ Untuk mengaktifkan penyuntingan, nonaktifkan pembaruan dalam tab Pengaturan
|
|
|
+ dan klik "Simpan".
|
|
|
editValueAll:
|
|
|
description: Button to show/edit the entire script value storage.
|
|
|
message: Semua
|
|
|
@@ -546,6 +559,9 @@ labelXhrInjectHint:
|
|
|
devtool, meskipun Anda masih bisa mengabaikannya dengan aman karena pengaruh
|
|
|
buruknya masih bisa diabaikan untuk saat ini. Anda bisa menyembunyikan
|
|
|
peringatan ini memlalui klik kanan pada teks tersebut.
|
|
|
+labelXhrInjectNote:
|
|
|
+ description: Shown to the right of "synchronous page mode" in options.
|
|
|
+ message: ''
|
|
|
lastSync:
|
|
|
description: Label for last sync timestamp.
|
|
|
message: Sinkron terakhir pada $1
|
|
|
@@ -712,15 +728,19 @@ msgSameCode:
|
|
|
msgSavedBlacklist:
|
|
|
description: Message shown when blacklist are saved.
|
|
|
message: Daftar hitam diperbarui.
|
|
|
+ touched: false
|
|
|
msgSavedCustomCSS:
|
|
|
description: Message shown when custom CSS is saved.
|
|
|
message: Gaya khusus diperbarui.
|
|
|
+ touched: false
|
|
|
msgSavedEditorOptions:
|
|
|
description: Message shown when editor options are saved.
|
|
|
message: Opsi penyunting diperbarui.
|
|
|
+ touched: false
|
|
|
msgSavedScriptTemplate:
|
|
|
description: Message shown when custom script template is saved.
|
|
|
message: Templat skrip khusus diperbarui.
|
|
|
+ touched: false
|
|
|
msgScriptUpdated:
|
|
|
description: Notification message for script updates.
|
|
|
message: Skrip [$1] diperbarui!
|
|
|
@@ -810,7 +830,7 @@ optionUpdate:
|
|
|
message: Perbarui
|
|
|
reloadTab:
|
|
|
description: Label of action to reload the tab
|
|
|
- message: ''
|
|
|
+ message: Muat ulang tab
|
|
|
searchCaseSensitive:
|
|
|
description: Option to perform a case-sensitive search
|
|
|
message: Sesuai besar kecil huruf
|
|
|
@@ -828,7 +848,7 @@ sideMenuSettings:
|
|
|
message: Pengaturan
|
|
|
skipScripts:
|
|
|
description: Title of the hotkey in the browser UI for customizing the hotkeys.
|
|
|
- message: ''
|
|
|
+ message: Muat ulang halaman tanpa userscript
|
|
|
skipScriptsMsg:
|
|
|
description: Message shown in the popup if the tab was reloaded without scripts.
|
|
|
message: ''
|
|
|
@@ -849,7 +869,7 @@ updateListedCmd:
|
|
|
description: >-
|
|
|
Command to update scripts e.g. in the extension popup, number of scripts in
|
|
|
parentheses.
|
|
|
- message: ''
|
|
|
+ message: Perbarui skrip ($1)
|
|
|
valueLabelKey:
|
|
|
description: Label for key of a script value.
|
|
|
message: Key (string)
|