Added Portuguese translation
This commit is contained in:
parent
70b966c2f5
commit
3387a0092a
File diff suppressed because one or more lines are too long
@ -43,7 +43,7 @@ const pt = {
|
|||||||
contributing: 'Queres contribuir para o projecto? Podes fazê-lo de diferentes formas!',
|
contributing: 'Queres contribuir para o projecto? Podes fazê-lo de diferentes formas!',
|
||||||
donations: 'Desejas contribuir monetariamente? Faz uma doação!'
|
donations: 'Desejas contribuir monetariamente? Faz uma doação!'
|
||||||
},
|
},
|
||||||
usesLibrary: 'Esta aplicação usa a biblioteca <strong>deemix</strong>, que poderás usar para desenvolver o teu proprio UI para o deemix.,
|
usesLibrary: 'Esta aplicação usa a biblioteca <strong>deemix</strong>, que poderás usar para desenvolver o teu proprio UI para o deemix.',
|
||||||
thanks: `Agradeço a <strong>rtonno</strong>, <strong>uhwot</strong> and <strong>lollilol</strong> por me ajudarem neste projeto e a <strong>BasCurtiz</strong> and <strong>scarvimane</strong> por elaborarem o ícone.`,
|
thanks: `Agradeço a <strong>rtonno</strong>, <strong>uhwot</strong> and <strong>lollilol</strong> por me ajudarem neste projeto e a <strong>BasCurtiz</strong> and <strong>scarvimane</strong> por elaborarem o ícone.`,
|
||||||
upToDate: `Mantem-te atualizado seguindo o <a href="https://t.me/RemixDevNews" target="_blank">canal de notícias</a> no Telegram.`,
|
upToDate: `Mantem-te atualizado seguindo o <a href="https://t.me/RemixDevNews" target="_blank">canal de notícias</a> no Telegram.`,
|
||||||
officialWebsite: 'Site Oficial',
|
officialWebsite: 'Site Oficial',
|
||||||
@ -341,4 +341,4 @@ const pt = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default pt
|
export default pt
|
||||||
|
@ -8,6 +8,7 @@ import es from '@/lang/es'
|
|||||||
import de from '@/lang/de'
|
import de from '@/lang/de'
|
||||||
import fr from '@/lang/fr'
|
import fr from '@/lang/fr'
|
||||||
import id from '@/lang/id'
|
import id from '@/lang/id'
|
||||||
|
import pt from '@/lang/pt-pt'
|
||||||
|
|
||||||
Vue.use(VueI18n)
|
Vue.use(VueI18n)
|
||||||
|
|
||||||
@ -21,7 +22,8 @@ const locales = {
|
|||||||
es,
|
es,
|
||||||
de,
|
de,
|
||||||
fr,
|
fr,
|
||||||
id
|
id,
|
||||||
|
pt
|
||||||
}
|
}
|
||||||
|
|
||||||
const i18n = new VueI18n({
|
const i18n = new VueI18n({
|
||||||
|
@ -4,6 +4,7 @@ import es from 'svg-country-flags/svg/es.svg'
|
|||||||
import de from 'svg-country-flags/svg/de.svg'
|
import de from 'svg-country-flags/svg/de.svg'
|
||||||
import fr from 'svg-country-flags/svg/fr.svg'
|
import fr from 'svg-country-flags/svg/fr.svg'
|
||||||
import id from 'svg-country-flags/svg/id.svg'
|
import id from 'svg-country-flags/svg/id.svg'
|
||||||
|
import pt from 'svg-country-flags/svg/pt.svg'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
it,
|
it,
|
||||||
@ -11,5 +12,6 @@ export default {
|
|||||||
es,
|
es,
|
||||||
de,
|
de,
|
||||||
fr,
|
fr,
|
||||||
id
|
id,
|
||||||
|
pt
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user