Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traslation of new text for 'es' (Español) #345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions src/_locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
"description": "The message shown, when the options of the settings could not have been reset.",
"hash": "76e950d2db72a824482411ca6564fb1f"
},
"permissionRequiredClipboardRead": {
"message": "El permiso para acceder al contenido del portapapeles es necesario para esta funcionalidad.",
"description": "The message shown, when the user wants to use the clipboard to read from",
"hash": "4ac4cd3bf49ac157f435a267c47a28ec"
},

// errors or other messages
"unknownError": {
Expand Down Expand Up @@ -225,6 +230,16 @@
"description": "The context menu entry shown for generating QR codes from a selected link with an access key.",
"hash": "312595c39b5cbc8edf0baab8c16875af"
},
"contextMenuItemConvertPageURL": {
"message": "Generar código QR para esta página",
"description": "Context menu item title for generating a QR code for the current page URL.",
"hash": "0a7a04d8b855c29f4f88f24c17008b3d"
},
"contextMenuItemConvertPageURLAccessKey": {
"message": "&Generar código QR para esta página",
"description": "Context menu item title for generating a QR code for the current page URL with an access key.",
"hash": "5d6c965ad6c409442d99123d5ac4e8e9"
},
"contextMenuSaveImageCanvas": {
"message": "Guardar código QR como imagen…",
"description": "The context menu entry shown for saving PNG images (from a canvas) in the popup.",
Expand Down Expand Up @@ -292,6 +307,16 @@
"description": "This is an option shown in the add-on settings. It describes the optionPopupIconColored setting in more details.",
"hash": "5d8459d16f7e1ed774fc85f40ce8963e"
},
"optionContextMenuEnabled": {
"message": "Añadir entrada al menú contextual para generar códigos QR",
"description": "This label refers to an option in the add-on settings. It allows users to toggle the visibility of the context menu item for generating a QR code from the current page.",
"hash": "6bf487ca2534102bf2710bfd35d7b673"
},
"optionContextMenuEnabledDescr": {
"message": "Añade una entrada al menú contextual para crear un código QR para la página actual, vínculo o texto seleccionado.",
"description": "This is the helper text for the context menu toggle option. It explains that enabling this option will show the QR code generation context menu for the current page.",
"hash": "fb523036b54981d41722e9fe54f5eaf7"
},
"subtitleQrCodeSize": {
"message": "Tamaño del código QR",
"description": "The heading/grouping title shown for the radio buttons for the size setting of the QR code.",
Expand Down Expand Up @@ -413,6 +438,21 @@
"description": "This is an option shown in the add-on settings.",
"hash": "69191273c436064be8c4f5d6a8f675f5"
},
"optionAutoGetClipboardContent": {
"message": "Usar el contenido del portapapeles al abrir la ventana emergente",
"description": "This is an option shown in the add-on settings.",
"hash": "4f48f8fa294c08afa99a80d3a8f6d162"
},
"buttonRequestPermission": {
"message": "Otorgar permiso",
"description": "The button label, used for requesting a permission that is missing.",
"hash": "4689dc838288903e92432d87c1b8fea2"
},
"couldNotRequestPermission": {
"message": "Falló la solicitud de permiso",
"description": "When the permission request fails.",
"hash": "53e3617a82c33e20fb22eed64dced8de"
},
"optionDebugMode": {
"message": "Habilitar modo debug",
"description": "This is an option shown in the add-on settings.",
Expand Down
Loading