mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 21:59:27 +00:00
Brazilian Portuguese added.
This commit is contained in:
parent
5dde0935a8
commit
861df0b6e1
3 changed files with 42 additions and 1 deletions
|
|
@ -87,11 +87,16 @@ export default function Header() {
|
||||||
control={<Radio />}
|
control={<Radio />}
|
||||||
label={t('German')}
|
label={t('German')}
|
||||||
/>
|
/>
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
value="ru"
|
value="ru"
|
||||||
control={<Radio />}
|
control={<Radio />}
|
||||||
label={t('Russian')}
|
label={t('Russian')}
|
||||||
/>
|
/>
|
||||||
|
<FormControlLabel
|
||||||
|
value="pt_br"
|
||||||
|
control={<Radio />}
|
||||||
|
label={t('Brazilian Portuguese')}
|
||||||
|
/>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ import LanguageDetector from 'i18next-browser-languagedetector';
|
||||||
import translationEN from './locales/en.json';
|
import translationEN from './locales/en.json';
|
||||||
import translationDE from './locales/de.json';
|
import translationDE from './locales/de.json';
|
||||||
import translationRU from './locales/ru.json';
|
import translationRU from './locales/ru.json';
|
||||||
|
import translationPTBR from './locales/pt_br.json';
|
||||||
import Config from './config';
|
import Config from './config';
|
||||||
|
|
||||||
const resources = {
|
const resources = {
|
||||||
|
|
@ -16,6 +17,9 @@ const resources = {
|
||||||
ru: {
|
ru: {
|
||||||
translation: translationRU,
|
translation: translationRU,
|
||||||
},
|
},
|
||||||
|
pt_br: {
|
||||||
|
translation: translationPTBR,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
|
|
|
||||||
32
src/locales/pt_br.json
Normal file
32
src/locales/pt_br.json
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
{
|
||||||
|
"English": "Inglês",
|
||||||
|
"German": "Alemão",
|
||||||
|
"Russian": "Russo",
|
||||||
|
"Brazilian Portuguese": "Português Brasileiro",
|
||||||
|
"Submit": "Enviar",
|
||||||
|
"Change Language": "Escolher Idioma",
|
||||||
|
"Search your device": "Procure seu dispositivo",
|
||||||
|
"No results": "Sem resultados",
|
||||||
|
"Model": "Modelo",
|
||||||
|
"Vendor": "Vendor",
|
||||||
|
"Variant": "Variant",
|
||||||
|
"Name": "Nome",
|
||||||
|
"Release Version": "Versão de Lançamento",
|
||||||
|
"Basic": "Básico",
|
||||||
|
"Advanced": "Avançado",
|
||||||
|
"Build": "Construir",
|
||||||
|
"Cancel": "Cancelar",
|
||||||
|
"Add package(s)": "Adicionar pacote(s)",
|
||||||
|
"Edit UCI defaults": "Editar padrões UCI",
|
||||||
|
"Version": "Versão",
|
||||||
|
"Please confirm that you want to perform this action": "Por favor, confirme se você realmente deseja fazer isso",
|
||||||
|
"Building image requires computation resources, so we would request you to check if this selection is what you want": "Construir imagens exige recursos computacionais, então confirme se esta seleção é realmente o que você quer",
|
||||||
|
"warning432": "Dispositivos com 4MB de memória flash ou menos e/ou 32MB de RAM ou menos vão suportar o programa, mas serão bem limitados (normalmente não será possível o uso/instalação de pacotes adicionais) por causa da baixa quantidade de RAM e armazenamento interno. Considere isso na compra do dispositivo, ou quando decidir instalar OpenWrt no seu dispositivo pois é listado como suportado.",
|
||||||
|
"OpenWrt Firmware Selector": "Seletor de Firmware do OpenWrt",
|
||||||
|
"Download OpenWrt firmware for your device!": "Baixe o firmware OpenWrt para seu dispositvo!",
|
||||||
|
"Target": "Alvo",
|
||||||
|
"Dismiss": "Dispensar",
|
||||||
|
"There is an error with the packages you selected": "Existe um erro com os pacotes que você selecionou",
|
||||||
|
"Downloads": "Downloads",
|
||||||
|
"Please use the input below to download firmware for your device!": "Por favor, utilize o campo abaixo para baixar o firmware para seu dispositivo!"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue