This commit is contained in:
Yohan Boniface 2023-06-05 09:22:31 +02:00
parent 6f1fb4a6ad
commit 9fc1c3f336
4 changed files with 21 additions and 9 deletions

Binary file not shown.

View file

@ -360,17 +360,17 @@ msgstr "Penyunting peta telah dikemas kini dengan jayanya!"
#: views.py:640 #: views.py:640
#, python-format #, python-format
msgid "The uMap edit link for your map: %(map_name)s" msgid "The uMap edit link for your map: %(map_name)s"
msgstr "" msgstr "Pautan suntingan uMap untuk peta anda: %(map_name)s"
#: views.py:641 #: views.py:641
#, python-format #, python-format
msgid "Here is your secret edit link: %(link)s" msgid "Here is your secret edit link: %(link)s"
msgstr "" msgstr "Ini pautan suntingan rahsia anda: %(link)s"
#: views.py:647 #: views.py:647
#, python-format #, python-format
msgid "Email sent to %(email)s" msgid "Email sent to %(email)s"
msgstr "" msgstr "E-mel telah dihantar ke %(email)s"
#: views.py:658 #: views.py:658
msgid "Only its owner can delete the map." msgid "Only its owner can delete the map."

View file

@ -389,9 +389,15 @@ const locale = {
"Opacity": "Kelegapan", "Opacity": "Kelegapan",
"Star this map": "Tandai bintang peta ini", "Star this map": "Tandai bintang peta ini",
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Simbol boleh jadi aksara unicode atau URL. Anda boleh gunakan ciri-ciri sifat sebagai pemboleh ubah: cth.: dengan \"http://myserver.org/images/{name}.png\", pemboleh ubah {name} akan digantikan dengan nilai \"name\" bagi setiap penanda.", "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Simbol boleh jadi aksara unicode atau URL. Anda boleh gunakan ciri-ciri sifat sebagai pemboleh ubah: cth.: dengan \"http://myserver.org/images/{name}.png\", pemboleh ubah {name} akan digantikan dengan nilai \"name\" bagi setiap penanda.",
"Direct link": "Direct link", "Direct link": "Pautan terus",
"Export options": "Export options", "Export options": "Pilihan eksport",
"The zoom and center have been modified.": "The zoom and center have been modified." "The zoom and center have been modified.": "Zum dan kedudukan tengah telah diubah suai.",
"Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!",
"Copy link": "Salin pautan",
"Email": "E-mel",
"Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!",
"Send me the link": "Hantarkan pautan kepada saya",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Peta anda telah berjaya dicipta! Memandangkan anda tidak log masuk, ini pautan rahsia anda untuk menyunting peta, sila simpannya dengan selamat:"
} }
L.registerLocale("ms", locale) L.registerLocale("ms", locale)
L.setLocale("ms") L.setLocale("ms")

View file

@ -389,7 +389,13 @@
"Opacity": "Kelegapan", "Opacity": "Kelegapan",
"Star this map": "Tandai bintang peta ini", "Star this map": "Tandai bintang peta ini",
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Simbol boleh jadi aksara unicode atau URL. Anda boleh gunakan ciri-ciri sifat sebagai pemboleh ubah: cth.: dengan \"http://myserver.org/images/{name}.png\", pemboleh ubah {name} akan digantikan dengan nilai \"name\" bagi setiap penanda.", "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Simbol boleh jadi aksara unicode atau URL. Anda boleh gunakan ciri-ciri sifat sebagai pemboleh ubah: cth.: dengan \"http://myserver.org/images/{name}.png\", pemboleh ubah {name} akan digantikan dengan nilai \"name\" bagi setiap penanda.",
"Direct link": "Direct link", "Direct link": "Pautan terus",
"Export options": "Export options", "Export options": "Pilihan eksport",
"The zoom and center have been modified.": "The zoom and center have been modified." "The zoom and center have been modified.": "Zum dan kedudukan tengah telah diubah suai.",
"Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!",
"Copy link": "Salin pautan",
"Email": "E-mel",
"Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!",
"Send me the link": "Hantarkan pautan kepada saya",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Peta anda telah berjaya dicipta! Memandangkan anda tidak log masuk, ini pautan rahsia anda untuk menyunting peta, sila simpannya dengan selamat:"
} }