fix(translations): regularise the capitalisation of 'CSV' in en localisation (#24440)

This commit is contained in:
Stuart Yeates 2023-06-18 14:33:11 +12:00 committed by GitHub
parent db65b74e4b
commit 38ff5d38ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -201,7 +201,7 @@
"" ""
], ],
"A timeout occurred while executing the query.": [""], "A timeout occurred while executing the query.": [""],
"A timeout occurred while generating a csv.": [""], "A timeout occurred while generating a CSV.": [""],
"A timeout occurred while generating a dataframe.": [""], "A timeout occurred while generating a dataframe.": [""],
"A timeout occurred while taking a screenshot.": [""], "A timeout occurred while taking a screenshot.": [""],
"A valid color scheme is required": [""], "A valid color scheme is required": [""],
@ -346,7 +346,7 @@
"Allow CREATE TABLE AS option in SQL Lab": [""], "Allow CREATE TABLE AS option in SQL Lab": [""],
"Allow CREATE VIEW AS": [""], "Allow CREATE VIEW AS": [""],
"Allow CREATE VIEW AS option in SQL Lab": [""], "Allow CREATE VIEW AS option in SQL Lab": [""],
"Allow Csv Upload": [""], "Allow CSV Upload": [""],
"Allow DML": [""], "Allow DML": [""],
"Allow columns to be rearranged": [""], "Allow columns to be rearranged": [""],
"Allow creation of new tables based on queries": [""], "Allow creation of new tables based on queries": [""],
@ -1139,7 +1139,7 @@
"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [
"" ""
], ],
"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for CSV uploads. Please contact your Superset Admin.": [
"" ""
], ],
"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [
@ -1825,7 +1825,7 @@
"If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [
"" ""
], ],
"If selected, please set the schemas allowed for csv upload in Extra.": [ "If selected, please set the schemas allowed for CSV upload in Extra.": [
"" ""
], ],
"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [
@ -2758,7 +2758,7 @@
"Report Schedule could not be deleted.": [""], "Report Schedule could not be deleted.": [""],
"Report Schedule could not be updated.": [""], "Report Schedule could not be updated.": [""],
"Report Schedule delete failed.": [""], "Report Schedule delete failed.": [""],
"Report Schedule execution failed when generating a csv.": [""], "Report Schedule execution failed when generating a CSV.": [""],
"Report Schedule execution failed when generating a dataframe.": [""], "Report Schedule execution failed when generating a dataframe.": [""],
"Report Schedule execution failed when generating a screenshot.": [""], "Report Schedule execution failed when generating a screenshot.": [""],
"Report Schedule execution got an unexpected error.": [""], "Report Schedule execution got an unexpected error.": [""],
@ -3513,10 +3513,10 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
"" ""
], ],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to CSV to see more rows up to the %(limit)d limit.": [
"" ""
], ],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to CSV, or contact an admin to see more rows up to the %(limit)d limit.": [
"" ""
], ],
"The number of rows displayed is limited to %(rows)d by the dropdown.": [ "The number of rows displayed is limited to %(rows)d by the dropdown.": [
@ -4424,7 +4424,7 @@
"You don't have the rights to alter this title.": [""], "You don't have the rights to alter this title.": [""],
"You don't have the rights to create a chart": [""], "You don't have the rights to create a chart": [""],
"You don't have the rights to create a dashboard": [""], "You don't have the rights to create a dashboard": [""],
"You don't have the rights to download as csv": [""], "You don't have the rights to download as CSV": [""],
"You have no permission to approve this request": [""], "You have no permission to approve this request": [""],
"You have removed this filter.": [""], "You have removed this filter.": [""],
"You have unsaved changes.": [""], "You have unsaved changes.": [""],

View File

@ -872,7 +872,7 @@ msgid "A timeout occurred while executing the query."
msgstr "" msgstr ""
#: superset/reports/commands/exceptions.py:238 #: superset/reports/commands/exceptions.py:238
msgid "A timeout occurred while generating a csv." msgid "A timeout occurred while generating a CSV."
msgstr "" msgstr ""
#: superset/reports/commands/exceptions.py:243 #: superset/reports/commands/exceptions.py:243
@ -1554,7 +1554,7 @@ msgid "Allow CREATE VIEW AS option in SQL Lab"
msgstr "" msgstr ""
#: superset/views/database/mixins.py:198 #: superset/views/database/mixins.py:198
msgid "Allow Csv Upload" msgid "Allow CSV Upload"
msgstr "" msgstr ""
#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:164 #: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:164
@ -4847,7 +4847,7 @@ msgstr ""
#, python-format #, python-format
msgid "" msgid ""
"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed "
"for csv uploads. Please contact your Superset Admin." "for CSV uploads. Please contact your Superset Admin."
msgstr "" msgstr ""
#: superset/views/database/views.py:321 #: superset/views/database/views.py:321
@ -7685,7 +7685,7 @@ msgid ""
msgstr "" msgstr ""
#: superset/views/database/mixins.py:177 #: superset/views/database/mixins.py:177
msgid "If selected, please set the schemas allowed for csv upload in Extra." msgid "If selected, please set the schemas allowed for CSV upload in Extra."
msgstr "" msgstr ""
#: superset/views/database/forms.py:328 superset/views/database/forms.py:459 #: superset/views/database/forms.py:328 superset/views/database/forms.py:459
@ -11702,7 +11702,7 @@ msgid "Report Schedule delete failed."
msgstr "" msgstr ""
#: superset/reports/commands/exceptions.py:159 #: superset/reports/commands/exceptions.py:159
msgid "Report Schedule execution failed when generating a csv." msgid "Report Schedule execution failed when generating a CSV."
msgstr "" msgstr ""
#: superset/reports/commands/exceptions.py:163 #: superset/reports/commands/exceptions.py:163
@ -14728,14 +14728,14 @@ msgstr ""
msgid "" msgid ""
"The number of results displayed is limited to %(rows)d by the " "The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or " "configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit." "download to CSV to see more rows up to the %(limit)d limit."
msgstr "" msgstr ""
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:307 #: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:307
#, python-format #, python-format
msgid "" msgid ""
"The number of results displayed is limited to %(rows)d. Please add " "The number of results displayed is limited to %(rows)d. Please add "
"additional limits/filters, download to csv, or contact an admin to see " "additional limits/filters, download to CSV, or contact an admin to see "
"more rows up to the %(limit)d limit." "more rows up to the %(limit)d limit."
msgstr "" msgstr ""
@ -17911,7 +17911,7 @@ msgid "You don't have the rights to create a dashboard"
msgstr "" msgstr ""
#: superset/views/core.py:649 #: superset/views/core.py:649
msgid "You don't have the rights to download as csv" msgid "You don't have the rights to download as CSV"
msgstr "" msgstr ""
#: superset/views/core.py:425 #: superset/views/core.py:425