From 0100e290ae7424306be48a77dfe1a8f89777a5fd Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Thu, 19 Dec 2019 15:06:33 +0100 Subject: [PATCH] Small typo --- scm-ui/ui-webapp/public/locales/de/repos.json | 4 ++-- scm-ui/ui-webapp/public/locales/en/repos.json | 4 ++-- scm-ui/ui-webapp/public/locales/es/repos.json | 8 +++++--- scm-ui/ui-webapp/src/repos/sources/containers/Content.tsx | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/scm-ui/ui-webapp/public/locales/de/repos.json b/scm-ui/ui-webapp/public/locales/de/repos.json index 7fc9fc3403..91e37dee25 100644 --- a/scm-ui/ui-webapp/public/locales/de/repos.json +++ b/scm-ui/ui-webapp/public/locales/de/repos.json @@ -99,7 +99,7 @@ "file-tree": { "name": "Name", "length": "Größe", - "lastModified": "Zuletzt bearbeitet", + "commitDate": "Commitdatum", "description": "Beschreibung", "branch": "Branch", "notYetComputed": "Noch nicht berechnet; Der Wert wird in Kürze aktualisiert", @@ -111,7 +111,7 @@ "downloadButton": "Download", "path": "Pfad", "branch": "Branch", - "lastModified": "Zuletzt bearbeitet", + "commitDate": "Commitdatum", "description": "Beschreibung", "size": "Größe" }, diff --git a/scm-ui/ui-webapp/public/locales/en/repos.json b/scm-ui/ui-webapp/public/locales/en/repos.json index 0f5a052256..078436a599 100644 --- a/scm-ui/ui-webapp/public/locales/en/repos.json +++ b/scm-ui/ui-webapp/public/locales/en/repos.json @@ -99,7 +99,7 @@ "file-tree": { "name": "Name", "length": "Length", - "lastModified": "Last modified", + "commitDate": "Commit date", "description": "Description", "branch": "Branch", "notYetComputed": "Not yet computed, will be updated in a short while", @@ -111,7 +111,7 @@ "downloadButton": "Download", "path": "Path", "branch": "Branch", - "lastModified": "Last modified", + "commitDate": "Commit date", "description": "Description", "size": "Size" }, diff --git a/scm-ui/ui-webapp/public/locales/es/repos.json b/scm-ui/ui-webapp/public/locales/es/repos.json index 4e18669287..48fb76be0f 100644 --- a/scm-ui/ui-webapp/public/locales/es/repos.json +++ b/scm-ui/ui-webapp/public/locales/es/repos.json @@ -99,9 +99,11 @@ "file-tree": { "name": "Nombre", "length": "Longitud", - "lastModified": "Última modificación", + "commitDate": "Fecha de cometer", "description": "Descripción", - "branch": "Rama" + "branch": "Rama", + "notYetComputed": "Aún no calculado, se actualizará en poco tiempo", + "computationAborted": "El cálculo tomó demasiado tiempo y fue abortado" }, "content": { "historyButton": "Historia", @@ -109,7 +111,7 @@ "downloadButton": "Descargar", "path": "Ruta", "branch": "Rama", - "lastModified": "Última modificación", + "commitDate": "Fecha de cometer", "description": "Discripción", "size": "tamaño" }, diff --git a/scm-ui/ui-webapp/src/repos/sources/containers/Content.tsx b/scm-ui/ui-webapp/src/repos/sources/containers/Content.tsx index 34c07e0be1..28e964d601 100644 --- a/scm-ui/ui-webapp/src/repos/sources/containers/Content.tsx +++ b/scm-ui/ui-webapp/src/repos/sources/containers/Content.tsx @@ -147,7 +147,7 @@ class Content extends React.Component { {fileSize} - {t("sources.content.lastModified")} + {t("sources.content.commitDate")} {date}