-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
168 additions
and
32 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -3,6 +3,13 @@ title: 更新日志 | |
toc: hidden | ||
--- | ||
|
||
### 2.5.20 | ||
|
||
`2021-07-22` | ||
|
||
- Feat | ||
- 添加更多的国际化支持 | ||
|
||
### 2.5.19 | ||
|
||
`2021-05-14` | ||
|
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,4 +1,4 @@ | ||
import defaultLang from './lang/zh-cn' | ||
import defaultLang from './lang/zh-CN' | ||
|
||
let lang = defaultLang | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
export default { | ||
md: { | ||
result_page: { | ||
networkError: 'Network error', | ||
noInformation: 'No data available', | ||
lostWay: 'Page not found', | ||
}, | ||
date_picker: { | ||
month: 'Month', | ||
minute: 'Minute', | ||
hour: 'Hour', | ||
day: 'Day', | ||
second: 'Second', | ||
year: 'Year', | ||
}, | ||
cashier: { | ||
payCash: 'Amount', | ||
payFail: 'Error. Try again later', | ||
payResultSearch: 'Processing...', | ||
morePayWays: 'Other payment method', | ||
confirm: 'OK', | ||
confirmPay: 'Confirm and Pay', | ||
pay: 'Pay', | ||
paySuccess: 'Payment successful', | ||
}, | ||
scroll_view: { | ||
refresh: { | ||
freedRefresh: 'Release', | ||
pullDownRefresh: 'Pull down', | ||
refreshing: 'Refreshing...', | ||
}, | ||
more: { | ||
loading: 'Loading more...', | ||
allLoaded: 'All loaded', | ||
}, | ||
}, | ||
captcha: { | ||
sendCaptcha: 'Send Code', | ||
countdown: 'Resend in {$1}s', | ||
}, | ||
tab_picker: { | ||
choose: 'Select', | ||
}, | ||
dialog: { | ||
confirm: 'OK', | ||
cancel: 'Cancel', | ||
}, | ||
action_sheet: { | ||
cancel: 'Cancel', | ||
}, | ||
selector: { | ||
cancel: 'Cancel', | ||
}, | ||
number_keyboard: { | ||
confirm: 'OK', | ||
}, | ||
picker: { | ||
cancel: 'Cancel', | ||
confirm: 'Confirm', | ||
}, | ||
}, | ||
} |
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
export default { | ||
md: { | ||
result_page: { | ||
networkError: 'Error de red', | ||
noInformation: 'No hay datos disponibles', | ||
lostWay: 'No se encontró la página', | ||
}, | ||
date_picker: { | ||
month: 'Mes', | ||
minute: 'Minutos', | ||
hour: 'Horas', | ||
day: 'Día', | ||
second: 'Segundo', | ||
year: 'Año', | ||
}, | ||
cashier: { | ||
payCash: 'Monto', | ||
payFail: 'Error. Intenta de nuevo.', | ||
payResultSearch: 'Procesando...', | ||
morePayWays: 'Otro método de pago', | ||
confirm: 'Aceptar', | ||
confirmPay: 'Confirmar y pagar', | ||
pay: 'Pago', | ||
paySuccess: 'Pago realizado', | ||
}, | ||
scroll_view: { | ||
refresh: { | ||
freedRefresh: 'Suelta', | ||
pullDownRefresh: 'Arrastra hacia abajo', | ||
refreshing: 'Actualizando...', | ||
}, | ||
more: { | ||
loading: 'Cargando más...', | ||
allLoaded: 'Carga completa', | ||
}, | ||
}, | ||
captcha: { | ||
sendCaptcha: 'Enviar código', | ||
countdown: 'Reenviar en {$1}s', | ||
}, | ||
tab_picker: { | ||
choose: 'Elige una opción', | ||
}, | ||
dialog: { | ||
confirm: 'Aceptar', | ||
cancel: 'Cancelar', | ||
}, | ||
action_sheet: { | ||
cancel: 'Cancelar', | ||
}, | ||
selector: { | ||
cancel: 'Cancelar', | ||
}, | ||
number_keyboard: { | ||
confirm: 'Aceptar', | ||
}, | ||
picker: { | ||
cancel: 'Cancelar', | ||
confirm: 'Confirmar', | ||
}, | ||
}, | ||
} |
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
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
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
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
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
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
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
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
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