Skip to content

Commit

Permalink
Web: Files: added MobileMac translation, added mac download tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sychugov committed Nov 29, 2021
1 parent ed7bb58 commit f759ddc
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 @@ -25,6 +25,7 @@
"Move": "Verschieben",
"MoveToOperation": "Wird verschoben",
"MobileWin": "Download ONLYOFFICE Desktop Editors für Windows",
"MobileMac": "Download ONLYOFFICE Desktop Editors für Mac OS",
"OwnerChange": "Besitzer ändern",
"Presentations": "Präsentationen",
"Restore": "Wiederherstellen",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"Move": "Move",
"MoveToOperation": "Moving",
"MobileWin": "Download ONLYOFFICE Desktop Editors for Windows",
"MobileMac": "Download ONLYOFFICE Desktop Editors for Mac OS",
"OwnerChange": "Change owner",
"Presentations": "Presentations",
"Restore": "Restore",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"Move": "Déplacer",
"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",
"OwnerChange": "Changer le propriétaire",
"Presentations": "Présentations",
"Restore": "Restaurer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"TypeTitleSkyDrive": "OneDrive",
"TypeTitleWebDav": "WebDAV",
"TypeTitleYandex": "Yandex.Disk",
"MobileWin": "Scarica ONLYOFFICE Desktop Editors per Windows"
"MobileWin": "Scarica ONLYOFFICE Desktop Editors per Windows",
"MobileMac": "Scarica ONLYOFFICE Desktop Editors per Mac OS"
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"Move": "Mover",
"MoveToOperation": "Movendo",
"MobileWin": "Baixar ONLYOFFICE Desktop Editors para Windows",
"MobileMac": "Baixar ONLYOFFICE Desktop Editors para Mac OS",
"OwnerChange": "Alterar proprietário",
"Presentations": "Apresentações ",
"Restore": "Restaurar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"Move": "Переместить",
"MoveToOperation": "Перемещение",
"MobileWin": "Скачать десктопные редакторы ONLYOFFICE для Windows",
"MobileMac": "Скачать десктопные редакторы ONLYOFFICE для Mac OS",
"OwnerChange": "Сменить владельца",
"Presentations": "Презентации",
"Restore": "Восстановить",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const DownloadAppListContainer = ({ t }) => {
isfill={true}
color="#A3A9AE"
hoverColor="#000000"
title={t("Translations:MobileMac")}
/>
<IconButton
onClick={() => window.open(desktopLink)}
Expand Down

0 comments on commit f759ddc

Please sign in to comment.