Skip to content

Commit

Permalink
fix(i18n): new Russian translations
Browse files Browse the repository at this point in the history
Signed-off-by: Berty Assistant <22729528+berty-assistant@users.noreply.github.com>
  • Loading branch information
berty-assistant committed Jun 13, 2022
1 parent 5fe7385 commit 3493552
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions go/localization/locales/ru-RU/localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,42 @@
"auth": {
"services": {
"rpl": {
"name": "",
"description": "",
"name": "Копирование",
"description": "Данная служба автоматически скопирует твои беседы, чтобы обеспечить наиболее эффективную работу устройства.",
"benefitBadge": "Скорость"
},
"psh": {
"name": "Push-уведомления",
"description": "",
"description": "Эта служба позволяет твоему устройству получать push-уведомления о новых сообщениях.",
"benefitBadge": "Скорость"
}
},
"pageTitle": "",
"connectButton_one": "",
"connectButton_other": "",
"pageTitle": "Сервисы Berty",
"connectButton_one": "Использовать сервис",
"connectButton_other": "Использовать выбранные сервисы",
"privacyPolicyLabel": "Политика конфиденциальности"
},
"push": {
"message": {},
"message": {
"title": "Новое сообщение"
},
"error": {
"title": ""
"title": "Ошибка Push-расшифровки"
},
"voiceMessage": {
"bodyWithNumberOfMedia_one": "",
"bodyWithNumberOfMedia_one": "Голосовое сообщение отправлено",
"bodyWithNumberOfMedia_other": ""
},
"gif": {
"bodyWithNumberOfMedia_one": "",
"bodyWithNumberOfMedia_one": "Gif отправлено",
"bodyWithNumberOfMedia_other": ""
},
"photo": {
"bodyWithNumberOfMedia_one": "",
"bodyWithNumberOfMedia_one": "Фото отправлено",
"bodyWithNumberOfMedia_other": ""
},
"media": {
"bodyWithNumberOfMedia_one": "",
"bodyWithNumberOfMedia_one": "Медиа отправлено",
"bodyWithNumberOfMedia_other": ""
},
"reaction": {
Expand All @@ -45,13 +47,13 @@
"bodyWithGroupName": ""
},
"unknown": {
"body": ""
"body": "Что-то новое было получено"
},
"conversationNameChanged": {
"body": ""
"body": "Название чата было обновлено"
},
"memberNameChanged": {
"body": ""
"body": "Отображаемое имя обновлено"
},
"memberPictureChanged": {
"body": ""
Expand Down

0 comments on commit 3493552

Please sign in to comment.