diff --git a/resources/lang/en/app.php b/resources/lang/en/app.php new file mode 100644 index 0000000..66b0051 --- /dev/null +++ b/resources/lang/en/app.php @@ -0,0 +1,17 @@ + 'Unknown', + 'male' => 'Male', + 'female' => 'Female', + 'family_tree' => 'Family Tree', + 'child_count' => 'Child Count', + 'grand_child_count' => 'Grand Child Count', + + // Actions + 'edit' => 'Edit', + 'show_profile' => 'Show Profile', + 'show_family_chart' => 'Show Family Chart', + 'show_family_tree' => 'Show Family Tree', +]; \ No newline at end of file diff --git a/resources/lang/en/user.php b/resources/lang/en/user.php new file mode 100644 index 0000000..20d2772 --- /dev/null +++ b/resources/lang/en/user.php @@ -0,0 +1,45 @@ + 'Family', + 'profile' => 'Profile', + 'spouse' => 'Spouse', + 'wife' => 'Wife', + 'husband' => 'Husband', + 'childs' => 'Childs', + 'grand_childs' => 'Grand Childs', + 'siblings' => 'Siblings', + 'dead' => 'Dead', + 'child_name' => 'Child Name', + 'child_gender' => 'Child Gender', + 'grand_mother' => 'Grand Mother', + 'grand_father' => 'Grand Father', + 'nieces' => 'Nieces', + + // Actions + 'set_father' => 'Set Father', + 'set_mother' => 'Set Mother', + 'set_parent' => 'Set Parent', + 'add_spouse' => 'Add Spouse', + 'add_wife' => 'Add Wife', + 'add_husband' => 'Add Husband', + 'add_child' => 'Add Child', + + // Attributes + 'name' => 'Name', + 'nickname' => 'Nickname', + 'gender' => 'Gender', + 'father' => 'Father', + 'mother' => 'Mother', + 'parent' => 'Parent', + 'dob' => 'Date of Birth', + 'dod' => 'Date of Death', + 'yod' => 'Year of Death', + 'email' => 'Email', + 'password' => 'Password', + 'address' => 'Address', + 'city' => 'City', + 'phone' => 'Phone', + 'manager' => 'Manager', +]; \ No newline at end of file diff --git a/resources/lang/id/app.php b/resources/lang/id/app.php new file mode 100644 index 0000000..c57ef99 --- /dev/null +++ b/resources/lang/id/app.php @@ -0,0 +1,17 @@ + 'Tidak diketahui', + 'male' => 'Laki-laki', + 'female' => 'Perempuan', + 'family_tree' => 'Pohon Keluarga', + 'child_count' => 'Jumlah Anak', + 'grand_child_count' => 'Jumlah Cucu', + + // Actions + 'edit' => 'Edit', + 'show_profile' => 'Lihat Profil', + 'show_family_chart' => 'Lihat Bagan Keluarga', + 'show_family_tree' => 'Lihat Pohon Keluarga', +]; \ No newline at end of file diff --git a/resources/lang/id/user.php b/resources/lang/id/user.php new file mode 100644 index 0000000..5f81129 --- /dev/null +++ b/resources/lang/id/user.php @@ -0,0 +1,45 @@ + 'Keluarga', + 'profile' => 'Profil', + 'spouse' => 'Pasangan', + 'wife' => 'Isteri', + 'husband' => 'Suami', + 'childs' => 'Anak-anak', + 'grand_childs' => 'Cucu-cucu', + 'siblings' => 'Saudara', + 'dead' => 'Meninggal', + 'child_name' => 'Nama Anak', + 'child_gender' => 'Jenis Kelamin Anak', + 'grand_mother' => 'Nenek', + 'grand_father' => 'Kakek', + 'nieces' => 'Keponakan', + + // Actions + 'set_father' => 'Set Ayah', + 'set_mother' => 'Set Ibu', + 'set_parent' => 'Set Orang Tua', + 'add_spouse' => 'Tambah Pasangan', + 'add_wife' => 'Tambah Isteri', + 'add_husband' => 'Tambah Suami', + 'add_child' => 'Tambah Anak', + + // Attributes + 'name' => 'Nama', + 'nickname' => 'Nama Panggilan', + 'gender' => 'Jenis Kelamin', + 'father' => 'Ayah', + 'mother' => 'Ibu', + 'parent' => 'Orang Tua', + 'dob' => 'Tanggal Lahir', + 'dod' => 'Tanggal Meninggal', + 'yod' => 'Tahun Meninggal', + 'email' => 'Email', + 'password' => 'Password', + 'address' => 'Alamat', + 'city' => 'Kota', + 'phone' => 'Telp.', + 'manager' => 'Pengelola', +]; \ No newline at end of file