# HG changeset patch # User Private # Date 2020-02-12 13:44:58 # Node ID e0879d6b542d993f2a7e68450e03ee203f2739a5 # Parent 3db6f3de1f1c83d6307c8f4fb596d9a0e7e20b37 i18n: updated translation for Russian Currently translated at 100.0% (1087 of 1087 strings) diff --git a/kallithea/i18n/ru/LC_MESSAGES/kallithea.po b/kallithea/i18n/ru/LC_MESSAGES/kallithea.po --- a/kallithea/i18n/ru/LC_MESSAGES/kallithea.po +++ b/kallithea/i18n/ru/LC_MESSAGES/kallithea.po @@ -791,6 +791,13 @@ msgstr "" msgid "SSH key is missing" msgstr "Отсутствует ключ SSH" +msgid "" +"Incorrect SSH key - it must have both a key type and a base64 part, like " +"'ssh-rsa ASRNeaZu4FA...xlJp='" +msgstr "" +"Некорректный ключ SSH — должен присутствовать тип ключа и код base64, " +"например 'ssh-rsa ASRNeaZu4FA...xlJp='" + msgid "Incorrect SSH key - it must start with 'ssh-(rsa|dss|ed25519)'" msgstr "" "Некорректный ключ SSH — он должен начинаться с 'ssh-(rsa|dss|ed25519)'" @@ -1069,6 +1076,9 @@ msgstr "Ошибка ключа SSH %r: %s" msgid "SSH key %s is already used by %s" msgstr "Ключ SSH %s уже используется пользователем %s" +msgid "SSH key with fingerprint %r found" +msgstr "Найден ключ SSH с отпечатком %r" + msgid "New user registration" msgstr "Регистрация нового пользователя"