Skip to content

Commit

Permalink
Update ITranslation
Browse files Browse the repository at this point in the history
- Add FEE_BUMP_DESCRIPTION_1
- Add FEE_BUMP_DESCRIPTION_2
- Add FEE_BUMP
- Add FEE
- Remove FEE_PAYMENT
- Remove FEE_SOURCE
- Remove FEE_TO_PAY
  • Loading branch information
Ja-boop committed Jan 31, 2024
1 parent 424eec2 commit 6151fa3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
7 changes: 4 additions & 3 deletions src/lib/i18n/ITranslation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ export interface ITranslation {
ERROR: string;
EXPAND_ALL: string;
EXTEND_TO: string;
FEE_PAYMENT: string;
FEE_SOURCE: string;
FEE_TO_PAY: string;
FEE_BUMP_DESCRIPTION_1: string;
FEE_BUMP_DESCRIPTION_2: string;
FEE_BUMP: string;
FEE: string;
FROM: string;
FUNCTION_TYPE: string;
GO_TO_CONNECT: string;
Expand Down
7 changes: 4 additions & 3 deletions src/lib/i18n/languages/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
"ERROR": "Error",
"EXPAND_ALL": "Expand all",
"EXTEND_TO": "Extend to:",
"FEE_PAYMENT": "FEE PAYMENT",
"FEE_SOURCE": "Fee source",
"FEE_TO_PAY": "Fee to pay",
"FEE_BUMP_DESCRIPTION_1": "You will sign to pay the",
"FEE_BUMP_DESCRIPTION_2": "of the transaction below",
"FEE_BUMP": "FEE BUMP",
"FEE": "Fee",
"FROM": "From:",
"FUNCTION_TYPE": "Function type:",
"GO_TO_CONNECT": "Go to Connect",
Expand Down
6 changes: 4 additions & 2 deletions src/lib/i18n/languages/spanish.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
"ERROR": "Error",
"EXPAND_ALL": "Expandir todas",
"EXTEND_TO": "Extender a:",
"FEE_PAYMENT": "PAGO DE COMISIÓN",
"FEE_TO_PAY": "Comisión a pagar",
"FEE_BUMP_DESCRIPTION_1": "Vas a firmar para pagar la",
"FEE_BUMP_DESCRIPTION_2": "de la transacción a continuación",
"FEE_BUMP": "FEE BUMP",
"FEE": "Comisión",
"FROM": "De:",
"FUNCTION_TYPE": "Tipo de función:",
"GO_TO_CONNECT": "Ir a Conectar",
Expand Down

0 comments on commit 6151fa3

Please sign in to comment.