loris/lib/i18n/en_US.json

13 lines
444 B
JSON
Raw Normal View History

2022-06-17 10:38:28 +00:00
{
2022-06-17 11:03:52 +00:00
"greeting": "hello!",
2022-06-28 20:47:35 +00:00
"user-id-not-valid": "sorry, this user id doesn't look quite right... ",
2022-06-17 10:38:28 +00:00
"user-id": "user id",
"user-id-example": "user@example.com",
"authorize-in-browser": "authorize in browser",
2022-06-28 20:47:35 +00:00
"login-failed-snackbar-text": "login failed!",
"back-button": "back",
"confirm-button": "confirm",
"copy-code-from-browser": "please copy the code from your browser here!",
"code-hint": "code"
2022-06-17 10:38:28 +00:00
}