cadeyrn / enterprise-policy-generator

The Enterprise Policy Engine allows administrators to configure Firefox via a configuration file. The Enterprise Policy Generator helps to create the configuration file.
https://addons.mozilla.org/en-US/firefox/addon/enterprise-policy-generator/
Mozilla Public License 2.0
63 stars 10 forks source link

Translations for Enterprise Policy Generator 6.0 #271

Open cadeyrn opened 1 week ago

cadeyrn commented 1 week ago

For Enterprise Policy Generator 6.0, new translations are needed. /cc @xerta555 (FR), @Toinane (FR), @TheStaticTurtle (FR), @fang5566 (zh-CN), @yfdyh000 (zh-CN), @wvxwxvw (RU) as you were translators in the past. Are you interested in contributing the new translations or do you know someone? Thanks!

These are the new strings:

{
  "explanation_intro_macos": {
    "message": "Create a “distribution” directory inside the /Contents/Resources/ directory of the Firefox application package and place the file “policies.json” there. To open the application package, right-click on the Firefox application in the Finder and choose “show package contents” from the context menu."
  },
  "invalid_json_label": {
    "message": "invalid JSON"
  },
  "lock_preference": {
    "message": "Protect preference from changes"
  },
  "non_allowed_preference_label": {
    "message": "Preference name not allowed"
  },
  "policy_description_3rdParty": {
    "message": "Preconfiguration of settings for extensions that use chrome.storage.managed"
  },
  "policy_description_3rdparty_JSON_caption": {
    "message": "JSON configuration"
  },
  "policy_description_3rdparty_JSON_label": {
    "message": "JSON (configuration must be surrounded by curly brackets {})"
  },
  "policy_description_3rdParty_Label_Key": {
    "message": "Add-on ID"
  },
  "policy_description_AppAutoUpdate": {
    "message": "Install Firefox updates automatically"
  },
  "policy_description_Authentication_AllowProxies": {
    "message": "Always allow SPNEGO or NTLM with proxy servers"
  },
  "policy_description_Authentication_AllowProxies_NTLM": {
    "message": "Always allow NTLM with proxy servers"
  },
  "policy_description_Authentication_AllowProxies_SPNEGO": {
    "message": "Always allow NTLM with proxy servers"
  },
  "policy_description_Authentication_PrivateBrowsing": {
    "message": "Enable integrated authentication in private browsing"
  },
  "policy_description_Cookies_AllowSession": {
    "message": "Domains where cookies are only allowed for the current session"
  },
  "policy_description_Cookies_AllowSession_Domain": {
    "message": "Domain"
  },
  "policy_description_DisabledCiphers": {
    "message": "Enable or disable specific cryptographic ciphers"
  },
  "policy_description_DisableDefaultBrowserAgent": {
    "message": "Disable the default browser agent"
  },
  "policy_description_DisableFirefoxAccounts": {
    "message": "Disable Mozilla account based services like Firefox Sync"
  },
  "policy_description_DisplayMenuBar": {
    "message": "Show the menu bar"
  },
  "policy_description_DisplayMenuBar_always": {
    "message": "The menubar is always shown and cannot be hidden"
  },
  "policy_description_DisplayMenuBar_default_off": {
    "message": "The menubar is off by default but can be shown"
  },
  "policy_description_DisplayMenuBar_default_on": {
    "message": "The menubar is on by default but can be hidden"
  },
  "policy_description_DisplayMenuBar_never": {
    "message": "The menubar is hidden and cannot be shown"
  },
  "policy_description_DNSOverHTTPS_ExcludedDomains": {
    "message": "Exclude domains from DNS over HTTPS"
  },
  "policy_description_EnableTrackingProtection_Exceptions": {
    "message": "Exceptions"
  },
  "policy_description_EncryptedMediaExtensions": {
    "message": "Enable or disable Encrypted Media Extensions (needed for video streaming portals)"
  },
  "policy_description_EncryptedMediaExtensions_Enabled": {
    "message": "If disabled, Firefox will not download the Widevine CDM unless the user consents to installing it. If disabled and locked the user will not be asked to download Widevine."
  },
  "policy_description_ExtensionSettings_restricted_domains": {
    "message": "Domains on which content scripts can't be run"
  },
  "policy_description_ExtensionSettings_updates_disabled": {
    "message": "Allow automatic updates"
  },
  "policy_description_Handlers": {
    "message": "Configure default application handlers"
  },
  "policy_description_Handlers_type_file_extension": {
    "message": "File extension"
  },
  "policy_description_Handlers_type_file_extension_placeholder": {
    "message": "e.g. “pdf”"
  },
  "policy_description_Handlers_type_mime_type": {
    "message": "MIME type"
  },
  "policy_description_Handlers_type_mime_type_placeholder": {
    "message": "e.g. “application/msword”"
  },
  "policy_description_Handlers_type_schema": {
    "message": "Scheme"
  },
  "policy_description_Handlers_type_schema_placeholder": {
    "message": "e.g. “mailto”"
  },
  "policy_description_Handlers_property_action": {
    "message": "Action"
  },
  "policy_description_Handlers_property_action_saveToDisk": {
    "message": "Save to disk"
  },
  "policy_description_Handlers_property_action_useHelperApp": {
    "message": "open with application"
  },
  "policy_description_Handlers_property_action_useSystemDefault": {
    "message": "use system default"
  },
  "policy_description_Handlers_property_ask": {
    "message": "Ask the user what they want to do with the file"
  },
  "policy_description_Handlers_property_ask_false": {
    "message": "The action is taken without user intervention"
  },
  "policy_description_Handlers_property_ask_true": {
    "message": "The user is asked what they want to do with the file"
  },
  "policy_description_Handlers_property_handlers": {
    "message": "A list of handlers, where the first handler is the default handler. If there is to be no standard handler, an empty object is to be used for the first handler. Either the path to a local application or the URL to a web-based handler can be specified."
  },
  "policy_description_Handlers_property_handlers_name": {
    "message": "The display name of the handler (might not be used)"
  },
  "policy_description_Handlers_property_handlers_path": {
    "message": "The path to an executable"
  },
  "policy_description_Handlers_property_handlers_uriTemplate": {
    "message": "URL to a web-based handler. Must start with https:// and contain \"%s\" for the substitution"
  },
  "policy_description_Homepage_StartPage_Homepage": {
    "message": "… the website defined as homepage (but the user can also optionally start with the previous browser session)"
  },
  "policy_description_Homepage_StartPage_Homepage_locked": {
    "message": "… the website defined as homepage (the user cannot start with the previous browser session)"
  },
  "policy_description_LegacySameSiteCookieBehaviorEnabled": {
    "message": "Enable the legacy default behaviour for SameSite cookies"
  },
  "policy_description_LegacySameSiteCookieBehaviorEnabledForDomainList": {
    "message": "Enable the legacy behavior for SameSite cookies on specified websites"
  },
  "policy_description_PDFjs": {
    "message": "Disable or configure the built-in PDF viewer"
  },
  "policy_description_PDFjs_Enabled": {
    "message": "Enable or disable the built-in PDF viewer"
  },
  "policy_description_PDFjs_EnablePermissions": {
    "message": "Honor document permissions like preventing the copying of text"
  },
  "policy_description_Permissions": {
    "message": "Configure permissions"
  },
  "policy_description_Permissions_Autoplay": {
    "message": "Autoplay"
  },
  "policy_description_Permissions_Autoplay_Allow": {
    "message": "Allow autoplay for these URLs"
  },
  "policy_description_Permissions_Autoplay_Block": {
    "message": "Block autoplay for these URLs"
  },
  "policy_description_Permissions_Autoplay_Default": {
    "message": "Default for all websites"
  },
  "policy_description_Permissions_Autoplay_Default_allow_audio_video": {
    "message": "Allow Audio and Video"
  },
  "policy_description_Permissions_Autoplay_Default_block_audio": {
    "message": "Block Audio"
  },
  "policy_description_Permissions_Autoplay_Default_block_audio_video": {
    "message": "Block Audio and Video"
  },
  "policy_description_Permissions_VirtualReality": {
    "message": "Virtual Reality"
  },
  "policy_description_Permissions_VirtualReality_Allow": {
    "message": "Allow access for these URLs"
  },
  "policy_description_Permissions_VirtualReality_Block": {
    "message": "Block access for these URLs"
  },
  "policy_description_Permissions_VirtualReality_BlockNewRequests": {
    "message": "Block new requests asking to access your virtual reality devices"
  },
  "policy_description_PictureInPicture": {
    "message": "Enable or disable the picture in picture feature for videos"
  },
  "policy_description_Preferences": {
    "message": "Specify user-defined preferences (about:config)"
  },
  "policy_description_Preferences_Label_Key": {
    "message": "Preference name"
  },
  "policy_description_Preferences_Status": {
    "message": "Status"
  },
  "policy_description_Preferences_Status_clear": {
    "message": "Preference will be reset to default at every start, value has no effect"
  },
  "policy_description_Preferences_Status_default": {
    "message": "Preference can be changed and appears as default in case of non-default value"
  },
  "policy_description_Preferences_Status_locked": {
    "message": "Preference can not be changed and appears as default in case of non-default value"
  },
  "policy_description_Preferences_Status_user": {
    "message": "Preference can be changed and appears as modified in case of non-default value"
  },
  "policy_description_Preferences_Type": {
    "message": "Type"
  },
  "policy_description_Preferences_Type_boolean": {
    "message": "Boolean"
  },
  "policy_description_Preferences_Type_number": {
    "message": "Number"
  },
  "policy_description_Preferences_Type_string": {
    "message": "Text"
  },
  "policy_description_Preferences_Value": {
    "message": "Value"
  },
  "policy_description_PrimaryPassword": {
    "message": "Require or prevent using a primary password (formerly known as  master password)"
  },
  "policy_description_PrimaryPassword_false": {
    "message": "Remove the primary password functionality"
  },
  "policy_description_PrimaryPassword_true": {
    "message": "A primary password is required"
  },
  "policy_description_SanitizeOnShutdown_Locked_false": {
    "message": "Protect no options from changes"
  },
  "policy_description_SanitizeOnShutdown_Locked_null": {
    "message": "Protect all options from changes"
  },
  "policy_description_SanitizeOnShutdown_Locked_true": {
    "message": "Protect only the set options from changes"
  },
  "policy_description_ShowHomeButton": {
    "message": "Show the home button on the toolbar"
  },
  "policy_description_UserMessaging": {
    "message": "Allow or prevent Firefox from messaging the user"
  },
  "policy_description_UserMessaging_ExtensionRecommendations": {
    "message": "Recommend extensions while the user is visiting websites"
  },
  "policy_description_UserMessaging_FeatureRecommendations": {
    "message": "Recommend browser features"
  },
  "policy_description_UserMessaging_SkipOnboarding": {
    "message": "Disable onboarding screen for new users"
  },
  "policy_description_UserMessaging_UrlbarInterventions": {
    "message": "Show Firefox specific suggestions in the URL bar"
  },
  "policy_description_UserMessaging_WhatsNew": {
    "message": "Show the “What's New“ icon and menu item"
  }
}