This repository was archived by the owner on Mar 20, 2024. It is now read-only.
File tree 17 files changed +34
-34
lines changed
src/Behat/MinkExtension/Context
17 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 99
99
<target ><![CDATA[ /^musím být na stránce "(?P<page>[^"]+)"$/]]> </target >
100
100
</trans-unit >
101
101
<trans-unit id =" the-url-should-match" >
102
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
103
- <target ><![CDATA[ /^(?:url|adresa|url adresa) musí mít tvar (?P<pattern>"([^"]|\\")*")$/]]> </target >
102
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
103
+ <target ><![CDATA[ /^(?:url|adresa|url adresa) musí mít tvar (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
104
104
</trans-unit >
105
105
<trans-unit id =" the-element-should-contain" >
106
106
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 136
136
<target ><![CDATA[ /^(?:|skulle jeg )være på hjemmesiden$/]]> </target >
137
137
</trans-unit >
138
138
<trans-unit id =" the-url-should-match" >
139
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
140
- <target ><![CDATA[ /^skulle webadressen matche (?P<pattern>"([^"]|\\")*")$/]]> </target >
139
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
140
+ <target ><![CDATA[ /^skulle webadressen matche (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
141
141
</trans-unit >
142
142
<trans-unit id =" the-element-should-contain" >
143
143
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 75
75
<target ><![CDATA[ /^(?:|ich )sollte (?:|ich )auf "(?P<page>[^"]+)" sein$/]]> </target >
76
76
</trans-unit >
77
77
<trans-unit id =" the-url-should-match" >
78
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
79
- <target ><![CDATA[ /^(?:|sollte )die Webadresse (?:|sollte )mit (?P<pattern>"([^"]|\\")*") übereinstimmen$/]]> </target >
78
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
79
+ <target ><![CDATA[ /^(?:|sollte )die Webadresse (?:|sollte )mit (?P<pattern>"(?: [^"]|\\")*") übereinstimmen$/]]> </target >
80
80
</trans-unit >
81
81
<trans-unit id =" the-response-status-code-should-be" >
82
82
<source ><![CDATA[ /^the response status code should be (?P<code>\d+)$/]]> </source >
Original file line number Diff line number Diff line change 115
115
<target ><![CDATA[ /^debo estar en "(?P<page>[^"]+)"$/]]> </target >
116
116
</trans-unit >
117
117
<trans-unit id =" the-url-should-match" >
118
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
119
- <target ><![CDATA[ /^la URL debe seguir el patrón (?P<pattern>"([^"]|\\")*")$/]]> </target >
118
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
119
+ <target ><![CDATA[ /^la URL debe seguir el patrón (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
120
120
</trans-unit >
121
121
<trans-unit id =" the-element-should-contain" >
122
122
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 119
119
<target ><![CDATA[ /^(?:|je )devrais être sur la page d'accueil$/]]> </target >
120
120
</trans-unit >
121
121
<trans-unit id =" the-url-should-match" >
122
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
123
- <target ><![CDATA[ /^l'(?i)url(?-i) devrait suivre le motif (?P<pattern>"([^"]|\\")*")$/]]> </target >
122
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
123
+ <target ><![CDATA[ /^l'(?i)url(?-i) devrait suivre le motif (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
124
124
</trans-unit >
125
125
<trans-unit id =" the-element-should-contain" >
126
126
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 131
131
<target ><![CDATA[ /^(?:|saya )harus (?:|berada )di (?:|halaman )beranda$/]]> </target >
132
132
</trans-unit >
133
133
<trans-unit id =" the-url-should-match" >
134
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
135
- <target ><![CDATA[ /^url (?i)url(?-i) harus cocok dengan (?:|pola )(?P<pattern>"([^"]|\\")*")$/]]> </target >
134
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
135
+ <target ><![CDATA[ /^url (?i)url(?-i) harus cocok dengan (?:|pola )(?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
136
136
</trans-unit >
137
137
<trans-unit id =" the-element-should-contain" >
138
138
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
181
181
<trans-unit id =" show-last-response" >
182
182
<source ><![CDATA[ /^show last response$/]]> </source >
183
183
<target ><![CDATA[ /^tampilkan respon terakhir$/]]> </target >
184
- </trans-unit >
184
+ </trans-unit >
185
185
</body >
186
186
</file >
187
187
</xliff >
Original file line number Diff line number Diff line change 107
107
<target ><![CDATA[ /^(?:|io )dovrei essere sulla pagina "(?P<page>[^"]+)"$/]]> </target >
108
108
</trans-unit >
109
109
<trans-unit id =" the-url-should-match" >
110
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
111
- <target ><![CDATA[ /^l'(?i)url(?-i) dovrebbe essere (?P<pattern>"([^"]|\\")*")$/]]> </target >
110
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
111
+ <target ><![CDATA[ /^l'(?i)url(?-i) dovrebbe essere (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
112
112
</trans-unit >
113
113
<trans-unit id =" the-element-should-contain" >
114
114
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 99
99
<target ><![CDATA[ /^(?:|ユーザーが )(?P<page>[^\s]+) を表示していること$/u]]> </target >
100
100
</trans-unit >
101
101
<trans-unit id =" the-url-should-match" >
102
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
103
- <target ><![CDATA[ /^(?i)url(?-i)が (?P<pattern>"([^"]|\\")*") にマッチすること$/u]]> </target >
102
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
103
+ <target ><![CDATA[ /^(?i)url(?-i)が (?P<pattern>"(?: [^"]|\\")*") にマッチすること$/u]]> </target >
104
104
</trans-unit >
105
105
<trans-unit id =" the-element-should-contain" >
106
106
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 115
115
<target ><![CDATA[ /^moet (?:|ik )op "(?P<page>[^"]+)" zijn$/]]> </target >
116
116
</trans-unit >
117
117
<trans-unit id =" the-url-should-match" >
118
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
119
- <target ><![CDATA[ /^moet de url overeenkomen met (?P<pattern>"([^"]|\\")*")$/]]> </target >
118
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
119
+ <target ><![CDATA[ /^moet de url overeenkomen met (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
120
120
</trans-unit >
121
121
<trans-unit id =" the-element-should-contain" >
122
122
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
164
164
</trans-unit >
165
165
</body >
166
166
</file >
167
- </xliff >
167
+ </xliff >
Original file line number Diff line number Diff line change 99
99
<target ><![CDATA[ /^(?:|że )powinienem być na stronie "(?P<page>[^"]+)"$/]]> </target >
100
100
</trans-unit >
101
101
<trans-unit id =" the-url-should-match" >
102
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
103
- <target ><![CDATA[ /^(?:url|adres) powinien odpowiadać (?P<pattern>"([^"]|\\")*")$/]]> </target >
102
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
103
+ <target ><![CDATA[ /^(?:url|adres) powinien odpowiadać (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
104
104
</trans-unit >
105
105
<trans-unit id =" the-element-should-contain" >
106
106
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 115
115
<target ><![CDATA[ /^(?:|Eu )estar em "(?P<page>[^"]+)"$/]]> </target >
116
116
</trans-unit >
117
117
<trans-unit id =" the-url-should-match" >
118
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
119
- <target ><![CDATA[ /^a (?i)url(?-i) deve coincidir com (?P<pattern>"([^"]|\\")*")$/]]> </target >
118
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
119
+ <target ><![CDATA[ /^a (?i)url(?-i) deve coincidir com (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
120
120
</trans-unit >
121
121
<trans-unit id =" the-element-should-contain" >
122
122
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 131
131
<target ><![CDATA[ /^(?:|я )должен быть на главной странице/]]> </target >
132
132
</trans-unit >
133
133
<trans-unit id =" the-url-should-match" >
134
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
135
- <target ><![CDATA[ /^(?:url|адрес) должен соответствовать (?P<pattern>"([^"]|\\")*")$/]]> </target >
134
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
135
+ <target ><![CDATA[ /^(?:url|адрес) должен соответствовать (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
136
136
</trans-unit >
137
137
<trans-unit id =" the-element-should-contain" >
138
138
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 107
107
<target ><![CDATA[ /^(?:mal(?:|a) by som byť|by som mal(?:|a) byť|som|musím byť) na(?:| stránke) "(?P<page>[^"]+)"$/]]> </target >
108
108
</trans-unit >
109
109
<trans-unit id =" the-url-should-match" >
110
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
111
- <target ><![CDATA[ /^(?:url|adresa|link) (?:by mal(?:|a)|mal(?:|a) by|musí) zodpovedať(?:| vzoru) (?P<pattern>"([^"]|\\")*")$/]]> </target >
110
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
111
+ <target ><![CDATA[ /^(?:url|adresa|link) (?:by mal(?:|a)|mal(?:|a) by|musí) zodpovedať(?:| vzoru) (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
112
112
</trans-unit >
113
113
<trans-unit id =" the-element-should-contain" >
114
114
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 95
95
<target ><![CDATA[ /^(?:|jag )skulle vara på "(?P<page>[^"]+)"$/]]> </target >
96
96
</trans-unit >
97
97
<trans-unit id =" the-url-should-match" >
98
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
99
- <target ><![CDATA[ /^webbadressen skulle matcha (?P<pattern>"([^"]|\\")*")$/]]> </target >
98
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
99
+ <target ><![CDATA[ /^webbadressen skulle matcha (?P<pattern>"(?: [^"]|\\")*")$/]]> </target >
100
100
</trans-unit >
101
101
<trans-unit id =" the-element-should-contain" >
102
102
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change 100
100
<target ><![CDATA[ /^(?:|我)应该到了“(?P<page>[^\s]+)”$/]]> </target >
101
101
</trans-unit >
102
102
<trans-unit id =" the-url-should-match" >
103
- <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/]]> </source >
104
- <target ><![CDATA[ /^(?i)url(?-i) 应该匹配“(?P<pattern>"([^"]|\\")*")”$/]]> </target >
103
+ <source ><![CDATA[ /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/]]> </source >
104
+ <target ><![CDATA[ /^(?i)url(?-i) 应该匹配“(?P<pattern>"(?: [^"]|\\")*")”$/]]> </target >
105
105
</trans-unit >
106
106
<trans-unit id =" the-element-should-contain" >
107
107
<source ><![CDATA[ /^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]> </source >
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ public function assertHomepage()
211
211
/**
212
212
* Checks, that current page PATH matches regular expression.
213
213
*
214
- * @Then /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/
214
+ * @Then /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/
215
215
*/
216
216
public function assertUrlRegExp ($ pattern )
217
217
{
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ public function assertHomepage()
302
302
/**
303
303
* Checks, that current page PATH matches regular expression.
304
304
*
305
- * @Then /^the (?i)url(?-i) should match (?P<pattern>"([^"]|\\")*")$/
305
+ * @Then /^the (?i)url(?-i) should match (?P<pattern>"(?: [^"]|\\")*")$/
306
306
*/
307
307
public function assertUrlRegExp ($ pattern )
308
308
{
You can’t perform that action at this time.
0 commit comments