aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorwinter2025-01-18 16:01:25 +0000
committerwinter2025-01-18 16:01:25 +0000
commitc0e65d0446f928b30eecc858c5cf9a8eb1a364c1 (patch)
treebb22cd9b3e6b4a05f9bf2b41393f3aaa9048f4bb /locale
parentba61c6435b668375a411716f3a35447aa38b03a4 (diff)
implement profile editing
Diffstat (limited to 'locale')
-rw-r--r--locale/en_GB.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json
index 06ce2a2..5706543 100644
--- a/locale/en_GB.json
+++ b/locale/en_GB.json
@@ -8,6 +8,9 @@
"user.profile.unfollow.action": "Unfollow",
"user.profile.followsYou": "Follows you",
"user.profile.pendingFollowsYou": "Wants to follow you",
+ "user.profile.displayName": "Display name",
+ "user.profile.changeAvatar": "Choose a new avatar image",
+ "user.profile.bio": "Bio",
"user.notes.placeholder": "This user hasn't posted anything yet.",
"timeline.global": "Global timeline",
"timeline.global.description": "This timeline shows all known public indexable notes.",
@@ -51,5 +54,8 @@
"followRequests.accept.action": "Accept",
"followRequests.accepted": "Accepted!",
"followRequests.reject.action": "Reject",
- "followRequests.rejected": "Rejected!"
+ "followRequests.rejected": "Rejected!",
+ "form.edit": "Edit",
+ "form.saveChanges": "Save",
+ "form.discardChanges": "Cancel"
}