@framework-m/desk 0.13.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth.d.ts +18 -0
- package/dist/auth.d.ts.map +1 -1
- package/dist/components/CommandPalette.d.ts +1 -1
- package/dist/components/CommandPalette.d.ts.map +1 -1
- package/dist/components/audit/AuditTimeline.d.ts +1 -1
- package/dist/components/audit/AuditTimeline.d.ts.map +1 -1
- package/dist/components/audit/DiffViewer.d.ts +1 -1
- package/dist/components/audit/DiffViewer.d.ts.map +1 -1
- package/dist/components/breadcrumb/index.d.ts +1 -1
- package/dist/components/breadcrumb/index.d.ts.map +1 -1
- package/dist/components/correction/CorrectButton.d.ts +1 -1
- package/dist/components/correction/CorrectButton.d.ts.map +1 -1
- package/dist/components/correction/CorrectionWizard.d.ts +1 -1
- package/dist/components/correction/CorrectionWizard.d.ts.map +1 -1
- package/dist/components/feedback/AlertBanner.d.ts +1 -1
- package/dist/components/feedback/AlertBanner.d.ts.map +1 -1
- package/dist/components/feedback/ConfirmDialog.d.ts +1 -1
- package/dist/components/feedback/ConfirmDialog.d.ts.map +1 -1
- package/dist/components/feedback/QuickEditModal.d.ts +2 -1
- package/dist/components/feedback/QuickEditModal.d.ts.map +1 -1
- package/dist/components/feedback/SubmittedBanner.d.ts +1 -1
- package/dist/components/feedback/SubmittedBanner.d.ts.map +1 -1
- package/dist/components/form/AutoForm.d.ts +3 -1
- package/dist/components/form/AutoForm.d.ts.map +1 -1
- package/dist/components/form/FormBodyLayout.d.ts +1 -1
- package/dist/components/form/FormBodyLayout.d.ts.map +1 -1
- package/dist/components/form/FormToolbar.d.ts +2 -7
- package/dist/components/form/FormToolbar.d.ts.map +1 -1
- package/dist/components/form/FormViewHeader.d.ts +12 -0
- package/dist/components/form/FormViewHeader.d.ts.map +1 -1
- package/dist/components/form/LinkWidget.d.ts +1 -1
- package/dist/components/form/LinkWidget.d.ts.map +1 -1
- package/dist/components/form/QuickEntryForm.d.ts +1 -1
- package/dist/components/form/QuickEntryForm.d.ts.map +1 -1
- package/dist/components/form/fields/AutoField.d.ts.map +1 -1
- package/dist/components/form/fields/BooleanField.d.ts +1 -1
- package/dist/components/form/fields/BooleanField.d.ts.map +1 -1
- package/dist/components/form/fields/ErrorsField.d.ts +1 -1
- package/dist/components/form/fields/ErrorsField.d.ts.map +1 -1
- package/dist/components/form/fields/ListField.d.ts +1 -1
- package/dist/components/form/fields/ListField.d.ts.map +1 -1
- package/dist/components/form/fields/MultiSelectField.d.ts +1 -1
- package/dist/components/form/fields/MultiSelectField.d.ts.map +1 -1
- package/dist/components/form/fields/SelectField.d.ts +1 -1
- package/dist/components/form/fields/SelectField.d.ts.map +1 -1
- package/dist/components/form/fields/SubmitField.d.ts +1 -1
- package/dist/components/form/fields/SubmitField.d.ts.map +1 -1
- package/dist/components/form/fields/TextField.d.ts +1 -1
- package/dist/components/form/fields/TextField.d.ts.map +1 -1
- package/dist/components/layout/ColumnGrid.d.ts +1 -1
- package/dist/components/layout/ColumnGrid.d.ts.map +1 -1
- package/dist/components/layout/DefaultLandingPage.d.ts +1 -1
- package/dist/components/layout/DefaultLandingPage.d.ts.map +1 -1
- package/dist/components/layout/FrameworkMShell.d.ts +1 -1
- package/dist/components/layout/FrameworkMShell.d.ts.map +1 -1
- package/dist/components/layout/GuestPlaceholder.d.ts +1 -1
- package/dist/components/layout/GuestPlaceholder.d.ts.map +1 -1
- package/dist/components/layout/Navigation/ContextualDrawer.d.ts +1 -1
- package/dist/components/layout/Navigation/ContextualDrawer.d.ts.map +1 -1
- package/dist/components/layout/Navigation/NavigationShell.d.ts +1 -1
- package/dist/components/layout/Navigation/NavigationShell.d.ts.map +1 -1
- package/dist/components/layout/Navigation/PrimaryRail.d.ts +1 -1
- package/dist/components/layout/Navigation/PrimaryRail.d.ts.map +1 -1
- package/dist/components/layout/PageHeader.d.ts +1 -1
- package/dist/components/layout/PageHeader.d.ts.map +1 -1
- package/dist/components/layout/PermissionDenied.d.ts +1 -1
- package/dist/components/layout/PermissionDenied.d.ts.map +1 -1
- package/dist/components/layout/SectionField.d.ts +1 -1
- package/dist/components/layout/SectionField.d.ts.map +1 -1
- package/dist/components/layout/ShellSkeleton.d.ts.map +1 -1
- package/dist/components/layout/TabContainer.d.ts +1 -1
- package/dist/components/layout/TabContainer.d.ts.map +1 -1
- package/dist/components/list/AsOfDatePicker.d.ts +1 -1
- package/dist/components/list/AsOfDatePicker.d.ts.map +1 -1
- package/dist/components/list/ListBodyLayout.d.ts +10 -4
- package/dist/components/list/ListBodyLayout.d.ts.map +1 -1
- package/dist/components/menu/index.d.ts +1 -1
- package/dist/components/menu/index.d.ts.map +1 -1
- package/dist/components/sibling/SiblingPanel.d.ts +1 -1
- package/dist/components/sibling/SiblingPanel.d.ts.map +1 -1
- package/dist/components/table/AutoTable.d.ts +3 -1
- package/dist/components/table/AutoTable.d.ts.map +1 -1
- package/dist/components/table/BulkActionsBar.d.ts +1 -1
- package/dist/components/table/BulkActionsBar.d.ts.map +1 -1
- package/dist/components/table/EditableCell.d.ts +1 -1
- package/dist/components/table/EditableCell.d.ts.map +1 -1
- package/dist/components/table/tableUtils.d.ts.map +1 -1
- package/dist/components/workflow/StateBadge.d.ts +1 -1
- package/dist/components/workflow/StateBadge.d.ts.map +1 -1
- package/dist/components/workflow/WorkflowActions.d.ts +1 -1
- package/dist/components/workflow/WorkflowActions.d.ts.map +1 -1
- package/dist/config/i18n.d.ts.map +1 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/desk.css +2 -1
- package/dist/hooks/useFormController.d.ts +16 -5
- package/dist/hooks/useFormController.d.ts.map +1 -1
- package/dist/hooks/useListActions.d.ts +7 -6
- package/dist/hooks/useListActions.d.ts.map +1 -1
- package/dist/hooks/useListFilters.d.ts +1 -1
- package/dist/hooks/useListFilters.d.ts.map +1 -1
- package/dist/hooks/useUIMeta.d.ts +10 -0
- package/dist/hooks/useUIMeta.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10671 -9812
- package/dist/index.js.map +1 -1
- package/dist/locales/en/desk.json +54 -36
- package/dist/locales/es/desk.json +54 -36
- package/dist/locales/fr/desk.json +54 -36
- package/dist/locales/hi/desk.json +54 -36
- package/dist/locales/mr/desk.json +54 -36
- package/dist/locales/ta/desk.json +54 -36
- package/dist/locales/ur/desk.json +54 -36
- package/dist/pages/FormView.d.ts +1 -1
- package/dist/pages/FormView.d.ts.map +1 -1
- package/dist/pages/ListView.d.ts +2 -2
- package/dist/pages/ListView.d.ts.map +1 -1
- package/dist/pages/LoginLogo.d.ts +1 -1
- package/dist/pages/LoginLogo.d.ts.map +1 -1
- package/dist/pages/LoginPage.d.ts +1 -1
- package/dist/pages/LoginPage.d.ts.map +1 -1
- package/dist/plugins/Slot.d.ts +1 -1
- package/dist/plugins/Slot.d.ts.map +1 -1
- package/dist/providers/SystemConfigProvider.d.ts +26 -0
- package/dist/providers/SystemConfigProvider.d.ts.map +1 -0
- package/dist/shell/ShellProvider.d.ts +1 -1
- package/dist/shell/ShellProvider.d.ts.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/views/CalendarView.d.ts +4 -1
- package/dist/views/CalendarView.d.ts.map +1 -1
- package/dist/views/GanttView.d.ts +4 -1
- package/dist/views/GanttView.d.ts.map +1 -1
- package/dist/views/KanbanView.d.ts +3 -1
- package/dist/views/KanbanView.d.ts.map +1 -1
- package/dist/views/TreeView.d.ts +4 -1
- package/dist/views/TreeView.d.ts.map +1 -1
- package/dist/workspace/WorkspaceSection.d.ts +1 -1
- package/dist/workspace/WorkspaceSection.d.ts.map +1 -1
- package/locales/en/desk.json +54 -36
- package/locales/es/desk.json +54 -36
- package/locales/fr/desk.json +54 -36
- package/locales/hi/desk.json +54 -36
- package/locales/mr/desk.json +54 -36
- package/locales/ta/desk.json +54 -36
- package/locales/ur/desk.json +54 -36
- package/package.json +32 -31
|
@@ -1,68 +1,74 @@
|
|
|
1
1
|
{
|
|
2
|
-
"← Prev": "← Prev",
|
|
3
|
-
"↑↓ Navigate": "↑↓ Navigate",
|
|
4
|
-
"↵ Select": "↵ Select",
|
|
5
2
|
"+ Add Root Node": "+ Add Root Node",
|
|
6
3
|
"+ Add Row": "+ Add Row",
|
|
4
|
+
"+ Add a Filter": "+ Add a Filter",
|
|
7
5
|
"+ New": "+ New",
|
|
8
6
|
"A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
|
|
14
|
-
"Apply filters": "Apply filters",
|
|
7
|
+
"Amend": "Amend",
|
|
8
|
+
"An error occurred. Please try again.": "An error occurred. Please try again.",
|
|
9
|
+
"Apply Filters": "Apply Filters",
|
|
10
|
+
"Are you sure you want to delete this document? This action cannot be undone.": "Are you sure you want to delete this document? This action cannot be undone.",
|
|
15
11
|
"Assigned": "Assigned",
|
|
12
|
+
"Auto-saving...": "Auto-saving...",
|
|
16
13
|
"Available": "Available",
|
|
14
|
+
"Back to sign in": "Back to sign in",
|
|
15
|
+
"Calendar": "Calendar",
|
|
17
16
|
"Cancel": "Cancel",
|
|
18
17
|
"Cancelled - document is locked": "Cancelled - document is locked",
|
|
18
|
+
"Cannot Delete Locked": "Cannot Delete Locked",
|
|
19
19
|
"Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
|
|
20
|
-
"Choose
|
|
20
|
+
"Choose value": "Choose value",
|
|
21
21
|
"Clear": "Clear",
|
|
22
|
-
"Clear
|
|
23
|
-
"Clear filters": "Clear filters",
|
|
22
|
+
"Clear Filters": "Clear Filters",
|
|
24
23
|
"Clear Selected": "Clear Selected",
|
|
24
|
+
"Clear filters": "Clear filters",
|
|
25
25
|
"Close": "Close",
|
|
26
|
-
"Close ✕": "Close ✕",
|
|
27
26
|
"Collapse": "Collapse",
|
|
28
27
|
"Columns": "Columns",
|
|
28
|
+
"Confirm Delete": "Confirm Delete",
|
|
29
29
|
"Continue with {{provider}}": "Continue with {{provider}}",
|
|
30
|
-
"Controls": "Controls",
|
|
31
30
|
"Correct": "Correct",
|
|
31
|
+
"Correct / Amend": "Correct / Amend",
|
|
32
32
|
"Correct Document": "Correct Document",
|
|
33
33
|
"Correction Strategy": "Correction Strategy",
|
|
34
34
|
"Creation": "Creation",
|
|
35
|
+
"Day": "Day",
|
|
35
36
|
"Delete": "Delete",
|
|
36
37
|
"Delete Row": "Delete Row",
|
|
37
38
|
"Deleted At": "Deleted At",
|
|
38
|
-
"
|
|
39
|
+
"Discard": "Discard",
|
|
39
40
|
"Done": "Done",
|
|
40
41
|
"Download PDF": "Download PDF",
|
|
41
42
|
"Drop here": "Drop here",
|
|
42
43
|
"Drop here to make root-level": "Drop here to make root-level",
|
|
43
44
|
"Email": "Email",
|
|
45
|
+
"Enter your email to receive a reset link": "Enter your email to receive a reset link",
|
|
44
46
|
"Error loading": "Error loading",
|
|
45
47
|
"Error:": "Error:",
|
|
46
48
|
"Esc Close": "Esc Close",
|
|
47
49
|
"Expand": "Expand",
|
|
48
50
|
"Export CSV": "Export CSV",
|
|
49
51
|
"Export JSON": "Export JSON",
|
|
52
|
+
"Failed to load tree": "Failed to load tree",
|
|
53
|
+
"Failed to send reset link.": "Failed to send reset link.",
|
|
54
|
+
"False": "False",
|
|
50
55
|
"Field": "Field",
|
|
51
|
-
"Filter
|
|
52
|
-
"Filter changes are ready. Select Apply filters to refresh the table.": "Filter changes are ready. Select Apply filters to refresh the table.",
|
|
53
|
-
"Filters": "Filters",
|
|
54
|
-
"first to load link options.": "first to load link options.",
|
|
56
|
+
"Filter": "Filter",
|
|
55
57
|
"Forgot password?": "Forgot password?",
|
|
58
|
+
"Gantt": "Gantt",
|
|
59
|
+
"Hello, {{name}}!": "Hello, {{name}}!",
|
|
60
|
+
"Hide System Info": "Hide System Info",
|
|
56
61
|
"History": "History",
|
|
57
62
|
"ID": "ID",
|
|
63
|
+
"If an account exists with this email, a password reset link has been sent.": "If an account exists with this email, a password reset link has been sent.",
|
|
58
64
|
"Invalid credentials": "Invalid credentials",
|
|
59
|
-
"
|
|
60
|
-
"Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
|
|
65
|
+
"Kanban": "Kanban",
|
|
61
66
|
"Language": "Language",
|
|
62
67
|
"Last Modified": "Last Modified",
|
|
68
|
+
"List": "List",
|
|
69
|
+
"Loading Kanban...": "Loading Kanban...",
|
|
63
70
|
"Loading form...": "Loading form...",
|
|
64
71
|
"Loading history...": "Loading history...",
|
|
65
|
-
"Loading Kanban...": "Loading Kanban...",
|
|
66
72
|
"Loading sibling form...": "Loading sibling form...",
|
|
67
73
|
"Loading sibling metadata...": "Loading sibling metadata...",
|
|
68
74
|
"Loading tree...": "Loading tree...",
|
|
@@ -74,42 +80,40 @@
|
|
|
74
80
|
"M": "M",
|
|
75
81
|
"Manage filters": "Manage filters",
|
|
76
82
|
"Modified By": "Modified By",
|
|
77
|
-
"
|
|
83
|
+
"Month": "Month",
|
|
78
84
|
"New": "New",
|
|
79
85
|
"New Value": "New Value",
|
|
80
86
|
"Next": "Next",
|
|
81
87
|
"Next →": "Next →",
|
|
82
88
|
"No actions available": "No actions available",
|
|
89
|
+
"No data": "No data",
|
|
83
90
|
"No editable properties found in schema.": "No editable properties found in schema.",
|
|
91
|
+
"No filters added.": "No filters added.",
|
|
84
92
|
"No history yet": "No history yet",
|
|
85
93
|
"No items yet. Click \"+ Add Root Node\" to get started.": "No items yet. Click \"+ Add Root Node\" to get started.",
|
|
86
|
-
"No matching records found.": "No matching records found.",
|
|
87
94
|
"No results found": "No results found",
|
|
88
|
-
"No rules yet. Add one to narrow the list.": "No rules yet. Add one to narrow the list.",
|
|
89
95
|
"No tasks to display": "No tasks to display",
|
|
90
|
-
"of": "of",
|
|
91
96
|
"Old": "Old",
|
|
92
|
-
"or": "or",
|
|
93
|
-
"Output": "Output",
|
|
94
97
|
"Owner": "Owner",
|
|
95
98
|
"Page": "Page",
|
|
96
99
|
"Password": "Password",
|
|
97
100
|
"Please correct the following errors:": "Please correct the following errors:",
|
|
101
|
+
"Please enter your email address.": "Please enter your email address.",
|
|
98
102
|
"Previous": "Previous",
|
|
99
103
|
"Print Preview": "Print Preview",
|
|
100
104
|
"Quick Edit": "Quick Edit",
|
|
101
105
|
"Reason": "Reason",
|
|
102
106
|
"Rename node": "Rename node",
|
|
103
107
|
"Reset": "Reset",
|
|
104
|
-
"
|
|
108
|
+
"Reset Password": "Reset Password",
|
|
105
109
|
"Retry": "Retry",
|
|
106
110
|
"Right-side metadata overlay": "Right-side metadata overlay",
|
|
107
|
-
"
|
|
108
|
-
"Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
|
|
111
|
+
"Saved": "Saved",
|
|
109
112
|
"Search:": "Search:",
|
|
110
113
|
"Select": "Select",
|
|
111
114
|
"Select Field": "Select Field",
|
|
112
|
-
"
|
|
115
|
+
"Send Reset Link": "Send Reset Link",
|
|
116
|
+
"Sending...": "Sending...",
|
|
113
117
|
"Showing": "Showing",
|
|
114
118
|
"Sibling Data": "Sibling Data",
|
|
115
119
|
"Sibling tabs": "Sibling tabs",
|
|
@@ -117,15 +121,29 @@
|
|
|
117
121
|
"Sign in to your account": "Sign in to your account",
|
|
118
122
|
"Signing in...": "Signing in...",
|
|
119
123
|
"Submitted - document is locked": "Submitted - document is locked",
|
|
124
|
+
"System Info": "System Info",
|
|
120
125
|
"Task": "Task",
|
|
121
|
-
"The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
|
|
122
126
|
"Today": "Today",
|
|
123
127
|
"Total:": "Total:",
|
|
128
|
+
"Tree": "Tree",
|
|
129
|
+
"True": "True",
|
|
130
|
+
"Unsaved Changes": "Unsaved Changes",
|
|
131
|
+
"Unsaved changes": "Unsaved changes",
|
|
124
132
|
"Update": "Update",
|
|
125
133
|
"Update Field ▼": "Update Field ▼",
|
|
126
134
|
"Updated": "Updated",
|
|
127
|
-
"
|
|
135
|
+
"Value": "Value",
|
|
128
136
|
"View as of date": "View as of date",
|
|
129
|
-
"
|
|
130
|
-
"Welcome
|
|
137
|
+
"Week": "Week",
|
|
138
|
+
"Welcome": "Welcome",
|
|
139
|
+
"Welcome back": "Welcome back",
|
|
140
|
+
"You have unsaved changes. Are you sure you want to discard them?": "You have unsaved changes. Are you sure you want to discard them?",
|
|
141
|
+
"first to load link options.": "first to load link options.",
|
|
142
|
+
"more": "more",
|
|
143
|
+
"of": "of",
|
|
144
|
+
"or": "or",
|
|
145
|
+
"selected": "selected",
|
|
146
|
+
"← Prev": "← Prev",
|
|
147
|
+
"↑↓ Navigate": "↑↓ Navigate",
|
|
148
|
+
"↵ Select": "↵ Select"
|
|
131
149
|
}
|
|
@@ -1,68 +1,74 @@
|
|
|
1
1
|
{
|
|
2
|
-
"← Prev": "← Prev",
|
|
3
|
-
"↑↓ Navigate": "↑↓ Navigate",
|
|
4
|
-
"↵ Select": "↵ Select",
|
|
5
2
|
"+ Add Root Node": "+ Add Root Node",
|
|
6
3
|
"+ Add Row": "+ Add Row",
|
|
4
|
+
"+ Add a Filter": "+ Add a Filter",
|
|
7
5
|
"+ New": "+ New",
|
|
8
6
|
"A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
|
|
14
|
-
"Apply filters": "Apply filters",
|
|
7
|
+
"Amend": "Amend",
|
|
8
|
+
"An error occurred. Please try again.": "An error occurred. Please try again.",
|
|
9
|
+
"Apply Filters": "Apply Filters",
|
|
10
|
+
"Are you sure you want to delete this document? This action cannot be undone.": "Are you sure you want to delete this document? This action cannot be undone.",
|
|
15
11
|
"Assigned": "Assigned",
|
|
12
|
+
"Auto-saving...": "Auto-saving...",
|
|
16
13
|
"Available": "Available",
|
|
14
|
+
"Back to sign in": "Back to sign in",
|
|
15
|
+
"Calendar": "Calendar",
|
|
17
16
|
"Cancel": "Cancel",
|
|
18
17
|
"Cancelled - document is locked": "Cancelled - document is locked",
|
|
18
|
+
"Cannot Delete Locked": "Cannot Delete Locked",
|
|
19
19
|
"Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
|
|
20
|
-
"Choose
|
|
20
|
+
"Choose value": "Choose value",
|
|
21
21
|
"Clear": "Clear",
|
|
22
|
-
"Clear
|
|
23
|
-
"Clear filters": "Clear filters",
|
|
22
|
+
"Clear Filters": "Clear Filters",
|
|
24
23
|
"Clear Selected": "Clear Selected",
|
|
24
|
+
"Clear filters": "Clear filters",
|
|
25
25
|
"Close": "Close",
|
|
26
|
-
"Close ✕": "Close ✕",
|
|
27
26
|
"Collapse": "Collapse",
|
|
28
27
|
"Columns": "Columns",
|
|
28
|
+
"Confirm Delete": "Confirm Delete",
|
|
29
29
|
"Continue with {{provider}}": "Continue with {{provider}}",
|
|
30
|
-
"Controls": "Controls",
|
|
31
30
|
"Correct": "Correct",
|
|
31
|
+
"Correct / Amend": "Correct / Amend",
|
|
32
32
|
"Correct Document": "Correct Document",
|
|
33
33
|
"Correction Strategy": "Correction Strategy",
|
|
34
34
|
"Creation": "Creation",
|
|
35
|
+
"Day": "Day",
|
|
35
36
|
"Delete": "Delete",
|
|
36
37
|
"Delete Row": "Delete Row",
|
|
37
38
|
"Deleted At": "Deleted At",
|
|
38
|
-
"
|
|
39
|
+
"Discard": "Discard",
|
|
39
40
|
"Done": "Done",
|
|
40
41
|
"Download PDF": "Download PDF",
|
|
41
42
|
"Drop here": "Drop here",
|
|
42
43
|
"Drop here to make root-level": "Drop here to make root-level",
|
|
43
44
|
"Email": "Email",
|
|
45
|
+
"Enter your email to receive a reset link": "Enter your email to receive a reset link",
|
|
44
46
|
"Error loading": "Error loading",
|
|
45
47
|
"Error:": "Error:",
|
|
46
48
|
"Esc Close": "Esc Close",
|
|
47
49
|
"Expand": "Expand",
|
|
48
50
|
"Export CSV": "Export CSV",
|
|
49
51
|
"Export JSON": "Export JSON",
|
|
52
|
+
"Failed to load tree": "Failed to load tree",
|
|
53
|
+
"Failed to send reset link.": "Failed to send reset link.",
|
|
54
|
+
"False": "False",
|
|
50
55
|
"Field": "Field",
|
|
51
|
-
"Filter
|
|
52
|
-
"Filter changes are ready. Select Apply filters to refresh the table.": "Filter changes are ready. Select Apply filters to refresh the table.",
|
|
53
|
-
"Filters": "Filters",
|
|
54
|
-
"first to load link options.": "first to load link options.",
|
|
56
|
+
"Filter": "Filter",
|
|
55
57
|
"Forgot password?": "Forgot password?",
|
|
58
|
+
"Gantt": "Gantt",
|
|
59
|
+
"Hello, {{name}}!": "Hello, {{name}}!",
|
|
60
|
+
"Hide System Info": "Hide System Info",
|
|
56
61
|
"History": "History",
|
|
57
62
|
"ID": "ID",
|
|
63
|
+
"If an account exists with this email, a password reset link has been sent.": "If an account exists with this email, a password reset link has been sent.",
|
|
58
64
|
"Invalid credentials": "Invalid credentials",
|
|
59
|
-
"
|
|
60
|
-
"Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
|
|
65
|
+
"Kanban": "Kanban",
|
|
61
66
|
"Language": "Language",
|
|
62
67
|
"Last Modified": "Last Modified",
|
|
68
|
+
"List": "List",
|
|
69
|
+
"Loading Kanban...": "Loading Kanban...",
|
|
63
70
|
"Loading form...": "Loading form...",
|
|
64
71
|
"Loading history...": "Loading history...",
|
|
65
|
-
"Loading Kanban...": "Loading Kanban...",
|
|
66
72
|
"Loading sibling form...": "Loading sibling form...",
|
|
67
73
|
"Loading sibling metadata...": "Loading sibling metadata...",
|
|
68
74
|
"Loading tree...": "Loading tree...",
|
|
@@ -74,42 +80,40 @@
|
|
|
74
80
|
"M": "M",
|
|
75
81
|
"Manage filters": "Manage filters",
|
|
76
82
|
"Modified By": "Modified By",
|
|
77
|
-
"
|
|
83
|
+
"Month": "Month",
|
|
78
84
|
"New": "New",
|
|
79
85
|
"New Value": "New Value",
|
|
80
86
|
"Next": "Next",
|
|
81
87
|
"Next →": "Next →",
|
|
82
88
|
"No actions available": "No actions available",
|
|
89
|
+
"No data": "No data",
|
|
83
90
|
"No editable properties found in schema.": "No editable properties found in schema.",
|
|
91
|
+
"No filters added.": "No filters added.",
|
|
84
92
|
"No history yet": "No history yet",
|
|
85
93
|
"No items yet. Click \"+ Add Root Node\" to get started.": "No items yet. Click \"+ Add Root Node\" to get started.",
|
|
86
|
-
"No matching records found.": "No matching records found.",
|
|
87
94
|
"No results found": "No results found",
|
|
88
|
-
"No rules yet. Add one to narrow the list.": "No rules yet. Add one to narrow the list.",
|
|
89
95
|
"No tasks to display": "No tasks to display",
|
|
90
|
-
"of": "of",
|
|
91
96
|
"Old": "Old",
|
|
92
|
-
"or": "or",
|
|
93
|
-
"Output": "Output",
|
|
94
97
|
"Owner": "Owner",
|
|
95
98
|
"Page": "Page",
|
|
96
99
|
"Password": "Password",
|
|
97
100
|
"Please correct the following errors:": "Please correct the following errors:",
|
|
101
|
+
"Please enter your email address.": "Please enter your email address.",
|
|
98
102
|
"Previous": "Previous",
|
|
99
103
|
"Print Preview": "Print Preview",
|
|
100
104
|
"Quick Edit": "Quick Edit",
|
|
101
105
|
"Reason": "Reason",
|
|
102
106
|
"Rename node": "Rename node",
|
|
103
107
|
"Reset": "Reset",
|
|
104
|
-
"
|
|
108
|
+
"Reset Password": "Reset Password",
|
|
105
109
|
"Retry": "Retry",
|
|
106
110
|
"Right-side metadata overlay": "Right-side metadata overlay",
|
|
107
|
-
"
|
|
108
|
-
"Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
|
|
111
|
+
"Saved": "Saved",
|
|
109
112
|
"Search:": "Search:",
|
|
110
113
|
"Select": "Select",
|
|
111
114
|
"Select Field": "Select Field",
|
|
112
|
-
"
|
|
115
|
+
"Send Reset Link": "Send Reset Link",
|
|
116
|
+
"Sending...": "Sending...",
|
|
113
117
|
"Showing": "Showing",
|
|
114
118
|
"Sibling Data": "Sibling Data",
|
|
115
119
|
"Sibling tabs": "Sibling tabs",
|
|
@@ -117,15 +121,29 @@
|
|
|
117
121
|
"Sign in to your account": "Sign in to your account",
|
|
118
122
|
"Signing in...": "Signing in...",
|
|
119
123
|
"Submitted - document is locked": "Submitted - document is locked",
|
|
124
|
+
"System Info": "System Info",
|
|
120
125
|
"Task": "Task",
|
|
121
|
-
"The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
|
|
122
126
|
"Today": "Today",
|
|
123
127
|
"Total:": "Total:",
|
|
128
|
+
"Tree": "Tree",
|
|
129
|
+
"True": "True",
|
|
130
|
+
"Unsaved Changes": "Unsaved Changes",
|
|
131
|
+
"Unsaved changes": "Unsaved changes",
|
|
124
132
|
"Update": "Update",
|
|
125
133
|
"Update Field ▼": "Update Field ▼",
|
|
126
134
|
"Updated": "Updated",
|
|
127
|
-
"
|
|
135
|
+
"Value": "Value",
|
|
128
136
|
"View as of date": "View as of date",
|
|
129
|
-
"
|
|
130
|
-
"Welcome
|
|
137
|
+
"Week": "Week",
|
|
138
|
+
"Welcome": "Welcome",
|
|
139
|
+
"Welcome back": "Welcome back",
|
|
140
|
+
"You have unsaved changes. Are you sure you want to discard them?": "You have unsaved changes. Are you sure you want to discard them?",
|
|
141
|
+
"first to load link options.": "first to load link options.",
|
|
142
|
+
"more": "more",
|
|
143
|
+
"of": "of",
|
|
144
|
+
"or": "or",
|
|
145
|
+
"selected": "selected",
|
|
146
|
+
"← Prev": "← Prev",
|
|
147
|
+
"↑↓ Navigate": "↑↓ Navigate",
|
|
148
|
+
"↵ Select": "↵ Select"
|
|
131
149
|
}
|
|
@@ -1,68 +1,74 @@
|
|
|
1
1
|
{
|
|
2
|
-
"← Prev": "← Prev",
|
|
3
|
-
"↑↓ Navigate": "↑↓ Navigate",
|
|
4
|
-
"↵ Select": "↵ Select",
|
|
5
2
|
"+ Add Root Node": "+ Add Root Node",
|
|
6
3
|
"+ Add Row": "+ Add Row",
|
|
4
|
+
"+ Add a Filter": "+ Add a Filter",
|
|
7
5
|
"+ New": "+ New",
|
|
8
6
|
"A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
|
|
14
|
-
"Apply filters": "Apply filters",
|
|
7
|
+
"Amend": "Amend",
|
|
8
|
+
"An error occurred. Please try again.": "An error occurred. Please try again.",
|
|
9
|
+
"Apply Filters": "Apply Filters",
|
|
10
|
+
"Are you sure you want to delete this document? This action cannot be undone.": "Are you sure you want to delete this document? This action cannot be undone.",
|
|
15
11
|
"Assigned": "Assigned",
|
|
12
|
+
"Auto-saving...": "Auto-saving...",
|
|
16
13
|
"Available": "Available",
|
|
14
|
+
"Back to sign in": "Back to sign in",
|
|
15
|
+
"Calendar": "Calendar",
|
|
17
16
|
"Cancel": "Cancel",
|
|
18
17
|
"Cancelled - document is locked": "Cancelled - document is locked",
|
|
18
|
+
"Cannot Delete Locked": "Cannot Delete Locked",
|
|
19
19
|
"Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
|
|
20
|
-
"Choose
|
|
20
|
+
"Choose value": "Choose value",
|
|
21
21
|
"Clear": "Clear",
|
|
22
|
-
"Clear
|
|
23
|
-
"Clear filters": "Clear filters",
|
|
22
|
+
"Clear Filters": "Clear Filters",
|
|
24
23
|
"Clear Selected": "Clear Selected",
|
|
24
|
+
"Clear filters": "Clear filters",
|
|
25
25
|
"Close": "Close",
|
|
26
|
-
"Close ✕": "Close ✕",
|
|
27
26
|
"Collapse": "Collapse",
|
|
28
27
|
"Columns": "Columns",
|
|
28
|
+
"Confirm Delete": "Confirm Delete",
|
|
29
29
|
"Continue with {{provider}}": "Continue with {{provider}}",
|
|
30
|
-
"Controls": "Controls",
|
|
31
30
|
"Correct": "Correct",
|
|
31
|
+
"Correct / Amend": "Correct / Amend",
|
|
32
32
|
"Correct Document": "Correct Document",
|
|
33
33
|
"Correction Strategy": "Correction Strategy",
|
|
34
34
|
"Creation": "Creation",
|
|
35
|
+
"Day": "Day",
|
|
35
36
|
"Delete": "Delete",
|
|
36
37
|
"Delete Row": "Delete Row",
|
|
37
38
|
"Deleted At": "Deleted At",
|
|
38
|
-
"
|
|
39
|
+
"Discard": "Discard",
|
|
39
40
|
"Done": "Done",
|
|
40
41
|
"Download PDF": "Download PDF",
|
|
41
42
|
"Drop here": "Drop here",
|
|
42
43
|
"Drop here to make root-level": "Drop here to make root-level",
|
|
43
44
|
"Email": "Email",
|
|
45
|
+
"Enter your email to receive a reset link": "Enter your email to receive a reset link",
|
|
44
46
|
"Error loading": "Error loading",
|
|
45
47
|
"Error:": "Error:",
|
|
46
48
|
"Esc Close": "Esc Close",
|
|
47
49
|
"Expand": "Expand",
|
|
48
50
|
"Export CSV": "Export CSV",
|
|
49
51
|
"Export JSON": "Export JSON",
|
|
52
|
+
"Failed to load tree": "Failed to load tree",
|
|
53
|
+
"Failed to send reset link.": "Failed to send reset link.",
|
|
54
|
+
"False": "False",
|
|
50
55
|
"Field": "Field",
|
|
51
|
-
"Filter
|
|
52
|
-
"Filter changes are ready. Select Apply filters to refresh the table.": "Filter changes are ready. Select Apply filters to refresh the table.",
|
|
53
|
-
"Filters": "Filters",
|
|
54
|
-
"first to load link options.": "first to load link options.",
|
|
56
|
+
"Filter": "Filter",
|
|
55
57
|
"Forgot password?": "Forgot password?",
|
|
58
|
+
"Gantt": "Gantt",
|
|
59
|
+
"Hello, {{name}}!": "Hello, {{name}}!",
|
|
60
|
+
"Hide System Info": "Hide System Info",
|
|
56
61
|
"History": "History",
|
|
57
62
|
"ID": "ID",
|
|
63
|
+
"If an account exists with this email, a password reset link has been sent.": "If an account exists with this email, a password reset link has been sent.",
|
|
58
64
|
"Invalid credentials": "Invalid credentials",
|
|
59
|
-
"
|
|
60
|
-
"Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
|
|
65
|
+
"Kanban": "Kanban",
|
|
61
66
|
"Language": "Language",
|
|
62
67
|
"Last Modified": "Last Modified",
|
|
68
|
+
"List": "List",
|
|
69
|
+
"Loading Kanban...": "Loading Kanban...",
|
|
63
70
|
"Loading form...": "Loading form...",
|
|
64
71
|
"Loading history...": "Loading history...",
|
|
65
|
-
"Loading Kanban...": "Loading Kanban...",
|
|
66
72
|
"Loading sibling form...": "Loading sibling form...",
|
|
67
73
|
"Loading sibling metadata...": "Loading sibling metadata...",
|
|
68
74
|
"Loading tree...": "Loading tree...",
|
|
@@ -74,42 +80,40 @@
|
|
|
74
80
|
"M": "M",
|
|
75
81
|
"Manage filters": "Manage filters",
|
|
76
82
|
"Modified By": "Modified By",
|
|
77
|
-
"
|
|
83
|
+
"Month": "Month",
|
|
78
84
|
"New": "New",
|
|
79
85
|
"New Value": "New Value",
|
|
80
86
|
"Next": "Next",
|
|
81
87
|
"Next →": "Next →",
|
|
82
88
|
"No actions available": "No actions available",
|
|
89
|
+
"No data": "No data",
|
|
83
90
|
"No editable properties found in schema.": "No editable properties found in schema.",
|
|
91
|
+
"No filters added.": "No filters added.",
|
|
84
92
|
"No history yet": "No history yet",
|
|
85
93
|
"No items yet. Click \"+ Add Root Node\" to get started.": "No items yet. Click \"+ Add Root Node\" to get started.",
|
|
86
|
-
"No matching records found.": "No matching records found.",
|
|
87
94
|
"No results found": "No results found",
|
|
88
|
-
"No rules yet. Add one to narrow the list.": "No rules yet. Add one to narrow the list.",
|
|
89
95
|
"No tasks to display": "No tasks to display",
|
|
90
|
-
"of": "of",
|
|
91
96
|
"Old": "Old",
|
|
92
|
-
"or": "or",
|
|
93
|
-
"Output": "Output",
|
|
94
97
|
"Owner": "Owner",
|
|
95
98
|
"Page": "Page",
|
|
96
99
|
"Password": "Password",
|
|
97
100
|
"Please correct the following errors:": "Please correct the following errors:",
|
|
101
|
+
"Please enter your email address.": "Please enter your email address.",
|
|
98
102
|
"Previous": "Previous",
|
|
99
103
|
"Print Preview": "Print Preview",
|
|
100
104
|
"Quick Edit": "Quick Edit",
|
|
101
105
|
"Reason": "Reason",
|
|
102
106
|
"Rename node": "Rename node",
|
|
103
107
|
"Reset": "Reset",
|
|
104
|
-
"
|
|
108
|
+
"Reset Password": "Reset Password",
|
|
105
109
|
"Retry": "Retry",
|
|
106
110
|
"Right-side metadata overlay": "Right-side metadata overlay",
|
|
107
|
-
"
|
|
108
|
-
"Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
|
|
111
|
+
"Saved": "Saved",
|
|
109
112
|
"Search:": "Search:",
|
|
110
113
|
"Select": "Select",
|
|
111
114
|
"Select Field": "Select Field",
|
|
112
|
-
"
|
|
115
|
+
"Send Reset Link": "Send Reset Link",
|
|
116
|
+
"Sending...": "Sending...",
|
|
113
117
|
"Showing": "Showing",
|
|
114
118
|
"Sibling Data": "Sibling Data",
|
|
115
119
|
"Sibling tabs": "Sibling tabs",
|
|
@@ -117,15 +121,29 @@
|
|
|
117
121
|
"Sign in to your account": "Sign in to your account",
|
|
118
122
|
"Signing in...": "Signing in...",
|
|
119
123
|
"Submitted - document is locked": "Submitted - document is locked",
|
|
124
|
+
"System Info": "System Info",
|
|
120
125
|
"Task": "Task",
|
|
121
|
-
"The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
|
|
122
126
|
"Today": "Today",
|
|
123
127
|
"Total:": "Total:",
|
|
128
|
+
"Tree": "Tree",
|
|
129
|
+
"True": "True",
|
|
130
|
+
"Unsaved Changes": "Unsaved Changes",
|
|
131
|
+
"Unsaved changes": "Unsaved changes",
|
|
124
132
|
"Update": "Update",
|
|
125
133
|
"Update Field ▼": "Update Field ▼",
|
|
126
134
|
"Updated": "Updated",
|
|
127
|
-
"
|
|
135
|
+
"Value": "Value",
|
|
128
136
|
"View as of date": "View as of date",
|
|
129
|
-
"
|
|
130
|
-
"Welcome
|
|
137
|
+
"Week": "Week",
|
|
138
|
+
"Welcome": "Welcome",
|
|
139
|
+
"Welcome back": "Welcome back",
|
|
140
|
+
"You have unsaved changes. Are you sure you want to discard them?": "You have unsaved changes. Are you sure you want to discard them?",
|
|
141
|
+
"first to load link options.": "first to load link options.",
|
|
142
|
+
"more": "more",
|
|
143
|
+
"of": "of",
|
|
144
|
+
"or": "or",
|
|
145
|
+
"selected": "selected",
|
|
146
|
+
"← Prev": "← Prev",
|
|
147
|
+
"↑↓ Navigate": "↑↓ Navigate",
|
|
148
|
+
"↵ Select": "↵ Select"
|
|
131
149
|
}
|