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.ts51
1 files changed, 28 insertions, 23 deletions
diff --git a/ui/src/translations/en.ts b/ui/src/translations/en.ts
index 7a23e209..551c7ef8 100644
--- a/ui/src/translations/en.ts
+++ b/ui/src/translations/en.ts
@@ -56,7 +56,8 @@ export const en = {
delete: 'delete',
deleted: 'deleted',
delete_account: 'Delete Account',
- delete_account_confirm: 'Warning: this will permanently delete all your data. Enter your password to confirm.',
+ delete_account_confirm:
+ 'Warning: this will permanently delete all your data. Enter your password to confirm.',
restore: 'restore',
ban: 'ban',
ban_from_site: 'ban from site',
@@ -108,7 +109,8 @@ export const en = {
login_sign_up: 'Login / Sign up',
login: 'Login',
sign_up: 'Sign Up',
- notifications_error: 'Desktop notifications not available in your browser. Try Firefox or Chrome.',
+ notifications_error:
+ 'Desktop notifications not available in your browser. Try Firefox or Chrome.',
unread_messages: 'Unread Messages',
password: 'Password',
verify_password: 'Verify Password',
@@ -134,9 +136,11 @@ export const en = {
theme: 'Theme',
sponsors: 'Sponsors',
sponsors_of_lemmy: 'Sponsors of Lemmy',
- sponsor_message: 'Lemmy is free, <1>open-source</1> software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project. Thank you to the following people:',
+ sponsor_message:
+ 'Lemmy is free, <1>open-source</1> software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project. Thank you to the following people:',
support_on_patreon: 'Support on Patreon',
- general_sponsors: 'General Sponsors are those that pledged $10 to $39 to Lemmy.',
+ general_sponsors:
+ 'General Sponsors are those that pledged $10 to $39 to Lemmy.',
crypto: 'Crypto',
bitcoin: 'Bitcoin',
ethereum: 'Ethereum',
@@ -151,40 +155,41 @@ export const en = {
yes: 'yes',
no: 'no',
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>It\'s 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>.',
+ landing_0:
+ "Lemmy is a <1>link aggregator</1> / reddit alternative, intended to work in the <2>fediverse</2>.<3></3>It's 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.',
+ 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.',
+ 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.',
+ 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.',
+ 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.',
+ admin_already_created: "Sorry, there's already an admin.",
user_already_exists: 'User already exists.',
- couldnt_update_user: 'Couldn\'t update user.',
+ couldnt_update_user: "Couldn't update user.",
system_err_login: 'System error. Try logging out and back in.',
},
-}
-
+};