mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
folder and file fixes (#6461)
This commit is contained in:
@@ -3854,7 +3854,7 @@ selectAll = "Select all"
|
||||
selectAllHint = "Click to select all. Tip: hold Ctrl (or Cmd) to add files one at a time, Shift to select a range."
|
||||
selectedCount = "{{count}} selected"
|
||||
selectFile = "Select file {{name}}"
|
||||
shareDisabledHint = "File sharing isn't enabled on this server. Ask your admin to set storage.sharing.enabled=true to turn on share links and per-user access."
|
||||
shareDisabledHint = "File sharing isn't enabled on this server. Ask your admin to enable it."
|
||||
shareManage = "Manage sharing"
|
||||
showDetails = "Show details"
|
||||
summary = "{{count}} items"
|
||||
@@ -3863,6 +3863,7 @@ syncPartial = "Folder sync partial: {{failed}} of {{total}} folders could not be
|
||||
tree = "Folders"
|
||||
upload = "Upload"
|
||||
uploadedToLocal = "Uploaded files start in Local. Use 'Save to cloud' to put them in a folder."
|
||||
uploadFromMobile = "Upload from Mobile"
|
||||
versionActions = "Version actions"
|
||||
versionCollapse = "Collapse middle versions"
|
||||
versionOrigin = "Original upload"
|
||||
@@ -3885,16 +3886,14 @@ empty.cloud.hint = "Upload a file to start, or create a folder to organise."
|
||||
empty.cloud.offlineHint = "Reconnect to load your cloud library."
|
||||
empty.cloud.offlineTitle = "No cached cloud files"
|
||||
empty.cloud.title = "No cloud files yet"
|
||||
empty.imSharing.hint = "Invite a teammate to one of your files to see it listed here."
|
||||
empty.imSharing.title = "Not sharing with anyone yet"
|
||||
empty.local.hint = "Files saved without uploading stay here. Drop a file to add one."
|
||||
empty.local.title = "No local-only files"
|
||||
empty.recent.hint = "Files you open or edit will appear here."
|
||||
empty.recent.title = "Nothing modified yet"
|
||||
empty.shared.hint = "When someone shares a file via link, it appears here."
|
||||
empty.shared.title = "Nothing shared with you"
|
||||
empty.sharedByMe.hint = "Create a share link on any of your files to surface it here."
|
||||
empty.sharedByMe.title = "No share links yet"
|
||||
empty.sharedByMe.hint = "Create a share link or invite a teammate from any of your files to see it here."
|
||||
empty.sharedByMe.title = "You haven't shared any files yet"
|
||||
error.actionFailed = "Could not {{action}}."
|
||||
error.actionFailedDetail = "Could not {{action}}: {{message}}"
|
||||
error.deleteFolderFailed = "Could not delete folder."
|
||||
@@ -3951,7 +3950,6 @@ sort.sizeDesc = "Largest first"
|
||||
syncError.client = "Folder sync failed."
|
||||
syncError.network = "Could not reach the server."
|
||||
syncError.server = "Server error during folder sync."
|
||||
tabName.imSharing = "I'm sharing"
|
||||
tabName.local = "Local"
|
||||
tabName.recent = "Recent"
|
||||
tabName.shared = "Shared with me"
|
||||
@@ -3959,7 +3957,6 @@ tabName.sharedByMe = "Shared by me"
|
||||
tabs.all = "All"
|
||||
tabs.ariaLabel = "File views"
|
||||
tabs.cloud = "Cloud"
|
||||
tabs.imSharing = "I'm sharing"
|
||||
tabs.local = "Local"
|
||||
tabs.recent = "Recent"
|
||||
tabs.shared = "Shared with me"
|
||||
|
||||
Reference in New Issue
Block a user