-
-
Notifications
You must be signed in to change notification settings - Fork 864
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
Create ES.json #1587
Open
AndresReyesDev
wants to merge
1
commit into
abraunegg:implement-language-support
Choose a base branch
from
AndresReyesDev:patch-1
base: implement-language-support
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Create ES.json #1587
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"language": "ES", | ||
"list": [ | ||
{ | ||
"1": "No se ha encontrado ningún archivo de configuración del usuario o del sistema, utilizando los valores predeterminados de la aplicación", | ||
"2": "Archivo de configuración del sistema cargado con éxito", | ||
"3": "El archivo de configuración del sistema tiene errores - por favor, compruebe su configuración", | ||
"4": "Archivo de configuración cargado con éxito", | ||
"5": "El archivo de configuración tiene errores - por favor, compruebe su configuración", | ||
"6": "Usando la opción de configuración para los puntos finales globales de Azure AD", | ||
"7": "Usando la opción de configuración de Azure AD para los puntos finales del Gobierno de los Estados Unidos", | ||
"8": "Usando la opción de configuración de Azure AD para los puntos finales del Gobierno de los Estados Unidos (DOD)", | ||
"9": "Usando la opción de configuración para Azure AD Alemania", | ||
"10": "Usando la opción de configuración para Azure AD China operado por 21Vianet", | ||
"11": "Punto final de Azure AD desconocido: uso de puntos finales de Azure AD globales", | ||
"12": "Clave desconocida en el archivo de configuración: ", | ||
"13": "Línea de configuración malformada: ", | ||
"14": "el archivo de configuración ha sido actualizado, comprobando si --resync es necesario", | ||
"15": "Se ha detectado un cambio en la configuración de la aplicación que requiere de --resync", | ||
"16": "DRY-RUN configurado. La salida siguiente muestra lo que 'habría' ocurrido", | ||
"17": "Usando la dirección del archivo de registro: ", | ||
"18": "El esquema de la base de datos ha cambiado, se necesita una resincronización", | ||
"19": "Borrando el estado guardado ...", | ||
"20": "ERROR: No se puede acceder al servicio API de Microsoft OneDrive, no se puede inicializar la aplicación" | ||
|
||
} | ||
] | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't seen endpoint translated as "punto final" in any book. I recall "extremo de red" or something like that. Was this checked? maybe looking at how onedrive/windows call it (haven't used a spanish os in a while)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review, however this PR depends on another PR which is kinda dead at the moment due to the rebuild and work going on to support v2.5.x