diff --git a/public/locales/ar/translation.json b/public/locales/ar/translation.json new file mode 100644 index 0000000000..a2c5eca0f6 --- /dev/null +++ b/public/locales/ar/translation.json @@ -0,0 +1,22 @@ +{ + "dashboard": { + "label": "لوحة القيادة" + }, + "patients": { + "label": "المرضى", + "viewPatients": "عرض المرضى", + "viewPatient": "عرض المريض", + "newPatient": "مريض جديد" + }, + "patient": { + "firstName": "الاسم الاول", + "lastName": "الكنية" + }, + "actions": { + "edit": "تصحيح", + "save": "حفظ", + "cancel": "إلغاء", + "new": "الجديد", + "list": "قائمة" + } +} \ No newline at end of file diff --git a/public/locales/de/translation.json b/public/locales/de/translation.json new file mode 100644 index 0000000000..84e8a8d53f --- /dev/null +++ b/public/locales/de/translation.json @@ -0,0 +1,22 @@ +{ + "dashboard": { + "label": "Dashboard" + }, + "patients": { + "label": "Patienten", + "viewPatients": "Patienten anzeigen", + "viewPatient": "Patient anzeigen", + "newPatient": "Neuer Patient" + }, + "patient": { + "firstName": "Vorname", + "lastName": "Nachname" + }, + "actions": { + "edit": "Bearbeiten", + "save": "speichern", + "cancel": "Stornieren", + "new": "Neu", + "list": "Liste" + } +} \ No newline at end of file diff --git a/public/locales/es/translation.json b/public/locales/es/translation.json new file mode 100644 index 0000000000..79bb1544cd --- /dev/null +++ b/public/locales/es/translation.json @@ -0,0 +1,22 @@ +{ + "dashboard": { + "label": "Panel" + }, + "patients": { + "label": "Pacientes", + "viewPatients": "Ver pacientes", + "viewPatient": "Ver pacientes", + "newPatient": "Nuevo paciente" + }, + "patient": { + "firstName": "Nombre de pila", + "lastName": "Apellido" + }, + "actions": { + "edit": "Editar", + "save": "Guardar", + "cancel": "Cancelar", + "new": "Nuevo", + "list": "Lista" + } +} \ No newline at end of file diff --git a/public/locales/in/translation.json b/public/locales/in/translation.json new file mode 100644 index 0000000000..98486397f4 --- /dev/null +++ b/public/locales/in/translation.json @@ -0,0 +1,22 @@ +{ + "dashboard": { + "label": "Dasbor" + }, + "patients": { + "label": "Pasien", + "viewPatients": "Lihat Pasien", + "viewPatient": "Lihat Pasien", + "newPatient": "Pasien Baru" + }, + "patient": { + "firstName": "Nama depan", + "lastName": "Nama keluarga" + }, + "actions": { + "edit": "Edit", + "save": "Menyimpan", + "cancel": "Membatalkan", + "new": "Baru", + "list": "Daftar" + } +} \ No newline at end of file diff --git a/public/locales/ja/translation.json b/public/locales/ja/translation.json new file mode 100644 index 0000000000..e86979a4cb --- /dev/null +++ b/public/locales/ja/translation.json @@ -0,0 +1,22 @@ +{ + "dashboard": { + "label": "ダッシュボード" + }, + "patients": { + "label": "患者さん", + "viewPatients": "患者を見る", + "viewPatient": "患者を見る", + "newPatient": "新しい患者" + }, + "patient": { + "firstName": "ファーストネーム", + "lastName": "苗字" + }, + "actions": { + "edit": "編集", + "save": "セーブ", + "cancel": "キャンセル", + "new": "新しい", + "list": "リスト" + } +} \ No newline at end of file diff --git a/public/locales/pt/translation.json b/public/locales/pt/translation.json new file mode 100644 index 0000000000..e6c9c10bbe --- /dev/null +++ b/public/locales/pt/translation.json @@ -0,0 +1,22 @@ +{ + "dashboard": { + "label": "Painel de controle" + }, + "patients": { + "label": "Pacientes", + "viewPatients": "Exibir pacientes", + "viewPatient": "Ver paciente", + "newPatient": "Novo Paciente" + }, + "patient": { + "firstName": "Primeiro nome", + "lastName": "Último nome" + }, + "actions": { + "edit": "Editar", + "save": "Salvar", + "cancel": "Cancelar", + "new": "Novo", + "list": "Lista" + } +} \ No newline at end of file diff --git a/public/locales/ru/translation.json b/public/locales/ru/translation.json new file mode 100644 index 0000000000..c69271c627 --- /dev/null +++ b/public/locales/ru/translation.json @@ -0,0 +1,22 @@ +{ + "dashboard": { + "label": "Панель приборов" + }, + "patients": { + "label": "Пациенты", + "viewPatients": "Просмотр пациентов", + "viewPatient": "Просмотр пациента", + "newPatient": "Новый пациент" + }, + "patient": { + "firstName": "Имя", + "lastName": "Фамилия" + }, + "actions": { + "edit": "редактировать", + "save": "Сохранить", + "cancel": "Отмена", + "new": "новый", + "list": "Список" + } +} \ No newline at end of file diff --git a/public/locales/zr/translation.json b/public/locales/zr/translation.json new file mode 100644 index 0000000000..ce95884721 --- /dev/null +++ b/public/locales/zr/translation.json @@ -0,0 +1,22 @@ +{ + "dashboard": { + "label": "仪表板" + }, + "patients": { + "label": "耐心", + "viewPatients": "查看患者", + "viewPatient": "查看患者", + "newPatient": "新病人" + }, + "patient": { + "firstName": "名字", + "lastName": "姓" + }, + "actions": { + "edit": "编辑", + "save": "保存", + "cancel": "取消", + "new": "新", + "list": "清单" + } +} \ No newline at end of file