SAROO icon indicating copy to clipboard operation
SAROO copied to clipboard

Translation brazilian portuguese

Open mcrisostomo opened this issue 1 year ago • 5 comments

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

mcrisostomo avatar Oct 03 '23 14:10 mcrisostomo

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

tpunix avatar Oct 11 '23 03:10 tpunix

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.

williamdsw avatar Oct 14 '23 17:10 williamdsw

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

tpunix avatar Oct 22 '23 14:10 tpunix

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: @.***>

cyo-the-vile avatar Oct 22 '23 14:10 cyo-the-vile

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

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

williamdsw avatar Oct 22 '23 15:10 williamdsw