mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 03:15:41 +02:00
* Allow to export documents without children Signed-off-by: Artem Savchenko <armisav@gmail.com> * Fix tests Signed-off-by: Artem Savchenko <armisav@gmail.com> --------- Signed-off-by: Artem Savchenko <armisav@gmail.com>
61 lines
3.3 KiB
JSON
61 lines
3.3 KiB
JSON
{
|
|
"string": {
|
|
"WorkspaceNamePattern": "Name must be 40 characters or less, not empty, and cannot contain special characters (<, >, /)",
|
|
"Export": "Export",
|
|
"DataToExport": "Data to export",
|
|
"ExportDocuments": "Documents",
|
|
"ExportMilestones": "Milestone",
|
|
"ExportIssues": "Issues",
|
|
"ExportTestCases": "Test Cases",
|
|
"ExportTestRuns": "Test Runs",
|
|
"ExportTestPlans": "Test Plans",
|
|
"ExportFormat": "Export format",
|
|
"ExportJSON": "JSON",
|
|
"ExportCSV": "CSV",
|
|
"ExportUnifiedFormat": "Huly Unified Format",
|
|
"ExportIncludeContent": "Include content",
|
|
"ExportEverything": "Everything",
|
|
"ExportAttributesOnly": "Attributes only",
|
|
"ExportRequestSuccess": "Export started.",
|
|
"ExportRequestSuccessMessage": "Export started. You will receive a notification in your Inbox when it completes.",
|
|
"ExportRequestFailed": "Failed to submit export.",
|
|
"ExportRequestFailedMessage": "Error occurred while submitting export. Please try again later.",
|
|
"ExportCompleted": "Export completed. Your files are ready. You can download them from the drive.",
|
|
"ExportFailed": "Failed to export data. Please try again later.",
|
|
"ExportToWorkspace": "Export to another workspace",
|
|
"TargetWorkspace": "Target workspace",
|
|
"ExportSource": "Export source",
|
|
"ExportSelected": "Selected items",
|
|
"ExportAll": "All items",
|
|
"ExportStarted": "Export started",
|
|
"ExportStartedMessage": "Export started. You will receive a notification when it completes.",
|
|
"ExportToWorkspaceCompleted": "Export completed",
|
|
"ExportToWorkspaceCompletedMessage": "Export completed successfully.",
|
|
"ImportToWorkspaceNotificationMessage": "{count} documents imported to your workspace",
|
|
"ImportCompleted": "Documents imported to workspace",
|
|
"SourceWorkspace": "Source workspace",
|
|
"ExportedCount": "Exported count",
|
|
"ExportedDocumentIds": "Exported document IDs",
|
|
"DocumentsImportedFromWorkspace": "{count, plural, one {1 document was imported from {workspace} workspace} other {# documents were imported from {workspace} workspace}}:",
|
|
"ExportedDocumentClass": "Exported document class",
|
|
"Import": "Import",
|
|
"ImportedDocuments": "New documents",
|
|
"ExportToWorkspaceFailed": "Export failed",
|
|
"SelectWorkspace": "Select workspace",
|
|
"SelectWorkspaceToExport": "Select workspace to export {count, plural, =1 {1 document} other {# documents}}",
|
|
"SelectWorkspaceToExportSpace": "Select workspace to export documents",
|
|
"SelectSpace": "Select space",
|
|
"NoSelectedDocuments": "No documents selected",
|
|
"NoDocumentsMatchedFilters": "No documents were found to export with the current filters. Try adjusting your filters or selection and try again.",
|
|
"RequestPermissionToImport": "Please request permission from the target workspace owner to import documents.",
|
|
"ExportOnlyEffective": "Export only documents with effective status",
|
|
"ExportFilterMode": "Documents to export",
|
|
"ExportFilterEffectiveOnly": "Export only effective documents",
|
|
"ExportFilterSkipArchivedObsolete": "All documents except archived and obsolete",
|
|
"ExportFilterAll": "All documents",
|
|
"ExportChildDocuments": "Export child documents",
|
|
"ExportChildDocumentsDescription": "Also export documents attached to the selected ones",
|
|
"ExportResultRecordTitle": "Export of documents from {workspace} workspace ({date})"
|
|
}
|
|
}
|