# EVIBES GETTEXT TRANSLATIONS # Copyright (C) 2025 EGOR GORBUNOV # This file is distributed under the same license as the EVIBES package. # EGOR GORBUNOV , 2025. # msgid "" msgstr "" "Project-Id-Version: EVIBES 2.8.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-06-21 22:42+0100\n" "PO-Revision-Date: 2025-06-16 08:59+0100\n" "Last-Translator: EGOR GORBUNOV \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: evibes/settings/constance.py:18 msgid "Name of the project" msgstr "" #: evibes/settings/constance.py:19 msgid "Frontend domain name" msgstr "" #: evibes/settings/constance.py:20 msgid "Base domain name" msgstr "" #: evibes/settings/constance.py:21 msgid "Name of the company" msgstr "" #: evibes/settings/constance.py:22 msgid "Address of the company" msgstr "" #: evibes/settings/constance.py:23 msgid "Phone number of the company" msgstr "" #: evibes/settings/constance.py:26 msgid "Designates whether every product has one stock or not" msgstr "" #: evibes/settings/constance.py:28 msgid "SMTP host" msgstr "" #: evibes/settings/constance.py:29 msgid "SMTP port" msgstr "" #: evibes/settings/constance.py:30 msgid "Use TLS (Specify 0 for No and 1 for Yes)" msgstr "" #: evibes/settings/constance.py:31 msgid "Use SSL (Specify 0 for No and 1 for Yes)" msgstr "" #: evibes/settings/constance.py:32 msgid "SMTP username" msgstr "" #: evibes/settings/constance.py:33 msgid "SMTP password" msgstr "" #: evibes/settings/constance.py:34 msgid "Mail from option" msgstr "" #: evibes/settings/constance.py:35 msgid "Payment gateway URL" msgstr "" #: evibes/settings/constance.py:36 msgid "Payment gateway token" msgstr "" #: evibes/settings/constance.py:37 msgid "Payment gateway minimum amount" msgstr "" #: evibes/settings/constance.py:38 msgid "Payment gateway maximum amount" msgstr "" #: evibes/settings/constance.py:39 msgid "Exchange rate API key" msgstr "" #: evibes/settings/constance.py:40 msgid "OpenStreetMap Nominatim API URL" msgstr "" #: evibes/settings/constance.py:41 msgid "OpenAI API Key" msgstr "" #: evibes/settings/constance.py:44 msgid "Abstract API Key, if empty - no Abstract features provided" msgstr "" #: evibes/settings/constance.py:46 msgid "HTTP Proxy" msgstr "" #: evibes/settings/constance.py:47 msgid "Disable buy functionality" msgstr "" #: evibes/settings/constance.py:50 msgid "An entity for storing advertisiment data" msgstr "" #: evibes/settings/constance.py:55 msgid "An entity for storing analytics data" msgstr "" #: evibes/settings/drf.py:49 msgid "" "\n" "Welcome to the {CONSTANCE_CONFIG.get(\"PROJECT_NAME\")[0]} B2B API " "documentation.\n" "\n" "The {CONSTANCE_CONFIG.get(\"PROJECT_NAME\")[0]} B2B API is designed to " "provide seamless integration for merchants selling a wide range of " "electronics. Through this API, partnered merchants can manage products, " "orders, and inventory with ease, while accessing real-time stock levels.\n" "\n" "## Key Features\n" "- **Product Management:** Easily create, update, and manage your product " "listings with detailed specifications.\n" "- **Order Processing:** Handle bulk orders efficiently with streamlined " "operations for merchants.\n" "- **Inventory Management:** Keep track of stock levels in real-time, " "ensuring smooth fulfillment.\n" "- **Secure Transactions:** Secure and encrypted transactions to protect " "sensitive business information.\n" "- **Multi-Currency Support:** Expand your market reach with multi-currency " "transactions.\n" "- **Real-Time Notifications:** Stay updated with instant alerts on stock " "changes and order statuses.\n" "\n" "## Authentication\n" "- Authentication is handled via your merchant token. Include the token in " "the `X-EVIBES-B2B-AUTH` header of your requests in the format `Bearer " "`.\n" "\n" "## I18N\n" "- Apply an `Accept-Language` header to use non-default language. A list of " "all languages is available at `/app/languages/`.\n" "\n" "## Version\n" "Current API version: {EVIBES_VERSION}\n" msgstr "" #: evibes/settings/drf.py:74 msgid "" "\n" "Welcome to the {CONSTANCE_CONFIG.get(\"PROJECT_NAME\")[0]} Platform API " "documentation.\n" "\n" "The {CONSTANCE_CONFIG.get(\"PROJECT_NAME\")[0]} API is the central hub for " "managing product listings, monitoring orders, and accessing analytics for " "your electronics store. It provides RESTful endpoints for managing your " "store’s backend operations and includes both REST and GraphQL options.\n" "\n" "## Key Features\n" "- **Product Catalog:** Manage product details, pricing, and availability.\n" "- **Order Management:** Access detailed order information and process " "customer requests efficiently.\n" "- **User Roles & Permissions:** Set user roles and permissions for internal " "management.\n" "- **Custom Integrations:** Connect your system with external platforms " "through powerful APIs.\n" "- **Detailed Reporting:** Generate comprehensive reports on orders, sales " "performance, and product data.\n" "- **Real-Time Data:** Get live updates on inventory, pricing, and order " "statuses.\n" "\n" "## Authentication\n" "- Authentication is handled via JWT tokens. Include the token in the `X-" "EVIBES-AUTH` header of your requests in the format `Bearer `.\n" "- Access token lifetime is {SIMPLE_JWT.get(\"ACCESS_TOKEN_LIFETIME\")." "total_seconds() // 60 if not DEBUG else 3600} {\"minutes\" if not DEBUG else " "\"hours\"}.\n" "- Refresh token lifetime is {SIMPLE_JWT.get(\"ACCESS_TOKEN_LIFETIME\")." "total_seconds() // 3600} hours.\n" "- Refresh tokens are automatically invalidated after usage.\n" "\n" "## I18N\n" "- Apply an `Accept-Language` header to use non-default language. A list of " "all languages is available at `/app/languages/`.\n" "\n" "## Version\n" "Current API version: {EVIBES_VERSION}\n" msgstr ""