// Indonesian // Auto-generated by scripts/translate-i18n.mjs export const id = { "layout": { "metadata": { "title": "InfiPlot", "description": "InfiPlot" } }, "home": { "examples": { "male": [], "female": [], "x": [] }, "options": { "gender": "", "artStyle": "", "plotStyle": "", "voice": "", "pacing": "" }, "genders": { "male": "", "female": "", "x": "" }, "artStyles": {}, "plotStyles": { "straightforward": "", "twist": "" }, "voiceOptions": { "off": "", "on": "" }, "pacings": { "fast": "", "relaxed": "" }, "stories": {}, "ui": { "start": "", "loadStory": "", "settings": "", "searchPlaceholder": "", "noMatchingStyle": "", "close": "", "back": "", "save": "", "cancel": "", "saveAndSelect": "" }, "styleModal": {}, "hero": { "title": "", "placeholder": " ", "enterHint": "" }, "hint": { "text": (params: { authEnabled?: boolean }) => { const authHint = params.authEnabled ? ' (login diperlukan selama beta, main gratis)' : ''; return `Masukkan ide Anda, konfigurasi gaya, dan klik "Mulai" untuk bermain${authHint}. Anda juga dapat memilih cerita kurasi dari bawah untuk pengalaman cepat InfiPlot. Klik "Pengaturan" untuk memasukkan nama Anda dan mengonfigurasi kunci teks, gambar, visi, dan TTS Anda sendiri—semua disimpan secara lokal di browser Anda untuk pengalaman yang lebih stabil.`; }, "closeAriaLabel": "Jangan tampilkan petunjuk ini lagi" }, "about": {}, "errors": { "emptyFile": "", "fileTooLarge": "", "unpackFailed": "", "parseFailed": "", "cardNotFound": "" } }, "play": {}, "settings": {}, "auth": {}, "history": {}, "customForm": {}, "language": { "title": "", "current": "", "select": "" } } as const; export type IdTranslations = typeof id;