tpunix / SAROO

SAROO is a SEGA Saturn HDloader
294 stars 36 forks source link

Translation brazilian portuguese #5

Open mcrisostomo opened 9 months ago

mcrisostomo commented 9 months ago

Hi. Do you have any plans to insert support for more languages?

I can help with Brazilian Portuguese if you have interesting.

Let me know

Thanks

tpunix commented 8 months ago

Multi language support is OK. See Firm_Saturn/language.c Please post your translation!

williamdsw commented 8 months ago

Multi language support is OK. See Firm_Saturn/language.c Please post your translation!

If SAROO charset accepts accentuation and special characters you can consider this:

char *lang_ptbr[LANG_STR_NR] = {
    "Selecionar Jogo(%d/%d)",
    "Selecionar Arquivo(%d/%d)",
    "Inicializando Jogo ......",
    "Erro ao inicializar o jogo! %d",
    "Carregando arquivo ......",
    "Erro ao carregar o arquivo! %d",
    "Selecionar Jogo",
    "Tocador de CD do Sistema",
    "Carregar o Disco do Jogo",
    "Shell de Depuração serial",
    "Carregando Binário",
    "Atualizar a Firmware",
    "Atualizando... Não desligue o sistema!",
    "Erro ao atualizar!",
    "Atualização Concluída! Por favor, ligue o sistema novamente!",
    "SAROO Menu de Inicialização",
};

Otherwise this one:

char *lang_ptbr[LANG_STR_NR] = {
    "Selecionar Jogo(%d/%d)",
    "Selecionar Arquivo(%d/%d)",
    "Inicializando Jogo ......",
    "Erro ao inicializar o jogo! %d",
    "Carregando arquivo ......",
    "Erro ao carregar o arquivo! %d",
    "Selecionar Jogo",
    "Tocador de CD do Sistema",
    "Carregar o Disco do Jogo",
    "Shell de Depuracao serial",
    "Carregando Binario",
    "Atualizar a Firmware",
    "Atualizando... Nao desligue o sistema!",
    "Erro ao atualizar!",
    "Atualizacao Concluida! Por favor, ligue o sistema novamente!",
    "SAROO Menu de Inicializacao",
};

@mcrisostomo Feel free to improve this translation.

tpunix commented 8 months ago

"Atualização Concluída! Por favor, ligue o sistema novamente!" This line is too long. Only 34 chars can be display.

cyo-the-vile commented 8 months ago

Completo. Redefinir o Saturn

On Sun, Oct 22, 2023, 9:15 AM tpunix @.***> wrote:

"Atualização Concluída! Por favor, ligue o sistema novamente!" This line is too long. Only 34 chars can be display.

— Reply to this email directly, view it on GitHub https://github.com/tpunix/SAROO/issues/5#issuecomment-1774106711, or unsubscribe https://github.com/notifications/unsubscribe-auth/APPFYF42QPV7MXRSFXGJBELYAUS6XAVCNFSM6AAAAAA5RDQVMOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZUGEYDMNZRGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

williamdsw commented 8 months ago

"Atualização Concluída! Por favor, ligue o sistema novamente!"

"Finalizado, reinicie o sistema!" (31 chars)