From 9b01180ec981d6d0ffd7b0e84a3ddbb0a2cf1ecc Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 31 Oct 2022 22:19:18 +0100 Subject: [builder][server][proxy] complete internationalization and add polish translation --- src/hydrilla/locales/en_US/LC_MESSAGES/messages.po | 98 +++++++++++----------- 1 file changed, 51 insertions(+), 47 deletions(-) (limited to 'src/hydrilla/locales/en_US/LC_MESSAGES/messages.po') diff --git a/src/hydrilla/locales/en_US/LC_MESSAGES/messages.po b/src/hydrilla/locales/en_US/LC_MESSAGES/messages.po index dd8fdb0..73527fd 100644 --- a/src/hydrilla/locales/en_US/LC_MESSAGES/messages.po +++ b/src/hydrilla/locales/en_US/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: hydrilla 2.0\n" "Report-Msgid-Bugs-To: koszko@koszko.org\n" -"POT-Creation-Date: 2022-10-28 19:21+0200\n" +"POT-Creation-Date: 2022-10-31 22:18+0100\n" "PO-Revision-Date: 2022-02-12 00:00+0000\n" "Last-Translator: Wojtek Kosior \n" "Language: en_US\n" @@ -87,7 +87,7 @@ msgid "%(prog)s_%(version)s_license" msgstr "" "%(prog)s %(version)s\n" "Copyright (C) 2021,2022 Wojtek Kosior and contributors.\n" -"License GPLv3+: GNU AGPL version 3 or later " +"License AGPLv3+: GNU AGPL version 3 or later " "\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law." @@ -174,7 +174,7 @@ msgstr "" #: src/hydrilla/mitmproxy_launcher/launch.py:57 msgid "cli_opt.haketilo.listen_host" -msgstr "IP address port number the proxy should listen on." +msgstr "IP address the proxy should listen on." #: src/hydrilla/mitmproxy_launcher/launch.py:59 msgid "cli_opt.haketilo.port" @@ -312,19 +312,19 @@ msgstr "Requested file could not be found." msgid "api.resource_not_enabled_for_access" msgstr "Requested resource is not enabled for access." -#: src/hydrilla/proxy/state_impl/concrete_state.py:111 +#: src/hydrilla/proxy/state_impl/concrete_state.py:119 msgid "err.proxy.unknown_db_schema" msgstr "" "Haketilo's data files have been altered, possibly by a newer version of " "Haketilo." -#: src/hydrilla/proxy/state_impl/concrete_state.py:133 +#: src/hydrilla/proxy/state_impl/concrete_state.py:146 msgid "err.proxy.no_sqlite_foreign_keys" msgstr "" "This installation of Haketilo uses an SQLite version which does not " "support foreign key constraints." -#: src/hydrilla/proxy/state_impl/concrete_state.py:283 +#: src/hydrilla/proxy/state_impl/concrete_state.py:298 msgid "warn.proxy.failed_to_register_landing_page_at_{}" msgstr "Failed to register landing page at \"{}\"." @@ -486,172 +486,176 @@ msgid "web_ui.home.heading.options" msgstr "Global options" #: src/hydrilla/proxy/web_ui/templates/index.html.jinja:76 +msgid "web_ui.home.choose_language_label" +msgstr "Choose your language" + +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:95 msgid "web_ui.home.mapping_usage_mode_label" msgstr "Package usage mode" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:87 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:106 msgid "web_ui.home.packages_are_used_when_enabled" msgstr "" -"Hektilo is currently configured to only use packages that were explicitly" -" enabled." +"Haketilo is currently configured to only use packages that were " +"explicitly enabled." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:90 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:109 msgid "web_ui.home.user_gets_asked_whether_to_enable_package" msgstr "" -"Hektilo is currently configured to ask whenever a package is found that " +"Haketilo is currently configured to ask whenever a package is found that " "could be used for the current site." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:94 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:113 msgid "web_ui.home.packages_are_used_automatically" msgstr "" -"Hektilo is currently configured to automatically use packages that are " +"Haketilo is currently configured to automatically use packages that are " "available for the current site." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:101 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:120 msgid "web_ui.home.use_enabled_button" msgstr "Use when enabled" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:104 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:123 msgid "web_ui.home.use_question_button" msgstr "Ask whether to use" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:107 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:126 msgid "web_ui.home.use_auto_button" msgstr "Use automatically" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:114 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:133 msgid "web_ui.home.script_blocking_mode_label" msgstr "Default scripts treatment" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:124 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:143 msgid "web_ui.home.scripts_are_allowed_by_default" msgstr "" "By default Haketilo currently allows JavaScript sent by websites to the " "browser to execute." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:127 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:146 msgid "web_ui.home.scripts_are_blocked_by_default" msgstr "" "By default Haketilo currently blocks JavaScript sent by websites to the " "browser from executing." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:131 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:150 msgid "web_ui.home.allow_scripts_button" msgstr "Allow scripts" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:132 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:151 msgid "web_ui.home.block_scripts_button" msgstr "Block scripts" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:143 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:162 msgid "web_ui.home.advanced_features_label" msgstr "Advanced features" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:153 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:172 msgid "web_ui.home.user_is_advanced_user" msgstr "Interface features for advanced users are currently enabled." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:156 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:175 msgid "web_ui.home.user_is_simple_user" msgstr "Interface features for advanced users are currently disabled." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:163 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:182 msgid "web_ui.home.user_make_advanced_button" msgstr "Enable" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:166 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:185 msgid "web_ui.home.user_make_simple_button" msgstr "Disable" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:174 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:193 msgid "web_ui.home.orphans_label" msgstr "Orphans" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:180 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:199 msgid "web_ui.home.orphans_to_delete_{mappings}" msgstr "Haketilo is holding some unused packages that can be removed ({mappings})." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:184 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:203 msgid "web_ui.home.orphans_to_delete_exist" msgstr "Haketilo is holding some unused libraries that can be removed." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:188 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:207 msgid "web_ui.home.orphans_to_delete_{mappings}_{resources}" msgstr "" "Haketilo is holding some unused items that can be removed (packages: " "{mappings}; libraries: {resources})." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:197 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:216 msgid "web_ui.home.prune_orphans_button" msgstr "Prune orphans" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:208 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:227 msgid "web_ui.home.popup_settings_label" msgstr "Popup settings" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:224 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:243 msgid "web_ui.home.configure_popup_settings_on_pages_with" msgstr "Configure popup settings on pages with" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:230 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:249 msgid "web_ui.home.popup_settings_jsallowed_button" msgstr "JS allowed" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:231 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:250 msgid "web_ui.home.popup_settings_jsblocked_button" msgstr "JS blocked" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:232 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:251 msgid "web_ui.home.popup_settings_payloadon_button" msgstr "Payload used" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:282 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:301 msgid "web_ui.home.popup_no_button" msgstr "Disable popup" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:285 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:304 msgid "web_ui.home.popup_yes_button" msgstr "Enable popup" -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:295 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:314 msgid "web_ui.home.jsallowed_popup_yes" msgstr "" "Haketilo currently makes it possible to open its popup window on pages " "where native JS has been allowed to execute. This is a convenience that " "comes at a price of greater risk of user fingerprinting." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:297 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:316 msgid "web_ui.home.jsallowed_popup_no" msgstr "" "Haketilo currently does not make it possible to open its popup window on " "pages with their native JS allowed. This setting is less convenient but " "decreases the risk of user fingerprinting." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:303 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:322 msgid "web_ui.home.jsblocked_popup_yes" msgstr "" "Haketilo currently makes it possible to open its popup window on pages " "where native JS has been blocked from executing." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:305 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:324 msgid "web_ui.home.jsblocked_popup_no" msgstr "" "Haketilo currently does not make it possible to open its popup window on " "pages where native JS has been blocked from executing." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:311 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:330 msgid "web_ui.home.payloadon_popup_yes" msgstr "" "Haketilo currently makes it possible to open its popup window on pages " "where payload is used." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:313 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:332 msgid "web_ui.home.payloadon_popup_no" msgstr "" "Haketilo currently does not make it possible to open its popup window on " "pages where payload is used." -#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:318 +#: src/hydrilla/proxy/web_ui/templates/index.html.jinja:337 msgid "web_ui.home.popup_can_be_opened_by" msgstr "" "When enabled on given page, popup dialog can be opened by typing big " @@ -1145,7 +1149,7 @@ msgstr "URL" #: src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja:43 #: src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja:116 msgid "web_ui.err.repo_url_invalid" -msgstr "Chosen URL is not vald." +msgstr "Chosen URL is not valid." #: src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja:49 msgid "web_ui.repos.add.submit_button" @@ -1276,7 +1280,7 @@ msgstr "URL pattern" #: src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja:35 #: src/hydrilla/proxy/web_ui/templates/rules/show_single.html.jinja:56 msgid "web_ui.err.rule_pattern_invalid" -msgstr "Chosen URL pattern is not vald." +msgstr "Chosen URL pattern is not valid." #: src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja:40 msgid "web_ui.rules.add.block_or_allow_label" -- cgit v1.2.3