Skip to content

Commit a1dc792

Browse files
authored
Merge pull request #63 from project-campground/2025/landing
2025/landing
2 parents aa834ff + a2151fc commit a1dc792

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+3250
-813
lines changed

lang/en-US.json

Lines changed: 112 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,53 @@
11
{
22
"global": {
3-
"login": "Sign in",
4-
"register": "Sign up",
53
"support": "Support",
64
"download": "Download",
75
"themeToggle": "Toggle color scheme",
86
"api": "API",
97
"docs": "Docs",
108
"blog": "Blog",
119
"discover": "Discover",
12-
"camps": "Camps",
10+
"campsites": "Campsites",
11+
"campers": "Campers",
1312
"instances": "Instances",
1413
"socialMedia": "Social media",
1514
"resources": "Resources",
1615
"openBrowser": "Open in Browser"
1716
},
17+
"info": {
18+
"username": "Username",
19+
"tagline": "Tag",
20+
"taglineOrEmail": "Tag or Email",
21+
"email": "Email",
22+
"password": "Password",
23+
"confirmPassword": "Confirm password"
24+
},
25+
"form": {
26+
"login": "Sign in",
27+
"register": "Sign up",
28+
"noAccount": "Don't have an account? Register",
29+
"hasAccount": "Already have an account? Login",
30+
"resetPasswordTitle": "Reset password",
31+
"resetPassword": "Forgot your password? Change it",
32+
"submit": "Submit"
33+
},
34+
"placeholder": {
35+
"underConstruction": {
36+
"title": "Under Construction",
37+
"description": "Sorry, this section is still under construction. Come back later!"
38+
},
39+
"notFound": {
40+
"title": "404 Not Found",
41+
"description": "This page could not be found."
42+
},
43+
"goBackToHome": "Go back to home page"
44+
},
1845
"landing": {
1946
"home": "Home",
2047
"about": "About",
2148
"features": "Features",
49+
"team": "The team",
50+
"brandkit": "Brand kit",
2251
"download": {
2352
"win": "Download for Windows",
2453
"osx": "Download for OSX",
@@ -29,10 +58,88 @@
2958
}
3059
},
3160
"home": {
32-
"title": "Gather around the fire",
61+
"title": "Gather around the fire, friends",
3362
"description": "Campground is the best place for you and your friends to hang out, create communities, and have fun without any hassle!",
3463
"download": "Download Campground",
35-
"open": "Open Campground"
64+
"open": "Open Campground",
65+
"bottom": {
66+
"title": "What are you waiting for?",
67+
"description": "Try Campground now, anywhere!"
68+
},
69+
"campfires": {
70+
"subtitle": "Campfires",
71+
"title": "Organize channels with campfires",
72+
"description": "May also be known as groups or sub-servers, campfires are server-like group of tents/channels with their own icons, banners and roles.",
73+
"learnMore": "Learn more about Campfires"
74+
},
75+
"profiles": {
76+
"subtitle": "Profiles",
77+
"title": "Highly customizable profiles",
78+
"description": "Create posts and media, discover others, link game and more with Campground's highly customizable profiles.",
79+
"learnMore": "Learn more about Profiles"
80+
},
81+
"lists": {
82+
"subtitle": "Lists",
83+
"title": "To-do list tents",
84+
"description": "Create list tents (channels) and set up tasks to complete. Organize the tasks, mark them, add notes, create threads and more.",
85+
"learnMore": "Learn more about Lists"
86+
},
87+
"encryption": {
88+
"subtitle": "Encryption",
89+
"title": "E2EE Private messaging",
90+
"description": "Secure your messages with end-to-end encryption for direct messages. Feel safe with Campground.",
91+
"learnMore": "Learn more about Encryption"
92+
},
93+
"selfHost": {
94+
"subtitle": "Self-hosting",
95+
"title": "Self-host your campsites",
96+
"description": "Create your own instance and manage YOUR OWN content. No one else, just you and your communities.",
97+
"learnMore": "Learn more about Self-hosting"
98+
},
99+
"themes": {
100+
"subtitle": "Themes",
101+
"title": "Customize the looks",
102+
"description": "Change the way application looks with highly customizable themes with CSS. Do not like how app looks? Change it!",
103+
"learnMore": "Learn more about Themes"
104+
}
105+
},
106+
"features": {
107+
"title": "See all of Campgrounds features",
108+
"description": "Campfires? List tents? Calendar tents? Profiles? All here for you to check out and learn!",
109+
"learnMore": "Learn more about {feature}",
110+
"instances": {
111+
"title": "Instances",
112+
"description": "Host your own Campground instances and create campsites on them"
113+
},
114+
"campfires": {
115+
"title": "Campfires",
116+
"description": "Organize your campsites with campfires."
117+
},
118+
"encryption": {
119+
"title": "E2E Encryption",
120+
"description": "Learn about direct messages encryption."
121+
},
122+
"calendarTents": {
123+
"title": "Calendar tents",
124+
"description": "Keep track of events with calendar tents."
125+
},
126+
"listTents": {
127+
"title": "List tents",
128+
"description": "Create and complete tasks in tents."
129+
},
130+
"docTents": {
131+
"title": "Document tents",
132+
"description": "Create documents in your tents."
133+
}
134+
},
135+
"downloads": {
136+
"title": "Get Campground",
137+
"description": "Download Campground on your current device. Everywhere, anywhere; on your phone, on your desktop.",
138+
"wrongDevice": "Wrong device? Scroll down to other downloads.",
139+
"desktop": "Different desktop device?",
140+
"desktopDescription": "Get Campground on any desktop device.",
141+
"mobile": "Or maybe on your phone?",
142+
"mobileDescription": "Make sure everyone can reach you no matter where you are!"
36143
},
37144
"languages": {
38145
"af-ZA": "Afrikaans",

sites/app.campground.gg/src/App.scss

Lines changed: 0 additions & 19 deletions
This file was deleted.

sites/app.campground.gg/src/App.tsx

Lines changed: 0 additions & 41 deletions
This file was deleted.

sites/app.campground.gg/src/components/BrandLogo.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

sites/app.campground.gg/src/components/IndexFooter.tsx

Lines changed: 0 additions & 53 deletions
This file was deleted.

sites/app.campground.gg/src/components/IndexFooterItem.tsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

sites/app.campground.gg/src/components/IndexNavbar.tsx

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)