ente/lib/l10n/app_en.arb

21 lines
671 B
Plaintext
Raw Normal View History

2021-08-15 19:35:16 +00:00
{
"sign_up": "sign up",
"@sign_up": {
"description": "Text on the sign up button used during registration"
},
2021-08-15 20:29:03 +00:00
"log_in": "log in",
"log_in_code_expired" : "your verification code has expired",
2021-09-04 11:32:39 +00:00
"incorrect_code_title" : "incorrect code",
"incorrect_code_msg" : "authentication failed, please try again",
2021-08-15 20:29:03 +00:00
"ok": "ok",
2021-08-17 08:34:56 +00:00
"oops": "oops",
"@oops": {
"description": "Usage: 'oops, I'm sorry!' or 'oops, verification failed'"
},
"start_backup": "start backup",
2021-08-15 20:29:03 +00:00
"auth_session_expired": "session expired",
"auth_login_again": "please login again",
2021-08-17 08:34:56 +00:00
"auth_logging_out": "logging out...",
"email_already_claimed": "this email is already in use"
2021-08-15 19:41:17 +00:00
}