You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: frontend/src/i18n/locales/de/translation.json
+6-3
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,16 @@
9
9
"Cancel": "Abbrechen",
10
10
"Authenticate": "Authentifizieren Sie",
11
11
"Error authenticating": "Fehler beim Authentifizieren",
12
+
"Plugin": "",
13
+
"In-cluster": "",
12
14
"Actions": "Aktionen",
13
15
"View": "Ansicht",
14
16
"Settings": "Einstellungen",
15
17
"Delete": "Löschen",
16
18
"Delete Cluster": "",
17
-
"Are you sure you want to remove the cluster \"{{ clusterName }}\"?": "Sind Sie sicher, dass Sie den Cluster \"{{ clusterName }}\" entfernen möchten?",
19
+
"This action will delete cluster \"{{ clusterName }}\" from {{ source }}.": "",
20
+
"Delete from kubeconfig": "",
18
21
"Active": "Aktiv",
19
-
"Plugin": "",
20
-
"In-cluster": "",
21
22
"Home": "Startseite",
22
23
"All Clusters": "Alle Cluster",
23
24
"Name": "Name",
@@ -81,6 +82,7 @@
81
82
"The list of namespaces you are allowed to access in this cluster.": "Liste der Namespaces, auf die Sie in diesem Cluster zugreifen dürfen.",
82
83
"Add namespace": "",
83
84
"Remove Cluster": "Cluster entfernen",
85
+
"Are you sure you want to remove the cluster \"{{ clusterName }}\"?": "Sind Sie sicher, dass Sie den Cluster \"{{ clusterName }}\" entfernen möchten?",
Copy file name to clipboardexpand all lines: frontend/src/i18n/locales/es/translation.json
+6-3
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,16 @@
9
9
"Cancel": "Cancelar",
10
10
"Authenticate": "Autenticar",
11
11
"Error authenticating": "Error al autenticarse",
12
+
"Plugin": "",
13
+
"In-cluster": "",
12
14
"Actions": "Acciones",
13
15
"View": "Ver",
14
16
"Settings": "Definiciones",
15
17
"Delete": "Borrar",
16
18
"Delete Cluster": "",
17
-
"Are you sure you want to remove the cluster \"{{ clusterName }}\"?": "¿Está seguro de que desea eliminar el cluster \"{{ clusterName }}\"?",
19
+
"This action will delete cluster \"{{ clusterName }}\" from {{ source }}.": "",
20
+
"Delete from kubeconfig": "",
18
21
"Active": "Activo",
19
-
"Plugin": "",
20
-
"In-cluster": "",
21
22
"Home": "Inicio",
22
23
"All Clusters": "Todos los Clusters",
23
24
"Name": "Nombre",
@@ -81,6 +82,7 @@
81
82
"The list of namespaces you are allowed to access in this cluster.": "La lista de espacios de nombre a los que tiene permiso para acceder en este cluster.",
82
83
"Add namespace": "",
83
84
"Remove Cluster": "Eliminar cluster",
85
+
"Are you sure you want to remove the cluster \"{{ clusterName }}\"?": "¿Está seguro de que desea eliminar el cluster \"{{ clusterName }}\"?",
0 commit comments