forked from Behat/Behat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathi18n.php
158 lines (158 loc) · 9.87 KB
/
i18n.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?php return array (
'en' =>
array (
'proposal_title' => 'You can implement step definitions for undefined steps with these snippets:',
'failed_steps_title' => 'failed steps',
'pending_steps_title' => 'pending steps',
'scenarios_count' => '{0} No scenarios|{1} 1 scenario|]1,Inf] %1% scenarios',
'steps_count' => '{0} No steps|{1} 1 step|]1,Inf] %1% steps',
'passed_count' => '[1,Inf] %1% passed',
'failed_count' => '[1,Inf] %1% failed',
'pending_count' => '[1,Inf] %1% pending',
'undefined_count' => '[1,Inf] %1% undefined',
'skipped_count' => '[1,Inf] %1% skipped',
),
'cs' =>
array (
'proposal_title' => 'Můžete implementovat definice kroku pro nedifinované kroky za použití těchto kusů kódu (snippetů):',
'failed_steps_title' => 'zkažené kroky',
'pending_steps_title' => 'čekající kroky',
'scenarios_count' => '{0} Žádný scénář|{1} 1 scénář|]|{2,3,4} %1% scénáře|4,Inf] %1% scénářů',
'steps_count' => '{0} Žádné kroky|{1} 1 krok|{2,3,4} %1% kroky|]4,Inf] %1% kroků',
'passed_count' => '{1} %1% prošel|{2,3,4} %1% prošli|[4,Inf] %1% prošlo',
'failed_count' => '{1} %1% selhal|{2,3,4} %1% selhali|[4,Inf] %1% selhalo',
'pending_count' => '{1} %1% čeká|{2,3,4} %1% čekají|[4,Inf] %1% čeká',
'undefined_count' => '{1} %1% nedefinován|{2,3,4} %1% nedefinovány|[4,Inf] %1% nedefinováno',
'skipped_count' => '{1} %1% přeskočen| {2,3,4} %1% přeskočeny|[5,Inf] %1% přeskočeno',
),
'de' =>
array (
'proposal_title' => 'Neue Anweisungen für undefinierte Schritte können mit diesen Code-Schnipseln angelegt werden:',
'failed_steps_title' => 'fehlgeschlagene Schritte',
'pending_steps_title' => 'ausbleibende Schritte',
'scenarios_count' => '{0} Keine Szenarien|{1} 1 Szenario|]1,Inf] %1% Szenarien',
'steps_count' => '{0} Keine Schritte|{1} 1 Schritt|]1,Inf] %1% Schritte',
'passed_count' => '[1,Inf] %1% bestanden',
'failed_count' => '[1,Inf] %1% fehlgeschlagen',
'pending_count' => '[1,Inf] %1% ausbleibend',
'undefined_count' => '[1,Inf] %1% undefiniert',
'skipped_count' => '[1,Inf] %1% übersprungen',
),
'es' =>
array (
'proposal_title' => 'Puedes implementar la definición de pasos de los pasos sin definir con el siguiente código:',
'failed_steps_title' => 'Pasos fallidos',
'pending_steps_title' => 'Pasos pendientes',
'scenarios_count' => '{0} No hay escenarios|{1} 1 escenario|]1,Inf] %1% escenarios',
'steps_count' => '{0} No hay pasos|{1} 1 paso|]1,Inf] %1% pasos',
'passed_count' => '[1,Inf] %1% exitosos',
'failed_count' => '[1,Inf] %1% fallidos',
'pending_count' => '[1,Inf] %1% pendientes',
'undefined_count' => '[1,Inf] %1% sin definir',
'skipped_count' => '[1,Inf] %1% omitidos',
),
'fr' =>
array (
'proposal_title' => 'Vous pouvez implémenter les définitions d\'étapes pour les étapes non définies avec ces modèles :',
'failed_steps_title' => 'étapes échouées',
'pending_steps_title' => 'étapes en attente',
'scenarios_count' => '{0} Aucun scénario|{1} 1 scénario|]1,Inf] %1% scénarios',
'steps_count' => '{0} Aucune étape|{1} 1 étape|]1,Inf] %1% étapes',
'passed_count' => '[1,Inf] %1% succès',
'failed_count' => '[1,Inf] %1% échecs',
'pending_count' => '[1,Inf] %1% en attente',
'undefined_count' => '[1,Inf] %1% non définies',
'skipped_count' => '[1,Inf] %1% ignorées',
),
'id' =>
array (
'proposal_title' => 'Anda dapat membuat definisi untuk langkah yang tidak terdefinisikan menggunakan potongan kode ini:',
'failed_steps_title' => 'langkah gagal',
'pending_steps_title' => 'langkah ditunda',
'scenarios_count' => '{0} Tidak ada skenario|{1} 1 skenario|]1,Inf] %1% skenario',
'steps_count' => '{0} Tidak ada langkah|{1} 1 langkah|]1,Inf] %1% langkah',
'passed_count' => '[1,Inf] %1% sukses',
'failed_count' => '[1,Inf] %1% gagal',
'pending_count' => '[1,Inf] %1% ditunda',
'undefined_count' => '[1,Inf] %1% tidak terdefinisikan',
'skipped_count' => '[1,Inf] %1% dilewat',
),
'it' =>
array (
'proposal_title' => 'E\' possibile implementare gli step ancora non definiti con queste parti di codice:',
'failed_steps_title' => 'step falliti',
'pending_steps_title' => 'step pendenti',
'scenarios_count' => '{0} Nessuno scenario|{1} 1 scenario|]1,Inf] %1% scenari',
'steps_count' => '{0} Nessuno step|{1} 1 step|]1,Inf] %1% step',
'passed_count' => '[1,Inf] %1% passato',
'failed_count' => '[1,Inf] %1% fallito',
'pending_count' => '[1,Inf] %1% in attesa',
'undefined_count' => '[1,Inf] %1% non definito',
'skipped_count' => '[1,Inf] %1% saltato',
),
'ja' =>
array (
'proposal_title' => '未定義のステップを、次のスニペットで実装できます:',
'failed_steps_title' => '失敗したステップ',
'pending_steps_title' => 'ペンディング中のステップ',
'scenarios_count' => '{0} シナリオがありません|{1} 1 個のシナリオ|]1,Inf] %1% 個のシナリオ',
'steps_count' => '{0} ステップがありません|{1} 1 個のステップ|]1,Inf] %1% 個のステップ',
'passed_count' => '[1,Inf] %1% 個成功',
'failed_count' => '[1,Inf] %1% 個失敗',
'pending_count' => '[1,Inf] %1% 個ペンディング',
'undefined_count' => '[1,Inf] %1% 個未定義',
'skipped_count' => '[1,Inf] %1% 個スキップ',
),
'nl' =>
array (
'proposal_title' => 'U kunt stap definities voor ongedefinieerde stappen implementeren met deze snippets:',
'failed_steps_title' => 'mislukte stappen',
'pending_steps_title' => 'wachtende stappen',
'scenarios_count' => '{0} Geen scenario\'s|{1} 1 scenario|]1,Inf] %1% scenario\'s',
'steps_count' => '{0} Geen stappen|{1} 1 stap|]1,Inf] %1% stappen',
'passed_count' => '[1,Inf] %1% gelukt',
'failed_count' => '[1,Inf] %1% mislukt',
'pending_count' => '[1,Inf] %1% wachtend',
'undefined_count' => '[1,Inf] %1% ongedefinieerd',
'skipped_count' => '[1,Inf] %1% overgeslagen',
),
'pl' =>
array (
'proposal_title' => 'Możesz zaimplementować niezdefiniowane jeszcze kroki, korzystając z tych fragmentów kodu:',
'failed_steps_title' => 'nieudane kroki',
'pending_steps_title' => 'oczekujące kroki',
'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',
'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',
'passed_count' => '{1} %1% udany|{2,3,4,22,23,24,32,33,34,42,43,44} %1% udane|]4,Inf] %1% udanych',
'failed_count' => '{1} %1% nieudany|{2,3,4,22,23,24,32,33,34,42,43,44} %1% nieudane|]4,Inf] %1% nieudanych',
'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',
'undefined_count' => '{1} %1% niezdefiniowany|{2,3,4,22,23,24,32,33,34,42,43,44} %1% niezdefiniowane|]4,Inf] %1% niezdefiniowanych',
'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',
),
'pt' =>
array (
'proposal_title' => 'Você pode implementar definições de passos para aqueles ainda não definidos utilizando-se destes trechos:',
'failed_steps_title' => 'passos que falharam',
'pending_steps_title' => 'passos pendentes',
'scenarios_count' => '{0} Nenhum cenário|{1} 1 cenário|]1,Inf] %1% cenários',
'steps_count' => '{0} Nenhum passo|{1} 1 passo|]1,Inf] %1% passos',
'passed_count' => '{1} passou|]1,Inf] %1% passaram',
'failed_count' => '{1} falhou|]1,Inf] %1% falharam ',
'pending_count' => '{1} pendente|]1,Inf] %1% pendentes',
'undefined_count' => '{1} indefinido|]1,Inf] %1% indefinidos',
'skipped_count' => '{1} ignorado|]1,Inf] %1% ignorados',
),
'ru' =>
array (
'proposal_title' => 'Вы можете реализовать определения для новых шагов с помощью этих шаблонов:',
'failed_steps_title' => 'проваленные шаги',
'pending_steps_title' => 'шаги в ожидании',
'scenarios_count' => '{0} Нет сценариев|{1,21,31} %1% сценарий|{2,3,4,22,23,24} %1% сценария|]4,Inf] %1% сценариев',
'steps_count' => '{0} Нет шагов|{1,21,31} %1% шаг|{2,3,4,22,23,24} %1% шага|]4,Inf] %1% шагов',
'passed_count' => '{1,21,31} %1% пройден|]1,Inf] %1% пройдено',
'failed_count' => '{1,21,31} %1% провален|]1,Inf] %1% провалено',
'pending_count' => '[1,Inf] %1% в ожидании',
'undefined_count' => '{1,21,31} %1% не определен|]1,Inf] %1% не определено',
'skipped_count' => '{1,21,31} %1% пропущен|]1,Inf] %1% пропущено',
),
);