dify/web/i18n/id-ID/explore.ts
Stephen Zhou 6d0e36479b
refactor(i18n): use JSON with flattened key and namespace (#30114)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-29 14:52:32 +08:00

38 lines
753 B
TypeScript

const translation = {
sidebar: {
action: {
unpin: 'Lepaskan sematan',
pin: 'Sematkan',
delete: 'Hapus',
rename: 'Ganti nama',
},
delete: {
content: 'Apakah Anda yakin ingin menghapus aplikasi ini?',
title: 'Hapus aplikasi',
},
chat: 'Mengobrol',
},
apps: {
},
appCard: {
customize: 'Menyesuaikan',
},
appCustomize: {
subTitle: 'Ikon & nama aplikasi',
nameRequired: 'Nama aplikasi diperlukan',
},
category: {
Entertainment: 'Hiburan',
Agent: 'Agen',
Writing: 'Tulisan',
Assistant: 'Asisten',
Programming: 'Pemrograman',
Translate: 'Terjemah',
Workflow: 'Alur Kerja',
HR: 'HR',
},
title: 'Menjelajahi',
}
export default translation