feat(i18n): update translations
Co-authored-by: ClaudioAmato <32262813+ClaudioAmato@users.noreply.github.com>
This commit is contained in:
parent
de5ff6ff98
commit
7f860faf66
2 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ export default createLocale({
|
||||||
},
|
},
|
||||||
|
|
||||||
'DEPRECATION_NOTICE' (btnName: string) {
|
'DEPRECATION_NOTICE' (btnName: string) {
|
||||||
return `¡OBSOLETO!\nUtiliza \`${btnName}\` dentro de \`Partes Indivduales\` en su lugar.\n(Esto todavía puede funcionar. Pulsa \`Aceptar\` para continuar.)` as const
|
return `¡OBSOLETO!\nUtilizar \`${btnName}\` dentro de \`Partes Indivduales\` en su lugar.\n(Esto todavía puede funcionar. Pulsa \`Aceptar\` para continuar.)` as const
|
||||||
},
|
},
|
||||||
|
|
||||||
'DOWNLOAD' <T extends string> (fileType: T) {
|
'DOWNLOAD' <T extends string> (fileType: T) {
|
||||||
|
|
|
@ -10,21 +10,21 @@ export default createLocale({
|
||||||
},
|
},
|
||||||
|
|
||||||
'DEPRECATION_NOTICE' (btnName: string) {
|
'DEPRECATION_NOTICE' (btnName: string) {
|
||||||
return `¡DEPRECATO!\nUtilizza invece \`${btnName}\` all'interno di \`Parti Indivduali\`.\n(Qusto potrebbe funzionare. Clicca \`Ok\` per continuare.)` as const
|
return `¡DEPRECATO!\nUtilizzare \`${btnName}\` all'interno di \`Parti Indivduali\`.\n(Qusto potrebbe funzionare. Cliccare \`Ok\` per continuare.)` as const
|
||||||
},
|
},
|
||||||
|
|
||||||
'DOWNLOAD' <T extends string> (fileType: T) {
|
'DOWNLOAD' <T extends string> (fileType: T) {
|
||||||
return `Scarica ${fileType}` as const
|
return `Scaricare ${fileType}` as const
|
||||||
},
|
},
|
||||||
'DOWNLOAD_AUDIO' <T extends string> (fileType: T) {
|
'DOWNLOAD_AUDIO' <T extends string> (fileType: T) {
|
||||||
return `Scarica ${fileType} Audio` as const
|
return `Scaricare ${fileType} Audio` as const
|
||||||
},
|
},
|
||||||
|
|
||||||
'IND_PARTS' () {
|
'IND_PARTS' () {
|
||||||
return 'Parti Singole' as const
|
return 'Parti Singole' as const
|
||||||
},
|
},
|
||||||
'IND_PARTS_TOOLTIP' () {
|
'IND_PARTS_TOOLTIP' () {
|
||||||
return 'Scarica Parti Singole (BETA)' as const
|
return 'Scaricare Parti Singole (BETA)' as const
|
||||||
},
|
},
|
||||||
|
|
||||||
'VIEW_IN_LIBRESCORE' () {
|
'VIEW_IN_LIBRESCORE' () {
|
||||||
|
|
Loading…
Reference in a new issue