diff --git a/es-ES/Extension/popup.json b/es-ES/Extension/popup.json index 7ff61bd7c6c..6eb32df7422 100644 --- a/es-ES/Extension/popup.json +++ b/es-ES/Extension/popup.json @@ -107,6 +107,22 @@ "description": "Shown when application is outdated", "message": "Tu aplicación de PreMiD está desactualizada. Por favor, actualízala para continuar usando PreMiD." }, + "popup.info.extensionDisabled": { + "description": "Shown when the extension has been disabled in the settings", + "message": "Extensión deshabilitada" + }, + "popup.info.extensionDisabled.message": { + "description": "Shown when the extension has been disabled in the settings", + "message": "La extensión PreMiD ha sido desactivada en los ajustes. Por favor, habilítela para continuar usando PreMiD." + }, + "popup.info.discordStatusSetting.message": { + "description": "Shown on the troubleshooting page when the user might have to change their Discord status setting", + "message": "Por favor, asegúrate de que has habilitado el ajuste '\"Mostrar la actividad actual como un mensaje de estado\" en sus ajustes de Discord." + }, + "popup.info.presenceNotSetMessage.message": { + "description": "Shown on the troubleshooting page when PreMiD has not found a presence for the current tabs", + "message": "PreMiD no pudo encontrar una presence para las pestañas actuales. Por favor, asegúrate de que has instalado una presence para el sitio web en el que te encuentras. Si has instalado una presence, intenta recargar el sitio web de la presence, y asegúrate de que has habilitado la presence en los ajustes." + }, "popup.navigation.credits": { "description": "Title of the 'credits' section at the navigation in the popup", "message": "Créditos" @@ -119,6 +135,10 @@ "description": "Title of the 'information' section at the navigation in the popup", "message": "Información" }, + "popup.navigation.diagnostics": { + "description": "Title of the 'diagnostics' section at the navigation in the popup", + "message": "Diagnósticos" + }, "popup.presences.done": { "description": "Done button", "message": "Hecho" @@ -150,5 +170,37 @@ "popup.setting.titleMenubar": { "description": "Enable/Disable the indicator in the menu bar (location: extension popup -> discord icon/profile picture -> 'settings' section)", "message": "Título de la barra de menús" + }, + "popup.setting.syncLanguage": { + "description": "Enable/Disable syncing the language of the extension with the language of presences (location: extension popup -> discord icon/profile picture -> 'language' section)", + "message": "Sincronizar Idioma" + }, + "popup.setting.preferredPresenceLanguage": { + "description": "When the 'Sync Language' setting is disabled, it will show a selector where you can select a language that will be preferred for the languages of presences (location: extension popup -> discord icon/profile picture -> 'language' section)", + "message": "Idioma de Presence preferido" + }, + "popup.setting.heartbeat": { + "description": "Enable/Disable sending heartbeats to PreMiD (Anonymized diagonistic data about what version you are using of PreMiD etc.) (location: extension popup -> discord icon/profile picture -> 'Diagnostics' section)", + "message": "Latido" + }, + "popup.information.extensionVersion": { + "description": "Shows the version of the extension (located at the 'information' tab in the popup); {0} will be replaced with for example '2.5.0' -> {0} is a variable and should not be translated; Example: Extension version: 2.5.0", + "message": "Versión de la extensión: {0}" + }, + "popup.information.appVersion": { + "description": "Shows the version of the app (located at the 'information' tab in the popup); {0} will be replaced with for example '2.5.0' -> {0} is a variable and should not be translated; Example: App version: 2.5.0", + "message": "Versión de la aplicación: {0}" + }, + "popup.information.appNotFound": { + "description": "Shows that no connection was able to be made to the PreMiD app (located at the 'information' tab in the popup)", + "message": "No conectado a la aplicación PreMiD" + }, + "popup.information.discordUser": { + "description": "Shows Discord user PreMiD is connected to (located at the 'information' tab in the popup); {0} will be replaced the username of the Discord account -> {0} is a variable and should not be translated; Example: Discord user: Bas950", + "message": "Usuario de Discord: {0}" + }, + "popup.information.discordNotFound": { + "description": "Shows that no connection was able to be made to the Discord app (located at the 'information' tab in the popup)", + "message": "No conectado a la aplicación de Discord" } } diff --git a/es-ES/Extension/tabs.json b/es-ES/Extension/tabs.json index 6b1f43b5752..a3bde9bd213 100644 --- a/es-ES/Extension/tabs.json +++ b/es-ES/Extension/tabs.json @@ -3,6 +3,10 @@ "description": "Donate button of the tab which opens when you install PreMiD for the first time", "message": "Donar" }, + "version": { + "description": "{0} will be replaced with for example '2.5.0' -> {0} is a variable and should not be translated; Version text of the extension/app", + "message": "v{0}" + }, "tab.button.changelog": { "description": "Changelog button (opens changelog) of the tab which opens when you install PreMiD for the first time", "message": "Registro de cambios" @@ -58,5 +62,33 @@ "tab.troubleshooting.heading": { "description": "Title of the tab which opens when you click on the troubleshooting button", "message": "Solución de problemas" + }, + "tab.troubleshooting.subHeading": { + "description": "Subtitle of the tab which opens when you click on the troubleshooting button, {0} will be replaced with 'PreMiD' -> {0} is a variable and should not be translated", + "message": "¿Problemas con {0}?" + }, + "tab.troubleshooting.checks.extensionEnabled": { + "description": "Check 1 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Extensión habilitada" + }, + "tab.troubleshooting.checks.internetConnection": { + "description": "Check 2 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Conexión a Internet" + }, + "tab.troubleshooting.checks.appConnection": { + "description": "Check 3 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Conectado con la aplicación PreMiD" + }, + "tab.troubleshooting.checks.discordConnection": { + "description": "Check 4 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Conectado con la aplicación de Discord" + }, + "tab.troubleshooting.checks.discordStatus": { + "description": "Check 5 of the tab which opens when you click on the troubleshooting button, in front of the text will be a question mark (?) since we can't check this", + "message": "Mensaje de estado de Discord habilitado" + }, + "tab.troubleshooting.checks.presenceToDisplay": { + "description": "Check 6 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Presence a mostrar" } } diff --git a/es-ES/Presence/general.json b/es-ES/Presence/general.json index 97b6f496030..3059c6a74a7 100644 --- a/es-ES/Presence/general.json +++ b/es-ES/Presence/general.json @@ -31,6 +31,10 @@ "description": "Used as the title for the button in Discord.", "message": "Ver Artista" }, + "general.buttonViewChangelog": { + "description": "Used as the title for the button in Discord.", + "message": "Ver Cambios" + }, "general.buttonViewChannel": { "description": "Used as the title for the button in Discord.", "message": "Ver Canal" @@ -247,6 +251,10 @@ "description": "", "message": "Tienda" }, + "general.support": { + "description": "A page name", + "message": "Página de soporte" + }, "general.terms": { "description": "A page name", "message": "Términos de Servicio" @@ -455,6 +463,10 @@ "description": "A page name", "message": "Wiki" }, + "general.wikiMainPage": { + "description": "Displayed when viewing the wiki main page.", + "message": "Página principal de la wiki" + }, "general.wishlist": { "description": "", "message": "Lista de deseados:" diff --git a/es-ES/Presence/osu!ppy.json b/es-ES/Presence/osu!ppy.json index 0967ef424bc..ad8454bf9af 100644 --- a/es-ES/Presence/osu!ppy.json +++ b/es-ES/Presence/osu!ppy.json @@ -1 +1,50 @@ -{} +{ + "osu!ppy.beatmapListing": { + "description": "Displayed when viewing all beatmaps.", + "message": "Viendo listados de beatmap" + }, + "osu!ppy.beatmapLooking": { + "description": "Displayed when looking at a beatmap.", + "message": "Mirando el betmap" + }, + "osu!ppy.beatmapPacks": { + "description": "Displayed when viewing all beatmap packs.", + "message": "Viendo packs de beatmap" + }, + "osu!ppy.beatmapRankings": { + "description": "Displayed when viewing Kudosu Rankings.", + "message": "Viendo rangos de kudosu" + }, + "osu!ppy.buttonViewBeatmap": { + "description": "Displayed for a button to redirect to the beatmap page.", + "message": "Ver Beatmap" + }, + "osu!ppy.countryRankings": { + "description": "Country rankings {0} = gamemode. E.g. Country Rankings [osu!]", + "message": "Ranking de País [{0}]" + }, + "osu!ppy.for": { + "description": "{0} = country/for All, {1} = gamemode. E.g. Performance Rankings (for All) [osu!]", + "message": "(para {0}) [{1}]" + }, + "osu!ppy.performanceRankings": { + "description": "Displayed when viewing the performance rankings.", + "message": "Ranking de rendimiento" + }, + "osu!ppy.scoreRankings": { + "description": "{0} = gamemode. E.g. Score Rankings [osu!]", + "message": "Ranking de puntuación [{0}]" + }, + "osu!ppy.spotlights": { + "description": "{0} = gamemode, {1} = All/Friends. E.g. The osu! Spotlights (All)", + "message": "Destacados de {0} ({1})" + }, + "osu!ppy.support": { + "description": "Displayed when viewing the support page.", + "message": "Formas de apoyar osu!ppy" + }, + "osu!ppy.wikiMainPage": { + "description": "Displayed when viewing the wiki main page.", + "message": "Página principal de la wiki" + } +} diff --git a/es-ES/Presence/x.json b/es-ES/Presence/x.json index 6ed67723058..c6d3ab53846 100644 --- a/es-ES/Presence/x.json +++ b/es-ES/Presence/x.json @@ -1,6 +1,46 @@ { + "x.bookmarks": { + "description": "", + "message": "Marcadores" + }, + "x.explore": { + "description": "", + "message": "Explorar" + }, + "x.notifs": { + "description": "", + "message": "Notificaciones" + }, + "x.readPost": { + "description": "after the \":\" it will say the username", + "message": "Leyendo post de:" + }, + "x.settings": { + "description": "", + "message": "Cambiando algunos ajustes..." + }, "x.viewDms": { "description": "", "message": "Viendo sus MDs" + }, + "x.viewLiked": { + "description": "", + "message": "Viendo gustado por:" + }, + "x.viewList": { + "description": "", + "message": "Viendo lista:" + }, + "x.viewMedia": { + "description": "", + "message": "Viendo multimedia de:" + }, + "x.viewPosts": { + "description": "", + "message": "Viendo posts de:" + }, + "x.viewPostsWithReplies": { + "description": "", + "message": "Ver posts (con respuestas) de:" } } diff --git a/es-ES/Website/contributors.json b/es-ES/Website/contributors.json index d71fafe0f39..b76b278fb22 100644 --- a/es-ES/Website/contributors.json +++ b/es-ES/Website/contributors.json @@ -15,6 +15,10 @@ "description": "Heading for group of users.", "message": "Colaboradores" }, + "contributors.headings.presenceDevelopers": { + "description": "Heading for group of users.", + "message": "Desarrolladores de Presences" + }, "contributors.headings.translators": { "description": "Heading for group of users.", "message": "Traductores"