feat: Use Romanian & other langs in QA (#4205)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
rennokki
2024-05-14 12:48:24 +03:00
committed by GitHub
parent 66c8070da8
commit d1ccb22d8a
26 changed files with 2896 additions and 3 deletions

29
web/i18n/ro-RO/run-log.ts Normal file
View File

@@ -0,0 +1,29 @@
const translation = {
input: 'INTRARE',
result: 'REZULTAT',
detail: 'DETALIU',
tracing: 'URMĂRIRE',
resultPanel: {
status: 'STARE',
time: 'TIMP SCURS',
tokens: 'TOTAL TOKENI',
},
meta: {
title: 'METADATE',
status: 'Stare',
version: 'Versiune',
executor: 'Executor',
startTime: 'Timp de început',
time: 'Timp scurs',
tokens: 'Total tokeni',
steps: 'Pași de rulare',
},
resultEmpty: {
title: 'Această rulare generează doar format JSON,',
tipLeft: 'vă rugăm să mergeți la ',
link: 'panoul de detalii',
tipRight: ' pentru a o vizualiza.',
},
}
export default translation