Skip to content

Commit 616495b

Browse files
authored
Merge pull request #387 from kinvolk/i18n_fixes
i18n fixes
2 parents 0a3b3df + 1850b21 commit 616495b

20 files changed

+2480
-10772
lines changed

frontend/package-lock.json

Lines changed: 2416 additions & 10753 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@
139139
"devDependencies": {
140140
"@axe-core/react": "^4.3.1",
141141
"@storybook/addon-actions": "^6.3.10",
142-
"@storybook/addon-essentials": "^6.4.9",
142+
"@storybook/addon-essentials": "^6.3.10",
143143
"@storybook/addon-links": "^6.3.10",
144-
"@storybook/addon-storyshots": "^6.4.9",
144+
"@storybook/addon-storyshots": "^6.3.10",
145145
"@storybook/node-logger": "^6.3.10",
146146
"@storybook/preset-create-react-app": "^3.2.0",
147-
"@storybook/react": "^6.4.9",
147+
"@storybook/react": "^6.3.10",
148148
"eslint": "^7.32.0",
149149
"http-proxy-middleware": "^2.0.1",
150150
"husky": "^4.3.8",

frontend/src/i18n/locales/en/cluster.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"Loading cluster information": "Loading cluster information",
1111
"There seems to be no clusters configured…": "There seems to be no clusters configured…",
1212
"Please make sure you have at least one cluster configured.": "Please make sure you have at least one cluster configured.",
13+
"Or try running Headlamp with a different kube config.": "Or try running Headlamp with a different kube config.",
1314
"Cluster version upgraded to {{ gitVersion }}": "Cluster version upgraded to {{ gitVersion }}",
1415
"Cluster version downgraded to {{ gitVersion }}": "Cluster version downgraded to {{ gitVersion }}"
1516
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"Loading config map details": "Loading config map details",
32
"No data in this config map": "No data in this config map"
43
}

frontend/src/i18n/locales/en/crd.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"Loading custom resource details": "Loading custom resource details",
23
"Failed to get objects": "Failed to get objects",
34
"Accepted Names": "Accepted Names",
45
"Custom Resource Definitions": "Custom Resource Definitions"

frontend/src/i18n/locales/en/frequent.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,18 @@
3434
"Undo Changes": "Undo Changes",
3535
"Save & Apply": "Save & Apply",
3636
"Loading resource data": "Loading resource data",
37+
"Mount Path": "Mount Path",
38+
"from": "from",
39+
"I/O": "I/O",
40+
"Ready": "Ready",
41+
"Waiting": "Waiting",
42+
"Running": "Running",
43+
"Error": "Error",
44+
"Restart Count": "Restart Count",
3745
"Show filter": "Show filter",
46+
"Search": "Search",
47+
"Filter": "Filter",
48+
"Clear": "Clear",
3849
"sort up": "sort up",
3950
"sort down": "sort down",
4051
"sort swap": "sort swap",
@@ -48,10 +59,10 @@
4859
"N/A": "N/A",
4960
"{{ age }} days": "{{ age }} days",
5061
"used": "used",
51-
"Ready": "Ready",
5262
"Not ready yet!": "Not ready yet!",
5363
"Lines": "Lines",
64+
"Volumes": "Volumes",
65+
"Type": "Type",
5466
"Failed": "Failed",
55-
"Running": "Running",
5667
"Select locale": "Select locale"
5768
}

frontend/src/i18n/locales/en/glossary.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
"Status": "Status",
1313
"Last Transition": "Last Transition",
1414
"Last Update": "Last Update",
15+
"Container ID": "Container ID",
1516
"Image": "Image",
1617
"Args": "Args",
1718
"Command": "Command",
1819
"Environment": "Environment",
20+
"Liveness Probes": "Liveness Probes",
21+
"Volume Mounts": "Volume Mounts",
1922
"Containers": "Containers",
2023
"Conditions": "Conditions",
2124
"tabs": "tabs",

frontend/src/i18n/locales/en/resource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"Annotations": "Annotations",
3535
"Owner refs": "Owner refs",
3636
"Controlled by": "Controlled by",
37+
"No data to be shown.": "No data to be shown.",
3738
"View YAML": "View YAML",
3839
"show yaml viewer": "show yaml viewer",
3940
"Loading table data": "Loading table data",
40-
"No data to be shown.": "No data to be shown.",
4141
"No data matching the filter criteria.": "No data matching the filter criteria.",
4242
"Connecting…": "Connecting…",
4343
"Terminal: {{ itemName }}": "Terminal: {{ itemName }}",

