Sync Strings from Localazy

This commit is contained in:
bmarty 2023-09-21 15:51:21 +00:00 committed by GitHub
parent 0255ec6771
commit a7ce12d91d
15 changed files with 61 additions and 7 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="dialog_permission_camera">"Pour permettre à l\'application d\'utiliser l\'appareil photo, veuillez accorder l\'autorisation dans les paramètres du système."</string>
<string name="dialog_permission_generic">"Veuillez accorder l\'autorisation dans les paramètres du système."</string>
<string name="dialog_permission_microphone">"Pour permettre à l\'application d\'utiliser le microphone, veuillez accorder l\'autorisation dans les paramètres du système."</string>
<string name="dialog_permission_notification">"Pour permettre à l\'application d\'afficher les notifications, veuillez accorder l\'autorisation dans les paramètres du système."</string>
</resources>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="dialog_permission_camera">"In order to let the application use the camera, please grant the permission to the system settings."</string>
<string name="dialog_permission_generic">"Please grant the permission to the system settings."</string>
<string name="dialog_permission_microphone">"In order to let the application use the microphone, please grant the permission to the system settings."</string>
<string name="dialog_permission_notification">"In order to let the application display notification, please grant the permission to the system settings."</string>
<string name="dialog_permission_camera">"In order to let the application use the camera, please grant the permission in the system settings."</string>
<string name="dialog_permission_generic">"Please grant the permission in the system settings."</string>
<string name="dialog_permission_microphone">"In order to let the application use the microphone, please grant the permission in the system settings."</string>
<string name="dialog_permission_notification">"In order to let the application display notifications, please grant the permission in the system settings."</string>
</resources>