diff --git a/SuperUrlBar/README.md b/SuperUrlBar/README.md index 4c2cb92..4aac962 100644 --- a/SuperUrlBar/README.md +++ b/SuperUrlBar/README.md @@ -1,6 +1,11 @@ # Super Url Bar ![image](https://raw.githubusercontent.com/JLBlk/Zen-Themes/refs/heads/main/SuperUrlBar/image.png) + +## Supported Languages / Idiomas Suportados / Idiomas Soportados +- English +- Português do Brasil +- Español ## Settings: diff --git a/SuperUrlBar/locales/available-locales.json b/SuperUrlBar/locales/available-locales.json new file mode 100644 index 0000000..2d7e346 --- /dev/null +++ b/SuperUrlBar/locales/available-locales.json @@ -0,0 +1,20 @@ +{ + "available": [ + { + "code": "en", + "name": "English", + "nativeName": "English" + }, + { + "code": "pt-BR", + "name": "Brazilian Portuguese", + "nativeName": "Português do Brasil" + }, + { + "code": "es", + "name": "Spanish", + "nativeName": "Español" + } + ], + "default": "en" +} \ No newline at end of file diff --git a/SuperUrlBar/locales/en/preferences.json b/SuperUrlBar/locales/en/preferences.json new file mode 100644 index 0000000..042f3ac --- /dev/null +++ b/SuperUrlBar/locales/en/preferences.json @@ -0,0 +1,186 @@ +[ + { + "property": "uc.language", + "label": "Language / Idioma", + "type": "dropdown", + "defaultValue": "en", + "disabledOn": [], + "options": [ + { + "label": "English", + "value": "en" + }, + { + "label": "Português do Brasil", + "value": "pt-BR" + }, + { + "label": "Español", + "value": "es" + } + ] + }, + { + "property": "uc.urlbar.border-radius", + "label": "Adjusts the border radius of the url bar and its items", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urltext.center", + "label": "Centers the text inside the url bar", + "type": "dropdown", + "defaultValue": "normal", + "disabledOn": [], + "options": [ + { + "label": "Centered unless focused", + "value": "normal" + }, + { + "label": "Always Centered", + "value": "advanced" + } + ] + }, + { + "property": "uc.urlbar.border", + "label": "Adds a border to the url bar", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.move-icon-into", + "label": "Move 1 button that's directly next to the url bar (you can do that by using 'Customize Toolbar') into the url bar", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.blur-intensity", + "label": "Enable a Background Blur when the Url Bar is focused & select its Intensity", + "type": "dropdown", + "disabledOn": [], + "options": [ + { + "label": "Subtle", + "value": "Subtle" + }, + { + "label": "Normal", + "value": "Normal" + }, + { + "label": "Rather Strong", + "value": "RatherStrong" + }, + { + "label": "Strong", + "value": "Strong" + }, + { + "label": "Really Strong", + "value": "ReallyStrong" + } + ] + }, + { + "property": "uc.urlbar.custom-bg-color.mode", + "label": "Enables Custom Colors for the Url Bar", + "placeholder": "Disabled", + "type": "dropdown", + "disabledOn": [], + "options": [ + { + "label": "Coloring when url bar is in focus", + "value": "Focus" + }, + { + "label": "Coloring when url bar is NOT in focus", + "value": "noFocus" + }, + { + "label": "Always color url bar", + "value": "AlwaysColor" + } + ] + }, + { + "property": "uc.urlbar.custom-bg-color", + "label": "Custom Color for the Url Bar (Dropdown above needs to be enabled)", + "placeholder": "Enter Color Code", + "type": "string" + }, + { + "property": "browser.urlbar.openintab", + "label": "Always open websites in a new tab when using url bar", + "type": "checkbox" + }, + { + "property": "uc.urlbar.hide.container-info", + "label": "Hides the container info", + "type": "dropdown", + "placeholder": "Disabled", + "disabledOn": [], + "options": [ + { + "label": "Only hide the label", + "value": "hideLabel" + }, + { + "label": "Only hide the icon", + "value": "hideIcon" + }, + { + "label": "Hide both, icon and label", + "value": "hideIconLabel" + } + ] + }, + { + "property": "uc.urlbar.icon.zoom.removed", + "label": "Hides the Zoom icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.shield.removed", + "label": "Hides the Shield icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.bookmark.removed", + "label": "Hides the Bookmark (Star) icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.reader-mode.removed", + "label": "Hides the Reader-Mode icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.pip.removed", + "label": "Hides the Picture-in-Picture icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.split-view.removed", + "label": "Hides the Split View icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.left-side.removed", + "label": "Hides all the icons/buttons on the left side", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.show-on-hover", + "label": "Make all the hidden icons show when hovering the url bar", + "type": "checkbox" + } +] diff --git a/SuperUrlBar/locales/es/preferences.json b/SuperUrlBar/locales/es/preferences.json new file mode 100644 index 0000000..16f3a73 --- /dev/null +++ b/SuperUrlBar/locales/es/preferences.json @@ -0,0 +1,186 @@ +[ + { + "property": "uc.language", + "label": "Idioma / Language", + "type": "dropdown", + "defaultValue": "es", + "disabledOn": [], + "options": [ + { + "label": "Español", + "value": "es" + }, + { + "label": "English", + "value": "en" + }, + { + "label": "Português do Brasil", + "value": "pt-BR" + } + ] + }, + { + "property": "uc.urlbar.border-radius", + "label": "Ajusta el radio del borde de la barra de URL y sus elementos", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urltext.center", + "label": "Centra el texto dentro de la barra de URL", + "type": "dropdown", + "defaultValue": "normal", + "disabledOn": [], + "options": [ + { + "label": "Centrado a menos que esté enfocado", + "value": "normal" + }, + { + "label": "Siempre centrado", + "value": "advanced" + } + ] + }, + { + "property": "uc.urlbar.border", + "label": "Añade un borde a la barra de URL", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.move-icon-into", + "label": "Mueve un botón que está directamente al lado de la barra de URL (puedes hacerlo usando 'Personalizar barra de herramientas') a la barra de URL", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.blur-intensity", + "label": "Activa el desenfoque de fondo cuando la barra de URL está enfocada y selecciona su intensidad", + "type": "dropdown", + "disabledOn": [], + "options": [ + { + "label": "Sutil", + "value": "Subtle" + }, + { + "label": "Normal", + "value": "Normal" + }, + { + "label": "Bastante fuerte", + "value": "RatherStrong" + }, + { + "label": "Fuerte", + "value": "Strong" + }, + { + "label": "Muy fuerte", + "value": "ReallyStrong" + } + ] + }, + { + "property": "uc.urlbar.custom-bg-color.mode", + "label": "Activa colores personalizados para la barra de URL", + "placeholder": "Desactivado", + "type": "dropdown", + "disabledOn": [], + "options": [ + { + "label": "Color cuando la barra de URL está enfocada", + "value": "Focus" + }, + { + "label": "Color cuando la barra de URL NO está enfocada", + "value": "noFocus" + }, + { + "label": "Color siempre en la barra de URL", + "value": "AlwaysColor" + } + ] + }, + { + "property": "uc.urlbar.custom-bg-color", + "label": "Color personalizado para la barra de URL (el dropdown anterior debe estar activado)", + "placeholder": "Introduce el código de color", + "type": "string" + }, + { + "property": "browser.urlbar.openintab", + "label": "Abrir siempre los sitios web en una nueva pestaña al usar la barra de URL", + "type": "checkbox" + }, + { + "property": "uc.urlbar.hide.container-info", + "label": "Oculta la información del contenedor", + "type": "dropdown", + "placeholder": "Desactivado", + "disabledOn": [], + "options": [ + { + "label": "Ocultar solo la etiqueta", + "value": "hideLabel" + }, + { + "label": "Ocultar solo el ícono", + "value": "hideIcon" + }, + { + "label": "Ocultar ambos, ícono y etiqueta", + "value": "hideIconLabel" + } + ] + }, + { + "property": "uc.urlbar.icon.zoom.removed", + "label": "Oculta el ícono de Zoom", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.shield.removed", + "label": "Oculta el ícono de Escudo", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.bookmark.removed", + "label": "Oculta el ícono de Favorito (Estrella)", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.reader-mode.removed", + "label": "Oculta el ícono de Modo Lector", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.pip.removed", + "label": "Oculta el ícono de Imagen en Imagen", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.split-view.removed", + "label": "Oculta el ícono de Vista Dividida", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.left-side.removed", + "label": "Oculta todos los íconos/botones del lado izquierdo", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.show-on-hover", + "label": "Hace que todos los íconos ocultos se muestren al pasar el cursor sobre la barra de URL", + "type": "checkbox" + } +] diff --git a/SuperUrlBar/locales/pt-BR/preferences.json b/SuperUrlBar/locales/pt-BR/preferences.json new file mode 100644 index 0000000..5ee85f5 --- /dev/null +++ b/SuperUrlBar/locales/pt-BR/preferences.json @@ -0,0 +1,186 @@ +[ + { + "property": "uc.language", + "label": "Idioma / Language", + "type": "dropdown", + "defaultValue": "pt-BR", + "disabledOn": [], + "options": [ + { + "label": "Português do Brasil", + "value": "pt-BR" + }, + { + "label": "English", + "value": "en" + }, + { + "label": "Español", + "value": "es" + } + ] + }, + { + "property": "uc.urlbar.border-radius", + "label": "Ajusta o raio da borda da barra de URL e seus itens", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urltext.center", + "label": "Centraliza o texto dentro da barra de URL", + "type": "dropdown", + "defaultValue": "normal", + "disabledOn": [], + "options": [ + { + "label": "Centralizado, a menos que esteja focado", + "value": "normal" + }, + { + "label": "Sempre Centralizado", + "value": "advanced" + } + ] + }, + { + "property": "uc.urlbar.border", + "label": "Adiciona uma borda à barra de URL", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.move-icon-into", + "label": "Move 1 botão que está diretamente ao lado da barra de URL (você pode fazer isso usando 'Personalizar Barra de Ferramentas') para dentro da barra de URL", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.blur-intensity", + "label": "Ativa o desfoque de fundo quando a barra de URL está em foco e seleciona sua intensidade", + "type": "dropdown", + "disabledOn": [], + "options": [ + { + "label": "Sutil", + "value": "Subtle" + }, + { + "label": "Normal", + "value": "Normal" + }, + { + "label": "Bastante Forte", + "value": "RatherStrong" + }, + { + "label": "Forte", + "value": "Strong" + }, + { + "label": "Muito Forte", + "value": "ReallyStrong" + } + ] + }, + { + "property": "uc.urlbar.custom-bg-color.mode", + "label": "Ativa Cores Personalizadas para a Barra de URL", + "placeholder": "Desativado", + "type": "dropdown", + "disabledOn": [], + "options": [ + { + "label": "Cor quando a barra de URL está em foco", + "value": "Focus" + }, + { + "label": "Cor quando a barra de URL NÃO está em foco", + "value": "noFocus" + }, + { + "label": "Cor sempre na barra de URL", + "value": "AlwaysColor" + } + ] + }, + { + "property": "uc.urlbar.custom-bg-color", + "label": "Cor personalizada para a barra de URL (o dropdown acima precisa estar ativado)", + "placeholder": "Digite o Código da Cor", + "type": "string" + }, + { + "property": "browser.urlbar.openintab", + "label": "Sempre abrir sites em uma nova aba ao usar a barra de URL", + "type": "checkbox" + }, + { + "property": "uc.urlbar.hide.container-info", + "label": "Oculta as informações do contêiner", + "type": "dropdown", + "placeholder": "Desativado", + "disabledOn": [], + "options": [ + { + "label": "Ocultar apenas o rótulo", + "value": "hideLabel" + }, + { + "label": "Ocultar apenas o ícone", + "value": "hideIcon" + }, + { + "label": "Ocultar ambos, ícone e rótulo", + "value": "hideIconLabel" + } + ] + }, + { + "property": "uc.urlbar.icon.zoom.removed", + "label": "Oculta o ícone de Zoom", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.shield.removed", + "label": "Oculta o ícone de Escudo", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.bookmark.removed", + "label": "Oculta o ícone de Favorito (Estrela)", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.reader-mode.removed", + "label": "Oculta o ícone de Modo Leitor", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.pip.removed", + "label": "Oculta o ícone de Picture-in-Picture", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.split-view.removed", + "label": "Oculta o ícone de Split View", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.left-side.removed", + "label": "Oculta todos os ícones/botões do lado esquerdo", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.show-on-hover", + "label": "Faz todos os ícones ocultos aparecerem ao passar o mouse sobre a barra de URL", + "type": "checkbox" + } +] diff --git a/SuperUrlBar/preferences.json b/SuperUrlBar/preferences.json index d47bf26..d69be94 100644 --- a/SuperUrlBar/preferences.json +++ b/SuperUrlBar/preferences.json @@ -1,165 +1,5 @@ -[ - { - "property": "uc.urlbar.border-radius", - "label": "Adjusts the border radius of the url bar and its items", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urltext.center", - "label": "Centers the text inside the url bar", - "type": "dropdown", - "defaultValue": "normal", - "disabledOn": [], - "options": [ - { - "label": "Centered unless focused", - "value": "normal" - }, - { - "label": "Always Centered", - "value": "advanced" - } - ] - }, - { - "property": "uc.urlbar.border", - "label": "Adds a border to the url bar", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.move-icon-into", - "label": "Move 1 button that's directly next to the url bar (you can do that by using 'Customize Toolbar') into the url bar", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.blur-intensity", - "label": "Enable a Background Blur when the Url Bar is focused & select its Intensity", - "type": "dropdown", - "disabledOn": [], - "options": [ - { - "label": "Subtle", - "value": "Subtle" - }, - { - "label": "Normal", - "value": "Normal" - }, - { - "label": "Rather Strong", - "value": "RatherStrong" - }, - { - "label": "Strong", - "value": "Strong" - }, - { - "label": "Really Strong", - "value": "ReallyStrong" - } - ] - }, - { - "property": "uc.urlbar.custom-bg-color.mode", - "label": "Enables Custom Colors for the Url Bar", - "placeholder": "Disabled", - "type": "dropdown", - "disabledOn": [], - "options": [ - { - "label": "Coloring when url bar is in focus", - "value": "Focus" - }, - { - "label": "Coloring when url bar is NOT in focus", - "value": "noFocus" - }, - { - "label": "Always color url bar", - "value": "AlwaysColor" - } - ] - }, - { - "property": "uc.urlbar.custom-bg-color", - "label": "Custom Color for the Url Bar (Dropdown above needs to be enabled)", - "placeholder": "Enter Color Code", - "type": "string" - }, - { - "property": "browser.urlbar.openintab", - "label": "Always open websites in a new tab when using url bar", - "type": "checkbox" - }, - { - "property": "uc.urlbar.hide.container-info", - "label": "Hides the container info", - "type": "dropdown", - "placeholder": "Disabled", - "disabledOn": [], - "options": [ - { - "label": "Only hide the label", - "value": "hideLabel" - }, - { - "label": "Only hide the icon", - "value": "hideIcon" - }, - { - "label": "Hide both, icon and label", - "value": "hideIconLabel" - } - ] - }, - { - "property": "uc.urlbar.icon.zoom.removed", - "label": "Hides the Zoom icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.shield.removed", - "label": "Hides the Shield icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.bookmark.removed", - "label": "Hides the Bookmark (Star) icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.reader-mode.removed", - "label": "Hides the Reader-Mode icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.pip.removed", - "label": "Hides the Picture-in-Picture icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.split-view.removed", - "label": "Hides the Split View icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.left-side.removed", - "label": "Hides all the icons/buttons on the left side", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.show-on-hover", - "label": "Make all the hidden icons show when hovering the url bar", - "type": "checkbox" - } -] \ No newline at end of file +{ + "localesPath": "./locales", + "defaultLocale": "en", + "redirectToLocales": true +}