Skip to content

Commit

Permalink
Web: Files: added MobileWin translations, added win download tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sychugov committed Nov 29, 2021
1 parent a046e5a commit ed7bb58
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"LinkCopySuccess": "Der Link wurde in die Zwischenablage kopiert",
"Move": "Verschieben",
"MoveToOperation": "Wird verschoben",
"MobileWin": "Download ONLYOFFICE Desktop Editors für Windows",
"OwnerChange": "Besitzer ändern",
"Presentations": "Präsentationen",
"Restore": "Wiederherstellen",
Expand All @@ -37,5 +38,5 @@
"TypeTitleSharePoint": "SharePoint",
"TypeTitleSkyDrive": "OneDrive",
"TypeTitleWebDav": "WebDAV",
"TypeTitleYandex": "Yandex.Disk"
"TypeTitleYandex": "Yandex.Disk",
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"MediaLoadError": "Media file could not be loaded",
"Move": "Move",
"MoveToOperation": "Moving",
"MobileWin": "Download ONLYOFFICE Desktop Editors for Windows",
"OwnerChange": "Change owner",
"Presentations": "Presentations",
"Restore": "Restore",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"LinkCopySuccess": "Le lien a été copié dans le Presse-papiers",
"Move": "Déplacer",
"MoveToOperation": "Déplacement",
"MobileWin": "Télécharger les applications de bureau ONLYOFFICE pour Windows",
"OwnerChange": "Changer le propriétaire",
"Presentations": "Présentations",
"Restore": "Restaurer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"TypeTitleSharePoint": "SharePoint",
"TypeTitleSkyDrive": "OneDrive",
"TypeTitleWebDav": "WebDAV",
"TypeTitleYandex": "Yandex.Disk"
"TypeTitleYandex": "Yandex.Disk",
"MobileWin": "Scarica ONLYOFFICE Desktop Editors per Windows"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"LinkCopySuccess": "Link foi copiado para a área de trabalho",
"Move": "Mover",
"MoveToOperation": "Movendo",
"MobileWin": "Baixar ONLYOFFICE Desktop Editors para Windows",
"OwnerChange": "Alterar proprietário",
"Presentations": "Apresentações ",
"Restore": "Restaurar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"MediaLoadError": "Медиа файл не может быть загружен",
"Move": "Переместить",
"MoveToOperation": "Перемещение",
"MobileWin": "Скачать десктопные редакторы ONLYOFFICE для Windows",
"OwnerChange": "Сменить владельца",
"Presentations": "Презентации",
"Restore": "Восстановить",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const DownloadAppListContainer = ({ t }) => {
isfill={true}
color="#A3A9AE"
hoverColor="#3785D3"
title={t("Translations:MobileWin")}
/>
<IconButton
onClick={() => window.open(desktopLink)}
Expand Down

0 comments on commit ed7bb58

Please sign in to comment.