-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Portuguese (Brazil))
Currently translated at 20.8% (65 of 312 strings) Translation: Catima/Android Translate-URL: https://hosted.weblate.org/projects/catima/catima/pt_BR/
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources> | ||
<string name="app_name">Catima</string> | ||
<string name="action_search">Pesquisar</string> | ||
<string name="action_add">Adicionar</string> | ||
<string name="noGiftCards">Clique no botão + mais para adicionar um cartão ou importar no menu ⋮.</string> | ||
<string name="noGiftCardsGroup">Crie alguns cartões e, em seguida, atribua-os ao grupo aqui.</string> | ||
<string name="noMatchingGiftCards">Nenhum resultado. Tente alterar sua pesquisa.</string> | ||
<string name="storeName">Nome</string> | ||
<string name="note">Nota</string> | ||
<string name="cardId">ID do cartão</string> | ||
<string name="barcodeType">Tipo de código de barras</string> | ||
<string name="noBarcode">Nenhum código de barras</string> | ||
<string name="star">Adicionar aos favoritos</string> | ||
<string name="unstar">Remover dos favoritos</string> | ||
<string name="cancel">Cancelar</string> | ||
<string name="save">Salvar</string> | ||
<string name="edit">Editar</string> | ||
<string name="delete">Deletar</string> | ||
<string name="confirm">Confirmar</string> | ||
<string name="deleteTitle">Deletar cartão</string> | ||
</resources> |