@qrvey/utils 1.13.0 → 1.14.0-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/cjs/globalization/interfaces/dashboard/II18nDashboardMessages.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelTooltips.d.ts +1 -0
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +3 -1
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +1 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardMessages.d.ts +2 -0
- package/dist/globalization/interfaces/panel/II18nPanelTooltips.d.ts +1 -0
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +3 -1
- package/dist/globalization/labels/panel/I18N_PANEL.js +1 -0
- package/package.json +1 -1
|
@@ -27,6 +27,8 @@ exports.I18N_DASHBOARD = {
|
|
|
27
27
|
no_response: "No responses yet, they'll come when they do!",
|
|
28
28
|
no_record_found: "No Records Found",
|
|
29
29
|
inactivity: "Your qrvey has ended. Create a new one or duplicate this to run it again.",
|
|
30
|
+
loading_charts: "Loading charts",
|
|
31
|
+
loading_metrics: "Loading metrics",
|
|
30
32
|
},
|
|
31
33
|
toast: {
|
|
32
34
|
add_record_message: "Record Successfully Added.",
|
|
@@ -34,7 +36,7 @@ exports.I18N_DASHBOARD = {
|
|
|
34
36
|
delete_record_message: "Record Successfully Deleted.",
|
|
35
37
|
refresh_table_message: "Record Successfully Edited.",
|
|
36
38
|
failed_download: "The file(s) could not be exported at this time.",
|
|
37
|
-
successful_download: "{{fileType}} exported",
|
|
39
|
+
successful_download: "{{fileName}} - {{fileType}} exported.",
|
|
38
40
|
panels_loading: "Visualizations are currently loading. Try exporting again once all visualizations have loaded properly.",
|
|
39
41
|
},
|
|
40
42
|
tooltips: {
|
|
@@ -127,6 +127,7 @@ exports.I18N_PANEL = {
|
|
|
127
127
|
},
|
|
128
128
|
timeout_message: "Calculating {{type}}. This process may take a while.",
|
|
129
129
|
tooltips: {
|
|
130
|
+
exporting: "Exporting",
|
|
130
131
|
fit_panel: "Fit to panel",
|
|
131
132
|
no_filters: "No filters applied",
|
|
132
133
|
select_columns: "Select columns",
|
|
@@ -24,6 +24,8 @@ export const I18N_DASHBOARD = {
|
|
|
24
24
|
no_response: "No responses yet, they'll come when they do!",
|
|
25
25
|
no_record_found: "No Records Found",
|
|
26
26
|
inactivity: "Your qrvey has ended. Create a new one or duplicate this to run it again.",
|
|
27
|
+
loading_charts: "Loading charts",
|
|
28
|
+
loading_metrics: "Loading metrics",
|
|
27
29
|
},
|
|
28
30
|
toast: {
|
|
29
31
|
add_record_message: "Record Successfully Added.",
|
|
@@ -31,7 +33,7 @@ export const I18N_DASHBOARD = {
|
|
|
31
33
|
delete_record_message: "Record Successfully Deleted.",
|
|
32
34
|
refresh_table_message: "Record Successfully Edited.",
|
|
33
35
|
failed_download: "The file(s) could not be exported at this time.",
|
|
34
|
-
successful_download: "{{fileType}} exported",
|
|
36
|
+
successful_download: "{{fileName}} - {{fileType}} exported.",
|
|
35
37
|
panels_loading: "Visualizations are currently loading. Try exporting again once all visualizations have loaded properly.",
|
|
36
38
|
},
|
|
37
39
|
tooltips: {
|
|
@@ -124,6 +124,7 @@ export const I18N_PANEL = {
|
|
|
124
124
|
},
|
|
125
125
|
timeout_message: "Calculating {{type}}. This process may take a while.",
|
|
126
126
|
tooltips: {
|
|
127
|
+
exporting: "Exporting",
|
|
127
128
|
fit_panel: "Fit to panel",
|
|
128
129
|
no_filters: "No filters applied",
|
|
129
130
|
select_columns: "Select columns",
|