frontend/src/i18n/locales/es/cluster.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"Loading cluster information": "Cargando información de cluster",
1111
"There seems to be no clusters configured…": "No parece haber clusters configurados…",
1212
"Please make sure you have at least one cluster configured.": "Por favor asegúrese que tiene al menos un cluster configurado.",
13+
"Or try running Headlamp with a different kube config.": "O intente ejecutar Headlamp con un kube config diferente",
1314
"Cluster version upgraded to {{ gitVersion }}": "Versión del cluster actualizada a {{ gitVersion }}",
1415
"Cluster version downgraded to {{ gitVersion }}": "Versión del cluster cambiada a {{ gitVersion }}"
1516
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"Loading config map details": "Cargando detalles del config map",
32
"No data in this config map": "Sin datos en este config map"
43
}

frontend/src/i18n/locales/es/crd.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"Loading custom resource details": "Cargando detalles de la \"custom resource\"",
23
"Failed to get objects": "Fallo al obtener objetos",
34
"Accepted Names": "Nombres Aceptados",
45
"Custom Resource Definitions": "Custom Resource Definitions"

frontend/src/i18n/locales/es/frequent.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,18 @@
3434
"Undo Changes": "Deshacer cambios",
3535
"Save & Apply": "Guardar & Aplicar",
3636
"Loading resource data": "Cargando datos del recurso",
37+
"Mount Path": "Camino de montaje",
38+
"from": "desde",
39+
"I/O": "I/O",
40+
"Ready": "Listo",
41+
"Waiting": "Esperando",
42+
"Running": "en ejecución",
43+
"Error": "Error",
44+
"Restart Count": "Núm. de reinicios",
3745
"Show filter": "Mostrar filtro",
46+
"Search": "Buscar",
47+
"Filter": "Filtrar",
48+
"Clear": "Eliminar",
3849
"sort up": "ordenar asc.",
3950
"sort down": "ordenar desc.",
4051
"sort swap": "cambiar orden",
@@ -48,10 +59,10 @@
4859
"N/A": "N/D",
4960
"{{ age }} days": "{{ age }} días",
5061
"used": "usado",
51-
"Ready": "Listo",
5262
"Not ready yet!": "¡No listo todavía!",
5363
"Lines": "Líneas",
64+
"Volumes": "Volumenes",
65+
"Type": "Tipo",
5466
"Failed": "Fallado",
55-
"Running": "en ejecución",
5667
"Select locale": "Elegir idioma"
5768
}

frontend/src/i18n/locales/es/glossary.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
"Status": "Estado",
1313
"Last Transition": "Última Transición",
1414
"Last Update": "Última Actualización",
15+
"Container ID": "ID del Contenedor",
1516
"Image": "Imagen",
1617
"Args": "Args",
1718
"Command": "Comando",
1819
"Environment": "Entorno",
20+
"Liveness Probes": "Pruebas de \"Liveness\"",
21+
"Volume Mounts": "Montaje de Volumenes",
1922
"Containers": "Contenedores",
2023
"Conditions": "Condiciones",
2124
"tabs": "pestañas",
@@ -113,7 +116,7 @@
113116
"Volume Claims": "Volume Claims",
114117
"Class Name": "Class Name",
115118
"Volume": "Volume",
116-
"Reclaim Policy": "",
119+
"Reclaim Policy": "Politica de \"Reclaim\"",
117120
"Binding Mode": "Modo de Vinculación",
118121
"Provisioner": "Proveedor",
119122
"Volume Binding Mode": "Volume Binding Mode",

frontend/src/i18n/locales/es/resource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"Annotations": "Anotaciones",
3535
"Owner refs": "Ref. propietario",
3636
"Controlled by": "Controlado por",
37+
"No data to be shown.": "Sin datos para enseñar.",
3738
"View YAML": "Ver YAML",
3839
"show yaml viewer": "mostrar visualizador de yaml",
3940
"Loading table data": "Cargando datos de la tabla",
40-
"No data to be shown.": "Sin datos para enseñar.",
4141
"No data matching the filter criteria.": "Sin datos que correspondan a los criterios de filtrado",
4242
"Connecting…": "Conectando…",
4343
"Terminal: {{ itemName }}": "Terminal: {{ itemName }}",

