Skip to content

Commit 49a7364

Browse files
authored
Translate pages in the download section into Russian (#3841)
* Translate Ruby Releases (ru) * Translate 'Ruby Maintenance Branches' (ru) * Translate 'Mirror Sites' (ru) * Update links on download pages to local pages (ru)
1 parent 6f15f6a commit 49a7364

File tree

4 files changed

+59
-59
lines changed

4 files changed

+59
-59
lines changed

ru/downloads/branches/index.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
---
22
layout: page
3-
title: "Ruby Maintenance Branches"
3+
title: "Ветки поддержки Ruby"
44
lang: ru
55
---
66

7-
This page lists the current maintenance status of the various Ruby branches.
7+
На этой странице представлен текущий статус поддержки различных веток Ruby.
88
{: .summary}
99

10-
For more information about specific releases see the
11-
[Releases page](../releases/).
10+
Для получения дополнительной информации о конкретных релизах смотрите
11+
[страницу релизов](../releases/).
1212

13-
This is a preliminary list of Ruby branches and their maintenance status.
14-
The shown dates are inferred from the English versions of release posts
15-
or EOL announcements.
13+
Это предварительный список веток Ruby и их статусов поддержки.
14+
Указанные даты взяты из английских версий постов о релизах
15+
или объявлений о завершении поддержки (EOL).
1616

17-
The Ruby branches or release series are categorized below into
18-
the following phases:
17+
Ветки или серии релизов Ruby разделены ниже на
18+
следующие фазы:
1919

20-
* **normal maintenance** (bug fix):
21-
Branch receives general bug fixes and security fixes.
22-
* **security maintenance** (security fix):
23-
Only security fixes are backported to this branch.
24-
* **eol** (end-of-life):
25-
Branch is not supported by the ruby-core team any longer and does
26-
not receive any fixes. No further patch release will be released.
20+
* **обычная поддержка** (исправление ошибок):
21+
Ветка получает общие исправления ошибок и исправления безопасности.
22+
* **поддержка безопасности** (исправления безопасности):
23+
В эту ветку переносятся только исправления безопасности.
24+
* **eol** (завершение поддержки):
25+
Ветка больше не поддерживается командой ruby-core и не получает
26+
никаких исправлений. Новые патч-релизы больше не будут выпускаться.
2727

2828
{% include branches-timeline.html %}
2929

3030
{% for branch in site.data.branches %}
3131
### Ruby {{ branch.name }}
3232

33-
status: {{ branch.status }}<br>
34-
release date: {{ branch.date }}<br>
35-
normal maintenance until: {% if branch.security_maintenance_date %}{{ branch.security_maintenance_date }}{% else %}TBD{% endif %}<br>
36-
EOL: {% if branch.eol_date %}{{ branch.eol_date }}{% else %}{% if branch.expected_eol_date %}{{ branch.expected_eol_date }} (expected){% else %}TBD{% endif %}{% endif %}
33+
статус: {{ branch.status }}<br>
34+
дата релиза: {{ branch.date }}<br>
35+
обычная поддержка до: {% if branch.security_maintenance_date %}{{ branch.security_maintenance_date }}{% else %}TBD{% endif %}<br>
36+
EOL: {% if branch.eol_date %}{{ branch.eol_date }}{% else %}{% if branch.expected_eol_date %}{{ branch.expected_eol_date }} (ожидается){% else %}TBD{% endif %}{% endif %}
3737

3838
{% endfor %}

ru/downloads/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ lang: ru
6868
в частности, про старые или предварительные релизы,
6969
обратитесь к [странице со списком релизов][releases].
7070
Информацию о текущем состоянии поддержки различных веток Ruby
71-
можно найти на [странице ветвей][branches].
71+
можно найти на [странице веток][branches].
7272

7373
Информацию про Ruby-репозитории Subversion и Git, пожалуйста,
7474
посмотрите на странице о [ядре Ruby](/ru/community/ruby-core/).
@@ -82,9 +82,9 @@ lang: ru
8282

8383
[license]: {{ site.license.url }}
8484
[installation]: /ru/documentation/installation/
85-
[releases]: /en/downloads/releases/
86-
[branches]: /en/downloads/branches/
87-
[mirrors]: /en/downloads/mirrors/
85+
[releases]: /ru/downloads/releases/
86+
[branches]: /ru/downloads/branches/
87+
[mirrors]: /ru/downloads/mirrors/
8888
[rvm]: http://rvm.io/
8989
[rbenv]: https://github.com/rbenv/rbenv
9090
[rubyinstaller]: https://rubyinstaller.org/

ru/downloads/mirrors/index.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
---
22
layout: page
3-
title: "Mirror Sites"
3+
title: "Зеркала"
44
lang: ru
55
---
66

77
{% comment %}
88
Not to be translated. Link to this page (/en/downloads/mirrors/) instead.
99
{% endcomment %}
1010

11-
The Ruby source is available from a worldwide set of mirror sites.
12-
Please try to use a mirror that is near you.
11+
Исходный код Ruby доступен на множестве зеркал по всему миру.
12+
Пожалуйста, старайтесь использовать зеркало, которое находится ближе к вам.
1313
{: .summary}
1414

15-
### Mirror sites via HTTP
16-
15+
### Зеркала через HTTP
1716
* [CDN][mirror-https-cdn] (fastly.com)
18-
* [Japan][mirror-http-jp-ring] (RingServer)
19-
* [Holland][mirror-http-nl] (XS4ALL) - only release packages
20-
* [France][mirror-http-fr] (cyberbits.eu)
21-
* [China 2][mirror-http-cn2] (Ruby China)
22-
* [South Korea][mirror-http-kr] (Korea FreeBSD Users Group)
17+
* [Япония][mirror-http-jp-ring] (RingServer)
18+
* [Нидерланды][mirror-http-nl] (XS4ALL) — только пакеты релизов
19+
* [Франция][mirror-http-fr] (cyberbits.eu)
20+
* [Китай 2][mirror-http-cn2] (Ruby China)
21+
* [Южная Корея][mirror-http-kr] (Korea FreeBSD Users Group)
2322

24-
### Mirror sites via FTP
23+
### Зеркала через FTP
2524

26-
* [Japan][mirror-ftp-jp-ring] (RingServer)
27-
* [Japan 3][mirror-ftp-jp3] (IIJ)
28-
* [South Korea][mirror-ftp-kr] (Korea FreeBSD Users Group)
29-
* [Germany][mirror-ftp-de] (FU Berlin)
30-
* [Greece][mirror-ftp-gr] (ntua.gr)
25+
* [Япония][mirror-ftp-jp-ring] (RingServer)
26+
* [Япония 3][mirror-ftp-jp3] (IIJ)
27+
* [Южная Корея][mirror-ftp-kr] (Korea FreeBSD Users Group)
28+
* [Германия][mirror-ftp-de] (FU Berlin)
29+
* [Греция][mirror-ftp-gr] (ntua.gr)
3130

32-
### Mirror sites via rsync
31+
### Зеркала через rsync
3332

34-
* [France][mirror-rsync-fr] (cyberbits.eu)
35-
* [South Korea][mirror-rsync-kr] (Korea FreeBSD Users Group)
33+
* [Франция][mirror-rsync-fr] (cyberbits.eu)
34+
* [Южная Корея][mirror-rsync-kr] (Korea FreeBSD Users Group)
3635

36+
[mirror-https-cdn]: https://cache.ruby-lang.org/pub/ruby/
3737
[mirror-https-cdn]: https://cache.ruby-lang.org/pub/ruby/
3838
[mirror-http-jp-ring]: http://www.ring.gr.jp/pub/lang/ruby/
3939
[mirror-http-nl]: http://www.xs4all.nl/~hipster/lib/mirror/ruby/

ru/downloads/releases/index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
---
22
layout: page
3-
title: "Ruby Releases"
3+
title: "Релизы Ruby"
44
lang: ru
55
---
66

7-
This page lists individual Ruby releases.
7+
На этой странице перечислены отдельные релизы Ruby.
88
{: .summary}
99

10-
For information about the current maintenance status of the various
11-
Ruby branches see the
12-
[Branches page](../branches/).
10+
Информацию о текущем статусе поддержки различных
11+
веток Ruby смотрите на
12+
[странице веток](../branches/).
1313

14-
### Ruby releases by version number
14+
### Релизы Ruby по номеру версии
1515

16-
This is a list of Ruby releases.
17-
The shown dates correspond to the publication dates of the
18-
English versions of release posts and may differ from the
19-
actual creation dates of the source tarballs.
16+
Это список релизов Ruby.
17+
Указанные даты соответствуют датам публикации
18+
английских версий постов о релизах и могут отличаться от
19+
фактических дат создания архивов с исходным кодом.
2020

2121
<table class="release-list">
2222
<tr>
23-
<th>Release Version</th>
24-
<th>Release Date</th>
25-
<th>Download URL</th>
26-
<th>Release Notes</th>
23+
<th>Версия релиза</th>
24+
<th>Дата релиза</th>
25+
<th>Ссылка для скачивания</th>
26+
<th>Заметки о релизе</th>
2727
</tr>
2828
{% assign releases = site.data.releases | reverse | sort: "date" | reverse %}
2929
{% for release in releases %}
3030
<tr>
3131
<td>Ruby {{ release.version }}</td>
3232
<td>{{ release.date }}</td>
33-
<td><a href="{{ release.url.gz }}">download</a></td>
34-
<td><a href="{{ release.post }}">more...</a></td>
33+
<td><a href="{{ release.url.gz }}">скачать</a></td>
34+
<td><a href="{{ release.post | localize_post_url: page.lang }}">подробнее...</a></td>
3535
</tr>{% endfor %}
3636
</table>

0 commit comments

Comments
 (0)