Skip to content

chore(fe): update Russian translations#3871

Open
sea-snake-translation-bot wants to merge 1 commit into
dfinity:mainfrom
sea-snake-translation-bot:chore/translate-ru
Open

chore(fe): update Russian translations#3871
sea-snake-translation-bot wants to merge 1 commit into
dfinity:mainfrom
sea-snake-translation-bot:chore/translate-ru

Conversation

@sea-snake-translation-bot
Copy link
Copy Markdown
Contributor

New translations were missing for `ru`. This PR adds the missing translations.

Changes

  • Translated missing entries in `src/frontend/src/lib/locales/ru.po`

@sea-snake-translation-bot sea-snake-translation-bot requested a review from a team as a code owner May 8, 2026 21:43
Copilot AI review requested due to automatic review settings May 8, 2026 21:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to update the Russian (ru) frontend translations by adding missing entries in the Lingui .po catalog.

Changes:

  • Added a new Russian translation entry for an SSO/domain timeout message.
  • Replaced one SSO-related error msgid with a different msgid and Russian translation.
  • Removed two existing SSO-related msgid entries from ru.po.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +34 to +36
msgid "{domainInput} took too long to respond. Try again in a moment."
msgstr "{domainInput} слишком долго не отвечал. Повторите попытку через мгновение."

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review. I ran npm run extract to verify — {domainInput} took too long to respond. Try again in a moment. is a valid new source string that was added to the source code. The extract command confirms it belongs in ru.po (and adds it to en.po and all other locale catalogs as well). The Russian translation in this PR is correct and no changes are needed.

Comment on lines +283 to +284
msgid "Couldn't load SSO settings from {domainInput}. Ask your SSO admin to check that /.well-known/ii-openid-configuration is reachable."
msgstr "Не удалось загрузить настройки SSO с {domainInput}. Попросите администратора SSO проверить, доступен ли /.well-known/ii-openid-configuration."
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review. I ran npm run extract to verify — Couldn't reach {domainInput}. Check the spelling and your network. has been removed from the source code and replaced with Couldn't load SSO settings from {domainInput}. Ask your SSO admin to check that /.well-known/ii-openid-configuration is reachable. The extract command confirms this source-level change, and the PR correctly reflects it with a Russian translation. No fix is needed.

@@ -881,9 +884,6 @@ msgstr "Время сессии истекло"
msgid "Set as default sign-in"
msgstr "Установить как вход по умолчанию"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review. I ran npm run extract to verify — Several SSO sign-ins are in flight already. Wait a moment. has been removed from the source code entirely. The PR correctly omits it from ru.po. No fix is needed.

@@ -1083,9 +1083,6 @@ msgstr "Чтобы продолжить:"
msgid "To finish setting up your passkey, follow the instructions shown on your <0>new device</0>."
msgstr "Чтобы завершить настройку вашего ключа доступа, следуйте инструкциям, показанным на вашем <0>новом устройстве</0>."

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review. I ran npm run extract to verify — Too many recent attempts for {domainInput}. Wait a few minutes. has been removed from the source code entirely. The PR correctly omits it from ru.po. No fix is needed.

@sea-snake-translation-bot
Copy link
Copy Markdown
Contributor Author

Thanks for the automated PR overview, @copilot-pull-request-reviewer! The summary is accurate — this PR adds the new SSO/domain timeout message, updates one SSO error message to match the changed source string, and removes two entries that were deleted from the source. All four of your inline review comments have been addressed in the thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants