Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ In order to translate ElevenClock to other languages or to update an old transla
| <img src='https://flagcdn.com/br.svg' width=20> &nbsp; Portuguese (Brazil) | 97% | [gumbarros](https://github.com/gumbarros), [maisondasilva](https://github.com/maisondasilva), [wanderleihuttel](https://github.com/wanderleihuttel) |
| <img src='https://flagcdn.com/pt.svg' width=20> &nbsp; Portuguese (Portugal) | 97% | [jmlcoliveira](https://github.com/jmlcoliveira), Miguel Couto |
| <img src='https://flagcdn.com/ro.svg' width=20> &nbsp; Romanian - Română | 80% | |
| <img src='https://flagcdn.com/ru.svg' width=20> &nbsp; Russian - Русский | 100% | [kira-lappo](https://github.com/kira-lappo), Risen |
| <img src='https://flagcdn.com/ru.svg' width=20> &nbsp; Russian - Русский | 100% | [Denisskas](https://github.com/Denisskas), [kira-lappo](https://github.com/kira-lappo), Risen |
| <img src='https://flagcdn.com/sk.svg' width=20> &nbsp; Slovak - Slovenčina | 28% | [metmanik](https://github.com/metmanik) |
| <img src='https://flagcdn.com/si.svg' width=20> &nbsp; Slovene - Slovenščina | 97% | [rumplin](https://github.com/rumplin) |
| <img src='https://flagcdn.com/rs.svg' width=20> &nbsp; Serbian - Srpski | 18% | Stefan Marjanov |
Expand All @@ -107,7 +107,7 @@ In order to translate ElevenClock to other languages or to update an old transla
| <img src='https://flagcdn.com/cn.svg' width=20> &nbsp; Simplified Chinese (China) | 100% | [BoyceLig](https://github.com/BoyceLig), CnYeSheng, [hlgsdx](https://github.com/hlgsdx), [jmlcoliveira](https://github.com/jmlcoliveira), [sino1641](https://github.com/sino1641), [strombooli](https://github.com/strombooli) |
| <img src='https://flagcdn.com/tw.svg' width=20> &nbsp; Traditional Chinese (Taiwan) | 100% | [BoyceLig](https://github.com/BoyceLig), [CnYeSheng](https://github.com/CnYeSheng), [mmis1000](https://github.com/mmis1000), [SiderealArt](https://github.com/SiderealArt) |

Last updated: Fri Jan 10 01:08:55 2025
Last updated: Sat Jan 11 01:07:25 2025
<!-- END Autogenerated translations -->


Expand Down
2 changes: 1 addition & 1 deletion elevenclock/data/contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"name": "marticliment",
"link": "https://github.com/marticliment",
"contributions": 1832
"contributions": 1834
},
{
"name": "panther7",
Expand Down
4 changes: 4 additions & 0 deletions elevenclock/data/translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@
],
"ro": [],
"ru": [
{
"name": "Denisskas",
"link": "https://github.com/Denisskas"
},
{
"name": "kira-lappo",
"link": "https://github.com/kira-lappo"
Expand Down
6 changes: 3 additions & 3 deletions elevenclock/lang/lang_ru.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"{0} {0} {0} Contributors, please add your names/usernames separated by comas (for credit purposes)": "@kira-lappo,Risen",
"{0} {0} {0} temp": "Перевод на русский: Кирилл (gh://kira-lappo), Иван (Risen)",
"{0} {0} {0} Contributors, please add your names/usernames separated by comas (for credit purposes)": "@kira-lappo, Risen, @Denisskas",
"{0} {0} {0} temp": "Перевод на русский: Кирилл (gh://kira-lappo), Иван (Risen), Денис (gh://Denisskas)",
"10 hours": "10 часов",
"10 minutes": "10 минут",
"1 hour": "1 час",
Expand Down Expand Up @@ -252,7 +252,7 @@
"Use a custom font size": "Сменить размер шрифта",
"Use a custom line height": "Межстрочное расстояние",
"Use the notation {%H+1} to specify offsets. Replace %H with the desired value and +1 for a positive or negative number (+n or -n, respectively, for a <i>n</i> offset), representing the offset.": "Используйте нотацию {%H+1} для показа смещения. Заменти %H желаемым значением и +1 положительным или отрицательным значением смещения.\n",
"Use the notation (%H {sec+1}) on the end of string to specify offset in seconds. For example, to add an hour and view in format HH:MM use (%H:%M {sec+3600}), and to decrease an hour use (%H:%M {sec-3600}).": "Используйте обозначение (%H {sec+1}) в конце строки, чтобы указать смещение в секундах. Например, чтобы добавить час и просмотреть его в формате ЧЧ:ММ, используйте (%Ч:%М {сек+3600}), а чтобы уменьшить время использования (%Ч:%М {сек-3600}).",
"Use the notation (%H {sec+1}) on the end of string to specify offset in seconds. For example, to add an hour and view in format HH:MM use (%H:%M {sec+3600}), and to decrease an hour use (%H:%M {sec-3600}).": "Используйте обозначение (%H {sec+1}) в конце строки, чтобы указать смещение в секундах. Например, чтобы добавить час и просмотреть его в формате ЧЧ:ММ, используйте (%H:%M {sec+3600}), а чтобы уменьшить время использования (%H:%M {sec-3600}).",
"View": "Просмотреть",
"View ElevenClock on GitHub": "Посетить страницу ElevenClock на GitHub",
"View ElevenClock's homepage": "Посетить сайт ElevenClock",
Expand Down
Loading