@@ -10,7 +10,7 @@ export default {
1010 confirm : 'Conferma' ,
1111 title : 'Seleziona Data' ,
1212 weekdays : [ 'Domenica' , 'Lunedì' , 'Martedì' , 'Mercoledì' , 'Giovedì' , 'Venerdì' , 'Sabato' ] ,
13- monthTitle : '{mese } {anno }' ,
13+ monthTitle : '{month } {year }' ,
1414 months : [
1515 'Gennaio' ,
1616 'Febbraio' ,
@@ -41,7 +41,7 @@ export default {
4141 title : 'Seleziona Data' ,
4242 cancel : 'Annulla' ,
4343 confirm : 'Conferma' ,
44- format : 'DD-MM-YYYY' ,
44+ format : 'DD-MM-YYYY HH:mm:ss ' ,
4545 months : [ 'Gen' , 'Feb' , 'Mar' , 'Apr' , 'Mag' , 'Giu' , 'Lug' , 'Ago' , 'Set' , 'Ott' , 'Nov' , 'Dic' ] ,
4646 yearLabel : 'Anno' ,
4747 monthLabel : 'Mese' ,
@@ -78,14 +78,14 @@ export default {
7878 } ,
7979 rate : {
8080 texts : [ 'Pessimo' , 'Scarso' , 'Normale' , 'Buono' , 'Eccellente' ] ,
81- valueText : '{valore } punteggio' ,
81+ valueText : '{value } punteggio' ,
8282 noValueText : 'Nessun punteggio' ,
8383 } ,
8484 tabBar : {
8585 newsAriaLabel : 'Ci sono nuove notizie' ,
8686 moreNewsAriaLabel : 'Ci sono molte notizie' ,
87- haveMoreNewsAriaLabel : 'Ci sono {valore }+ notizie' ,
88- haveNewsAriaLabel : 'Ci sono {valore } notizie' ,
87+ haveMoreNewsAriaLabel : 'Ci sono {value }+ notizie' ,
88+ haveNewsAriaLabel : 'Ci sono {value } notizie' ,
8989 } ,
9090 table : {
9191 empty : 'Dati Vuoti' ,
@@ -103,6 +103,7 @@ export default {
103103 waitingText : 'Attesa' ,
104104 failText : 'Fallito' ,
105105 successText : 'Successo' ,
106+ reloadText : 'Ricarica' ,
106107 } ,
107108 } ,
108109 guide : {
@@ -137,6 +138,26 @@ export default {
137138 quote : 'Cita' ,
138139 } ,
139140 } ,
141+ chatRecord : {
142+ holdToTalk : 'Tieni premuto per parlare' ,
143+ requestAuth : 'Autorizza il permesso del microfono' ,
144+ releaseToCancel : 'Rilascia per annullare' ,
145+ releaseToSend : 'Rilascia per inviare, scorri su per annullare' ,
146+ cancelText : 'Annulla' ,
147+ sendText : 'Invia' ,
148+ busyTip : 'Riconoscimento in corso, attendere…' ,
149+ recognizeFailTip : 'Riconoscimento vocale non riuscito, riprova' ,
150+ missingPluginTip : 'Plugin di riconoscimento vocale WechatSI mancante' ,
151+ authSettingFail : 'Impossibile ottenere le impostazioni del permesso di registrazione' ,
152+ openSettingFail : 'Impossibile aprire le impostazioni' ,
153+ systemMicTitle : 'Impossibile usare il microfono' ,
154+ systemMicContent :
155+ 'È stato rilevato che il sistema del telefono ha disabilitato il permesso del microfono per "WeChat".\n\n' +
156+ 'Abilitalo nelle impostazioni di sistema:\n' +
157+ '- iOS: Impostazioni > WeChat > Microfono\n' +
158+ '- Android: Impostazioni > Gestione app > WeChat > Autorizzazioni > Microfono\n\n' +
159+ 'Dopo averlo abilitato, torna al Mini Program e riprova.' ,
160+ } ,
140161 chatSender : {
141162 placeholder : 'Inserisci il messaggio...' ,
142163 sendText : 'Invia' ,
0 commit comments