From c47e37f1ee4a0ac381094e29ac36992180549d34 Mon Sep 17 00:00:00 2001 From: Manuel Mayer <45011179+manuelmayer-dev@users.noreply.github.com> Date: Tue, 14 May 2024 17:18:15 +0200 Subject: [PATCH 1/3] Update create-release.yml --- .github/workflows/create-release.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 926e0c28..8ef0748f 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -71,17 +71,3 @@ jobs: is-beta: ${{ needs.get-version.outputs.is-beta }} version: ${{ needs.get-version.outputs.version }} target-commitish: ${{ needs.get-version.outputs.branch }} - - create-pull-request: - name: "Create pull-request back to develop" - runs-on: ubuntu-latest - needs: [get-version, bump-version, release-github] - steps: - - name: Create Pull Request - if: ${{ needs.get-version.outputs.branch == 'main' }} - uses: peter-evans/create-pull-request@v5 - with: - base: develop - branch: main - title: Bump Macro Deck version to ${{ needs.get-version.outputs.version }} - body: Bumps the version of Macro Deck to ${{ needs.get-version.outputs.version }} From 77873ba58f6d85b7c321a34244bd1ad3c3c2e3fa Mon Sep 17 00:00:00 2001 From: manuelmayer-dev Date: Tue, 14 May 2024 15:18:57 +0000 Subject: [PATCH 2/3] Bump Version to 2.14.0 --- MacroDeck/MacroDeck.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacroDeck/MacroDeck.csproj b/MacroDeck/MacroDeck.csproj index da64550e..2585382d 100644 --- a/MacroDeck/MacroDeck.csproj +++ b/MacroDeck/MacroDeck.csproj @@ -6,7 +6,7 @@ true appicon.ico SuchByte.MacroDeck.Program - 2.13.2 + 2.14.0 Macro Deck Manuel Mayer False From e4d0391fb98473a7e7b27ce00a997681198ddc8a Mon Sep 17 00:00:00 2001 From: xSamiVS Date: Sat, 18 May 2024 18:45:32 +0200 Subject: [PATCH 3/3] Updated Spanish Translation --- MacroDeck/Resources/Languages/Spanish.json | 49 ++++++++++++---------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/MacroDeck/Resources/Languages/Spanish.json b/MacroDeck/Resources/Languages/Spanish.json index 0bcebde0..f6170c05 100644 --- a/MacroDeck/Resources/Languages/Spanish.json +++ b/MacroDeck/Resources/Languages/Spanish.json @@ -1,7 +1,7 @@ { "__Language__": "Spanish", "__LanguageCode__": "es", - "__Author__": "l69l_Anthony", + "__Author__": "l69l_Anthony & xSamiVS", "NetworkAdapter": "Adaptador de red", "IPAddress": "Dirección IP", "Port": "Puerto", @@ -188,7 +188,7 @@ "InstalledPlugins": "Plugins instalados", "OperatingSystem": "Sistema operativo", "DevelopedByX": "Desarrollado por {0} en Alemania", - "XTranslationByX": "Traduccido al Español por {1}", + "XTranslationByX": "Traducido al Español por {1}", "PackageManagerTabAvailable": "Disponible", "PackageManagerTabInstalled": "Instalado", "Event": "Evento", @@ -301,23 +301,30 @@ "Grid": "Cuadrícula", "ActionReadVariableFromFile": "Leer variable del archivo", "ActionReadVariableFromFileDescription": "Lee un archivo y establece el contenido como valor para una variable", - "ActionSetProfile": "Set profile", - "ActionSetProfileDescription": "Sets the profile on a device", - "Device": "Device", - "WhereExecuted": "Where executed", - "ActionSetBrightness": "Set brightness", - "ActionSetBrightnessDescription": "Sets the display brightness (Only on the Android app!)", - "BindableVariable": "Bindable variable", - "BindableVariableInfo": "The state of this button can be bound to the variable {0}. Do you want to bind the state?", - "Cancelled": "Cancelled", - "Preparing": "Preparing...", - "Installing": "Installing...", - "Completed": "Completed", - "ExtensionStoreDownloaderPackageIdVersion": "{0} version {1}", - "DownloadingAndInstallingXPackages": "Downloading and installing {0} package(s)", - "InstallationOfXPackagesDone": "Installation of {0} package(s) done", - "ActionSetBackgroundColor": "Set background color", - "ActionSetBackgroundColorDescription": "Changes the background color of a action button", - "Fixed": "Fixed", - "Random": "Random" + "ActionSetProfile": "Establecer perfil", + "ActionSetProfileDescription": "Establece el perfil en un dispositivo", + "Device": "Dispositivo", + "WhereExecuted": "Dónde se ejecuta", + "ActionSetBrightness": "Ajustar brillo", + "ActionSetBrightnessDescription": "Ajusta el brillo de la pantalla (Sólo en la aplicación para Android)", + "BindableVariable": "Variable vinculable", + "BindableVariableInfo": "El estado de este botón se puede vincular a la variable {0}. ¿Desea vincular el estado?", + "Cancelled": "Cancelado", + "Preparing": "Preparando...", + "Installing": "Instalando...", + "Completed": "Completado", + "ExtensionStoreDownloaderPackageIdVersion": "{0} versión {1}", + "DownloadingAndInstallingXPackages": "Descargando e instalando {0} paquete(s)", + "InstallationOfXPackagesDone": "Instalación de {0} paquete(s) completada", + "ActionSetBackgroundColor": "Definir color de fondo", + "ActionSetBackgroundColorDescription": "Cambia el color de fondo de un botón de acción", + "Fixed": "Fijo", + "Random": "Aleatorio", + "NewConnectionRequest": "Nueva solicitud de conexión", + "ClientId": "Client id", + "Accept": "Aceptar", + "Deny": "Denegar", + "VersionBuild": "Versión", + "OpenExtensionManager": "Abrir Gestor de Extensiones", + "OpenSettings": "Abrir configuración" } \ No newline at end of file