From 29ec032b3ff451239eb7f3606c3d933eb1cd1fc7 Mon Sep 17 00:00:00 2001 From: mkljczk Date: Fri, 7 Mar 2025 12:14:53 +0100 Subject: [PATCH] pl-fe: yarni18n Signed-off-by: mkljczk --- packages/pl-fe/src/locales/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/pl-fe/src/locales/en.json b/packages/pl-fe/src/locales/en.json index ffbb06b4f..843951d21 100644 --- a/packages/pl-fe/src/locales/en.json +++ b/packages/pl-fe/src/locales/en.json @@ -1421,7 +1421,11 @@ "security.submit.delete": "Delete account", "security.text.delete": "To delete your account, enter your password then click Delete Account. This is a permanent action that cannot be undone. Your account will be destroyed from this server, and a deletion request will be sent to other servers. It's not guaranteed that all servers will purge your account.", "security.text.delete.local": "To delete your account, enter your password then click Delete Account. This is a permanent action that cannot be undone.", + "security.tokens.created_at": "Created on {date}", + "security.tokens.last_used": "Last used on {date}", "security.tokens.revoke": "Revoke", + "security.tokens.scopes": "Scopes:", + "security.tokens.valid_until": "Expires on {date}", "security.update_email.fail": "Update email failed.", "security.update_email.success": "Email successfully updated.", "security.update_password.fail": "Update password failed.",