From 92be98040f4bb760c474b761d5d461415f8b2902 Mon Sep 17 00:00:00 2001 From: SeMiD Date: Thu, 21 Dec 2023 03:11:23 +0000 Subject: [PATCH] New translations popup.json (Spanish, Latin America) (#7377) --- es-419/Extension/popup.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/es-419/Extension/popup.json b/es-419/Extension/popup.json index 454065d49d9..1778b625bb5 100644 --- a/es-419/Extension/popup.json +++ b/es-419/Extension/popup.json @@ -150,5 +150,13 @@ "popup.setting.titleMenubar": { "description": "Enable/Disable the indicator in the menu bar (location: extension popup -> discord icon/profile picture -> 'settings' section)", "message": "Título del menú" + }, + "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.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 de PreMiD" } }