dify/web/i18n/fr-FR/run-log.ts

32 lines
817 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const translation = {
input: 'ENTRÉE',
result: 'RÉSULTAT',
detail: 'DÉTAIL',
tracing: 'TRACE',
resultPanel: {
status: 'STATUT',
time: 'TEMPS ÉCOULÉ',
tokens: 'TOTAL DES JETONS',
},
meta: {
title: 'MÉTADONNÉES',
status: 'Statut',
version: 'Version',
executor: 'Exécuteur',
startTime: 'Heure de début',
time: 'Temps écoulé',
tokens: 'Total des jetons',
steps: 'Étapes d\'exécution',
},
resultEmpty: {
title: 'Cela exécute uniquement le format de sortie JSON,',
tipLeft: 'veuillez aller à ',
link: 'panneau de détail',
tipRight: ' visualisez-le.',
},
actionLogs: 'Journaux dactions',
circularInvocationTip: 'Il y a un appel circulaire doutils/nœuds dans le flux de travail actuel.',
}
export default translation