From fb64af2eb20fbe1f1eaa1e2c9c752c71ee28a62f Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Thu, 19 Jun 2025 16:16:01 +0800 Subject: [PATCH] perf: Translate --- apps/i18n/koko/en.json | 2 ++ apps/i18n/koko/es.json | 2 ++ apps/i18n/koko/ja.json | 2 ++ apps/i18n/koko/ko.json | 2 ++ apps/i18n/koko/pt_br.json | 2 ++ apps/i18n/koko/ru.json | 2 ++ apps/i18n/koko/zh.json | 2 ++ apps/i18n/koko/zh_hant.json | 2 ++ 8 files changed, 16 insertions(+) diff --git a/apps/i18n/koko/en.json b/apps/i18n/koko/en.json index a35dd8071..00d4ea50e 100644 --- a/apps/i18n/koko/en.json +++ b/apps/i18n/koko/en.json @@ -1,4 +1,5 @@ { + "ActionPerm": "Action Permission", "AlreadyExistsPleaseRename": "File already exists, please rename it", "Cancel": "Cancel", "CancelFileUpload": "Cancel file upload", @@ -26,6 +27,7 @@ "EndFileTransfer": "File transfer end", "ExceedTransferSize": "exceed max transfer size", "Expand": "Expand", + "ExpiredTime": "Expiration time", "FileAlreadyExists": "File already exists", "FileListError": "Failed to get file list", "FileManagementExpired": "The current file management session has expired.", diff --git a/apps/i18n/koko/es.json b/apps/i18n/koko/es.json index 83a791ebd..46e0ebade 100644 --- a/apps/i18n/koko/es.json +++ b/apps/i18n/koko/es.json @@ -1,4 +1,5 @@ { + "ActionPerm": "Permisos de acción", "AlreadyExistsPleaseRename": "El archivo ya existe, por favor renombrar", "Cancel": "Cancelar", "CancelFileUpload": "Cancelar la subida del archivo", @@ -26,6 +27,7 @@ "EndFileTransfer": "Transferencia de archivos finalizada", "ExceedTransferSize": "Superado el tamaño máximo de transferencia", "Expand": "Expandir", + "ExpiredTime": "Fecha de validez", "FileAlreadyExists": "El archivo ya existe", "FileListError": "No se pudo obtener la información de la lista de archivos", "FileManagementExpired": "La sesión actual de gestión de archivos ha expirado.", diff --git a/apps/i18n/koko/ja.json b/apps/i18n/koko/ja.json index dc2715d38..4d5462e71 100644 --- a/apps/i18n/koko/ja.json +++ b/apps/i18n/koko/ja.json @@ -1,4 +1,5 @@ { + "ActionPerm": "操作権限", "AlreadyExistsPleaseRename": "ファイルは既に存在します。名前を変更してください", "Cancel": "キャンセル", "CancelFileUpload": "ファイルアップロードをキャンセルする", @@ -26,6 +27,7 @@ "EndFileTransfer": "ファイル転送終了", "ExceedTransferSize": "最大転送サイズを超えています", "Expand": "展開", + "ExpiredTime": "有効期限", "FileAlreadyExists": "ファイルは既に存在します", "FileListError": "ファイルリスト情報の取得に失敗しました", "FileManagementExpired": "現在のファイル管理セッションは期限切れです。", diff --git a/apps/i18n/koko/ko.json b/apps/i18n/koko/ko.json index 5f9885ec3..e9fe5780c 100644 --- a/apps/i18n/koko/ko.json +++ b/apps/i18n/koko/ko.json @@ -1,4 +1,5 @@ { + "ActionPerm": "작업 권한", "AlreadyExistsPleaseRename": "파일이 이미 존재합니다, 이름을 변경해 주세요", "Cancel": "취소", "CancelFileUpload": "파일 업로드 취소", @@ -26,6 +27,7 @@ "EndFileTransfer": "파일 전송 종료", "ExceedTransferSize": "최대 전송 크기를 초과했습니다", "Expand": "펼치기", + "ExpiredTime": "유효 기간", "FileAlreadyExists": "파일이 이미 존재합니다", "FileListError": "파일 목록 정보 가져오기 실패", "FileManagementExpired": "현재 파일 관리 세션이 만료되었습니다.", diff --git a/apps/i18n/koko/pt_br.json b/apps/i18n/koko/pt_br.json index b456e8a3a..9c348ba94 100644 --- a/apps/i18n/koko/pt_br.json +++ b/apps/i18n/koko/pt_br.json @@ -1,4 +1,5 @@ { + "ActionPerm": "Permissão de Ação", "AlreadyExistsPleaseRename": "o arquivo já existe, por favor renomeie", "Cancel": "Cancelar", "CancelFileUpload": "Cancelar upload de arquivo", @@ -26,6 +27,7 @@ "EndFileTransfer": "Transferência de arquivo concluída", "ExceedTransferSize": "Excede o tamanho máximo de transferência", "Expand": "Expandir", + "ExpiredTime": "Prazo de validade", "FileAlreadyExists": "arquivo já existe", "FileListError": "Falha ao obter informações da lista de arquivos", "FileManagementExpired": "A sessão atual de gerenciamento de arquivos expirou.", diff --git a/apps/i18n/koko/ru.json b/apps/i18n/koko/ru.json index bbe0077c3..c9a5adabe 100644 --- a/apps/i18n/koko/ru.json +++ b/apps/i18n/koko/ru.json @@ -1,4 +1,5 @@ { + "ActionPerm": "Права доступа", "AlreadyExistsPleaseRename": "Создать папку", "Cancel": "Отмена", "CancelFileUpload": "Отменить передачу файла", @@ -26,6 +27,7 @@ "EndFileTransfer": "Передача файла завершена", "ExceedTransferSize": "Превышен максимальный размер передачи", "Expand": "Развернуть", + "ExpiredTime": "Срок действия", "FileAlreadyExists": "Только для чтения", "FileListError": "Не удалось получить информацию о списке файлов", "FileManagementExpired": "Текущая сессия управления файлами истекла.", diff --git a/apps/i18n/koko/zh.json b/apps/i18n/koko/zh.json index 7e8778a78..443420230 100644 --- a/apps/i18n/koko/zh.json +++ b/apps/i18n/koko/zh.json @@ -1,4 +1,5 @@ { + "ActionPerm": "操作权限", "AlreadyExistsPleaseRename": "文件已存在,请重命名", "Cancel": "取消", "CancelFileUpload": "取消文件上传", @@ -26,6 +27,7 @@ "EndFileTransfer": "文件传输结束", "ExceedTransferSize": "超过最大传输大小", "Expand": "展开", + "ExpiredTime": "有效期限", "FileAlreadyExists": "文件已存在", "FileListError": "获取文件列表信息失败", "FileManagementExpired": "当前文件管理会话已过期。", diff --git a/apps/i18n/koko/zh_hant.json b/apps/i18n/koko/zh_hant.json index 67a1a118b..e70427cc4 100644 --- a/apps/i18n/koko/zh_hant.json +++ b/apps/i18n/koko/zh_hant.json @@ -1,4 +1,5 @@ { + "ActionPerm": "操作權限", "AlreadyExistsPleaseRename": "檔案已存在,請重新命名", "Cancel": "取消", "CancelFileUpload": "取消文件上傳", @@ -26,6 +27,7 @@ "EndFileTransfer": "文件傳輸結束", "ExceedTransferSize": "超過最大傳輸大小", "Expand": "展開", + "ExpiredTime": "有效期限", "FileAlreadyExists": "檔案已存在", "FileListError": "獲取文件列表資訊失敗", "FileManagementExpired": "當前文件管理會話已過期。",