You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/web/i18n/fr-FR/run-log.ts

32 lines
817 B
TypeScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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