Skip to content

Commit

Permalink
Update localized resources
Browse files Browse the repository at this point in the history
Update resources from Crowdin.

Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com>
  • Loading branch information
zapbot committed Jan 20, 2022
1 parent 620425e commit 3f42fdd
Showing 1 changed file with 89 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
hud.api.action.log = Used by the HUD to log messages from the browser
hud.api.action.recordRequest = Used by the HUD to cache a request the user wants to send in the browser
hud.api.action.resetTutorialTasks = Reset the tutorial tasks so that they must be completed again
hud.api.action.setOptionBaseDirectory = Set the base directory from which the HUD files are loaded
hud.api.action.setOptionDevelopmentMode = Sets the boolean option 'Development mode'
hud.api.action.setOptionEnabled = Sets whether or not the HUD is enabled
hud.api.action.setOptionInScopeOnly = Sets the boolean option 'In scope only'
hud.api.action.setOptionRemoveCSP = Sets the boolean option 'Remove CSP'
hud.api.action.setUiOption = Sets a UI option with the given key and value. The key must be 50 or fewer alphanumeric characters
hud.api.view.getUiOption = Gets a UI option set using setUiOption. If the supplied key is not set then an empty string is returned
hud.api.view.optionAllowUnsafeEval = Returns true if the 'Allow unsafe-eval' option is set
hud.api.view.optionBaseDirectory = Returns the base directory from which the HUD files are loaded
hud.api.view.optionDevelopmentMode = Returns true if the 'Development mode' option is set
hud.api.view.optionEnabled = Returns true if the HUD is enabled
hud.api.view.optionInScopeOnly = Returns true if the 'In scope only' option is set
hud.api.view.optionRemoveCSP = Returns true if the 'Remove CSP' option is set
hud.api.view.hudAlertData = Returns the alert summary needed by the HUD for the specified URL
hud.api.view.heartbeat = Used by service workers to keep alive
hud.api.other.changesInHtml = Returns the changelog in HTML format

hud.cmdline.hud.help = Launches a browser configured to proxy through ZAP with the HUD enabled, for use in daemon mode
hud.cmdline.hudbrowser.help = Launches a browser as per the -hud option with the specified browser, supported options\: {0} by default ''Firefox''
hud.cmdline.hudurl.help = Launches a browser as per the -hud option with the specified URL
hud.cmdline.error.badbrowser = Invalid HUD browser specified, must be one of\: {0}

hud.desc = Heads Up Display
hud.script.type.hud = HUD
hud.toolbar.button.off.tooltip = Enable the ZAP HUD
hud.toolbar.button.on.tooltip = Disable the ZAP HUD

hud.menu.hudGroup = ZAP HUD Group

hud.optionspanel.name = HUD
hud.optionspanel.button.baseDirectory = Change
hud.optionspanel.label.baseDirectory = Base Directory\:
hud.optionspanel.label.enabledForDesktop = Enable when using the ZAP Desktop
hud.optionspanel.label.enabledForDaemon = Enable when using ZAP in daemon mode
hud.optionspanel.label.enableTelemetry = Enable anonymous telemetry
hud.optionspanel.label.enableOnDomainMsgs = Enable on-domain messages
hud.optionspanel.label.inScopeOnly = Enable the HUD only for URLs that are in scope
hud.optionspanel.label.showWelcomeScreen = Show the HUD welcome screen when a browser is opened
hud.optionspanel.label.removeCsp = Remove CSP from target pages
hud.optionspanel.label.developmentMode = Development mode
hud.optionspanel.label.allowUnsafeEval = <html>Allow unsafe-evals<br><font color\='red'>Only use in a safe environment for compiling templates inline</font></html>
hud.optionspanel.label.resetTutorialTasks = Reset tutorial tasks
hud.optionspanel.label.skipTutorialTasks = Skip tutorial tasks
hud.optionspanel.warn.badBaseDir = Base Directory either does not exist or is not readable

hud.tutorial.button.index = Index
hud.tutorial.button.next = Next\:&nbsp;
hud.tutorial.button.previous = Previous\:&nbsp;
hud.tutorial.hover.new = New content added
hud.tutorial.page.activescan = Active Scan
hud.tutorial.page.ajaxspider = Ajax Spider
hud.tutorial.page.alertnotifications = Alert Notifications
hud.tutorial.page.alerts = Alerts
hud.tutorial.page.alertnotifications.alert.title.0 = Example Informational Alert Notification
hud.tutorial.page.alertnotifications.alert.title.1 = Example Low-Level Notification
hud.tutorial.page.alertnotifications.alert.title.2 = Example Medium-Level Notification
hud.tutorial.page.alertnotifications.alert.title.3 = Example High-Level Notification
hud.tutorial.page.alertnotifications.alert.description = An example alert - this description will usually have more useful information in it\!
hud.tutorial.page.attackmode = Attack Mode
hud.tutorial.page.break = Break
hud.tutorial.page.comments = Comments
hud.tutorial.page.complete = Complete
hud.tutorial.page.enable = Enable
hud.tutorial.page.frames = Frames
hud.tutorial.page.history = History
hud.tutorial.page.htmlreport = HTML Report
hud.tutorial.page.hudconfig = HUD Configuration
hud.tutorial.page.intro = Welcome
hud.tutorial.page.pagealerts = Page Alerts
hud.tutorial.page.pagealerts.alert.title = HUD Tutorial Page Alert
hud.tutorial.page.pagealerts.alert.description = Alerts are usually potential security vulnerabilities that have been found in the target site. In this case, the alert is for the HUD tutorial, and the key you need is\: {0}
hud.tutorial.page.resend = Resend
hud.tutorial.page.scope = Scope
hud.tutorial.page.show = Show
hud.tutorial.page.sitealerts = Site Alerts
hud.tutorial.page.sitealerts.alert.title = HUD Tutorial Site Alert
hud.tutorial.page.sitealerts.alert.description = This alert is associated with a JavaScript file so you would only see Page Alerts for it if you manually opened it in your browser. However, you will see any alerts related to it in the Site Alert tools. You can see the request and response associated with the alert by clicking on the URL above. In this case, the key you need is in the response body.
hud.tutorial.page.sites = Sites
hud.tutorial.page.spider = Spider
hud.tutorial.page.toolconfig = Tool Configuration
hud.tutorial.page.togglescript = Toggle Script
hud.tutorial.page.upgrade = HTTPS Upgrade
hud.tutorial.page.warning = Warning
hud.tutorial.page.websockets = WebSockets
hud.tutorial.task.complete = <h2>Task Completed</h2>

0 comments on commit 3f42fdd

Please sign in to comment.