-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.js
63 lines (62 loc) · 2.45 KB
/
en.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// ************************************************************************** //
// //
// ::: ::: :::::::::: ::: ::: //
// en.js :+: :+: :+: :+: :+: //
// +:+ +:+ +:+ +:+ +:+ //
// By: tcollart +#++:++#++ +#++:++# +#++: //
// +#+ +#+ +#+ +#+ //
// Created: 2019/04/12 12:04:50 #+# #+# #+# #+# //
// Updated: 2019/04/12 14:44:35 ### ### ########## ###.network //
// //
// @format @flow @lint-ignore-every XPLATJSCOPYRIGHT1 //
// ************************************************************************** //
export default {
Auth_AlreadyHaveAnAccount: "Already have an account?",
Auth_ByRegisteringYouAcceptOur: "By registering you accept our ",
Auth_NotOnHeyYet: "Don't have an account yet?",
Auth_TermsOfService: "Terms of Service",
Auth_Register: "Register",
Auth_Login: "Login",
AreYouSureYouWantToLogOut: "Are you sure you want to log out?",
Form_EmailAddress: "Email address",
Form_Username: "Username",
Form_Password: "Password",
Form_InvitationCode: "Invitation Code (optional)",
Form_ForgotPassword: "Forgot",
Notifications: {
entry: {
like: "%{username} liked your post.",
reply: "%{username} replied to your post.",
answer: "%{username} replied to your post."
},
message: {
like: "%{username} liked your message."
},
chat: {
tagged: "%{username} tagged you in chat.",
reply: "%{username} replied to your message."
},
user: {
follow: "%{username} started following you."
}
},
Cancel: "Cancel",
DirectMessages: "Direct Messages",
Discover: "Discover",
edit: "edit",
EditProfile: "Edit Profile",
FollowedByYourNetwork: "followed by your network",
Followers: "Followers",
Following: "Following",
Logout: "Logout",
No: "No",
Save: "Save",
Search: "Search a #hashtag",
SearchCreate: "Search or create a #hashtag",
Settings: "Settings",
Nav_Subscriptions: "Subscriptions",
Nav_Notifications: "Notifications",
ReportBug: "Report a bug 🐞",
WhatDoYouWantToDo: "What do you want to do?",
Yes: "Yes"
};