Skip to content

Commit

Permalink
Update ru.json
Browse files Browse the repository at this point in the history
Updated to upstream (finally)
  • Loading branch information
JustMarkov authored Nov 26, 2023
1 parent 2770925 commit 07cf513
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions apps/app/locales/ru.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"menu": {
"statistics": "Statistics",
"statistics": "Статистика",
"about": "Подробнее",
"settings": "Настройки"
},
Expand All @@ -17,7 +17,7 @@
},
"settings": {
"nodes": {
"loading": "Loading",
"loading": "Загрузка",
"title": "Узлы",
"listLabel": "Локальные & удалённые узлы",
"qrCodeLabel": "QR-код для перехода к мобильному приложению",
Expand Down Expand Up @@ -84,10 +84,10 @@
"sendToNode": "Send this torrent to"
},
"confirmNodeDeleteAlertDialog": {
"title": "Confirm node removal",
"confirmMessage": "Are you sure you want to delete this node ?",
"cancel": "Cancel",
"delete": "Delete"
"title": "Подтвердите удаление узла",
"confirmMessage": "Вы уверены, что хотите удалить этот узел?",
"cancel": "Отмена",
"delete": "Удалить"
},
"sessionInfoDialog": {
"title": "Информация о сессии"
Expand All @@ -100,14 +100,14 @@
"accept": "Разрешить"
},
"directoryPickerDialog": {
"title": "Directory picker",
"privateAppSwitchLabel": "Use private app directory",
"privateAppDescription1": "Using private app directory might prevent other app to access your downloaded content.",
"privateAppDescription2": "All your downloads will be deleted if you uninstall PikaTorrent."
"title": "Выбор каталога",
"privateAppSwitchLabel": "Использование приватного каталога приложений",
"privateAppDescription1": "Использование приватного каталога приложения может не дать другим приложениям получить доступ к загружаемым файлам.",
"privateAppDescription2": "Все ваши загрузки будут уничтожены, если вы удалите PikaTorrent."
},
"unsupportedBrowserDialog": {
"title": "Unsupported browser",
"description": "This browser is not supported. Please try pikatorrent in another browser."
"title": "Неподдерживаемый браузер",
"description": "Этот браузер не поддерживается. Пожалуйста, попробуйте использовать для pikatorrent другой браузер."
},
"torrentDialog": {
"copyLink": "Копировать Ссылку",
Expand All @@ -116,23 +116,23 @@
"openFolder": "Открыть Папку",
"remove": "Удалить",
"files": "Файлы",
"newLabel": "New label",
"add": "Add",
"clearAll": "Clear all",
"selectedLabels": "Selected labels",
"allLabels": "All labels",
"noLabels": "There is no labels yet.",
"addLabelInstruction": "Add labels by editing a torrent."
"newLabel": "Новая метка",
"add": "Добавить",
"clearAll": "Очистить всё",
"selectedLabels": "Выбранные метки",
"allLabels": "Все метки",
"noLabels": "Пока что нет меток.",
"addLabelInstruction": "Чтобы добавить метку, измените торрент."
},
"scanQRCodeDialog": {
"title": "Scan QRCode",
"cameraPermissionDenied": "Camera permission denied"
"title": "Сканировать QRCode",
"cameraPermissionDenied": "Доступ к камере запрещён"
},
"removeTorrentDialog": {
"title": "Подтверждение удаления",
"warningMessage": "Вы уверены, что хотите удалить",
"remove": "Удалить",
"removeWithData": "Remove with data"
"removeWithData": "Удалить с файлами"
},
"filesListDialog": {
"title": "Файлы",
Expand Down Expand Up @@ -160,4 +160,4 @@
"percentDone": "Прогрессу",
"reverseOrder": "В обратном порядке"
}
}
}

0 comments on commit 07cf513

Please sign in to comment.