This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
java/de/symeda/sormas/api/i18n Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -547,6 +547,12 @@ public interface Captions {
547547 String contactSelect = "contactSelect" ;
548548 String convertContactToCase = "convertContactToCase" ;
549549 String convertEventParticipantToCase = "convertEventParticipantToCase" ;
550+ String Country_archived = "Country.archived" ;
551+ String Country_defaultName = "Country.defaultName" ;
552+ String Country_displayName = "Country.displayName" ;
553+ String Country_externalId = "Country.externalId" ;
554+ String Country_isoCode = "Country.isoCode" ;
555+ String Country_unoCode = "Country.unoCode" ;
550556 String creationDate = "creationDate" ;
551557 String dashboardAlive = "dashboardAlive" ;
552558 String dashboardApplyCustomFilter = "dashboardApplyCustomFilter" ;
Original file line number Diff line number Diff line change @@ -1345,6 +1345,14 @@ Prescription.typeOfDrug=Type of drug
13451345PrescriptionExport.caseUuid =Case ID
13461346PrescriptionExport.caseName =Case name
13471347
1348+ # Country
1349+ Country.archived =Archived
1350+ Country.externalId =External ID
1351+ Country.defaultName =Default name
1352+ Country.displayName =Name
1353+ Country.isoCode =ISO code
1354+ Country.unoCode =UNO code
1355+
13481356# Region
13491357regionActiveRegions =Active regions
13501358regionArchivedRegions =Archived regions
You can’t perform that action at this time.
0 commit comments