From 6922c62b50905f95a4c203899b9513ed0daef3a6 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Thu, 19 Jun 2025 11:46:48 +0800 Subject: [PATCH] perf: Translate --- apps/i18n/koko/en.json | 11 ++++++++++- apps/i18n/koko/es.json | 11 ++++++++++- apps/i18n/koko/ja.json | 11 ++++++++++- apps/i18n/koko/ko.json | 11 ++++++++++- apps/i18n/koko/pt_br.json | 11 ++++++++++- apps/i18n/koko/ru.json | 11 ++++++++++- apps/i18n/koko/zh.json | 11 ++++++++++- apps/i18n/koko/zh_hant.json | 11 ++++++++++- apps/i18n/lina/en.json | 4 ++-- apps/i18n/lina/es.json | 1 + apps/i18n/lina/ja.json | 1 + apps/i18n/lina/ko.json | 1 + apps/i18n/lina/pt_br.json | 1 + apps/i18n/lina/ru.json | 1 + apps/i18n/lina/zh.json | 4 ++-- apps/i18n/lina/zh_hant.json | 4 ++-- apps/i18n/luna/en.json | 1 + apps/i18n/luna/es.json | 1 + apps/i18n/luna/ja.json | 1 + apps/i18n/luna/ko.json | 1 + apps/i18n/luna/pt_br.json | 1 + apps/i18n/luna/ru.json | 1 + apps/i18n/luna/zh.json | 1 + apps/i18n/luna/zh_hant.json | 1 + 24 files changed, 99 insertions(+), 14 deletions(-) diff --git a/apps/i18n/koko/en.json b/apps/i18n/koko/en.json index a7b4a61c9..a35dd8071 100644 --- a/apps/i18n/koko/en.json +++ b/apps/i18n/koko/en.json @@ -1,4 +1,5 @@ { + "AlreadyExistsPleaseRename": "File already exists, please rename it", "Cancel": "Cancel", "CancelFileUpload": "Cancel file upload", "Clone Connect": "Clone Connect", @@ -10,6 +11,8 @@ "Connect": "Connect", "CopyLink": "Copy Link Address and Code", "CopyShareURLSuccess": "Copy Share URL Success", + "CreateFolder": "Create folder", + "CreateLink": "Create link", "CreateSuccess": "Success", "CurrentUser": "Current user", "Custom Setting": "Custom Setting", @@ -23,6 +26,7 @@ "EndFileTransfer": "File transfer end", "ExceedTransferSize": "exceed max transfer size", "Expand": "Expand", + "FileAlreadyExists": "File already exists", "FileListError": "Failed to get file list", "FileManagementExpired": "The current file management session has expired.", "FileUploadInterrupted": "File upload interrupted", @@ -37,6 +41,8 @@ "LeaveShare": "Leave Session", "LeftArrow": "Left arrow", "List": "List", + "Minute": "Minute", + "Minutes": "Minutes", "MustOneFile": "Only support to select one file", "MustSelectOneFile": "Must select one file", "Name": "Name", @@ -50,6 +56,7 @@ "PermissionExpired": "Permission expired", "PermissionValid": "Permission valid", "PleaseInput": "Please input", + "ReadOnly": "Read Only", "Reconnect": "Reconnect", "Refresh": "Refresh", "Remove": "Remove", @@ -63,6 +70,7 @@ "Self": "Self", "Settings": "Settings", "Share": "Share", + "ShareUser": "Share User", "ShareUserHelpText": "If left blank, everyone could join the session.", "Size": "Size", "Sync": "Sync", @@ -85,5 +93,6 @@ "VerifyCode": "Verify Code", "WaitFileTransfer": "Wait file transfer to finish", "Warning": "Warning", - "WebSocketClosed": "WebSocket closed" + "WebSocketClosed": "WebSocket closed", + "Writable": "Writable" } \ No newline at end of file diff --git a/apps/i18n/koko/es.json b/apps/i18n/koko/es.json index ee2cb35ee..83a791ebd 100644 --- a/apps/i18n/koko/es.json +++ b/apps/i18n/koko/es.json @@ -1,4 +1,5 @@ { + "AlreadyExistsPleaseRename": "El archivo ya existe, por favor renombrar", "Cancel": "Cancelar", "CancelFileUpload": "Cancelar la subida del archivo", "Clone Connect": "Copiar ventana", @@ -10,6 +11,8 @@ "Connect": "Conectar", "CopyLink": "Copiar enlace y código de verificación", "CopyShareURLSuccess": "Dirección de compartición copiada con éxito", + "CreateFolder": "Crear carpeta", + "CreateLink": "Crear enlace para compartir", "CreateSuccess": "Creación exitosa", "CurrentUser": "Usuario actual", "Custom Setting": "Ajustes personalizados", @@ -23,6 +26,7 @@ "EndFileTransfer": "Transferencia de archivos finalizada", "ExceedTransferSize": "Superado el tamaño máximo de transferencia", "Expand": "Expandir", + "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.", "FileUploadInterrupted": "La subida del archivo se ha interrumpido", @@ -37,6 +41,8 @@ "LeaveShare": "Salir de compartir", "LeftArrow": "Flecha hacia atrás", "List": "Lista", + "Minute": "Minutos", + "Minutes": "Parte", "MustOneFile": "Solo se puede seleccionar un archivo", "MustSelectOneFile": "Debe seleccionar un archivo", "Name": "Nombre", @@ -50,6 +56,7 @@ "PermissionExpired": "Los permisos han expirado", "PermissionValid": "Permisos válidos", "PleaseInput": "Por favor, ingrese.", + "ReadOnly": "Solo lectura", "Reconnect": "Reconectar", "Refresh": "Refrescar", "Remove": "Eliminar", @@ -63,6 +70,7 @@ "Self": "Yo", "Settings": "Ajustes", "Share": "Compartir", + "ShareUser": "Compartir usuario", "ShareUserHelpText": "No se ha seleccionado un usuario, lo que permite la entrada de todos", "Size": "Tamaño", "Sync": "Sincronizar", @@ -85,5 +93,6 @@ "VerifyCode": "Código de verificación.", "WaitFileTransfer": "Esperando que finalice la transferencia de archivos", "Warning": "Advertencia", - "WebSocketClosed": "WebSocket cerrado" + "WebSocketClosed": "WebSocket cerrado", + "Writable": "Se puede escribir" } \ No newline at end of file diff --git a/apps/i18n/koko/ja.json b/apps/i18n/koko/ja.json index 41f15f18e..dc2715d38 100644 --- a/apps/i18n/koko/ja.json +++ b/apps/i18n/koko/ja.json @@ -1,4 +1,5 @@ { + "AlreadyExistsPleaseRename": "ファイルは既に存在します。名前を変更してください", "Cancel": "キャンセル", "CancelFileUpload": "ファイルアップロードをキャンセルする", "Clone Connect": "ウィンドウをコピー", @@ -10,6 +11,8 @@ "Connect": "接続", "CopyLink": "リンクと認証コードのコピー", "CopyShareURLSuccess": "レプリケーション共有住所成功", + "CreateFolder": "フォルダーを作成", + "CreateLink": "共有リンクを作成", "CreateSuccess": "作成に成功しました", "CurrentUser": "現在のユーザー", "Custom Setting": "カスタム設定", @@ -23,6 +26,7 @@ "EndFileTransfer": "ファイル転送終了", "ExceedTransferSize": "最大転送サイズを超えています", "Expand": "展開", + "FileAlreadyExists": "ファイルは既に存在します", "FileListError": "ファイルリスト情報の取得に失敗しました", "FileManagementExpired": "現在のファイル管理セッションは期限切れです。", "FileUploadInterrupted": "ファイルアップロードが中断されました", @@ -37,6 +41,8 @@ "LeaveShare": "共有セッションから退出", "LeftArrow": "戻る矢印", "List": "リスト", + "Minute": "分", + "Minutes": "分", "MustOneFile": "ファイルを1つだけ選択できます", "MustSelectOneFile": "ファイルを選択する必要があります", "Name": "名前", @@ -50,6 +56,7 @@ "PermissionExpired": "許可が期限切れになりました", "PermissionValid": "権限は有効です", "PleaseInput": "入力してください", + "ReadOnly": "読み取り専用", "Reconnect": "再接続", "Refresh": "リフレッシュ", "Remove": "削除", @@ -63,6 +70,7 @@ "Self": "自分", "Settings": "設定", "Share": "シェア", + "ShareUser": "共有ユーザー", "ShareUserHelpText": "ユーザーが選択されていません。つまり、すべての人が参加できます。", "Size": "サイズ", "Sync": "同期", @@ -85,5 +93,6 @@ "VerifyCode": "認証コード", "WaitFileTransfer": "ファイル転送終了待ち", "Warning": "警告", - "WebSocketClosed": "WebSocket 閉店" + "WebSocketClosed": "WebSocket 閉店", + "Writable": "作成" } \ No newline at end of file diff --git a/apps/i18n/koko/ko.json b/apps/i18n/koko/ko.json index 907d87cdd..5f9885ec3 100644 --- a/apps/i18n/koko/ko.json +++ b/apps/i18n/koko/ko.json @@ -1,4 +1,5 @@ { + "AlreadyExistsPleaseRename": "파일이 이미 존재합니다, 이름을 변경해 주세요", "Cancel": "취소", "CancelFileUpload": "파일 업로드 취소", "Clone Connect": "복사 창", @@ -10,6 +11,8 @@ "Connect": "연결", "CopyLink": "링크 및 인증 코드 복사", "CopyShareURLSuccess": "공유 주소 복사 성공", + "CreateFolder": "폴더 생성", + "CreateLink": "공유 링크 생성", "CreateSuccess": "생성이 성공적으로 완료되었습니다", "CurrentUser": "현재 사용자", "Custom Setting": "사용자 정의 설정", @@ -23,6 +26,7 @@ "EndFileTransfer": "파일 전송 종료", "ExceedTransferSize": "최대 전송 크기를 초과했습니다", "Expand": "펼치기", + "FileAlreadyExists": "파일이 이미 존재합니다", "FileListError": "파일 목록 정보 가져오기 실패", "FileManagementExpired": "현재 파일 관리 세션이 만료되었습니다.", "FileUploadInterrupted": "파일 업로드 중단", @@ -37,6 +41,8 @@ "LeaveShare": "공유 종료", "LeftArrow": "뒤로 화살표", "List": "목록", + "Minute": "분", + "Minutes": "분", "MustOneFile": "하나의 파일만 선택할 수 있습니다", "MustSelectOneFile": "파일 하나를 선택해야 합니다", "Name": "이름", @@ -50,6 +56,7 @@ "PermissionExpired": "권한이 만료되었습니다", "PermissionValid": "권한 유효", "PleaseInput": "입력해 주세요.", + "ReadOnly": "읽기 전용", "Reconnect": "재연결", "Refresh": "새로 고침", "Remove": "제거", @@ -63,6 +70,7 @@ "Self": "나", "Settings": "설정", "Share": "공유", + "ShareUser": "공유 사용자", "ShareUserHelpText": "사용자가 선택되지 않았습니다, 모든 사람이 참여할 수 있습니다", "Size": "크기", "Sync": "동기화", @@ -85,5 +93,6 @@ "VerifyCode": "인증 코드", "WaitFileTransfer": "파일 전송 완료 대기", "Warning": "경고", - "WebSocketClosed": "WebSocket이 닫혔습니다" + "WebSocketClosed": "WebSocket이 닫혔습니다", + "Writable": "작성 가능" } \ No newline at end of file diff --git a/apps/i18n/koko/pt_br.json b/apps/i18n/koko/pt_br.json index 030ca2f83..b456e8a3a 100644 --- a/apps/i18n/koko/pt_br.json +++ b/apps/i18n/koko/pt_br.json @@ -1,4 +1,5 @@ { + "AlreadyExistsPleaseRename": "o arquivo já existe, por favor renomeie", "Cancel": "Cancelar", "CancelFileUpload": "Cancelar upload de arquivo", "Clone Connect": "Copiar janela", @@ -10,6 +11,8 @@ "Connect": "Conectar", "CopyLink": "Copiar link e código", "CopyShareURLSuccess": "Cópia de endereço compartilhado bem sucedida", + "CreateFolder": "criar pasta", + "CreateLink": "criar link de compartilhamento", "CreateSuccess": "Criado com sucesso", "CurrentUser": "Usuário atual", "Custom Setting": "Configurações personalizadas", @@ -23,6 +26,7 @@ "EndFileTransfer": "Transferência de arquivo concluída", "ExceedTransferSize": "Excede o tamanho máximo de transferência", "Expand": "Expandir", + "FileAlreadyExists": "arquivo já existe", "FileListError": "Falha ao obter informações da lista de arquivos", "FileManagementExpired": "A sessão atual de gerenciamento de arquivos expirou.", "FileUploadInterrupted": "Upload de arquivo interrompido", @@ -37,6 +41,8 @@ "LeaveShare": "Sair do compartilhamento", "LeftArrow": "Seta para trás", "List": "Lista", + "Minute": "minutos", + "Minutes": "minutos", "MustOneFile": "Só pode escolher um arquivo", "MustSelectOneFile": "É necessário selecionar um arquivo", "Name": "Nome", @@ -50,6 +56,7 @@ "PermissionExpired": "Permissão expirada", "PermissionValid": "Permissão válida", "PleaseInput": "Por favor, insira.", + "ReadOnly": "somente leitura", "Reconnect": "Reconectar", "Refresh": "Atualizar", "Remove": "Remover", @@ -63,6 +70,7 @@ "Self": "Eu", "Settings": "Configurações", "Share": "Compartilhar", + "ShareUser": "usuários de compartilhamento", "ShareUserHelpText": "Sem usuário selecionado, permitindo que todos se juntem", "Size": "Tamanho", "Sync": "Sincronizar", @@ -85,5 +93,6 @@ "VerifyCode": "código de verificação", "WaitFileTransfer": "Aguarde o fim da transferência do arquivo", "Warning": "Aviso", - "WebSocketClosed": "WebSocket foi fechado" + "WebSocketClosed": "WebSocket foi fechado", + "Writable": "pode escrever" } \ No newline at end of file diff --git a/apps/i18n/koko/ru.json b/apps/i18n/koko/ru.json index 8b3cb7735..bbe0077c3 100644 --- a/apps/i18n/koko/ru.json +++ b/apps/i18n/koko/ru.json @@ -1,4 +1,5 @@ { + "AlreadyExistsPleaseRename": "Создать папку", "Cancel": "Отмена", "CancelFileUpload": "Отменить передачу файла", "Clone Connect": "Клонировать окно", @@ -10,6 +11,8 @@ "Connect": "Подключение", "CopyLink": "Скопировать ссылку и код подтверждения", "CopyShareURLSuccess": "URL общего доступа успешно скопирован", + "CreateFolder": "Пользователи для分享", + "CreateLink": "Файл уже существует", "CreateSuccess": "Успешно создано", "CurrentUser": "Текущий пользователь", "Custom Setting": "Пользовательские настройки", @@ -23,6 +26,7 @@ "EndFileTransfer": "Передача файла завершена", "ExceedTransferSize": "Превышен максимальный размер передачи", "Expand": "Развернуть", + "FileAlreadyExists": "Только для чтения", "FileListError": "Не удалось получить информацию о списке файлов", "FileManagementExpired": "Текущая сессия управления файлами истекла.", "FileUploadInterrupted": "Передача файла прервана", @@ -37,6 +41,8 @@ "LeaveShare": "Покинуть общую сессию", "LeftArrow": "Стрелка влево", "List": "Список", + "Minute": "Минуты", + "Minutes": "Файл уже существует, пожалуйста, переименуйте", "MustOneFile": "Можно выбрать только один файл", "MustSelectOneFile": "Необходимо выбрать файл", "Name": "Название", @@ -50,6 +56,7 @@ "PermissionExpired": "Разрешение истекло", "PermissionValid": "Доступ разрешен", "PleaseInput": "Пожалуйста, введите", + "ReadOnly": "Минуты", "Reconnect": "Переподключение", "Refresh": "Обновить", "Remove": "Удалить", @@ -63,6 +70,7 @@ "Self": "Я", "Settings": "Настройки", "Share": "Поделиться", + "ShareUser": "Поделиться пользователем", "ShareUserHelpText": "Пустое поле означает, что присоединиться может каждый желающий.", "Size": "Размер", "Sync": "Синхронизация", @@ -85,5 +93,6 @@ "VerifyCode": "Код подтверждения", "WaitFileTransfer": "Ожидание завершения передачи файла", "Warning": "Предупреждение", - "WebSocketClosed": "WebSocket закрыт" + "WebSocketClosed": "WebSocket закрыт", + "Writable": "Создать ссылку для分享" } \ No newline at end of file diff --git a/apps/i18n/koko/zh.json b/apps/i18n/koko/zh.json index 3e4efa47f..7e8778a78 100644 --- a/apps/i18n/koko/zh.json +++ b/apps/i18n/koko/zh.json @@ -1,4 +1,5 @@ { + "AlreadyExistsPleaseRename": "文件已存在,请重命名", "Cancel": "取消", "CancelFileUpload": "取消文件上传", "Clone Connect": "复制窗口", @@ -10,6 +11,8 @@ "Connect": "连接", "CopyLink": "复制链接及验证码", "CopyShareURLSuccess": "复制分享地址成功", + "CreateFolder": "创建文件夹", + "CreateLink": "创建分享链接", "CreateSuccess": "创建成功", "CurrentUser": "当前用户", "Custom Setting": "自定义设置", @@ -23,6 +26,7 @@ "EndFileTransfer": "文件传输结束", "ExceedTransferSize": "超过最大传输大小", "Expand": "展开", + "FileAlreadyExists": "文件已存在", "FileListError": "获取文件列表信息失败", "FileManagementExpired": "当前文件管理会话已过期。", "FileUploadInterrupted": "文件上传中断", @@ -37,6 +41,8 @@ "LeaveShare": "离开共享", "LeftArrow": "后退箭头", "List": "列表", + "Minute": "分钟", + "Minutes": "分", "MustOneFile": "只能选择一个文件", "MustSelectOneFile": "必须选择一个文件", "Name": "名称", @@ -50,6 +56,7 @@ "PermissionExpired": "权限已过期", "PermissionValid": "权限有效", "PleaseInput": "请输入", + "ReadOnly": "只读", "Reconnect": "重新连接", "Refresh": "刷新", "Remove": "移除", @@ -63,6 +70,7 @@ "Self": "我", "Settings": "设置", "Share": "分享", + "ShareUser": "分享用户", "ShareUserHelpText": "未选择用户,即允许所有人加入", "Size": "大小", "Sync": "同步", @@ -85,5 +93,6 @@ "VerifyCode": "验证码", "WaitFileTransfer": "等待文件传输结束", "Warning": "警告", - "WebSocketClosed": "WebSocket 已关闭" + "WebSocketClosed": "WebSocket 已关闭", + "Writable": "可写" } \ No newline at end of file diff --git a/apps/i18n/koko/zh_hant.json b/apps/i18n/koko/zh_hant.json index ccb9d52c0..67a1a118b 100644 --- a/apps/i18n/koko/zh_hant.json +++ b/apps/i18n/koko/zh_hant.json @@ -1,4 +1,5 @@ { + "AlreadyExistsPleaseRename": "檔案已存在,請重新命名", "Cancel": "取消", "CancelFileUpload": "取消文件上傳", "Clone Connect": "複製視窗", @@ -10,6 +11,8 @@ "Connect": "連接", "CopyLink": "複製連結及驗證碼", "CopyShareURLSuccess": "複製分享地址成功", + "CreateFolder": "創建資料夾", + "CreateLink": "創建分享鏈接", "CreateSuccess": "創建成功", "CurrentUser": "當前用戶", "Custom Setting": "自訂設定", @@ -23,6 +26,7 @@ "EndFileTransfer": "文件傳輸結束", "ExceedTransferSize": "超過最大傳輸大小", "Expand": "展開", + "FileAlreadyExists": "檔案已存在", "FileListError": "獲取文件列表資訊失敗", "FileManagementExpired": "當前文件管理會話已過期。", "FileUploadInterrupted": "文件上傳中斷", @@ -37,6 +41,8 @@ "LeaveShare": "離開共享", "LeftArrow": "後退箭頭", "List": "列表", + "Minute": "分鐘", + "Minutes": "分", "MustOneFile": "只能選擇一個文件", "MustSelectOneFile": "必須選擇一個文件", "Name": "名稱", @@ -50,6 +56,7 @@ "PermissionExpired": "權限已過期", "PermissionValid": "權限有效", "PleaseInput": "請輸入", + "ReadOnly": "只讀", "Reconnect": "重新連線", "Refresh": "刷新", "Remove": "移除", @@ -63,6 +70,7 @@ "Self": "我", "Settings": "設置", "Share": "分享", + "ShareUser": "分享用戶", "ShareUserHelpText": "未選擇用戶,即允許所有人加入", "Size": "大小", "Sync": "同步", @@ -85,5 +93,6 @@ "VerifyCode": "驗證碼", "WaitFileTransfer": "等待文件傳輸結束", "Warning": "警告", - "WebSocketClosed": "WebSocket 已關閉" + "WebSocketClosed": "WebSocket 已關閉", + "Writable": "可寫" } \ No newline at end of file diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index a06f2799e..1eb474ad5 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -689,6 +689,7 @@ "InputEmailAddress": "Please enter the correct email address", "InputMessage": "Enter message...", "InputPhone": "Phone number", + "Insert": "Insert", "InstanceAddress": "Instance address", "InstanceName": "Instance name", "InstanceNamePartIp": "Instance name and partial IP", @@ -1552,6 +1553,5 @@ "removeWarningMsg": "Are you sure you want to remove", "setVariable": "Set variable", "userId": "User ID", - "userName": "User name", - "Insert": "Insert" + "userName": "User name" } \ No newline at end of file diff --git a/apps/i18n/lina/es.json b/apps/i18n/lina/es.json index 1d920832c..d0b83d083 100644 --- a/apps/i18n/lina/es.json +++ b/apps/i18n/lina/es.json @@ -688,6 +688,7 @@ "InputEmailAddress": "Por favor ingresa una dirección de correo electrónico válida", "InputMessage": "Ingresar mensaje...", "InputPhone": "por favor ingrese su número de teléfono", + "Insert": "Insertar", "InstanceAddress": "Dirección del ejemplo", "InstanceName": "Nombre de la instancia", "InstanceNamePartIp": "Nombre de la instancia y parte de la IP", diff --git a/apps/i18n/lina/ja.json b/apps/i18n/lina/ja.json index ddfb4ee1c..8f0858d74 100644 --- a/apps/i18n/lina/ja.json +++ b/apps/i18n/lina/ja.json @@ -693,6 +693,7 @@ "InputEmailAddress": "正しいメールアドレスを入力してください", "InputMessage": "メッセージを入力...", "InputPhone": "携帯電話番号を入力してください", + "Insert": "挿入", "InstanceAddress": "インスタンスのアドレス", "InstanceName": "インスタンス名", "InstanceNamePartIp": "インスタンス名と部分IP", diff --git a/apps/i18n/lina/ko.json b/apps/i18n/lina/ko.json index c35dba9de..bb856aeba 100644 --- a/apps/i18n/lina/ko.json +++ b/apps/i18n/lina/ko.json @@ -688,6 +688,7 @@ "InputEmailAddress": "올바른 이메일 주소를 입력하세요", "InputMessage": "메시지 입력...", "InputPhone": "휴대폰 번호를 입력하세요", + "Insert": "삽입", "InstanceAddress": "인스턴스 주소", "InstanceName": "인스턴스 이름", "InstanceNamePartIp": "인스턴스 이름 및 일부 IP", diff --git a/apps/i18n/lina/pt_br.json b/apps/i18n/lina/pt_br.json index 794478630..ab21539b9 100644 --- a/apps/i18n/lina/pt_br.json +++ b/apps/i18n/lina/pt_br.json @@ -689,6 +689,7 @@ "InputEmailAddress": "Por favor, insira um endereço de e-mail correto", "InputMessage": "Digite uma mensagem...", "InputPhone": " Por favor, insira o número do celular ", + "Insert": "Inserir", "InstanceAddress": "Endereço da instância", "InstanceName": "Nome da instância", "InstanceNamePartIp": "Nome da instância e parte do IP", diff --git a/apps/i18n/lina/ru.json b/apps/i18n/lina/ru.json index 4e92bd71e..528881d0b 100644 --- a/apps/i18n/lina/ru.json +++ b/apps/i18n/lina/ru.json @@ -690,6 +690,7 @@ "InputEmailAddress": "Пожалуйста, введите правильный адрес электронной почты", "InputMessage": "Введите сообщение...", "InputPhone": "Номер телефона", + "Insert": "Вставить", "InstanceAddress": "Адрес экземпляра", "InstanceName": "Название экземпляра", "InstanceNamePartIp": "Название экземпляра и часть IP", diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 2d085e1e0..17d2f915d 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -688,6 +688,7 @@ "InputEmailAddress": "请输入正确的邮箱地址", "InputMessage": "输入消息...", "InputPhone": "请输入手机号码", + "Insert": "插入", "InstanceAddress": "实例地址", "InstanceName": "实例名称", "InstanceNamePartIp": "实例名称和部分IP", @@ -1557,6 +1558,5 @@ "removeWarningMsg": "你确定要移除", "setVariable": "设置参数", "userId": "用户ID", - "userName": "用户名", - "Insert": "插入" + "userName": "用户名" } \ No newline at end of file diff --git a/apps/i18n/lina/zh_hant.json b/apps/i18n/lina/zh_hant.json index 1c2834863..fa5fa467d 100644 --- a/apps/i18n/lina/zh_hant.json +++ b/apps/i18n/lina/zh_hant.json @@ -693,6 +693,7 @@ "InputEmailAddress": "請輸入正確的信箱地址", "InputMessage": "輸入消息...", "InputPhone": "請輸入手機號碼", + "Insert": "插入", "InstanceAddress": "實例地址", "InstanceName": "實例名稱", "InstanceNamePartIp": "實例名稱和部分IP", @@ -1562,6 +1563,5 @@ "removeWarningMsg": "你確定要移除", "setVariable": "設置參數", "userId": "用戶ID", - "userName": "用戶名", - "Insert": "插入" + "userName": "用戶名" } \ No newline at end of file diff --git a/apps/i18n/luna/en.json b/apps/i18n/luna/en.json index db1d540da..de393bd96 100644 --- a/apps/i18n/luna/en.json +++ b/apps/i18n/luna/en.json @@ -67,6 +67,7 @@ "Default": "Default", "Directly": "Directly", "Disable auto completion": "Disable auto completion", + "DisabledAsset": "Asset has been disabled", "Disconnect": "Disconnect", "Disfavor": "Disfavor", "Do not close this page": "Do not close this page", diff --git a/apps/i18n/luna/es.json b/apps/i18n/luna/es.json index 2e5809d9f..10bb07bc5 100644 --- a/apps/i18n/luna/es.json +++ b/apps/i18n/luna/es.json @@ -66,6 +66,7 @@ "Default": "Predeterminado", "Directly": "El nombre de usuario especifica los activos y cuentas conectados", "Disable auto completion": "Desactivar autocompletar", + "DisabledAsset": "Los activos han sido deshabilitados.", "Disconnect": "Desconectar", "Disfavor": "Cancelar favoritos", "Do not close this page": "No cierre esta página", diff --git a/apps/i18n/luna/ja.json b/apps/i18n/luna/ja.json index 8ebede7df..90984eb2e 100644 --- a/apps/i18n/luna/ja.json +++ b/apps/i18n/luna/ja.json @@ -66,6 +66,7 @@ "Default": "デフォルト", "Directly": "直接接続", "Disable auto completion": "自動補完の無効化", + "DisabledAsset": "資産は無効化されています。", "Disconnect": "リンクを切断", "Disfavor": "コレクションをキャンセル", "Do not close this page": "このページを閉じないでください", diff --git a/apps/i18n/luna/ko.json b/apps/i18n/luna/ko.json index f903eb86e..49ec386d6 100644 --- a/apps/i18n/luna/ko.json +++ b/apps/i18n/luna/ko.json @@ -66,6 +66,7 @@ "Default": "기본값", "Directly": "사용자는 연결할 자산과 계정을 지정합니다.", "Disable auto completion": "자동 완성 비활성화", + "DisabledAsset": "자산이 비활성화되었습니다.", "Disconnect": "연결 끊기", "Disfavor": "즐겨찾기 취소", "Do not close this page": "이 페이지를 닫지 마십시오.", diff --git a/apps/i18n/luna/pt_br.json b/apps/i18n/luna/pt_br.json index f1937845c..ebd49283e 100644 --- a/apps/i18n/luna/pt_br.json +++ b/apps/i18n/luna/pt_br.json @@ -66,6 +66,7 @@ "Default": "Padrão", "Directly": "Nome do usuário especifica a propriedade e conta de conexão", "Disable auto completion": "Desativar Auto-completar", + "DisabledAsset": "Os ativos foram desativados.", "Disconnect": "Desconectar", "Disfavor": " Desfavoritar ", "Do not close this page": "Não feche esta página", diff --git a/apps/i18n/luna/ru.json b/apps/i18n/luna/ru.json index 27e330991..bb5a8f692 100644 --- a/apps/i18n/luna/ru.json +++ b/apps/i18n/luna/ru.json @@ -67,6 +67,7 @@ "Default": "По умолчанию", "Directly": "Имя пользователя указывает на связанные активы и УЗ", "Disable auto completion": "Отключить автодополнение", + "DisabledAsset": "Активы были отключены.", "Disconnect": "Отключить", "Disfavor": "Удалить из избранного", "Do not close this page": "Не закрывайте эту страницу", diff --git a/apps/i18n/luna/zh.json b/apps/i18n/luna/zh.json index 421fc7f88..30d3044a5 100644 --- a/apps/i18n/luna/zh.json +++ b/apps/i18n/luna/zh.json @@ -66,6 +66,7 @@ "Default": "默认", "Directly": "用户名指定连接的资产和账号", "Disable auto completion": "禁用自动补全", + "DisabledAsset": "资产已被禁用", "Disconnect": "断开链接", "Disfavor": "取消收藏", "Do not close this page": "不要关闭本页面", diff --git a/apps/i18n/luna/zh_hant.json b/apps/i18n/luna/zh_hant.json index e5b6616be..bea4c500d 100644 --- a/apps/i18n/luna/zh_hant.json +++ b/apps/i18n/luna/zh_hant.json @@ -67,6 +67,7 @@ "Default": "預設", "Directly": "使用者名稱指定連接的資產和帳號", "Disable auto completion": "禁用自動補全", + "DisabledAsset": "資產已被禁用", "Disconnect": "斷開連結", "Disfavor": "取消收藏", "Do not close this page": "不要關閉本頁面",