diff --git a/Sources/CorePermissionsSwiftUI/Resources/de.lproj/Localizable.strings b/Sources/CorePermissionsSwiftUI/Resources/de.lproj/Localizable.strings index 5a4ea2b..38c7ebf 100644 --- a/Sources/CorePermissionsSwiftUI/Resources/de.lproj/Localizable.strings +++ b/Sources/CorePermissionsSwiftUI/Resources/de.lproj/Localizable.strings @@ -12,7 +12,7 @@ /* MARK: Permissions (name & description) */ "camera_title" = "Kamera"; -"camera_description" = "Erlaube die Verwendung der Kamera" +"camera_description" = "Erlaube die Verwendung der Kamera"; "health_title" = "Health"; "health_description" = "Erlauben Sie den Zugriff auf Ihre Gesundheitsinformationen"; diff --git a/Sources/CorePermissionsSwiftUI/Resources/en.lproj/Localizable.strings b/Sources/CorePermissionsSwiftUI/Resources/en.lproj/Localizable.strings index da3ec0c..ff63d11 100644 --- a/Sources/CorePermissionsSwiftUI/Resources/en.lproj/Localizable.strings +++ b/Sources/CorePermissionsSwiftUI/Resources/en.lproj/Localizable.strings @@ -12,8 +12,7 @@ /* MARK: Permissions (name & description) */ "camera_title" = "Camera"; -"camera_description" = "Allow to use your camera" - +"camera_description" = "Allow to use your camera"; "health_title" = "Health"; "health_description" = "Allow to access your health information"; diff --git a/Sources/CorePermissionsSwiftUI/Resources/fr.lproj/Localizable.strings b/Sources/CorePermissionsSwiftUI/Resources/fr.lproj/Localizable.strings index 5e66726..50ca3af 100644 --- a/Sources/CorePermissionsSwiftUI/Resources/fr.lproj/Localizable.strings +++ b/Sources/CorePermissionsSwiftUI/Resources/fr.lproj/Localizable.strings @@ -14,7 +14,7 @@ /* MARK: Permissions (name & description) */ "camera_title" = "Caméra"; -"camera_description" = "Autoriser l'utilisation de la caméra" +"camera_description" = "Autoriser l'utilisation de la caméra"; "health_title" = "Santé"; "health_description" = "Autoriser l'accés aux informations de santé"; diff --git a/Sources/CorePermissionsSwiftUI/Resources/it.lproj/Localizable.strings b/Sources/CorePermissionsSwiftUI/Resources/it.lproj/Localizable.strings index 7bde640..6ac7855 100644 --- a/Sources/CorePermissionsSwiftUI/Resources/it.lproj/Localizable.strings +++ b/Sources/CorePermissionsSwiftUI/Resources/it.lproj/Localizable.strings @@ -1,5 +1,20 @@ /* MARK: Allow Button */ -"button_allow" = "CONSENTIRE"; -"button_allowed" = "CONSENTITO"; -"button_denied" = "NEGATO"; +"button_allow" = "ALLOW"; +"button_allowed" = "ALLOWED"; +"button_denied" = "DENIED"; + +/* MARK: UI labels */ +"permission_header" = "Need Permissions"; + +"permission_primary_label" = "In order for you use certain features of this app, you need to give permissions. See description for each permission"; + +"permission_secondary_label" = "Permission are necessary for all the features and functions to work properly. If not allowed, you have to enable permissions in settings"; + +/* MARK: Permissions (name & description) */ +"camera_title" = "Camera"; +"camera_description" = "Allow to use your camera"; + +"health_title" = "Health"; +"health_description" = "Allow to access your health information"; +