Skip to content

Commit

Permalink
Web: Files: added TitleSelectFile translation, added group combo box …
Browse files Browse the repository at this point in the history
…title
  • Loading branch information
dmitry-sychugov committed Nov 29, 2021
1 parent c9b58ca commit def7e82
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const TableGroupMenu = (props) => {
selectedOption={{}}
manualY="42px"
manualX="-32px"
title={t("Translations:TitleSelectFile")}
/>
<div className="table-container_group-menu-separator" />
<StyledScrollbar>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@
"TypeTitleSkyDrive": "OneDrive",
"TypeTitleWebDav": "WebDAV",
"TypeTitleYandex": "Yandex.Disk",
"TitleSelectFile": "Wählen"
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"TypeTitleSharePoint": "SharePoint",
"TypeTitleSkyDrive": "OneDrive",
"TypeTitleWebDav": "WebDAV",
"TypeTitleYandex": "Yandex.Disk"
"TypeTitleYandex": "Yandex.Disk",
"TitleSelectFile": "Select"
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"TypeTitleSharePoint": "SharePoint",
"TypeTitleSkyDrive": "OneDrive",
"TypeTitleWebDav": "WebDAV",
"TypeTitleYandex": "Yandex.Disk"
"TypeTitleYandex": "Yandex.Disk",
"TitleSelectFile": "Sélectionner"
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"MobileLinux": "Scarica ONLYOFFICE Desktop Editors per Linux",
"MobileAndroid": "Ottieni ONLYOFFICE Documents da Google Play",
"MobileIos": "Scarica ONLYOFFICE Documents dall'App Store",
"MainHeaderSelectAll": "Seleziona tutto"
"MainHeaderSelectAll": "Seleziona tutto",
"TitleSelectFile": "Seleziona"
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"TypeTitleSharePoint": "SharePoint",
"TypeTitleSkyDrive": "OneDrive",
"TypeTitleWebDav": "WebDAV",
"TypeTitleYandex": "Yandex.Disk"
"TypeTitleYandex": "Yandex.Disk",
"TitleSelectFile": "Selecionar"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"Presentations": "Prezentări",
"Restore": "Restabilire",
"Spreadsheets": "Foi de calcul",
"TitleSelectFile": "Selectează",
"ThirdPartyInfo": "Modificarea informațiilor despre servicii terțe"
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"TypeTitleSharePoint": "SharePoint",
"TypeTitleSkyDrive": "OneDrive",
"TypeTitleWebDav": "WebDAV",
"TypeTitleYandex": "Яндекс.Диск"
"TypeTitleYandex": "Яндекс.Диск",
"TitleSelectFile": "Выделить"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"TypeTitleSkyDrive": "OneDrive",
"TypeTitleWebDav": "WebDAV",
"TypeTitleYandex": "Yandex.Disk",
"TitleSelectFile": "Vybrať",
"MainHeaderSelectAll": "Vybrať všetko"
}

0 comments on commit def7e82

Please sign in to comment.