Skip to content

Commit

Permalink
Web: Files: added MobileLinux translation, added linux download tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sychugov committed Nov 29, 2021
1 parent f759ddc commit 29da1ca
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"MoveToOperation": "Перемещение",
"MobileWin": "Скачать десктопные редакторы ONLYOFFICE для Windows",
"MobileMac": "Скачать десктопные редакторы ONLYOFFICE для Mac OS",
"MobileLinux": "Скачать десктопные редакторы ONLYOFFICE для Linux",
"OwnerChange": "Сменить владельца",
"Presentations": "Презентации",
"Restore": "Восстановить",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const DownloadAppListContainer = ({ t }) => {
isfill={true}
color="#A3A9AE"
hoverColor="#FFB800"
title={t("Translations:MobileLinux")}
/>
<IconButton
onClick={() => window.open(androidLink)}
Expand Down

0 comments on commit 29da1ca

Please sign in to comment.