Skip to content

Commit e5712d1

Browse files
authored
Language PT - Revision 2 (#355)
* Updates Portuguese translation for "paid" Corrects the Portuguese translation of "paid" to "pagaste" to ensure accurate grammar and meaning within the application's user interface. * Updates Portuguese translations Adds new translations for expense details errors and group archived messages in the Portuguese locale. This improves the user experience by providing more informative messages in the application.
1 parent effe0f9 commit e5712d1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

public/locales/pt/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"user": {
5353
"lent": "emprestou",
5454
"owe": "deve",
55-
"paid": "pagou",
55+
"paid": "pagaste",
5656
"pay": "pagar",
5757
"received": "recebeu",
5858
"deleted": "apagou"

public/locales/pt/expense_details.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
"press_balance_info": "Pressione o saldo individual para iniciar o acerto",
6969
"are_settled_up": "estão acertados",
7070
"is_settled_up": "está acertado"
71+
},
72+
"errors": {
73+
"amount_required": ""
7174
}
7275
}
7376
}

public/locales/pt/groups_details.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
},
6363
"messages": {
6464
"group_name_updated": "Nome do grupo atualizado",
65-
"balances_recalculated": "Saldos recalculados com sucesso"
65+
"balances_recalculated": "Saldos recalculados com sucesso",
66+
"group_archived": "Grupo arquivado com sucesso"
6667
},
6768
"errors": {
6869
"group_name_update_failed": "Erro ao atualizar o nome do grupo",

0 commit comments

Comments
 (0)