Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
287 lines
11 KiB
JSON
287 lines
11 KiB
JSON
{
|
|
"templatesSettings": {
|
|
"folderCount_one": "{{count}} folder",
|
|
"folderCount_other": "{{count}} folders"
|
|
},
|
|
"title": "Documents",
|
|
"noDocuments": "No documents attached",
|
|
"upload": "Upload Document",
|
|
"download": "Download",
|
|
"remove": "Remove",
|
|
"preview": "Preview",
|
|
"linkDocuments": "Link Documents",
|
|
"editDocument": "Edit Document",
|
|
"viewDocument": "View Document",
|
|
"downloadToPlay": "Download to Play",
|
|
"delete": "Delete",
|
|
"previewUnavailable": "Preview unavailable",
|
|
"newDocument": "New Document",
|
|
"uploadFile": "Upload File",
|
|
"deleteTitle": "Delete Document",
|
|
"deleteMessage": "Are you sure you want to delete \"{{name}}\"? This action cannot be undone.",
|
|
"deleteVideoTitle": "Delete Video",
|
|
"deleteVideoMessage": "Are you sure you want to delete the video \"{{name}}\"? This action cannot be undone.",
|
|
"removeTitle": "Remove Document",
|
|
"removeMessage": "Are you sure you want to remove \"{{name}}\" from this item? The document will still be available in the document library.",
|
|
"removeVideoTitle": "Remove Video",
|
|
"removeVideoMessage": "Are you sure you want to remove the video \"{{name}}\" from this item? The file will remain available in the document library.",
|
|
"downloadFile": "Download File",
|
|
"videoUnsupported": "Video format ({{mimeType}}) not supported for browser playback",
|
|
"videoTagUnsupported": "Your browser does not support the video tag.",
|
|
"unnamed": "Untitled",
|
|
"videoDownloadInfo": "The video will be downloaded and can be played with your system's default video player",
|
|
"previewUnavailableNoId": "Preview not available (no identifier)",
|
|
"previewLoadFailed": "Failed to load preview",
|
|
"videoCodecWarning": "Chrome may not support this video codec. Try downloading or use Safari/Edge.",
|
|
"messages": {
|
|
"fetchFailed": "Failed to fetch documents.",
|
|
"folderCreated": "Folder \"{{name}}\" created successfully",
|
|
"folderCreateFailed": "Failed to create folder",
|
|
"moveDocumentsSuccess_one": "{{count}} document moved to {{destination}}",
|
|
"moveDocumentsSuccess_other": "{{count}} documents moved to {{destination}}",
|
|
"moveDocumentsFailed": "Failed to move documents",
|
|
"deleteSuccess": "Document \"{{name}}\" deleted successfully",
|
|
"deleteFailed": "Failed to delete document",
|
|
"removeAssociationFailed": "Failed to remove document association",
|
|
"moveDocumentSuccess": "Document \"{{name}}\" moved successfully",
|
|
"moveDocumentFailed": "Failed to move document",
|
|
"createFailed": "Failed to create document",
|
|
"saveFailed": "Failed to save document",
|
|
"loadContentFailed": "Failed to load document content",
|
|
"downloadFailed": "Failed to download document",
|
|
"bulkDeleteFailed": "Failed to delete some documents",
|
|
"bulkDeleteSuccess_one": "{{count}} document deleted successfully",
|
|
"bulkDeleteSuccess_other": "{{count}} documents deleted successfully",
|
|
"passwordRequired": "Password is required",
|
|
"shareLinkCreateFailed": "Failed to create share link",
|
|
"shareLinkCreated": "Share link created",
|
|
"linkCopied": "Link copied to clipboard",
|
|
"shareLinkRevokeFailed": "Failed to revoke share link",
|
|
"shareLinkRevoked": "Share link revoked",
|
|
"shareLinksLoadFailed": "Failed to load share links",
|
|
"folderPathRequired": "Folder path is required",
|
|
"folderAlreadyExists": "Folder already exists",
|
|
"defaultsSaveFailed": "Failed to save",
|
|
"defaultsRemoved": "Default folders for {{entity}} removed",
|
|
"defaultsSaved": "Default folders for {{entity}} saved",
|
|
"suggestedDefaultsAllLoaded": "All suggested defaults are already loaded",
|
|
"suggestedDefaultsLoaded_one": "Loaded defaults for {{count}} entity type",
|
|
"suggestedDefaultsLoaded_other": "Loaded defaults for {{count}} entity types",
|
|
"suggestedDefaultsLoadFailed": "Failed to load suggested defaults",
|
|
"entityTypesAllConfigured": "All entity types already have default folders configured",
|
|
"defaultFoldersLoadFailed": "Failed to load default folders"
|
|
},
|
|
"validation": {
|
|
"nameRequired": "Document name is required"
|
|
},
|
|
"bulkActions": {
|
|
"selected_one": "{{count}} document selected",
|
|
"selected_other": "{{count}} documents selected",
|
|
"moveToFolder": "Move to Folder",
|
|
"deleteSelected": "Delete Selected",
|
|
"clearSelection": "Clear Selection"
|
|
},
|
|
"prompts": {
|
|
"confirmBulkDelete_one": "Are you sure you want to delete {{count}} document?",
|
|
"confirmBulkDelete_other": "Are you sure you want to delete {{count}} documents?"
|
|
},
|
|
"pagination": {
|
|
"perPage": "{{count}} per page"
|
|
},
|
|
"folderSelector": {
|
|
"defaultTitle": "Select Destination Folder",
|
|
"defaultDescription": "Choose where to save this document",
|
|
"newDocumentTitle": "Select Folder for New Document",
|
|
"newDocumentDescription": "Choose where to save this new document",
|
|
"moveTitle": "Move Document",
|
|
"moveDescriptionWithName": "Select destination folder for \"{{name}}\"",
|
|
"moveDescription": "Select destination folder",
|
|
"bulkMoveTitle": "Move Selected Documents",
|
|
"bulkMoveDescription_one": "Select destination folder for {{count}} document",
|
|
"bulkMoveDescription_other": "Select destination folder for {{count}} documents",
|
|
"errors": {
|
|
"nameRequired": "Please enter a folder name",
|
|
"invalidCharacters": "Folder name cannot contain \"/\"",
|
|
"createFailed": "Failed to create folder"
|
|
},
|
|
"creating": "Creating...",
|
|
"createButton": "Create Folder",
|
|
"newFolderButton": "New Folder",
|
|
"parentLabel": "Parent folder: {{folder}}",
|
|
"rootLabel": "/ (Root)",
|
|
"namePlaceholder": "Enter folder name",
|
|
"loading": "Loading folders...",
|
|
"rootOption": "Root (No folder)",
|
|
"empty": "No folders available. Documents will be saved to root."
|
|
},
|
|
"filters": {
|
|
"searchLabel": "Search Documents",
|
|
"searchPlaceholder": "Search by document name...",
|
|
"typeLabel": "Document Type",
|
|
"entityTypeLabel": "Associated Entity Type",
|
|
"uploadedByLabel": "Uploaded By",
|
|
"uploadedByPlaceholder": "All Users",
|
|
"updatedStartLabel": "Updated Date Start",
|
|
"updatedEndLabel": "Updated Date End",
|
|
"startDatePlaceholder": "Select start date",
|
|
"endDatePlaceholder": "Select end date",
|
|
"sortByLabel": "Sort By",
|
|
"clear": "Clear Filters",
|
|
"typeOptions": {
|
|
"all": "All Document Types",
|
|
"pdf": "PDF",
|
|
"image": "Images",
|
|
"text": "Documents",
|
|
"video": "Video",
|
|
"other": "Other"
|
|
},
|
|
"sortOptions": {
|
|
"updated_at": "Date",
|
|
"document_name": "Document name",
|
|
"file_size": "File size",
|
|
"created_by_full_name": "Created By"
|
|
},
|
|
"sortOrder": {
|
|
"default": {
|
|
"asc": "Show ascending order",
|
|
"desc": "Show descending order"
|
|
},
|
|
"document_name": {
|
|
"asc": "Show A-Z",
|
|
"desc": "Show Z-A"
|
|
},
|
|
"updated_at": {
|
|
"asc": "Show Oldest First",
|
|
"desc": "Show Newest First"
|
|
},
|
|
"file_size": {
|
|
"asc": "Show Smallest First",
|
|
"desc": "Show Largest First"
|
|
},
|
|
"created_by_full_name": {
|
|
"asc": "Show A-Z",
|
|
"desc": "Show Z-A"
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"title": "Select Documents",
|
|
"reflectionLabel": "Document Selector",
|
|
"searchPlaceholder": "Search documents...",
|
|
"foldersLabel": "Folders",
|
|
"folderHint": "in folder \"{{folder}}\"",
|
|
"saving": "Saving...",
|
|
"selectDocument": "Select Document",
|
|
"associateSelected": "Associate Selected",
|
|
"errors": {
|
|
"configuration": "Configuration error: Missing entity information",
|
|
"invalidData": "Invalid document data received",
|
|
"load": "Failed to load documents",
|
|
"save": "Failed to save document selection"
|
|
},
|
|
"configErrorTitle": "Configuration Error",
|
|
"configErrorMessage": "Missing required configuration. Please contact support."
|
|
},
|
|
"uploadSection": {
|
|
"reflectionLabel": "Document Upload",
|
|
"dragDrop": "Drag and drop your file here, or",
|
|
"browse": "Browse Files",
|
|
"uploading": "Uploading...",
|
|
"error": "Failed to upload document",
|
|
"fileError": "Failed to upload file"
|
|
},
|
|
"folders": {
|
|
"root": "Root",
|
|
"loadFailed": "Failed to load folder tree",
|
|
"deleteConfirm": "Are you sure you want to delete the folder \"{{name}}\"? This will only work if the folder is empty.",
|
|
"deleteSuccess": "Folder \"{{name}}\" deleted successfully",
|
|
"deleteFailed": "Failed to delete folder",
|
|
"deleteAction": "Delete folder",
|
|
"loading": "Loading folders...",
|
|
"title": "Folders",
|
|
"collapse": "Collapse folders",
|
|
"allDocuments": "All Documents"
|
|
},
|
|
"folderManager": {
|
|
"title": "Create New Folder",
|
|
"nameLabel": "Folder Name",
|
|
"namePlaceholder": "Enter folder name",
|
|
"willCreateIn": "Will be created in: {{folder}}"
|
|
},
|
|
"portal": {
|
|
"subtitle": "View and download your shared documents",
|
|
"searchPlaceholder": "Search documents...",
|
|
"showing": "{{count}} documents",
|
|
"loadError": "Failed to load documents. Please try again."
|
|
},
|
|
"kb": {
|
|
"title": "Knowledge Base",
|
|
"subtitle": "Find answers to common questions and how-to guides",
|
|
"categories": "Categories",
|
|
"allArticles": "All Articles",
|
|
"searchPlaceholder": "Search articles...",
|
|
"articleCount": "{{count}} articles",
|
|
"noArticles": "No articles found",
|
|
"loadError": "Failed to load articles. Please try again.",
|
|
"noContent": "No content available",
|
|
"articleNotFound": "Article not found",
|
|
"backToArticles": "Back to Articles",
|
|
"views": "views",
|
|
"wasHelpful": "Was this article helpful?",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"feedbackThanks": "Thank you for your feedback!",
|
|
"feedbackError": "Failed to submit feedback",
|
|
"filterByTags": "Filter by tags..."
|
|
},
|
|
"visibility": {
|
|
"cascadeTitle": "Update document visibility",
|
|
"cascadeMakeVisible": "Would you also like to make all {{count}} document(s) in \"{{name}}\" visible to the client portal?",
|
|
"cascadeMakeHidden": "Would you also like to hide all {{count}} document(s) in \"{{name}}\" from the client portal?",
|
|
"cascadeYes": "Yes, update documents",
|
|
"cascadeNo": "No, folder only"
|
|
},
|
|
"empty": {
|
|
"default": "No documents found"
|
|
},
|
|
"shared": {
|
|
"statusLabels": {
|
|
"draft": "Draft",
|
|
"review": "In Review",
|
|
"published": "Published",
|
|
"archived": "Archived"
|
|
},
|
|
"audienceLabels": {
|
|
"internal": "Internal",
|
|
"client": "Client",
|
|
"public": "Public"
|
|
},
|
|
"typeLabels": {
|
|
"how_to": "How-To",
|
|
"faq": "FAQ",
|
|
"troubleshooting": "Troubleshooting",
|
|
"reference": "Reference"
|
|
}
|
|
},
|
|
"documents": {
|
|
"messages": {
|
|
"error": {
|
|
"noPermission": "You do not have permission to view documents",
|
|
"invalidData": "Invalid document data received",
|
|
"fetchFailed": "Failed to fetch documents"
|
|
}
|
|
}
|
|
},
|
|
"uploadError": "Failed to upload document",
|
|
"downloadError": "Failed to download document",
|
|
"uploadHint": "Upload files to share with this task",
|
|
"file": "file",
|
|
"files": "files",
|
|
"view": "View",
|
|
"common:pagination": {
|
|
"next": "Next",
|
|
"pageOf": "Page {{current}} of {{total}}",
|
|
"previous": "Previous"
|
|
}
|
|
}
|