Browse Source

中英文修改

tags/v1.22.8.2^2
zhoupzh 3 years ago
parent
commit
32c2e01c69
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      options/locale/locale_en-US.ini
  2. +3
    -3
      web_src/js/features/i18nVue.js

+ 2
- 2
options/locale/locale_en-US.ini View File

@@ -955,8 +955,8 @@ unzip_status=Unzip Status
collection_num=Collection Nums
current_dataset=Current Dataset
linked_dataset=Linked Dataset
unfavorite=Unfavorite
favorite=Favorite
unfavorite=Unlike
favorite=Like
disassociate=Disassociate
benchmark_dataset_tip=Note: first use the dataset function to upload the model, and then select the model from the dataset list.



+ 3
- 3
web_src/js/features/i18nVue.js View File

@@ -137,9 +137,9 @@ export const i18nVue = {
speech_synthesis: "speech synthesis",
current_dataset: "Current Dataset",
linked_datasets: "Linked Datasets",
unfavorite: "Unfavorite",
favorite: "Favorite",
disassociate: "Disassociate",
unfavorite: "UnLike",
favorite: "Like",
disassociate: "Unlink",
public_dataset: "Public Dataset",
selected_data_file: "Selected DataSets",
sure: "Ok",


Loading…
Cancel
Save