mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 15:50:11 -04:00
Merge pull request #147 from mlewisno/master
Added a file and translations for Bahasa Malaysia
This commit is contained in:
commit
34ee6778b9
2 changed files with 46 additions and 0 deletions
app/locale
|
@ -49,3 +49,4 @@ module.exports =
|
|||
uk: require './uk' # українська мова, Ukranian
|
||||
hi: require './hi' # मानक हिन्दी, Hindi
|
||||
ur: require './ur' # اُردُو, Urdu
|
||||
ms-BA: require './ms-BA' # Bahasa Melayu, Bahasa Malaysia
|
45
app/locale/ms-BA.coffee
Normal file
45
app/locale/ms-BA.coffee
Normal file
|
@ -0,0 +1,45 @@
|
|||
module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa Malaysia", translation:
|
||||
|
||||
# modal:
|
||||
# close: "Tutup"
|
||||
# okay: "Ok"
|
||||
#
|
||||
# not_found:
|
||||
# page_not_found: "Halaman tidak ditemui"
|
||||
#
|
||||
# nav:
|
||||
# # Header
|
||||
# sign_up: "Buat Akaun"
|
||||
# log_in: "Log Masuk"
|
||||
# log_out: "Log Keluar"
|
||||
# play: "bermain"
|
||||
# # Footer
|
||||
# home: "Halaman"
|
||||
# contribute: "Sumbangan"
|
||||
# legal: "Undang- undang"
|
||||
# about: "Tentang"
|
||||
# contact: "Hubungi"
|
||||
#
|
||||
# forms:
|
||||
# name: "Nama"
|
||||
# email: "Emel"
|
||||
# message: "Mesej"
|
||||
# cancel: "Batal"
|
||||
#
|
||||
# login:
|
||||
# log_in: "Log Masuk"
|
||||
# sign_up: "buat akaun baru"
|
||||
# or: ", atau "
|
||||
# recover: "perbaharui akaun"
|
||||
#
|
||||
# signup:
|
||||
# description: "Ianya percuma. Hanya berberapa langkah sahaja:"
|
||||
# email_announcements: "Terima pengesahan melalui Emel"
|
||||
# coppa: "13+ atau bukan- USA"
|
||||
# coppa_why: "(Kenapa?)"
|
||||
# creating: "Membuat Akaun..."
|
||||
# sign_up: "Daftar"
|
||||
# or: "atau "
|
||||
# log_in: "log masuk"
|
||||
#
|
||||
#
|
Loading…
Add table
Reference in a new issue