diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index e1aab0985..bfdc373e0 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1346,5 +1346,6 @@ "StopLogOutput": "Task Canceled: The current task (currentTaskId) has been manually stopped. Since the progress of each task varies, the following is the final execution result of the task. A failed execution indicates that the task has been successfully stopped.", "OnlyInitialDeploy": "Only initial deployment", "Uninstall": "Uninstall", - "Summary": "Summary" + "Summary": "Summary", + "UnFavoriteSucceed": "Unfavorite Successful" } diff --git a/apps/i18n/lina/ja.json b/apps/i18n/lina/ja.json index 41c1d9468..6d8174af9 100644 --- a/apps/i18n/lina/ja.json +++ b/apps/i18n/lina/ja.json @@ -1371,5 +1371,6 @@ "ZoneHelpMessage": "エリアとはアセットの位置で、データセンターやパブリッククラウド、あるいはVPCが該当します。エリアにはゲートウェイを設定でき、ネットワークが直接接続できない場合、ゲートウェイを経由してアセットにログインすることができます", "ZoneList": "地域リスト", "ZoneUpdate": "更新エリア", - "StopLogOutput": "ask Canceled:現在のタスク(currentTaskId)は手動で停止されました。各タスクの進行状況が異なるため、以下はタスクの最終実行結果です。実行が失敗した場合は、タスクが正常に停止されました。" + "StopLogOutput": "ask Canceled:現在のタスク(currentTaskId)は手動で停止されました。各タスクの進行状況が異なるため、以下はタスクの最終実行結果です。実行が失敗した場合は、タスクが正常に停止されました。", + "UnFavoriteSucceed": "取消收藏成功" } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 63ac38906..c8f1f57cd 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1345,5 +1345,6 @@ "StopLogOutput": "Task Canceled:当前任务(currentTaskId)已手动停止,由于每个任务的执行进度不一样,下面是任务最终的执行结果,执行失败表示已成功停止任务执行。", "OnlyInitialDeploy": "仅初始化配置", "Uninstall": "卸载", - "Summary": "汇总" + "Summary": "汇总", + "UnFavoriteSucceed": "取消收藏成功" } diff --git a/apps/i18n/lina/zh_hant.json b/apps/i18n/lina/zh_hant.json index 12aa18e7a..3f7074d82 100644 --- a/apps/i18n/lina/zh_hant.json +++ b/apps/i18n/lina/zh_hant.json @@ -1963,5 +1963,6 @@ "weComTest": "測試", "week": "周", "weekOf": "周的星期", - "wildcardsAllowed": "允許的通配符" + "wildcardsAllowed": "允許的通配符", + "UnFavoriteSucceed": "取消收藏成功" } \ No newline at end of file