Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 112 additions & 5 deletions lang/en-US.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,53 @@
{
"global": {
"login": "Sign in",
"register": "Sign up",
"support": "Support",
"download": "Download",
"themeToggle": "Toggle color scheme",
"api": "API",
"docs": "Docs",
"blog": "Blog",
"discover": "Discover",
"camps": "Camps",
"campsites": "Campsites",
"campers": "Campers",
"instances": "Instances",
"socialMedia": "Social media",
"resources": "Resources",
"openBrowser": "Open in Browser"
},
"info": {
"username": "Username",
"tagline": "Tag",
"taglineOrEmail": "Tag or Email",
"email": "Email",
"password": "Password",
"confirmPassword": "Confirm password"
},
"form": {
"login": "Sign in",
"register": "Sign up",
"noAccount": "Don't have an account? Register",
"hasAccount": "Already have an account? Login",
"resetPasswordTitle": "Reset password",
"resetPassword": "Forgot your password? Change it",
"submit": "Submit"
},
"placeholder": {
"underConstruction": {
"title": "Under Construction",
"description": "Sorry, this section is still under construction. Come back later!"
},
"notFound": {
"title": "404 Not Found",
"description": "This page could not be found."
},
"goBackToHome": "Go back to home page"
},
"landing": {
"home": "Home",
"about": "About",
"features": "Features",
"team": "The team",
"brandkit": "Brand kit",
"download": {
"win": "Download for Windows",
"osx": "Download for OSX",
Expand All @@ -29,10 +58,88 @@
}
},
"home": {
"title": "Gather around the fire",
"title": "Gather around the fire, friends",
"description": "Campground is the best place for you and your friends to hang out, create communities, and have fun without any hassle!",
"download": "Download Campground",
"open": "Open Campground"
"open": "Open Campground",
"bottom": {
"title": "What are you waiting for?",
"description": "Try Campground now, anywhere!"
},
"campfires": {
"subtitle": "Campfires",
"title": "Organize channels with campfires",
"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.",
"learnMore": "Learn more about Campfires"
},
"profiles": {
"subtitle": "Profiles",
"title": "Highly customizable profiles",
"description": "Create posts and media, discover others, link game and more with Campground's highly customizable profiles.",
"learnMore": "Learn more about Profiles"
},
"lists": {
"subtitle": "Lists",
"title": "To-do list tents",
"description": "Create list tents (channels) and set up tasks to complete. Organize the tasks, mark them, add notes, create threads and more.",
"learnMore": "Learn more about Lists"
},
"encryption": {
"subtitle": "Encryption",
"title": "E2EE Private messaging",
"description": "Secure your messages with end-to-end encryption for direct messages. Feel safe with Campground.",
"learnMore": "Learn more about Encryption"
},
"selfHost": {
"subtitle": "Self-hosting",
"title": "Self-host your campsites",
"description": "Create your own instance and manage YOUR OWN content. No one else, just you and your communities.",
"learnMore": "Learn more about Self-hosting"
},
"themes": {
"subtitle": "Themes",
"title": "Customize the looks",
"description": "Change the way application looks with highly customizable themes with CSS. Do not like how app looks? Change it!",
"learnMore": "Learn more about Themes"
}
},
"features": {
"title": "See all of Campgrounds features",
"description": "Campfires? List tents? Calendar tents? Profiles? All here for you to check out and learn!",
"learnMore": "Learn more about {feature}",
"instances": {
"title": "Instances",
"description": "Host your own Campground instances and create campsites on them"
},
"campfires": {
"title": "Campfires",
"description": "Organize your campsites with campfires."
},
"encryption": {
"title": "E2E Encryption",
"description": "Learn about direct messages encryption."
},
"calendarTents": {
"title": "Calendar tents",
"description": "Keep track of events with calendar tents."
},
"listTents": {
"title": "List tents",
"description": "Create and complete tasks in tents."
},
"docTents": {
"title": "Document tents",
"description": "Create documents in your tents."
}
},
"downloads": {
"title": "Get Campground",
"description": "Download Campground on your current device. Everywhere, anywhere; on your phone, on your desktop.",
"wrongDevice": "Wrong device? Scroll down to other downloads.",
"desktop": "Different desktop device?",
"desktopDescription": "Get Campground on any desktop device.",
"mobile": "Or maybe on your phone?",
"mobileDescription": "Make sure everyone can reach you no matter where you are!"
},
"languages": {
"af-ZA": "Afrikaans",
Expand Down
19 changes: 0 additions & 19 deletions sites/app.campground.gg/src/App.scss

This file was deleted.

41 changes: 0 additions & 41 deletions sites/app.campground.gg/src/App.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions sites/app.campground.gg/src/components/BrandLogo.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions sites/app.campground.gg/src/components/IndexFooter.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions sites/app.campground.gg/src/components/IndexFooterItem.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions sites/app.campground.gg/src/components/IndexNavbar.tsx

This file was deleted.

Loading
Loading