Skip to content

Commit

Permalink
Update translation files and add body.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h4h13 committed Jan 25, 2025
1 parent 09f6804 commit c28859e
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 27 deletions.
30 changes: 30 additions & 0 deletions localization/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,16 @@
}
}
},
"tagDetailsSubtitle": "{tagCount} transactions",
"@tagDetailsSubtitle": {
"description": "Text shown on the delete tag dialog",
"type": "text",
"placeholders": {
"tagCount": {
"type": "int"
}
}
},
"topTags": "Top Tags",
"@topTags": {
"description": "Text shown on the home page section title",
Expand Down Expand Up @@ -2087,5 +2097,25 @@
"@copy": {
"description": "Text shown on the transaction details page",
"type": "text"
},
"loanInfo": "Loan lending & borrowing",
"@loanInfo": {
"description": "Text shown on the loan page",
"type": "text"
},
"loanInfoDescription": "Loan lending is the act of giving money to another party with the expectation of repayment. Borrowing is the act of receiving money from a lender with the agreement to pay it back.",
"@loanInfoDescription": {
"description": "Text shown on the loan page",
"type": "text"
},
"ivyImporter": "Ivy wallet",
"@ivyImporter": {
"description": "Text shown on the backup restore page",
"type": "text"
},
"ivyImporterDescription": "Import your transactions from Ivy wallet app",
"@ivyImporterDescription": {
"description": "Text shown on the backup restore page",
"type": "text"
}
}
2 changes: 1 addition & 1 deletion localization/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"enterAccountName": "Introduce nombre de la cuenta",
"enterCardHolderName": "Introduce nombre del titular de la tarjeta",
"search": "Buscar",
"delete": "Eliminar",
"delete": "Borrar",
"noTransaction": "Transacción vacía",
"introCTA": "Comenzar",
"deleteLoan": "Eliminar el préstamo elimina todos los registros asociados",
Expand Down
Loading

0 comments on commit c28859e

Please sign in to comment.