Skip to content

Commit d8cc266

Browse files
committed
Support Ruby hash format
1 parent 2036eab commit d8cc266

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

translations/de/try_ruby_280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: EN
33
title: Bist du hart?
4-
answer: :mediocre
4+
answer: :mediocre|mediocre:
55
load: books = {"Gravitys Rainbow" => :splendid, "The deep end" => :abysmal, "Living colors" => :mediocre, "Bumblebees" => :mediocre}
66
ok: Toll, wow! Du hast eine Übersicht über deine Bewertungen erstellt
77
error:

translations/en/try_ruby_280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: EN
33
title: Are You Harsh?
4-
answer: :mediocre
4+
answer: :mediocre|mediocre:
55
load: books = {"Gravitys Rainbow" => :splendid, "The deep end" => :abysmal, "Living colors" => :mediocre, "Bumblebees" => :mediocre}
66
ok: Great, wow! You've made a scorecard of your ratings
77
error:

translations/es/try_ruby_280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: ES
33
title: ¿Eres severo?
4-
answer: :mediocre
4+
answer: :mediocre|mediocre:
55
load: libros = {"El Arco Iris de Gravedad" => :esplendido, "El fin profundo" => :abismal, "Colores vivientes" => :mediocre, "Abejorros" => :mediocre}
66
ok: ¡Genial! Has hecho un marcador de puntuaciones.
77
error:

translations/ja/try_ruby_280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: JA
33
title: 辛辣な書評をつけてしまった?
4-
answer: :mediocre
4+
answer: :mediocre|mediocre:
55
load: books = {"Gravitys Rainbow" => :splendid, "The deep end" => :abysmal, "Living colors" => :mediocre, "Bumblebees" => :mediocre}
66
ok: やった!すごいです。評価のスコアカードを作成しました
77
error:

translations/mk/try_ruby_280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: MK
33
title: Дали си строг при оценувањето на книгите?
4-
answer: :mediocre
4+
answer: :mediocre|mediocre:
55
load: books = {"Gravitys Rainbow" => :splendid, "The deep end" => :abysmal, "Living colors" => :mediocre, "Bumblebees" => :mediocre}
66
ok: Одлично, браво! Ти само што направи карта со твои оцени.
77
error:

translations/pt-br/try_ruby_280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: PT-BR
33
title: Você é Áspero (Harsh)?
4-
answer: :mediocre
4+
answer: :mediocre|mediocre:
55
load: livros = {"O Arco-Íris da Gravidade" => :esplendido, "Até o Fim" => :lixo, "Cores Vivas" => :mediocre, "Bumblebees" => :mediocre}
66
ok: Ótimo, wow! Você fez um scorecard das suas análises.
77
error:

translations/ru/try_ruby_280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: RU
33
title: А ты суров?
4-
answer: :mediocre
4+
answer: :mediocre|mediocre:
55
load: books = {"Война и мир" => :splendid, "Отцы и дети" => :abysmal, "Идиот" => :mediocre, "Евгений Онегин" => :amazing}
66
ok: Отлично, круто! Вы создали таблицу своих оценок
77
---

translations/tr/try_ruby_280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: TR
33
title: Sert Misin?
4-
answer: :mediocre
4+
answer: :mediocre|mediocre:
55
load: books = {"Gravitys Rainbow" => :splendid, "The deep end" => :abysmal, "Living colors" => :mediocre, "Bumblebees" => :mediocre}
66
ok: Süper, vay! Değerlendirmelerinin bir puan kardını oluşturdun
77
error:

translations/ua/try_ruby_280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: UA
33
title: Ти суворий критик?
4-
answer: :mediocre
4+
answer: :mediocre|mediocre:
55
load: books = {"Фарбований Лис" => :splendid, "Сутінки. Сага." => :abysmal, "Хоббіт" => :mediocre, "Голодні ігри" => :mediocre}
66
ok: Ти створив свій власний рейтинг книжок
77
error:

translations/zh/try_ruby_280.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lang: ZH
33
title: 你标准很高?
4-
answer: :mediocre
4+
answer: :mediocre|mediocre:
55
load: books = {"Gravitys Rainbow" => :splendid, "The deep end" => :abysmal, "Living colors" => :mediocre, "Bumblebees" => :mediocre}
66
ok: 不错,你已经为你的书评做了一个评分卡了
77
error:

0 commit comments

Comments
 (0)