-
-
Notifications
You must be signed in to change notification settings - Fork 344
Create pt-br.ts #951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Create pt-br.ts #951
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,198 @@ | ||||||
| const ptBr = { | ||||||
| // 通用 | ||||||
| common: { | ||||||
| yes: 'Ok', | ||||||
| no: 'Cancelar', | ||||||
| }, | ||||||
|
|
||||||
| menu: { | ||||||
| options: { | ||||||
| title: 'OPTIONS', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| pages: { | ||||||
| system: { | ||||||
| title: 'Sistema', | ||||||
| options: { | ||||||
| autoSpeed: { | ||||||
| title: 'Velocidade da reprodução automática', | ||||||
| options: { | ||||||
| slow: 'Lenta', | ||||||
| medium: 'Média', | ||||||
| fast: 'Rápida', | ||||||
| }, | ||||||
| }, | ||||||
| language: { | ||||||
| title: 'Idioma', | ||||||
| }, | ||||||
| resetData: { | ||||||
| title: 'Limpar ou reiniciar os dados', | ||||||
| options: { | ||||||
| clearGameSave: 'Limpar o salvamento do jogo', | ||||||
| resetSettings: 'Reiniciar as configurações', | ||||||
| clearAll: 'Limpar todos os dados', | ||||||
| }, | ||||||
| dialogs: { | ||||||
| clearGameSave: 'Tem certeza que deseja limpar o salvamento do jogo', | ||||||
| resetSettings: 'Tem certeza que deseja reiniciar todas as configurações', | ||||||
| clearAll: 'Tem certeza que deseja limpar todos os dados', | ||||||
|
Comment on lines
+34
to
+36
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| }, | ||||||
| }, | ||||||
| gameSave: { | ||||||
| title: 'Importar ou exportar salvamento do jogo e opções', | ||||||
| options: { | ||||||
| export: 'Exportar salvamento do jogo e opções', | ||||||
| import: 'Importar salvamento do jogo e opções', | ||||||
| }, | ||||||
| dialogs: { | ||||||
| import: { | ||||||
| title: 'Tem certeza que deseja importar o salvamento do jogo e as opções', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| tip: 'Importar salvamento do jogo', | ||||||
| error: 'Não foi possível analisar o salvamento do jogo', | ||||||
| }, | ||||||
| }, | ||||||
| }, | ||||||
| about: { | ||||||
| title: 'Sobre o WebGAL', | ||||||
| subTitle: 'WebGAL: Um motor de Novelas Visuais baseado em web de código aberto', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The phrasing 'baseado em web' is a bit literal. 'baseado na web' is more natural in Portuguese. Also, 'de código aberto' usually follows the noun it modifies.
Suggested change
|
||||||
| version: 'Versão', | ||||||
| source: 'Repositório do código', | ||||||
| contributors: 'Colaboradores', | ||||||
| website: 'Site web', | ||||||
| }, | ||||||
| skipAll: { | ||||||
| title: 'Modo de salto', | ||||||
| options: { | ||||||
| read: 'Leitura', | ||||||
| all: 'Tudo', | ||||||
| } | ||||||
| } | ||||||
| }, | ||||||
| }, | ||||||
| display: { | ||||||
| title: 'Exibição', | ||||||
| options: { | ||||||
| fullScreen: { | ||||||
| title: 'Tela inteira', | ||||||
| options: { | ||||||
| on: 'ON', | ||||||
| off: 'OFF', | ||||||
| }, | ||||||
| }, | ||||||
| textSpeed: { | ||||||
| title: 'Velocidade do texto', | ||||||
| options: { | ||||||
| slow: 'Lenta', | ||||||
| medium: 'Média', | ||||||
| fast: 'Rápida', | ||||||
| }, | ||||||
| }, | ||||||
| textSize: { | ||||||
| title: 'Tamanho do texto', | ||||||
| options: { | ||||||
| small: 'Pequeno', | ||||||
| medium: 'Médio', | ||||||
| large: 'Grande', | ||||||
| }, | ||||||
| }, | ||||||
| textFont: { | ||||||
| title: 'Fonte do texto', | ||||||
| options: { | ||||||
| resourceHanRounded: 'Resource Han Rounded', | ||||||
| siYuanSimSun: 'Source Han Serif', | ||||||
| SimHei: 'Sans', | ||||||
| }, | ||||||
| }, | ||||||
| textboxOpacity: { | ||||||
| title: 'Opacidade da caixa de texto', | ||||||
| }, | ||||||
| textPreview: { | ||||||
| title: 'Prévia da exibição do texto', | ||||||
| text: "Você está vendo uma prévia da fonte, tamanho e velocidade de exibição do texto. Você pode ajustar as opções acima da forma que achar que fique melhor.", | ||||||
| }, | ||||||
| }, | ||||||
| }, | ||||||
| sound: { | ||||||
| title: 'Som', | ||||||
| options: { | ||||||
| volumeMain: { title: 'Volume principal' }, | ||||||
| vocalVolume: { title: 'Volume da voz' }, | ||||||
| bgmVolume: { title: 'Volume da música de fundo' }, | ||||||
| seVolume: { title: 'Volume dos efeitos sonoros' }, | ||||||
| uiSeVolume: { title: 'Volume dos efeitos sonoros da interface' }, | ||||||
| }, | ||||||
| }, | ||||||
| // language: { | ||||||
| // title: 'Português do Brasil', | ||||||
| // options: { | ||||||
| // }, | ||||||
| // }, | ||||||
|
Comment on lines
+123
to
+127
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| }, | ||||||
| }, | ||||||
| saving: { | ||||||
| title: 'SALVAR', | ||||||
| isOverwrite: 'Tem certeza que deseja sobrescrever este salvamento?', | ||||||
| }, | ||||||
| loadSaving: { | ||||||
| title: 'ABRIR', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| }, | ||||||
| title: { | ||||||
| title: 'TÍTULO', | ||||||
| }, | ||||||
| exit: { | ||||||
| title: 'VOLTAR', | ||||||
| }, | ||||||
| }, | ||||||
|
|
||||||
| title: { | ||||||
| start: { | ||||||
| title: 'INICIAR', | ||||||
| subtitle: '', | ||||||
| }, | ||||||
| continue: { | ||||||
| title: 'CONTINUAR', | ||||||
| subtitle: '', | ||||||
| }, | ||||||
| options: { | ||||||
| title: 'OPÇÕES', | ||||||
| subtitle: '', | ||||||
| }, | ||||||
| load: { | ||||||
| title: 'ABRIR', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| subtitle: '', | ||||||
| }, | ||||||
| extra: { | ||||||
| title: 'EXTRA', | ||||||
| subtitle: '', | ||||||
| }, | ||||||
| exit: { | ||||||
| title: 'SAIR', | ||||||
| subtitle: '', | ||||||
| tips: 'Deseja realmente sair?', | ||||||
| }, | ||||||
| }, | ||||||
|
|
||||||
| gaming: { | ||||||
| noSaving: 'Sem salvamentos', | ||||||
| buttons: { | ||||||
| hide: 'Esconder', | ||||||
| show: 'Exibir', | ||||||
| backlog: 'Histórico', | ||||||
| replay: 'Repetir', | ||||||
| auto: 'Auto', | ||||||
| forward: 'Avançar', | ||||||
| quicklySave: 'Salvar rapidamente', | ||||||
| quicklyLoad: 'Abrir rapidamente', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| save: 'Salvar', | ||||||
| load: 'Abrir', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| fullscreen: 'Tela cheia', | ||||||
| options: 'Opções', | ||||||
| title: 'Título', | ||||||
| titleTips: 'Confirma o retorno para a tela de título', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| }, | ||||||
| }, | ||||||
|
|
||||||
| extra: { | ||||||
| title: 'EXTRA', | ||||||
| }, | ||||||
| }; | ||||||
|
|
||||||
| export default ptBr; | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment is in Chinese (
// 通用). It should be translated to Portuguese (// Geral) or English (// Common) to maintain consistency within the file.