-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
Merged
+205
−0
Merged
Create pt-br.ts #951
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
2b779cc
Merge pull request #948 from OpenWebGAL/dev
MakinoharaShoko a8aaec7
Create pt-br.ts
aracnus 367ee01
Update packages/webgal/src/translations/pt-br.ts
aracnus 9c5bbfa
Update packages/webgal/src/translations/pt-br.ts
aracnus 67433cc
Update packages/webgal/src/translations/pt-br.ts
aracnus 4af37ef
Update pt-br.ts
aracnus 026b47e
fix: register pt-br translation
MakinoharaShoko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,198 @@ | ||
| const ptBr = { | ||
| // Geral | ||
| common: { | ||
| yes: 'Ok', | ||
| no: 'Cancelar', | ||
| }, | ||
|
|
||
| menu: { | ||
| options: { | ||
| title: 'OPÇÕES', | ||
| 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?', | ||
| }, | ||
| }, | ||
| 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?', | ||
| 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 de código aberto baseado na web', | ||
| 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: { | ||
| // }, | ||
| // }, | ||
| }, | ||
| }, | ||
| saving: { | ||
| title: 'SALVAR', | ||
| isOverwrite: 'Tem certeza que deseja sobrescrever este salvamento?', | ||
| }, | ||
| loadSaving: { | ||
| title: 'CARREGAR', | ||
| }, | ||
| title: { | ||
| title: 'TÍTULO', | ||
| }, | ||
| exit: { | ||
| title: 'VOLTAR', | ||
| }, | ||
| }, | ||
|
|
||
| title: { | ||
| start: { | ||
| title: 'INICIAR', | ||
| subtitle: '', | ||
| }, | ||
| continue: { | ||
| title: 'CONTINUAR', | ||
| subtitle: '', | ||
| }, | ||
| options: { | ||
| title: 'OPÇÕES', | ||
| subtitle: '', | ||
| }, | ||
| load: { | ||
| title: 'CARREGAR', | ||
| 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: 'Carregar rapidamente', | ||
| save: 'Salvar', | ||
| load: 'Carregar', | ||
| fullscreen: 'Tela cheia', | ||
| options: 'Opções', | ||
| title: 'Título', | ||
| titleTips: 'Confirma o retorno para a tela de título', | ||
|
aracnus marked this conversation as resolved.
|
||
| }, | ||
| }, | ||
|
|
||
| extra: { | ||
| title: 'EXTRA', | ||
| }, | ||
| }; | ||
|
|
||
| export default ptBr; | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.