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