Skip to content
Open
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
138 changes: 133 additions & 5 deletions lang/ar-SA.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,145 @@
{
"global": {
"support": "دعم",
"download": "تنزيل",
"themeToggle": "تبديل تخطيط الألوان",
"api": "API",
"docs": "Docs",
"blog": "المدونة",
"support": "دعم",
"register": "إنشاء حساب",
"login": "تسجيل الدخول",
"themeToggle": "تبديل تخطيط الألوان"
"discover": "Discover",
"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",
"linux": "Download for Linux",
"debian": "Download for Debian",
"android": "Download for Android",
"ios": "Download for iOS"
}
},
"home": {
"title": "تجمع حول النار",
"description": "يعد المخيم مكانا لك ولأصدقائك للتسكع<br></br> والدردشة والاستمتاع دون أي متاعب!",
"download": "تنزيل المخيم",
"open": "فتح المخيم"
"open": "فتح المخيم",
"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": "الأفريقية",
Expand Down
Loading