Skip to content

Commit

Permalink
Merge pull request #131 from opensrp/update-translations
Browse files Browse the repository at this point in the history
Update translations
  • Loading branch information
hamza-vd authored Apr 27, 2023
2 parents b9686d3 + 888e1da commit 3083ef5
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 8 deletions.
3 changes: 2 additions & 1 deletion opensrp-eusm/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!--Temp -->
<string name="unauthorized">Veuillez vérifier les informations d\'accès</string>
<string name="unauthorized_group">Votre groupe d\'utilisateurs n\'est pas autorisé à accéder à ce terminal</string>
<string name="unknown_response">échec de la connexion, essayez plus tard</string>
<string name="unknown_response">L’identifiant ou le mot de passe n’est pas correct. Merci de réessayer</string>
<string name="no_internet_connectivity">Pas de connexion internet. Veuillez vous assurer de disposer d’une connexion Internet active</string>
<string name="login_text">Se connecter</string>
<string name="show_password_text">Afficher le mot de passe</string>
Expand Down Expand Up @@ -146,5 +146,6 @@
<string name="map_deleted">Carte effacée : %1s</string>
<string name="another_map_in_download">Une autre carte est en cours de téléchargement</string>
<string name="deleting_map">Carte en cours d\'effacement</string>
<string name="remote_login_generic_error">Tu n’es pas actuellement inscrit dans une mission EUSM. Renseignes toi auprès de l’administrateur</string>

</resources>
17 changes: 10 additions & 7 deletions opensrp-eusm/src/main/resources/service_point_check_fr.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
service_point_check.step1.other_needed_products.v_required.err = Ce champ est requis
service_point_check.step1.other_needed_products.options.no.text = Non
service_point_check.step1.service_point_good_order.v_required.err = Ce champ est requis
service_point_check.step1.other_products_action.label = Y a-t-il d'autres produits fournis par l'UNICEF au point de service qui méritent une action ? (demander à l'utilisateur)
service_point_check.step1.other_products_action.label = Y a-t-il d'autres produits fournis par l'UNICEF au point de service qui méritent une action ? (demander à l'utilisateur)
service_point_check.step1.other_products_action.options.no.text = Non
service_point_check.step1.other_needed_products_description.hint = Veuillez fournir détails :
service_point_check.step1.other_needed_products_description.hint = Donner détails :
service_point_check.step1.service_point_good_order.options.yes.text = Oui
service_point_check.step1.other_needed_products.label = Est-ce que l'utilisateur a parlé d'autres besoins pour le point de service (en équipements, infrastructures, autres ressources etc) ?
service_point_check.step1.service_point_not_good_order_reason.hint = Veuillez fournir détails :
service_point_check.step1.title = Check point de service
service_point_check.step1.other_needed_products.label = Est-ce que l'utilisateur a parlé d'autres besoins pour le point de service (en équipements, infrastructures, autres ressources etc) ?
service_point_check.step1.service_point_not_good_order_reason.hint = Donner détails :
service_point_check.step1.title = Check Point de Service
service_point_check.step1.service_point_good_order.options.no.text = Non
service_point_check.step1.other_products_action.options.yes.text = Oui
service_point_check.step1.other_needed_products.options.yes.text = Oui
service_point_check.step1.service_point_good_order.label = Est-ce que le point de service est fonctionnel ?
service_point_check.step1.other_products_action_description.hint = Veuillez fournir détails :
service_point_check.step1.service_point_good_order.label = Est-ce que le Point de Service est fonctionnel ?
service_point_check.step1.other_products_action_description.hint = Donner détails :
service_point_check.step1.other_products_action.v_required.err = Ce champ est requis
service_point_check.step1.other_products_action_description.v_required.err = Ce champ est requis
service_point_check.step1.other_needed_products_description.v_required.err = Ce champ est requis
service_point_check.step1.service_point_not_good_order_reason.v_required.err = Ce champ est requis
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@
import java.util.List;

import static android.os.Looper.getMainLooper;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyBoolean;
import static org.mockito.ArgumentMatchers.anySet;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.Mockito.doReturn;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.spy;
Expand Down Expand Up @@ -151,4 +155,55 @@ public void testProcessServerConfigsShouldPopulateServerConfigsIfSettingPresent(

assertFalse(EusmApplication.getInstance().getServerConfigs().isEmpty());
}

@Test
public void testGetResolveLocationTimeoutInSecondsShouldReturnZero() {
assertEquals(0, appTaskingLibraryConfiguration.getResolveLocationTimeoutInSeconds());
}

@Test
public void testIsFocusInvestigationShouldReturnFalse() {
assertFalse(appTaskingLibraryConfiguration.isFocusInvestigation());
}

@Test
public void testIsMDAShouldReturnFalse() {
assertFalse(appTaskingLibraryConfiguration.isMDA());
}

@Test
public void testDisplayDistanceScaleShouldReturnFalse() {
assertFalse(appTaskingLibraryConfiguration.displayDistanceScale());
}

@Test
public void testResetTaskInfoShouldReturnFalse() {
assertFalse(appTaskingLibraryConfiguration.resetTaskInfo(any(), any()));
}

@Test
public void testArchiveClientShouldReturnFalse() {
assertFalse(appTaskingLibraryConfiguration.archiveClient(anyString(), anyBoolean()));
}

@Test
public void testTaskRegisterMainColumnsSHouldReturnEmptyStringArray() {
assertArrayEquals(new String[0], appTaskingLibraryConfiguration.taskRegisterMainColumns(anyString()));
}

@Test
public void testCalculateBusinessStatusShouldReturnNull() {
assertNull(appTaskingLibraryConfiguration.calculateBusinessStatus(any()));
}

@Test
public void testIsMyLocationComponentEnabledShouldReturnTrue() {
assertTrue(appTaskingLibraryConfiguration.isMyLocationComponentEnabled());
}

@Test
public void testGetCurrentPlanIdShouldReturnNull() {
assertNull(appTaskingLibraryConfiguration.getCurrentPlanId());
}

}

0 comments on commit 3083ef5

Please sign in to comment.