Refactor i18n structure and update language files
- Removed old validation and common language files for English and Indonesian. - Created new language files for English and Indonesian under the updated directory structure. - Updated setup to reflect new language file paths and changed default language to English. - Modified storage keys from 'locale' to 'language' for consistency. - Added new language files for various modules including bookmarks, history, navigation, and system settings. - Introduced new booking module language files for both English and Indonesian. - Implemented a login page component with basic structure.
This commit is contained in:
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"common": {
|
||||
"save": "Simpan",
|
||||
"cancel": "Batal",
|
||||
"success": "Sukses",
|
||||
"error": "Galat",
|
||||
"settings": "Pengaturan",
|
||||
"loading": "Memuat",
|
||||
"delete": "Hapus",
|
||||
"edit": "Ubah",
|
||||
"duplicate": "Duplikat",
|
||||
"view": "Lihat",
|
||||
"preferences": "Preferensi",
|
||||
"language": "Bahasa",
|
||||
"theme": "Tema",
|
||||
"lightMode": "Terang",
|
||||
"darkMode": "Gelap",
|
||||
"application": "Aplikasi",
|
||||
"myProfile": "Profil Saya",
|
||||
"workspace": "Ruang Kerja",
|
||||
"switchWorkspace": "Ganti Ruang Kerja",
|
||||
"signOut": "Keluar",
|
||||
"english": "Inggris",
|
||||
"indonesian": "Indonesia",
|
||||
"notificationsTitle": "Notifikasi",
|
||||
"unread": "Belum dibaca",
|
||||
"all": "Semua",
|
||||
"markAllAsRead": "Tandai semua dibaca",
|
||||
"viewAll": "Lihat semua notifikasi",
|
||||
"emptyState": "Tidak ada notifikasi baru",
|
||||
"justNow": "Baru saja",
|
||||
"hoursAgo": "jam lalu",
|
||||
"configuration": "Konfigurasi Sistem",
|
||||
"configurationDesc": "Kelola pengaturan dan preferensi sistem Anda di sini.",
|
||||
"systemInformation": "Informasi Sistem",
|
||||
"systemInformationDesc": "Lihat detail tentang versi dan status sistem.",
|
||||
"systemNotifications": "Semua Notifikasi",
|
||||
"systemNotificationsDesc": "Lihat dan kelola semua notifikasi sistem.",
|
||||
"expandAll": "Buka semua menu",
|
||||
"collapseAll": "Tutup semua menu",
|
||||
"searchMenu": "Cari menu",
|
||||
"collapse": "Tutup",
|
||||
"expandSidebar": "Perluas Sidebar",
|
||||
"actions": {
|
||||
"create": "Buat Baru",
|
||||
"edit": "Ubah",
|
||||
"delete": "Hapus",
|
||||
"save": "Simpan",
|
||||
"print": "Cetak",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"activate": "Aktifkan",
|
||||
"deactivate": "Nonaktifkan",
|
||||
"duplicate": "Duplikat",
|
||||
"rollback": "Rollback",
|
||||
"hold": "Hold",
|
||||
"back": "Kembali",
|
||||
"reload": "Muat Ulang"
|
||||
},
|
||||
"confirmDialog": {
|
||||
"delete": {
|
||||
"title": "Hapus Data",
|
||||
"description": "Apakah Anda yakin ingin menghapus data ini? Tindakan ini tidak dapat dibatalkan."
|
||||
},
|
||||
"activate": {
|
||||
"title": "Aktifkan Data",
|
||||
"description": "Apakah Anda yakin ingin mengaktifkan data ini?"
|
||||
},
|
||||
"deactivate": {
|
||||
"title": "Nonaktifkan Data",
|
||||
"description": "Apakah Anda yakin ingin menonaktifkan data ini?"
|
||||
},
|
||||
"confirm": {
|
||||
"title": "Confirm Data",
|
||||
"description": "Apakah Anda yakin ingin mengkonfirmasi data ini?"
|
||||
},
|
||||
"cancel": {
|
||||
"title": "Cancel Data",
|
||||
"description": "Apakah Anda yakin ingin membatalkan tindakan ini?"
|
||||
},
|
||||
"rollback": {
|
||||
"title": "Rollback Data",
|
||||
"description": "Apakah Anda yakin ingin mengembalikan data ini?"
|
||||
},
|
||||
"hold": {
|
||||
"title": "Hold Data",
|
||||
"description": "Apakah Anda yakin ingin menahan data ini?"
|
||||
}
|
||||
},
|
||||
"draft": {
|
||||
"recoveryTitle": "Draf Ditemukan",
|
||||
"recoveryMessage": "Anda memiliki draf yang belum disimpan dari {{date}}. Apakah Anda ingin melanjutkan?",
|
||||
"continueEditing": "Lanjutkan",
|
||||
"discardDraft": "Mulai Baru"
|
||||
},
|
||||
"notifications": {
|
||||
"successTitle": "Berhasil",
|
||||
"errorTitle": "Galat",
|
||||
"saveSuccess": "Data berhasil disimpan",
|
||||
"deleteSuccess": "Data berhasil dihapus",
|
||||
"actionSuccess": "{{action}} berhasil diselesaikan",
|
||||
"actionFailed": "Gagal {{action}}: {{message}}"
|
||||
},
|
||||
"privilege": {
|
||||
"error": {
|
||||
"accessDeniedTitle": "Akses Ditolak",
|
||||
"noCreateAccess": "Anda tidak memiliki hak akses untuk menambah data di modul ini."
|
||||
}
|
||||
},
|
||||
"system_menu": {
|
||||
"history": "Riwayat",
|
||||
"bookmark": "Bookmark"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user