diff options
Diffstat (limited to 'internal/locale/translations/ru_RU.json')
-rw-r--r-- | internal/locale/translations/ru_RU.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/internal/locale/translations/ru_RU.json b/internal/locale/translations/ru_RU.json index 5e189afd..d0f05f73 100644 --- a/internal/locale/translations/ru_RU.json +++ b/internal/locale/translations/ru_RU.json @@ -182,9 +182,23 @@ "page.settings.unlink_google_account": "Отвязать мой Google аккаунт", "page.settings.link_oidc_account": "Привязать мой OpenID Connect аккаунт", "page.settings.unlink_oidc_account": "Отвязать мой OpenID Connect аккаунт", + "page.settings.webauthn.passkeys": "Passkeys", + "page.settings.webauthn.actions": "Actions", + "page.settings.webauthn.passkey_name": "Passkey Name", + "page.settings.webauthn.added_on": "Added On", + "page.settings.webauthn.last_seen_on": "Last Used", + "page.settings.webauthn.register": "Зарегистрировать пароль", + "page.settings.webauthn.register.error": "Не удается зарегистрировать пароль", + "page.settings.webauthn.delete": [ + "Удалить %d пароль", + "Удалить %d пароля", + "Удалить %d пароля" + ], "page.login.title": "Войти", "page.login.google_signin": "Войти с помощью Google", "page.login.oidc_signin": "Войти с помощью OpenID Connect", + "page.login.webauthn_login": "Войти с паролем", + "page.login.webauthn_login.error": "Невозможно войти с паролем", "page.integrations.title": "Интеграции", "page.integration.miniflux_api": "Miniflux API", "page.integration.miniflux_api_endpoint": "Конечная точка API", @@ -212,6 +226,7 @@ "page.offline.title": "Автономный режим", "page.offline.message": "Нет соединения", "page.offline.refresh_page": "Попробуйте обновить страницу", + "page.webauthn_rename.title": "Rename Passkey", "alert.no_shared_entry": "Общедоступные статьи отсутствуют.", "alert.no_bookmark": "Избранное отсутствует.", "alert.no_category": "Категории отсутствуют.", @@ -470,4 +485,4 @@ "error.feed_not_found": "This feed does not exist or does not belong to this user.", "error.unable_to_detect_rssbridge": "Unable to detect feed using RSS-Bridge: %v.", "error.feed_format_not_detected": "Unable to detect feed format: %v." -} +}
\ No newline at end of file |