common.json 4 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
    "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."
    },
21
    "translator": {
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
      "title": "Translation Tool",
      "description": "Supports multilingual translation for text and images, enabling easy cross-language communication.",
      "tabs": {
        "text": "Text Translation",
        "image": "Image Translation",
        "document": "Document Translation"
      },
      "targetLanguageLabel": "Target Language",
      "textPlaceholder": "Please enter the text to be translated",
      "translationPlaceholder": "Translation results will be displayed here",
      "imagePlaceholder": "Please upload an image to be translated",
      "translateButton": "Translate",
      "uploadImageButton": "Upload Image",
      "emptyImagePlaceholder": "Please upload an image first",
      "displayModeLabel": "Display Mode",
      "displayModes": {
        "translation": "Translation",
        "bilingual": "Bilingual",
        "original": "Original"
      },
      "uploadFilePrompt": "Upload File",
      "selectDocument": "Select File",
      "loginRequired": "Please log in first",
      "supportsPdf": "PDF files are supported"
46
    },
fisherdaddy's avatar
fisherdaddy committed
47
    "blog": {
48
      "title": "AI News",
fisherdaddy's avatar
fisherdaddy committed
49 50 51 52 53 54
      "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."
    },
55 56 57 58 59 60 61 62 63 64
    "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",
65
      "description": "AI Toolbox is an integrated platform that brings together various AI tools, aiming to provide users with a one-stop solution.",
66
      "mission": "Our Mission",
67
      "missionDescription": "We believe AI tools should be powerful yet accessible to everyone.",
68
      "team": "Our Team",
69 70 71 72
      "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."
73 74 75 76 77 78 79 80 81 82 83
    },
    "navigation": {
      "about": "About Us"
    },
    "categories": {
        "Chatbots": "Smart Assistant",
        "Image": "Image",
        "AudioVideo": "Audio & Video",
        "Productivity": "Productivity"
    }
}