Skip to content

Commit a600f67

Browse files
authored
i18n: fix Chinese translation for Web Upload permission (open-webui#23596)
Differentiate between "Allow File Upload" and "Allow Web Upload" in Chinese translations to help administrators understand the distinction: - "Allow File Upload" = local file, cloud storage uploads - "Allow Web Upload" = URL, YouTube, web content uploads
1 parent 09dccdd commit a600f67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/i18n/locales/zh-CN/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"Allow Text to Speech": "允许文本转语音",
138138
"Allow User Location": "获取您的位置",
139139
"Allow Voice Interruption in Call": "允许语音通话时打断对话",
140-
"Allow Web Upload": "允许上传文件",
140+
"Allow Web Upload": "允许从网络上传内容",
141141
"Allowed Endpoints": "允许的接口",
142142
"Allowed File Extensions": "允许的文件扩展名",
143143
"Allowed file extensions for upload. Separate multiple extensions with commas. Leave empty for all file types.": "文件上传允许的扩展名。多个扩展名用逗号分隔。留空以允许所有文件类型。",

src/lib/i18n/locales/zh-TW/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"Allow Text to Speech": "允許文字轉語音",
138138
"Allow User Location": "允許使用者位置",
139139
"Allow Voice Interruption in Call": "允許在通話中打斷語音",
140-
"Allow Web Upload": "允許上傳檔案",
140+
"Allow Web Upload": "允許從網路上傳內容",
141141
"Allowed Endpoints": "允許的端點",
142142
"Allowed File Extensions": "允許的檔案副檔名",
143143
"Allowed file extensions for upload. Separate multiple extensions with commas. Leave empty for all file types.": "允許上傳的檔案副檔名。多個副檔名請用逗號分隔,留空則允許所有檔案類型。",

0 commit comments

Comments
 (0)