Web: Files: added MobileLinux translation, added linux download tooltip

This commit is contained in:
Dmitry Sychugov 2021-11-29 14:22:04 +05:00
parent f759ddc295
commit 29da1ca281
7 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,7 @@
"MoveToOperation": "Wird verschoben",
"MobileWin": "Download ONLYOFFICE Desktop Editors für Windows",
"MobileMac": "Download ONLYOFFICE Desktop Editors für Mac OS",
"MobileLinux": "Download ONLYOFFICE Desktop Editors für Linux",
"OwnerChange": "Besitzer ändern",
"Presentations": "Präsentationen",
"Restore": "Wiederherstellen",

View File

@ -28,6 +28,7 @@
"MoveToOperation": "Moving",
"MobileWin": "Download ONLYOFFICE Desktop Editors for Windows",
"MobileMac": "Download ONLYOFFICE Desktop Editors for Mac OS",
"MobileLinux": "Download ONLYOFFICE Desktop Editors for Linux",
"OwnerChange": "Change owner",
"Presentations": "Presentations",
"Restore": "Restore",

View File

@ -26,6 +26,7 @@
"MoveToOperation": "Déplacement",
"MobileWin": "Télécharger les applications de bureau ONLYOFFICE pour Windows",
"MobileMac": "Télécharger les applications de bureau ONLYOFFICE pour Mac OS",
"MobileLinux": "Télécharger les applications de bureau ONLYOFFICE pour Linux",
"OwnerChange": "Changer le propriétaire",
"Presentations": "Présentations",
"Restore": "Restaurer",

View File

@ -18,5 +18,6 @@
"TypeTitleWebDav": "WebDAV",
"TypeTitleYandex": "Yandex.Disk",
"MobileWin": "Scarica ONLYOFFICE Desktop Editors per Windows",
"MobileMac": "Scarica ONLYOFFICE Desktop Editors per Mac OS"
"MobileMac": "Scarica ONLYOFFICE Desktop Editors per Mac OS",
"MobileLinux": "Scarica ONLYOFFICE Desktop Editors per Linux"
}

View File

@ -26,6 +26,7 @@
"MoveToOperation": "Movendo",
"MobileWin": "Baixar ONLYOFFICE Desktop Editors para Windows",
"MobileMac": "Baixar ONLYOFFICE Desktop Editors para Mac OS",
"MobileLinux": "Baixar ONLYOFFICE Desktop Editors para Linux",
"OwnerChange": "Alterar proprietário",
"Presentations": "Apresentações ",
"Restore": "Restaurar",

View File

@ -28,6 +28,7 @@
"MoveToOperation": "Перемещение",
"MobileWin": "Скачать десктопные редакторы ONLYOFFICE для Windows",
"MobileMac": "Скачать десктопные редакторы ONLYOFFICE для Mac OS",
"MobileLinux": "Скачать десктопные редакторы ONLYOFFICE для Linux",
"OwnerChange": "Сменить владельца",
"Presentations": "Презентации",
"Restore": "Восстановить",

View File

@ -59,6 +59,7 @@ const DownloadAppListContainer = ({ t }) => {
isfill={true}
color="#A3A9AE"
hoverColor="#FFB800"
title={t("Translations:MobileLinux")}
/>
<IconButton
onClick={() => window.open(androidLink)}