Skip to content

Commit

Permalink
TLN Update translations (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored May 7, 2024
1 parent 06853ee commit bf6c6eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/lang/eo.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
"MFAWebAuthnVerify.SUCCESS": "Ensalutas...",
"MFAWebAuthnVerify.VERIFY": "aktivigi ĝin",
"MFAWebAuthnVerify.WAITING": "Atendas...",
"WebAuthnReducer.NOT_ON_HTTPS": "Ĉi tiu metodo estas uzebla nur per HTTPS."
"WebAuthnReducer.NOT_ON_HTTPS": "Ĉi tiu metodo estas uzebla nur per HTTPS.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Ĉi tiu foliumilo ne subtenas sekurecajn ŝlosilojn"
});
}
3 changes: 2 additions & 1 deletion client/lang/src/eo.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"MFAWebAuthnVerify.SUCCESS": "Ensalutas...",
"MFAWebAuthnVerify.VERIFY": "aktivigi ĝin",
"MFAWebAuthnVerify.WAITING": "Atendas...",
"WebAuthnReducer.NOT_ON_HTTPS": "Ĉi tiu metodo estas uzebla nur per HTTPS."
"WebAuthnReducer.NOT_ON_HTTPS": "Ĉi tiu metodo estas uzebla nur per HTTPS.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Ĉi tiu foliumilo ne subtenas sekurecajn ŝlosilojn"
}

0 comments on commit bf6c6eb

Please sign in to comment.