diff --git a/lib/l10n/intl_ru.arb b/lib/l10n/intl_ru.arb index adb3afa2..007828cf 100644 --- a/lib/l10n/intl_ru.arb +++ b/lib/l10n/intl_ru.arb @@ -2121,5 +2121,101 @@ "@noPublicRoomsFound": { "type": "text", "placeholders": {} + }, + "clearText": "Очистить текст", + "@clearText": { + "type": "text", + "placeholders": {} + }, + "userUnknownVerification": "У пользователя неизвестный статус верификации", + "@userUnknownVerification": { + "type": "text", + "placeholders": {} + }, + "wipeChatBackup": "Удалить резервную копию чата, чтобы создать новый ключ безопасности?", + "@wipeChatBackup": { + "type": "text", + "placeholders": {} + }, + "fontSize": "Размер шрифта", + "@fontSize": { + "type": "text", + "placeholders": {} + }, + "userNotVerified": "Пользователь не проверен", + "@userNotVerified": { + "type": "text", + "placeholders": {} + }, + "userVerified": "Пользователь проверен", + "@userVerified": { + "type": "text", + "placeholders": {} + }, + "audioPlayerPlay": "Играть", + "@audioPlayerPlay": { + "type": "text", + "placeholders": {} + }, + "audioPlayerPause": "Пауза", + "@audioPlayerPause": { + "type": "text", + "placeholders": {} + }, + "chatBackupDescription": "Резервная копия чата защищена ключом безопасности. Пожалуйста, не потеряйте его.", + "@chatBackupDescription": { + "type": "text", + "placeholders": {} + }, + "pleaseEnterSecurityKey": "Пожалуйста, введите свой ключ безопасности", + "@pleaseEnterSecurityKey": { + "type": "text", + "placeholders": {} + }, + "transferFromAnotherDevice": "Перенос с другого устройства", + "@transferFromAnotherDevice": { + "type": "text", + "placeholders": {} + }, + "everythingReady": "Всё готово!", + "@everythingReady": { + "type": "text", + "placeholders": {} + }, + "securityKeyLost": "Ключ безопасности потерян?", + "@securityKeyLost": { + "type": "text", + "placeholders": {} + }, + "chatBackup": "Резервное копирование чата", + "@chatBackup": { + "type": "text", + "placeholders": {} + }, + "copyToClipboard": "Скопировать в буфер обмена", + "@copyToClipboard": { + "type": "text", + "placeholders": {} + }, + "securityKey": "Ключ безопасности", + "@securityKey": { + "type": "text", + "placeholders": {} + }, + "badServerLoginTypesException": "Домашний сервер поддерживает следующие типы входа в систему:\n{serverVersions}\nНо это приложение поддерживает только:\n{supportedVersions}", + "@badServerLoginTypesException": { + "type": "text", + "placeholders": { + "serverVersions": {}, + "supportedVersions": {} + } + }, + "badServerVersionsException": "Домашний сервер поддерживает версии:\n{serverVersions}\nНо это приложение поддерживает только {supportedVersions}", + "@badServerVersionsException": { + "type": "text", + "placeholders": { + "serverVersions": {}, + "supportedVersions": {} + } } }