feat(webui): present chats as topics
This commit is contained in:
@@ -43,12 +43,12 @@
|
||||
"sidebar": {
|
||||
"navigation": "Navigasi bilah samping",
|
||||
"collapse": "Ciutkan sidebar",
|
||||
"newChat": "Obrolan baru",
|
||||
"newChat": "Topik baru",
|
||||
"searchAria": "Cari",
|
||||
"searchPlaceholder": "Cari",
|
||||
"searchResults": "Hasil",
|
||||
"noSearchResults": "Tidak ada chat yang cocok.",
|
||||
"recent": "Terbaru",
|
||||
"noSearchResults": "Tidak ada topik yang cocok.",
|
||||
"recent": "Topik terbaru",
|
||||
"settings": "Pengaturan",
|
||||
"language": {
|
||||
"label": "Bahasa",
|
||||
@@ -805,15 +805,15 @@
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
"fallbackTitle": "Obrolan {{id}}",
|
||||
"fallbackTitle": "Topik {{id}}",
|
||||
"forkTitle": "Cabang: {{title}}",
|
||||
"loading": "Memuat…",
|
||||
"noSessions": "Belum ada sesi.",
|
||||
"showMore": "Tampilkan {{count}} lagi",
|
||||
"collapsed": "{{count}} obrolan diciutkan",
|
||||
"collapsed": "{{count}} topik diciutkan",
|
||||
"showLess": "Tampilkan lebih sedikit",
|
||||
"actions": "Aksi obrolan untuk {{title}}",
|
||||
"newInProject": "Mulai obrolan baru di {{project}}",
|
||||
"actions": "Aksi topik untuk {{title}}",
|
||||
"newInProject": "Mulai topik baru di {{project}}",
|
||||
"activity": {
|
||||
"running": "Agent running",
|
||||
"complete": "Agent finished",
|
||||
@@ -822,9 +822,9 @@
|
||||
"pin": "Pin",
|
||||
"unpin": "Unpin",
|
||||
"rename": "Rename",
|
||||
"renameTitle": "Rename chat",
|
||||
"renameDescription": "Choose a local sidebar name for this chat.",
|
||||
"renamePlaceholder": "Chat name",
|
||||
"renameTitle": "Ganti nama topik",
|
||||
"renameDescription": "Pilih nama lokal di bilah sisi untuk topik ini.",
|
||||
"renamePlaceholder": "Nama topik",
|
||||
"renameProjectTitle": "Rename project",
|
||||
"renameProjectDescription": "Choose a local sidebar name for this project.",
|
||||
"renameProjectPlaceholder": "Project name",
|
||||
@@ -834,10 +834,10 @@
|
||||
"showArchived": "Show archived",
|
||||
"hideArchived": "Hide archived",
|
||||
"delete": "Hapus",
|
||||
"newChat": "Obrolan baru",
|
||||
"newChat": "Topik baru",
|
||||
"groups": {
|
||||
"pinned": "Pinned",
|
||||
"all": "Chats",
|
||||
"all": "Topik",
|
||||
"projects": "Projects",
|
||||
"today": "Today",
|
||||
"yesterday": "Yesterday",
|
||||
@@ -940,14 +940,14 @@
|
||||
},
|
||||
"header": {
|
||||
"toggleSidebar": "Tampilkan atau sembunyikan sidebar",
|
||||
"newChat": "Mulai chat baru",
|
||||
"newChat": "Mulai topik baru",
|
||||
"toggleTheme": "Alihkan tema dari header",
|
||||
"settings": "Buka pengaturan",
|
||||
"sessionInfo": "Detail sesi"
|
||||
},
|
||||
"sessionInfo": {
|
||||
"title": "Sesi",
|
||||
"untitled": "Chat tanpa judul",
|
||||
"untitled": "Topik tanpa judul",
|
||||
"automations": "Otomasi",
|
||||
"count": "{{count}}",
|
||||
"loading": "Memuat otomasi...",
|
||||
@@ -973,7 +973,7 @@
|
||||
"composer": {
|
||||
"placeholderThread": "Ketik pesan Anda…",
|
||||
"placeholderHero": "Apa yang sedang Anda pikirkan?",
|
||||
"placeholderOpening": "Membuka obrolan baru…",
|
||||
"placeholderOpening": "Membuka topik baru…",
|
||||
"placeholderStreaming": "Model sedang merespons…",
|
||||
"inputAria": "Input pesan",
|
||||
"sendHint": "Enter untuk kirim · Shift+Enter untuk baris baru",
|
||||
|
||||
Reference in New Issue
Block a user