fix(ui): simplify walkthrough action label
This commit is contained in:
@@ -1113,7 +1113,7 @@ export const dict = {
|
||||
'walkthrough.action.next': 'Next step',
|
||||
'walkthrough.action.previous': 'Previous step',
|
||||
'walkthrough.action.refresh': 'Refresh',
|
||||
'walkthrough.action.open': 'AI walkthrough',
|
||||
'walkthrough.action.open': 'Walkthrough',
|
||||
'walkthrough.stage.collecting': 'Collecting the changes',
|
||||
'walkthrough.stage.asking': 'Waiting on the model',
|
||||
'walkthrough.stage.assembling': 'Assembling the walkthrough',
|
||||
|
||||
@@ -938,7 +938,7 @@ export const dict = {
|
||||
'walkthrough.action.next': 'Étape suivante',
|
||||
'walkthrough.action.previous': 'Étape précédente',
|
||||
'walkthrough.action.refresh': 'Actualiser',
|
||||
'walkthrough.action.open': 'Parcours IA',
|
||||
'walkthrough.action.open': 'Parcours',
|
||||
'walkthrough.stage.collecting': 'Collecte des modifications',
|
||||
'walkthrough.stage.asking': 'En attente du modèle',
|
||||
'walkthrough.stage.assembling': 'Assemblage du parcours',
|
||||
|
||||
@@ -1110,7 +1110,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
'walkthrough.action.next': '次のステップ',
|
||||
'walkthrough.action.previous': '前のステップ',
|
||||
'walkthrough.action.refresh': '更新',
|
||||
'walkthrough.action.open': 'AI ウォークスルー',
|
||||
'walkthrough.action.open': 'ウォークスルー',
|
||||
'walkthrough.stage.collecting': '変更を集めています',
|
||||
'walkthrough.stage.asking': 'モデルの応答を待っています',
|
||||
'walkthrough.stage.assembling': 'ウォークスルーを組み立てています',
|
||||
|
||||
@@ -1114,7 +1114,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
'walkthrough.action.next': '다음 단계',
|
||||
'walkthrough.action.previous': '이전 단계',
|
||||
'walkthrough.action.refresh': '새로 고침',
|
||||
'walkthrough.action.open': 'AI 워크스루',
|
||||
'walkthrough.action.open': '워크스루',
|
||||
'walkthrough.stage.collecting': '변경 사항을 모으는 중',
|
||||
'walkthrough.stage.asking': '모델을 기다리는 중',
|
||||
'walkthrough.stage.assembling': '워크스루를 조립하는 중',
|
||||
|
||||
@@ -1426,7 +1426,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
'walkthrough.action.next': 'Następny krok',
|
||||
'walkthrough.action.previous': 'Poprzedni krok',
|
||||
'walkthrough.action.refresh': 'Odśwież',
|
||||
'walkthrough.action.open': 'Przewodnik AI',
|
||||
'walkthrough.action.open': 'Przewodnik',
|
||||
'walkthrough.stage.collecting': 'Zbieram zmiany',
|
||||
'walkthrough.stage.asking': 'Czekam na model',
|
||||
'walkthrough.stage.assembling': 'Składam przewodnik',
|
||||
|
||||
@@ -1114,7 +1114,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
'walkthrough.action.next': '下一步',
|
||||
'walkthrough.action.previous': '上一步',
|
||||
'walkthrough.action.refresh': '刷新',
|
||||
'walkthrough.action.open': 'AI 导读',
|
||||
'walkthrough.action.open': '导读',
|
||||
'walkthrough.stage.collecting': '正在收集改动',
|
||||
'walkthrough.stage.asking': '正在等待模型',
|
||||
'walkthrough.stage.assembling': '正在组装导读',
|
||||
|
||||
@@ -1126,7 +1126,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
'walkthrough.action.next': '下一步',
|
||||
'walkthrough.action.previous': '上一步',
|
||||
'walkthrough.action.refresh': '重新整理',
|
||||
'walkthrough.action.open': 'AI 導讀',
|
||||
'walkthrough.action.open': '導讀',
|
||||
'walkthrough.stage.collecting': '正在收集變更',
|
||||
'walkthrough.stage.asking': '正在等待模型',
|
||||
'walkthrough.stage.assembling': '正在組裝導讀',
|
||||
|
||||
Reference in New Issue
Block a user