-
Notifications
You must be signed in to change notification settings - Fork 10
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
Added pt-br translation #31
Open
demorogabrtz
wants to merge
2
commits into
sf-inc:master
Choose a base branch
from
demorogabrtz:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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 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,38 @@ | ||
{ | ||
"item.xp_storage.crystallized_lapis": "Lápis-lazúli cristalizado", | ||
"item.xp_storage.xp_book_upgrade_smithing_template": "Molde de ferraria", | ||
"item.xp_storage.smithing_template.xp_book_upgrade.additions_slot_description": "Adicione diamante, lingote de netherita ou estrela do nether", | ||
"item.xp_storage.smithing_template.xp_book_upgrade.applies_to": "Livro de xp", | ||
"item.xp_storage.smithing_template.xp_book_upgrade.base_slot_description": "Adicione um livro de xp", | ||
"item.xp_storage.smithing_template.xp_book_upgrade.ingredients": "Diamante, lingote de netherita e estrela do nether", | ||
"item.xp_storage.xp_book": "Livro de xp I", | ||
"item.xp_storage.xp_book2": "Livro de xp II", | ||
"item.xp_storage.xp_book3": "Livro de xp III", | ||
"item.xp_storage.tooltip": "Experiência armazenada:", | ||
"item.xp_storage.xp_book.tooltip.upgrade": "Melhoria: %1$s", | ||
"item.xp_storage.xp_book.tooltip.level": "%1$s / %2$s níveis", | ||
"item.xp_storage.xp_book.tooltip.point": "%1$s / %2$s pontos", | ||
"item.xp_storage.xp_bottle.tooltip.level": "%1$s níveis", | ||
"item.xp_storage.xp_bottle.tooltip.point": "%1$s pontos", | ||
"item.xp_storage.tooltip.deprecated": "Atualização necessária!", | ||
"item.xp_storage.tooltip.deprecated_how": "Coloque em uma bancada de trabalho", | ||
|
||
"upgrade.xp_storage.xp_book_upgrade": "Melhoria do livro de xp", | ||
|
||
"text.autoconfig.xp_storage.title": "Configurações de armazenamento de xp", | ||
|
||
"text.autoconfig.xp_storage.category.books": "Livros", | ||
"text.autoconfig.xp_storage.option.books.capacity": "Capacidade (nível)", | ||
"text.autoconfig.xp_storage.option.books.xpFromUsing": "Experiência recuperada ao usar (%)", | ||
"text.autoconfig.xp_storage.option.books.xpFromBrewing": "Níveis adicionados por garrafa", | ||
"text.autoconfig.xp_storage.option.books.barColor": "Cor da barra", | ||
|
||
"text.autoconfig.xp_storage.category.bottles": "Garrafas", | ||
"text.autoconfig.xp_storage.option.bottles.enableBrewing": "Permitir criação de experiência", | ||
"text.autoconfig.xp_storage.option.bottles.maxLevel": "Capacidade (nível)", | ||
|
||
"text.autoconfig.xp_storage.category.cosmetic": "Cosmético", | ||
"text.autoconfig.xp_storage.option.cosmetic.bookTooltip": "Exibição da dica de ferramenta dos livros armazenados", | ||
"text.autoconfig.xp_storage.option.cosmetic.bottleTooltip": "Exibição da dica de ferramenta das garrafas armazenadas", | ||
"text.autoconfig.xp_storage.option.cosmetic.glint": "Livros começam a brilhar (%)" | ||
} |
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.
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.
Only one XP Book will remain, the other ones are being deprecated. There is no need of an explicit number anymore, this is now shown in the tooltip (
"item.xp_storage.xp_bottle.tooltip.level"
)