-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #272 from vtex-apps/l10n_master
Add Indonesian translation
- Loading branch information
Showing
3 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"userInfo.greeting": "Hai", | ||
"pages.addresses": "Alamat", | ||
"pages.addressCreate": "Tambahkan alamat", | ||
"pages.addressEdit": "Edit alamat", | ||
"pages.profile": "Profil", | ||
"pages.profileEdit": "Edit Profil", | ||
"pages.logout": "Keluar", | ||
"logoutModal.cancel": "Batalkan", | ||
"logoutModal.title": "Benar ingin keluar?", | ||
"personalData.newsletterOptIn": "Saya ingin menerima buletin.", | ||
"personalData.newsletter": "Buletin", | ||
"personalData.newsletterQuestion": "Ingin menerima email promosi?", | ||
"addresses.addAddress": "Tambahkan alamat", | ||
"addresses.saveAddress": "Simpan alamat", | ||
"addresses.deleteAddress": "Hapus alamat", | ||
"addresses.notFound": "Anda belum memiliki alamat!", | ||
"addresses.notApplicable": "Tidak Ada", | ||
"commons.edit": "Edit", | ||
"alert.addressNotFound": "Alamat yang dipilih tidak ditemukan.", | ||
"alert.success": "Informasi Anda berhasil disimpan.", | ||
"editor.defaultRoute.name": "Akun Saya - Beranda", | ||
"editor.defaultRoute.description": "Halaman default Akun Saya", | ||
"editor.defaultRoute.field": "Jalur default Akun Saya", | ||
"editor.menu.name": "Akun Saya - Menu", | ||
"editor.menu.description": "Menu samping Akun Saya", | ||
"editor.menu.field": "Titik Ekstensi Menu" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"userInfo.greeting": "您好!", | ||
"pages.addresses": "地址", | ||
"pages.addressCreate": "新增地址", | ||
"pages.addressEdit": "編輯地址", | ||
"pages.profile": "個人檔案", | ||
"pages.profileEdit": "編輯個人檔案", | ||
"pages.logout": "登出", | ||
"logoutModal.cancel": "取消", | ||
"logoutModal.title": "您是否真的確定登出?", | ||
"personalData.newsletterOptIn": "我希望接收簡訊。", | ||
"personalData.newsletter": "簡訊", | ||
"personalData.newsletterQuestion": "您是否希望接收促銷郵件?", | ||
"addresses.addAddress": "新增地址", | ||
"addresses.saveAddress": "保存地址", | ||
"addresses.deleteAddress": "删除地址", | ||
"addresses.notFound": "您還沒有任何地址!", | ||
"addresses.notApplicable": "不適用", | ||
"commons.edit": "編輯", | ||
"alert.addressNotFound": "未找到所選地址。", | ||
"alert.success": "您的資料已成功保存。", | ||
"editor.defaultRoute.name": "我的帳戶 - 主頁", | ||
"editor.defaultRoute.description": "我的帳戶的默認頁面", | ||
"editor.defaultRoute.field": "我的帳戶的默認路徑", | ||
"editor.menu.name": "我的帳戶 - 功能選單", | ||
"editor.menu.description": "我的帳戶的側功能選單", | ||
"editor.menu.field": "功能選單的擴展點" | ||
} |