aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-02-09 16:51:32 -0500
committertusooa <tusooa@kazv.moe>2023-01-20 23:39:09 -0500
commit5c048321e787b880f4c228e52b956b59edc3fc4f (patch)
tree178635eff667ddcf4f509bda0153fcb3bbf549da /src
parentc202c89ca0f8c9bc1957bff3bbe3ea39e21ddbba (diff)
Add English translation for logout confirmation
Diffstat (limited to 'src')
-rw-r--r--src/i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 1dec4b90..f7d83aa3 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -137,6 +137,10 @@
"login": "Log in",
"description": "Log in with OAuth",
"logout": "Log out",
+ "logout_confirm_title": "Logout confirmation",
+ "logout_confirm": "Do you really want to logout?",
+ "logout_confirm_accept_button": "Logout",
+ "logout_confirm_cancel_button": "Do not logout",
"password": "Password",
"placeholder": "e.g. lain",
"register": "Register",