|
83 | 83 | <source><![CDATA[the element :element should be enabled]]></source> |
84 | 84 | <target><![CDATA[o elemento :element deve estar ativo]]></target> |
85 | 85 | </trans-unit> |
86 | | - <trans-unit id="i-should-see-the-parameter"> |
87 | | - <source><![CDATA[(I )shoud see the :parameter parameter]]></source> |
88 | | - <target><![CDATA[(eu )devo ver o parâmetro :parameter]]></target> |
89 | | - </trans-unit> |
90 | 86 | <trans-unit id="the-select-box-should-contain"> |
91 | 87 | <source><![CDATA[the :select select box should contain :option]]></source> |
92 | 88 | <target><![CDATA[o select :select deve conter :option]]></target> |
|
116 | 112 | <target><![CDATA[(eu )mudo para o frame principal]]></target> |
117 | 113 | </trans-unit> |
118 | 114 |
|
119 | | - <!-- FileSystemContext.php --> |
| 115 | + <!-- SystemContext.php --> |
120 | 116 | <trans-unit id="i-put-the-file-into-field"> |
121 | 117 | <source><![CDATA[(I )put the file :file into :field]]></source> |
122 | 118 | <target><![CDATA[(eu )coloco o arquivo :file no campo :field]]></target> |
|
129 | 125 | <source><![CDATA[(I )execute :command from project root]]></source> |
130 | 126 | <target><![CDATA[(eu )executo :command a partir da raíz do projeto]]></target> |
131 | 127 | </trans-unit> |
| 128 | + <trans-unit id="command-should-succeed"> |
| 129 | + <source>command should succeed</source> |
| 130 | + <target>o comando deve ser executado com sucesso</target> |
| 131 | + </trans-unit> |
| 132 | + <trans-unit id="command-should-fail"> |
| 133 | + <source>command should fail</source> |
| 134 | + <target>o comando deve falhar</target> |
| 135 | + </trans-unit> |
| 136 | + <trans-unit id="command-should-last-lett-than"> |
| 137 | + <source>command should last less than :seconds seconds</source> |
| 138 | + <target>o comando deve demorar menos que :seconds segundos</target> |
| 139 | + </trans-unit> |
| 140 | + <trans-unit id="command-should-last-more-than"> |
| 141 | + <source>command should last more than :seconds seconds</source> |
| 142 | + <target>o comando deve demorar mais que :seconds segundos</target> |
| 143 | + </trans-unit> |
132 | 144 | <trans-unit id="i-create-the-file-contening"> |
133 | 145 | <source><![CDATA[(I )create the file :filename containing:]]></source> |
134 | 146 | <target><![CDATA[(eu )crio o arquivo :filename contendo:]]></target> |
135 | 147 | </trans-unit> |
| 148 | + <trans-unit id="output-should-contain"> |
| 149 | + <source>output should contain :text</source> |
| 150 | + <target>a saída deve conter :text</target> |
| 151 | + </trans-unit> |
| 152 | + <trans-unit id="output-should-not-contain"> |
| 153 | + <source>output should not contain :text</source> |
| 154 | + <target>a saída não deve conter :text</target> |
| 155 | + </trans-unit> |
| 156 | + <trans-unit id="output-should-be"> |
| 157 | + <source>output should be:</source> |
| 158 | + <target>a saída deve ser:</target> |
| 159 | + </trans-unit> |
| 160 | + <trans-unit id="output-should-not-be"> |
| 161 | + <source>output should not be:</source> |
| 162 | + <target>a saída não deve ser:</target> |
| 163 | + </trans-unit> |
136 | 164 | <trans-unit id="print-the-content-of-file"> |
137 | 165 | <source><![CDATA[print the content of :filename file]]></source> |
138 | 166 | <target><![CDATA[exiba o conteúdo do arquivo :filename]]></target> |
|
155 | 183 | <source><![CDATA[the JSON nodes should be equal to:]]></source> |
156 | 184 | <target><![CDATA[os nós JSON devem ser iguais a:]]></target> |
157 | 185 | </trans-unit> |
| 186 | + <trans-unit id="the-json-node-should-be-null"> |
| 187 | + <source>the JSON node :node should be null</source> |
| 188 | + <target>o nó JSON :node deve ser null</target> |
| 189 | + </trans-unit> |
| 190 | + <trans-unit id="the-json-node-should-be-true"> |
| 191 | + <source>the JSON node :node should be true</source> |
| 192 | + <target>o nó JSON :node deve ser true</target> |
| 193 | + </trans-unit> |
| 194 | + <trans-unit id="the-json-node-should-be-false"> |
| 195 | + <source>the JSON node :node should be false</source> |
| 196 | + <target>o nó JSON :node deve ser false</target> |
| 197 | + </trans-unit> |
| 198 | + <trans-unit id="the-json-node-should-be-the-string"> |
| 199 | + <source>the JSON node :node should be equal to the string :text</source> |
| 200 | + <target>o nó JSON :node deve ser igual a string :text</target> |
| 201 | + </trans-unit> |
| 202 | + <trans-unit id="the-json-node-should-be-the-number"> |
| 203 | + <source>the JSON node :node should be equal to the number :number</source> |
| 204 | + <target>o nó JSON :node deve ser igual ao número :number</target> |
| 205 | + </trans-unit> |
158 | 206 | <trans-unit id="the-json-node-should-have-n-elements"> |
159 | 207 | <source><![CDATA[the JSON node :node should have :count element(s)]]></source> |
160 | 208 | <target><![CDATA[o nó JSON :node deve ter :count elemento(s)]]></target> |
161 | 209 | </trans-unit> |
162 | | - <trans-unit id="the-json-node-should-contain"> |
| 210 | + <trans-unit id="the-json-node-should-contain-text"> |
163 | 211 | <source><![CDATA[the JSON node :node should contain :text]]></source> |
164 | 212 | <target><![CDATA[o nó JSON :node deve conter :text]]></target> |
165 | 213 | </trans-unit> |
|
179 | 227 | <source><![CDATA[the JSON node :name should exist]]></source> |
180 | 228 | <target><![CDATA[o nó JSON :name deve existir]]></target> |
181 | 229 | </trans-unit> |
182 | | - <trans-unit id="the-json-node-should-not-exsists"> |
| 230 | + <trans-unit id="the-json-node-should-not-exists"> |
183 | 231 | <source><![CDATA[the JSON node :name should not exist]]></source> |
184 | 232 | <target><![CDATA[o nó JSON :name não deve existir]]></target> |
185 | 233 | </trans-unit> |
|
191 | 239 | <source><![CDATA[the JSON should be valid according to the schema :filename]]></source> |
192 | 240 | <target><![CDATA[o JSON deve ser válido de acordo com o schema :filename]]></target> |
193 | 241 | </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>o JSON deve ser inválido de acordo com o schema :filename</target> |
| 245 | + </trans-unit> |
194 | 246 | <trans-unit id="the-json-should-be-eqal-to"> |
195 | 247 | <source><![CDATA[the JSON should be equal to:]]></source> |
196 | 248 | <target><![CDATA[o JSON deve ser igual a:]]></target> |
|
205 | 257 | <source><![CDATA[I send a :method request to :url]]></source> |
206 | 258 | <target><![CDATA[(eu )envio uma requisição :method para :url]]></target> |
207 | 259 | </trans-unit> |
208 | | - <trans-unit id="i-send-a-request-to-with-parameters"> |
| 260 | + <trans-unit id="i-send-a-request-on-with-parameters"> |
209 | 261 | <source><![CDATA[I send a :method request to :url with parameters:]]></source> |
210 | 262 | <target><![CDATA[(eu )envio uma requisição :method para :url com os parâmetros:]]></target> |
211 | 263 | </trans-unit> |
212 | | - <trans-unit id="i-send-a-request-to-with-body"> |
| 264 | + <trans-unit id="i-send-a-request-on-with-body"> |
213 | 265 | <source><![CDATA[I send a :method request to :url with body:]]></source> |
214 | 266 | <target><![CDATA[(eu )envio uma requisição :method para :url com o corpo:]]></target> |
215 | 267 | </trans-unit> |
|
0 commit comments