mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-24 17:44:49 +00:00
chore(app): i18n sync (#17283)
This commit is contained in:
@@ -150,4 +150,16 @@ export const dict = {
|
||||
"ui.question.multiHint": "Alle zutreffenden auswählen",
|
||||
"ui.question.singleHint": "Eine Antwort auswählen",
|
||||
"ui.question.custom.placeholder": "Geben Sie Ihre Antwort ein...",
|
||||
|
||||
"ui.fileSearch.placeholder": "Suchen",
|
||||
"ui.fileSearch.previousMatch": "Vorheriges Ergebnis",
|
||||
"ui.fileSearch.nextMatch": "Nächstes Ergebnis",
|
||||
"ui.fileSearch.close": "Suche schließen",
|
||||
"ui.tool.task": "Aufgabe",
|
||||
"ui.tool.skill": "Fähigkeit",
|
||||
"ui.basicTool.called": "`{{tool}}` aufgerufen",
|
||||
"ui.toolErrorCard.failed": "Fehlgeschlagen",
|
||||
"ui.toolErrorCard.copyError": "Fehler kopieren",
|
||||
"ui.message.duration.seconds": "{{count}}s",
|
||||
"ui.message.duration.minutesSeconds": "{{minutes}}m {{seconds}}s",
|
||||
} satisfies Partial<Record<Keys, string>>
|
||||
|
||||
Reference in New Issue
Block a user