diff --git a/android/app/src/main/res/drawable-mdpi/app_datas_img_logo.png b/android/app/src/main/res/drawable-mdpi/app_datas_img_logo.png index cb1cb71..50853dc 100644 Binary files a/android/app/src/main/res/drawable-mdpi/app_datas_img_logo.png and b/android/app/src/main/res/drawable-mdpi/app_datas_img_logo.png differ diff --git a/android/app/src/main/res/drawable-mdpi/ic_launcher.png b/android/app/src/main/res/drawable-mdpi/ic_launcher.png index cb1cb71..50853dc 100644 Binary files a/android/app/src/main/res/drawable-mdpi/ic_launcher.png and b/android/app/src/main/res/drawable-mdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index 9a86de2..03dcffd 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index 9a86de2..03dcffd 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 9a86de2..03dcffd 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 9a86de2..03dcffd 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 9a86de2..03dcffd 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/raw/utils_i18n_ar.json b/android/app/src/main/res/raw/utils_i18n_ar.json index fe249fe..a17f8a3 100644 --- a/android/app/src/main/res/raw/utils_i18n_ar.json +++ b/android/app/src/main/res/raw/utils_i18n_ar.json @@ -46,6 +46,8 @@ "GROUP_MEMBERS": "أعضاء المجموعة", "NAME": "اسم العائلة (الأسماء)", "FIRSTNAME": "الاسم الأول (الأسماء)", + "CIVILITY": "المدينة", + "NATIONALITY": "الجنسية", "ADMIN": "المسؤول", "SUPER_ADMIN": "مشرف سوبر", "GEOLOCATED": "الوكيل الجغرافي المحدد", diff --git a/android/app/src/main/res/raw/utils_i18n_en.json b/android/app/src/main/res/raw/utils_i18n_en.json index 72bb0ba..348012b 100644 --- a/android/app/src/main/res/raw/utils_i18n_en.json +++ b/android/app/src/main/res/raw/utils_i18n_en.json @@ -275,6 +275,8 @@ "IMAGE_TAKE": "Image take", "NAME": "Last name(s)", "FIRSTNAME": "First name(s) ", + "CIVILITY": "Civility", + "NATIONALITY": "Nationality", "NAME_EMETTEUR": "Issuer first name(s)", "EMETTEUR": "Issuer", "FIRSTNAME_EMETTEUR": "Issuer last name(s) ", diff --git a/android/app/src/main/res/raw/utils_i18n_fr.json b/android/app/src/main/res/raw/utils_i18n_fr.json index 9024a76..f0815d0 100644 --- a/android/app/src/main/res/raw/utils_i18n_fr.json +++ b/android/app/src/main/res/raw/utils_i18n_fr.json @@ -285,6 +285,8 @@ "IMAGE_TAKE": "Prise d'image", "NAME": "Nom(s)", "FIRSTNAME": "Prénom(s) ", + "CIVILITY": "Civilité", + "NATIONALITY": "Nationalité", "NAME_EMETTEUR": "Nom(s) émetteur", "EMETTEUR": "Emetteur", "FIRSTNAME_EMETTEUR": "Prénom(s) émetteur", diff --git a/android/app/src/main/res/raw/utils_i18n_zh.json b/android/app/src/main/res/raw/utils_i18n_zh.json index 779d3a0..3cb3aef 100644 --- a/android/app/src/main/res/raw/utils_i18n_zh.json +++ b/android/app/src/main/res/raw/utils_i18n_zh.json @@ -23,6 +23,8 @@ "GROUP_MEMBERS": "小组成员", "NAME": "名", "FIRSTNAME": "名字", + "CIVILITY": "礼貌", + "NATIONALITY": "国籍", "ADDRESS": "地址", "CREDIT": "信用", "EMAIL": "电子邮件",