mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
Small typo
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -147,7 +147,7 @@ class Content extends React.Component<Props, State> {
|
||||
<td>{fileSize}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{t("sources.content.lastModified")}</td>
|
||||
<td>{t("sources.content.commitDate")}</td>
|
||||
<td>{date}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user