|
127 | 127 | "mustBeUnique": "{{key}} must be unique", |
128 | 128 | "addModel": "Add Model", |
129 | 129 | "addModelDialog": { |
130 | | - "introPrefix": "To add a model, please use", |
131 | | - "platformLinkText": "Model Management Platform", |
132 | | - "introSuffix": " and paste the model's URL", |
133 | | - "example": "Example: The URL for {{modelName}} on the platform is {{modelUrl}}", |
134 | | - "urlLabel": "URL" |
135 | | - }, |
136 | | - "loginDialog": { |
137 | | - "title": "No permission to download this model. Please log in and try again.", |
138 | | - "usernameOrEmail": "Username or Email", |
139 | | - "password": "Password", |
140 | | - "login": "Login" |
| 130 | + "introPrefix": "To add a model, please go to the", |
| 131 | + "platformLinkText": "Xinference Model Hub", |
| 132 | + "introSuffix": "and fill in the corresponding model name.", |
| 133 | + "modelName": "Model Name", |
| 134 | + "modelName.tip": "Please enter the model name", |
| 135 | + "placeholder": "e.g. qwen3 (case-sensitive)" |
141 | 136 | }, |
| 137 | + "update": "Update", |
142 | 138 | "error": { |
143 | | - "cannotExtractModelId": "Unable to extract model_id from URL. Please check your input.", |
144 | | - "downloadFailed": "Download failed: {{status}} {{text}}", |
| 139 | + "name_not_matched": "No exact model name match found (case-sensitive)", |
| 140 | + "downloadFailed": "Download failed", |
145 | 141 | "requestFailed": "Request failed", |
146 | | - "loginFailedText": "Login failed: {{status}} {{text}}", |
147 | | - "noTokenAfterLogin": "Login succeeded but no token was returned", |
148 | | - "modelPrivate": "This model is private and requires download permission.", |
149 | | - "noPermissionAfterLogin": "The logged-in account does not have permission to download this model. Please contact the administrator or use a different account." |
| 142 | + "json_parse_error": "Failed to parse JSON" |
150 | 143 | } |
151 | 144 | }, |
152 | 145 |
|
|
0 commit comments