Skip to content

Commit 3acdcf5

Browse files
committed
Translate and Externalize strings in the GitOps Plugin (#9408)
Signed-off-by: Keith Chong <kykchong@redhat.com>
1 parent 08f4d34 commit 3acdcf5

21 files changed

Lines changed: 1927 additions & 1127 deletions

locales/en/plugin__gitops-plugin.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,14 @@
342342
"Created at": "Created at",
343343
"Time is a wrapper around time. Time which supports correct marshaling to YAML and JSON.": "Time is a wrapper around time. Time which supports correct marshaling to YAML and JSON.",
344344
"Owner references link this resource to its parent object. For example, Applications generated by an ApplicationSet will have that ApplicationSet as their owner. This relationship enables proper resource lifecycle management and garbage collection.": "Owner references link this resource to its parent object. For example, Applications generated by an ApplicationSet will have that ApplicationSet as their owner. This relationship enables proper resource lifecycle management and garbage collection.",
345+
"Pagination": "Pagination",
346+
"Go to first page": "Go to first page",
347+
"Go to previous page": "Go to previous page",
348+
"Go to next page": "Go to next page",
349+
"Go to last page": "Go to last page",
350+
"Items per page": "Items per page",
351+
"per page": "per page",
352+
"of": "of",
345353
"List view": "List view",
346354
"Graph view": "Graph view",
347355
"Sync": "Sync",
@@ -352,13 +360,5 @@
352360
"You don't have permission to perform this action": "You don't have permission to perform this action",
353361
"annotations": "annotations",
354362
"annotation": "annotation",
355-
"No owner": "No owner",
356-
"Pagination": "Pagination",
357-
"Go to first page": "Go to first page",
358-
"Go to previous page": "Go to previous page",
359-
"Go to next page": "Go to next page",
360-
"Go to last page": "Go to last page",
361-
"Items per page": "Items per page",
362-
"per page": "per page",
363-
"of": "of"
363+
"No owner": "No owner"
364364
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Name is required.": "Se requiere el nombre.",
3+
"Name can only contain letters, numbers, spaces, and hyphens.": "El nombre solo puede contener letras, números, espacios y guiones.",
4+
"The name {{favoriteName}} already exists in your favorites. Choose a unique name to save to your favorites.": "El nombre {{favoriteName}} ya existe en sus favoritos. Elija un nombre único para guardarlo en sus favoritos.",
5+
"Maximum number of favorites ({{maxCount}}) reached. To add another favorite, remove an existing page from your favorites.": "Se alcanzó la cantidad máxima de favoritos ({{maxCount}}). Para añadir otro favorito, elimine una página existente de sus favoritos.",
6+
"Remove from favorites": "Eliminar de favoritos",
7+
"Add to favorites": "Añadir a favoritos",
8+
"Save": "Guardar",
9+
"Cancel": "Cancelar",
10+
"Name": "Nombre"
11+
}

locales/es/plugin__gitops-olm.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Show operands in:": "Mostrar operandos en:",
3+
"All namespaces": "Todos los espacios de nombres",
4+
"Current namespace only": "Solo espacio de nombres actual"
5+
}

locales/es/plugin__gitops-plugin.json

Lines changed: 356 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"Error": "Error",
3+
"Receiving Traffic": "Recepción de tráfico",
4+
"Not Receiving Traffic": "Sin recepción de tráfico",
5+
"View logs": "Ver registros",
6+
"Open URL": "Abrir URL",
7+
"Edit": "Editar",
8+
"Rollout": "Implementación",
9+
"Name": "Nombre",
10+
"Namespace": "Espacio de nombre",
11+
"Annotations": "Anotaciones",
12+
"No annotations": "Sin anotaciones",
13+
"Labels": "Etiquetas",
14+
"No labels": "Sin etiquetas",
15+
"Update Strategy": "Estrategia de actualización",
16+
"Replicas": "Réplicas",
17+
"Revision History Limit": "Límite del historial de revisiones",
18+
"True": "Verdadero",
19+
"False": "Falso",
20+
"Type": "Tipo",
21+
"Status": "Estado",
22+
"Updated": "Actualizado",
23+
"Reason": "Razón",
24+
"Message": "Mensaje",
25+
"No conditions found": "No se encontraron condiciones",
26+
"No owner": "Sin propietario",
27+
"View {{kind}}": "Ver {{kind}}"
28+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Name is required.": "Le nom est obligatoire.",
3+
"Name can only contain letters, numbers, spaces, and hyphens.": "Le nom ne peut contenir que des lettres, des chiffres, des espaces et des traits d'union.",
4+
"The name {{favoriteName}} already exists in your favorites. Choose a unique name to save to your favorites.": "Le nom {{favoriteName}} existe déjà dans vos favoris. Choisissez un nom unique pour l'enregistrer dans vos favoris.",
5+
"Maximum number of favorites ({{maxCount}}) reached. To add another favorite, remove an existing page from your favorites.": "Nombre maximal de favoris ({{maxCount}}) atteint. Pour ajouter une autre page favorite, supprimez-en une déjà présente dans vos favoris.",
6+
"Remove from favorites": "Supprimer des favoris",
7+
"Add to favorites": "Ajouter aux favoris",
8+
"Save": "Enregistrer",
9+
"Cancel": "Annuler",
10+
"Name": "Nom"
11+
}

locales/fr/plugin__gitops-olm.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Show operands in:": "Afficher les opérandes dans :",
3+
"All namespaces": "Tous les espaces de noms",
4+
"Current namespace only": "Espace de noms actuel uniquement"
5+
}

0 commit comments

Comments
 (0)