frontend/src/i18n/locales/pt/cluster.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"Loading cluster information": "A carregar informação de cluster",
1111
"There seems to be no clusters configured…": "Parece não haver clusters configurados…",
1212
"Please make sure you have at least one cluster configured.": "Por favor assegure-se de que tem pelo menos um cluster configurado.",
13+
"Or try running Headlamp with a different kube config.": "Ou tente correr o Headlamp com um kube config diferente",
1314
"Cluster version upgraded to {{ gitVersion }}": "Versão do cluster actualizada para {{ gitVersion }}",
1415
"Cluster version downgraded to {{ gitVersion }}": "Versão do cluster mudada para {{ gitVersion }}"
1516
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"Loading config map details": "A carregar detalhes do config map",
32
"No data in this config map": "Sem dados neste config map"
43
}

frontend/src/i18n/locales/pt/crd.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2+
"Loading custom resource details": "A carregar detalhes da \"custom resource\"",
23
"Failed to get objects": "Falha ao obter objectos",
34
"Accepted Names": "Nomes aceites",
4-
"Custom Resource Definitions": ""
5+
"Custom Resource Definitions": "Custom Resource Definitions"
56
}

frontend/src/i18n/locales/pt/frequent.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Whoops! This page doesn't exist": "",
2+
"Whoops! This page doesn't exist": "Ups! Esta página não existe",
33
"Head back <1>home</1>.": "Voltar ao <1>início</1>.",
44
"Cancel": "Cancelar",
55
"Change theme": "Mudar tema",
@@ -34,7 +34,18 @@
3434
"Undo Changes": "Desfazer modificações",
3535
"Save & Apply": "Guardar & Aplicar",
3636
"Loading resource data": "A carregar dados do recurso",
37+
"Mount Path": "Cam. de montagem",
38+
"from": "desde",
39+
"I/O": "I/O",
40+
"Ready": "Pronto",
41+
"Waiting": "À espera",
42+
"Running": "em execução",
43+
"Error": "Erro",
44+
"Restart Count": "Núm. Reinícios",
3745
"Show filter": "Mostrar filtro",
46+
"Search": "Pesquisar",
47+
"Filter": "Filtrar",
48+
"Clear": "Limpar",
3849
"sort up": "ordenar asc.",
3950
"sort down": "ordenar desc.",
4051
"sort swap": "trocar ordem",
@@ -48,10 +59,10 @@
4859
"N/A": "N/A",
4960
"{{ age }} days": "{{ age }} dias",
5061
"used": "usado",
51-
"Ready": "Pronto",
5262
"Not ready yet!": "Ainda não pronto!",
5363
"Lines": "Linhas",
64+
"Volumes": "Volumes",
65+
"Type": "Tipo",
5466
"Failed": "Falhou",
55-
"Running": "em execução",
5667
"Select locale": "Seleccionar idioma"
5768
}

frontend/src/i18n/locales/pt/glossary.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
"Status": "Estado",
1313
"Last Transition": "Última Transição",
1414
"Last Update": "Última Actualização",
15+
"Container ID": "ID do Container",
1516
"Image": "Imagem",
1617
"Args": "Args",
1718
"Command": "Comando",
1819
"Environment": "Ambiente",
20+
"Liveness Probes": "Provas de \"Liveness\"",
21+
"Volume Mounts": "Montagem de Volumes",
1922
"Containers": "Containers",
2023
"Conditions": "Condições",
2124
"tabs": "separadores",
@@ -113,7 +116,7 @@
113116
"Volume Claims": "Volume Claims",
114117
"Class Name": "Class Name",
115118
"Volume": "Volume",
116-
"Reclaim Policy": "Reclaim Policy",
119+
"Reclaim Policy": "Política de \"Reclaim\"",
117120
"Binding Mode": "Binding Mode",
118121
"Provisioner": "Provisioner",
119122
"Volume Binding Mode": "Volume Binding Mode",

frontend/src/i18n/locales/pt/resource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"Annotations": "Anotações",
3535
"Owner refs": "Ref. de proprietário",
3636
"Controlled by": "Controlado por",
37+
"No data to be shown.": "Sem dados para mostrar.",
3738
"View YAML": "Ver YAML",
3839
"show yaml viewer": "mostrar visualizador de YAML",
3940
"Loading table data": "A carregar dados da tabela",
40-
"No data to be shown.": "Sem dados para mostrar.",
4141
"No data matching the filter criteria.": "Sem dados que verifiquem os critérios de filtro.",
4242
"Connecting…": "A ligar…",
4343
"Terminal: {{ itemName }}": "Terminal: {{ itemName }}",

0 commit comments

Comments
 (0)