Skip to content

Commit

Permalink
Merge pull request #555 from openEHR/551
Browse files Browse the repository at this point in the history
Review Dutch translations marked as fuzzy
  • Loading branch information
EBrader authored Dec 15, 2023
2 parents bd66b84 + 133207b commit 8c13bf9
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 292 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public ConformanceCheckResult cConformsTo(CObject other, BiFunction<String, Stri
return ConformanceCheckResult.conforms();
} else {
if(!AOMUtils.codesConformant(thisConstraint, otherConstraint)) {
return ConformanceCheckResult.fails(ErrorType.VPOV, I18n.t("child terminology constraint value code {0} does not conform to parent constraint with value code {0}", thisConstraint, otherConstraint));
return ConformanceCheckResult.fails(ErrorType.VPOV, I18n.t("child terminology constraint value code {0} does not conform to parent constraint with value code {1}", thisConstraint, otherConstraint));
}
return ConformanceCheckResult.conforms();
}
Expand Down
2 changes: 1 addition & 1 deletion i18n/po/i18n_en.po
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ msgstr ""

#: ../aom/src/main/java/com/nedap/archie/aom/primitives/CTerminologyCode.java:279
#, java-format
msgid "child terminology constraint value code {0} does not conform to parent constraint with value code {0}"
msgid "child terminology constraint value code {0} does not conform to parent constraint with value code {1}"
msgstr ""

#: ../aom/src/main/java/com/nedap/archie/aom/primitives/CTerminologyCode.java:263
Expand Down
55 changes: 27 additions & 28 deletions i18n/po/i18n_nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ msgid "ADL version {0} is an invalid format for a version, should be x.x.x-(rc|a
msgstr "ADL-versie {0} is in een incorrect formaat. Dit zou een versie in het formaat x.x.x-(rc|alpha(x)?)? moeten zijn"

#: ../tools/src/main/java/com/nedap/archie/rmobjectvalidator/RMObjectValidationMessageIds.java:18
#, fuzzy
msgid "An archetype slot was used in the archetype, but no archetype id was present in the data."
msgstr "Archetype met id {0} is gebruikt met use_archetype, maar het archetype kon niet worden gevonden"
msgstr "Een archetype slot is gebruikt in het archetype, maar er is geen archetype id aanwezig in de data."

#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/SpecializedDefinitionValidation.java:325
#, java-format
Expand Down Expand Up @@ -340,9 +339,9 @@ msgid "Node id {0} already used in path {1}"
msgstr "Node id {0} is al gebruikt in pad {1}"

#: ../aom/src/main/java/com/nedap/archie/aom/CObject.java:281
#, fuzzy, java-format
#, java-format
msgid "Node id {0} does not conform to {1}"
msgstr "Node id {0} klopt niet bij de node id {1} uit het archetype dat gespecialiseerd wordt"
msgstr "Node id {0} komt niet overeen met {1}"

#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/SpecializedDefinitionValidation.java:299
#, java-format
Expand All @@ -352,7 +351,7 @@ msgstr "Node id {0} is hier niet geldig"
#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/SpecializedDefinitionValidation.java:304
#, java-format
msgid "Node id {0} is not valid here because it redefines an object illegally"
msgstr "Node id {0} is hiet niet geldig omdat het een object herdefinieert waar dat niet is toegestaan"
msgstr "Node id {0} is hier niet geldig omdat het een object herdefinieert waar dat niet is toegestaan"

#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/CodeValidation.java:36
#, java-format
Expand All @@ -375,14 +374,14 @@ msgid "Object with node id {0} should be specialized before excluding the parent
msgstr "Object met node id {0} moet gespecialiseerd worden voordat de parent node excluded wordt"

#: ../aom/src/main/java/com/nedap/archie/aom/CPrimitiveObject.java:127
#, fuzzy, java-format
#, java-format
msgid "Occurrences {0} does not conform to {1}"
msgstr "Occurrences {0} klopt niet met de bijbehorende occurrences {1} in het archetype dat gespecialiseerd wordt"
msgstr "Occurrences {0} komt niet overeen met {1}"

