Chinese for Form widget (#861)
This commit is contained in:
parent
538ccce999
commit
1148b40433
1 changed files with 21 additions and 3 deletions
|
@ -91,7 +91,7 @@ $(function() {
|
|||
},
|
||||
],
|
||||
translations: {
|
||||
de: {
|
||||
'de': {
|
||||
'Name': 'Name',
|
||||
'Your Name': 'Ihr Name',
|
||||
'Email': 'E-Mail',
|
||||
|
@ -100,7 +100,7 @@ $(function() {
|
|||
'Attachments': 'Anhänge',
|
||||
'Your Message...': 'Ihre Nachricht...',
|
||||
},
|
||||
es: {
|
||||
'es': {
|
||||
'Name': 'Nombre',
|
||||
'Your Name': 'tu Nombre',
|
||||
'Email': 'correo electrónico',
|
||||
|
@ -109,7 +109,7 @@ $(function() {
|
|||
'Attachments': 'archivos adjuntos',
|
||||
'Your Message...': 'tu Mensaje...',
|
||||
},
|
||||
fr: {
|
||||
'fr': {
|
||||
'Name': 'Prénom',
|
||||
'Your Name': 'Votre nom',
|
||||
'Email': 'Email',
|
||||
|
@ -118,6 +118,24 @@ $(function() {
|
|||
'Attachments': 'Pièces jointes',
|
||||
'Your Message...': 'Votre message...',
|
||||
},
|
||||
'zh-cn': {
|
||||
'Name': '联系人',
|
||||
'Your Name': '您的尊姓大名',
|
||||
'Email': '电子邮件',
|
||||
'Your Email': '您的邮件地址',
|
||||
'Message': '留言',
|
||||
'Attachments': '附件',
|
||||
'Your Message...': '您的留言...',
|
||||
},
|
||||
'zh-tw': {
|
||||
'Name': '聯絡人',
|
||||
'Your Name': '您的尊姓大名',
|
||||
'Email': 'E-Mail',
|
||||
'Your Email': '請留下您的電子郵件地址',
|
||||
'Message': '留言',
|
||||
'Attachments': '附檔',
|
||||
'Your Message...': '請寫下您的留言...'
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue