Skip to content

Commit

Permalink
fix: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed May 5, 2024
1 parent e97149e commit 09df017
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
25 changes: 18 additions & 7 deletions frontend/src/angular/i18n/messages.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"translations": {
"docimportImportFile": "Import file",
"docimportFileToImport": "File to import",
"docimportFileName": "Name: {$INTERPOLATION}",
"docimportFileType": "Type: {$INTERPOLATION}",
"docimportFileSize": "Size: {$INTERPOLATION} bytes",
"cancel": "Cancel",
"docimportUpload": "Upload",
"upload": "Upload",
"doclistHeading": "Document List",
"function": "Function",
"table": "Table",
"search": "Search",
"import": "Import",
"logout": "Logout",
Expand All @@ -15,11 +20,17 @@
"list": "List",
"document": "Document",
"paragraph": "Paragraph",
"docSearchWorking": "The AI is working on the answer.",
"docSearchBePatient": "Please be patient. {$INTERPOLATION} sec.",
"docSearchRequestFailed": "Ai Request Failed. Please try again.",
"docSearchResultDocument": "Result Document:",
"link": "Link: {$START_LINK}{$INTERPOLATION}{$CLOSE_LINK}",
"docSearchOtherDocuments": "Other Documents:"
"searchWorking": "The AI is working on the answer.",
"searchBePatient": " Please be patient. {$INTERPOLATION} sec. ",
"searchRequestFailed": " Ai Request Failed. Please try again.",
"searchResultDocument": "Result Document:",
"link": " Link: {$START_LINK}{$INTERPOLATION}{$CLOSE_LINK}",
"docSearchOtherDocuments": "Other Documents:",
"functionSearchHeading": "Function Search",
"imagequeryHeading": "Image description",
"imagequeryQuery": "Image query",
"tableSearchHeading": "Table Search",
"tableSearchDataImport": "A new DB instance needs a data import first.",
"tableSearchImportData": " Import Data "
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
mat-flat-button
i18n-matTooltip
matTooltip="A new DB instance needs a data import first."
i18n-matTooltip="@@tableSearchDataImport"
color="primary"
(click)="importData()"
i18n="@@tableSearchImportData"
Expand Down

0 comments on commit 09df017

Please sign in to comment.