#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/SpecializedOccurrencesValidation.java:133
#, fuzzy, java-format
#, java-format
msgid "Occurrences {0}, which is the sum of {1}, does not conform to {2}"
msgstr "Occurrences {0} klopt niet met de bijbehorende occurrences {1} in het archetype dat gespecialiseerd wordt"
msgstr "Occurrences {0}, dat de som is van {1}, komt niet overeen met {2}"

#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/AuthoredArchetypeMetadataChecks.java:77
msgid "Original language is missing in archetype"
Expand Down Expand Up @@ -742,18 +741,18 @@ msgid "Term binding key {0} points to a path that cannot be found in the archety
msgstr "Het pad {0} uit een term binding kan niet worden gevonden in het archetype"

#: ../tools/src/main/java/com/nedap/archie/rmobjectvalidator/RMObjectValidationMessageIds.java:19
#, fuzzy, java-format
#, java-format
msgid "The Archetype with id {0} cannot be found"
msgstr "Archetype met id {0} is gebruikt met use_archetype, maar het archetype kon niet worden gevonden"
msgstr "Het Archetype met id {0} kan niet worden gevonden"

#: ../aom/src/main/java/com/nedap/archie/archetypevalidator/ErrorType.java:31
msgid "The adl_version top-level meta-data item must exist and consist of a valid 3-part version identifier."
msgstr ""

#: ../tools/src/main/java/com/nedap/archie/rmobjectvalidator/RMObjectValidationMessageIds.java:17
#, fuzzy, java-format
#, java-format
msgid "The archetype id {0} does not match the possible archetype ids."
msgstr "Use_archetype met {0} klopt niet met het archetype slot met type {1} uit het gespecialiseerde archetype"
msgstr "Het archetype id {0} komt niet overeen met de mogelijke archetype ids"

#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/BasicDefinitionObjectValidation.java:40
msgid "The attribute cardinality interval has lower > upper, this is not allowed"
Expand Down Expand Up @@ -833,19 +832,19 @@ msgid "The path {0} referenced in the annotations does not exist in the flat arc
msgstr "Het pad {0} gebruikt in de annotations bestaat niet in het flattened archetype of referentiemodel"

#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/RmOverlayValidation.java:34
#, fuzzy, java-format
#, java-format
msgid "The path {0} referenced in the rm visibility does not exist in the flat archetype"
msgstr "Het pad {0} gebruikt in de annotations bestaat niet in het flattened archetype"
msgstr "Het pad {0} gebruikt in de rm zichtbaarheid bestaat niet in het flattened archetype"

#: ../aom/src/main/java/com/nedap/archie/aom/CPrimitiveObject.java:134
#, java-format
msgid "The primitive object of type {0} does not conform null"
msgstr ""

#: ../aom/src/main/java/com/nedap/archie/aom/CPrimitiveObject.java:136
#, fuzzy, java-format
#, java-format
msgid "The primitive object of type {0} does not conform to non-primitive object with type {1}"
msgstr "Primitive object met RM type {0} klopt niet bij primitive object met RM type {1} in het archetype dat gespecialiseerd wordt"
msgstr "Het primitieve object van type {0} komt niet overeen met het niet-primitieve object met type {1}"

#: ../aom/src/main/java/com/nedap/archie/archetypevalidator/ErrorType.java:30
msgid "The rm_release top-level meta-data item must exist and consist of a valid 3-part version identifier."
Expand Down Expand Up @@ -1048,19 +1047,19 @@ msgid "child CTerminology code contains more than one constraint, that is not va
msgstr ""

#: ../aom/src/main/java/com/nedap/archie/aom/primitives/CTerminologyCode.java:279
#, fuzzy, java-format
msgid "child terminology constraint value code {0} does not conform to parent constraint with value code {0}"
msgstr "De cardinaliteit {0} van dit attribuut komt niet overeen met de cardinaliteit van het attribuut dat gespecializeerd wordt: {1}"
#, java-format
msgid "child terminology constraint value code {0} does not conform to parent constraint with value code {1}"
msgstr "child terminology constraint value code {0} komt niet overeen met dat van de parent constraint met value code {1}"

