Skip to content

Commit 5d90a4e

Browse files
refactor: i18n
1 parent 6e29a30 commit 5d90a4e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

frontend/src/i18n/en.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"local_excelcsv": "Local Excel/CSV",
147147
"pieces_in_total": "Showing {ms} records",
148148
"test_connection": "Test Connection",
149-
"check": "check",
149+
"check": "Check",
150150
"connection_success": "Connection Successful",
151151
"connection_failed": "Connection Failed, Please Check Configuration",
152152
"Search Datasource": "Search Datasource",
@@ -378,7 +378,7 @@
378378
"2_dashboards": "{msg} dashboards",
379379
"smart_data_centers": "{msg} smart data centers",
380380
"confirm_to_delete": "After the data source is deleted, the related questions can no longer be asked and the charts in the dashboard cannot be displayed normally. Please operate with caution!",
381-
"id_account_to_add": "Search user ID/account to add",
381+
"id_account_to_add": "Search name/account",
382382
"find_user": "Find user",
383383
"add_successfully": "Add successfully",
384384
"member_management": "Member management",
@@ -389,10 +389,10 @@
389389
"permission": {
390390
"search_rule_group": "Search rule group",
391391
"add_rule_group": "Add rule group",
392-
"permission_rule": "Permission rule",
392+
"permission_rule": "Permission rules",
393393
"restricted_user": "Restricted user",
394-
"set_rule": "Set rule",
395-
"set_user": "Set user",
394+
"set_rule": "Setup rule",
395+
"set_user": "Setup user",
396396
"2": "{msg}",
397397
"238_people": "{msg} people",
398398
"no_permission_rule": "No permission rule",
@@ -406,8 +406,8 @@
406406
"select_restricted_user": "Select restricted user",
407407
"rule_group_1": "Delete rule group: {msg}?",
408408
"no_rule": "No rule",
409-
"row_permission": "Row permission",
410-
"column_permission": "Column permission",
409+
"row_permission": "Row perm",
410+
"column_permission": "Column perm",
411411
"rule_rule_1": "Delete rule: {msg}?",
412412
"no_content": "No content",
413413
"edit_column_permission": "Edit column permission",
@@ -457,14 +457,14 @@
457457
"support_is_required": "Applicable to scenarios where data verification is not required, just embed the embedded code into the third party code, no additional support is required",
458458
"data_permissions_etc": "Applicable to scenarios where data verification is required, requiring the third party system to provide data source interface, user interface data permissions, etc.",
459459
"create_basic_application": "Create basic application",
460-
"set_data_source": "Set data source",
460+
"set_data_source": "Data source settings",
461461
"basic_information": "Basic information",
462462
"application_name": "Application name",
463463
"application_description": "Application description",
464464
"cross_domain_settings": "Cross-domain settings",
465465
"third_party_address": "Please enter the embedded third party address",
466-
"set_to_private": "Set to private",
467-
"set_to_public": "Set to public",
466+
"set_to_private": "Set as private",
467+
"set_to_public": "Set as public",
468468
"public": "Public",
469469
"private": "Private",
470470
"creating_advanced_applications": "Creating Advanced Applications",
@@ -508,10 +508,10 @@
508508
"type": "Chart Type",
509509
"chart_type": {
510510
"table": "Detail Table",
511-
"bar": "Bar Chart",
512-
"column": "Column Chart",
513-
"line": "Line Chart",
514-
"pie": "Pie Chart"
511+
"bar": "Bar",
512+
"column": "Column",
513+
"line": "Line",
514+
"pie": "Pie"
515515
},
516516
"show_sql": "View SQL",
517517
"export_to": "Export As",

0 commit comments

Comments
 (0)