Security update for permissions_by_term
[yaffs-website] / vendor / behat / mink-extension / i18n / zh-CN.xliff
1 <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
2   <file original="global" source-language="en" target-language="zh-CN" datatype="plaintext">
3     <header />
4     <body>
5         <trans-unit id="i-am-on-page">
6             <source><![CDATA[/^(?:|I )am on "(?P<page>[^"]+)"$/]]></source>
7             <target><![CDATA[/^(?:|我)打开了“(?P<page>[^\s]+)”$/]]></target>
8         </trans-unit>
9         <trans-unit id="i-go-to-page">
10             <source><![CDATA[/^(?:|I )go to "(?P<page>[^"]+)"$/]]></source>
11             <target><![CDATA[/^(?:|我)转到了“(?P<page>[^\s]+)”$/]]></target>
12         </trans-unit>
13         <trans-unit id="reload-the-page">
14             <source><![CDATA[/^(?:|I )reload the page$/]]></source>
15             <target><![CDATA[/^(?:|我)重新刷新了该网页$/]]></target>
16         </trans-unit>
17         <trans-unit id="move-backward-one-page">
18             <source><![CDATA[/^(?:|I )move backward one page$/]]></source>
19             <target><![CDATA[/^(?:|我)后退了一页$/]]></target>
20         </trans-unit>
21         <trans-unit id="move-forward-one-page">
22             <source><![CDATA[/^(?:|I )move forward one page$/]]></source>
23             <target><![CDATA[/^(?:|我)前进了一页$/]]></target>
24         </trans-unit>
25         <trans-unit id="i-press-button">
26             <source><![CDATA[/^(?:|I )press "(?P<button>(?:[^"]|\\")*)"$/]]></source>
27             <target><![CDATA[/^(?:|我)点击了“(?P<button>(?:[^"]|\\")*)”按钮$/]]></target>
28         </trans-unit>
29         <trans-unit id="i-follow-link">
30             <source><![CDATA[/^(?:|I )follow "(?P<link>(?:[^"]|\\")*)"$/]]></source>
31             <target><![CDATA[/^(?:|我)点击了“(?P<link>(?:[^"]|\\")*)”链接$/]]></target>
32         </trans-unit>
33         <trans-unit id="i-fill-in-field-with-value">
34             <source><![CDATA[/^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with "(?P<value>(?:[^"]|\\")*)"$/]]></source>
35             <target><![CDATA[/^(?:|我)在“(?P<field>(?:[^"]|\\")*)”文本框内填写了“(?P<value>(?:[^"]|\\")*)”$/]]></target>
36         </trans-unit>
37         <trans-unit id="i-fill-in-value-for-field">
38             <source><![CDATA[/^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)"$/]]></source>
39             <target><![CDATA[/^(?:|我)内填写了“(?P<value>(?:[^"]|\\")*)”到“(?P<field>(?:[^"]|\\")*)”文本框$/]]></target>
40         </trans-unit>
41         <trans-unit id="i-fill-in-the-following">
42             <source><![CDATA[/^(?:|I )fill in the following:$/]]></source>
43             <target><![CDATA[/^(?:|我)使用以下数据输入:$/]]></target>
44         </trans-unit>
45         <trans-unit id="i-select-option-from-select">
46             <source><![CDATA[/^(?:|I )select "(?P<option>(?:[^"]|\\")*)" from "(?P<select>(?:[^"]|\\")*)"$/]]></source>
47             <target><![CDATA[/^(?:|我)在“(?P<select>(?:[^"]|\\")*)”选择框里面选择了“(?P<option>(?:[^"]|\\")*)”$/]]></target>
48         </trans-unit>
49         <trans-unit id="i-additionally-select-option-from-select">
50             <source><![CDATA[/^(?:|I )additionally select "(?P<option>(?:[^"]|\\")*)" from "(?P<select>(?:[^"]|\\")*)"$/]]></source>
51             <target><![CDATA[/^(?:|我)在“(?P<select>(?:[^"]|\\")*)”选择框里面添加了“(?P<option>(?:[^"]|\\")*)”选择$/]]></target>
52         </trans-unit>
53         <trans-unit id="i-check-option">
54             <source><![CDATA[/^(?:|I )check "(?P<option>(?:[^"]|\\")*)"$/]]></source>
55             <target><![CDATA[/^(?:|我)选中了“(?P<option>(?:[^"]|\\")*)”选项$/]]></target>
56         </trans-unit>
57         <trans-unit id="i-uncheck-option">
58             <source><![CDATA[/^(?:|I )uncheck "(?P<option>(?:[^"]|\\")*)"$/]]></source>
59             <target><![CDATA[/^(?:|我)取消了“(?P<option>(?:[^"]|\\")*)”选项$/]]></target>
60         </trans-unit>
61         <trans-unit id="i-attach-the-file-to-field">
62             <source><![CDATA[/^(?:|I )attach the file "(?P<path>[^"]*)" to "(?P<field>(?:[^"]|\\")*)"$/]]></source>
63             <target><![CDATA[/^(?:|我)添加了文件“(?P<path>[^"]*)”到“(?P<field>(?:[^"]|\\")*)”文件选择框$/]]></target>
64         </trans-unit>
65         <trans-unit id="i-should-see-text">
66             <source><![CDATA[/^(?:|I )should see "(?P<text>(?:[^"]|\\")*)"$/]]></source>
67             <target><![CDATA[/^(?:|我)应该可以看见包含“(?P<text>(?:[^"]|\\")*)”的内容$/]]></target>
68         </trans-unit>
69         <trans-unit id="the-response-should-contain">
70             <source><![CDATA[/^the response should contain "(?P<text>(?:[^"]|\\")*)"$/]]></source>
71             <target><![CDATA[/^响应应该包含“(?P<text>(?:[^"]|\\")*)”的内容$/]]></target>
72         </trans-unit>
73         <trans-unit id="i-should-not-see-text">
74             <source><![CDATA[/^(?:|I )should not see "(?P<text>(?:[^"]|\\")*)"$/]]></source>
75             <target><![CDATA[/^(?:|我)应该不能看见包含“(?P<text>(?:[^"]|\\")*)”的内容$/]]></target>
76         </trans-unit>
77         <trans-unit id="the-response-should-not-contain">
78             <source><![CDATA[/^the response should not contain "(?P<text>(?:[^"]|\\")*)"$/]]></source>
79             <target><![CDATA[/^响应不应该包含“(?P<text>(?:[^"]|\\")*)”的内容$/]]></target>
80
81         </trans-unit>
82         <trans-unit id="the-field-should-contain-value">
83             <source><![CDATA[/^the "(?P<field>(?:[^"]|\\")*)" field should contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>
84             <target><![CDATA[/^“(?P<field>(?:[^"]|\\")*)”文本框应该包含值“(?P<value>(?:[^"]|\\")*)”$/]]></target>
85         </trans-unit>
86         <trans-unit id="the-field-should-not-contain-value">
87             <source><![CDATA[/^the "(?P<field>(?:[^"]|\\")*)" field should not contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>
88             <target><![CDATA[/^“(?P<field>(?:[^"]|\\")*)”文本框应该不包含值“(?P<value>(?:[^"]|\\")*)”$/]]></target>
89         </trans-unit>
90         <trans-unit id="the-checkbox-should-be-checked">
91             <source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should be checked$/]]></source>
92             <target><![CDATA[/^“(?P<checkbox>(?:[^"]|\\")*)”选项框应该已经选中了$/]]></target>
93         </trans-unit>
94         <trans-unit id="the-checkbox-should-not-be-checked">
95             <source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should not be checked$/]]></source>
96             <target><![CDATA[/^“(?P<checkbox>(?:[^"]|\\")*)”选项框应该还没有选中$/]]></target>
97         </trans-unit>
98         <trans-unit id="i-should-be-on-page">
99             <source><![CDATA[/^(?:|I )should be on "(?P<page>[^"]+)"$/]]></source>
100             <target><![CDATA[/^(?:|我)应该到了“(?P<page>[^\s]+)”$/]]></target>
101         </trans-unit>
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>
105         </trans-unit>
106         <trans-unit id="the-element-should-contain">
107             <source><![CDATA[/^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>
108             <target><![CDATA[/^“(?P<element>[^"]*)”元素应该包含“(?P<value>(?:[^"]|\\")*)”内容$/]]></target>
109         </trans-unit>
110         <trans-unit id="i-should-see-text-in-element">
111             <source><![CDATA[/^(?:|I )should see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/]]></source>
112             <target><![CDATA[/^“(?P<element>[^"]*)”元素应该有“(?P<value>(?:[^"]|\\")*)”内容$/]]></target>
113         </trans-unit>
114         <trans-unit id="i-should-not-see-text-in-element">
115             <source><![CDATA[/^(?:|I )should not see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/]]></source>
116             <target><![CDATA[/^“(?P<element>[^"]*)”元素应该没有“(?P<value>(?:[^"]|\\")*)”内容$/]]></target>
117         </trans-unit>
118         <trans-unit id="i-should-see-element">
119             <source><![CDATA[/^(?:|I )should see an? "(?P<element>[^"]*)" element$/]]></source>
120             <target><![CDATA[/^(?:|我)应该可以看见“(?P<element>[^"]*)”元素$/]]></target>
121         </trans-unit>
122         <trans-unit id="i-should-not-see-element">
123             <source><![CDATA[/^(?:|I )should not see an? "(?P<element>[^"]*)" element$/]]></source>
124             <target><![CDATA[/^(?:|我)应该不能看见“(?P<element>[^"]*)”元素$/]]></target>
125         </trans-unit>
126         <trans-unit id="i-should-see-num-elements">
127             <source><![CDATA[/^(?:|I )should see (?P<num>\d+) "(?P<element>[^"]*)" elements?$/]]></source>
128             <target><![CDATA[/^(?:|我)应该可以看见 (?P<num>\d+) 个“(?P<element>[^"]*)”元素$/]]></target>
129         </trans-unit>
130         <trans-unit id="the-response-status-code-should-be">
131             <source><![CDATA[/^the response status code should be (?P<code>\d+)$/]]></source>
132             <target><![CDATA[/^返回状态代码应该是 (?P<code>\d+)$/]]></target>
133         </trans-unit>
134         <trans-unit id="the-response-status-code-should-not-be">
135             <source><![CDATA[/^the response status code should not be (?P<code>\d+)$/]]></source>
136             <target><![CDATA[/^返回状态代码应该不是 (?P<code>\d+)$/]]></target>
137         </trans-unit>
138         <trans-unit id="print-last-response">
139             <source><![CDATA[/^print last response$/]]></source>
140             <target><![CDATA[/^打印最后一次响应$/]]></target>
141         </trans-unit>
142         <trans-unit id="show-last-response">
143             <source><![CDATA[/^show last response$/]]></source>
144             <target><![CDATA[/^显示最后一次响应$/]]></target>
145         </trans-unit>
146         <trans-unit id="-should-see-text-matching">
147             <source><![CDATA[/^(?:|I )should see text matching (?P<pattern>"(?:[^"]|\\")*")$/]]></source>
148             <target><![CDATA[/^(?:|我)应该可以看见文本内容匹配“(?P<pattern>"(?:[^"]|\\")*")”$/]]></target>
149
150         </trans-unit>
151         <trans-unit id="-should-not-see-text-matching">
152             <source><![CDATA[/^(?:|I )should not see text matching (?P<pattern>"(?:[^"]|\\")*")$/]]></source>
153             <target><![CDATA[/^(?:|我)应该可以看见文本内容不匹配“(?P<pattern>"(?:[^"]|\\")*")”$/]]></target>
154         </trans-unit>
155     </body>
156   </file>
157 </xliff>