21 lines
762 B
JavaScript
21 lines
762 B
JavaScript
// 英文
|
|
langEn = {
|
|
// 模块
|
|
demoModule: {
|
|
// 國際化內容對應的數據項:
|
|
loading: 'loading...',
|
|
network: 'Network error, please exit and retry',
|
|
open_app: 'Please open it in app',
|
|
// ===============index============
|
|
pay_title:'Pay',
|
|
pay_header_t_l:'peko storage Center',
|
|
pay_method_p:'Please select the store value mode',
|
|
placeholder:'Please enter the peko account ID',
|
|
pay_number_sd:'Please select your stored value amount',
|
|
but:'immediate payment',
|
|
pop_up_in_b:'Please select the store area',
|
|
pay_stance_picture:'Store value service will be opened soon, please wait patiently',
|
|
logingActive:'Wait for a moment, please',
|
|
|
|
}
|
|
} |