diff --git a/next-i18next.config.js b/next-i18next.config.js index 4f1c4b3..d5fc827 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -7,6 +7,8 @@ module.exports = { "en", "es", "fr", + "he", + "id", "ja", "ko", "pt", @@ -15,7 +17,6 @@ module.exports = { "te", "vi", "zh", - "he", ], }, localePath: diff --git a/public/locales/id/chat.json b/public/locales/id/chat.json new file mode 100644 index 0000000..23b6f4d --- /dev/null +++ b/public/locales/id/chat.json @@ -0,0 +1,25 @@ +{ + "OpenAI API Key Required": "Memerlukan Kunci API OpenAI", + "Please set your OpenAI API key in the bottom left of the sidebar.": "Silakan atur kunci API OpenAI Anda di bagian kiri bawah bilah sisi.", + "Stop Generating": "Berhenti Menghasilkan", + "Prompt limit is {{maxLength}} characters": "Batas karakter untuk prompt adalah {{maxLength}} karakter", + "System Prompt": "Prompt Sistem", + "You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully. Respond using markdown.": "Anda adalah ChatGPT, model bahasa besar yang dilatih oleh OpenAI. Ikuti instruksi pengguna dengan hati-hati. Balas menggunakan markdown.", + "Enter a prompt": "Masukkan sebuah prompt", + "Regenerate response": "Hasilkan kembali respons", + "Sorry, there was an error.": "Maaf, terjadi kesalahan.", + "Model": "Model", + "Conversation": "Percakapan", + "OR": "ATAU", + "Loading...": "Memuat...", + "Type a message...": "Ketik sebuah pesan...", + "Error fetching models.": "Kesalahan dalam mengambil model.", + "AI": "AI", + "You": "Anda", + "Make sure your OpenAI API key is set in the bottom left of the sidebar.": "Pastikan kunci API OpenAI Anda diatur di bagian kiri bawah bilah sisi.", + "If you completed this step, OpenAI may be experiencing issues.": "Jika Anda telah menyelesaikan langkah ini, OpenAI mungkin mengalami masalah.", + "click if using a .env.local file": "klik jika menggunakan file .env.local", + "Message limit is {{maxLength}} characters. You have entered {{valueLength}} characters.": "Batas karakter untuk pesan adalah {{maxLength}} karakter. Anda telah memasukkan {{valueLength}} karakter.", + "Please enter a message": "Silakan masukkan sebuah pesan", + "Chatbot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality.": "Chatbot UI adalah kit chatbot canggih untuk model obrolan OpenAI yang bertujuan meniru antarmuka dan fungsionalitas ChatGPT." +} \ No newline at end of file diff --git a/public/locales/id/common.json b/public/locales/id/common.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/public/locales/id/common.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/id/markdown.json b/public/locales/id/markdown.json new file mode 100644 index 0000000..92ce28a --- /dev/null +++ b/public/locales/id/markdown.json @@ -0,0 +1,5 @@ +{ + "Copy code": "Salin kode", + "Copied!": "Kode disalin!", + "Enter file name": "Masukkan nama file" +} \ No newline at end of file diff --git a/public/locales/id/sidebar.json b/public/locales/id/sidebar.json new file mode 100644 index 0000000..b44e54c --- /dev/null +++ b/public/locales/id/sidebar.json @@ -0,0 +1,13 @@ +{ + "New folder": "Folder baru", + "New chat": "Percakapan baru", + "No conversations.": "Tidak ada percakapan.", + "Search conversations...": "Cari percakapan...", + "OpenAI API Key": "Kunci API OpenAI", + "Import conversations": "Impor percakapan", + "Are you sure?": "Apakah Anda yakin?", + "Clear conversations": "Hapus percakapan", + "Export conversations": "Ekspor percakapan", + "Dark mode": "Mode gelap", + "Light mode": "Mode terang" +} \ No newline at end of file