Skip to content

Commit

Permalink
Merge pull request #533 from xSamiVS/main
Browse files Browse the repository at this point in the history
Updated Spanish Translation
  • Loading branch information
manuelmayer-dev authored May 22, 2024
2 parents b1400e7 + e4d0391 commit 13881e6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 36 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion MacroDeck/MacroDeck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>appicon.ico</ApplicationIcon>
<StartupObject>SuchByte.MacroDeck.Program</StartupObject>
<Version>2.13.2</Version>
<Version>2.14.0</Version>
<Company>Macro Deck</Company>
<Authors>Manuel Mayer</Authors>
<SignAssembly>False</SignAssembly>
Expand Down
49 changes: 28 additions & 21 deletions MacroDeck/Resources/Languages/Spanish.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}

0 comments on commit 13881e6

Please sign in to comment.