feat: i18n键

This commit is contained in:
2026-02-03 14:51:43 +08:00
parent 2fc27015b5
commit 5b2307d988
4 changed files with 170 additions and 9 deletions

View File

@@ -2,4 +2,32 @@ export default {
Login: {
},
Input: {
placeholder: 'Please input',
selectPlaceholder: 'Please select',
type: 'Type',
area: 'Region',
style: 'Style',
types: {
sofa: 'Sofa',
desk: 'Desk',
chair: 'Chair'
},
styles: {
modern: 'Modern',
classic: 'Classic'
}
},
area: {
unitedStates: 'United States',
singapore: 'Singapore',
australia: 'Australia',
southKorea: 'South Korea',
china: 'China',
italy: 'Italy',
france: 'France',
japan: 'Japan',
canada: 'Canada',
germany: 'Germany'
}
}