feat(i18n): update translations

Co-authored-by:  ClaudioAmato <32262813+ClaudioAmato@users.noreply.github.com>
This commit is contained in:
Xmader 2021-01-02 10:25:38 -05:00
parent de5ff6ff98
commit 7f860faf66
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
2 changed files with 5 additions and 5 deletions

View File

@ -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) {

View File

@ -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' () {