New translations .en.json (Portuguese)

pull/20/merge^2
Timothy Lim 2017-06-23 14:16:23 +02:00
parent f85156c641
commit bca9ebe8ea
1 changed files with 51 additions and 24 deletions

View File

@ -1,60 +1,87 @@
{ {
"semantics":[ "semantics":[
{ {
"label":"Cartões", "widgets":[
"entity":"cartão", {
"label":"Default"
}
],
"label":"Cards",
"entity":"card",
"field":{ "field":{
"label":"Cartão", "label":"Card",
"fields":[ "fields":[
{ {
"label":"Imagem" "label":"Image"
}, },
{ {
"label":"Combinando imagem", "label":"Matching Image",
"description":"Uma imagem opcional que corresponda, ao invés de usar duas cartas com a mesma imagem." "description":"An optional image to match against instead of using two cards with the same image."
}, },
{ {
"label":"Descrição", "label":"Description",
"description":"Um pequeno texto opcional que irá aparecer uma vez encontradas as duas cartas correspondentes." "description":"An optional short text that will pop up once the two matching cards are found."
} }
] ]
} }
}, },
{ {
"label":"Configurações comportamentais", "label":"Behavioural settings",
"description":"Estas opções permitirão que você controle como o jogo se comporta.", "description":"These options will let you control how the game behaves.",
"fields":[ "fields":[
{ {
"label":"Posicione as cartas em um quadrado", "label":"Position the cards in a square",
"description":"Tentará corresponder o número de linhas e colunas quando da distribuição de cartas. Depois, os cartões serão dimensionados para caber o recipiente." "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
}, },
{ {
"label":"Número de cartões para usar", "label":"Number of cards to use",
"description":"Se o número for maior que 2, o jogo escolherá cartões aleatórios da lista de cartões." "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards."
}, },
{ {
"label":"Adicionar botão para tentar novamente ao final do jogo" "label":"Add button for retrying when the game is over"
} }
] ]
}, },
{ {
"label":"Localização", "label":"Look and feel",
"description":"Control the visuals of the game.",
"fields":[ "fields":[
{ {
"label":"Cartão transforma-se em texto", "label":"Theme Color",
"default":"Vira o cartão" "description":"Choose a color to create a theme for your card game.",
"default":"#909090",
"spectrum":{
}
}, },
{ {
"label":"Texto de tempo gasto", "label":"Card Back",
"default":"Tempo gasto" "description":"Use a custom back for your cards."
}
]
},
{
"label":"Localization",
"fields":[
{
"label":"Card turns text",
"default":"Card turns"
}, },
{ {
"label":"Texto de Feedback", "label":"Time spent text",
"default":"Bom trabalho!" "default":"Time spent"
}, },
{ {
"label":"Texto do botão tente novamente", "label":"Feedback text",
"default":"Tentar novamente?" "default":"Good work!"
},
{
"label":"Try again button text",
"default":"Try again?"
},
{
"label":"Close button label",
"default":"Close"
} }
] ]
} }