-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n: improve spanish values (#1378)
- Loading branch information
1 parent
1a23c5b
commit 7a89c00
Showing
14 changed files
with
18 additions
and
13 deletions.
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,5 @@ | ||
--- | ||
"@keystatic/core": patch | ||
--- | ||
|
||
Improve Spanish translations |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "basedOn", | ||
"value": "Residencia en", | ||
"value": "Basado en", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "branchName", | ||
"value": "Nombre de la sucursal", | ||
"value": "Nombre de la rama", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "branches", | ||
"value": "Sucursales", | ||
"value": "Ramas", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/keystatic/src/app/l10n/es-ES/createPullRequest/index.json
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "createPullRequest", | ||
"value": "Crear solicitud de extracción", | ||
"value": "Crear Pull Request", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "newBranch", | ||
"value": "Nueva sucursal", | ||
"value": "Nueva rama", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "otherBranches", | ||
"value": "Otras sucursales", | ||
"value": "Otras ramas", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "pullRequests", | ||
"value": "Solicitudes de extracción", | ||
"value": "Pull Requests", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "save", | ||
"value": "Ahorrar", | ||
"value": "Guardar", | ||
"notes": "", | ||
"type": "global" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "singleton", | ||
"value": "Semifallo", | ||
"value": "Singleton", | ||
"notes": "", | ||
"type": "global" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "singletons", | ||
"value": "Solteros", | ||
"value": "Singletons", | ||
"notes": "", | ||
"type": "global" | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/keystatic/src/app/l10n/es-ES/theCurrentlyCheckedOutBranch/index.json
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "theCurrentlyCheckedOutBranch", | ||
"value": "La sucursal actualmente desprotegida. Elija esto si necesita desarrollar el trabajo existente de la rama actual.", | ||
"value": "La rama actualmente seleccionada. Elige esto si necesitas continuar trabajando sobre el progreso existente de la rama actual.", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/keystatic/src/app/l10n/es-ES/theDefaultBranchInYourRepository/index.json
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "theDefaultBranchInYourRepository", | ||
"value": "La rama predeterminada en su repositorio. Elija esto para comenzar algo nuevo que no dependa de su sucursal actual.", | ||
"value": "La rama predeterminada en tu repositorio. Elige esto para comenzar algo nuevo que no dependa de tu rama actual.", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/keystatic/src/app/l10n/es-ES/viewPullRequests/index.json
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "viewPullRequests", | ||
"value": "Ver solicitudes de extracción", | ||
"value": "Ver Pull Requests", | ||
"notes": "", | ||
"type": "git-related" | ||
} |