/usr/share/pyshared/freshen/languages.yml is in python-freshen 0.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 | # encoding: UTF-8
# We use the codes here (prefer 2 letters when possible)
# http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes
#
# If you want several aliases for a keyword, just separate them
# with a | character. Make sure there are no ambiguities in the
# keywords.
#
"en":
name: English
native: English
encoding: UTF-8
feature: Feature
background: Background
scenario: Scenario
scenario_outline: Scenario Outline
examples: Examples
given: Given
when: When
then: Then
and: And
but: But
use_step_defs: Using step definitions from|Using steps
space_after_keyword: true
# Please help us keeping the languages below uptodate. The parsers for a language
# that is missing a keyword will expect the English word until the missing word(s)
# are added.
#
# Please keep the grammars in alphabetical order by name from here and down.
"ar":
name: Arabic
native: العربية
encoding: UTF-8
feature: خاصية
background: الخلفية
scenario: سيناريو
scenario_outline: سيناريو مخطط
examples: امثلة
given: بفرض
when: متى|عندما
then: اذاً|ثم
and: و
but: لكن
space_after_keyword: true
"bg":
name: Bulgarian
native: български
encoding: UTF-8
feature: Функционалност
background: Предистория
scenario: Сценарий
scenario_outline: Рамка на сценарий
examples: Примери
given: Дадено
when: Когато
then: То
and: И
but: Но
space_after_keyword: true
"cat":
name: Catalan
native: català
encoding: UTF-8
background: Rerefons|Antecedents
feature: Característica
scenario: Escenari
scenario_outline: Esquema de l\'escenari
examples: Exemples
given: Donat|Donada
when: Quan
then: Aleshores
and: I
but: Però
space_after_keyword: true
"cy":
name: Welsh
native: Cymraeg
encoding: UTF-8
feature: Arwedd
scenario: Scenario
examples: Enghreifftiau
given: anrhegedig a
when: Pryd
then: Yna
and: A
but: Ond
space_after_keyword: true
"cz":
name: Czech
native: Česky
encoding: UTF-8
feature: Požadavek
background: Pozadí|Kontext
scenario: Scénář
scenario_outline: Náčrt Scénáře|Osnova scénáře
examples: Příklady
given: Pokud
when: Když
then: Pak
and: A|A také
but: Ale
space_after_keyword: true
"da":
name: Danish
native: dansk
encoding: UTF-8
feature: Egenskab
background: Baggrund
scenario: Scenarie
scenario_outline: Abstrakt Scenario
examples: Eksempler
given: Givet
when: Når
then: Så
and: Og
but: Men
space_after_keyword: true
"de":
name: German
native: Deutsch
encoding: UTF-8
feature: Funktionalität
background: Grundlage
scenario: Szenario
scenario_outline: Szenariogrundriss
examples: Beispiele
given: Gegeben sei
when: Wenn
then: Dann
and: Und
but: Aber
space_after_keyword: true
"en-au":
name: Australian
native: Australian
encoding: UTF-8
feature: Crikey
background: Background
scenario: Mate
scenario_outline: Blokes
examples: Cobber
given: Ya know how
when: When
then: Ya gotta
and: N
but: Cept
space_after_keyword: true
"en-lol":
name: LOLCAT
native: LOLCAT
encoding: UTF-8
feature: OH HAI
background: B4
scenario: MISHUN
scenario_outline: MISHUN SRSLY
examples: EXAMPLZ
given: I CAN HAZ
when: WEN
then: DEN
and: AN
but: BUT
space_after_keyword: true
"en-tx":
name: Texan
native: Texan
encoding: UTF-8
feature: Feature
background: Background
scenario: Scenario
scenario_outline: All y\'all
examples: Examples
given: Given y\'all
when: When y\'all
then: Then y\'all
and: And y\'all
but: But y\'all
space_after_keyword: true
"es":
name: Spanish
native: español
encoding: UTF-8
background: Antecedentes
feature: Característica
scenario: Escenario
scenario_outline: Esquema del escenario
examples: Ejemplos
given: Dado
when: Cuando
then: Entonces
and: Y
but: Pero
space_after_keyword: true
"et":
name: Estonian
native: eesti keel
encoding: UTF-8
feature: Omadus
background: Taust
scenario: Stsenaarium
scenario_outline: Raamstsenaarium
examples: Juhtumid
given: Eeldades
when: Kui
then: Siis
and: Ja
but: Kuid
space_after_keyword: true
"fi":
name: Finnish
native: suomi
encoding: UTF-8
feature: Ominaisuus
background: Tausta
scenario: Tapaus
scenario_outline: Tapausaihio
examples: Tapaukset
given: Oletetaan
when: Kun
then: Niin
and: Ja
but: Mutta
space_after_keyword: true
"fr":
name: French
native: français
encoding: UTF-8
feature: Fonctionnalité
background: Contexte
scenario: Scénario
scenario_outline: Plan du Scénario
examples: Exemples
given: Soit
when: Lorsque
then: Alors
and: Et
but: Mais
use_step_defs: En utilisant les étapes|En utilisant les définitions d'étapes de
space_after_keyword: true
"he":
name: Hebrew
native: עברית
encoding: UTF-8
feature: תכונה
background: רקע
scenario: תרחיש
scenario_outline: תבנית תרחיש
examples: דוגמאות
given: בהינתן
when: כאשר
then: אז|אזי
and: וגם
but: אבל
space_after_keyword: true
"hr":
name: Croatian
native: hrvatski
encoding: UTF-8
feature: Osobina|Mogućnost|Mogucnost
background: Pozadina
scenario: Scenarij
scenario_outline: Skica|Koncept
examples: Primjeri|Scenariji
given: Zadan|Zadani|Zadano
when: Kada|Kad
then: Onda
and: I
but: Ali
space_after_keyword: true
"hu":
name: Hungarian
native: magyar
encoding: UTF-8
feature: Jellemző
background: Háttér
scenario: Forgatókönyv
scenario_outline: Forgatókönyv vázlat
examples: Példák
given: Ha
when: Majd
then: Akkor
and: És
but: De
space_after_keyword: true
"id":
name: Indonesian
native: Bahasa Indonesia
encoding: UTF-8
feature: Fitur
background: Dasar
scenario: Skenario
scenario_outline: Skenario konsep
examples: Contoh
given: Dengan
when: Ketika
then: Maka
and: Dan
but: Tapi
space_after_keyword: true
"it":
name: Italian
native: italiano
encoding: UTF-8
feature: Funzionalità
background: Contesto
scenario: Scenario
scenario_outline: Schema dello scenario
examples: Esempi
given: Dato
when: Quando
then: Allora
and: E
but: Ma
space_after_keyword: true
"ja":
name: Japanese
native: 日本語
encoding: UTF-8
feature: フィーチャ|機能
background: 背景
scenario: シナリオ
scenario_outline: シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ
examples: 例|サンプル
given: 前提
when: もし
then: ならば
and: かつ
but: しかし|但し
space_after_keyword: false
"ko":
name: Korean
native: 한국어
encoding: UTF-8
background: 배경
feature: 기능
scenario: 시나리오
scenario_outline: 시나리오 개요
examples: 예
given: 조건
when: 만일
then: 그러면
and: 그리고
but: 하지만
space_after_keyword: false
"lt":
name: Lithuanian
native: lietuvių kalba
encoding: UTF-8
feature: Savybė
background: Kontekstas
scenario: Scenarijus
scenario_outline: Scenarijaus šablonas
examples: Pavyzdžiai|Scenarijai|Variantai
given: Duota
when: Kai
then: Tada
and: Ir
but: Bet
space_after_keyword: true
"lv":
name: Latvian
native: latviešu
encoding: UTF-8
feature: Funkcionalitāte|Fīča
background: Konteksts|Situācija
scenario: Scenārijs
scenario_outline: Scenārijs pēc parauga
examples: Piemēri|Paraugs
given: Kad
when: Ja
then: Tad
and: Un
but: Bet
space_after_keyword: true
"nl":
name: Dutch
native: Nederlands
encoding: UTF-8
feature: Functionaliteit
background: Achtergrond
scenario: Scenario
scenario_outline: Abstract Scenario
examples: Voorbeelden
given: Gegeven
when: Als
then: Dan
and: En
but: Maar
space_after_keyword: true
"no":
name: Norwegian
native: norsk
encoding: UTF-8
feature: Egenskap
background: Bakgrunn
scenario: Scenario
scenario_outline: Abstrakt Scenario
examples: Eksempler
given: Gitt
when: Når
then: Så
and: Og
but: Men
space_after_keyword: true
"pl":
name: Polish
native: polski
encoding: UTF-8
feature: Właściwość
background: Założenia
scenario: Scenariusz
scenario_outline: Szablon scenariusza
examples: Przykłady
given: Zakładając
when: Jeżeli
then: Wtedy
and: Oraz
but: Ale
space_after_keyword: true
"pt":
name: Portuguese
native: português
encoding: UTF-8
background: Contexto
feature: Funcionalidade
scenario: Cenário|Cenario
scenario_outline: Esquema do Cenário|Esquema do Cenario
examples: Exemplos
given: Dado
when: Quando
then: Então|Entao
and: E
but: Mas
use_step_defs: Usar definições de passos de|Usar definições de passos
space_after_keyword: true
"ro":
name: Romanian
native: română
encoding: UTF-8
feature: Functionalitate
scenario: Scenariu
given: Daca
when: Cand
then: Atunci
and: Si
but: Dar
space_after_keyword: true
"ro2":
name: Romanian (diacritical)
native: română (diacritical)
encoding: UTF-8
feature: Funcționalitate
scenario: Scenariu
given: Dacă
when: Când
then: Atunci
and: Și
but: Dar
space_after_keyword: true
"ru":
name: Russian
native: русский
encoding: UTF-8
feature: Функционал
background: Предыстория
scenario: Сценарий
scenario_outline: Структура сценария
examples: Значения
given: Допустим
when: Если
then: То
and: И|К тому же
but: Но|А
space_after_keyword: true
"se":
name: Swedish
native: Svenska
encoding: UTF-8
feature: Egenskap
background: Bakgrund
scenario: Scenario
scenario_outline: Abstrakt Scenario
examples: Exempel
given: Givet
when: När
then: Så
and: Och
but: Men
space_after_keyword: true
"sk":
name: Slovak
native: Slovensky
encoding: UTF-8
feature: Požiadavka
background: Pozadie
scenario: Scenár
scenario_outline: Náčrt Scenáru
examples: Príklady
given: Pokiaľ
when: Keď
then: Tak
and: A
but: Ale
space_after_keyword: true
"uz":
name: Uzbek
native: Узбекча
encoding: UTF-8
feature: Функционал
background: Тарих
scenario: Сценарий
scenario_outline: Сценарий структураси
examples: Мисоллар
given: Агар
when: Агар
then: Унда
and: Ва
but: Лекин|Бирок|Аммо
"vi":
name: Vietnamese
native: Tiếng Việt
encoding: UTF-8
feature: Tính năng
background: Bối cảnh
scenario: Tình huống|Kịch bản
scenario_outline: Khung tình huống|Khung kịch bản
examples: Dữ liệu
given: Biết|Cho
when: Khi
then: Thì
and: Và
but: Nhưng
space_after_keyword: true
"zh-CN":
name: Chinese simplified
native: 简体中文
encoding: UTF-8
feature: 功能
background: 背景
scenario: 场景
scenario_outline: 场景大纲
examples: 例子
given: 假如
when: 当
then: 那么
and: 而且
but: 但是
space_after_keyword: false
"zh-TW":
name: Chinese traditional
native: 繁體中文
encoding: UTF-8
feature: 功能
background: 背景
scenario: 場景|劇本
scenario_outline: 場景大綱|劇本大綱
examples: 例子
given: 假設
when: 當
then: 那麼
and: 而且|並且
but: 但是
space_after_keyword: false
|