common.json 2.94 KB
Newer Older
1 2 3 4 5 6 7 8 9
{
    "title": "AI Toolbox",
    "description": "AI Toolbox - A collection of AI tools including text cards, JSON formatter, URL decoder, OpenAI product releases summary, and global model price comparisons to help you accomplish various tasks effortlessly.",
    "slogan": "Your intelligent development toolset, a one-stop solution for all AI tool needs.",
    "keywords": "AI Toolbox, AI tools, text cards, JSON formatter, URL decoder, OpenAI products, model price comparison, online tools, free tools",
    "welcome": "Welcome",
    "login": "Login",
    "loginSubtitle": "Welcome to AI Toolbox, please log in for the full experience",
    "logout": "Logout",
fisherdaddy's avatar
fisherdaddy committed
10 11
    "copy": "Copy",
    "copied": "Copied",
12
    "recommendedTools": "Recommended Tools",
fisherdaddy's avatar
fisherdaddy committed
13 14 15 16 17 18 19 20 21
    "dev-tools": {
      "title": "Development Tools",
      "description": "A collection of popular and efficient development tools, including JSON formatter, Base64 to image converter, online Diff tool, LaTeX renderer, and more. Designed to help developers handle everyday coding tasks quickly and boost development efficiency."
    },
    "image-tools": {
      "title": "Image Tools",
      "description": "A suite of practical image processing tools, including a handwriting font generator, Markdown to image converter, and quote to image creator, making image editing and creative design tasks easier."
    },
    "blog": {
22
      "title": "AI News",
fisherdaddy's avatar
fisherdaddy committed
23 24 25 26 27 28
      "description": "Offers the latest tech insights, development tips, and AI product reviews to help developers stay updated with cutting-edge information and improve their skills."
    },
    "ai-products": {
      "title": "AI Products",
      "description": "A curated selection of the most popular AI products from around the world, covering intelligent assistants, AI art, audio processing, video editing, and coding tools to make your work smarter and more efficient."
    },
29 30 31 32 33 34 35 36 37 38
    "notFound": {
      "title": "404 - Page Not Found",
      "description": "Sorry, the page you are looking for does not exist.",
      "back_home": "Back to Home"
    },
    "footer": {
      "copyRight": "AI Toolbox. All rights reserved."
    },
    "about": {
      "title": "About Us",
39
      "description": "AI Toolbox is an integrated platform that brings together various AI tools, aiming to provide users with a one-stop solution.",
40
      "mission": "Our Mission",
41
      "missionDescription": "We believe AI tools should be powerful yet accessible to everyone.",
42
      "team": "Our Team",
43 44 45 46
      "teamDescription": "We are a focused team of AI enthusiasts dedicated to building innovative solutions.",
      "contact": "Contact Us",
      "values": "Our Values",
      "valuesDescription": "Innovation, usability, and user-centered design are at the core of everything we do."
47 48 49 50 51 52 53 54 55 56 57
    },
    "navigation": {
      "about": "About Us"
    },
    "categories": {
        "Chatbots": "Smart Assistant",
        "Image": "Image",
        "AudioVideo": "Audio & Video",
        "Productivity": "Productivity"
    }
}