@framework-m/desk 0.12.0 → 0.13.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.map +1 -1
- package/dist/components/CommandPalette.d.ts.map +1 -1
- package/dist/components/audit/AuditTimeline.d.ts.map +1 -1
- package/dist/components/audit/DiffViewer.d.ts.map +1 -1
- package/dist/components/correction/CorrectButton.d.ts.map +1 -1
- package/dist/components/correction/CorrectionWizard.d.ts.map +1 -1
- package/dist/components/feedback/QuickEditModal.d.ts.map +1 -1
- package/dist/components/feedback/SubmittedBanner.d.ts.map +1 -1
- package/dist/components/form/FormToolbar.d.ts.map +1 -1
- package/dist/components/form/LinkWidget.d.ts.map +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/ErrorsField.d.ts.map +1 -1
- package/dist/components/form/fields/ListField.d.ts.map +1 -1
- package/dist/components/form/fields/MultiSelectField.d.ts.map +1 -1
- package/dist/components/layout/ColumnGrid.d.ts.map +1 -1
- package/dist/components/layout/DefaultLandingPage.d.ts +16 -0
- package/dist/components/layout/DefaultLandingPage.d.ts.map +1 -0
- package/dist/components/layout/FrameworkMShell.d.ts.map +1 -1
- package/dist/components/layout/GuestPlaceholder.d.ts.map +1 -1
- package/dist/components/layout/Navigation/NavigationShell.d.ts +3 -1
- package/dist/components/layout/Navigation/NavigationShell.d.ts.map +1 -1
- package/dist/components/layout/Navigation/PrimaryRail.d.ts.map +1 -1
- package/dist/components/layout/SystemInfo.d.ts.map +1 -1
- package/dist/components/layout/TabContainer.d.ts.map +1 -1
- package/dist/components/list/AsOfDatePicker.d.ts.map +1 -1
- package/dist/components/list/ListBodyLayout.d.ts.map +1 -1
- package/dist/components/menu/index.d.ts.map +1 -1
- package/dist/components/sibling/SiblingPanel.d.ts.map +1 -1
- package/dist/components/table/AutoTable.d.ts.map +1 -1
- package/dist/components/table/BulkActionsBar.d.ts.map +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 +5 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/hooks/useListActions.d.ts +1 -1
- package/dist/index.js +5996 -5772
- package/dist/index.js.map +1 -1
- package/dist/locales/en/desk.json +131 -0
- package/dist/locales/es/desk.json +131 -0
- package/dist/locales/fr/desk.json +131 -0
- package/dist/locales/hi/desk.json +131 -0
- package/dist/locales/mr/desk.json +131 -0
- package/dist/locales/ta/desk.json +131 -0
- package/dist/locales/ur/desk.json +131 -0
- package/dist/pages/FormView.d.ts.map +1 -1
- package/dist/pages/LoginLogo.d.ts.map +1 -1
- package/dist/pages/LoginPage.d.ts.map +1 -1
- package/dist/views/CalendarView.d.ts.map +1 -1
- package/dist/views/GanttView.d.ts.map +1 -1
- package/dist/views/KanbanView.d.ts.map +1 -1
- package/dist/views/TreeView.d.ts.map +1 -1
- package/locales/en/desk.json +131 -0
- package/locales/es/desk.json +131 -0
- package/locales/fr/desk.json +131 -0
- package/locales/hi/desk.json +131 -0
- package/locales/mr/desk.json +131 -0
- package/locales/ta/desk.json +131 -0
- package/locales/ur/desk.json +131 -0
- package/package.json +11 -6
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"← Prev": "← Prev",
|
|
3
|
+
"↑↓ Navigate": "↑↓ Navigate",
|
|
4
|
+
"↵ Select": "↵ Select",
|
|
5
|
+
"+ Add Root Node": "+ Add Root Node",
|
|
6
|
+
"+ Add Row": "+ Add Row",
|
|
7
|
+
"+ New": "+ New",
|
|
8
|
+
"A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
|
|
9
|
+
"Actions": "Actions",
|
|
10
|
+
"Active state": "Active state",
|
|
11
|
+
"Add filter": "Add filter",
|
|
12
|
+
"Add rule": "Add rule",
|
|
13
|
+
"Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
|
|
14
|
+
"Apply filters": "Apply filters",
|
|
15
|
+
"Assigned": "Assigned",
|
|
16
|
+
"Available": "Available",
|
|
17
|
+
"Cancel": "Cancel",
|
|
18
|
+
"Cancelled - document is locked": "Cancelled - document is locked",
|
|
19
|
+
"Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
|
|
20
|
+
"Choose which columns stay visible and adjust widths where needed.": "Choose which columns stay visible and adjust widths where needed.",
|
|
21
|
+
"Clear": "Clear",
|
|
22
|
+
"Clear draft": "Clear draft",
|
|
23
|
+
"Clear filters": "Clear filters",
|
|
24
|
+
"Clear Selected": "Clear Selected",
|
|
25
|
+
"Close": "Close",
|
|
26
|
+
"Close ✕": "Close ✕",
|
|
27
|
+
"Collapse": "Collapse",
|
|
28
|
+
"Columns": "Columns",
|
|
29
|
+
"Continue with {{provider}}": "Continue with {{provider}}",
|
|
30
|
+
"Controls": "Controls",
|
|
31
|
+
"Correct": "Correct",
|
|
32
|
+
"Correct Document": "Correct Document",
|
|
33
|
+
"Correction Strategy": "Correction Strategy",
|
|
34
|
+
"Creation": "Creation",
|
|
35
|
+
"Delete": "Delete",
|
|
36
|
+
"Delete Row": "Delete Row",
|
|
37
|
+
"Deleted At": "Deleted At",
|
|
38
|
+
"Document actions": "Document actions",
|
|
39
|
+
"Done": "Done",
|
|
40
|
+
"Download PDF": "Download PDF",
|
|
41
|
+
"Drop here": "Drop here",
|
|
42
|
+
"Drop here to make root-level": "Drop here to make root-level",
|
|
43
|
+
"Email": "Email",
|
|
44
|
+
"Error loading": "Error loading",
|
|
45
|
+
"Error:": "Error:",
|
|
46
|
+
"Esc Close": "Esc Close",
|
|
47
|
+
"Expand": "Expand",
|
|
48
|
+
"Export CSV": "Export CSV",
|
|
49
|
+
"Export JSON": "Export JSON",
|
|
50
|
+
"Field": "Field",
|
|
51
|
+
"Filter builder": "Filter builder",
|
|
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.",
|
|
55
|
+
"Forgot password?": "Forgot password?",
|
|
56
|
+
"History": "History",
|
|
57
|
+
"ID": "ID",
|
|
58
|
+
"Invalid credentials": "Invalid credentials",
|
|
59
|
+
"Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
|
|
60
|
+
"Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
|
|
61
|
+
"Language": "Language",
|
|
62
|
+
"Last Modified": "Last Modified",
|
|
63
|
+
"Loading form...": "Loading form...",
|
|
64
|
+
"Loading history...": "Loading history...",
|
|
65
|
+
"Loading Kanban...": "Loading Kanban...",
|
|
66
|
+
"Loading sibling form...": "Loading sibling form...",
|
|
67
|
+
"Loading sibling metadata...": "Loading sibling metadata...",
|
|
68
|
+
"Loading tree...": "Loading tree...",
|
|
69
|
+
"Loading workflow...": "Loading workflow...",
|
|
70
|
+
"Loading...": "Loading...",
|
|
71
|
+
"Login": "Login",
|
|
72
|
+
"Login failed. Please try again.": "Login failed. Please try again.",
|
|
73
|
+
"Logout": "Logout",
|
|
74
|
+
"M": "M",
|
|
75
|
+
"Manage filters": "Manage filters",
|
|
76
|
+
"Modified By": "Modified By",
|
|
77
|
+
"more": "more",
|
|
78
|
+
"New": "New",
|
|
79
|
+
"New Value": "New Value",
|
|
80
|
+
"Next": "Next",
|
|
81
|
+
"Next →": "Next →",
|
|
82
|
+
"No actions available": "No actions available",
|
|
83
|
+
"No editable properties found in schema.": "No editable properties found in schema.",
|
|
84
|
+
"No history yet": "No history yet",
|
|
85
|
+
"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
|
+
"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
|
+
"No tasks to display": "No tasks to display",
|
|
90
|
+
"of": "of",
|
|
91
|
+
"Old": "Old",
|
|
92
|
+
"or": "or",
|
|
93
|
+
"Output": "Output",
|
|
94
|
+
"Owner": "Owner",
|
|
95
|
+
"Page": "Page",
|
|
96
|
+
"Password": "Password",
|
|
97
|
+
"Please correct the following errors:": "Please correct the following errors:",
|
|
98
|
+
"Previous": "Previous",
|
|
99
|
+
"Print Preview": "Print Preview",
|
|
100
|
+
"Quick Edit": "Quick Edit",
|
|
101
|
+
"Reason": "Reason",
|
|
102
|
+
"Rename node": "Rename node",
|
|
103
|
+
"Reset": "Reset",
|
|
104
|
+
"Results": "Results",
|
|
105
|
+
"Retry": "Retry",
|
|
106
|
+
"Right-side metadata overlay": "Right-side metadata overlay",
|
|
107
|
+
"Search": "Search",
|
|
108
|
+
"Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
|
|
109
|
+
"Search:": "Search:",
|
|
110
|
+
"Select": "Select",
|
|
111
|
+
"Select Field": "Select Field",
|
|
112
|
+
"selected": "selected",
|
|
113
|
+
"Showing": "Showing",
|
|
114
|
+
"Sibling Data": "Sibling Data",
|
|
115
|
+
"Sibling tabs": "Sibling tabs",
|
|
116
|
+
"Sign In": "Sign In",
|
|
117
|
+
"Sign in to your account": "Sign in to your account",
|
|
118
|
+
"Signing in...": "Signing in...",
|
|
119
|
+
"Submitted - document is locked": "Submitted - document is locked",
|
|
120
|
+
"Task": "Task",
|
|
121
|
+
"The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
|
|
122
|
+
"Today": "Today",
|
|
123
|
+
"Total:": "Total:",
|
|
124
|
+
"Update": "Update",
|
|
125
|
+
"Update Field ▼": "Update Field ▼",
|
|
126
|
+
"Updated": "Updated",
|
|
127
|
+
"Use Search or press Enter to update results with the current sort order.": "Use Search or press Enter to update results with the current sort order.",
|
|
128
|
+
"View as of date": "View as of date",
|
|
129
|
+
"Visible columns": "Visible columns",
|
|
130
|
+
"Welcome back": "Welcome back"
|
|
131
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"← Prev": "← Prev",
|
|
3
|
+
"↑↓ Navigate": "↑↓ Navigate",
|
|
4
|
+
"↵ Select": "↵ Select",
|
|
5
|
+
"+ Add Root Node": "+ Add Root Node",
|
|
6
|
+
"+ Add Row": "+ Add Row",
|
|
7
|
+
"+ New": "+ New",
|
|
8
|
+
"A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
|
|
9
|
+
"Actions": "Actions",
|
|
10
|
+
"Active state": "Active state",
|
|
11
|
+
"Add filter": "Add filter",
|
|
12
|
+
"Add rule": "Add rule",
|
|
13
|
+
"Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
|
|
14
|
+
"Apply filters": "Apply filters",
|
|
15
|
+
"Assigned": "Assigned",
|
|
16
|
+
"Available": "Available",
|
|
17
|
+
"Cancel": "रद्द करें",
|
|
18
|
+
"Cancelled - document is locked": "Cancelled - document is locked",
|
|
19
|
+
"Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
|
|
20
|
+
"Choose which columns stay visible and adjust widths where needed.": "Choose which columns stay visible and adjust widths where needed.",
|
|
21
|
+
"Clear": "Clear",
|
|
22
|
+
"Clear draft": "Clear draft",
|
|
23
|
+
"Clear filters": "Clear filters",
|
|
24
|
+
"Clear Selected": "Clear Selected",
|
|
25
|
+
"Close": "Close",
|
|
26
|
+
"Close ✕": "Close ✕",
|
|
27
|
+
"Collapse": "Collapse",
|
|
28
|
+
"Columns": "Columns",
|
|
29
|
+
"Continue with {{provider}}": "Continue with {{provider}}",
|
|
30
|
+
"Controls": "Controls",
|
|
31
|
+
"Correct": "Correct",
|
|
32
|
+
"Correct Document": "Correct Document",
|
|
33
|
+
"Correction Strategy": "Correction Strategy",
|
|
34
|
+
"Creation": "Creation",
|
|
35
|
+
"Delete": "Delete",
|
|
36
|
+
"Delete Row": "Delete Row",
|
|
37
|
+
"Deleted At": "Deleted At",
|
|
38
|
+
"Document actions": "Document actions",
|
|
39
|
+
"Done": "Done",
|
|
40
|
+
"Download PDF": "Download PDF",
|
|
41
|
+
"Drop here": "Drop here",
|
|
42
|
+
"Drop here to make root-level": "Drop here to make root-level",
|
|
43
|
+
"Email": "ईमेल",
|
|
44
|
+
"Error loading": "Error loading",
|
|
45
|
+
"Error:": "Error:",
|
|
46
|
+
"Esc Close": "Esc Close",
|
|
47
|
+
"Expand": "Expand",
|
|
48
|
+
"Export CSV": "Export CSV",
|
|
49
|
+
"Export JSON": "Export JSON",
|
|
50
|
+
"Field": "Field",
|
|
51
|
+
"Filter builder": "Filter builder",
|
|
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.",
|
|
55
|
+
"Forgot password?": "पासवर्ड भूल गए?",
|
|
56
|
+
"History": "History",
|
|
57
|
+
"ID": "ID",
|
|
58
|
+
"Invalid credentials": "Invalid credentials",
|
|
59
|
+
"Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
|
|
60
|
+
"Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
|
|
61
|
+
"Language": "Language",
|
|
62
|
+
"Last Modified": "Last Modified",
|
|
63
|
+
"Loading form...": "Loading form...",
|
|
64
|
+
"Loading history...": "Loading history...",
|
|
65
|
+
"Loading Kanban...": "Loading Kanban...",
|
|
66
|
+
"Loading sibling form...": "Loading sibling form...",
|
|
67
|
+
"Loading sibling metadata...": "Loading sibling metadata...",
|
|
68
|
+
"Loading tree...": "Loading tree...",
|
|
69
|
+
"Loading workflow...": "Loading workflow...",
|
|
70
|
+
"Loading...": "Loading...",
|
|
71
|
+
"Login": "प्रवेश करें",
|
|
72
|
+
"Login failed. Please try again.": "Login failed. Please try again.",
|
|
73
|
+
"Logout": "लॉगआउट",
|
|
74
|
+
"M": "M",
|
|
75
|
+
"Manage filters": "Manage filters",
|
|
76
|
+
"Modified By": "Modified By",
|
|
77
|
+
"more": "more",
|
|
78
|
+
"New": "New",
|
|
79
|
+
"New Value": "New Value",
|
|
80
|
+
"Next": "Next",
|
|
81
|
+
"Next →": "Next →",
|
|
82
|
+
"No actions available": "No actions available",
|
|
83
|
+
"No editable properties found in schema.": "No editable properties found in schema.",
|
|
84
|
+
"No history yet": "No history yet",
|
|
85
|
+
"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
|
+
"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
|
+
"No tasks to display": "No tasks to display",
|
|
90
|
+
"of": "of",
|
|
91
|
+
"Old": "Old",
|
|
92
|
+
"or": "or",
|
|
93
|
+
"Output": "Output",
|
|
94
|
+
"Owner": "Owner",
|
|
95
|
+
"Page": "Page",
|
|
96
|
+
"Password": "पासवर्ड",
|
|
97
|
+
"Please correct the following errors:": "Please correct the following errors:",
|
|
98
|
+
"Previous": "Previous",
|
|
99
|
+
"Print Preview": "Print Preview",
|
|
100
|
+
"Quick Edit": "Quick Edit",
|
|
101
|
+
"Reason": "Reason",
|
|
102
|
+
"Rename node": "Rename node",
|
|
103
|
+
"Reset": "Reset",
|
|
104
|
+
"Results": "Results",
|
|
105
|
+
"Retry": "Retry",
|
|
106
|
+
"Right-side metadata overlay": "Right-side metadata overlay",
|
|
107
|
+
"Search": "खोजें",
|
|
108
|
+
"Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
|
|
109
|
+
"Search:": "Search:",
|
|
110
|
+
"Select": "Select",
|
|
111
|
+
"Select Field": "Select Field",
|
|
112
|
+
"selected": "selected",
|
|
113
|
+
"Showing": "Showing",
|
|
114
|
+
"Sibling Data": "Sibling Data",
|
|
115
|
+
"Sibling tabs": "Sibling tabs",
|
|
116
|
+
"Sign In": "लॉग इन करें",
|
|
117
|
+
"Sign in to your account": "अपने खाते में लॉगिन करें",
|
|
118
|
+
"Signing in...": "Signing in...",
|
|
119
|
+
"Submitted - document is locked": "Submitted - document is locked",
|
|
120
|
+
"Task": "Task",
|
|
121
|
+
"The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
|
|
122
|
+
"Today": "आज",
|
|
123
|
+
"Total:": "Total:",
|
|
124
|
+
"Update": "Update",
|
|
125
|
+
"Update Field ▼": "Update Field ▼",
|
|
126
|
+
"Updated": "Updated",
|
|
127
|
+
"Use Search or press Enter to update results with the current sort order.": "Use Search or press Enter to update results with the current sort order.",
|
|
128
|
+
"View as of date": "View as of date",
|
|
129
|
+
"Visible columns": "Visible columns",
|
|
130
|
+
"Welcome back": "वापस स्वागत है"
|
|
131
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"← Prev": "← Prev",
|
|
3
|
+
"↑↓ Navigate": "↑↓ Navigate",
|
|
4
|
+
"↵ Select": "↵ Select",
|
|
5
|
+
"+ Add Root Node": "+ Add Root Node",
|
|
6
|
+
"+ Add Row": "+ Add Row",
|
|
7
|
+
"+ New": "+ New",
|
|
8
|
+
"A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
|
|
9
|
+
"Actions": "Actions",
|
|
10
|
+
"Active state": "Active state",
|
|
11
|
+
"Add filter": "Add filter",
|
|
12
|
+
"Add rule": "Add rule",
|
|
13
|
+
"Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
|
|
14
|
+
"Apply filters": "Apply filters",
|
|
15
|
+
"Assigned": "Assigned",
|
|
16
|
+
"Available": "Available",
|
|
17
|
+
"Cancel": "Cancel",
|
|
18
|
+
"Cancelled - document is locked": "Cancelled - document is locked",
|
|
19
|
+
"Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
|
|
20
|
+
"Choose which columns stay visible and adjust widths where needed.": "Choose which columns stay visible and adjust widths where needed.",
|
|
21
|
+
"Clear": "Clear",
|
|
22
|
+
"Clear draft": "Clear draft",
|
|
23
|
+
"Clear filters": "Clear filters",
|
|
24
|
+
"Clear Selected": "Clear Selected",
|
|
25
|
+
"Close": "Close",
|
|
26
|
+
"Close ✕": "Close ✕",
|
|
27
|
+
"Collapse": "Collapse",
|
|
28
|
+
"Columns": "Columns",
|
|
29
|
+
"Continue with {{provider}}": "Continue with {{provider}}",
|
|
30
|
+
"Controls": "Controls",
|
|
31
|
+
"Correct": "Correct",
|
|
32
|
+
"Correct Document": "Correct Document",
|
|
33
|
+
"Correction Strategy": "Correction Strategy",
|
|
34
|
+
"Creation": "Creation",
|
|
35
|
+
"Delete": "Delete",
|
|
36
|
+
"Delete Row": "Delete Row",
|
|
37
|
+
"Deleted At": "Deleted At",
|
|
38
|
+
"Document actions": "Document actions",
|
|
39
|
+
"Done": "Done",
|
|
40
|
+
"Download PDF": "Download PDF",
|
|
41
|
+
"Drop here": "Drop here",
|
|
42
|
+
"Drop here to make root-level": "Drop here to make root-level",
|
|
43
|
+
"Email": "Email",
|
|
44
|
+
"Error loading": "Error loading",
|
|
45
|
+
"Error:": "Error:",
|
|
46
|
+
"Esc Close": "Esc Close",
|
|
47
|
+
"Expand": "Expand",
|
|
48
|
+
"Export CSV": "Export CSV",
|
|
49
|
+
"Export JSON": "Export JSON",
|
|
50
|
+
"Field": "Field",
|
|
51
|
+
"Filter builder": "Filter builder",
|
|
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.",
|
|
55
|
+
"Forgot password?": "Forgot password?",
|
|
56
|
+
"History": "History",
|
|
57
|
+
"ID": "ID",
|
|
58
|
+
"Invalid credentials": "Invalid credentials",
|
|
59
|
+
"Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
|
|
60
|
+
"Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
|
|
61
|
+
"Language": "Language",
|
|
62
|
+
"Last Modified": "Last Modified",
|
|
63
|
+
"Loading form...": "Loading form...",
|
|
64
|
+
"Loading history...": "Loading history...",
|
|
65
|
+
"Loading Kanban...": "Loading Kanban...",
|
|
66
|
+
"Loading sibling form...": "Loading sibling form...",
|
|
67
|
+
"Loading sibling metadata...": "Loading sibling metadata...",
|
|
68
|
+
"Loading tree...": "Loading tree...",
|
|
69
|
+
"Loading workflow...": "Loading workflow...",
|
|
70
|
+
"Loading...": "Loading...",
|
|
71
|
+
"Login": "Login",
|
|
72
|
+
"Login failed. Please try again.": "Login failed. Please try again.",
|
|
73
|
+
"Logout": "Logout",
|
|
74
|
+
"M": "M",
|
|
75
|
+
"Manage filters": "Manage filters",
|
|
76
|
+
"Modified By": "Modified By",
|
|
77
|
+
"more": "more",
|
|
78
|
+
"New": "New",
|
|
79
|
+
"New Value": "New Value",
|
|
80
|
+
"Next": "Next",
|
|
81
|
+
"Next →": "Next →",
|
|
82
|
+
"No actions available": "No actions available",
|
|
83
|
+
"No editable properties found in schema.": "No editable properties found in schema.",
|
|
84
|
+
"No history yet": "No history yet",
|
|
85
|
+
"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
|
+
"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
|
+
"No tasks to display": "No tasks to display",
|
|
90
|
+
"of": "of",
|
|
91
|
+
"Old": "Old",
|
|
92
|
+
"or": "or",
|
|
93
|
+
"Output": "Output",
|
|
94
|
+
"Owner": "Owner",
|
|
95
|
+
"Page": "Page",
|
|
96
|
+
"Password": "Password",
|
|
97
|
+
"Please correct the following errors:": "Please correct the following errors:",
|
|
98
|
+
"Previous": "Previous",
|
|
99
|
+
"Print Preview": "Print Preview",
|
|
100
|
+
"Quick Edit": "Quick Edit",
|
|
101
|
+
"Reason": "Reason",
|
|
102
|
+
"Rename node": "Rename node",
|
|
103
|
+
"Reset": "Reset",
|
|
104
|
+
"Results": "Results",
|
|
105
|
+
"Retry": "Retry",
|
|
106
|
+
"Right-side metadata overlay": "Right-side metadata overlay",
|
|
107
|
+
"Search": "Search",
|
|
108
|
+
"Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
|
|
109
|
+
"Search:": "Search:",
|
|
110
|
+
"Select": "Select",
|
|
111
|
+
"Select Field": "Select Field",
|
|
112
|
+
"selected": "selected",
|
|
113
|
+
"Showing": "Showing",
|
|
114
|
+
"Sibling Data": "Sibling Data",
|
|
115
|
+
"Sibling tabs": "Sibling tabs",
|
|
116
|
+
"Sign In": "Sign In",
|
|
117
|
+
"Sign in to your account": "Sign in to your account",
|
|
118
|
+
"Signing in...": "Signing in...",
|
|
119
|
+
"Submitted - document is locked": "Submitted - document is locked",
|
|
120
|
+
"Task": "Task",
|
|
121
|
+
"The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
|
|
122
|
+
"Today": "Today",
|
|
123
|
+
"Total:": "Total:",
|
|
124
|
+
"Update": "Update",
|
|
125
|
+
"Update Field ▼": "Update Field ▼",
|
|
126
|
+
"Updated": "Updated",
|
|
127
|
+
"Use Search or press Enter to update results with the current sort order.": "Use Search or press Enter to update results with the current sort order.",
|
|
128
|
+
"View as of date": "View as of date",
|
|
129
|
+
"Visible columns": "Visible columns",
|
|
130
|
+
"Welcome back": "Welcome back"
|
|
131
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"← Prev": "← Prev",
|
|
3
|
+
"↑↓ Navigate": "↑↓ Navigate",
|
|
4
|
+
"↵ Select": "↵ Select",
|
|
5
|
+
"+ Add Root Node": "+ Add Root Node",
|
|
6
|
+
"+ Add Row": "+ Add Row",
|
|
7
|
+
"+ New": "+ New",
|
|
8
|
+
"A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
|
|
9
|
+
"Actions": "Actions",
|
|
10
|
+
"Active state": "Active state",
|
|
11
|
+
"Add filter": "Add filter",
|
|
12
|
+
"Add rule": "Add rule",
|
|
13
|
+
"Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
|
|
14
|
+
"Apply filters": "Apply filters",
|
|
15
|
+
"Assigned": "Assigned",
|
|
16
|
+
"Available": "Available",
|
|
17
|
+
"Cancel": "Cancel",
|
|
18
|
+
"Cancelled - document is locked": "Cancelled - document is locked",
|
|
19
|
+
"Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
|
|
20
|
+
"Choose which columns stay visible and adjust widths where needed.": "Choose which columns stay visible and adjust widths where needed.",
|
|
21
|
+
"Clear": "Clear",
|
|
22
|
+
"Clear draft": "Clear draft",
|
|
23
|
+
"Clear filters": "Clear filters",
|
|
24
|
+
"Clear Selected": "Clear Selected",
|
|
25
|
+
"Close": "Close",
|
|
26
|
+
"Close ✕": "Close ✕",
|
|
27
|
+
"Collapse": "Collapse",
|
|
28
|
+
"Columns": "Columns",
|
|
29
|
+
"Continue with {{provider}}": "Continue with {{provider}}",
|
|
30
|
+
"Controls": "Controls",
|
|
31
|
+
"Correct": "Correct",
|
|
32
|
+
"Correct Document": "Correct Document",
|
|
33
|
+
"Correction Strategy": "Correction Strategy",
|
|
34
|
+
"Creation": "Creation",
|
|
35
|
+
"Delete": "Delete",
|
|
36
|
+
"Delete Row": "Delete Row",
|
|
37
|
+
"Deleted At": "Deleted At",
|
|
38
|
+
"Document actions": "Document actions",
|
|
39
|
+
"Done": "Done",
|
|
40
|
+
"Download PDF": "Download PDF",
|
|
41
|
+
"Drop here": "Drop here",
|
|
42
|
+
"Drop here to make root-level": "Drop here to make root-level",
|
|
43
|
+
"Email": "Email",
|
|
44
|
+
"Error loading": "Error loading",
|
|
45
|
+
"Error:": "Error:",
|
|
46
|
+
"Esc Close": "Esc Close",
|
|
47
|
+
"Expand": "Expand",
|
|
48
|
+
"Export CSV": "Export CSV",
|
|
49
|
+
"Export JSON": "Export JSON",
|
|
50
|
+
"Field": "Field",
|
|
51
|
+
"Filter builder": "Filter builder",
|
|
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.",
|
|
55
|
+
"Forgot password?": "Forgot password?",
|
|
56
|
+
"History": "History",
|
|
57
|
+
"ID": "ID",
|
|
58
|
+
"Invalid credentials": "Invalid credentials",
|
|
59
|
+
"Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
|
|
60
|
+
"Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
|
|
61
|
+
"Language": "Language",
|
|
62
|
+
"Last Modified": "Last Modified",
|
|
63
|
+
"Loading form...": "Loading form...",
|
|
64
|
+
"Loading history...": "Loading history...",
|
|
65
|
+
"Loading Kanban...": "Loading Kanban...",
|
|
66
|
+
"Loading sibling form...": "Loading sibling form...",
|
|
67
|
+
"Loading sibling metadata...": "Loading sibling metadata...",
|
|
68
|
+
"Loading tree...": "Loading tree...",
|
|
69
|
+
"Loading workflow...": "Loading workflow...",
|
|
70
|
+
"Loading...": "Loading...",
|
|
71
|
+
"Login": "Login",
|
|
72
|
+
"Login failed. Please try again.": "Login failed. Please try again.",
|
|
73
|
+
"Logout": "Logout",
|
|
74
|
+
"M": "M",
|
|
75
|
+
"Manage filters": "Manage filters",
|
|
76
|
+
"Modified By": "Modified By",
|
|
77
|
+
"more": "more",
|
|
78
|
+
"New": "New",
|
|
79
|
+
"New Value": "New Value",
|
|
80
|
+
"Next": "Next",
|
|
81
|
+
"Next →": "Next →",
|
|
82
|
+
"No actions available": "No actions available",
|
|
83
|
+
"No editable properties found in schema.": "No editable properties found in schema.",
|
|
84
|
+
"No history yet": "No history yet",
|
|
85
|
+
"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
|
+
"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
|
+
"No tasks to display": "No tasks to display",
|
|
90
|
+
"of": "of",
|
|
91
|
+
"Old": "Old",
|
|
92
|
+
"or": "or",
|
|
93
|
+
"Output": "Output",
|
|
94
|
+
"Owner": "Owner",
|
|
95
|
+
"Page": "Page",
|
|
96
|
+
"Password": "Password",
|
|
97
|
+
"Please correct the following errors:": "Please correct the following errors:",
|
|
98
|
+
"Previous": "Previous",
|
|
99
|
+
"Print Preview": "Print Preview",
|
|
100
|
+
"Quick Edit": "Quick Edit",
|
|
101
|
+
"Reason": "Reason",
|
|
102
|
+
"Rename node": "Rename node",
|
|
103
|
+
"Reset": "Reset",
|
|
104
|
+
"Results": "Results",
|
|
105
|
+
"Retry": "Retry",
|
|
106
|
+
"Right-side metadata overlay": "Right-side metadata overlay",
|
|
107
|
+
"Search": "Search",
|
|
108
|
+
"Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
|
|
109
|
+
"Search:": "Search:",
|
|
110
|
+
"Select": "Select",
|
|
111
|
+
"Select Field": "Select Field",
|
|
112
|
+
"selected": "selected",
|
|
113
|
+
"Showing": "Showing",
|
|
114
|
+
"Sibling Data": "Sibling Data",
|
|
115
|
+
"Sibling tabs": "Sibling tabs",
|
|
116
|
+
"Sign In": "Sign In",
|
|
117
|
+
"Sign in to your account": "Sign in to your account",
|
|
118
|
+
"Signing in...": "Signing in...",
|
|
119
|
+
"Submitted - document is locked": "Submitted - document is locked",
|
|
120
|
+
"Task": "Task",
|
|
121
|
+
"The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
|
|
122
|
+
"Today": "Today",
|
|
123
|
+
"Total:": "Total:",
|
|
124
|
+
"Update": "Update",
|
|
125
|
+
"Update Field ▼": "Update Field ▼",
|
|
126
|
+
"Updated": "Updated",
|
|
127
|
+
"Use Search or press Enter to update results with the current sort order.": "Use Search or press Enter to update results with the current sort order.",
|
|
128
|
+
"View as of date": "View as of date",
|
|
129
|
+
"Visible columns": "Visible columns",
|
|
130
|
+
"Welcome back": "Welcome back"
|
|
131
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"← Prev": "← Prev",
|
|
3
|
+
"↑↓ Navigate": "↑↓ Navigate",
|
|
4
|
+
"↵ Select": "↵ Select",
|
|
5
|
+
"+ Add Root Node": "+ Add Root Node",
|
|
6
|
+
"+ Add Row": "+ Add Row",
|
|
7
|
+
"+ New": "+ New",
|
|
8
|
+
"A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
|
|
9
|
+
"Actions": "Actions",
|
|
10
|
+
"Active state": "Active state",
|
|
11
|
+
"Add filter": "Add filter",
|
|
12
|
+
"Add rule": "Add rule",
|
|
13
|
+
"Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
|
|
14
|
+
"Apply filters": "Apply filters",
|
|
15
|
+
"Assigned": "Assigned",
|
|
16
|
+
"Available": "Available",
|
|
17
|
+
"Cancel": "Cancel",
|
|
18
|
+
"Cancelled - document is locked": "Cancelled - document is locked",
|
|
19
|
+
"Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
|
|
20
|
+
"Choose which columns stay visible and adjust widths where needed.": "Choose which columns stay visible and adjust widths where needed.",
|
|
21
|
+
"Clear": "Clear",
|
|
22
|
+
"Clear draft": "Clear draft",
|
|
23
|
+
"Clear filters": "Clear filters",
|
|
24
|
+
"Clear Selected": "Clear Selected",
|
|
25
|
+
"Close": "Close",
|
|
26
|
+
"Close ✕": "Close ✕",
|
|
27
|
+
"Collapse": "Collapse",
|
|
28
|
+
"Columns": "Columns",
|
|
29
|
+
"Continue with {{provider}}": "Continue with {{provider}}",
|
|
30
|
+
"Controls": "Controls",
|
|
31
|
+
"Correct": "Correct",
|
|
32
|
+
"Correct Document": "Correct Document",
|
|
33
|
+
"Correction Strategy": "Correction Strategy",
|
|
34
|
+
"Creation": "Creation",
|
|
35
|
+
"Delete": "Delete",
|
|
36
|
+
"Delete Row": "Delete Row",
|
|
37
|
+
"Deleted At": "Deleted At",
|
|
38
|
+
"Document actions": "Document actions",
|
|
39
|
+
"Done": "Done",
|
|
40
|
+
"Download PDF": "Download PDF",
|
|
41
|
+
"Drop here": "Drop here",
|
|
42
|
+
"Drop here to make root-level": "Drop here to make root-level",
|
|
43
|
+
"Email": "Email",
|
|
44
|
+
"Error loading": "Error loading",
|
|
45
|
+
"Error:": "Error:",
|
|
46
|
+
"Esc Close": "Esc Close",
|
|
47
|
+
"Expand": "Expand",
|
|
48
|
+
"Export CSV": "Export CSV",
|
|
49
|
+
"Export JSON": "Export JSON",
|
|
50
|
+
"Field": "Field",
|
|
51
|
+
"Filter builder": "Filter builder",
|
|
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.",
|
|
55
|
+
"Forgot password?": "Forgot password?",
|
|
56
|
+
"History": "History",
|
|
57
|
+
"ID": "ID",
|
|
58
|
+
"Invalid credentials": "Invalid credentials",
|
|
59
|
+
"Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
|
|
60
|
+
"Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
|
|
61
|
+
"Language": "Language",
|
|
62
|
+
"Last Modified": "Last Modified",
|
|
63
|
+
"Loading form...": "Loading form...",
|
|
64
|
+
"Loading history...": "Loading history...",
|
|
65
|
+
"Loading Kanban...": "Loading Kanban...",
|
|
66
|
+
"Loading sibling form...": "Loading sibling form...",
|
|
67
|
+
"Loading sibling metadata...": "Loading sibling metadata...",
|
|
68
|
+
"Loading tree...": "Loading tree...",
|
|
69
|
+
"Loading workflow...": "Loading workflow...",
|
|
70
|
+
"Loading...": "Loading...",
|
|
71
|
+
"Login": "Login",
|
|
72
|
+
"Login failed. Please try again.": "Login failed. Please try again.",
|
|
73
|
+
"Logout": "Logout",
|
|
74
|
+
"M": "M",
|
|
75
|
+
"Manage filters": "Manage filters",
|
|
76
|
+
"Modified By": "Modified By",
|
|
77
|
+
"more": "more",
|
|
78
|
+
"New": "New",
|
|
79
|
+
"New Value": "New Value",
|
|
80
|
+
"Next": "Next",
|
|
81
|
+
"Next →": "Next →",
|
|
82
|
+
"No actions available": "No actions available",
|
|
83
|
+
"No editable properties found in schema.": "No editable properties found in schema.",
|
|
84
|
+
"No history yet": "No history yet",
|
|
85
|
+
"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
|
+
"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
|
+
"No tasks to display": "No tasks to display",
|
|
90
|
+
"of": "of",
|
|
91
|
+
"Old": "Old",
|
|
92
|
+
"or": "or",
|
|
93
|
+
"Output": "Output",
|
|
94
|
+
"Owner": "Owner",
|
|
95
|
+
"Page": "Page",
|
|
96
|
+
"Password": "Password",
|
|
97
|
+
"Please correct the following errors:": "Please correct the following errors:",
|
|
98
|
+
"Previous": "Previous",
|
|
99
|
+
"Print Preview": "Print Preview",
|
|
100
|
+
"Quick Edit": "Quick Edit",
|
|
101
|
+
"Reason": "Reason",
|
|
102
|
+
"Rename node": "Rename node",
|
|
103
|
+
"Reset": "Reset",
|
|
104
|
+
"Results": "Results",
|
|
105
|
+
"Retry": "Retry",
|
|
106
|
+
"Right-side metadata overlay": "Right-side metadata overlay",
|
|
107
|
+
"Search": "Search",
|
|
108
|
+
"Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
|
|
109
|
+
"Search:": "Search:",
|
|
110
|
+
"Select": "Select",
|
|
111
|
+
"Select Field": "Select Field",
|
|
112
|
+
"selected": "selected",
|
|
113
|
+
"Showing": "Showing",
|
|
114
|
+
"Sibling Data": "Sibling Data",
|
|
115
|
+
"Sibling tabs": "Sibling tabs",
|
|
116
|
+
"Sign In": "Sign In",
|
|
117
|
+
"Sign in to your account": "Sign in to your account",
|
|
118
|
+
"Signing in...": "Signing in...",
|
|
119
|
+
"Submitted - document is locked": "Submitted - document is locked",
|
|
120
|
+
"Task": "Task",
|
|
121
|
+
"The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
|
|
122
|
+
"Today": "Today",
|
|
123
|
+
"Total:": "Total:",
|
|
124
|
+
"Update": "Update",
|
|
125
|
+
"Update Field ▼": "Update Field ▼",
|
|
126
|
+
"Updated": "Updated",
|
|
127
|
+
"Use Search or press Enter to update results with the current sort order.": "Use Search or press Enter to update results with the current sort order.",
|
|
128
|
+
"View as of date": "View as of date",
|
|
129
|
+
"Visible columns": "Visible columns",
|
|
130
|
+
"Welcome back": "Welcome back"
|
|
131
|
+
}
|