Merge pull request #37 from jnavroski/patch-1

Update pt.json
pull/38/head
Pål Jørgensen 2018-08-21 10:03:12 +02:00 committed by GitHub
commit af920a3d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 47 additions and 47 deletions

View File

@ -3,112 +3,112 @@
{ {
"widgets": [ "widgets": [
{ {
"label": "Default" "label": "Padrão"
} }
], ],
"label": "Cards", "label": "Cartões",
"entity": "card", "entity": "card",
"field": { "field": {
"label": "Card", "label": "Cartão",
"fields": [ "fields": [
{ {
"label": "Image" "label": "Imagem"
}, },
{ {
"label": "Alternative text for Image", "label": "Texto alternativo para a imagem",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Descreva o que pode ser visto na foto. O texto será lido para os usuários que necessitam utilizar leitores de tela."
}, },
{ {
"label": "Matching Image", "label": "Imagem-par",
"description": "An optional image to match against instead of using two cards with the same image." "description": "Uma imagem opcional para ser combinada ao invés de utilizar dois cartões com a mesma imagem."
}, },
{ {
"label": "Alternative text for Matching Image", "label": "Texto alternativo para a Imagem-par",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Descreva o que pode ser visto na foto. O texto será lido para os usuários que necessitam utilizar leitores de tela."
}, },
{ {
"label": "Description", "label": "Descrição",
"description": "An optional short text that will pop up once the two matching cards are found." "description": "Um texto curto opcional que aparecerá quando duas cartas forem combinadas corretamente."
} }
] ]
} }
}, },
{ {
"label": "Behavioural settings", "label": "Configurações comportamentais",
"description": "These options will let you control how the game behaves.", "description": "Estas opções permitirão que você controle como o jogo funciona.",
"fields": [ "fields": [
{ {
"label": "Position the cards in a square", "label": "Posicionar os cartões em um quadrado",
"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." "description": "Tentará coincidir o número de linhas e colunas quando distribuir os cartões. Após, os cartões serão dimensionados para preencher o espaço."
}, },
{ {
"label": "Number of cards to use", "label": "Número de cartas para serem usadas",
"description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." "description": "Colocando um número maior que 2 fara com que o jogo escolha cartões aleatórios da lista de cartões."
}, },
{ {
"label": "Add button for retrying when the game is over" "label": "Adicionar botão para tentar novamente quando o jogo acabar"
} }
] ]
}, },
{ {
"label": "Look and feel", "label": "Aparência e percepção",
"description": "Control the visuals of the game.", "description": "Controla o visual do jogo.",
"fields": [ "fields": [
{ {
"label": "Theme Color", "label": "Cor tema",
"description": "Choose a color to create a theme for your card game.", "description": "Escolha uma cor para criar um tema para seu jogo.",
"default": "#909090" "default": "#909090"
}, },
{ {
"label": "Card Back", "label": "Verso do cartão",
"description": "Use a custom back for your cards." "description": "Use um verso customizado para seus cartões."
} }
] ]
}, },
{ {
"label": "Localization", "label": "Localização",
"fields": [ "fields": [
{ {
"label": "Card turns text", "label": "Texto de virada de cartão",
"default": "Card turns" "default": "Cartão virou"
}, },
{ {
"label": "Time spent text", "label": "Texto de tempo gasto",
"default": "Time spent" "default": "Tempo gasto"
}, },
{ {
"label": "Feedback text", "label": "Texto de feedback",
"default": "Good work!" "default": "Bom trabalho!"
}, },
{ {
"label": "Try again button text", "label": "Texto do botão Tentar Novamente",
"default": "Try again?" "default": "Tentar novamente?"
}, },
{ {
"label": "Close button label", "label": "Rótulo do botão Fechar",
"default": "Close" "default": "Fechar"
}, },
{ {
"label": "Game label", "label": "Rótulo do jogo",
"default": "Memory Game. Find the matching cards." "default": "Jogo da memória. Forme pares de cartões."
}, },
{ {
"label": "Game finished label", "label": "Rótulo de fim de jogo",
"default": "All of the cards have been found." "default": "Todas os cartões foram encontrados."
}, },
{ {
"label": "Card indexing label", "label": "Rótulo de índice de cartão",
"default": "Card %num:" "default": "Cartão %num:"
}, },
{ {
"label": "Card unturned label", "label": "Rótulo de cartão não virado",
"default": "Unturned." "default": "Não virado."
}, },
{ {
"label": "Card matched label", "label": "Rótulo de combinação",
"default": "Match found." "default": "Combinação encontrada."
} }
] ]
} }
] ]
} }