Skip to content

Commit

Permalink
feat(localizations): Add missing ru-RU translations (#2961)
Browse files Browse the repository at this point in the history
* feat(localizations): add translation under user profile delete page

* feat(localizations): add translation under user profile start danger section

* Create big-guests-deny.md

---------

Co-authored-by: Nikos Douvlis <[email protected]>
  • Loading branch information
blackkkout and nikosdouvlis authored Mar 12, 2024
1 parent 13ed9ac commit 08118ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-guests-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Add missing ru-RU translations
14 changes: 7 additions & 7 deletions packages/localizations/src/ru-RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -561,11 +561,11 @@ export const ruRU: LocalizationResource = {
title: 'Добавить подключенный аккаунт',
},
deletePage: {
actionDescription: 'Type "Delete account" below to continue.',
confirm: 'Delete account',
messageLine1: 'Are you sure you want to delete your account?',
messageLine2: 'This action is permanent and irreversible.',
title: 'Delete account',
actionDescription: 'Введите "Удалить аккаунт" ниже, чтобы продолжить.',
confirm: 'Удалить аккаунт',
messageLine1: 'Вы уверены, что хотите удалить свою учетную запись?',
messageLine2: 'Это действие является бессрочным и необратимым.',
title: 'Удалить аккаунт',
},
emailAddressPage: {
emailCode: {
Expand Down Expand Up @@ -700,8 +700,8 @@ export const ruRU: LocalizationResource = {
title: 'Подключенные аккаунты',
},
dangerSection: {
deleteAccountButton: 'Delete Account',
title: 'Account termination',
deleteAccountButton: 'Удалить аккаунт',
title: 'Удаление учетной записи',
},
emailAddressesSection: {
destructiveAction: 'Удалить адрес электронной почты',
Expand Down

0 comments on commit 08118ed

Please sign in to comment.