Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLN Update translations #162

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion client/lang/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
"MFAWebAuthnVerify.RETRY": "Prøv igen",
"MFAWebAuthnVerify.SUCCESS": "Logger ind...",
"MFAWebAuthnVerify.VERIFY": "aktiver den",
"MFAWebAuthnVerify.WAITING": "Venter..."
"MFAWebAuthnVerify.WAITING": "Venter...",
"WebAuthnReducer.NOT_ON_HTTPS": "Denne metode kan kun benyttes over HTTPS.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

English strings in non-english file - same in other files in this PR.

});
}
4 changes: 3 additions & 1 deletion client/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
"MFAWebAuthnVerify.RETRY": "Erneut versuchen",
"MFAWebAuthnVerify.SUCCESS": "Anmelden...",
"MFAWebAuthnVerify.VERIFY": "activate it",
"MFAWebAuthnVerify.WAITING": "Warten"
"MFAWebAuthnVerify.WAITING": "Warten",
"WebAuthnReducer.NOT_ON_HTTPS": "Diese Methode kann nur über HTTPS verwendet werden.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
});
}
4 changes: 3 additions & 1 deletion client/lang/eo.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
"MFAWebAuthnVerify.RETRY": "Ree provu",
"MFAWebAuthnVerify.SUCCESS": "Ensalutas...",
"MFAWebAuthnVerify.VERIFY": "aktivigi ĝin",
"MFAWebAuthnVerify.WAITING": "Atendas..."
"MFAWebAuthnVerify.WAITING": "Atendas...",
"WebAuthnReducer.NOT_ON_HTTPS": "Ĉi tiu metodo estas uzebla nur per HTTPS.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
});
}
4 changes: 3 additions & 1 deletion client/lang/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
"MFAWebAuthnVerify.RETRY": "Opnieuw proberen",
"MFAWebAuthnVerify.SUCCESS": "Inloggen...",
"MFAWebAuthnVerify.VERIFY": "verrifieer",
"MFAWebAuthnVerify.WAITING": "Wachten..."
"MFAWebAuthnVerify.WAITING": "Wachten...",
"WebAuthnReducer.NOT_ON_HTTPS": "Dit kan alleen gebruikt worden met HTTPS.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
});
}
4 changes: 3 additions & 1 deletion client/lang/src/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
"MFAWebAuthnVerify.RETRY": "Prøv igen",
"MFAWebAuthnVerify.SUCCESS": "Logger ind...",
"MFAWebAuthnVerify.VERIFY": "aktiver den",
"MFAWebAuthnVerify.WAITING": "Venter..."
"MFAWebAuthnVerify.WAITING": "Venter...",
"WebAuthnReducer.NOT_ON_HTTPS": "Denne metode kan kun benyttes over HTTPS.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
}
4 changes: 3 additions & 1 deletion client/lang/src/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
"MFAWebAuthnVerify.RETRY": "Erneut versuchen",
"MFAWebAuthnVerify.SUCCESS": "Anmelden...",
"MFAWebAuthnVerify.VERIFY": "activate it",
"MFAWebAuthnVerify.WAITING": "Warten"
"MFAWebAuthnVerify.WAITING": "Warten",
"WebAuthnReducer.NOT_ON_HTTPS": "Diese Methode kann nur über HTTPS verwendet werden.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
}
4 changes: 3 additions & 1 deletion client/lang/src/eo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
"MFAWebAuthnVerify.RETRY": "Ree provu",
"MFAWebAuthnVerify.SUCCESS": "Ensalutas...",
"MFAWebAuthnVerify.VERIFY": "aktivigi ĝin",
"MFAWebAuthnVerify.WAITING": "Atendas..."
"MFAWebAuthnVerify.WAITING": "Atendas...",
"WebAuthnReducer.NOT_ON_HTTPS": "Ĉi tiu metodo estas uzebla nur per HTTPS.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
}
4 changes: 3 additions & 1 deletion client/lang/src/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
"MFAWebAuthnVerify.RETRY": "Opnieuw proberen",
"MFAWebAuthnVerify.SUCCESS": "Inloggen...",
"MFAWebAuthnVerify.VERIFY": "verrifieer",
"MFAWebAuthnVerify.WAITING": "Wachten..."
"MFAWebAuthnVerify.WAITING": "Wachten...",
"WebAuthnReducer.NOT_ON_HTTPS": "Dit kan alleen gebruikt worden met HTTPS.",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
}
4 changes: 3 additions & 1 deletion client/lang/src/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
"MFAWebAuthnVerify.RETRY": "Try again",
"MFAWebAuthnVerify.SUCCESS": "Logging in...",
"MFAWebAuthnVerify.VERIFY": "activate it",
"MFAWebAuthnVerify.WAITING": "Waiting..."
"MFAWebAuthnVerify.WAITING": "Waiting...",
"WebAuthnReducer.NOT_ON_HTTPS": "Den här metoden kan enbart användas via HTTPS",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
}
4 changes: 3 additions & 1 deletion client/lang/sv.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
"MFAWebAuthnVerify.RETRY": "Try again",
"MFAWebAuthnVerify.SUCCESS": "Logging in...",
"MFAWebAuthnVerify.VERIFY": "activate it",
"MFAWebAuthnVerify.WAITING": "Waiting..."
"MFAWebAuthnVerify.WAITING": "Waiting...",
"WebAuthnReducer.NOT_ON_HTTPS": "Den här metoden kan enbart användas via HTTPS",
"WebAuthnReducer.UNSUPPORTED_BROWSER": "Security keys are not supported by this browser"
});
}