chore: translate i18n files and update type definitions (#28528)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1dfde240cb
commit
c75a4e6309
@@ -142,6 +142,14 @@ const translation = {
|
||||
removeConfirmContent: 'Konfigurasi saat ini sedang digunakan, menghapusnya akan mematikan fitur Pelacakan.',
|
||||
title: 'Konfigurasi',
|
||||
secretKey: 'Kunci Rahasia',
|
||||
experimentId: 'ID Eksperimen',
|
||||
trackingUri: 'URI Pelacakan',
|
||||
clientId: 'ID Klien OAuth',
|
||||
clientSecret: 'Rahasia Klien OAuth',
|
||||
username: 'Nama Pengguna',
|
||||
databricksHost: 'URL Workspace Databricks',
|
||||
personalAccessToken: 'Token Akses Pribadi (lama)',
|
||||
password: 'Kata sandi',
|
||||
},
|
||||
expand: 'Memperluas',
|
||||
disabledTip: 'Silakan konfigurasi penyedia terlebih dahulu',
|
||||
@@ -159,6 +167,14 @@ const translation = {
|
||||
title: 'Tencent APM',
|
||||
description: 'Tencent Application Performance Monitoring menyediakan pelacakan komprehensif dan analisis multi-dimensi untuk aplikasi LLM.',
|
||||
},
|
||||
mlflow: {
|
||||
title: 'MLflow',
|
||||
description: 'MLflow adalah platform sumber terbuka untuk manajemen eksperimen, evaluasi, dan pemantauan aplikasi LLM.',
|
||||
},
|
||||
databricks: {
|
||||
title: 'Databricks',
|
||||
description: 'Databricks menawarkan MLflow yang sepenuhnya dikelola dengan tata kelola dan keamanan yang kuat untuk menyimpan data jejak.',
|
||||
},
|
||||
},
|
||||
appSelector: {
|
||||
placeholder: 'Pilih aplikasi...',
|
||||
@@ -309,6 +325,8 @@ const translation = {
|
||||
openInExplore: 'Buka di Jelajahi',
|
||||
showMyCreatedAppsOnly: 'Dibuat oleh saya',
|
||||
appDeleteFailed: 'Gagal menghapus aplikasi',
|
||||
noUserInputNode: 'Node input pengguna hilang',
|
||||
notPublishedYet: 'Aplikasi belum diterbitkan',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
Reference in New Issue
Block a user