i18n.yml 14 KB

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