mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
chore: translate i18n files (#7965)
Co-authored-by: JohnJyong <76649700+JohnJyong@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: Hanqing Zhao <sherry9277@gmail.com> Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
committed by
GitHub
parent
15791510c8
commit
fb113a9479
@@ -69,6 +69,14 @@ const translation = {
|
||||
manageInTools: 'In den Tools verwalten',
|
||||
workflowAsToolTip: 'Nach dem Workflow-Update ist eine Neukonfiguration des Tools erforderlich.',
|
||||
viewDetailInTracingPanel: 'Details anzeigen',
|
||||
importDSL: 'DSL importieren',
|
||||
importFailure: 'Fehler beim Import',
|
||||
syncingData: 'Synchronisieren von Daten, nur wenige Sekunden.',
|
||||
chooseDSL: 'Wählen Sie eine DSL(yml)-Datei',
|
||||
importSuccess: 'Erfolg beim Import',
|
||||
importDSLTip: 'Der aktuelle Entwurf wird überschrieben. Exportieren Sie den Workflow vor dem Import als Backup.',
|
||||
overwriteAndImport: 'Überschreiben und Importieren',
|
||||
backupCurrentDraft: 'Aktuellen Entwurf sichern',
|
||||
},
|
||||
env: {
|
||||
envPanelTitle: 'Umgebungsvariablen',
|
||||
@@ -178,6 +186,7 @@ const translation = {
|
||||
'transform': 'Transformieren',
|
||||
'utilities': 'Dienstprogramme',
|
||||
'noResult': 'Kein Ergebnis gefunden',
|
||||
'searchTool': 'Suchwerkzeug',
|
||||
},
|
||||
blocks: {
|
||||
'start': 'Start',
|
||||
@@ -407,6 +416,7 @@ const translation = {
|
||||
enterValue: 'Wert eingeben',
|
||||
addCondition: 'Bedingung hinzufügen',
|
||||
conditionNotSetup: 'Bedingung NICHT eingerichtet',
|
||||
selectVariable: 'Variable auswählen...',
|
||||
},
|
||||
variableAssigner: {
|
||||
title: 'Variablen zuweisen',
|
||||
@@ -502,6 +512,25 @@ const translation = {
|
||||
iteration_other: '{{count}} Iterationen',
|
||||
currentIteration: 'Aktuelle Iteration',
|
||||
},
|
||||
note: {
|
||||
editor: {
|
||||
strikethrough: 'Durchgestrichen',
|
||||
large: 'Groß',
|
||||
bulletList: 'Aufzählung',
|
||||
italic: 'Kursiv',
|
||||
small: 'Klein',
|
||||
bold: 'Kühn',
|
||||
placeholder: 'Schreiben Sie Ihre Notiz...',
|
||||
openLink: 'Offen',
|
||||
showAuthor: 'Autor anzeigen',
|
||||
medium: 'Mittel',
|
||||
unlink: 'Trennen',
|
||||
link: 'Verbinden',
|
||||
enterUrl: 'URL eingeben...',
|
||||
invalidUrl: 'Ungültige URL',
|
||||
},
|
||||
addNote: 'Notiz hinzufügen',
|
||||
},
|
||||
},
|
||||
tracing: {
|
||||
stopBy: 'Gestoppt von {{user}}',
|
||||
|
||||
Reference in New Issue
Block a user