Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1094,11 +1094,11 @@
"filesBrowserDialog": {
"title": "Using the OSF Files Browser",
"seeAllFiles": "See All Files in a Provider",
"seeAllFilesDescription": "All connected storage providers are displayed in the left navbar. Choose one provider to view contents.",
"seeAllFilesDescription": "All connected storage providers are displayed in the dropdown above the files list. Choose one provider to view contents.",
"selectFilesFolders": "Select Files/Folders",
"selectFilesFoldersDescription": "Click on a row (outside of the file or folder name) to show further actions in the top toolbar. Click on more rows to select multiple files. To select a range of files, click a file to begin selection and then shift+click another file to select the range.",
"openViewFiles": "Open/View Files",
"openViewFilesDescription": "Click a file name to go to view the file in the OSF. Opens file in a new tab.",
"selectFilesFoldersDescription": "Click on a row (outside of the file or folder name). Click on more rows to select multiple files. To select a range of files, click a file to begin selection and then shift+click another file to select the range. Select the ellipses on the right side of the row to see more file options.",
"openViewFiles": "Open/View Files and Folders",
"openViewFilesDescription": "Click a file name to go to view the file in the OSF. Opens file in a new tab. Click on the folder to open the contents in the files list.",
"upload": "Upload",
"uploadDescription": "There are two ways to upload files. Open the storage provider or folder where you intend to upload files; you can then drag files from your desktop into files list area OR click “Upload Files”, and select your files. Note: File names with special characters may cause unexpected behavior with certain addons.",
"createFolder": "Create a folder",
Expand All @@ -1112,9 +1112,9 @@
"downloadAllFilesZip": "Download All Files As a Zip",
"downloadAllFilesZipDescription": "Select the storage provider from the left navigation, and then click “Download As Zip” in the top toolbar.",
"downloadFolderZip": "Download a Folder as Zip",
"downloadFolderZipDescription": "To download a specific folder as a zip, click the vertical ellipses on the folder’s row to open the dropdown. Click “Download”. Alternatively, open the folder and then click “Download As Zip” in the top toolbar.",
"downloadFolderZipDescription": "To download a specific folder as a zip, click the vertical ellipses on the folder’s row to open the dropdown. Click “Download”. Alternatively, open the folder and then click “Download As Zip” in the top toolbar.\n\n",
"downloadFile": "Download a File",
"downloadFileDescription": "With the file open: Click the vertical ellipses to open the dropdown. Click “Download”. From the file list: Click the vertical ellipses of the file to open the dropdown. Click “Download”.",
"downloadFileDescription": "With the file open: Click the vertical ellipses to open the dropdown. Click “Download”. From the file list: Click the vertical ellipses of the file to open the dropdown. Click “Download”.\n\n",
"moreInfo": "For more information please see our",
"helpGuides": "help guides on project files."
},
Expand Down
Loading