#: ../aom/src/main/java/com/nedap/archie/aom/primitives/CTerminologyCode.java:263
#, java-format
msgid "child terminology constraint value code {0} is not contained in {1}, or a direct specialization of one of its values"
msgstr ""

#: ../aom/src/main/java/com/nedap/archie/aom/primitives/CTerminologyCode.java:259
#, fuzzy, java-format
#, java-format
msgid "child terminology constraint value set code {0} does not conform to parent constraint with value set code {1}"
msgstr "De cardinaliteit {0} van dit attribuut komt niet overeen met de cardinaliteit van het attribuut dat gespecializeerd wordt: {1}"
msgstr "child terminology constraint value set code {0} komt niet overeen de parent constraint met value set code {1}"

#: ../aom/src/main/java/com/nedap/archie/archetypevalidator/ErrorType.java:84
msgid "code in terminology not used in archetype definition"
Expand Down Expand Up @@ -1241,9 +1240,9 @@ msgstr ""

#: ../aom/src/main/java/com/nedap/archie/aom/CPrimitiveObject.java:130
#: ../aom/src/main/java/com/nedap/archie/aom/CObject.java:284
#, fuzzy, java-format
#, java-format
msgid "type name {0} does not conform to {1}"
msgstr "Type {0} klopt niet met type {1} uit het gespecialiseerde archetype"
msgstr "Naam type {0} komt niet overeen met {1}"

#: ../aom/src/main/java/com/nedap/archie/archetypevalidator/ErrorType.java:77
msgid "use_node path validity: the path mentioned in a use_node statement must refer to an object node defined elsewhere in the same archetype or any of its specialisation parent archetypes, that is not itself an internal reference node, and which carries a node identifier if one is needed at the reference point."
Expand All @@ -1268,9 +1267,9 @@ msgstr ""

#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/BasicTerminologyValidation.java:118
#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/BasicTerminologyValidation.java:122
#, fuzzy, java-format
#, java-format
msgid "value code {0} is used in value set {1}, but not present in terminology"
msgstr "de code {0} van een value bestaat niet in de terminologie"
msgstr "de code {0} is gebruikt in value set {1}, maar bestaat niet in de terminologie"

#: ../aom/src/main/java/com/nedap/archie/archetypevalidator/ErrorType.java:48
msgid "value set assumed value code validity. Each value code (at-code) used as an assumed_value for a value set in a term constraint in the archetype definition must exist in the value set definition in the terminology for the identified value set."
Expand All @@ -1283,9 +1282,9 @@ msgstr "de code {0} van een value set bestaat niet in de terminologie"

#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/BasicTerminologyValidation.java:109
#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/BasicTerminologyValidation.java:113
#, fuzzy, java-format
#, java-format
msgid "value set code {0} is used in value set {1}, but not present in terminology"
msgstr "de code {0} van een value set bestaat niet in de terminologie"
msgstr "de value set code {0} is gebruikt in value set {1}, maar bestaat niet in de terminologie"

#: ../tools/src/main/java/com/nedap/archie/archetypevalidator/validations/BasicTerminologyValidation.java:135
#, java-format
Expand Down
4 changes: 2 additions & 2 deletions i18n/po/keys.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-11 10:42+0100\n"
"POT-Creation-Date: 2023-12-14 13:44+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -1053,7 +1053,7 @@ msgstr ""

#: ../aom/src/main/java/com/nedap/archie/aom/primitives/CTerminologyCode.java:279
#, java-format
msgid "child terminology constraint value code {0} does not conform to parent constraint with value code {0}"
msgid "child terminology constraint value code {0} does not conform to parent constraint with value code {1}"
msgstr ""

#: ../aom/src/main/java/com/nedap/archie/aom/primitives/CTerminologyCode.java:263
Expand Down
Loading

0 comments on commit 8c13bf9

Please sign in to comment.