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

Update Spanish translations with a few orthographic corrections #326

Merged
merged 2 commits into from
Sep 2, 2024
Merged
Changes from 1 commit
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
14 changes: 7 additions & 7 deletions src/_locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"hash": "d2883c6ca0164afc4f360f3e02e3166a"
},
"resettingOptionsWorked": {
"message": "Se ha restablecido la configuración de fábrica!",
"message": "¡Se ha restablecido la configuración de fábrica!",
"description": "The message shown, when the options of the settings were reset.",
"hash": "257b99ed2a074fccbfc658d770b50107"
},
"resettingOptionsFailed": {
"message": "No se pudo reestablecer la configuración!",
"message": "¡No se pudo restablecer la configuración!",
"description": "The message shown, when the options of the settings could not have been reset.",
"hash": "76e950d2db72a824482411ca6564fb1f"
},
Expand All @@ -69,7 +69,7 @@
"hash": "879b63f6ebf03308a9f4b8a4406663f3"
},
"loading": {
"message": "Cargando...",
"message": "Cargando",
"description": "A general loading message.",
"hash": "e2a5d4627618472a68f4cb8895e93f30"
},
Expand Down Expand Up @@ -127,7 +127,7 @@

// tips
"tipYouLikeAddon": {
"message": "Te gusta esta extensión?",
"message": "¿Te gusta esta extensión?",
"description": "A tip shown to remind the user to rate the addon.",
"hash": "0f5680a5a42bcebf793a44b9dfcf79a1"
},
Expand All @@ -137,7 +137,7 @@
"hash": "821d7f942b02e2b56cd0424d3ab65de8"
},
"tipSaveQrCode": {
"message": "Sabías que puedes guardar códigos QR?",
"message": "¿Sabías que puedes guardar códigos QR?",
"description": "A tip shown to get the user to find the save option.",
"hash": "84f0a0027a58c98d9158ab9894fe8427"
},
Expand Down Expand Up @@ -187,7 +187,7 @@
"hash": "9085b09f4748be12ab0c241d2e643b31"
},
"tipHowToUse": {
"message": "Cómo se usa?",
"message": "¿Cómo se usa?",
"description": "The common button for tips, where you can get more information about how to use a feature just presented.",
"hash": "b48eefa95832b3c6df287ff077b4e28a"
},
Expand Down Expand Up @@ -333,7 +333,7 @@
"hash": "a11f6e534cf14d30bccdb359489862b9"
},
"optionQrQuietZoneStatusSingular": {
"message": "($INTEGER$ cuadrados)",
"message": "($INTEGER$ cuadrado)",
"description": "This is the number of empty/'white' modules around the QR code in its singular form.",
"placeholders": {
"integer": { "content": "$1", "example": "1" }
Expand Down
Loading