From bd0af95cce132087610307de95d59c5155f3fcfa Mon Sep 17 00:00:00 2001
From: zapbot <12745184+zapbot@users.noreply.github.com>
Date: Thu, 9 Nov 2023 06:43:00 +0000
Subject: [PATCH] Update localized resources
Update resources from Crowdin.
Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com>
---
.../hud/resources/Messages_kaa.properties | 88 +++++++++++++++++++
1 file changed, 88 insertions(+)
create mode 100644 src/main/resources/org/zaproxy/zap/extension/hud/resources/Messages_kaa.properties
diff --git a/src/main/resources/org/zaproxy/zap/extension/hud/resources/Messages_kaa.properties b/src/main/resources/org/zaproxy/zap/extension/hud/resources/Messages_kaa.properties
new file mode 100644
index 000000000..4386c4e6d
--- /dev/null
+++ b/src/main/resources/org/zaproxy/zap/extension/hud/resources/Messages_kaa.properties
@@ -0,0 +1,88 @@
+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.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 = Allow unsafe-evals
Only use in a safe environment for compiling templates inline
+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\:
+hud.tutorial.button.previous = Previous\:
+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 = Tariyx
+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 =