id.js 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Alamat tidak diketahui",
  5. "No result." : "Tidak ada hasil.",
  6. "Malformed JSON data." : "Data JSON tidak terbentuk dengan benar.",
  7. "Error" : "Galat",
  8. "Weather status" : "Status cuaca",
  9. "Weather status in your dashboard" : "Status cuaca di dasbor Anda",
  10. "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Status pengguna terintegrasi dalam aplikasi Dasbor.\n Posisi pengguna dapat ditentukan secara otomatis atau secara manual. Sebuah prakiraan 6 jam akan ditampilkan.\n Status ini juga dapat diintegrasikan di tempat lain seperti aplikasi Kalender.",
  11. "Detect location" : "Deteksi lokasi",
  12. "Set custom address" : "Tetapkan alamat kustom",
  13. "Favorites" : "Disukai",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} langit cerah nanti pada hari ini",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} langit cerah",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} berawan nanti pada hari ini",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} berawan",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} cuaca cerah nanti pada hari ini",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} cuaca cerah",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} sebagian berawan nanti pada hari ini",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} sebagian berawan",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} berkabut nanti pada hari ini",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} berkabut",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} hujan ringan nanti pada hari ini",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} hujan ringan",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} hujan nanti pada hari ini",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} hujan",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} hujan deras nanti pada hari ini",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} hujan deras",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} rintik hujan nanti pada hari ini",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} rintik hujan",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} rintik hujan ringan nanti pada hari ini",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} rintik hujan ringan",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} rintik hujan deras nanti pada hari ini",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} rintik hujan deras",
  36. "More weather for {adr}" : "Lebih banyak cuaca untuk {adr}",
  37. "Loading weather" : "Memuat cuaca",
  38. "Remove from favorites" : "Remove from favorites",
  39. "Add as favorite" : "Tambahkan sebagai favorit",
  40. "You are not logged in." : "Anda belum masuk.",
  41. "There was an error getting the weather status information." : "Ada kesalahan mendapatkan informasi status cuaca.",
  42. "No weather information found" : "Tidak ada informasi cuaca yang ditemukan",
  43. "Location not found" : "Lokasi tidak ditemukan",
  44. "There was an error setting the location address." : "Ada kesalahan menetapkan alamat lokasi.",
  45. "There was an error setting the location." : "Ada kesalahan menetapkan lokasi.",
  46. "There was an error saving the mode." : "Ada kesalahan menyimpan mode.",
  47. "There was an error using personal address." : "Ada kesalahan menggunakan alamat pribadi.",
  48. "Set location for weather" : "Atur lokasi untuk cuaca"
  49. },
  50. "nplurals=1; plural=0;");