Skip to content

Commit ea14306

Browse files
committed
Update translations
1 parent 6babc83 commit ea14306

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

locale/ru/LC_MESSAGES/getting_started/getting_started_go.po

+15-15
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,10 @@ msgid "Documentation"
419419
msgstr "Документация"
420420

421421
msgid "README with examples, API described in code comments"
422-
msgstr "README с примерами. Описание API в комментариях к коду."
422+
msgstr "README с примерами, описание API в комментариях к коду"
423423

424424
msgid "README with examples, code comments"
425-
msgstr "README с примерами и комментариями к коду"
425+
msgstr "README с примерами, комментарии к коду"
426426

427427
msgid "README with examples"
428428
msgstr "README с примерами"
@@ -437,7 +437,7 @@ msgid "Travis CI"
437437
msgstr "Travis CI"
438438

439439
msgid "GitHub Stars"
440-
msgstr "Звезды GitHub"
440+
msgstr "GitHub-звезды"
441441

442442
msgid "127"
443443
msgstr "127"
@@ -461,7 +461,7 @@ msgid "golangci-lint"
461461
msgstr "golangci-lint"
462462

463463
msgid "Packaging"
464-
msgstr "Формат пакета"
464+
msgstr "Способ упаковки"
465465

466466
msgid "go get"
467467
msgstr "go get"
@@ -470,7 +470,7 @@ msgid "Code coverage"
470470
msgstr "Покрытие кода"
471471

472472
msgid "msgpack driver"
473-
msgstr "драйвер msgpack"
473+
msgstr "Драйвер msgpack"
474474

475475
msgid ""
476476
"`vmihailenco/msgpack/v2 <https://github.com/vmihailenco/msgpack/tree/v2>`_ "
@@ -549,7 +549,7 @@ msgstr ""
549549
"<https://www.tarantool.io/en/doc/latest/book/box/data_model/>`_"
550550

551551
msgid "Yes (with in-built language tools)"
552-
msgstr "Есть (со встроенными инструментами языка)"
552+
msgstr "Есть (встроенными инструментами языка)"
553553

554554
msgid ""
555555
"Yes (decodes to string by default, see `#6 "
@@ -566,7 +566,7 @@ msgstr ""
566566
"<https://www.tarantool.io/en/doc/latest/book/box/data_model/>`_"
567567

568568
msgid "Decimal support"
569-
msgstr "Поддержка типа данных decimal"
569+
msgstr "Поддержка decimal"
570570

571571
msgid "No (`#96 <https://github.com/tarantool/go-tarantool/issues/96>`_)"
572572
msgstr "Нет (`#96 <https://github.com/tarantool/go-tarantool/issues/96>`_)"
@@ -619,11 +619,11 @@ msgid ""
619619
"`IPROTO_ID (feature discovering) "
620620
"<https://github.com/tarantool/tarantool/issues/6253>`_"
621621
msgstr ""
622-
"`IPROTO_ID (поиск поддерживаемых функций) "
622+
"`IPROTO_ID (обнаружение поддерживаемых функций) "
623623
"<https://github.com/tarantool/tarantool/issues/6253>`_"
624624

625625
msgid "`tarantool/crud <https://github.com/tarantool/crud>`_ support"
626-
msgstr "поддержка `tarantool/crud <https://github.com/tarantool/crud>`_"
626+
msgstr "Поддержка `tarantool/crud <https://github.com/tarantool/crud>`_"
627627

628628
msgid "Connection pool"
629629
msgstr "Пул соединений"
@@ -632,7 +632,7 @@ msgid ""
632632
"Yes (round-robin failover, no balancing, master discovering planned in `#113"
633633
" <https://github.com/tarantool/go-tarantool/issues/113>`_)"
634634
msgstr ""
635-
"Есть (циклическое переключение при сбое, без балансировки, алгоритм поиска "
635+
"Есть (циклическое восстановление после сбоев; без балансировки; обнаружение "
636636
"мастера планируется в `#113 <https://github.com/tarantool/go-"
637637
"tarantool/issues/113>`_)"
638638

@@ -673,16 +673,16 @@ msgid "No (`#48 <https://github.com/tarantool/go-tarantool/issues/48>`_)"
673673
msgstr "Нет (`#48 <https://github.com/tarantool/go-tarantool/issues/48>`_)"
674674

675675
msgid "context"
676-
msgstr "контекст"
676+
msgstr "context"
677677

678-
msgid "Miscellanious"
679-
msgstr "Разное"
678+
msgid "Miscellaneous"
679+
msgstr "Прочее"
680680

681681
msgid "Supports `tarantool/queue <https://github.com/tarantool/queue>`_ API"
682682
msgstr "Поддержка API `tarantool/queue <https://github.com/tarantool/queue>`_"
683683

684684
msgid "Can mimic a Tarantool instance (also as replica)"
685-
msgstr "Может имитировать инстанс Tarantool (также как реплика)"
685+
msgstr "Может имитировать экземпляр Tarantool (в том числе реплику)"
686686

687687
msgid "API is experimental and breaking changes may happen"
688-
msgstr "Это экспериментальный API и он может значительно измениться"
688+
msgstr "API коннектора экспериментальный и может значительно измениться"

0 commit comments

Comments
 (0)