gherkin 2.11.1-java → 2.11.2-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.11.2](https://github.com/cucumber/gherkin/compare/v2.11.1...v2.11.2)
2
+
3
+ * [Java] Depend on an external gherkin-jvm-deps jar with repackaged dependencies (Aslak Hellesøy, Rex Hoffman)
4
+ * [Core] Renamed i18n.yml to i18n.json, which simplifies the build system for Java. (Aslak Hellesøy)
5
+ * [Java Reporter should take embeddings as `byte[]` and not `InputStream` ([#184](https://github.com/cucumber/gherkin/issues/184) Aslak Hellesøy)
6
+ * [Core] A little addition to russian translation ([#183](https://github.com/cucumber/gherkin/pull/183) Sergey Sytsevich)
7
+
1
8
  ## [2.11.1](https://github.com/cucumber/gherkin/compare/v2.11.0...v2.11.1)
2
9
 
3
10
  * [JavaScript] Native implementation of JSONFormatter (Aslak Hellesøy)
data/README.md CHANGED
@@ -54,7 +54,7 @@ The jar file is in the central Maven repo.
54
54
  <dependency>
55
55
  <groupId>info.cukes</groupId>
56
56
  <artifactId>gherkin</artifactId>
57
- <version>2.11.1</version>
57
+ <version>2.11.2</version>
58
58
  </dependency>
59
59
 
60
60
  You can get it manually from [Maven Central](http://search.maven.org/#browse%7C-2073395818)
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  # When both are building OK, do a `bundle exec rake install` in both cucumber and gherkin projects, revert the changes in the first 2 steps
16
16
  # and release both projects. Do this for both ruby 1.8.7, ruby 1.9.3 and jruby.
17
17
  #
18
- s.version = "2.11.1"
18
+ s.version = "2.11.2"
19
19
  s.authors = ["Mike Sassak", "Gregory Hnatiuk", "Aslak Hellesøy"]
20
20
  s.description = "A fast Gherkin lexer/parser based on the Ragel State Machine Compiler."
21
21
  s.summary = "#{s.name}-#{s.version}"
@@ -60,18 +60,18 @@ Gem::Specification.new do |s|
60
60
 
61
61
  s.add_development_dependency('cucumber', '>= 1.2.1')
62
62
  s.add_development_dependency('rake', '>= 0.9.2')
63
- s.add_development_dependency('bundler', '>= 1.1.0')
64
- s.add_development_dependency('rspec', '~> 2.10.0')
65
- s.add_development_dependency('rubyzip', '>= 0.9.8')
63
+ s.add_development_dependency('bundler', '>= 1.1.5')
64
+ s.add_development_dependency('rspec', '~> 2.11.0')
65
+ s.add_development_dependency('rubyzip', '>= 0.9.9')
66
66
 
67
67
  unless ENV['RUBY_CC_VERSION'] || defined?(JRUBY_VERSION)
68
- s.add_development_dependency('therubyracer', '>= 0.10.1') if ENV['GHERKIN_JS']
68
+ s.add_development_dependency('therubyracer', '>= 0.10.2') if ENV['GHERKIN_JS']
69
69
  # For Documentation:
70
- s.add_development_dependency('yard', '>= 0.8.0')
70
+ s.add_development_dependency('yard', '>= 0.8.2.1')
71
71
  s.add_development_dependency('rdiscount', '>= 1.6.8')
72
72
  end
73
73
 
74
74
  # Only needed by Cucumber. Remove when Cucumber no longer needs those.
75
- s.add_development_dependency('term-ansicolor', '>= 1.0.6')
75
+ s.add_development_dependency('term-ansicolor', '>= 1.0.7')
76
76
  s.add_development_dependency('builder', '>= 2.1.2')
77
77
  end
Binary file
@@ -0,0 +1,7 @@
1
+ The i18n.json file uses "ISO 639-1":http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes and "ISO 3166 alpha-2":http://en.wikipedia.org/wiki/ISO_3166-1 (region - if applicable):
2
+
3
+ If you want several aliases for a keyword, just separate them
4
+ with a | character. The * is a step keyword alias for all translations.
5
+
6
+ If you do *not* want a trailing space after a keyword, end it with a < character.
7
+ (See Chinese for examples).
@@ -0,0 +1,646 @@
1
+ {
2
+ "en": {
3
+ "name": "English",
4
+ "native": "English",
5
+ "feature": "Feature|Business Need|Ability",
6
+ "background": "Background",
7
+ "scenario": "Scenario",
8
+ "scenario_outline": "Scenario Outline|Scenario Template",
9
+ "examples": "Examples|Scenarios",
10
+ "given": "*|Given",
11
+ "when": "*|When",
12
+ "then": "*|Then",
13
+ "and": "*|And",
14
+ "but": "*|But"
15
+ },
16
+ "ar": {
17
+ "name": "Arabic",
18
+ "native": "العربية",
19
+ "feature": "خاصية",
20
+ "background": "الخلفية",
21
+ "scenario": "سيناريو",
22
+ "scenario_outline": "سيناريو مخطط",
23
+ "examples": "امثلة",
24
+ "given": "*|بفرض",
25
+ "when": "*|متى|عندما",
26
+ "then": "*|اذاً|ثم",
27
+ "and": "*|و",
28
+ "but": "*|لكن"
29
+ },
30
+ "bm": {
31
+ "name": "Malay",
32
+ "native": "Bahasa Melayu",
33
+ "feature": "Fungsi",
34
+ "background": "Latar Belakang",
35
+ "scenario": "Senario",
36
+ "scenario_outline": "Menggariskan Senario ",
37
+ "examples": "Contoh ",
38
+ "given": "*|Bagi",
39
+ "when": "*|Apabila",
40
+ "then": "*|Kemudian",
41
+ "and": "*|Dan",
42
+ "but": "*|Tetapi"
43
+ },
44
+ "bg": {
45
+ "name": "Bulgarian",
46
+ "native": "български",
47
+ "feature": "Функционалност",
48
+ "background": "Предистория",
49
+ "scenario": "Сценарий",
50
+ "scenario_outline": "Рамка на сценарий",
51
+ "examples": "Примери",
52
+ "given": "*|Дадено",
53
+ "when": "*|Когато",
54
+ "then": "*|То",
55
+ "and": "*|И",
56
+ "but": "*|Но"
57
+ },
58
+ "ca": {
59
+ "name": "Catalan",
60
+ "native": "català",
61
+ "background": "Rerefons|Antecedents",
62
+ "feature": "Característica|Funcionalitat",
63
+ "scenario": "Escenari",
64
+ "scenario_outline": "Esquema de l'escenari",
65
+ "examples": "Exemples",
66
+ "given": "*|Donat|Donada|Atès|Atesa",
67
+ "when": "*|Quan",
68
+ "then": "*|Aleshores|Cal",
69
+ "and": "*|I",
70
+ "but": "*|Però"
71
+ },
72
+ "cy-GB": {
73
+ "name": "Welsh",
74
+ "native": "Cymraeg",
75
+ "background": "Cefndir",
76
+ "feature": "Arwedd",
77
+ "scenario": "Scenario",
78
+ "scenario_outline": "Scenario Amlinellol",
79
+ "examples": "Enghreifftiau",
80
+ "given": "*|Anrhegedig a",
81
+ "when": "*|Pryd",
82
+ "then": "*|Yna",
83
+ "and": "*|A",
84
+ "but": "*|Ond"
85
+ },
86
+ "cs": {
87
+ "name": "Czech",
88
+ "native": "Česky",
89
+ "feature": "Požadavek",
90
+ "background": "Pozadí|Kontext",
91
+ "scenario": "Scénář",
92
+ "scenario_outline": "Náčrt Scénáře|Osnova scénáře",
93
+ "examples": "Příklady",
94
+ "given": "*|Pokud",
95
+ "when": "*|Když",
96
+ "then": "*|Pak",
97
+ "and": "*|A také|A",
98
+ "but": "*|Ale"
99
+ },
100
+ "da": {
101
+ "name": "Danish",
102
+ "native": "dansk",
103
+ "feature": "Egenskab",
104
+ "background": "Baggrund",
105
+ "scenario": "Scenarie",
106
+ "scenario_outline": "Abstrakt Scenario",
107
+ "examples": "Eksempler",
108
+ "given": "*|Givet",
109
+ "when": "*|Når",
110
+ "then": "*|Så",
111
+ "and": "*|Og",
112
+ "but": "*|Men"
113
+ },
114
+ "de": {
115
+ "name": "German",
116
+ "native": "Deutsch",
117
+ "feature": "Funktionalität",
118
+ "background": "Grundlage",
119
+ "scenario": "Szenario",
120
+ "scenario_outline": "Szenariogrundriss",
121
+ "examples": "Beispiele",
122
+ "given": "*|Angenommen|Gegeben sei",
123
+ "when": "*|Wenn",
124
+ "then": "*|Dann",
125
+ "and": "*|Und",
126
+ "but": "*|Aber"
127
+ },
128
+ "en-au": {
129
+ "name": "Australian",
130
+ "native": "Australian",
131
+ "feature": "Crikey",
132
+ "background": "Background",
133
+ "scenario": "Mate",
134
+ "scenario_outline": "Blokes",
135
+ "examples": "Cobber",
136
+ "given": "*|Ya know how",
137
+ "when": "*|When",
138
+ "then": "*|Ya gotta",
139
+ "and": "*|N",
140
+ "but": "*|Cept"
141
+ },
142
+ "en-lol": {
143
+ "name": "LOLCAT",
144
+ "native": "LOLCAT",
145
+ "feature": "OH HAI",
146
+ "background": "B4",
147
+ "scenario": "MISHUN",
148
+ "scenario_outline": "MISHUN SRSLY",
149
+ "examples": "EXAMPLZ",
150
+ "given": "*|I CAN HAZ",
151
+ "when": "*|WEN",
152
+ "then": "*|DEN",
153
+ "and": "*|AN",
154
+ "but": "*|BUT"
155
+ },
156
+ "en-pirate": {
157
+ "name": "Pirate",
158
+ "native": "Pirate",
159
+ "feature": "Ahoy matey!",
160
+ "background": "Yo-ho-ho",
161
+ "scenario": "Heave to",
162
+ "scenario_outline": "Shiver me timbers",
163
+ "examples": "Dead men tell no tales",
164
+ "given": "*|Gangway!",
165
+ "when": "*|Blimey!",
166
+ "then": "*|Let go and haul",
167
+ "and": "*|Aye",
168
+ "but": "*|Avast!"
169
+ },
170
+ "en-Scouse": {
171
+ "name": "Scouse",
172
+ "native": "Scouse",
173
+ "feature": "Feature",
174
+ "background": "Dis is what went down",
175
+ "scenario": "The thing of it is",
176
+ "scenario_outline": "Wharrimean is",
177
+ "examples": "Examples",
178
+ "given": "*|Givun|Youse know when youse got",
179
+ "when": "*|Wun|Youse know like when",
180
+ "then": "*|Dun|Den youse gotta",
181
+ "and": "*|An",
182
+ "but": "*|Buh"
183
+ },
184
+ "en-tx": {
185
+ "name": "Texan",
186
+ "native": "Texan",
187
+ "feature": "Feature",
188
+ "background": "Background",
189
+ "scenario": "Scenario",
190
+ "scenario_outline": "All y'all",
191
+ "examples": "Examples",
192
+ "given": "*|Given y'all",
193
+ "when": "*|When y'all",
194
+ "then": "*|Then y'all",
195
+ "and": "*|And y'all",
196
+ "but": "*|But y'all"
197
+ },
198
+ "eo": {
199
+ "name": "Esperanto",
200
+ "native": "Esperanto",
201
+ "feature": "Trajto",
202
+ "background": "Fono",
203
+ "scenario": "Scenaro",
204
+ "scenario_outline": "Konturo de la scenaro",
205
+ "examples": "Ekzemploj",
206
+ "given": "*|Donitaĵo",
207
+ "when": "*|Se",
208
+ "then": "*|Do",
209
+ "and": "*|Kaj",
210
+ "but": "*|Sed"
211
+ },
212
+ "es": {
213
+ "name": "Spanish",
214
+ "native": "español",
215
+ "background": "Antecedentes",
216
+ "feature": "Característica",
217
+ "scenario": "Escenario",
218
+ "scenario_outline": "Esquema del escenario",
219
+ "examples": "Ejemplos",
220
+ "given": "*|Dado|Dada|Dados|Dadas",
221
+ "when": "*|Cuando",
222
+ "then": "*|Entonces",
223
+ "and": "*|Y",
224
+ "but": "*|Pero"
225
+ },
226
+ "et": {
227
+ "name": "Estonian",
228
+ "native": "eesti keel",
229
+ "feature": "Omadus",
230
+ "background": "Taust",
231
+ "scenario": "Stsenaarium",
232
+ "scenario_outline": "Raamstsenaarium",
233
+ "examples": "Juhtumid",
234
+ "given": "*|Eeldades",
235
+ "when": "*|Kui",
236
+ "then": "*|Siis",
237
+ "and": "*|Ja",
238
+ "but": "*|Kuid"
239
+ },
240
+ "fi": {
241
+ "name": "Finnish",
242
+ "native": "suomi",
243
+ "feature": "Ominaisuus",
244
+ "background": "Tausta",
245
+ "scenario": "Tapaus",
246
+ "scenario_outline": "Tapausaihio",
247
+ "examples": "Tapaukset",
248
+ "given": "*|Oletetaan",
249
+ "when": "*|Kun",
250
+ "then": "*|Niin",
251
+ "and": "*|Ja",
252
+ "but": "*|Mutta"
253
+ },
254
+ "fr": {
255
+ "name": "French",
256
+ "native": "français",
257
+ "feature": "Fonctionnalité",
258
+ "background": "Contexte",
259
+ "scenario": "Scénario",
260
+ "scenario_outline": "Plan du scénario|Plan du Scénario",
261
+ "examples": "Exemples",
262
+ "given": "*|Soit|Etant donné|Etant donnée|Etant donnés|Etant données|Étant donné|Étant donnée|Étant donnés|Étant données",
263
+ "when": "*|Quand|Lorsque|Lorsqu'<",
264
+ "then": "*|Alors",
265
+ "and": "*|Et",
266
+ "but": "*|Mais"
267
+ },
268
+ "he": {
269
+ "name": "Hebrew",
270
+ "native": "עברית",
271
+ "feature": "תכונה",
272
+ "background": "רקע",
273
+ "scenario": "תרחיש",
274
+ "scenario_outline": "תבנית תרחיש",
275
+ "examples": "דוגמאות",
276
+ "given": "*|בהינתן",
277
+ "when": "*|כאשר",
278
+ "then": "*|אז|אזי",
279
+ "and": "*|וגם",
280
+ "but": "*|אבל"
281
+ },
282
+ "hr": {
283
+ "name": "Croatian",
284
+ "native": "hrvatski",
285
+ "feature": "Osobina|Mogućnost|Mogucnost",
286
+ "background": "Pozadina",
287
+ "scenario": "Scenarij",
288
+ "scenario_outline": "Skica|Koncept",
289
+ "examples": "Primjeri|Scenariji",
290
+ "given": "*|Zadan|Zadani|Zadano",
291
+ "when": "*|Kada|Kad",
292
+ "then": "*|Onda",
293
+ "and": "*|I",
294
+ "but": "*|Ali"
295
+ },
296
+ "hu": {
297
+ "name": "Hungarian",
298
+ "native": "magyar",
299
+ "feature": "Jellemző",
300
+ "background": "Háttér",
301
+ "scenario": "Forgatókönyv",
302
+ "scenario_outline": "Forgatókönyv vázlat",
303
+ "examples": "Példák",
304
+ "given": "*|Amennyiben|Adott",
305
+ "when": "*|Majd|Ha|Amikor",
306
+ "then": "*|Akkor",
307
+ "and": "*|És",
308
+ "but": "*|De"
309
+ },
310
+ "id": {
311
+ "name": "Indonesian",
312
+ "native": "Bahasa Indonesia",
313
+ "feature": "Fitur",
314
+ "background": "Dasar",
315
+ "scenario": "Skenario",
316
+ "scenario_outline": "Skenario konsep",
317
+ "examples": "Contoh",
318
+ "given": "*|Dengan",
319
+ "when": "*|Ketika",
320
+ "then": "*|Maka",
321
+ "and": "*|Dan",
322
+ "but": "*|Tapi"
323
+ },
324
+ "is": {
325
+ "name": "Icelandic",
326
+ "native": "Íslenska",
327
+ "feature": "Eiginleiki",
328
+ "background": "Bakgrunnur",
329
+ "scenario": "Atburðarás",
330
+ "scenario_outline": "Lýsing Atburðarásar|Lýsing Dæma",
331
+ "examples": "Dæmi|Atburðarásir",
332
+ "given": "*|Ef",
333
+ "when": "*|Þegar",
334
+ "then": "*|Þá",
335
+ "and": "*|Og",
336
+ "but": "*|En"
337
+ },
338
+ "it": {
339
+ "name": "Italian",
340
+ "native": "italiano",
341
+ "feature": "Funzionalità",
342
+ "background": "Contesto",
343
+ "scenario": "Scenario",
344
+ "scenario_outline": "Schema dello scenario",
345
+ "examples": "Esempi",
346
+ "given": "*|Dato|Data|Dati|Date",
347
+ "when": "*|Quando",
348
+ "then": "*|Allora",
349
+ "and": "*|E",
350
+ "but": "*|Ma"
351
+ },
352
+ "ja": {
353
+ "name": "Japanese",
354
+ "native": "日本語",
355
+ "feature": "フィーチャ|機能",
356
+ "background": "背景",
357
+ "scenario": "シナリオ",
358
+ "scenario_outline": "シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ",
359
+ "examples": "例|サンプル",
360
+ "given": "*|前提<",
361
+ "when": "*|もし<",
362
+ "then": "*|ならば<",
363
+ "and": "*|かつ<",
364
+ "but": "*|しかし<|但し<|ただし<"
365
+ },
366
+ "ko": {
367
+ "name": "Korean",
368
+ "native": "한국어",
369
+ "background": "배경",
370
+ "feature": "기능",
371
+ "scenario": "시나리오",
372
+ "scenario_outline": "시나리오 개요",
373
+ "examples": "예",
374
+ "given": "*|조건<|먼저<",
375
+ "when": "*|만일<|만약<",
376
+ "then": "*|그러면<",
377
+ "and": "*|그리고<",
378
+ "but": "*|하지만<|단<"
379
+ },
380
+ "lt": {
381
+ "name": "Lithuanian",
382
+ "native": "lietuvių kalba",
383
+ "feature": "Savybė",
384
+ "background": "Kontekstas",
385
+ "scenario": "Scenarijus",
386
+ "scenario_outline": "Scenarijaus šablonas",
387
+ "examples": "Pavyzdžiai|Scenarijai|Variantai",
388
+ "given": "*|Duota",
389
+ "when": "*|Kai",
390
+ "then": "*|Tada",
391
+ "and": "*|Ir",
392
+ "but": "*|Bet"
393
+ },
394
+ "lu": {
395
+ "name": "Luxemburgish",
396
+ "native": "Lëtzebuergesch",
397
+ "feature": "Funktionalitéit",
398
+ "background": "Hannergrond",
399
+ "scenario": "Szenario",
400
+ "scenario_outline": "Plang vum Szenario",
401
+ "examples": "Beispiller",
402
+ "given": "*|ugeholl",
403
+ "when": "*|wann",
404
+ "then": "*|dann",
405
+ "and": "*|an|a",
406
+ "but": "*|awer|mä"
407
+ },
408
+ "lv": {
409
+ "name": "Latvian",
410
+ "native": "latviešu",
411
+ "feature": "Funkcionalitāte|Fīča",
412
+ "background": "Konteksts|Situācija",
413
+ "scenario": "Scenārijs",
414
+ "scenario_outline": "Scenārijs pēc parauga",
415
+ "examples": "Piemēri|Paraugs",
416
+ "given": "*|Kad",
417
+ "when": "*|Ja",
418
+ "then": "*|Tad",
419
+ "and": "*|Un",
420
+ "but": "*|Bet"
421
+ },
422
+ "nl": {
423
+ "name": "Dutch",
424
+ "native": "Nederlands",
425
+ "feature": "Functionaliteit",
426
+ "background": "Achtergrond",
427
+ "scenario": "Scenario",
428
+ "scenario_outline": "Abstract Scenario",
429
+ "examples": "Voorbeelden",
430
+ "given": "*|Gegeven|Stel",
431
+ "when": "*|Als",
432
+ "then": "*|Dan",
433
+ "and": "*|En",
434
+ "but": "*|Maar"
435
+ },
436
+ "no": {
437
+ "name": "Norwegian",
438
+ "native": "norsk",
439
+ "feature": "Egenskap",
440
+ "background": "Bakgrunn",
441
+ "scenario": "Scenario",
442
+ "scenario_outline": "Scenariomal|Abstrakt Scenario",
443
+ "examples": "Eksempler",
444
+ "given": "*|Gitt",
445
+ "when": "*|Når",
446
+ "then": "*|Så",
447
+ "and": "*|Og",
448
+ "but": "*|Men"
449
+ },
450
+ "pl": {
451
+ "name": "Polish",
452
+ "native": "polski",
453
+ "feature": "Właściwość|Funkcja|Aspekt|Potrzeba biznesowa",
454
+ "background": "Założenia",
455
+ "scenario": "Scenariusz",
456
+ "scenario_outline": "Szablon scenariusza",
457
+ "examples": "Przykłady",
458
+ "given": "*|Zakładając|Mając",
459
+ "when": "*|Jeżeli|Jeśli|Gdy|Kiedy",
460
+ "then": "*|Wtedy",
461
+ "and": "*|Oraz|I",
462
+ "but": "*|Ale"
463
+ },
464
+ "pt": {
465
+ "name": "Portuguese",
466
+ "native": "português",
467
+ "background": "Contexto|Cenário de Fundo|Cenario de Fundo|Fundo",
468
+ "feature": "Funcionalidade|Característica|Caracteristica",
469
+ "scenario": "Cenário|Cenario",
470
+ "scenario_outline": "Esquema do Cenário|Esquema do Cenario|Delineação do Cenário|Delineacao do Cenario",
471
+ "examples": "Exemplos|Cenários|Cenarios",
472
+ "given": "*|Dado|Dada|Dados|Dadas",
473
+ "when": "*|Quando",
474
+ "then": "*|Então|Entao",
475
+ "and": "*|E",
476
+ "but": "*|Mas"
477
+ },
478
+ "ro": {
479
+ "name": "Romanian",
480
+ "native": "română",
481
+ "background": "Context",
482
+ "feature": "Functionalitate|Funcționalitate|Funcţionalitate",
483
+ "scenario": "Scenariu",
484
+ "scenario_outline": "Structura scenariu|Structură scenariu",
485
+ "examples": "Exemple",
486
+ "given": "*|Date fiind|Dat fiind|Dati fiind|Dați fiind|Daţi fiind",
487
+ "when": "*|Cand|Când",
488
+ "then": "*|Atunci",
489
+ "and": "*|Si|Și|Şi",
490
+ "but": "*|Dar"
491
+ },
492
+ "ru": {
493
+ "name": "Russian",
494
+ "native": "русский",
495
+ "feature": "Функция|Функционал|Свойство",
496
+ "background": "Предыстория|Контекст",
497
+ "scenario": "Сценарий",
498
+ "scenario_outline": "Структура сценария",
499
+ "examples": "Примеры",
500
+ "given": "*|Допустим|Дано|Пусть",
501
+ "when": "*|Если|Когда",
502
+ "then": "*|То|Тогда",
503
+ "and": "*|И|К тому же|Также",
504
+ "but": "*|Но|А"
505
+ },
506
+ "sv": {
507
+ "name": "Swedish",
508
+ "native": "Svenska",
509
+ "feature": "Egenskap",
510
+ "background": "Bakgrund",
511
+ "scenario": "Scenario",
512
+ "scenario_outline": "Abstrakt Scenario|Scenariomall",
513
+ "examples": "Exempel",
514
+ "given": "*|Givet",
515
+ "when": "*|När",
516
+ "then": "*|Så",
517
+ "and": "*|Och",
518
+ "but": "*|Men"
519
+ },
520
+ "sk": {
521
+ "name": "Slovak",
522
+ "native": "Slovensky",
523
+ "feature": "Požiadavka",
524
+ "background": "Pozadie",
525
+ "scenario": "Scenár",
526
+ "scenario_outline": "Náčrt Scenáru",
527
+ "examples": "Príklady",
528
+ "given": "*|Pokiaľ",
529
+ "when": "*|Keď",
530
+ "then": "*|Tak",
531
+ "and": "*|A",
532
+ "but": "*|Ale"
533
+ },
534
+ "sr-Latn": {
535
+ "name": "Serbian (Latin)",
536
+ "native": "Srpski (Latinica)",
537
+ "feature": "Funkcionalnost|Mogućnost|Mogucnost|Osobina",
538
+ "background": "Kontekst|Osnova|Pozadina",
539
+ "scenario": "Scenario|Primer",
540
+ "scenario_outline": "Struktura scenarija|Skica|Koncept",
541
+ "examples": "Primeri|Scenariji",
542
+ "given": "*|Zadato|Zadate|Zatati",
543
+ "when": "*|Kada|Kad",
544
+ "then": "*|Onda",
545
+ "and": "*|I",
546
+ "but": "*|Ali"
547
+ },
548
+ "sr-Cyrl": {
549
+ "name": "Serbian",
550
+ "native": "Српски",
551
+ "feature": "Функционалност|Могућност|Особина",
552
+ "background": "Контекст|Основа|Позадина",
553
+ "scenario": "Сценарио|Пример",
554
+ "scenario_outline": "Структура сценарија|Скица|Концепт",
555
+ "examples": "Примери|Сценарији",
556
+ "given": "*|Задато|Задате|Задати",
557
+ "when": "*|Када|Кад",
558
+ "then": "*|Онда",
559
+ "and": "*|И",
560
+ "but": "*|Али"
561
+ },
562
+ "tr": {
563
+ "name": "Turkish",
564
+ "native": "Türkçe",
565
+ "feature": "Özellik",
566
+ "background": "Geçmiş",
567
+ "scenario": "Senaryo",
568
+ "scenario_outline": "Senaryo taslağı",
569
+ "examples": "Örnekler",
570
+ "given": "*|Diyelim ki",
571
+ "when": "*|Eğer ki",
572
+ "then": "*|O zaman",
573
+ "and": "*|Ve",
574
+ "but": "*|Fakat|Ama"
575
+ },
576
+ "uk": {
577
+ "name": "Ukrainian",
578
+ "native": "Українська",
579
+ "feature": "Функціонал",
580
+ "background": "Передумова",
581
+ "scenario": "Сценарій",
582
+ "scenario_outline": "Структура сценарію",
583
+ "examples": "Приклади",
584
+ "given": "*|Припустимо|Припустимо, що|Нехай|Дано",
585
+ "when": "*|Якщо|Коли",
586
+ "then": "*|То|Тоді",
587
+ "and": "*|І|А також|Та",
588
+ "but": "*|Але"
589
+ },
590
+ "uz": {
591
+ "name": "Uzbek",
592
+ "native": "Узбекча",
593
+ "feature": "Функционал",
594
+ "background": "Тарих",
595
+ "scenario": "Сценарий",
596
+ "scenario_outline": "Сценарий структураси",
597
+ "examples": "Мисоллар",
598
+ "given": "*|Агар",
599
+ "when": "*|Агар",
600
+ "then": "*|Унда",
601
+ "and": "*|Ва",
602
+ "but": "*|Лекин|Бирок|Аммо"
603
+ },
604
+ "vi": {
605
+ "name": "Vietnamese",
606
+ "native": "Tiếng Việt",
607
+ "feature": "Tính năng",
608
+ "background": "Bối cảnh",
609
+ "scenario": "Tình huống|Kịch bản",
610
+ "scenario_outline": "Khung tình huống|Khung kịch bản",
611
+ "examples": "Dữ liệu",
612
+ "given": "*|Biết|Cho",
613
+ "when": "*|Khi",
614
+ "then": "*|Thì",
615
+ "and": "*|Và",
616
+ "but": "*|Nhưng"
617
+ },
618
+ "zh-CN": {
619
+ "name": "Chinese simplified",
620
+ "native": "简体中文",
621
+ "feature": "功能",
622
+ "background": "背景",
623
+ "scenario": "场景|剧本",
624
+ "scenario_outline": "场景大纲|剧本大纲",
625
+ "examples": "例子",
626
+ "given": "*|假如<|假设<|假定<",
627
+ "when": "*|当<",
628
+ "then": "*|那么<",
629
+ "and": "*|而且<|并且<|同时<",
630
+ "but": "*|但是<"
631
+ },
632
+ "zh-TW": {
633
+ "name": "Chinese traditional",
634
+ "native": "繁體中文",
635
+ "feature": "功能",
636
+ "background": "背景",
637
+ "scenario": "場景|劇本",
638
+ "scenario_outline": "場景大綱|劇本大綱",
639
+ "examples": "例子",
640
+ "given": "*|假如<|假設<|假定<",
641
+ "when": "*|當<",
642
+ "then": "*|那麼<",
643
+ "and": "*|而且<|並且<|同時<",
644
+ "but": "*|但是<"
645
+ }
646
+ }