Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions locales/en/plugin__gitops-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,14 @@
"Created at": "Created at",
"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.",
"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.",
"Pagination": "Pagination",
"Go to first page": "Go to first page",
"Go to previous page": "Go to previous page",
"Go to next page": "Go to next page",
"Go to last page": "Go to last page",
"Items per page": "Items per page",
"per page": "per page",
"of": "of",
"List view": "List view",
"Graph view": "Graph view",
"Sync": "Sync",
Expand All @@ -352,13 +360,5 @@
"You don't have permission to perform this action": "You don't have permission to perform this action",
"annotations": "annotations",
"annotation": "annotation",
"No owner": "No owner",
"Pagination": "Pagination",
"Go to first page": "Go to first page",
"Go to previous page": "Go to previous page",
"Go to next page": "Go to next page",
"Go to last page": "Go to last page",
"Items per page": "Items per page",
"per page": "per page",
"of": "of"
"No owner": "No owner"
}
11 changes: 11 additions & 0 deletions locales/es/plugin__gitops-console-app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"Name is required.": "Se requiere el nombre.",
"Name can only contain letters, numbers, spaces, and hyphens.": "El nombre solo puede contener letras, números, espacios y guiones.",
"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.",
"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.",
"Remove from favorites": "Eliminar de favoritos",
"Add to favorites": "Añadir a favoritos",
"Save": "Guardar",
"Cancel": "Cancelar",
"Name": "Nombre"
}
5 changes: 5 additions & 0 deletions locales/es/plugin__gitops-olm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Show operands in:": "Mostrar operandos en:",
"All namespaces": "Todos los espacios de nombres",
"Current namespace only": "Solo espacio de nombres actual"
}
364 changes: 364 additions & 0 deletions locales/es/plugin__gitops-plugin.json

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions locales/es/plugin__gitops-public.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"Error": "Error",
"Receiving Traffic": "Recepción de tráfico",
"Not Receiving Traffic": "Sin recepción de tráfico",
"View logs": "Ver registros",
"Open URL": "Abrir URL",
"Edit": "Editar",
"Rollout": "Implementación",
"Name": "Nombre",
"Namespace": "Espacio de nombre",
"Annotations": "Anotaciones",
"No annotations": "Sin anotaciones",
"Labels": "Etiquetas",
"No labels": "Sin etiquetas",
"Update Strategy": "Estrategia de actualización",
"Replicas": "Réplicas",
"Revision History Limit": "Límite del historial de revisiones",
"True": "Verdadero",
"False": "Falso",
"Type": "Tipo",
"Status": "Estado",
"Updated": "Actualizado",
"Reason": "Razón",
"Message": "Mensaje",
"No conditions found": "No se encontraron condiciones",
"No owner": "Sin propietario",
"View {{kind}}": "Ver {{kind}}"
}
11 changes: 11 additions & 0 deletions locales/fr/plugin__gitops-console-app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"Name is required.": "Le nom est obligatoire.",
"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.",
"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.",
"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.",
"Remove from favorites": "Supprimer des favoris",
"Add to favorites": "Ajouter aux favoris",
"Save": "Enregistrer",
"Cancel": "Annuler",
"Name": "Nom"
}
5 changes: 5 additions & 0 deletions locales/fr/plugin__gitops-olm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Show operands in:": "Afficher les opérandes dans :",
"All namespaces": "Tous les espaces de noms",
"Current namespace only": "Espace de noms actuel uniquement"
}
Loading
Loading