Merge pull request #172 from newtonwagner/patch-3
Review "to be" translation on the-checkbox-should-be-checked and the-checkbox-should-not-be-checked
This commit is contained in:
@@ -104,11 +104,11 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="the-checkbox-should-be-checked">
|
||||
<source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should be checked$/]]></source>
|
||||
<target><![CDATA[/^o checkbox "(?P<checkbox>(?:[^"]|\\")*)" deve ser marcado$/]]></target>
|
||||
<target><![CDATA[/^o checkbox "(?P<checkbox>(?:[^"]|\\")*)" deve (?:ser|estar) marcado$/]]></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="the-checkbox-should-not-be-checked">
|
||||
<source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should not be checked$/]]></source>
|
||||
<target><![CDATA[/^o checkbox "(?P<checkbox>(?:[^"]|\\")*)" não deve ser marcado$/]]></target>
|
||||
<target><![CDATA[/^o checkbox "(?P<checkbox>(?:[^"]|\\")*)" não deve (?:ser|estar) marcado$/]]></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="i-should-be-on-page">
|
||||
<source><![CDATA[/^(?:|I )should be on "(?P<page>[^"]+)"$/]]></source>
|
||||
|
||||
Reference in New Issue
Block a user