Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit 022fc8a

Browse files
committed
Update the translation template
- Added some missing XmlContext and JsonContext messages - Removed a JsonContext message not used anymore.
1 parent 627cbe1 commit 022fc8a

1 file changed

Lines changed: 72 additions & 8 deletions

File tree

i18n/en.xliff.dist

Lines changed: 72 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@
183183
<source>the JSON nodes should be equal to:</source>
184184
<target></target>
185185
</trans-unit>
186-
<trans-unit id="the-json-nodes-should-not-be-equal-to">
187-
<source>the JSON nodes should not be equal to:</source>
188-
<target></target>
189-
</trans-unit>
190186
<trans-unit id="the-json-node-should-be-null">
191187
<source>the JSON node :node should be null</source>
192188
<target></target>
@@ -199,12 +195,12 @@
199195
<source>the JSON node :node should be false</source>
200196
<target></target>
201197
</trans-unit>
202-
<trans-unit id="the-json-node-should-be-the-string">
203-
<source>the JSON node :node should be the string :text</source>
198+
<trans-unit id="the-json-node-should-be-equal-to-the-string">
199+
<source>the JSON node :node should be equal to the string :text</source>
204200
<target></target>
205201
</trans-unit>
206-
<trans-unit id="the-json-node-should-be-the-number">
207-
<source>the JSON node :node should be the number :number</source>
202+
<trans-unit id="the-json-node-should-be-equal-to-the-number">
203+
<source>the JSON node :node should be equal to the number :number</source>
208204
<target></target>
209205
</trans-unit>
210206
<trans-unit id="the-json-node-should-have-n-elements">
@@ -243,6 +239,10 @@
243239
<source>the JSON should be valid according to the schema :filename</source>
244240
<target></target>
245241
</trans-unit>
242+
<trans-unit id="the-json-should-be-invalid-according-to-the-schema">
243+
<source>the JSON should be invalid according to the schema :filename</source>
244+
<target></target>
245+
</trans-unit>
246246
<trans-unit id="the-json-should-be-eqal-to">
247247
<source>the JSON should be equal to:</source>
248248
<target></target>
@@ -347,6 +347,14 @@
347347
</trans-unit>
348348

349349
<!-- XmlContext.php -->
350+
<trans-unit id="the-xml-should-not-use-the-namespace">
351+
<source>the XML should not use the namespace :namespace</source>
352+
<target></target>
353+
</trans-unit>
354+
<trans-unit id="the-xml-should-use-the-namespace">
355+
<source>the XML should use the namespace :namespace</source>
356+
<target></target>
357+
</trans-unit>
350358
<trans-unit id="the-xml-feed-should-be-valid-accoriding-to-its-dtd">
351359
<source>the XML feed should be valid according to its DTD</source>
352360
<target></target>
@@ -375,6 +383,62 @@
375383
<source>the RSS2 feed should be valid</source>
376384
<target></target>
377385
</trans-unit>
386+
<trans-unit id="print-last-xml-response">
387+
<source>print last XML response</source>
388+
<target></target>
389+
</trans-unit>
390+
<trans-unit id="the-xml-attribute-on-element-should-be-equal-to">
391+
<source>the XML attribute :attribute on element :element should be equal to :text</source>
392+
<target></target>
393+
</trans-unit>
394+
<trans-unit id="the-xml-attribute-on-element-should-not-be-equal-to">
395+
<source>the XML attribute :attribute on element :element should not be equal to :text</source>
396+
<target></target>
397+
</trans-unit>
398+
<trans-unit id="the-xml-attribute-on-element-should-exists">
399+
<source>the XML attribute :attribute on element :element should exist(s)</source>
400+
<target></target>
401+
</trans-unit>
402+
<trans-unit id="the-xml-attribute-on-element-should-not-exists">
403+
<source>the XML attribute :attribute on element :element should not exist(s)</source>
404+
<target></target>
405+
</trans-unit>
406+
<trans-unit id="the-xml-element-should-be-equal-to">
407+
<source>the XML element :element should be equal to :text</source>
408+
<target></target>
409+
</trans-unit>
410+
<trans-unit id="the-xml-element-should-not-be-equal-to">
411+
<source>the XML element :element should not be equal to :text</source>
412+
<target></target>
413+
</trans-unit>
414+
<trans-unit id="the-xml-element-should-contain">
415+
<source>the XML element :element should contain :text</source>
416+
<target></target>
417+
</trans-unit>
418+
<trans-unit id="the-xml-element-should-not-contain">
419+
<source>the XML element :element should not contain :text</source>
420+
<target></target>
421+
</trans-unit>
422+
<trans-unit id="the-xml-element-should-exists">
423+
<source>the XML element :element should exist(s)</source>
424+
<target></target>
425+
</trans-unit>
426+
<trans-unit id="the-xml-element-should-not-exists">
427+
<source>the XML element :element should not exist(s)</source>
428+
<target></target>
429+
</trans-unit>
430+
<trans-unit id="the-xml-element-should-have-elements">
431+
<source>the XML element :element should have :count element(s)</source>
432+
<target></target>
433+
</trans-unit>
434+
<trans-unit id="the-response-should-be-in-xml">
435+
<source>the response should be in XML</source>
436+
<target></target>
437+
</trans-unit>
438+
<trans-unit id="the-response-should-not-be-in-xml">
439+
<source>the response should not be in XML</source>
440+
<target></target>
441+
</trans-unit>
378442
</body>
379443
</file>
380444
</xliff>

0 commit comments

Comments
 (0)