diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 742368af1..65f26d8d2 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1349,5 +1349,6 @@ "removeWarningMsg": "Are you sure you want to remove", "UnFavoriteSucceed": "Unfavorite Successful", "TriggerMode": "Trigger mode", - "CreateUserContent": "Creating User Content" + "CreateUserContent": "Creating User Content", + "Open": "Open" } diff --git a/apps/i18n/lina/ja.json b/apps/i18n/lina/ja.json index 5c86cc62a..1ac9b57d7 100644 --- a/apps/i18n/lina/ja.json +++ b/apps/i18n/lina/ja.json @@ -1372,5 +1372,6 @@ "ZoneList": "地域リスト", "ZoneUpdate": "更新エリア", "StopLogOutput": "ask Canceled:現在のタスク(currentTaskId)は手動で停止されました。各タスクの進行状況が異なるため、以下はタスクの最終実行結果です。実行が失敗した場合は、タスクが正常に停止されました。", - "UnFavoriteSucceed": "取消收藏成功" + "UnFavoriteSucceed": "取消收藏成功", + "Open": "開く" } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 1100dd559..6aa69e549 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1349,5 +1349,6 @@ "removeWarningMsg": "你确定要移除", "UnFavoriteSucceed": "取消收藏成功", "TriggerMode": "触发方式", - "CreateUserContent": "创建用户内容" + "CreateUserContent": "创建用户内容", + "Open": "打开" } diff --git a/apps/i18n/lina/zh_hant.json b/apps/i18n/lina/zh_hant.json index 798a86d01..83c7a2b91 100644 --- a/apps/i18n/lina/zh_hant.json +++ b/apps/i18n/lina/zh_hant.json @@ -890,7 +890,6 @@ "OnlyLatestVersion": "僅最新版本", "OnlyMailSend": "當前只支持郵件發送", "OnlySearchCurrentNodePerm": "僅搜索當前節點的授權", - "Open": "待處理", "OpenCommand": "打開命令", "OpenId": "OpenID設置", "OpenStack": "OpenStack", @@ -1964,5 +1963,6 @@ "week": "周", "weekOf": "周的星期", "wildcardsAllowed": "允許的通配符", - "UnFavoriteSucceed": "取消收藏成功" + "UnFavoriteSucceed": "取消收藏成功", + "Open": "打開" } \ No newline at end of file