schon/evibes/locale/hi_IN/LC_MESSAGES/django.po
Egor fureunoir Gorbunov 20ecaa683f Features: 1) Added "Orders", "Taskboard", "Support", "Quick Links" settings; 2) Reordered and updated setting labels for consistency.
Fixes: 1) Corrected line endings in locale file; 2) Updated POT-Creation-Date to reflect current build.

Extra: 1) Refactored setting file to improve structure; 2) Ensured translation keys match updated UI labels.
2025-11-16 15:48:23 +03:00

260 lines
6.5 KiB
Text

# EVIBES GETTEXT TRANSLATIONS
# Copyright (C) 2025 EGOR <FUREUNOIR> GORBUNOV
# This file is distributed under the same license as the EVIBES package.
# EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>, 2025.
#
msgid ""
msgstr ""
"Project-Id-Version: EVIBES 2025.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-16 15:38+0300\n"
"PO-Revision-Date: 2025-06-16 08:59+0100\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: LANGUAGE <CONTACT@FUREUNOIR.COM>\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:24
msgid "Name of the company"
msgstr ""
#: evibes/settings/constance.py:25
msgid "Address of the company"
msgstr ""
#: evibes/settings/constance.py:26
msgid "Phone number of the company"
msgstr ""
#: evibes/settings/constance.py:27
msgid ""
"Tax rate in jurisdiction of your company. Leave 0 if you don't want to "
"process taxes."
msgstr ""
#: evibes/settings/constance.py:28
msgid "Exchange rate API key"
msgstr ""
#: evibes/settings/constance.py:30
msgid "!!!DO NOT CHANGE!!!"
msgstr ""
#: evibes/settings/constance.py:31
msgid "SMTP host"
msgstr ""
#: evibes/settings/constance.py:32
msgid "SMTP port"
msgstr ""
#: evibes/settings/constance.py:33
msgid "Use TLS"
msgstr ""
#: evibes/settings/constance.py:34
msgid "Use SSL"
msgstr ""
#: evibes/settings/constance.py:35
msgid "SMTP username"
msgstr ""
#: evibes/settings/constance.py:36
msgid "SMTP password"
msgstr ""
#: evibes/settings/constance.py:37
msgid "Mail from option"
msgstr ""
#: evibes/settings/constance.py:39
msgid "How many days we store messages from anonymous users"
msgstr ""
#: evibes/settings/constance.py:40
msgid "How many days we store messages from authenticated users"
msgstr ""
#: evibes/settings/constance.py:41
msgid "Disable buy functionality"
msgstr ""
#: evibes/settings/constance.py:42
msgid "OpenStreetMap Nominatim API URL"
msgstr ""
#: evibes/settings/constance.py:43
msgid "OpenAI API Key"
msgstr ""
#: evibes/settings/constance.py:44
msgid "Abstract API Key"
msgstr ""
#: evibes/settings/constance.py:45
msgid "HTTP Proxy"
msgstr ""
#: evibes/settings/constance.py:47
msgid "An entity for storing advertisiment data"
msgstr ""
#: evibes/settings/constance.py:48
msgid "An entity for storing analytics data"
msgstr ""
#: evibes/settings/constance.py:50
msgid "Save responses from vendors' APIs"
msgstr ""
#: evibes/settings/constance.py:56
msgid "Legal Options"
msgstr ""
#: evibes/settings/constance.py:63
msgid "Email Options"
msgstr ""
#: evibes/settings/constance.py:73
msgid "Features Options"
msgstr ""
#: evibes/settings/constance.py:82
msgid "SEO Options"
msgstr ""
#: evibes/settings/constance.py:86
msgid "Debugging Options"
msgstr ""
#: evibes/settings/drf.py:49
msgid ""
"\n"
"Welcome to the eVibes documentation.\n"
"\n"
"eVibes is a powerful e-commerce platform that allows you to launch and "
"manage an online store of any kind in just a few clicks. \n"
"\n"
"## Key Features\n"
"- **Product Catalog:** Manage product details, pricing, inventory, and "
"availability across multiple categories.\n"
"- **Order Management:** Process orders, track fulfillment, and handle "
"customer requests efficiently.\n"
"- **Authentication & Authorization:** Comprehensive user authentication with "
"JWT tokens and role-based permissions.\n"
"- **Payment Processing:** Integrate multiple payment gateways and manage "
"transactions securely.\n"
"- **Blog & Content Management:** Create and manage blog posts and marketing "
"content for your store.\n"
"- **B2B Operations:** Dedicated endpoints for business-to-business "
"transactions and wholesale management.\n"
"- **Multi-language Support:** Serve customers worldwide with full "
"internationalization (i18n) capabilities.\n"
"- **Custom Integrations:** Extensible API architecture for integrating with "
"external platforms and services.\n"
"- **Analytics & Reporting:** Generate detailed reports on sales, inventory, "
"and customer behavior.\n"
"- **Real-Time Updates:** Get live data on inventory levels, order statuses, "
"and pricing changes.\n"
"\n"
"## Available APIs\n"
"- **REST API:** Full RESTful interface (this documentation)\n"
"- **GraphQL API:** Available at `/graphql/` with GraphiQL interface for "
"interactive queries\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 <your_token>`.\n"
"- Access token lifetime is {\n"
" SIMPLE_JWT.get(\"ACCESS_TOKEN_LIFETIME\").total_seconds() // 60 if not "
"DEBUG else 3600 # type: ignore [union-attr]\n"
"} {\"minutes\" if not DEBUG else \"hours\"}.\n"
"- Refresh token lifetime is {\n"
" SIMPLE_JWT.get(\"REFRESH_TOKEN_LIFETIME\").total_seconds() // 3600 # "
"type: ignore [union-attr]\n"
"} hours.\n"
"- Refresh tokens are automatically rotated and invalidated after usage for "
"enhanced security.\n"
"\n"
"## Internationalization (i18n)\n"
"- Set the `Accept-Language` header to specify your preferred language (e.g., "
"`Accept-Language: en-US`).\n"
"- Available languages can be retrieved from the `/app/languages/` endpoint.\n"
"- All user-facing content supports multiple languages out of the box.\n"
"\n"
"## Response Formats\n"
"The API supports multiple response formats:\n"
"- **JSON** (default, camelCase formatted)\n"
"- **XML** (add `?format=xml` or set `Accept: application/xml`)\n"
"- **YAML** (add `?format=yaml` or set `Accept: application/x-yaml`)\n"
"\n"
"## Health & Monitoring\n"
"- Health checks: `/health/`\n"
"- Prometheus metrics: `/prometheus/metrics/`\n"
"\n"
"## Version\n"
"Current API version: {EVIBES_VERSION}\n"
msgstr ""
#: evibes/settings/unfold.py:53
msgid "Menu"
msgstr ""
#: evibes/settings/unfold.py:58
msgid "Dashboard"
msgstr ""
#: evibes/settings/unfold.py:63
msgid "Health"
msgstr ""
#: evibes/settings/unfold.py:68
msgid "Config"
msgstr ""
#: evibes/settings/unfold.py:73
msgid "Periodic Tasks"
msgstr ""
#: evibes/settings/unfold.py:98
msgid "Taskboard"
msgstr ""
#: evibes/settings/unfold.py:103
msgid "Support"
msgstr ""
#: evibes/settings/unfold.py:110
msgid "Quick Links"
msgstr ""
#: evibes/settings/unfold.py:115
msgid "Users"
msgstr ""
#: evibes/settings/unfold.py:120
msgid "Groups"
msgstr ""
#: evibes/settings/unfold.py:125
msgid "Orders"
msgstr ""
#: evibes/settings/unfold.py:130
msgid "Products"
msgstr ""
#: evibes/settings/unfold.py:135
msgid "Categories"
msgstr ""
#: evibes/settings/unfold.py:140
msgid "Brands"
msgstr ""
#: evibes/settings/unfold.py:145
msgid "Blogposts"
msgstr ""