hedgedoc/public/locales/id.json
Erik Michelson dbce0181a4
Add register via username and refactor email-login to username-login (#313)
* Added config option to enable/disable the email signup

* Added register API call

* Added register button and error handling

* Show register button only if enabled in config

* Renamed login handler, added dir-attribute, removed obsolete css class

* Added separate registration page, changed email-login to internal-login

As an username is sufficient for registration, this commit changes the email-login into an username-based login. This login method is now called "internal" in the code.
This commit also introduces a new registration page instead of using the same form as for login.

* Added information texts below form fields

* Added error differentiation

* Added CHANGELOG entry

* Replace "magic string" with Enum representation

* Removed password-field to DOM rewrite

With the value attribute set, the password would be written to the DOM while typing. That's bad practise as attackers could read that password (e.g. with dirty CSS-hacks).

* Fixed backendConfig to config renaming

* Fixed links on register page being external links

* Refactored error handling to use string-enum that corresponds with i18n keys

* Fix chrome warnings regarding autocomplete and duplicated id

* Refactor login action buttons to use callbacks and handle promises directly

* Remove unnecessary async function

* Added promise chaining
2020-08-04 23:13:12 +02:00

191 lines
6.5 KiB
JSON

{
"app": {
"slogan": "Platform terbaik untuk menulis dan membagikan markdown",
"title": "Catatan markdown kolaboratif"
},
"landing": {
"intro": {
"exploreFeatures": "Jelajahi semua fitur",
"features": {
"collaboration": "Kolaborasi real-time",
"mathJax": "Mendukung charts dan MathJax",
"slides": "Mendukung mode slide"
}
},
"history": {
"noHistory": "Tidak ada riwayat",
"localHistory": "Dibawah ini adalah riwayat dari peramban ini",
"toolbar": {
"selectTags": "Pilih tanda...",
"searchKeywords": "Cari berdasarkan kata kunci...",
"sortByTitle": "Urutkan berdasarkan judul",
"sortByLastVisited": "Urutkan berdasarkan waktu",
"export": "Ekspor Riwayat",
"import": "Impor Riwayat",
"clear": "Bersihkan Riwayat",
"refresh": "Muat-ulang Riwayat"
},
"modal": {
"clearHistory": {}
},
"tableHeader": {}
},
"navigation": {
"intro": "Perkenalan",
"history": "Riwayat",
"newGuestNote": "Catatan baru (sebagai tamu)",
"newNote": "Catatan Baru"
},
"footer": {
"releases": "Penerbitan",
"poweredBy": "Ditenagai oleh <0></0>",
"imprint": "Jejak",
"followUs": "Ikuti kami di <0></0>, <1></1>, <2></2>, <3></3>, dan <4></4>.",
"privacy": "Privasi",
"termsOfUse": "Aturan Penggunaan"
},
"versionInfo": {
"sourceCode": "Sumber Kode"
}
},
"profile": {
"deleteUser": "Hapus pengguna",
"exportUserData": "Ekspor data pengguna",
"modal": {
"deleteUser": {
"title": "Hapus pengguna",
"message": "Apakah anda yakin ingin menghapus akun anda?",
"subMessage": "Ini akan menghapus akun anda, semua catatan yang dimiliki oleh anda akan dihapus dan menghapus semua referensi ke akun anda dari catatan lain."
}
}
},
"editor": {
"help": {
"contacts": {
"title": "Kontak",
"community": "Bergabung dengan komunitas",
"meetUsOn": "Temui kami di {{service}}",
"helpTranslating": "Bantu kami menerjemahkan",
"reportIssue": "Laporkan kesalahan"
},
"documents": {
"title": "Dokumen",
"yamlMetadata": "Metadata YML",
"slideExample": "Contoh Slide"
},
"cheatsheet": {
"title": "Cheatsheet",
"example": "Contoh",
"syntax": "Sintaks",
"underlinedText": "Teks ber-garis bawah",
"highlightedText": "Teks yang disorot",
"externalService": "Eksternal"
}
},
"error": {
"locked": {
"title": "Catatan ini terkunci",
"description": "Maaf, hanya pemilik yang bisa mengubah catatan ini"
},
"limitReached": {
"title": "Memenuhi batas",
"description": "Maaf, anda telah memenuhi batas maksimum jumlah catatan ini",
"advice": "Tolong persingkat catatan nya."
},
"incompatible": {
"title": "Versi pramban anda tidak kompatibel",
"advice": "Muat ulang untuk memperbarui"
},
"newVersion": {
"title": "Versi baru tersedia!",
"linkText": "Lihat catatan penerbitan",
"advice": "Muat ulang untuk menikmati fitur baru."
},
"userStateChanged": {
"title": "Data pengguna anda telah berubah.",
"description": "Muat ulang untuk memuat data baru pengguna."
}
},
"viewMode": {
"view": "Lihat",
"both": "Keduanya"
},
"darkMode": {},
"editorToolbar": {
"bold": "Tebal",
"strikethrough": "Garis",
"header": "Header",
"code": "Kode",
"blockquote": "Blok kutipan",
"unorderedList": "Daftar tak ber-urutan",
"orderedList": "Daftar ber-urutan",
"checkList": "Centang",
"link": "Link",
"image": "Gambar",
"uploadImage": "Unggah Gambar"
},
"menu": {
"menu": "Menu",
"new": "Baru",
"publish": "Terbitkan",
"extra": "Tambahan",
"revision": "Revisi",
"slideMode": "Mode Slide",
"download": "Unduh",
"help": "Bantuan"
},
"export": {
"rawHtml": "File HTML"
},
"import": {
"clipboard": "Papan Klip"
},
"modal": {
"snippetImport": {
"title": "Impor dari Snippet",
"selectProject": "Pilih dari Project yang tersedia",
"selectSnippet": "Pilih dari Snippet yang tersedia"
},
"gistImport": {
"title": "Impor dari Gist",
"insertGistUrl": "Templekan URL gist anda disini..."
},
"snippetExport": {
"title": "Ekspor ke Snippet",
"visibilityLevel": "Pilih tingkat penglihatan"
},
"revision": {
"title": "Revisi",
"revertButton": "Kembalikan"
},
"clipboardImport": {
"title": "Impor dari papan klip",
"insertMarkdown": "Tempel markdown atau halaman web disini"
},
"deleteNote": {
"question": "Apakah anda yakin ingin menghapus catatan ini?",
"warning": "Semua pengguna akan kehilangan koneksi nya"
}
}
},
"common": {
"import": "Impor",
"export": "Ekspor",
"refresh": "Muat ulang",
"cancel": "Batal",
"ok": "OK",
"or": "atau"
},
"login": {
"chooseMethod": "Pilih cara",
"signInVia": "Masuk menggunakan {{service}}",
"signIn": "Masuk",
"signOut": "Keluar",
"register": {
"title": "Daftar"
},
"auth": {
"error": {}
}
}
}