-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(stepper-item)!: no longer supports previousStep and nextStep…
… messages (#8234) **Related Issue:** #8223 ## Summary BREAKING CHANGE: Removed `previousStep` and `nextStep` in messages. They are not available for overriding via `messageOverrides`
- Loading branch information
1 parent
1c01413
commit dee36eb
Showing
41 changed files
with
41 additions
and
123 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
...ages/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Completed step", | ||
"previousStep": "Previous step", | ||
"nextStep": "Next step" | ||
"complete": "Completed step" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_ar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "خطوة مكتملة", | ||
"previousStep": "الخطوة السابقة", | ||
"nextStep": "الخطوة التالية" | ||
"complete": "خطوة مكتملة" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_bg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Завършена стъпка", | ||
"previousStep": "Предишна стъпка", | ||
"nextStep": "Следваща стъпка" | ||
"complete": "Завършена стъпка" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_bs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Dovršeni korak", | ||
"previousStep": "Prethodni korak", | ||
"nextStep": "Sljedeći korak" | ||
"complete": "Dovršeni korak" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_ca.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Pas completat", | ||
"previousStep": "Pas anterior", | ||
"nextStep": "Pas següent" | ||
"complete": "Pas completat" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_cs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Dokončený krok", | ||
"previousStep": "Předchozí krok", | ||
"nextStep": "Další krok" | ||
"complete": "Dokončený krok" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_da.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Fuldført trin", | ||
"previousStep": "Forrige trin", | ||
"nextStep": "Næste trin" | ||
"complete": "Fuldført trin" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_de.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Abgeschlossener Schritt", | ||
"previousStep": "Vorheriger Schritt", | ||
"nextStep": "Nächster Schritt" | ||
"complete": "Abgeschlossener Schritt" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_el.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Ολοκληρωμένο βήμα", | ||
"previousStep": "Προηγούμενο βήμα", | ||
"nextStep": "Επόμενο βήμα" | ||
"complete": "Ολοκληρωμένο βήμα" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_en.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Completed step", | ||
"previousStep": "Previous step", | ||
"nextStep": "Next step" | ||
"complete": "Completed step" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Paso completado", | ||
"previousStep": "Paso anterior", | ||
"nextStep": "Paso siguiente" | ||
"complete": "Paso completado" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_et.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Lõpuleviidud toiming", | ||
"previousStep": "Eelmine toiming", | ||
"nextStep": "Järgmine toiming" | ||
"complete": "Lõpuleviidud toiming" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_fi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Valmis vaihe", | ||
"previousStep": "Edellinen vaihe", | ||
"nextStep": "Seuraava vaihe" | ||
"complete": "Valmis vaihe" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_fr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Étape terminée", | ||
"previousStep": "Étape précédente", | ||
"nextStep": "Étape suivante" | ||
"complete": "Étape terminée" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_he.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "השלב הושלם", | ||
"previousStep": "השלב הקודם", | ||
"nextStep": "השלב הבא" | ||
"complete": "השלב הושלם" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_hr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Dovršeni korak", | ||
"previousStep": "Prethodni korak", | ||
"nextStep": "Sljedeći korak" | ||
"complete": "Dovršeni korak" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_hu.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Befejezett lépés", | ||
"previousStep": "Előző lépés", | ||
"nextStep": "Következő lépés" | ||
"complete": "Befejezett lépés" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_id.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Langkah selesai", | ||
"previousStep": "Langkah sebelumnya", | ||
"nextStep": "Langkah berikutnya" | ||
"complete": "Langkah selesai" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_it.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Passaggio completato", | ||
"previousStep": "Passaggio precedente", | ||
"nextStep": "Passaggio successivo" | ||
"complete": "Passaggio completato" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_ja.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "完了したステップ", | ||
"previousStep": "前のステップ", | ||
"nextStep": "次のステップ" | ||
"complete": "完了したステップ" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_ko.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "완료된 단계", | ||
"previousStep": "이전 단계", | ||
"nextStep": "다음 단계" | ||
"complete": "완료된 단계" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_lt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Užbaigtas žingsnis", | ||
"previousStep": "Ankstesnis žingsnis", | ||
"nextStep": "Kitas žingsnis" | ||
"complete": "Užbaigtas žingsnis" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_lv.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Pabeigta darbība", | ||
"previousStep": "Iepriekšējā darbība", | ||
"nextStep": "Nākamā darbība" | ||
"complete": "Pabeigta darbība" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_nl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Voltooide stap", | ||
"previousStep": "Vorige stap", | ||
"nextStep": "Volgende stap" | ||
"complete": "Voltooide stap" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_no.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Fullført trinn", | ||
"previousStep": "Forrige trinn", | ||
"nextStep": "Neste trinn" | ||
"complete": "Fullført trinn" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_pl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Ukończony etap", | ||
"previousStep": "Poprzedni etap", | ||
"nextStep": "Następny etap" | ||
"complete": "Ukończony etap" | ||
} |
4 changes: 1 addition & 3 deletions
4
...alcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_pt-BR.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Etapa concluída", | ||
"previousStep": "Etapa anterior", | ||
"nextStep": "Próxima etapa" | ||
"complete": "Etapa concluída" | ||
} |
4 changes: 1 addition & 3 deletions
4
...alcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_pt-PT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Passo concluído", | ||
"previousStep": "Passo anterior", | ||
"nextStep": "Próximo passo" | ||
"complete": "Passo concluído" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_ro.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Pas finalizat", | ||
"previousStep": "Pasul anterior", | ||
"nextStep": "Pasul următor" | ||
"complete": "Pas finalizat" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_ru.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Завершенный шаг", | ||
"previousStep": "Предыдущий шаг", | ||
"nextStep": "Следующий шаг" | ||
"complete": "Завершенный шаг" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_sk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Dokončený krok", | ||
"previousStep": "Predchádzajúci krok", | ||
"nextStep": "Ďaľší krok" | ||
"complete": "Dokončený krok" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_sl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Dokončan korak", | ||
"previousStep": "Prejšnji korak", | ||
"nextStep": "Naslednji korak" | ||
"complete": "Dokončan korak" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_sr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Obavljen korak", | ||
"previousStep": "Prethodni korak", | ||
"nextStep": "Sledeći korak" | ||
"complete": "Obavljen korak" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_sv.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Slutfört steg", | ||
"previousStep": "Föregående steg", | ||
"nextStep": "Nästa steg" | ||
"complete": "Slutfört steg" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_th.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "ขั้นตอนที่ดำเนินการเสร็จ", | ||
"previousStep": "ขั้นตอนก่อนหน้า", | ||
"nextStep": "ขั้นตอนถัดไป" | ||
"complete": "ขั้นตอนที่ดำเนินการเสร็จ" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_tr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Tamamlanan adım", | ||
"previousStep": "Önceki adım", | ||
"nextStep": "Sonraki adım" | ||
"complete": "Tamamlanan adım" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_uk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Завершений крок", | ||
"previousStep": "Попередній крок", | ||
"nextStep": "Наступний крок" | ||
"complete": "Завершений крок" | ||
} |
4 changes: 1 addition & 3 deletions
4
...s/calcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_vi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "Bước đã hoàn tất", | ||
"previousStep": "Bước trước đó", | ||
"nextStep": "Bước tiếp theo" | ||
"complete": "Bước đã hoàn tất" | ||
} |
4 changes: 1 addition & 3 deletions
4
...alcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_zh-CN.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "步骤已完成", | ||
"previousStep": "上一步", | ||
"nextStep": "下一步" | ||
"complete": "步骤已完成" | ||
} |
4 changes: 1 addition & 3 deletions
4
...alcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_zh-HK.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "完成的步驟", | ||
"previousStep": "上一步", | ||
"nextStep": "下一步" | ||
"complete": "完成的步驟" | ||
} |
4 changes: 1 addition & 3 deletions
4
...alcite-components/src/components/stepper-item/assets/stepper-item/t9n/messages_zh-TW.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"complete": "完成的步驟", | ||
"previousStep": "上一步", | ||
"nextStep": "下一步" | ||
"complete": "完成的步驟" | ||
} |