Skip to content

Commit

Permalink
feat: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Nov 19, 2023
1 parent f1a1d54 commit fe1a0cf
Show file tree
Hide file tree
Showing 3 changed files with 1,985 additions and 1,769 deletions.
27 changes: 22 additions & 5 deletions frontend/src/angular/i18n/messages.de.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"locale": "de",
"translations": {
"key": "value"
}
}
"locale": "de",
"translations": {
"docimportImportFile": "Import file",
"docimportFileToImport": "File to import",
"cancel": "Cancel",
"docimportUpload": "Upload",
"doclistHeading": "Document List",
"search": "Search",
"import": "Import",
"logout": "Logout",
"doclistId": "Id",
"doclistName": "Name",
"doclistType": "Type",
"list": "List",
"document": "Document",
"paragraph": "Paragraph",
"docSearchWorking": "The AI is working on the answer.",
"docSearchBePatient": "Please be patient. {$INTERPOLATION} sec.",
"docSearchResultDocument": "Result Document:",
"link": "Link: {$START_LINK}{$INTERPOLATION}{$CLOSE_LINK}"
}
}
Loading

0 comments on commit fe1a0cf

Please sign in to comment.