diff --git a/src/presentation/CMakeLists.txt b/src/presentation/CMakeLists.txt
index c068c9e89..4c14a88f0 100644
--- a/src/presentation/CMakeLists.txt
+++ b/src/presentation/CMakeLists.txt
@@ -19,7 +19,6 @@ set(translation_files
translations/librum_en.ts
translations/librum_de.ts
translations/librum_ru.ts
- translations/librum_it.ts
)
# Translations for the application
diff --git a/src/presentation/LanguageModel.qml b/src/presentation/LanguageModel.qml
index 364bc3760..31c9dc72b 100644
--- a/src/presentation/LanguageModel.qml
+++ b/src/presentation/LanguageModel.qml
@@ -13,8 +13,8 @@ ListModel {
text: "Deutsch"
code: "de"
}
- // ListElement {
- // text: "Русский"
- // code: "ru"
- // }
+ ListElement {
+ text: "Русский"
+ code: "ru"
+ }
}
diff --git a/src/presentation/modules/CustomComponents/MConfirmAccountDeletionPopup.qml b/src/presentation/modules/CustomComponents/MConfirmAccountDeletionPopup.qml
index b12f7496d..ddd67e4e5 100644
--- a/src/presentation/modules/CustomComponents/MConfirmAccountDeletionPopup.qml
+++ b/src/presentation/modules/CustomComponents/MConfirmAccountDeletionPopup.qml
@@ -72,6 +72,8 @@ Popup {
id: infoText
Layout.topMargin: 20
Layout.leftMargin: 52
+ Layout.fillWidth: true
+ wrapMode: Text.WordWrap
textFormat: Text.RichText
text: qsTr("Deleting your account is an irreversible action. Once you delete your account, there is no going back. Please be certain.")
font.pointSize: Fonts.size14
diff --git a/src/presentation/modules/CustomComponents/MDualToggle.qml b/src/presentation/modules/CustomComponents/MDualToggle.qml
index f7fe0899d..78194a66c 100644
--- a/src/presentation/modules/CustomComponents/MDualToggle.qml
+++ b/src/presentation/modules/CustomComponents/MDualToggle.qml
@@ -17,10 +17,16 @@ Item {
property string rightDisplayText: qsTr("Right")
property bool leftSelected: false
property bool rightSelected: true // default
+ property int minWidth: 178
signal toggled(string newSelected)
implicitHeight: 38
- implicitWidth: 178
+ implicitWidth: {
+ let biggestText = Math.max(leftLabel.implicitWidth,
+ rightLabel.implicitWidth)
+
+ return Math.max(minWidth, biggestText * 2 + 42)
+ }
Pane {
id: container
diff --git a/src/presentation/settings/MAppearancePage.qml b/src/presentation/settings/MAppearancePage.qml
index ac47a7dbf..dbb2db224 100644
--- a/src/presentation/settings/MAppearancePage.qml
+++ b/src/presentation/settings/MAppearancePage.qml
@@ -43,10 +43,10 @@ Page {
MButton {
id: resetButton
- Layout.preferredWidth: 160
Layout.preferredHeight: 38
Layout.alignment: Qt.AlignBottom
borderWidth: 0
+ horizontalMargins: 12
backgroundColor: Style.colorBasePurple
text: qsTr("Restore Defaults")
fontSize: Fonts.size12
@@ -212,7 +212,9 @@ Page {
function calculateDefaultIndex() {
let selectedLanguage = AppInfoController.language
for (var i = 0; i < model.count; ++i) {
- if (model.get(i).text === selectedLanguage)
+ if (model.get(i).text.toLowerCase(
+ ) === selectedLanguage.toLowerCase(
+ ))
return i
}
diff --git a/src/presentation/settings/MBehaviorPage.qml b/src/presentation/settings/MBehaviorPage.qml
index 0e9de1b9d..c4023d44c 100644
--- a/src/presentation/settings/MBehaviorPage.qml
+++ b/src/presentation/settings/MBehaviorPage.qml
@@ -129,7 +129,7 @@ MFlickWrapper {
id: hideCursorAfterDelayTitle
Layout.fillWidth: true
Layout.topMargin: 18
- text: "Hide cursor after delay"
+ text: qsTr("Hide cursor after delay")
font.pointSize: Fonts.size13
font.weight: Font.DemiBold
color: Style.colorText
@@ -154,7 +154,7 @@ MFlickWrapper {
}
Text {
- text: "ms"
+ text: qsTr("ms")
font.pointSize: Fonts.size13
font.weight: Font.DemiBold
color: Style.colorText
diff --git a/src/presentation/translations/librum_de.ts b/src/presentation/translations/librum_de.ts
index 8044487bc..876bbb132 100644
--- a/src/presentation/translations/librum_de.ts
+++ b/src/presentation/translations/librum_de.ts
@@ -354,17 +354,17 @@ Wir hoffen, dass du eine tolle Zeit hast! Lass uns doch eine Bewertung da.Sprache
-
+ ReadingLesen
-
+ Page spacingSeiten Abstand
-
+ Display book title in titlebarDen Buchtitel in der Titelleiste anzeigen
@@ -413,22 +413,22 @@ Wir hoffen, dass du eine tolle Zeit hast! Lass uns doch eine Bewertung da.Tauschen
-
+ Default ZoomStandard-Zoom
-
+ HighlightsMarkierungen
-
+ ColorsFarben
-
+ OpacityTransparenz
@@ -457,24 +457,24 @@ Wir hoffen, dass du eine tolle Zeit hast! Lass uns doch eine Bewertung da.Immer sichtbar
-
+ Reset settings?Einstellungen zurücksetzen?
-
+ Resetting your settings is a permanent action, there
will be no way to restore them!Einstellungen zurückzusetzen ist eine endgültige Aktion,
es gibt keine Möglichkeit sie wiederherzustellen!
-
+ No, KeepNein, behalte
-
+ Yes, ResetJa, zurücksetzen
@@ -516,6 +516,16 @@ es gibt keine Möglichkeit sie wiederherzustellen!
Always visibleImmer sichtbar
+
+
+ Hide cursor after delay
+
+
+
+
+ ms
+
+ Reset settings?
@@ -786,32 +796,32 @@ niemand wird es wiederherstellen können!
Bestätige Konto Löschung
-
+ Deleting your account is an irreversible action.<br>Once you delete your account, there is <b>no</b> going back. Please be certain.Das Löschen deines Kontos ist eine endgültige Aktion.<br>Nachdem du dein Konto gelöscht hast, gibt es <b>keinen</b> Weg zurück.
-
+ Your EmailDeine Email
-
+ Confirm the deletion by entering your Account's email.Bestätige die Löschung deines Accounts indem du deine Email eingibst.
-
+ CancelAbbrechen
-
+ DeleteLöschen
-
+ Your email is wrongDeine Email ist falsch
diff --git a/src/presentation/translations/librum_en.ts b/src/presentation/translations/librum_en.ts
index 8b06c72b6..2f0de0dad 100644
--- a/src/presentation/translations/librum_en.ts
+++ b/src/presentation/translations/librum_en.ts
@@ -345,58 +345,58 @@ We hope you have a great time using it! Feel free to leave us a rating and some
-
+ Reading
-
+ Page spacing
-
+ Display book title in titlebar
-
+ Default Zoom
-
+ Highlights
-
+ Colors
-
+ Opacity
-
+ Reset settings?
-
+ Resetting your settings is a permanent action, there
will be no way to restore them!
-
+ No, Keep
-
+ Yes, Reset
@@ -438,6 +438,16 @@ We hope you have a great time using it! Feel free to leave us a rating and some
Always visible
+
+
+ Hide cursor after delay
+
+
+
+
+ ms
+
+ Reset settings?
@@ -688,32 +698,32 @@ Either you are offline, or your storage is full.
-
+ Deleting your account is an irreversible action.<br>Once you delete your account, there is <b>no</b> going back. Please be certain.
-
+ Your Email
-
+ Confirm the deletion by entering your Account's email.
-
+ Cancel
-
+ Delete
-
+ Your email is wrong
diff --git a/src/presentation/translations/librum_ru.ts b/src/presentation/translations/librum_ru.ts
index af49092c4..4ad4a9df4 100644
--- a/src/presentation/translations/librum_ru.ts
+++ b/src/presentation/translations/librum_ru.ts
@@ -6,74 +6,75 @@
About
-
+ СправкаAbout this application
-
+ О программеDetails
-
+ ПодробноCURRENT VERSIONKeep it capitalized
-
+ ТЕКУЩАЯ ВЕРСИЯQT VERSIONKeep it capitalized
-
+ ВЕРСИЯ QTUp-to date
-
+ АктульнаяCreator
-
+ СоздательCOMPANY NAMEKeep it capitalized
-
+ НАЗВАНИЕ КОМПАНИИWEBSITEKeep it capitalized
-
+ ВЕБ-САЙТCONTACTKeep it capitalized
-
+ СвязатьсяGITHUBKeep it capitalized
-
+ GITHUBThis App
-
+ Это приложениеLibrum is here for everyone who just wants to enjoy a good book.
We hope you have a great time using it! Feel free to leave us a rating and some feedback.
-
+ Librum создан для тех, кто просто хочет насладиться хорошей книгой.
+Мы надеемся, что Вы прекрасно проведёте время за нашим приложением! Не стесняйтесь оставлять нам оценки и отзывы.
@@ -82,22 +83,22 @@ We hope you have a great time using it! Feel free to leave us a rating and some
I accept theMake sure to translate the following words together to make a logical sentence
-
+ Я принимаюTerms of Service
-
+ Условия Обслуживанияand the
-
+ иPrivacy Policy
-
+ Политику Конфиденциальности
@@ -105,109 +106,109 @@ We hope you have a great time using it! Feel free to leave us a rating and some
Account
-
+ АккаунтSave
-
+ СохранитьProfile
-
+ ПрофильFirst name
-
+ ИмяLast name
-
+ ФамилияEmail
-
+ ПочтаChange password
-
+ Изменить парольPassword
-
+ ПарольPassword confirmation
-
+ Подтверждение пароляYour data
-
+ Ваши данныеAnalyse your reading to make better recommendations
-
+ Анализировать, что Вы читаете, чтобы выдавать улучшенные рекомендацииAnonymously share information about the books you read to help us improve Librum
-
+ Анонимно делиться информацией о книгах, которые Вы читаете, чтобы помочь нам улучшить LibrumCollect data on crashes so that we can prevent it from happening again
-
+ Собирать данные о вылетах программы, чтобы мы могли их исправитьCollect data to display in your statistics
-
+ Собирать данные, чтобы отображать их в Вашей статистикеYour Account
-
+ Ваш АккаунтLogout
-
+ ВыйтиDelete Your Account
-
+ Удалить Ваш АккаунтWhoops
-
+ ОйIt looks like you forgot to save your changes, are you sure that you dont want to save them?
-
+ Похоже, Вы забыли сохранить Ваши изменения, Вы уверены, что не хотите сохранить их?Don't save
-
+ Не сохранятьPasswords don't match!
-
+ Пароли не совпадают!
@@ -215,12 +216,12 @@ We hope you have a great time using it! Feel free to leave us a rating and some
Add-ons Page
-
+ Страница с РасширениямиCurrently in Development
-
+ В настоящий момент в Разработке
@@ -228,37 +229,37 @@ We hope you have a great time using it! Feel free to leave us a rating and some
Edit Shortcuts
-
+ Изменить Сочетания КлавишAction
-
+ ДействиеNone selected
-
+ Ни одно не выбраноThe shortcut
-
+ Сочетание клавишis already used for
-
+ уже используется дляApply
-
+ ПрименитьCancel
-
+ Отмена
@@ -266,7 +267,7 @@ We hope you have a great time using it! Feel free to leave us a rating and some
Add a tag...
-
+ Добавить тег...
@@ -274,17 +275,17 @@ We hope you have a great time using it! Feel free to leave us a rating and some
Add
-
+ ДобавитьRename
-
+ ПереименоватьDelete
-
+ Удалить
@@ -292,113 +293,181 @@ We hope you have a great time using it! Feel free to leave us a rating and some
Appearance
-
+ Внешний видMake your own experience
-
+ Создайте свой собственный опытRestore Defaults
-
+ СброситьDisplay
-
+ ЭкранTheme
-
+ ТемаDark
-
+ ТёмнаяLight
-
+ СветлаяPage Color Mode
-
+ Цветовой Режим СтраницыNormal
-
+ НормальныйInverted
-
+ ИнвертированныйLanguage
-
+ Язык
-
+ Reading
-
+ Чтение
-
+ Page spacing
-
+ Расстояние между страницами
-
+ Display book title in titlebar
-
+ Отображать название книги в строке с названием
-
+ Layout direction
+ Направление макета
+
+
+ Vertical
+ Вертикально
+
+
+ Horizontal
+ Горизонтально
+
+
+ Display mode
+ Режим отображения
+
+
+ Single Page
+ Одна страница
+
+
+ Double Page
+ Разворот
+
+
+ Page transition
+ Переход страницы
+
+
+ Instant
+ Мнгновенно
+
+
+ Fading
+ Исчезающий
+
+
+ Swipe
+ Перелистывание
+
+
+ Swap
+ Замена
+
+
+ Default Zoom
-
+ Увеличение по-умолчанию
-
+ Highlights
-
+ Выделение
-
+ Colors
-
+ Цвета
-
+ Opacity
-
+ Непрозрачность
+
+
+ Behavior
+ Поведение
+
+
+ Smooth scrolling
+ Плавная прокрутка
+
+
+ Loop after last page
+ Зациклить после последней страницы
+
+
+ Cursor mode
+ Режим курсора
+
+
+ Hidden after delay
+ Спрятать после задержки
+
+
+ Always visible
+ Всегда виден
-
+ Reset settings?
-
+ Сбросить настройки?
-
+ Resetting your settings is a permanent action, there
will be no way to restore them!
-
+ Сброс настроек необратим, Вы не сможете потом их восстановить!
-
+ No, Keep
-
+ Нет, Оставить
-
+ Yes, Reset
-
+ Да, Сбросить
@@ -406,58 +475,69 @@ We hope you have a great time using it! Feel free to leave us a rating and some
Behavior
-
+ ПоведениеChange the way Librum works
-
+ Измените то, как работает LibrumRestore Defaults
-
+ СброситьBooks
-
+ КнигиCursor mode
-
+ Режим курсораHidden after delay
-
+ Спрятать после задержкиAlways visible
-
+ Всегда виден
+
+
+
+ Hide cursor after delay
+ Спрятать курсор после задержки
+
+
+
+ ms
+ мсReset settings?
-
+ Сбросить настройки?Resetting your settings is a permanent action, there
will be no way to restore them!
-
+ Сброс настроек необратим,
+Вы не сможете восстановить их!No, Keep
-
+ Нет, ОставитьYes, Reset
-
+ Да, Сбросить
@@ -466,13 +546,14 @@ We hope you have a great time using it! Feel free to leave us a rating and some
Unknown
-
+ НеизвестноYour book has not been uploaded to the cloud.
Either you are offline, or your storage is full.
-
+ Выша книга не была загружена в облако.
+Либо Вы не в сети, либо Ваше хранилище заполнено.
@@ -480,23 +561,23 @@ Either you are offline, or your storage is full.
Book details
-
+ Информация о книгеChange
-
+ ИзменитьDelete
-
+ УдалитьTitle
-
+ Название
@@ -505,79 +586,79 @@ Either you are offline, or your storage is full.
Unknown
-
+ НеизвестноAuthors
-
+ АвторыPages
-
+ СтраницыLanguage
-
+ ЯзыкиDocument creator
-
+ Создатель документаCreation date
-
+ Дата созданияFormat
-
+ ФорматDocument size
-
+ Размер документаAdded
-
+ ДобавленоLast opened
-
+ Последнее открытиеApply
-
+ ПрименитьCancel
-
+ ОтменитьSelect
-
+ ВыбратьAll files
-
+ Все файлыfiles
-
+ файлы
@@ -585,38 +666,38 @@ Either you are offline, or your storage is full.
Download
-
+ СкачатьRead book
-
+ ЧитатьBook details
-
+ ИнформацияSave to files
-
+ СохранитьManage tags
-
+ ТегиMark as readIf this is too long in any language, use "Read" (past form) instead
-
+ ПрочитаноRemove book
-
+ Удалить
@@ -624,38 +705,38 @@ Either you are offline, or your storage is full.
Bookmarks
-
+ ЗакладкиSearch
-
+ ИскатьAdd Bookmark
-
+ Добавить ЗакладкуNew Bookmark
-
+ Новая ЗакладкаFollowContext: "Follow" the bookmark (go to its page)
-
+ ОтслеживатьRename
-
+ ПереименоватьDelete
-
+ Удалить
@@ -664,12 +745,12 @@ Either you are offline, or your storage is full.
ContentsContext: Contents of the book, also known as outline
-
+ СодержаниеSearch
-
+ Найти
@@ -677,7 +758,7 @@ Either you are offline, or your storage is full.
Any
-
+ Все
@@ -685,37 +766,37 @@ Either you are offline, or your storage is full.
Confirm Account Deletion
-
+ Подтвердить Удаление Аккаунта
-
+ Deleting your account is an irreversible action.<br>Once you delete your account, there is <b>no</b> going back. Please be certain.
-
+ Удаление Вашего аккаунта необратимо.<br>После удаления аккаунта пути назад уже <b>не</b> будет. Пожалуйста, будьте уверены.
-
+ Your Email
-
+ Ваша Почта
-
+ Confirm the deletion by entering your Account's email.
-
+ Подтвердите удаление, введя почту Аккаунта.
-
+ Cancel
-
+ Отмена
-
+ Delete
-
+ Удалить
-
+ Your email is wrong
-
+ Ваша почта неправильная
@@ -723,22 +804,22 @@ Either you are offline, or your storage is full.
Search
-
+ ИскатьNo definitions found
-
+ Ничего не найденоSearch online
-
+ Искать онлайнSource
-
+ Источник
@@ -746,42 +827,42 @@ Either you are offline, or your storage is full.
Download book
-
+ Скачать книгуTitle
-
+ НазваниеAuthors
-
+ АвторыLanguage
-
+ ЯзыкDownloads
-
+ СкачиванийFormat
-
+ ФорматDownload
-
+ СкачатьCancel
-
+ Отмена
@@ -789,12 +870,12 @@ Either you are offline, or your storage is full.
Left
-
+ ЛевыйRight
-
+ Правый
@@ -802,12 +883,12 @@ Either you are offline, or your storage is full.
Quite empty here, what about adding your first book?
-
+ Здесь пустовато, не хотите добавить свою первую книгу?Add book
-
+ Добавить кингу
@@ -816,77 +897,77 @@ Either you are offline, or your storage is full.
You have reached your daily limit.Make sure that the words make a valid sentence
-
+ Вы достигли своего дневного лимита.Click
-
+ Нажмитеhere
-
+ сюдаto learn more.
-
+ , чтобы узнать больше.Oops! The text is too long. Please shorten your selection.
-
+ Ой! Текст слишком длинный. Пожалуйста, сократите выделенную область.Explain
-
+ ОбъяснитьExplain like I'm five
-
+ Объяснить как ребёнкуSummarize
-
+ ПодытожитьGive more information
-
+ Дать больше информацииExplain visually
-
+ Объяснить визуальноMode
-
+ РежимNone selected
-
+ Ничего не выбраноRequest
-
+ ЗапросNote: AI responses can be inaccurate
-
+ Примечание: ответы ИИ могут быть неточнымиAsk
-
+ Спросить
@@ -894,7 +975,7 @@ Either you are offline, or your storage is full.
Filters
-
+ Фильтры
@@ -902,77 +983,77 @@ Either you are offline, or your storage is full.
e.g. Uncle bob
-
+ Например, Uncle BobAuthors
-
+ Авторыe.g. 2d ago
-
+ Например, 2d agoAdded
-
+ ДобавленоRead
-
+ ПрочитаноUnread
-
+ НепрочитаноFormat
-
+ ФорматAny
-
+ ВсеPdf
-
+ PdfEpub
-
+ EpubMobi
-
+ MobiTxt
-
+ TxtOnly Books
-
+ Только КнигиOnly Files
-
+ Только ФайлыApply Filter
-
+ Применить Фильтр
@@ -980,27 +1061,27 @@ Either you are offline, or your storage is full.
Forgot Password
-
+ Забыли парольEnter your email and we'll send you a link to reset your password
-
+ Введите Вашу почту и мы вышлем Вам ссылку для сброса пароляSend Email
-
+ Отправить ПочтуBack to Login
-
+ Назад на страницу входаEmail sent! Keep an eye on your inbox
-
+ Почта отправлена! Проверьте Ваши входящие письма
@@ -1008,7 +1089,7 @@ Either you are offline, or your storage is full.
.jpeg
-
+ .jpeg
@@ -1016,22 +1097,63 @@ Either you are offline, or your storage is full.
No books were found
-
+ Книги не найденыCouldn't load free books. Please, check your network connection
-
+ Не удалось загрузить бесплатные книги. Пожалуйста, проверьте интернет-подключениеFree books
-
+ Бесплатные книгиChoose from over 70,000 books
-
+ Выбирайте среди более 70,000 книг
+
+
+
+ MGeneralSettingsPage
+
+ General settings
+ Общие настройки
+
+
+ Change the way Librum works
+ Измените то, как работает Librum
+
+
+ Restore Defaults
+ Сбросить по-умолчанию
+
+
+ Books
+ Книги
+
+
+ Open books after creation
+ Открывать книги после создания
+
+
+ Reset settings?
+ Сбросить настройки?
+
+
+ Resetting your settings is a permanent action, there
+ will be no way to restore them!
+ Сброс настроек необратим,
+вернуть их нельзя!
+
+
+ No, Keep
+ Нет, оставить
+
+
+ Yes, Reset
+ Да, сбросить
@@ -1039,103 +1161,105 @@ Either you are offline, or your storage is full.
A new version is available!
-
+ Доступна новая версия!Update Now
-
+ Обновить СейчасHomeAs in 'Home Page', might be closer to 'Start' in other languages
-
+ ГлавнаяYou have %1 books
-
+ У Вас %1 книгAdd books
-
+ Добавить книгиRemove Book?
-
+ Удалить Книгу?Deleting a book is a permanent action, no one will be
able to restore it afterwards!
-
+ Удаление книги необратимо,
+после этого её нельзя будет восстановить!Remove from Device
-
+ Удалить с УстройстваDelete Everywhere
-
+ Удалить ВездеSave
-
+ СохранитьLimit Reached
-
+ Достигнут ЛимитYou have reached your upload limit.
Delete unused books to free up space or upgrade.
-
+ Вы достигли лимита загрузок на сервер.
+Удалите ненужные книги или приобретите улучшение для аккаунта.Ok
-
+ ХорошоUpgrade
-
+ Приобрести улучшениеUnsupported File
-
+ Не поддерживаетсяOops! This file is not supported by Librum.
-
+ Ой! Librum не поддерживает этот файл.Import
-
+ ДобавитьAll files
-
+ Все файлыfiles
-
+ файлы
@@ -1143,62 +1267,62 @@ Delete unused books to free up space or upgrade.
Welcome back!
-
+ Добро пожаловать!Log into your account
-
+ Войдите в Ваш аккаунтEmail
-
+ ПочтаPassword
-
+ ПарольRemember me
-
+ Запомнить меняForgot password?
-
+ Забыли пароль?Login
-
+ ВойтиDon't have an account? Register
-
+ Нет аккаунта? ЗарегистрируйтесьWe're Sorry
-
+ ИзвинитеLogging you in failed, please try again later.
-
+ Не удалось войти, пожалуйста, повторите позже.Ok
-
+ ХорошоReport
-
+ Сообщить
@@ -1206,17 +1330,17 @@ Delete unused books to free up space or upgrade.
TAGS
-
+ ТЕГИManage Tags
-
+ ТегиDone
-
+ Готово
@@ -1224,12 +1348,12 @@ Delete unused books to free up space or upgrade.
No book satisfies the filter conditions
-
+ Ни одна книга не удовлетворяет условиям фильтраRemove Filters
-
+ Удалить фильтры
@@ -1237,12 +1361,12 @@ Delete unused books to free up space or upgrade.
OFF
-
+ ВЫКЛON
-
+ ВКЛ
@@ -1250,17 +1374,17 @@ Delete unused books to free up space or upgrade.
Sync
-
+ ОбновитьManage Profile
-
+ ПрофильLogout
-
+ Выйти
@@ -1268,22 +1392,22 @@ Delete unused books to free up space or upgrade.
Invert colors
-
+ Поменять цветаSync book
-
+ ОбновитьMore options
-
+ ЕщёSave
-
+ Сохранить
@@ -1291,22 +1415,22 @@ Delete unused books to free up space or upgrade.
Options
-
+ ОпцииFind
-
+ НайтиNext
-
+ СледующийPrevious
-
+ Предыдущий
@@ -1314,17 +1438,17 @@ Delete unused books to free up space or upgrade.
From start
-
+ СначалаCase sensitive
-
+ С учётом регистраWhole words
-
+ Целые слова
@@ -1332,13 +1456,13 @@ Delete unused books to free up space or upgrade.
Unknown name
-
+ Неизвестное имяofAs in 21 "of" 400
-
+ из
@@ -1347,13 +1471,13 @@ Delete unused books to free up space or upgrade.
KeyAs in key on the keyboard
-
+ КлавишаPress to recordAs in recording a key that is pressed on the keyboard
-
+ Нажать для записи
@@ -1361,68 +1485,69 @@ Delete unused books to free up space or upgrade.
Welcome!
-
+ Добро Пожаловать!Your credentials are only used to authenticate yourself. Everything will be stored in a secure database.
-
+ Ваши учетные данные используются только для входа в Ваш аккаунт. Они будут сохранены в защищенной базе данных.First name
-
+ ИмяLast name
-
+ ФамилияEmail
-
+ ПочтаPassword
-
+ ПарольConfirmation password
-
+ Подтверждение пароляLet's start
-
+ Давайте начнемAlready have an account? Login
-
+ Уже есть аккаунт? ВойтиConfirm Your Email
-
+ Подтвердите Вашу ПочтуYou're are almost ready to go!
Confirm your email by clicking the link we sent you.
-
+ Почти готово!
+Подтвердите Вашу почту, перейдя по ссылке, которую мы Вам отправили.Resend
-
+ Отправить сноваPasswords don't match
-
+ Пароли не совпадают
@@ -1430,7 +1555,7 @@ Confirm your email by clicking the link we sent you.
Search for books
-
+ Искать книги
@@ -1438,17 +1563,17 @@ Confirm your email by clicking the link we sent you.
Click to select an image or drop it into in this area
-
+ Нажмите, чтобы выбрать изображение, или перенесите его в эту областьAll files
-
+ Все файлыfiles
-
+ файлы
@@ -1456,27 +1581,27 @@ Confirm your email by clicking the link we sent you.
Copy
-
+ КопироватьHighlight
-
+ ВыделитьLook Up
-
+ ИскатьExplain
-
+ ОбъяснитьRemove
-
+ Удалить
@@ -1484,59 +1609,59 @@ Confirm your email by clicking the link we sent you.
Settings
-
+ НастройкиGLOBAL SETTINGSKeep it capitalized
-
+ ГЛОБАЛЬНЫЕ НАСТРОЙКИAbout
-
+ СправкаAppearance
-
+ Внешний видBehavior
-
+ ПоведениеShortcuts
-
+ Сочетания клавишUpdates
-
+ ОбновленияUSER & ACCOUNTKeep it capitalized
-
+ ПОЛЬЗОВАТЕЛЬ И АККАУНТAccount
-
+ АккаунтStorage
-
+ ХранилищеSupport us
-
+ Поддержать нас
@@ -1544,7 +1669,7 @@ Confirm your email by clicking the link we sent you.
None
-
+ Ничего
@@ -1552,34 +1677,34 @@ Confirm your email by clicking the link we sent you.
Shortcuts
-
+ Сочетания клавишMake your own experience
-
+ Создайте свой собственный опытEdit shortcut
-
+ Изменить сочетания клавишACTIONKeep it capitalized
-
+ ДЕЙСТВИЕSHORTCUTSKeep it capitalized
-
+ СОЧЕТАНИЯ КЛАВИШSearch for shortcuts
-
+ Искать сочетания клавиш
@@ -1587,27 +1712,27 @@ Confirm your email by clicking the link we sent you.
Free books
-
+ БесплатныеHome
-
+ ГлавнаяStatistics
-
+ СтатистикаAdd-ons
-
+ РасширенияSettings
-
+ Настройки
@@ -1615,7 +1740,7 @@ Confirm your email by clicking the link we sent you.
Sort
-
+ Сортировать
@@ -1623,27 +1748,27 @@ Confirm your email by clicking the link we sent you.
Recently added
-
+ Недавно добавленныеRecently read
-
+ Недавно прочитанныеProgress
-
+ ПрогрессBook (A-Z)
-
+ Книга (A-Z)Authors (A-Z)
-
+ Авторы (A-Z)
@@ -1651,12 +1776,12 @@ Confirm your email by clicking the link we sent you.
Statistics Page
-
+ Страница со СтатистикойCurrently in Development
-
+ В настоящий момент в Разработке
@@ -1664,87 +1789,87 @@ Confirm your email by clicking the link we sent you.
Storage
-
+ ХранилищеYour storage
-
+ Ваше хранилищеUpgrade
-
+ УлучшитьYOUR TIERKeep capitalized ("TIER" as in subscription)
-
+ ВАШ УРОВЕНЬBASICKeep capitalized ("BASIC" is the name of the tier)
-
+ БАЗОВЫЙSee why we offer multiple tiers
-
+ Об уровняхUSED STORAGEKeep capitalized
-
+ ЗАНЯТО МЕСТАUsed Storage
-
+ Занято МестаRemaining Storage
-
+ Осталось МестаYOUR BOOKSKeep capitalized
-
+ ВАШИ КНИГИBooks in your Library
-
+ Книги в Вашей БиблиотекеUpgrade Your Account
-
+ Улучшите АккаунтWe don't offer upgrading options at the moment.
-
+ В настоящий момент мы не предоставляем опции для улучшения.If you require additional storage, please contact us at
-
+ Если Вам нужно дополнительное место в хранилище, пожалуйста, свяжитесь с намиClose
-
+ ЗакрытьEmail Us
-
+ Написать Нам
@@ -1753,43 +1878,44 @@ Confirm your email by clicking the link we sent you.
Support us
-
+ Поддержать насThanks for considering
-
+ Спасибо за поддержкуWe are a small team of opensource developers creating apps for the community. We love
working on fun projects, supporting our community and trying to make the world a better place.
-
+ Мы небольшая команда open-source разработчиков, которая создает приложения для сообщества.
+Мы любим работать над интересными проектами, поддерживать наше сообщество и пытаться сделать мир лучше.If you feel like supporting us and our projects, feel free to support us:
-
+ Если Вы захотите поддержать нас и наши проекты - не стесняйтесь это делать:You can support us in many other ways as well, if you are a developer or a designer, feel free to
-
+ Вы можете поддержать нас многими другими способами, если Вы разработчик или дизайнер, то не стесняйтесьcontribute to Librum
-
+ учавствовать в разработке LibrumIf you are not, you can still help us by spreading the word about Librum.
-
+ Также Вы можете помочь нам, рассказывая другим людям о Librum.Thank you for your support. We hope you enjoy Librum!
-
+ Спасибо Вам за поддержку. Мы надеемся, что Вам нравится Librum!
@@ -1797,7 +1923,7 @@ working on fun projects, supporting our community and trying to make the world a
Tags
-
+ Теги
@@ -1805,17 +1931,17 @@ working on fun projects, supporting our community and trying to make the world a
Select
-
+ ВыбратьRename
-
+ ПереименоватьDelete
-
+ Удалить
@@ -1823,12 +1949,12 @@ working on fun projects, supporting our community and trying to make the world a
Title
-
+ НазваниеDescription
-
+ Описание
@@ -1836,22 +1962,22 @@ working on fun projects, supporting our community and trying to make the world a
Remove Filters
-
+ Удалить фильтрыRemove Tags
-
+ You are offline
-
+ Вы не в сетиYour library is being synchronized with the cloud
-
+ Сейчас Ваша библиотека синхронизируется с облаком
@@ -1859,22 +1985,22 @@ working on fun projects, supporting our community and trying to make the world a
You are up to date!
-
+ У Вас последняя версия!Make sure to check for updates regularly, so you dont miss out on any great features.
-
+ Регулярно проверяйте наличие обновлений, чтобы не пропустить интересный новый функционал.Your current version is:
-
+ Ваша текущая версия:See our latest changes at:
-
+ Посмотрите последние изменения здесь:
@@ -1882,65 +2008,65 @@ working on fun projects, supporting our community and trying to make the world a
A new update is available!
-
+ Доступно новое обноление!Download the new version to get great new improvements.
-
+ Загрузите новую версию, чтобы получить новые замечательные улучшения.The newest version is:
-
+ Новейшая версия:Update
-
+ ОбновитьSee the exact changes on our website at:
-
+ Посмотрите подробные изменения на нашем сайте:Updating on Linux
-
+ Обновление на LinuxPlease use your package manager to update Librum or download the newest version from our
-
+ Пожалуйста, используйте Ваш менеджер пакетов, чтобы обновить Librum, или загрузите новейшую версию с нашегоwebsite
-
+ сайтаClose
-
+ ЗакрытьEmail Us
-
+ Написать НамThe Update Failed
-
+ Не Удалось ОбновитьPlease try again later or download the newest version from our
-
+ Пожалуйста, повторите снова или загрузите новейшую версию с нашего
@@ -1948,12 +2074,12 @@ working on fun projects, supporting our community and trying to make the world a
Updates
-
+ ОбновленияAny new update?
-
+ Есть новое обновление?
@@ -1961,22 +2087,22 @@ working on fun projects, supporting our community and trying to make the world a
Accept
-
+ ПринятьDecline
-
+ ОтклонитьDo you Accept?
-
+ Вы Принимаете?Message
-
+ Сообщение
@@ -1984,12 +2110,12 @@ working on fun projects, supporting our community and trying to make the world a
Updating
-
+ Процесс обновленияDownloading
-
+ Процесс загрузки
@@ -1997,7 +2123,7 @@ working on fun projects, supporting our community and trying to make the world a
Librum - Your ebook reader
-
+ Librum - Ваше приложение для чтения электронных книг