-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix modal transition * Fix export translations and select input * Animate transition * Animation when expanding related documents * Animation when expanding related documents * Default value for container height * Import Modal UX refinements * Lint * Fix translation * Add constants for section height calculation * lint * Use ref for container and limit container height
- Loading branch information
Showing
3 changed files
with
145 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
{ | ||
"export": "Export", | ||
"exported": "Exported {{ count }} {{ type }}", | ||
"exporting": "Exporting {{ type }}...", | ||
"exportModalDescription": "You've selected {{ count }} {{ type }} for export", | ||
"export": "Download {{ type }}", | ||
"exported": "Downloaded {{ count }} {{ type }}", | ||
"exporting": "Downloading {{ type }}...", | ||
"exportModalDescription": "You've selected {{ count }} {{ type }} for download", | ||
"exportModalRelatedDocumentDescription": "Include the following document types where applicable", | ||
"exportModalSettingsLabel": "Export Settings", | ||
"exportModalDocumentFormat": "Document Format", | ||
"exportModalIncludeRelated": "Include related documents", | ||
"exportModalIncludeChildren": "Include children of this page", | ||
"exportModalIncludeRelatedSettings": "Related Documents Settings", | ||
"exportModalNoRelatedTypes": "No Related Types", | ||
"import": "Import", | ||
"importDocuments": "Import Documents", | ||
"importModalDescription": "Importing content requires a zip file. See our <a href=\"https://v3.docs.apostrophecms.org/\" target=\"_blank\">guide to importing content</a> in Apostrophe." | ||
"import": "Upload {{ type }}", | ||
"importModalDescription": "Uploading content requires a zip file. See our <a href=\"https://v3.docs.apostrophecms.org/\" target=\"_blank\">guide to importing content</a> in Apostrophe." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters