Skip to content

Commit

Permalink
feat: add english translations for organ donation
Browse files Browse the repository at this point in the history
  • Loading branch information
thoreyjona committed Dec 16, 2024
1 parent 65767dc commit acd2793
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/native/app/src/messages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -665,15 +665,15 @@ export const en: TranslatedMessages = {

// health - organ donation
'health.organDonation': 'Organ Donation',
'health.organDonation.change': 'Breyta afstöðu',
'health.organDonation.isDonor': 'Ég er líffæragjafi',
'health.organDonation.change': 'Change selection',
'health.organDonation.isDonor': 'I am an organ donor',
'health.organDonation.isDonorWithLimitations':
'Ég heimila líffæragjöf, með takmörkunum.',
'health.organDonation.isNotDonor': 'Ég heimila ekki líffæragjöf',
'I allow organ donation, with restrictions.',
'health.organDonation.isNotDonor': 'I forbid organ donation',
'health.organDonation.isDonorDescription':
'Öll líffærin mín má nota til ígræðslu.',
'My organs can all be used for transplantation.',
'health.organDonation.isNotDonorDescription':
'Engin líffæri má nota til ígræðslu.',
'No organs can be used for transplantation.',
'health.organDonation.isDonorWithLimitationsDescription':
'Öll líffærin mín má nota til ígræðslu fyrir utan: {limitations}.',
'All organs can be used for transplantation except: {limitations}.',
}

0 comments on commit acd2793

Please sign in to comment.