Skip to content

Commit

Permalink
fix(localizations): Update translations and fix typos in ru-RU (#4695)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Milewski <[email protected]>
  • Loading branch information
pipisasa and tmilewski authored Dec 5, 2024
1 parent b9a5bea commit e7abe51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-lemons-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Fix localizations and typos in ru-RU.ts
6 changes: 3 additions & 3 deletions packages/localizations/src/ru-RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const ruRU: LocalizationResource = {
navbar: {
description: 'Управлять вашей организацией.',
general: 'Общее',
members: 'Участници',
members: 'Участники',
title: 'Организация',
},
profilePage: {
Expand Down Expand Up @@ -268,10 +268,10 @@ export const ruRU: LocalizationResource = {
organizationSwitcher: {
action__createOrganization: 'Создать организацию',
action__invitationAccept: 'Присоединиться',
action__manageOrganization: 'Управление организацией',
action__manageOrganization: 'Настройки',
action__suggestionsAccept: 'Запрос на присоединение',
notSelected: 'Организация не выбрана',
personalWorkspace: 'Личное рабочее пространство',
personalWorkspace: 'Личный профиль',
suggestionsAcceptedLabel: 'Ожидает одобрения',
},
paginationButton__next: 'Вперед',
Expand Down

0 comments on commit e7abe51

Please sign in to comment.