From 3252db31fececbdd8c1782f346688acfeace2fe4 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Tue, 20 Aug 2024 11:28:30 +0800 Subject: [PATCH] perf: Translate --- apps/i18n/core/en/LC_MESSAGES/django.po | 2 +- apps/i18n/lina/en.json | 1 + apps/i18n/lina/ja.json | 1 + apps/i18n/lina/zh.json | 1 + apps/i18n/lina/zh_hant.json | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/i18n/core/en/LC_MESSAGES/django.po b/apps/i18n/core/en/LC_MESSAGES/django.po index 5006b894a..e44bc8d18 100644 --- a/apps/i18n/core/en/LC_MESSAGES/django.po +++ b/apps/i18n/core/en/LC_MESSAGES/django.po @@ -3983,7 +3983,7 @@ msgstr "" msgid "" "Connection failed: Self-signed certificate used. Please check server " "certificate configuration" -msgstr "連接失敗:使用了自簽名證書,請檢查伺服器證書配置" +msgstr "" #: common/sdk/im/exceptions.py:23 msgid "Network error, please contact system administrator" diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 51d3d35e0..701364796 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -446,6 +446,7 @@ "DownloadReplay": "Download recording", "DownloadUpdateTemplateMsg": "Download update template", "DragUploadFileInfo": "Drag files here, or click to upload", + "DropConfirmMsg": "Do you want to move node: {src} to {dst}?", "Duplicate": "Duplicate", "DuplicateFileExists": "Uploading a file with the same name is not allowed, please delete the file with the same name", "Duration": "Duration", diff --git a/apps/i18n/lina/ja.json b/apps/i18n/lina/ja.json index 80f2ec5a8..848834c4b 100644 --- a/apps/i18n/lina/ja.json +++ b/apps/i18n/lina/ja.json @@ -461,6 +461,7 @@ "DownloadReplay": "ビデオのダウンロード", "DownloadUpdateTemplateMsg": "更新テンプレートをダウンロード", "DragUploadFileInfo": "ここにファイルをドラッグするか、ここをクリックしてアップロードしてください", + "DropConfirmMsg": "ノード: {src} を {dst} に移動しますか?", "Duplicate": "ダブリケート", "DuplicateFileExists": "同名のファイルのアップロードは許可されていません、同名のファイルを削除してください", "Duration": "時間", diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 447025f7e..b92f37b32 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -446,6 +446,7 @@ "DownloadReplay": "下载录像", "DownloadUpdateTemplateMsg": "下载更新模板", "DragUploadFileInfo": "将文件拖到此处,或点击此处上传", + "DropConfirmMsg": "你想移动节点: {src} 到 {dst} 下吗?", "Duplicate": "副本", "DuplicateFileExists": "不允许上传同名文件,请删除同名文件", "Duration": "时长", diff --git a/apps/i18n/lina/zh_hant.json b/apps/i18n/lina/zh_hant.json index f2a1fb84d..fd2843ad7 100644 --- a/apps/i18n/lina/zh_hant.json +++ b/apps/i18n/lina/zh_hant.json @@ -595,7 +595,7 @@ "DownloadImportTemplateMsg": "下載創建模板", "DownloadReplay": "下載錄影", "DownloadUpdateTemplateMsg": "下載更新範本", - "DragUploadFileInfo": " Drag files here, or click here to upload", + "DragUploadFileInfo": " 將檔案拖曳至此處,或點擊此處上傳", "DropConfirmMsg": "你想移動節點: {src} 到 {dst} 下嗎?", "DryRun": "測試運行", "Duplicate": "Copy",