id.toml 527 B

123456789101112131415161718192021222324252627282930313233
  1. # More documentation here: https://github.com/nicksnyder/go-i18n
  2. [home]
  3. other = "Beranda"
  4. [posts]
  5. other = "Artikel"
  6. [at]
  7. other = "at"
  8. [resume]
  9. other = "Resume saya"
  10. [navigation]
  11. other = "Navigasi"
  12. [contact_me]
  13. other = "Hubungi saya:"
  14. [newsletter_text]
  15. other = "Ingin selalu update dengan notifikasi email"
  16. [newsletter_input_placeholder]
  17. other = "Masukkan email"
  18. [newsletter_warning]
  19. other = "Kami tidak pernah berbagi data email dengan siapapun."
  20. [submit]
  21. other = "Kirim"
  22. [hugoAttributionText]
  23. other = "Didukung oleh"