From 1c20ad9d0f4cd7b9d3a9dfdab14d4a868218c2cd Mon Sep 17 00:00:00 2001 From: insolor Date: Mon, 18 Jan 2021 12:40:43 +0300 Subject: [PATCH] Fix Russain translation for "In" and "Out" --- notebook/i18n/ru_RU/LC_MESSAGES/nbjs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebook/i18n/ru_RU/LC_MESSAGES/nbjs.po b/notebook/i18n/ru_RU/LC_MESSAGES/nbjs.po index e3292aaa1..644d2e18b 100644 --- a/notebook/i18n/ru_RU/LC_MESSAGES/nbjs.po +++ b/notebook/i18n/ru_RU/LC_MESSAGES/nbjs.po @@ -753,7 +753,7 @@ msgstr "Невозможно выполнить ячейку, так как яд #: notebook/static/notebook/js/codecell.js:472 msgid "In" -msgstr "В" +msgstr "Ввод" #: notebook/static/notebook/js/kernelselector.js:269 #, python-format @@ -1329,7 +1329,7 @@ msgstr "" #: notebook/static/notebook/js/outputarea.js:468 #, python-format msgid "Out[%d]:" -msgstr "Выход[%d]:" +msgstr "Вывод[%d]:" #: notebook/static/notebook/js/outputarea.js:577 #, python-format