|
1 | 1 | { |
2 | 2 | "global": { |
3 | | - "login": "Sign in", |
4 | | - "register": "Sign up", |
5 | 3 | "support": "Support", |
6 | 4 | "download": "Download", |
7 | 5 | "themeToggle": "Toggle color scheme", |
8 | 6 | "api": "API", |
9 | 7 | "docs": "Docs", |
10 | 8 | "blog": "Blog", |
11 | 9 | "discover": "Discover", |
12 | | - "camps": "Camps", |
| 10 | + "campsites": "Campsites", |
| 11 | + "campers": "Campers", |
13 | 12 | "instances": "Instances", |
14 | 13 | "socialMedia": "Social media", |
15 | 14 | "resources": "Resources", |
16 | 15 | "openBrowser": "Open in Browser" |
17 | 16 | }, |
| 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 | + }, |
18 | 45 | "landing": { |
19 | 46 | "home": "Home", |
20 | 47 | "about": "About", |
21 | 48 | "features": "Features", |
| 49 | + "team": "The team", |
| 50 | + "brandkit": "Brand kit", |
22 | 51 | "download": { |
23 | 52 | "win": "Download for Windows", |
24 | 53 | "osx": "Download for OSX", |
|
29 | 58 | } |
30 | 59 | }, |
31 | 60 | "home": { |
32 | | - "title": "Gather around the fire", |
| 61 | + "title": "Gather around the fire, friends", |
33 | 62 | "description": "Campground is the best place for you and your friends to hang out, create communities, and have fun without any hassle!", |
34 | 63 | "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!" |
36 | 143 | }, |
37 | 144 | "languages": { |
38 | 145 | "af-ZA": "Afrikaans", |
|
0 commit comments