Files
huly-platform/plugins/export-assets/lang/en.json
T
2025-03-25 21:10:51 +05:00

27 lines
1.2 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."
}
}