rainbow test sentence across languages/scripts
Browse files- README.md +79 -0
- data.jsonl +54 -0
- flat.json +57 -0
README.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
language:
|
| 4 |
+
- af
|
| 5 |
+
- am
|
| 6 |
+
- ar
|
| 7 |
+
- be
|
| 8 |
+
- bg
|
| 9 |
+
- bn
|
| 10 |
+
- ca
|
| 11 |
+
- cs
|
| 12 |
+
- cy
|
| 13 |
+
- da
|
| 14 |
+
- de
|
| 15 |
+
- el
|
| 16 |
+
- en
|
| 17 |
+
- es
|
| 18 |
+
- et
|
| 19 |
+
- eu
|
| 20 |
+
- fa
|
| 21 |
+
- fi
|
| 22 |
+
- fr
|
| 23 |
+
- ga
|
| 24 |
+
- gl
|
| 25 |
+
- he
|
| 26 |
+
- hi
|
| 27 |
+
- hr
|
| 28 |
+
- hu
|
| 29 |
+
- id
|
| 30 |
+
- is
|
| 31 |
+
- it
|
| 32 |
+
- ja
|
| 33 |
+
- ko
|
| 34 |
+
- lt
|
| 35 |
+
- lv
|
| 36 |
+
- mk
|
| 37 |
+
- ms
|
| 38 |
+
- nb
|
| 39 |
+
- nl
|
| 40 |
+
- pl
|
| 41 |
+
- pt
|
| 42 |
+
- ro
|
| 43 |
+
- ru
|
| 44 |
+
- sk
|
| 45 |
+
- sl
|
| 46 |
+
- sq
|
| 47 |
+
- sr
|
| 48 |
+
- sv
|
| 49 |
+
- sw
|
| 50 |
+
- th
|
| 51 |
+
- tl
|
| 52 |
+
- tr
|
| 53 |
+
- uk
|
| 54 |
+
- ur
|
| 55 |
+
- vi
|
| 56 |
+
- zh
|
| 57 |
+
tags: [tts, text-to-speech, evaluation, multilingual]
|
| 58 |
+
pretty_name: TTS Test Sentence
|
| 59 |
+
size_categories: [n<1K]
|
| 60 |
+
---
|
| 61 |
+
|
| 62 |
+
# tts-test-sentence
|
| 63 |
+
|
| 64 |
+
One canonical **TTS test sentence** — the *rainbow sentence* — translated across
|
| 65 |
+
languages and scripts, for quickly sanity-checking multilingual text-to-speech
|
| 66 |
+
voices (does the voice produce intelligible speech in its language?).
|
| 67 |
+
|
| 68 |
+
**English source:** *After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it.*
|
| 69 |
+
|
| 70 |
+
Each row: `lang` (BCP-47), `language` (name), `script` (ISO-15924), `text`
|
| 71 |
+
(native translation), `source_en`. Some languages appear in multiple scripts
|
| 72 |
+
(e.g. Serbian: `sr-Cyrl` / `sr-Latn`).
|
| 73 |
+
|
| 74 |
+
```python
|
| 75 |
+
from datasets import load_dataset
|
| 76 |
+
ds = load_dataset("OpenVoiceOS/tts-test-sentence", split="train")
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
Contributions of additional languages/scripts welcome.
|
data.jsonl
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"lang": "en", "language": "English", "script": "Latn", "text": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 2 |
+
{"lang": "es", "language": "Spanish", "script": "Latn", "text": "Después de la lluvia, un arcoíris de colores apareció en el cielo, y los niños salieron a mirarlo.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 3 |
+
{"lang": "pt", "language": "Portuguese", "script": "Latn", "text": "Depois da chuva, um arco-íris colorido apareceu no céu, e as crianças saíram para olhá-lo.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 4 |
+
{"lang": "fr", "language": "French", "script": "Latn", "text": "Après la pluie, un arc-en-ciel coloré est apparu dans le ciel, et les enfants sont sortis pour le regarder.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 5 |
+
{"lang": "de", "language": "German", "script": "Latn", "text": "Nach dem Regen erschien ein bunter Regenbogen am Himmel, und die Kinder gingen nach draußen, um ihn anzusehen.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 6 |
+
{"lang": "it", "language": "Italian", "script": "Latn", "text": "Dopo la pioggia, un arcobaleno colorato apparve nel cielo, e i bambini uscirono a guardarlo.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 7 |
+
{"lang": "nl", "language": "Dutch", "script": "Latn", "text": "Na de regen verscheen een kleurrijke regenboog aan de hemel, en de kinderen gingen naar buiten om ernaar te kijken.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 8 |
+
{"lang": "ca", "language": "Catalan", "script": "Latn", "text": "Després de la pluja, un arc de Sant Martí ple de colors va aparèixer al cel, i els nens van sortir a mirar-lo.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 9 |
+
{"lang": "gl", "language": "Galician", "script": "Latn", "text": "Despois da chuvia, un arco da vella cheo de cores apareceu no ceo, e os nenos saíron a miralo.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 10 |
+
{"lang": "eu", "language": "Basque", "script": "Latn", "text": "Euria egin ondoren, ortzadar koloretsu bat agertu zen zeruan, eta haurrak kanpora atera ziren hura ikustera.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 11 |
+
{"lang": "ro", "language": "Romanian", "script": "Latn", "text": "După ploaie, un curcubeu colorat a apărut pe cer, iar copiii au ieșit afară să se uite la el.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 12 |
+
{"lang": "pl", "language": "Polish", "script": "Latn", "text": "Po deszczu na niebie pojawiła się kolorowa tęcza, a dzieci wyszły na zewnątrz, żeby na nią popatrzeć.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 13 |
+
{"lang": "cs", "language": "Czech", "script": "Latn", "text": "Po dešti se na obloze objevila barevná duha a děti vyšly ven, aby se na ni podívaly.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 14 |
+
{"lang": "sk", "language": "Slovak", "script": "Latn", "text": "Po daždi sa na oblohe objavila farebná dúha a deti vyšli von, aby sa na ňu pozreli.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 15 |
+
{"lang": "hu", "language": "Hungarian", "script": "Latn", "text": "Az eső után színes szivárvány jelent meg az égen, és a gyerekek kimentek, hogy megnézzék.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 16 |
+
{"lang": "hr", "language": "Croatian", "script": "Latn", "text": "Nakon kiše na nebu se pojavila šarena duga, a djeca su izašla van da je pogledaju.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 17 |
+
{"lang": "sl", "language": "Slovenian", "script": "Latn", "text": "Po dežju se je na nebu pojavila pisana mavrica in otroci so šli ven, da bi jo pogledali.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 18 |
+
{"lang": "sv", "language": "Swedish", "script": "Latn", "text": "Efter regnet dök en färgglad regnbåge upp på himlen, och barnen gick ut för att titta på den.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 19 |
+
{"lang": "da", "language": "Danish", "script": "Latn", "text": "Efter regnen kom en farverig regnbue til syne på himlen, og børnene gik udenfor for at se på den.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 20 |
+
{"lang": "nb", "language": "Norwegian Bokmål", "script": "Latn", "text": "Etter regnet dukket en fargerik regnbue opp på himmelen, og barna gikk ut for å se på den.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 21 |
+
{"lang": "fi", "language": "Finnish", "script": "Latn", "text": "Sateen jälkeen taivaalle ilmestyi värikäs sateenkaari, ja lapset menivät ulos katsomaan sitä.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 22 |
+
{"lang": "et", "language": "Estonian", "script": "Latn", "text": "Pärast vihma ilmus taevasse värviline vikerkaar ja lapsed läksid õue seda vaatama.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 23 |
+
{"lang": "lv", "language": "Latvian", "script": "Latn", "text": "Pēc lietus debesīs parādījās krāsaina varavīksne, un bērni izgāja ārā, lai to apskatītu.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 24 |
+
{"lang": "lt", "language": "Lithuanian", "script": "Latn", "text": "Po lietaus danguje pasirodė spalvinga vaivorykštė, ir vaikai išėjo į lauką jos pasižiūrėti.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 25 |
+
{"lang": "is", "language": "Icelandic", "script": "Latn", "text": "Eftir rigninguna birtist litríkur regnbogi á himninum og börnin fóru út til að horfa á hann.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 26 |
+
{"lang": "ga", "language": "Irish", "script": "Latn", "text": "Tar éis na báistí, tháinig tuar ceatha daite sa spéir, agus chuaigh na páistí amach chun féachaint air.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 27 |
+
{"lang": "cy", "language": "Welsh", "script": "Latn", "text": "Ar ôl y glaw, ymddangosodd enfys liwgar yn yr awyr, ac aeth y plant allan i edrych arni.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 28 |
+
{"lang": "af", "language": "Afrikaans", "script": "Latn", "text": "Na die reën het 'n kleurvolle reënboog in die lug verskyn, en die kinders het buitentoe gegaan om daarna te kyk.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 29 |
+
{"lang": "tr", "language": "Turkish", "script": "Latn", "text": "Yağmurdan sonra gökyüzünde renkli bir gökkuşağı belirdi ve çocuklar onu izlemek için dışarı çıktı.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 30 |
+
{"lang": "sq", "language": "Albanian", "script": "Latn", "text": "Pas shiut, një ylber shumëngjyrësh u shfaq në qiell, dhe fëmijët dolën jashtë për ta parë.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 31 |
+
{"lang": "vi", "language": "Vietnamese", "script": "Latn", "text": "Sau cơn mưa, một cầu vồng nhiều màu sắc xuất hiện trên bầu trời, và bọn trẻ chạy ra ngoài để ngắm nó.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 32 |
+
{"lang": "id", "language": "Indonesian", "script": "Latn", "text": "Setelah hujan, pelangi warna-warni muncul di langit, dan anak-anak keluar untuk melihatnya.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 33 |
+
{"lang": "ms", "language": "Malay", "script": "Latn", "text": "Selepas hujan, pelangi berwarna-warni muncul di langit, dan kanak-kanak keluar untuk melihatnya.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 34 |
+
{"lang": "tl", "language": "Tagalog", "script": "Latn", "text": "Pagkatapos ng ulan, isang makukulay na bahaghari ang lumitaw sa langit, at ang mga bata ay lumabas upang tingnan ito.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 35 |
+
{"lang": "sw", "language": "Swahili", "script": "Latn", "text": "Baada ya mvua, upinde wa mvua wenye rangi ulitokea angani, na watoto wakatoka nje kuutazama.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 36 |
+
{"lang": "ru", "language": "Russian", "script": "Cyrl", "text": "После дождя на небе появилась разноцветная радуга, и дети вышли на улицу, чтобы посмотреть на неё.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 37 |
+
{"lang": "uk", "language": "Ukrainian", "script": "Cyrl", "text": "Після дощу на небі з'явилася різнокольорова веселка, і діти вийшли надвір, щоб подивитися на неї.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 38 |
+
{"lang": "bg", "language": "Bulgarian", "script": "Cyrl", "text": "След дъжда на небето се появи цветна дъга, и децата излязоха навън да я гледат.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 39 |
+
{"lang": "sr-Cyrl", "language": "Serbian", "script": "Cyrl", "text": "После кише на небу се појавила шарена дуга, и деца су изашла напоље да је гледају.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 40 |
+
{"lang": "sr-Latn", "language": "Serbian", "script": "Latn", "text": "Posle kiše na nebu se pojavila šarena duga, i deca su izašla napolje da je gledaju.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 41 |
+
{"lang": "mk", "language": "Macedonian", "script": "Cyrl", "text": "По дождот на небото се појави шарено виножито, и децата излегоа надвор да го гледаат.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 42 |
+
{"lang": "be", "language": "Belarusian", "script": "Cyrl", "text": "Пасля дажджу на небе з'явілася рознакаляровая вясёлка, і дзеці выйшлі на вуліцу, каб паглядзець на яе.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 43 |
+
{"lang": "el", "language": "Greek", "script": "Grek", "text": "Μετά τη βροχή, ένα πολύχρωμο ουράνιο τόξο εμφανίστηκε στον ουρανό, και τα παιδιά βγήκαν έξω να το κοιτάξουν.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 44 |
+
{"lang": "he", "language": "Hebrew", "script": "Hebr", "text": "אחרי הגשם הופיעה בשמיים קשת צבעונית, והילדים יצאו החוצה כדי להסתכל עליה.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 45 |
+
{"lang": "ar", "language": "Arabic", "script": "Arab", "text": "بعد المطر، ظهر قوس قزح ملوّن في السماء، وخرج الأطفال لمشاهدته.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 46 |
+
{"lang": "fa", "language": "Persian", "script": "Arab", "text": "بعد از باران، رنگینکمانی رنگارنگ در آسمان پدیدار شد و کودکان برای تماشای آن بیرون رفتند.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 47 |
+
{"lang": "ur", "language": "Urdu", "script": "Arab", "text": "بارش کے بعد آسمان پر ایک رنگین قوسِ قزح نمودار ہوئی، اور بچے اسے دیکھنے کے لیے باہر نکلے۔", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 48 |
+
{"lang": "hi", "language": "Hindi", "script": "Deva", "text": "बारिश के बाद आसमान में एक रंगीन इंद्रधनुष दिखाई दिया, और बच्चे उसे देखने के लिए बाहर गए।", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 49 |
+
{"lang": "bn", "language": "Bengali", "script": "Beng", "text": "বৃষ্টির পরে আকাশে একটি রঙিন রংধনু দেখা দিল, এবং শিশুরা সেটি দেখতে বাইরে গেল।", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 50 |
+
{"lang": "zh", "language": "Chinese (Mandarin)", "script": "Hans", "text": "雨过之后,天空中出现了一道五彩的彩虹,孩子们都跑到外面去看它。", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 51 |
+
{"lang": "ja", "language": "Japanese", "script": "Jpan", "text": "雨のあと、空に色とりどりの虹が現���、子どもたちはそれを見に外へ出ました。", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 52 |
+
{"lang": "ko", "language": "Korean", "script": "Hang", "text": "비가 그친 뒤 하늘에 알록달록한 무지개가 나타났고, 아이들은 그것을 보러 밖으로 나갔습니다.", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 53 |
+
{"lang": "th", "language": "Thai", "script": "Thai", "text": "หลังจากฝนหยุดตก รุ้งหลากสีก็ปรากฏขึ้นบนท้องฟ้า และเด็ก ๆ ก็ออกไปข้างนอกเพื่อดูมัน", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
| 54 |
+
{"lang": "am", "language": "Amharic", "script": "Ethi", "text": "ከዝናቡ በኋላ በሰማይ ላይ ቀለማማ ቀስተ ደመና ታየ፣ ልጆችም ሊያዩት ወደ ውጭ ወጡ።", "source_en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it."}
|
flat.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"en": "After the rain, a colorful rainbow appeared in the sky, and the children went outside to look at it.",
|
| 3 |
+
"es": "Después de la lluvia, un arcoíris de colores apareció en el cielo, y los niños salieron a mirarlo.",
|
| 4 |
+
"pt": "Depois da chuva, um arco-íris colorido apareceu no céu, e as crianças saíram para olhá-lo.",
|
| 5 |
+
"fr": "Après la pluie, un arc-en-ciel coloré est apparu dans le ciel, et les enfants sont sortis pour le regarder.",
|
| 6 |
+
"de": "Nach dem Regen erschien ein bunter Regenbogen am Himmel, und die Kinder gingen nach draußen, um ihn anzusehen.",
|
| 7 |
+
"it": "Dopo la pioggia, un arcobaleno colorato apparve nel cielo, e i bambini uscirono a guardarlo.",
|
| 8 |
+
"nl": "Na de regen verscheen een kleurrijke regenboog aan de hemel, en de kinderen gingen naar buiten om ernaar te kijken.",
|
| 9 |
+
"ca": "Després de la pluja, un arc de Sant Martí ple de colors va aparèixer al cel, i els nens van sortir a mirar-lo.",
|
| 10 |
+
"gl": "Despois da chuvia, un arco da vella cheo de cores apareceu no ceo, e os nenos saíron a miralo.",
|
| 11 |
+
"eu": "Euria egin ondoren, ortzadar koloretsu bat agertu zen zeruan, eta haurrak kanpora atera ziren hura ikustera.",
|
| 12 |
+
"ro": "După ploaie, un curcubeu colorat a apărut pe cer, iar copiii au ieșit afară să se uite la el.",
|
| 13 |
+
"pl": "Po deszczu na niebie pojawiła się kolorowa tęcza, a dzieci wyszły na zewnątrz, żeby na nią popatrzeć.",
|
| 14 |
+
"cs": "Po dešti se na obloze objevila barevná duha a děti vyšly ven, aby se na ni podívaly.",
|
| 15 |
+
"sk": "Po daždi sa na oblohe objavila farebná dúha a deti vyšli von, aby sa na ňu pozreli.",
|
| 16 |
+
"hu": "Az eső után színes szivárvány jelent meg az égen, és a gyerekek kimentek, hogy megnézzék.",
|
| 17 |
+
"hr": "Nakon kiše na nebu se pojavila šarena duga, a djeca su izašla van da je pogledaju.",
|
| 18 |
+
"sl": "Po dežju se je na nebu pojavila pisana mavrica in otroci so šli ven, da bi jo pogledali.",
|
| 19 |
+
"sv": "Efter regnet dök en färgglad regnbåge upp på himlen, och barnen gick ut för att titta på den.",
|
| 20 |
+
"da": "Efter regnen kom en farverig regnbue til syne på himlen, og børnene gik udenfor for at se på den.",
|
| 21 |
+
"nb": "Etter regnet dukket en fargerik regnbue opp på himmelen, og barna gikk ut for å se på den.",
|
| 22 |
+
"fi": "Sateen jälkeen taivaalle ilmestyi värikäs sateenkaari, ja lapset menivät ulos katsomaan sitä.",
|
| 23 |
+
"et": "Pärast vihma ilmus taevasse värviline vikerkaar ja lapsed läksid õue seda vaatama.",
|
| 24 |
+
"lv": "Pēc lietus debesīs parādījās krāsaina varavīksne, un bērni izgāja ārā, lai to apskatītu.",
|
| 25 |
+
"lt": "Po lietaus danguje pasirodė spalvinga vaivorykštė, ir vaikai išėjo į lauką jos pasižiūrėti.",
|
| 26 |
+
"is": "Eftir rigninguna birtist litríkur regnbogi á himninum og börnin fóru út til að horfa á hann.",
|
| 27 |
+
"ga": "Tar éis na báistí, tháinig tuar ceatha daite sa spéir, agus chuaigh na páistí amach chun féachaint air.",
|
| 28 |
+
"cy": "Ar ôl y glaw, ymddangosodd enfys liwgar yn yr awyr, ac aeth y plant allan i edrych arni.",
|
| 29 |
+
"af": "Na die reën het 'n kleurvolle reënboog in die lug verskyn, en die kinders het buitentoe gegaan om daarna te kyk.",
|
| 30 |
+
"tr": "Yağmurdan sonra gökyüzünde renkli bir gökkuşağı belirdi ve çocuklar onu izlemek için dışarı çıktı.",
|
| 31 |
+
"sq": "Pas shiut, një ylber shumëngjyrësh u shfaq në qiell, dhe fëmijët dolën jashtë për ta parë.",
|
| 32 |
+
"vi": "Sau cơn mưa, một cầu vồng nhiều màu sắc xuất hiện trên bầu trời, và bọn trẻ chạy ra ngoài để ngắm nó.",
|
| 33 |
+
"id": "Setelah hujan, pelangi warna-warni muncul di langit, dan anak-anak keluar untuk melihatnya.",
|
| 34 |
+
"ms": "Selepas hujan, pelangi berwarna-warni muncul di langit, dan kanak-kanak keluar untuk melihatnya.",
|
| 35 |
+
"tl": "Pagkatapos ng ulan, isang makukulay na bahaghari ang lumitaw sa langit, at ang mga bata ay lumabas upang tingnan ito.",
|
| 36 |
+
"sw": "Baada ya mvua, upinde wa mvua wenye rangi ulitokea angani, na watoto wakatoka nje kuutazama.",
|
| 37 |
+
"ru": "После дождя на небе появилась разноцветная радуга, и дети вышли на улицу, чтобы посмотреть на неё.",
|
| 38 |
+
"uk": "Після дощу на небі з'явилася різнокольорова веселка, і діти вийшли надвір, щоб подивитися на неї.",
|
| 39 |
+
"bg": "След дъжда на небето се появи цветна дъга, и децата излязоха навън да я гледат.",
|
| 40 |
+
"sr-Cyrl": "После кише на небу се појавила шарена дуга, и деца су изашла напоље да је гледају.",
|
| 41 |
+
"sr": "После кише на небу се појавила шарена дуга, и деца су изашла напоље да је гледају.",
|
| 42 |
+
"sr-Latn": "Posle kiše na nebu se pojavila šarena duga, i deca su izašla napolje da je gledaju.",
|
| 43 |
+
"mk": "По дождот на небото се појави шарено виножито, и децата излегоа надвор да го гледаат.",
|
| 44 |
+
"be": "Пасля дажджу на небе з'явілася рознакаляровая вясёлка, і дзеці выйшлі на вуліцу, каб паглядзець на яе.",
|
| 45 |
+
"el": "Μετά τη βροχή, ένα πολύχρωμο ουράνιο τόξο εμφανίστηκε στον ουρανό, και τα παιδιά βγήκαν έξω να το κοιτάξουν.",
|
| 46 |
+
"he": "אחרי הגשם הופיעה בשמיים קשת צבעונית, והילדים יצאו החוצה כדי להסתכל עליה.",
|
| 47 |
+
"ar": "بعد المطر، ظهر قوس قزح ملوّن في السماء، وخرج الأطفال لمشاهدته.",
|
| 48 |
+
"fa": "بعد از باران، رنگینکمانی رنگارنگ در آسمان پدیدار شد و کودکان برای تماشای آن بیرون رفتند.",
|
| 49 |
+
"ur": "بارش کے بعد آسمان پر ایک رنگین قوسِ قزح نمودار ہوئی، اور بچے اسے دیکھنے کے لیے باہر نکلے۔",
|
| 50 |
+
"hi": "बारिश के बाद आसमान में एक रंगीन इंद्रधनुष दिखाई दिया, और बच्चे उसे देखने के लिए बाहर गए।",
|
| 51 |
+
"bn": "বৃষ্টির পরে আকাশে একটি রঙিন রংধনু দেখা দিল, এবং শিশুরা সেটি দেখতে বাইরে গেল।",
|
| 52 |
+
"zh": "雨过之后,天空中出现了一道五彩的彩虹,孩子们都跑到外面去看它。",
|
| 53 |
+
"ja": "雨のあと、空に色とりどりの虹が現れ、子どもたちはそれを見に外へ出ました。",
|
| 54 |
+
"ko": "비가 그친 뒤 하늘에 알록달록한 무지개가 나타났고, 아이들은 그것을 보러 밖으로 나갔습니다.",
|
| 55 |
+
"th": "หลังจากฝนหยุดตก รุ้งหลากสีก็ปรากฏขึ้นบนท้องฟ้า และเด็ก ๆ ก็ออกไปข้างนอกเพื่อดูมัน",
|
| 56 |
+
"am": "ከዝናቡ በኋላ በሰማይ ላይ ቀለማማ ቀስተ ደመና ታየ፣ ልጆችም ሊያዩት ወደ ውጭ ወጡ።"
|
| 57 |
+
}
|