MULTIPLE_LOGICAL_MODELS_PLURAL
This commit is contained in:
parent
56bc6bcf4c
commit
bbf1a3af6f
|
@ -782,7 +782,9 @@ TYPE_SPECIFIER_ABSTRACT_TYPE = The Type specifier {1} specified an abstract typ
|
|||
TYPE_SPECIFIER_NM_ILLEGAL_TYPE = No Type specifier matched, and the underlying type {0} is not valid
|
||||
TYPE_SPECIFIER_NM_ABSTRACT_TYPE = No Type specifier matched, and the underlying type {0} is not abstract
|
||||
ELEMENT_CANNOT_BE_NULL = The element is not allowed to be 'null'
|
||||
MULTIPLE_LOGICAL_MODELS_PLURAL={0} Logical Models found in supplied profiles, so unable to parse logical model (can only be one, found {1})
|
||||
#The following error cannot occur for a single item. _one case left intentionally blank.
|
||||
MULTIPLE_LOGICAL_MODELS_PLURAL_one=
|
||||
MULTIPLE_LOGICAL_MODELS_PLURAL_other={0} Logical Models found in supplied profiles, so unable to parse logical model (can only be one, found {1})
|
||||
UNRECOGNISED_PROPERTY_TYPE = Invalid JSON type {0} for the element {1}; valid types = {2}
|
||||
UNRECOGNISED_PROPERTY_TYPE_WRONG = Invalid type {2} for the element {1}; valid types = {3}, JSON type = {0}
|
||||
|
||||
|
|
|
@ -471,3 +471,7 @@ FHIRPATH_DISCRIMINATOR_MULTIPLE_PROFILES_PLURAL_other = REPARIERE MICH
|
|||
#The following error cannot occur for a single item. _one case left intentionally blank.
|
||||
FHIRPATH_FOCUS_PLURAL_one =
|
||||
FHIRPATH_FOCUS_PLURAL_other = REPARIERE MICH
|
||||
#The following error cannot occur for a single item. _one case left intentionally blank.
|
||||
MULTIPLE_LOGICAL_MODELS_PLURAL_one=
|
||||
MULTIPLE_LOGICAL_MODELS_PLURAL_other= REPARIERE MICH
|
||||
|
||||
|
|
|
@ -684,4 +684,6 @@ BUNDLE_SEARCH_ENTRY_WRONG_RESOURCE_TYPE_OUTCOME = Dit is geen OperationOutcome (
|
|||
BUNDLE_SEARCH_ENTRY_WRONG_RESOURCE_TYPE_NO_MODE = Dit is geen overeenkomstig resourcetype voor de opgegeven zoekactie (is een search.mode nodig?) ({0} verwacht {1})
|
||||
BUNDLE_SEARCH_NO_MODE = SearchSet bundles zouden search.mode op de entries moeten hebben
|
||||
INV_FAILED = Regel {0} mislukt
|
||||
|
||||
#The following error cannot occur for a single item. _one case left intentionally blank.
|
||||
MULTIPLE_LOGICAL_MODELS_PLURAL_one=
|
||||
MULTIPLE_LOGICAL_MODELS_PLURAL_other= REPAREER MIJ
|
||||
|
|
Loading…
Reference in New Issue