Security update for permissions_by_term
[yaffs-website] / vendor / behat / behat / i18n.php
1 <?php return array(
2     'en'    => array(
3         'snippet_context_choice'  => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> suite has undefined steps. Please choose the context to generate snippets:</snippet_undefined>',
4         'snippet_proposal_title'  => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> has missing steps. Define them with these snippets:</snippet_undefined>',
5         'snippet_missing_title'   => '<snippet_undefined>Use <snippet_keyword>--snippets-for</snippet_keyword> CLI option to generate snippets for following <snippet_keyword>%1%</snippet_keyword> suite steps:</snippet_undefined>',
6         'skipped_scenarios_title' => 'Skipped scenarios:',
7         'failed_scenarios_title'  => 'Failed scenarios:',
8         'failed_hooks_title'      => 'Failed hooks:',
9         'failed_steps_title'      => 'Failed steps:',
10         'pending_steps_title'     => 'Pending steps:',
11         'scenarios_count'         => '{0} No scenarios|{1} 1 scenario|]1,Inf] %1% scenarios',
12         'steps_count'             => '{0} No steps|{1} 1 step|]1,Inf] %1% steps',
13         'passed_count'            => '[1,Inf] %1% passed',
14         'failed_count'            => '[1,Inf] %1% failed',
15         'pending_count'           => '[1,Inf] %1% pending',
16         'undefined_count'         => '[1,Inf] %1% undefined',
17         'skipped_count'           => '[1,Inf] %1% skipped',
18     ),
19     'cs'    => array(
20         'snippet_proposal_title' => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> obsahuje chybné kroky. Definujte je za použití následujícího kódu:</snippet_undefined>',
21         'snippet_missing_title'  => '<snippet_undefined>Snippety pro následující kroky v sadě <snippet_keyword>%1%</snippet_keyword> nebyly vygenerovány (zkontrolujte správnost konfigurace):</snippet_undefined>',
22         'failed_scenarios_title' => 'Chybné scénáře:',
23         'failed_hooks_title'     => 'Chybné hooky:',
24         'failed_steps_title'     => 'Chybné kroky:',
25         'pending_steps_title'    => 'Čekající kroky:',
26         'scenarios_count'        => '{0} Žádný scénář|{1} 1 scénář|{2,3,4} %1% scénáře|]4,Inf] %1% scénářů',
27         'steps_count'            => '{0} Žádné kroky|{1} 1 krok|{2,3,4} %1% kroky|]4,Inf] %1% kroků',
28         'passed_count'           => '{1} %1% prošel|{2,3,4} %1% prošly|]4,Inf] %1% prošlo',
29         'failed_count'           => '{1} %1% selhal|{2,3,4} %1% selhaly|]4,Inf] %1% selhalo',
30         'pending_count'          => '{1} %1% čeká|{2,3,4} %1% čekají|]4,Inf] %1% čeká',
31         'undefined_count'        => '{1} %1% nedefinován|{2,3,4} %1% nedefinovány|]4,Inf] %1% nedefinováno',
32         'skipped_count'          => '{1} %1% přeskočen|{2,3,4} %1% přeskočeny|]4,Inf] %1% přeskočeno',
33     ),
34     'de'    => array(
35         'snippet_proposal_title' => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> hat fehlende Schritte. Definiere diese mit den folgenden Snippets:</snippet_undefined>',
36         'snippet_missing_title'  => '<snippet_undefined>Snippets für die folgenden Schritte in der <snippet_keyword>%1%</snippet_keyword> Suite wurden nicht generiert (Konfiguration überprüfen):</snippet_undefined>',
37         'failed_scenarios_title' => 'Fehlgeschlagene Szenarien:',
38         'failed_hooks_title'     => 'Fehlgeschlagene Hooks:',
39         'failed_steps_title'     => 'Fehlgeschlagene Schritte:',
40         'pending_steps_title'    => 'Ausstehende Schritte:',
41         'scenarios_count'        => '{0} Kein Szenario|{1} 1 Szenario|]1,Inf] %1% Szenarien',
42         'steps_count'            => '{0} Kein Schritt|{1} 1 Schritt|]1,Inf] %1% Schritte',
43         'passed_count'           => '[1,Inf] %1% bestanden',
44         'failed_count'           => '[1,Inf] %1% fehlgeschlagen',
45         'pending_count'          => '[1,Inf] %1% ausstehend',
46         'undefined_count'        => '[1,Inf] %1% nicht definiert',
47         'skipped_count'          => '[1,Inf] %1% übersprungen',
48     ),
49     'es'    => array(
50         'snippet_proposal_title' => '<snippet_undefined>A <snippet_keyword>%1%</snippet_keyword> le faltan pasos. Defínelos con estos pasos:</snippet_undefined>',
51         'snippet_missing_title'  => '<snippet_undefined>Las plantillas para los siguientes pasos en <snippet_keyword>%1%</snippet_keyword> no fueron generadas (revisa tu configuración):</snippet_undefined>',
52         'failed_scenarios_title' => 'Escenarios fallidos:',
53         'failed_hooks_title'     => 'Hooks fallidos:',
54         'failed_steps_title'     => 'Pasos fallidos:',
55         'pending_steps_title'    => 'Pasos pendientes:',
56         'scenarios_count'        => '{0} Ningún escenario|{1} 1 escenario|]1,Inf] %1% escenarios',
57         'steps_count'            => '{0} Ningún paso|{1} 1 paso|]1,Inf] %1% pasos',
58         'passed_count'           => '[1,Inf] %1% pasaron',
59         'failed_count'           => '[1,Inf] %1% fallaron',
60         'pending_count'          => '[1,Inf] %1% pendientes',
61         'undefined_count'        => '[1,Inf] %1% por definir',
62         'skipped_count'          => '[1,Inf] %1% saltadas',
63     ),
64     'fr'    => array(
65         'snippet_proposal_title' => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> a des étapes manquantes. Définissez-les avec les modèles suivants :</snippet_undefined>',
66         'snippet_missing_title'  => '<snippet_undefined>Les modèles des étapes de la suite <snippet_keyword>%1%</snippet_keyword> n\'ont pas été générés (vérifiez votre configuration):</snippet_undefined>',
67         'failed_scenarios_title' => 'Scénarios échoués:',
68         'failed_hooks_title'     => 'Hooks échoués:',
69         'failed_steps_title'     => 'Etapes échouées:',
70         'pending_steps_title'    => 'Etapes en attente:',
71         'scenarios_count'        => '{0} Pas de scénario|{1} 1 scénario|]1,Inf] %1% scénarios',
72         'steps_count'            => '{0} Pas d\'étape|{1} 1 étape|]1,Inf] %1% étapes',
73         'passed_count'           => '[1,Inf] %1% succès',
74         'failed_count'           => '[1,Inf] %1% échecs',
75         'pending_count'          => '[1,Inf] %1% en attente',
76         'undefined_count'        => '[1,Inf] %1% indéfinis',
77         'skipped_count'          => '[1,Inf] %1% ignorés',
78     ),
79     'it'    => array(
80         'snippet_proposal_title' => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> ha dei passaggi mancanti. Definiscili con questi snippet:</snippet_undefined>',
81         'snippet_missing_title'  => '<snippet_undefined>Gli snippet per i seguenti passaggi della suite <snippet_keyword>%1%</snippet_keyword> non sono stati generati (verifica la configurazione):</snippet_undefined>',
82         'failed_scenarios_title' => 'Scenari falliti:',
83         'failed_hooks_title'     => 'Hook falliti:',
84         'failed_steps_title'     => 'Passaggi falliti:',
85         'pending_steps_title'    => 'Passaggi in sospeso:',
86         'scenarios_count'        => '{0} Nessuno scenario|{1} 1 scenario|]1,Inf] %1% scenari',
87         'steps_count'            => '{0} Nessun passaggio|{1} 1 passaggio|]1,Inf] %1% passaggi',
88         'passed_count'           => '{1} 1 superato|]1,Inf] %1% superati',
89         'failed_count'           => '{1} 1 fallito|]1,Inf] %1% falliti',
90         'pending_count'          => '[1,Inf] %1% in sospeso',
91         'undefined_count'        => '{1} 1 non definito|]1,Inf] %1% non definiti',
92         'skipped_count'          => '{1} 1 ignorato|]1,Inf] %1% ignorati',
93     ),
94     'ja'    => array(
95         'snippet_proposal_title'  => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> のステップが見つかりません。 次のスニペットで定義できます:</snippet_undefined>',
96         'snippet_missing_title'   => '<snippet_undefined>以下のステップのスニペットは<snippet_keyword>%1%</snippet_keyword>スイートに生成されませんでした(設定を確認してください):</snippet_undefined>',
97         'skipped_scenarios_title' => 'スキップした シナリオ:',
98         'failed_scenarios_title'  => '失敗した シナリオ:',
99         'failed_hooks_title'      => '失敗した フック:',
100         'failed_steps_title'      => '失敗した ステップ:',
101         'pending_steps_title'     => '保留中のステップ:',
102         'scenarios_count'         => '{0} No scenarios|{1} 1 個のシナリオ|]1,Inf] %1% 個のシナリオ',
103         'steps_count'             => '{0} ステップがありません|{1} 1 個のステップ|]1,Inf] %1% 個のステップ',
104         'passed_count'            => '[1,Inf] %1% 個成功',
105         'failed_count'            => '[1,Inf] %1% 個失敗',
106         'pending_count'           => '[1,Inf] %1% 個保留',
107         'undefined_count'         => '[1,Inf] %1% 個未定義',
108         'skipped_count'           => '[1,Inf] %1% 個スキップ',
109     ),
110     'nl'    => array(
111         'snippet_proposal_title' => '<snippet_undefined>Ontbrekende stappen in <snippet_keyword>%1%</snippet_keyword>. Definieer ze met de volgende fragmenten:</snippet_undefined>',
112         'snippet_missing_title'  => '<snippet_undefined>Fragmenten voor de volgende stappen in de <snippet_keyword>%1%</snippet_keyword> suite werden niet gegenereerd (controleer de configuratie):</snippet_undefined>',
113         'failed_scenarios_title' => 'Gefaalde scenario\'s:',
114         'failed_hooks_title'     => 'Gefaalde hooks:',
115         'failed_steps_title'     => 'Gefaalde stappen:',
116         'pending_steps_title'    => 'Onafgewerkte stappen:',
117         'scenarios_count'        => '{0} Geen scenario\'s|{1} 1 scenario|]1,Inf] %1% scenario\'s',
118         'steps_count'            => '{0} Geen stappen|{1} 1 stap|]1,Inf] %1% stappen',
119         'passed_count'           => '[1,Inf] %1% geslaagd',
120         'failed_count'           => '[1,Inf] %1% gefaald',
121         'pending_count'          => '[1,Inf] %1% wachtende',
122         'undefined_count'        => '[1,Inf] %1% niet gedefinieerd',
123         'skipped_count'          => '[1,Inf] %1% overgeslagen',
124     ),
125     'no'    => array(
126         'snippet_proposal_title' => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> mangler steg. Definer dem med disse snuttene:</snippet_undefined>',
127         'snippet_missing_title'  => '<snippet_undefined>Snutter for de følgende stegene i <snippet_keyword>%1%</snippet_keyword>-samlingen ble ikke laget. (Sjekk konfigurasjonen din.):</snippet_undefined>',
128         'failed_scenarios_title' => 'Feilende scenarier:',
129         'failed_hooks_title'     => 'Feilende hooks:',
130         'failed_steps_title'     => 'Feilende steg:',
131         'pending_steps_title'    => 'Ikke implementerte steg:',
132         'scenarios_count'        => '{0} Ingen scenarier|{1} 1 scenario|]1,Inf] %1% scenarier',
133         'steps_count'            => '{0} Ingen steg|{1} 1 steg|]1,Inf] %1% steg',
134         'passed_count'           => '[1,Inf] %1% ok',
135         'failed_count'           => '[1,Inf] %1% feilet',
136         'pending_count'          => '[1,Inf] %1% ikke implementert',
137         'undefined_count'        => '[1,Inf] %1% ikke definert',
138         'skipped_count'          => '[1,Inf] %1% hoppet over',
139     ),
140     'pl'    => array(
141         'snippet_proposal_title' => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> zawiera brakujące kroki. Utwórz je korzystając z tych fragmentów kodu:</snippet_undefined>',
142         'snippet_missing_title'  => '<snippet_undefined>Fragmenty kodu dla następujących kroków <snippet_keyword>%1%</snippet_keyword> nie zostały wygenerowane (sprawdź swoją konfigurację):</snippet_undefined>',
143         'failed_scenarios_title' => 'Nieudane scenariusze:',
144         'failed_hooks_title'     => 'Nieudane hooki:',
145         'failed_steps_title'     => 'Nieudane kroki',
146         'pending_steps_title'    => 'Oczekujące kroki',
147         'scenarios_count'        => '{0} Brak scenariuszy|{1} 1 scenariusz|{2,3,4,22,23,24,32,33,34,42,43,44} %1% scenariusze|]4,Inf] %1% scenariuszy',
148         'steps_count'            => '{0} Brak kroków|{1} 1 krok|{2,3,4,22,23,24,32,33,34,42,43,44} %1% kroki|]4,Inf] %1% kroków',
149         'passed_count'           => '{1} %1% udany|{2,3,4,22,23,24,32,33,34,42,43,44} %1% udane|]4,Inf] %1% udanych',
150         'failed_count'           => '{1} %1% nieudany|{2,3,4,22,23,24,32,33,34,42,43,44} %1% nieudane|]4,Inf] %1% nieudanych',
151         'pending_count'          => '{1} %1% oczekujący|{2,3,4,22,23,24,32,33,34,42,43,44} %1% oczekujące|]4,Inf] %1% oczekujących',
152         'undefined_count'        => '{1} %1% niezdefiniowany|{2,3,4,22,23,24,32,33,34,42,43,44} %1% niezdefiniowane|]4,Inf] %1% niezdefiniowanych',
153         'skipped_count'          => '{1} %1% pominięty|{2,3,4,22,23,24,32,33,34,42,43,44} %1% pominięte|]4,Inf] %1% pominiętych',
154     ),
155     'pt'    => array(
156         'snippet_proposal_title' => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> contém definições em falta. Defina-as com estes exemplos:</snippet_undefined>',
157         'snippet_missing_title'  => '<snippet_undefined>Os exemplos para as seguintes definições da suite <snippet_keyword>%1%</snippet_keyword> não foram gerados (verifique a configuração):</snippet_undefined>',
158         'failed_scenarios_title' => 'Cenários que falharam:',
159         'failed_hooks_title'     => 'Hooks que falharam:',
160         'failed_steps_title'     => 'Definições que falharam:',
161         'pending_steps_title'    => 'Definições por definir:',
162         'scenarios_count'        => '{0} Nenhum cenário|{1} 1 cenário|]1,Inf] %1% cenários',
163         'steps_count'            => '{0} Nenhuma definição|{1} 1 definição|]1,Inf] %1% definições',
164         'passed_count'           => '{1} passou|]1,Inf] %1% passaram',
165         'failed_count'           => '{1} falhou|]1,Inf] %1% falharam',
166         'pending_count'          => '[1,Inf] %1% por definir',
167         'undefined_count'        => '{1} indefinido|]1,Inf] %1% indefinidos',
168         'skipped_count'          => '{1} omitido|]1,Inf] %1% omitidos',
169     ),
170     'pt-BR' => array(
171         'snippet_proposal_title' => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> possue etapas faltando. Defina elas com esse(s) trecho(s) de código:</snippet_undefined>',
172         'snippet_missing_title'  => '<snippet_undefined>Trecho de códigos para as seguintes etapas em <snippet_keyword>%1%</snippet_keyword> suite não foram geradas (verique sua configuração):</snippet_undefined>',
173         'failed_scenarios_title' => 'Cenários falhados:',
174         'failed_hooks_title'     => 'Hooks falhados:',
175         'failed_steps_title'     => 'Etapas falhadas:',
176         'pending_steps_title'    => 'Etapas pendentes:',
177         'scenarios_count'        => '{0} Nenhum cenário|{1} 1 cenário|]1,Inf] %1% cenários',
178         'steps_count'            => '{0} Nenhuma etapa|{1} 1 etapa|]1,Inf] %1% etapas',
179         'passed_count'           => '[1,Inf] %1% passou',
180         'failed_count'           => '[1,Inf] %1% falhou',
181         'pending_count'          => '[1,Inf] %1% pendente',
182         'undefined_count'        => '[1,Inf] %1% indefinido',
183         'skipped_count'          => '[1,Inf] %1% pulado',
184     ),
185     'ro'    => array(
186         'snippet_proposal_title'  => '<snippet_undefined><snippet_keyword>%1%</snippet_keyword> are pași lipsa. Puteți implementa pașii cu ajutorul acestor fragmente de cod:</snippet_undefined>',
187         'snippet_missing_title'   => '<snippet_undefined>Fragmentele de cod pentru urmatorii pași din suita <snippet_keyword>%1%</snippet_keyword> nu au fost generate (contextul tau implementeaza interfata SnippetAcceptingContext?):</snippet_undefined>',
188         'skipped_scenarios_title' => 'Scenarii omise:',
189         'failed_scenarios_title'  => 'Scenarii eșuate:',
190         'failed_hooks_title'      => 'Hook-uri eșuate:',
191         'failed_steps_title'      => 'Pași esuați:',
192         'pending_steps_title'     => 'Pași in așteptare:',
193         'scenarios_count'         => '{0} Niciun scenariu|{1} 1 scenariu|]1,Inf] %1% scenarii',
194         'steps_count'             => '{0} Niciun pas|{1} 1 pas|]1,Inf] %1% pasi',
195         'passed_count'            => '[1,Inf] %1% cu succes',
196         'failed_count'            => '[1,Inf] %1% fara success',
197         'pending_count'           => '[1,Inf] %1% in așteptare',
198         'undefined_count'         => '[1,Inf] %1% fara implementare',
199         'skipped_count'           => '{1} %1% omis|]1,Inf] %1% omiși',
200     ),
201     'ru'    => array(
202         'snippet_proposal_title'  => '<snippet_keyword>%1%</snippet_keyword> <snippet_undefined>не содержит необходимых определений. Вы можете добавить их используя шаблоны:</snippet_undefined>',
203         'snippet_missing_title'   => '<snippet_undefined>Шаблоны для следующих шагов в среде <snippet_keyword>%1%</snippet_keyword> не были сгенерированы (проверьте ваши настройки):</snippet_undefined>',
204         'skipped_scenarios_title' => 'Пропущенные сценарии:',
205         'failed_scenarios_title'  => 'Проваленные сценарии:',
206         'failed_hooks_title'      => 'Проваленные хуки:',
207         'failed_steps_title'      => 'Проваленные шаги:',
208         'pending_steps_title'     => 'Шаги в ожидании:',
209         'scenarios_count'         => '{0} Нет сценариев|{1,21,31} %1% сценарий|{2,3,4,22,23,24} %1% сценария|]4,Inf] %1% сценариев',
210         'steps_count'             => '{0} Нет шагов|{1,21,31} %1% шаг|{2,3,4,22,23,24} %1% шага|]4,Inf] %1% шагов',
211         'passed_count'            => '{1,21,31} %1% пройден|]1,Inf] %1% пройдено',
212         'failed_count'            => '{1,21,31} %1% провален|]1,Inf] %1% провалено',
213         'pending_count'           => '[1,Inf] %1% в ожидании',
214         'undefined_count'         => '{1,21,31} %1% не определен|]1,Inf] %1% не определено',
215         'skipped_count'           => '{1,21,31} %1% пропущен|]1,Inf] %1% пропущено',
216     ),
217 );