diff options
author | Minteck <contact@minteck.org> | 2022-05-22 18:16:34 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-05-22 18:16:34 +0200 |
commit | bc4d21ddbc50a4295ad1be0f4797b09895a65fea (patch) | |
tree | f915c08fba577daf766628657558ce480790b06f /includes/i18n/en.json | |
download | multisocial-mane.tar.gz multisocial-mane.tar.bz2 multisocial-mane.zip |
Diffstat (limited to 'includes/i18n/en.json')
-rw-r--r-- | includes/i18n/en.json | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/includes/i18n/en.json b/includes/i18n/en.json new file mode 100644 index 0000000..49b41a1 --- /dev/null +++ b/includes/i18n/en.json @@ -0,0 +1,113 @@ +{ + "menu": { + "home": "Home", + "follows": "Follows and followers", + "notifications": "Notifications", + "favorites": "Favorite posts", + "profile": "Profile", + "prefs": "Preferences", + "login": "Login or signup" + }, + "titles": { + "initial": "Welcome to Multisocial!", + "initial.1": "Terms and conditions", + "initial.2": "Profile", + "initial.3": "System Members", + "initial.4": "Almost there" + }, + "intro": { + "already": "You have already completed the initial setup, doing this again will delete some of your settings.", + "s0": { + "title": "Welcome to Multisocial!", + "tagline": "The social network for everyone", + "step": "You are just one step away from getting started!", + "start": "Get started", + "disclaimer": "By creating an account on Multisocial, you confirm that you are at least 13 years old or the required age in your country." + }, + "s1": { + "title": "Terms and conditions", + "step": "Read the following document thoroughly, it contains Multisocial's rules and terms of use.", + "start": "Agree and continue", + "disclaimer": "By clicking this button, you confirm that you have read and you agree to these terms and conditions." + }, + "s2": { + "title": "Profile", + "step": "It is time to fill information about you", + "start": "Continue", + "disclaimer": "Your Minteck account (%1) will be linked with your Multisocial account. You can add/remove linked accounts later from your settings.", + "username": "Username (e.g. super.cool.hamster)", + "display": "Display name (e.g. Super Cool Hamster)", + "plural1": "We are plural", + "plural2": "(don't click this if you are unsure)", + "plural3": "I am not plural", + "system": "Enter the name of the system, you will create system members in the next step. You can also manage members or configure integration with %1 later.", + "taken": "This username (@%1) is already in use, please choose another one.", + "plural-disclaimer": "By continuing, you certify you are a plural system (multiple people in one body) and you are NOT using Multisocial for role-play or posting as multiple people (in different bodies) through a single account. ALL system accounts are manually verified." + }, + "s3": { + "title": "System Members", + "step": "You may now fill in your system members so Multisocial can work with them", + "pluralkit": "Configure integration with PluralKit (recommended)", + "manual": "Enter system members manually", + "back": "You indicated that you are plural, %1 if that is not the case. If you indicate you are plural but you are not, your account will be permanently banned.", + "back-action": "click here", + "manual-or-pk": "If you entered a PluralKit system ID, the data you enter here will be ignored.", + "pk-instructions": "Enter a PluralKit system ID, or the ID of a Discord account linked to the PluralKit system.", + "pk-system": "PluralKit system ID (e.g. abcde, 175928847299117063)", + "manual-system": "System Member name", + "pk-refresh-intro": "System information will show here.", + "pk-refresh-loading": "Fetching system information...", + "pk-refresh-error": "An error occurred", + "pk-refresh-notfound": "System not found", + "pk-refresh-found": "Found system:", + "pk-refresh-single": "member", + "pk-refresh-multiple": "members" + }, + "s4": { + "title": "Almost there", + "step": "You completed all the required steps, your Multisocial account will now be created. You will be able to post, follow and get followed by other users. After being verified, you will also be able to post images and audio.", + "start": "Finish", + "disclaimer": "You can delete your account at any time from your settings. Deleting your Minteck account will not delete your Multisocial account." + } + }, + "time": { + "ago": "ago", + "later": "later", + "now": "just now", + "plural": "s", + "periods": ["second", "minute", "hour", "day", "week", "month", "year", "age"] + }, + "profile": { + "singlet": "Multisocial user", + "plural.1": "member", + "plural.2": "members", + "posts.1": "post", + "posts.2": "posts", + "posts.3": "No posts", + "post": { + "title": "Create new post", + "button": "Create new post", + "disclaimer": "Use common sense and make sure to not hurt anyone. You can also use Markdown.", + "fronter": "fronter", + "done": "Post", + "cancel": "Cancel", + "system.1": "Fronters", + "system.2": "Other members" + }, + "verified": "Verified profile", + "manage": "Manage...", + "comments": "Comments", + "edit": "Edited", + "favorite": "Add to favorites", + "unfavorite": "Remove from favorites", + "tools": { + "title": "Manage post", + "done": "Edit", + "delete": "Delete" + }, + "comments-modal": { + "title": "Comments", + "load": "Loading comments..." + } + } +}
\ No newline at end of file |