Skip to content

Commit

Permalink
🌐 (LekaApp): Add localization
Browse files Browse the repository at this point in the history
  • Loading branch information
HPezz committed Feb 22, 2024
1 parent 2f8c3b7 commit 1b6940c
Showing 1 changed file with 56 additions and 2 deletions.
58 changes: 56 additions & 2 deletions Apps/LekaApp/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,42 @@
}
}
},
"lekaapp.carereceiver_picker.description": {
"comment": "Carereceiver picker description",
"extractionState": "extracted_with_value",
"localizations": {
"en": {
"stringUnit": {
"state": "new",
"value": "Each profile is individual. It displays data specific to each care receiver using Leka app."
}
},
"fr": {
"stringUnit": {
"state": "translated",
"value": "Chaque profil est individuel. Il permet d'afficher des donn\u00e9es propres \u00e0 chaque personne accompagn\u00e9e utilisant l'application Leka."
}
}
}
},
"lekaapp.carereceiver_picker.subtitle": {
"comment": "Carereceiver picker subtitle",
"extractionState": "extracted_with_value",
"localizations": {
"en": {
"stringUnit": {
"state": "new",
"value": "These are the care receivers profiles accompanied by professionals during sessions."
}
},
"fr": {
"stringUnit": {
"state": "translated",
"value": "Il s'agit des profils de personnes accompagn\u00e9es par des professionnels au cours des s\u00e9ances."
}
}
}
},
"lekaapp.carereceiver_picker.title": {
"comment": "Carereceiver picker title",
"extractionState": "extracted_with_value",
Expand Down Expand Up @@ -1107,13 +1143,13 @@
"en": {
"stringUnit": {
"state": "new",
"value": "\ud83d\udea7 Monitoring available soon..."
"value": "Your usage history will soon be available here."
}
},
"fr": {
"stringUnit": {
"state": "translated",
"value": "\ud83d\udea7 Suivi bient\u00f4t disponible ..."
"value": "Votre historique d'utilisation sera bient\u00f4t disponible ici."
}
}
}
Expand Down Expand Up @@ -1154,6 +1190,24 @@
}
}
},
"lekapp.sidebar.carereceiver_view.edit_profile_button_label": {
"comment": "The button label of carereceiver profile editor",
"extractionState": "extracted_with_value",
"localizations": {
"en": {
"stringUnit": {
"state": "new",
"value": "Edit profile"
}
},
"fr": {
"stringUnit": {
"state": "translated",
"value": "\u00c9diter le profil"
}
}
}
},
"lekapp.sidebar.edit_caregiver_profile.button_label": {
"comment": "The button label of caregiver profile editor",
"extractionState": "extracted_with_value",
Expand Down

0 comments on commit 1b6940c

Please sign in to comment.