Skip to content

Instantly share code, notes, and snippets.

@korgx9
Created December 5, 2016 09:17
Show Gist options
  • Save korgx9/4bf16b5573d337233cdd62d11ff949f1 to your computer and use it in GitHub Desktop.
Save korgx9/4bf16b5573d337233cdd62d11ff949f1 to your computer and use it in GitHub Desktop.
static let BodyType: [String: String] = [
"sedan": "Седан",
"touring": "Универсал",
"hatchback": "Хетчбэк",
"compartment": "Купе",
"limousine": "Лимузин",
"minivan": "Минивэн",
"hardtop": "Хардтоп",
"town_car": "Таун-кар",
"combi": "Комби",
"liftback": "Лифтбэк",
"fastback": "Фастбэк",
"cabriolet": "Кабриолет",
"roadster": "Родстер",
"phaeton": "Фаэтон",
"landau": "Ландо",
"brougham": "Брогам",
"targa": "Тарга",
"spider": "Спайдер",
"shutingbreyk": "Шутингбрейк",
"pickup": "Пикап",
"van": "Фургон"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment