diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9379fa..9cd19edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- Indonesian translation. + ## [3.14.3] - 2022-12-13 ### Fixed diff --git a/messages/id-ID.json b/messages/id-ID.json new file mode 100644 index 00000000..d76f39b3 --- /dev/null +++ b/messages/id-ID.json @@ -0,0 +1,66 @@ +{ + "profile-form.optional": "Opsional", + "profile-form.include-business": "Sertakan bidang bisnis", + "profile-form.exclude-business": "Jangan sertakan bidang bisnis", + "profile-form.save-changes": "Simpan perubahan", + "profile-form.field.firstName": "Nama Depan", + "profile-form.field.lastName": "Nama Belakang", + "profile-form.field.email": "Email", + "profile-form.field.gender": "Gender", + "profile-form.field.custom-gender": "Gender Kustom", + "profile-form.field.document": "Dokumen", + "profile-form.field.birthDate": "Tanggal Lahir", + "profile-form.field.homePhone": "Nomor Ponsel", + "profile-form.field.businessPhone": "Telepon Perusahaan", + "profile-form.field.corporateDocument": "Dokumen Perusahaan", + "profile-form.field.corporateName": "Nama Perusahaan", + "profile-form.field.stateRegistration": "Pendaftaran di Negara Bagian", + "profile-form.field.tradeName": "Nama Dagang", + "profile-form.field.ARG_cuit": "CUIT", + "profile-form.field.ARG_dni": "DNI", + "profile-form.field.BRA_cnpj": "CNPJ", + "profile-form.field.BRA_cpf": "CPF", + "profile-form.field.CHL_rut": "RUT", + "profile-form.field.COL_cedula": "Cédula de Ciudadanía", + "profile-form.field.COL_rut": "RUT", + "profile-form.field.CRI_cedula": "Cédula Jurídica", + "profile-form.field.ECU_cedula": "Cédula", + "profile-form.field.ECU_ruc": "RUC", + "profile-form.field.ESP_cif": "CIF", + "profile-form.field.ESP_dni": "DNI", + "profile-form.field.GTM_dpi": "DPI", + "profile-form.field.GTM_nit": "NIT", + "profile-form.field.MEX_rfc_corporate": "RFC (korporat)", + "profile-form.field.MEX_rfc": "RFC", + "profile-form.field.PAN_cip": "CIP", + "profile-form.field.PAN_ruc": "RUC", + "profile-form.field.PER_document": "Documento de Identidad", + "profile-form.field.PER_ruc": "RUC", + "profile-form.field.PRT_nif": "NIF", + "profile-form.field.PRT_nipc": "NIPC", + "profile-form.field.PRY_cedula": "Cédula de Identidad", + "profile-form.field.PRY_ruc": "RUC", + "profile-form.field.URY_cedula": "Cédula", + "profile-form.field.URY_rut": "RUT", + "profile-form.field.USA_ssn": "SSN", + "profile-form.field.VEN_cedula": "Cédula de Identidad", + "profile-form.field.VEN_rif": "RIF", + "profile-form.error.EMPTY_FIELD": "Bidang ini wajib.", + "profile-form.error.INVALID_FIELD": "Nilai tidak valid.", + "profile-form.gender.custom": "Kustom", + "profile-form.gender.male": "Laki-laki", + "profile-form.gender.female": "Perempuan", + "profile-form.gender.agender": "Agender", + "profile-form.gender.androgyne": "Androgini", + "profile-form.gender.bigender": "Bigender", + "profile-form.gender.genderfluid": "Genderfluid", + "profile-form.gender.nonconforming": "Gender Nonconforming", + "profile-form.gender.questioning": "Gender Questioning", + "profile-form.gender.variant": "Varian Gender", + "profile-form.gender.genderqueer": "Genderqueer", + "profile-form.gender.neutrois": "Neutrois", + "profile-form.gender.other": "Lainnya", + "profile-form.gender.pangender": "Pangender", + "profile-form.gender.transgender": "Transgender", + "profile-form.gender.transsexual": "Transseksual" +} \ No newline at end of file