diff --git a/lib/.translations.py.swp b/lib/.translations.py.swp new file mode 100644 index 0000000..584ade9 Binary files /dev/null and b/lib/.translations.py.swp differ diff --git a/lib/translations.py b/lib/translations.py index d25253c..bd1122b 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -24,14 +24,17 @@ We were unable to find your location, so we have brought you to Oymyakon, one of the coldest permanently inhabited locales on the planet. """, - 'cs': u""" Nepodařilo se nám najít vaši polohu, takže jsme vás přivedl do Ojmjakonu. Je to jedno z nejchladnějších trvale obydlených míst na planetě. Doufáme, že budete mít lepší počasí! """, - + 'cy': u""" +Ni darganfyddwyd eich lleoliad, +felly rydym wedi dod â chi i Oymyakon, +un o'r llefydd oerach ar y blaned lle mae pobl yn fyw! +""", 'de': u""" Wir konnten Ihren Standort nicht finden, so haben wir Sie nach Oimjakon gebracht, @@ -128,6 +131,7 @@ Umarız sizin olduğunuz yerde havalar daha iyidir! 'UNKNOWN_LOCATION': { 'en': u'Unknown location', 'cs': u'Neznámá poloha', + 'cy': u'Lleoliad anhysbys', 'de': u'Unbekannter Ort', 'el': u'Άνγωστη τοποθεσία', 'fi': u'Tuntematon sijainti', @@ -147,6 +151,7 @@ Umarız sizin olduğunuz yerde havalar daha iyidir! 'LOCATION': { 'en': u'Location', 'cs': u'Poloha', + 'cy': u'Lleoliad', 'de': u'Ort', 'el': u'Τοποθεσία', 'fi': u'Tuntematon sijainti', @@ -164,7 +169,7 @@ Umarız sizin olduğunuz yerde havalar daha iyidir! 'CAPACITY_LIMIT_REACHED': { 'en': u""" -Sorry, we are runnig out of queries to the weather service at the moment. +Sorry, we are running out of queries to the weather service at the moment. Here is the weather report for the default city (just to show you, how it looks like). We will get new queries as soon as possible. You can follow https://twitter.com/igor_chubin for the updates @@ -185,12 +190,14 @@ You can follow https://twitter.com/igor_chubin for the updates 'NEW_FEATURE': { 'en': u'New feature: multilingual location names \033[92mwttr.in/станция+Восток\033[0m (in UTF-8) and location search \033[92mwttr.in/~Kilimanjaro\033[0m (just add ~ before)', + 'cy': u'Nodwedd newydd: enwau lleoliad amlieithog \033[92mwttr.in/станция+Восток\033[0m (yn UTF-8) a chwilio lleoliad \033[92mwttr.in/~Kilimanjaro\033[0m (ychwanegwch ~ yn gyntaf)', 'ru': u'Попробуйте: названия мест на любом языке \033[92mwttr.in/станция+Восток\033[0m (в UTF-8) и поиск мест \033[92mwttr.in/~Kilimanjaro\033[0m (нужно добавить ~ спереди)', 'hy': u'Փորձարկեք: տեղամասերի անունները կամայական լեզվով \033[92mwttr.in/Դիլիջան\033[0m (в UTF-8) և տեղանքի որոնում \033[92mwttr.in/~Kilimanjaro\033[0m (հարկավոր է ~ ավելացնել դիմացից)', }, 'FOLLOW_ME': { 'en': u'Follow \033[46m\033[30m@igor_chubin\033[0m for wttr.in updates \033[4m[new \033[14m7 features\033[4m in the last 3 months]\033[0m', + 'cy': u'Dilyn \033[46m\033[30m@igor_Chubin\033[0m am diweddariadau wttr.in \033[4m 7 nodweddion newydd yn y 3 mis dywethaf\033[0m', 'ru': u'Все новые фичи публикуются здесь: \033[46m\033[30m@igor_chubin\033[0m \033[4m[\033[14mза последние 3 месяца: 7 новых фич\033[4m]\033[0m', 'hy': u'Նոր ֆիչռների համար հետևեք՝ \033[46m\033[30m@igor_chubin\033[0m \033[4m[\033[14mվերջին 3 ամսում: 7 թարմացում\033[4m]\033[0m', },