Просмотр исходного кода

chore: update locale files from Transifex (#2217)

github-actions[bot] 1 год назад
Родитель
Сommit
6de7986d3a
3 измененных файлов с 161 добавлено и 86 удалено
  1. 61 48
      src/_locales/it/messages.yml
  2. 89 27
      src/_locales/sv/messages.yml
  3. 11 11
      src/_locales/zh_CN/messages.yml

+ 61 - 48
src/_locales/it/messages.yml

@@ -80,10 +80,10 @@ buttonReplaceAll:
   message: Tutti
 buttonReset:
   description: Button to reset to default values.
-  message: Ripristina
+  message: Inizializza
 buttonResetSettings:
   description: Button in settings page to reset all settings
-  message: Ripristina le impostazioni
+  message: Inizializza impostazioni
 buttonRestore:
   description: Button to restore a removed script.
   message: Ripristina
@@ -98,7 +98,7 @@ buttonSaved:
   message: Salvato
 buttonShowEditorState:
   description: Button to show the list of currently used CodeMirror options.
-  message: Mostra lo stato dell'editor
+  message: Mostra stato editor
 buttonSupport:
   description: Button to open support page.
   message: Pagina di assistenza
@@ -114,40 +114,40 @@ buttonUpdateAll:
   touched: false
 buttonVacuum:
   description: Button to vacuum extension data.
-  message: Svuota database
+  message: Ripulisci database
 buttonVacuumed:
   description: Message shown when data is vacuumed.
-  message: Dati eliminati
+  message: Dati ripuliti
 buttonVacuuming:
   description: Message shown when data vacuum is in progress.
-  message: Eliminanzione dei dati in corso...
+  message: Ripulisco dati…
 confirmManualUpdate:
   description: Confirm message shown when clicking update button for a single script.
   message: |-
     L'aggiornamento automatico è disattivato per questo script!
-    Cliccando su OK verrà aggiornato comunque.
+    Fai clic su OK per aggiornarlo comunque.
 confirmNotSaved:
   description: Confirm message shown when there are unsaved script modifications.
-  message: >-
+  message: |-
     Ci sono modifiche non salvate!
-
-    Cliccando OK non verranno salvate. Cliccando Annulla tornerai alle
-    modifiche.
+    Fai clic su OK per scartarle o annulla per rimanere.
 confirmUndoImport:
   description: >-
     Tooltip of the Undo button after importing a zip in settings. The same text
     is also shown as a confirmation dialog after clicking this button.
   message: >-
-    Ripristina tutte le modifiche eseguite al database (importazioni,
+    Annulla tutte le modifiche eseguite al database (importazioni,
     aggiornamenti, modifiche e personalizzazioni)
 descBlacklist:
   description: Description for the global injection blacklist.
   message: >-
-    Negli URL che non corrispondono a questa lista non verranno iniettati
-    script.
+    Lista nera iniezione (gli script non verranno eseguiti nei siti
+    corrispondenti)
 descBlacklistNet:
   description: Description for the global network blacklist.
-  message: ''
+  message: >-
+    Lista nera reti (gli script non si connetteranno ai siti corrispondenti e ai
+    loro cookie)
 descCustomCSS:
   description: Description of custom CSS section.
   message: >-
@@ -165,10 +165,21 @@ descEditorOptions:
     rel="noopener noreferrer">elenco completo</a>.
 descEditorOptionsGeneric:
   description: Description of editor options in VM settings.
-  message: ''
+  message: >-
+    Le opzioni booleane possono essere attivate o disattivate facendo doppio
+    clic sul valore: <code>vero</code> = attivo, <code>falso</code> =
+    disattivato. Le opzioni numeriche che terminano con <code>ritardo</code>,
+    <code>intervallo</code>, <code>ritmo</code> e <code>tempo</code> sono in
+    millisecondi.
 descEditorOptionsVM:
   description: Description of nonstandard editor options in VM settings.
-  message: ''
+  message: >-
+    Opzioni non standard: <code>autocompleteOnTyping</code> è un ritardo in
+    millisecondi per visualizzare suggerimenti di autocompletamento dopo
+    l'inserimento (<code>0</code> = disattiva),
+    <code>killTrailingSpaceOnSave</code> rimuove automaticamente gli spazi alla
+    fine di ogni riga al salvataggio, <code>showTrailingSpace</code> mostra
+    tutti gli spazi terminali come punti.
 descScriptTemplate:
   description: Description of script template section.
   message: >-
@@ -176,16 +187,16 @@ descScriptTemplate:
     con un formato compatibile con MomentJS, ad esempio <{{date:YYYY-MM-DD}}>.
 disabledScriptsGroup:
   description: 'Used as "Disabled scripts: group"'
-  message: ''
+  message: gruppo
 disabledScriptsHide:
   description: 'Used as "Disabled scripts: hide"'
-  message: ''
+  message: nascondi
 disabledScriptsSelector:
   description: Label of the option.
-  message: ''
+  message: 'Script disattivati:'
 disabledScriptsShow:
   description: 'Used as "Disabled scripts: show"'
-  message: ''
+  message: mostra
 editHelpDocumention:
   description: Label in the editor help tab for the documentation link.
   message: 'Documentazione sul blocco di metadati userscript e API <code>GM</code>:'
@@ -200,7 +211,7 @@ editLabelMeta:
   message: Metadati personalizzati
 editLabelSettings:
   description: Settings section in settings tab of script editor.
-  message: Impostazioni dello script
+  message: Impostazioni script
 editLongLine:
   description: Shown in the editor in lines that were cut due to being too long
   message: Riga troppo lunga
@@ -231,13 +242,13 @@ editValueAllHint:
   message: Mostra/modifica l'intero archivio dei valori dello script
 extDescription:
   description: Description for this extension, will be displayed in web store
-  message: Un gestore di userscript libero che supporta un sacco di browser
+  message: Un gestore di userscript open source che supporta un sacco di browser
 extName:
   description: Name of this extension.
   message: Violentmonkey
 failureReasonBlacklisted:
   description: Shown for blacklisted URLs (in the extension icon tooltip, in the popup)
-  message: Aggiunto alla lista nera dalle impostazioni di Violentmonkey
+  message: Aggiunto alla lista nera nelle impostazioni di Violentmonkey
 failureReasonNoninjectable:
   description: >-
     Shown for URLs that cannot be processed (same places as
@@ -249,7 +260,9 @@ failureReasonNoninjectable:
     criteri di gruppo locali, un sito motore di ricerca in Opera)
 failureReasonRestarted:
   description: Shown in the popup.
-  message: ''
+  message: >-
+    Violentmonkey è stato riavviato. Ricarica la pagina per eseguire gli
+    userscript.
 fileInstallBlocked:
   description: Text in the installer when a local file is dropped into the browser window.
   message: >-
@@ -262,10 +275,10 @@ fileInstallBlocked:
     leggere qualsiasi file locale.
 filterAlphabeticalOrder:
   description: Label for option to sort scripts in alphabetical order.
-  message: ordine alfabetico
+  message: alfabetico
 filterExecutionOrder:
   description: Label for option to sort scripts in execution order.
-  message: ordine di esecuzione
+  message: esecuzione
 filterLastUpdateOrder:
   description: Label for option to sort scripts by last update time.
   message: ultimo aggiornamento
@@ -283,7 +296,7 @@ filterScopeName:
   touched: false
 filterSize:
   description: Label for option to sort scripts by size.
-  message: dimensione
+  message: dimensioni
 genericError:
   description: Label for generic error.
   message: Errore
@@ -312,7 +325,7 @@ hintForBatchAction:
   message: per $1 script corrispondenti
 hintInputURL:
   description: Hint for a prompt box to input URL of a user script.
-  message: 'URL dello script:'
+  message: 'URL input:'
 hintRecycleBin:
   description: Hint for recycle bin.
   message: Gli script rimossi sono elencati qui e verranno conservati per 7 giorni.
@@ -379,13 +392,13 @@ labelBackupMaintenance:
   message: Backup e manutenzione
 labelBadge:
   description: Label for option to show number on badge.
-  message: 'Mostra sull''icona:'
+  message: 'Badge:'
 labelBadgeColors:
   description: Label for option group to set badge colors.
-  message: 'Colori icona:'
+  message: 'Colori badge:'
 labelBadgeNone:
   description: Option to display nothing on badge.
-  message: niente
+  message: nessuno
 labelBadgeTotal:
   description: Option to display total number of running scripts on badge.
   message: numero di script in esecuzione
@@ -397,7 +410,7 @@ labelBlacklist:
   message: Lista nera
 labelContributors:
   description: Label for link to contributors.
-  message: Collaboratori allo sviluppo
+  message: Collaboratori
 labelCurrentLang:
   description: Label of current language.
   message: 'Lingua attuale: '
@@ -418,7 +431,7 @@ labelDonate:
   touched: false
 labelDownloadURL:
   description: Label of script @downloadURL in custom meta data.
-  message: 'URL di download:'
+  message: 'URL download:'
 labelEditValue:
   description: Label shown in the panel to edit a script value.
   message: Modifica valore script
@@ -470,7 +483,7 @@ labelHomepageURL:
   message: 'URL pagina principale:'
 labelIconURL:
   description: Label for the input.
-  message: ''
+  message: 'URL icona:'
 labelImportScriptData:
   description: Option to import script data along with scripts.
   message: Importa dati script
@@ -526,18 +539,18 @@ labelNotifyUpdatesGlobal:
   message: ignora notifica per singoli script (scheda "impostazioni" dell'editor)
 labelPrivacyPolicy:
   description: Label of link to privacy policy
-  message: Politica sulla riservatezza
+  message: Politica sulla privacy
 labelReinstall:
   description: >-
     Shown in the title of the confirm page while trying to install a script
     that's already installed.
-  message: Reinstallazione dello script
+  message: Reinstallazione script
 labelRelated:
   description: Label of related links.
   message: 'Link correlati: '
 labelRemovedAt:
   description: Label for the time when the script is removed.
-  message: Rimosso il giorno $1
+  message: Rimosso alle $1
 labelReplace:
   description: Label for replace input in search box.
   message: 'Sostituisci con: '
@@ -552,7 +565,7 @@ labelScriptTemplate:
   message: Modello script personalizzato
 labelSearch:
   description: Label for search input in search box.
-  message: 'Cerca per: '
+  message: 'Cerca: '
 labelSearchScript:
   description: Placeholder for script search box.
   message: Cerca script...
@@ -622,7 +635,7 @@ labelViewTable:
   message: Vista tabella
 labelWidth:
   description: Width.
-  message: ''
+  message: 'Larghezza:'
 labelXhrInject:
   description: >-
     (`$1` will be shown as `page`) Option in Advanced settings to enable
@@ -695,7 +708,7 @@ menuMatchedFrameScripts:
   message: Script solo per sub-frame
 menuMatchedScripts:
   description: Label for menu listing matched scripts.
-  message: Script
+  message: Script corrispondenti
 menuNewScript:
   description: Menu item to create a new script.
   message: Crea un nuovo script
@@ -915,10 +928,10 @@ optionUpdate:
   message: Aggiorna
 popupSettings:
   description: Item inside the popup's "⋮" menu
-  message: ''
+  message: Impostazioni finestre a comparsa
 popupSettingsHint:
   description: Hint for the config button in the popup
-  message: ''
+  message: 'Clic tasto destro: impostazioni finestre a comparsa'
 readonly:
   description: Text in the editor's header for non-editable scripts.
   message: Modalità solo lettura
@@ -930,7 +943,7 @@ readonlyNote:
     aggiornamenti o consentire le modifiche.
 readonlyOpt:
   description: Option label in the editor, displayed along with readonlyOptWarn.
-  message: Consenti le modifiche
+  message: Consenti modifiche
 readonlyOptWarn:
   description: Text next to readonlyOpt label in the editor.
   message: (il prossimo aggiornamento sovrascriverà le tue modifiche)
@@ -939,7 +952,7 @@ reinstall:
   message: Reinstalla
 reloadTab:
   description: Label of action to reload the tab
-  message: Ricarica la scheda
+  message: Ricarica scheda
 reloadTabTrackHint:
   description: Tooltip for "Reload tab" checkbox when installer is tracking a local file.
   message: >-
@@ -982,7 +995,7 @@ skipScriptsMsg:
     scheda o navigando tra i link, gli script verranno riattivati.
 sortOrder:
   description: Label for the script sort order in dashboard, settings, popup settings.
-  message: ''
+  message: 'Ordine:'
 stopTracking:
   description: Button in a script installation dialog when actually tracking local file.
   message: Smetti di rilevare modifiche
@@ -1043,10 +1056,10 @@ updateScript:
   message: Aggiorna
 updateScriptsAll:
   description: Command/button to update all scripts.
-  message: ''
+  message: Aggiorna tutti gli script
 updateScriptsInTab:
   description: Command/button to update scripts that run in current tab.
-  message: ''
+  message: Aggiorna gli script della scheda attuale
 valueLabelKey:
   description: Label for key of a script value.
   message: Chiave (stringa)

+ 89 - 27
src/_locales/sv/messages.yml

@@ -138,10 +138,12 @@ confirmUndoImport:
     redigering, anpassning)
 descBlacklist:
   description: Description for the global injection blacklist.
-  message: Webbadress som matchas i den här listan kommer inte att injiceras av skript.
+  message: Injektionssvartlista (skript körs inte på matchande webbplatser)
 descBlacklistNet:
   description: Description for the global network blacklist.
-  message: ''
+  message: >-
+    Nätverkssvartlista (skript ansluter inte till matchande webbplatser och
+    deras cookies)
 descCustomCSS:
   description: Description of custom CSS section.
   message: >-
@@ -149,13 +151,28 @@ descCustomCSS:
     säker på vad detta är till för, ändra inget.
 descEditorOptions:
   description: Description of editor options JSON section.
-  message: ''
+  message: >-
+    Anpassade alternativ för CodeMirror och tillägg i JSON-objekt som
+    <code>{"indentUnit":2, "smartIndent":true}</code> Observera att vissa av dem
+    kanske inte fungerar i Violentmonkey. Se <a
+    href="https://codemirror.net/doc/manual.html#config" target="_blank"
+    rel="noopener noreferrer">full lista</a>.
 descEditorOptionsGeneric:
   description: Description of editor options in VM settings.
-  message: ''
+  message: >-
+    Booleska alternativ kan växlas genom att dubbelklicka på värdet:
+    <code>true</code> = aktiverad, <code>false</code> = inaktiverad. Numeriska
+    alternativ som slutar med <code>fördröjning</code>, <code>intervall</code>,
+    <code>värde</code> eller <code>tid</code> är i millisekunder.
 descEditorOptionsVM:
   description: Description of nonstandard editor options in VM settings.
-  message: ''
+  message: >-
+    Icke-standardiserade alternativ: <code>autocompleteOnTyping</code> är en
+    fördröjning i millisekunder för att visa autoslutförande tips efter att ha
+    skrivit klart (<code>0</code> = inaktivera),
+    <code>killTrailingSpaceOnSave</code> tar automatiskt bort efterföljande
+    mellanslag i varje rad när du sparar, <code>showTrailingSpace</code> visar
+    de efterföljande mellanslagen som punkter.
 descScriptTemplate:
   description: Description of script template section.
   message: >-
@@ -163,16 +180,16 @@ descScriptTemplate:
     med MomentJS-kompatibelt format, för exempel <{{date:YYYY-MM-DD}}>.
 disabledScriptsGroup:
   description: 'Used as "Disabled scripts: group"'
-  message: ''
+  message: grupp
 disabledScriptsHide:
   description: 'Used as "Disabled scripts: hide"'
-  message: ''
+  message: dölj
 disabledScriptsSelector:
   description: Label of the option.
-  message: ''
+  message: 'Inaktiverade skript:'
 disabledScriptsShow:
   description: 'Used as "Disabled scripts: show"'
-  message: ''
+  message: visa
 editHelpDocumention:
   description: Label in the editor help tab for the documentation link.
   message: 'Dokumentation om användarskriptmetadatablock och <code>GM</code> API:'
@@ -248,10 +265,10 @@ fileInstallBlocked:
     Detta är farligt eftersom alla användarskript kan läsa alla lokala filer.
 filterAlphabeticalOrder:
   description: Label for option to sort scripts in alphabetical order.
-  message: alfabetisk ordning
+  message: alfabetisk
 filterExecutionOrder:
   description: Label for option to sort scripts in execution order.
-  message: exekutionsorder
+  message: exekution
 filterLastUpdateOrder:
   description: Label for option to sort scripts by last update time.
   message: senaste uppdateringstid
@@ -359,7 +376,7 @@ labelBackupMaintenance:
   message: Säkerhetskopiera och underhåll
 labelBadge:
   description: Label for option to show number on badge.
-  message: 'Visas på brickan: '
+  message: 'Bricka:'
 labelBadgeColors:
   description: Label for option group to set badge colors.
   message: 'Brickfärger: '
@@ -428,7 +445,11 @@ labelFastFirefoxInject:
   message: Alternativt $1-läge i Firefox
 labelFastFirefoxInjectHint:
   description: Tooltip hint for the option in Advanced settings.
-  message: ''
+  message: >-
+    En alternativ injektionsmetod för <document-start> skript sedan Firefox 59,
+    snabbare än standardläget. På samma sätt som "Synkront sidläge" ökar det
+    också minnesförbrukningen, så du kanske vill inaktivera det om dina skript
+    fungerar korrekt utan detta alternativ.
 labelFeedback:
   description: Label of link to feedback page.
   message: Återkoppling
@@ -446,7 +467,7 @@ labelHomepageURL:
   message: Hemsidans webbadress
 labelIconURL:
   description: Label for the input.
-  message: ''
+  message: 'Ikonens webbadress:'
 labelImportScriptData:
   description: Option to import script data along with scripts.
   message: Importera skriptdata
@@ -499,7 +520,7 @@ labelNotifyUpdates:
   message: Visa meddelande om skriptuppdateringar
 labelNotifyUpdatesGlobal:
   description: Option to prioritize global notification option over script's setting.
-  message: ''
+  message: ignorera avisering per skript ("inställningar" i redigeraren)
 labelPrivacyPolicy:
   description: Label of link to privacy policy
   message: Integritetspolicy
@@ -598,7 +619,7 @@ labelViewTable:
   message: Tabellvy
 labelWidth:
   description: Width.
-  message: ''
+  message: 'Bredd:'
 labelXhrInject:
   description: >-
     (`$1` will be shown as `page`) Option in Advanced settings to enable
@@ -606,7 +627,14 @@ labelXhrInject:
   message: Synkront $1-läge
 labelXhrInjectHint:
   description: Tooltip of the `Synchronous page mode` option in Advanced settings.
-  message: ''
+  message: >-
+    Aktivera endast om du har ett skript som måste köras innan sidan börjar
+    laddas och för närvarande körs för sent. Precis som omedelbart
+    injektionsläge i Tampermonkey använder det här alternativet den föråldrade
+    synkrona XHR, så i Chrome/Chromium kommer du att se varningar i
+    devtools-konsolen, även om du säkert kan ignorera dem eftersom de negativa
+    effekterna är försumbara i det här fallet. Du kan dölja varningarna för gott
+    genom att högerklicka på en.
 labelXhrInjectNote:
   description: Shown to the right of "synchronous page mode" in options.
   message: (förutom inkognito och webbplatser med inaktiverade cookies)
@@ -633,7 +661,13 @@ menuExclude:
   message: Uteslut...
 menuExcludeHint:
   description: Shown in popup menu after clicking "Exclude..." in script's "..." dropdown.
-  message: ''
+  message: >-
+    Den aktuella fliken kommer att laddas om automatiskt om du aktiverade det
+    här alternativet i allmänna inställningar.
+
+    För att verkställa ändringar på alla andra flikar, ladda om dem manuellt.
+
+    Använd fliken "Inställningar" i redigeraren för mer flexibilitet.
 menuFeedback:
   description: >-
     Menu item in popup to open the selected script's feedback page. Please use a
@@ -736,7 +770,11 @@ msgNamespaceConflict:
   description: >-
     Message shown when namespace of the new script conflicts with an existent
     one.
-  message: ''
+  message: >-
+    Ett sådant skript är redan installerat.
+
+    Använd antingen ett annat @namn och @namnutrymme här eller redigera det
+    skriptet i stället.
 msgNamespaceConflictRestore:
   description: >-
     Message shown when namespace of the script to restore from recycle bin
@@ -806,7 +844,12 @@ msgSyntaxError:
   message: Syntaxfel?
 msgTardyMatch:
   description: Shown in popup for scripts that missed their chance to run.
-  message: ''
+  message: >-
+    Skriptet fanns inte eller matchade inte webbadressen när sidan laddades,
+    vilket händer på ensidiga applikationswebbplatser som Facebook eller
+    Instagram som använder falsk navigering. Du kan ladda om fliken för att köra
+    skriptet. För att fixa skriptet använd @match för hela webbplatsen och
+    upptäck sedan ändringar med MutationObserver eller window.navigation-API.
 msgUpdated:
   description: Message shown when a script is updated/reinstalled.
   message: Skript uppdaterad.
@@ -818,7 +861,7 @@ noValues:
   message: Inget lagrat värde
 optionEditorWindow:
   description: Label for the option in settings
-  message: ''
+  message: Öppna redigeraren från popup i ett nytt fönster
 optionEditorWindowHint:
   description: >-
     Tooltip for optionEditorWindow in case the browser doesn't support
@@ -872,10 +915,10 @@ optionUpdate:
   message: Uppdatera
 popupSettings:
   description: Item inside the popup's "⋮" menu
-  message: ''
+  message: Popup-inställningar
 popupSettingsHint:
   description: Hint for the config button in the popup
-  message: ''
+  message: 'Högerklick: popup-inställningar'
 readonly:
   description: Text in the editor's header for non-editable scripts.
   message: Skrivskyddad
@@ -934,7 +977,7 @@ skipScriptsMsg:
     om eller navigera på fliken.
 sortOrder:
   description: Label for the script sort order in dashboard, settings, popup settings.
-  message: ''
+  message: 'Sorteringsordning:'
 stopTracking:
   description: Button in a script installation dialog when actually tracking local file.
   message: Sluta spåra
@@ -952,7 +995,26 @@ titleSearchHintV2:
   description: >-
     Hover title for search icon in dashboard. Do not translate content between
     <code>...</code>.
-  message: ''
+  message: >-
+    * <kbd>Returtangenten</kbd> lägger till texten i historiken för
+    autoslutförande
+
+    * Alla villkor är skiftlägesokänsliga
+
+    * Utrymmesseparerade förhållanden kan kombineras
+
+    * Sök efter metadata: <code>"skriptnamn" "beskrivning"</code>
+
+    * Sök efter taggar: <code>#tagg1 #tagg2</code>
+
+    * Sök efter skriptnamn: <code>name:"skriptnamn"</code>
+
+    * Sök efter skriptkod: <code>code:"kod i skriptet"</code>
+
+    * Negativ sökning: <code>!#tagg2 !name:"oönskat skript"</code>
+
+    * Reguljära uttryck: <code>/\w+?/</code>, <code>/\w+?/gi</code>,
+    <code>name:/\w+?/</code>, <code>name+re:"\w+? med mellanslag"</code>
 trackEdits:
   description: Button in a script installation dialog.
   message: Spåra externa redigeringar
@@ -969,10 +1031,10 @@ updateScript:
   message: Uppdatera
 updateScriptsAll:
   description: Command/button to update all scripts.
-  message: ''
+  message: Uppdatera alla skript
 updateScriptsInTab:
   description: Command/button to update scripts that run in current tab.
-  message: ''
+  message: Uppdatera nuvarande fliks skript
 valueLabelKey:
   description: Label for key of a script value.
   message: Nyckel (sträng)

+ 11 - 11
src/_locales/zh_CN/messages.yml

@@ -139,7 +139,7 @@ descBlacklist:
   message: 注入黑名单(脚本不会在匹配的网站上运行)
 descBlacklistNet:
   description: Description for the global network blacklist.
-  message: 网络黑名单(脚本不会连接到匹配的网站及其 cookie)
+  message: 网络黑名单(脚本不会连接到匹配的网站及其 Cookie)
 descCustomCSS:
   description: Description of custom CSS section.
   message: 这里可以为管理页面和脚本安装页面设置自定义CSS。如果你不确定它的意思,请不要修改。
@@ -161,8 +161,8 @@ descEditorOptionsVM:
   message: >-
     非标准选项:<code>autocompleteOnTyping</code>
     是在打字后显示自动完成提示的延迟时间(以毫秒计,<code>0</code>
-    表示停用),<code>killTrailingSpaceOnSave</code>在保存时自动移除每一行的尾随空格
-    ,<code>showTrailingSpace</code>将尾随空格显示为点 
+    表示停用),<code>killTrailingSpaceOnSave</code>
+    在保存时自动移除每一行的尾随空格,<code>showTrailingSpace</code>将尾随空格显示为点。
 descScriptTemplate:
   description: Description of script template section.
   message: >-
@@ -176,7 +176,7 @@ disabledScriptsHide:
   message: 隐藏
 disabledScriptsSelector:
   description: Label of the option.
-  message: 禁用脚本:
+  message: 禁用脚本:
 disabledScriptsShow:
   description: 'Used as "Disabled scripts: show"'
   message: 显示
@@ -250,7 +250,7 @@ filterAlphabeticalOrder:
   message: 字母顺序
 filterExecutionOrder:
   description: Label for option to sort scripts in execution order.
-  message: 执行
+  message: 执行顺序
 filterLastUpdateOrder:
   description: Label for option to sort scripts by last update time.
   message: 最近更新时间
@@ -274,10 +274,10 @@ genericError:
   message: 错误
 genericOff:
   description: To indicate something is turned off or disabled, similar to "no".
-  message: 关
+  message: 关
 genericOn:
   description: To indicate something is turned on or enabled, similar to "yes".
-  message: 开
+  message: 开
 genericUseGlobal:
   description: To indicate some per-script option will use its analog in global settings.
   message: 使用全局设置
@@ -292,7 +292,7 @@ helpForLocalFile:
   message: 显示拖放本地脚本的详细说明
 hintForBatchAction:
   description: Hint shown next to the buttons for batch actions.
-  message: '针对 $1匹配的脚本 '
+  message: 对 $1 匹配的脚本
 hintInputURL:
   description: Hint for a prompt box to input URL of a user script.
   message: 请输入地址:
@@ -434,7 +434,7 @@ labelGeneral:
   message: 通用
 labelHelpTranslate:
   description: Label for link to localization guide in about tab
-  message: Help with translation
+  message: 帮助翻译
 labelHomepage:
   description: Label for home page in about tab.
   message: 主页
@@ -809,8 +809,8 @@ msgTardyMatch:
   description: Shown in popup for scripts that missed their chance to run.
   message: >-
     当页面载入时,如果脚本不存在或与网址不匹配,这种情况通常发生在像是 fb 或 instagram
-    这类使用假导航的单页应用网站中。您可以重新载入分页以执行脚本。要修正脚本,请对整个网站使用 @match,然后利用 MutationObserver 或
-    window.navigation API 来侦测变化。
+    这类使用假导航的单页应用网站中。您可以重新载入标签页以执行脚本。要修正脚本,请使用 @match 匹配整个网站,然后利用
+    MutationObserver 或 window.navigation API 来侦测变化。
 msgUpdated:
   description: Message shown when a script is updated/reinstalled.
   message: 脚本已更新。