summaryrefslogtreecommitdiffstats
path: root/ui/src/translations/en.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/translations/en.ts')
-rw-r--r--ui/src/translations/en.ts33
1 files changed, 33 insertions, 0 deletions
diff --git a/ui/src/translations/en.ts b/ui/src/translations/en.ts
index 043f8b82..619aced6 100644
--- a/ui/src/translations/en.ts
+++ b/ui/src/translations/en.ts
@@ -122,6 +122,39 @@ export const en = {
joined: 'Joined',
powered_by: 'Powered by',
landing_0: 'Lemmy is a <1>link aggregator</1> / reddit alternative, intended to work in the <2>fediverse</2>.<3></3>Its self-hostable, has live-updating comment threads, and is tiny (<4>~80kB</4>). Federation into the ActivityPub network is on the roadmap. <5></5>This is a <6>very early beta version</6>, and a lot of features are currently broken or missing. <7></7>Suggest new features or report bugs <8>here.</8><9></9>Made with <10>Rust</10>, <11>Actix</11>, <12>Inferno</12>, <13>Typescript</13>.',
+ not_logged_in: 'Not logged in.',
+ community_ban: 'You have been banned from this community.',
+ site_ban: 'You have been banned from the site',
+ couldnt_create_comment: 'Couldn\'t create comment.',
+ couldnt_like_comment: 'Couldn\'t like comment.',
+ couldnt_update_comment: 'Couldn\'t update comment.',
+ couldnt_save_comment: 'Couldn\'t save comment.',
+ no_comment_edit_allowed: 'Not allowed to edit comment.',
+ no_post_edit_allowed: 'Not allowed to edit post.',
+ no_community_edit_allowed: 'Not allowed to edit community.',
+ couldnt_find_community: 'Couldn\'t find community.',
+ couldnt_update_community: 'Couldn\'t update Community.',
+ community_already_exists: 'Community already exists.',
+ community_moderator_already_exists: 'Community moderator already exists.',
+ community_follower_already_exists: 'Community follower already exists.',
+ community_user_already_banned: 'Community user already banned.',
+ couldnt_create_post: 'Couldn\'t create post.',
+ couldnt_like_post: 'Couldn\'t like post.',
+ couldnt_find_post: 'Couldn\'t find post.',
+ couldnt_get_posts: 'Couldn\'t get posts',
+ couldnt_update_post: 'Couldn\'t update post',
+ couldnt_save_post: 'Couldn\'t save post.',
+ no_slurs: 'No slurs.',
+ not_an_admin: 'Not an admin.',
+ site_already_exists: 'Site already exists.',
+ couldnt_update_site: 'Couldn\'t update site.',
+ couldnt_find_that_username_or_email: 'Couldn\'t find that username or email.',
+ password_incorrect: 'Password incorrect.',
+ passwords_dont_match: 'Passwords do not match.',
+ admin_already_created: 'Sorry, there\'s already an admin.',
+ user_already_exists: 'User already exists.',
+ couldnt_update_user: 'Couldn\'t update user.',
+ system_err_login: 'System error. Try logging out and back in.',
},
}