Merge pull request #159 from newtonwagner/patch-1
Remove non portuguese translation and adding missing a verb.
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="i-attach-the-file-to-field">
|
||||
<source><![CDATA[/^(?:|I )attach the file "(?P<path>[^"]*)" to "(?P<field>(?:[^"]|\\")*)"$/]]></source>
|
||||
<target><![CDATA[/^(?:|Eu )anexo o arquivo "(?P<path>[^"]*)" в поле "(?P<field>(?:[^"]|\\")*)"$/]]></target>
|
||||
<target><![CDATA[/^(?:|Eu )anexo o arquivo "(?P<path>[^"]*)" ao "(?P<field>(?:[^"]|\\")*)"$/]]></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="i-should-see-text">
|
||||
<source><![CDATA[/^(?:|I )should see "(?P<text>(?:[^"]|\\")*)"$/]]></source>
|
||||
@@ -112,7 +112,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="i-should-be-on-page">
|
||||
<source><![CDATA[/^(?:|I )should be on "(?P<page>[^"]+)"$/]]></source>
|
||||
<target><![CDATA[/^(?:|Eu )estar em "(?P<page>[^"]+)"$/]]></target>
|
||||
<target><![CDATA[/^(?:|Eu )devo estar em "(?P<page>[^"]+)"$/]]></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="the-url-should-match">
|
||||
<source><![CDATA[/^the (?i)url(?-i) should match (?P<pattern>"(?:[^"]|\\")*")$/]]></source>
|
||||
|
||||
Reference in New Issue
Block a user