mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 01:15:26 +10:00
Change button text "Add New" in List.js from STATIC to DYNAMIC using translation shared.buttons.add and improve Indonesian translation
This commit is contained in:
@@ -106,7 +106,7 @@ const List = ({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Button outline icon={MdAdd} onClick={handleAdd} className="mt-8 ml-auto">
|
<Button outline icon={MdAdd} onClick={handleAdd} className="mt-8 ml-auto">
|
||||||
Add New
|
{t('shared.buttons.add')}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
"min": "Harap masukan setidaknya {{number}} karakter.",
|
"min": "Harap masukan setidaknya {{number}} karakter.",
|
||||||
"dateRange": "Tanggal Berakhir harus melebih Tanggal Mulai.",
|
"dateRange": "Tanggal Berakhir harus melebih Tanggal Mulai.",
|
||||||
"email": "Harus alamat email yang valid.",
|
"email": "Harus alamat email yang valid.",
|
||||||
"required": "Kolom ini wajib.",
|
"required": "Kolom ini wajib diisi.",
|
||||||
"url": "Harus URL yang valid."
|
"url": "Harus URL yang valid."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
"title": "Halaman Utama",
|
"title": "Halaman Utama",
|
||||||
"createResume": "Buat Resume",
|
"createResume": "Buat Resume",
|
||||||
"editResume": "Ubah Resume",
|
"editResume": "Ubah Resume",
|
||||||
"lastUpdated": "Terakhir Diubah {{timestamp}}",
|
"lastUpdated": "Terakhir diubah {{timestamp}}",
|
||||||
"toasts": {
|
"toasts": {
|
||||||
"deleted": "{{name}} telah berhasil dihapus"
|
"deleted": "{{name}} telah berhasil dihapus"
|
||||||
},
|
},
|
||||||
@@ -72,19 +72,19 @@
|
|||||||
"work": "Pengalaman Kerja",
|
"work": "Pengalaman Kerja",
|
||||||
"education": "Pendidikan",
|
"education": "Pendidikan",
|
||||||
"project": "Proyek",
|
"project": "Proyek",
|
||||||
"projects": "Semua Proyek",
|
"projects": "Proyek",
|
||||||
"award": "Penghargaan",
|
"award": "Penghargaan",
|
||||||
"awards": "Semua Penghargaan",
|
"awards": "Penghargaan",
|
||||||
"certification": "Sertifikat",
|
"certification": "Sertifikat",
|
||||||
"certifications": "Semua Sertifikat",
|
"certifications": "Sertifikat",
|
||||||
"skill": "Keahlian",
|
"skill": "Keahlian",
|
||||||
"skills": "Semua Keahlian",
|
"skills": "Keahlian",
|
||||||
"hobby": "Hobi",
|
"hobby": "Hobi",
|
||||||
"hobbies": "Semua Hobi",
|
"hobbies": "Hobi",
|
||||||
"language": "Bahasa",
|
"language": "Bahasa",
|
||||||
"languages": "Semua Bahasa",
|
"languages": "Bahasa",
|
||||||
"reference": "Referensi",
|
"reference": "Referensi",
|
||||||
"references": "Semua Referensi",
|
"references": "Referensi",
|
||||||
"templates": "Template",
|
"templates": "Template",
|
||||||
"layout": "Layout",
|
"layout": "Layout",
|
||||||
"colors": "Warna",
|
"colors": "Warna",
|
||||||
|
|||||||
Reference in New Issue
Block a user