Commit c852b6ca authored by Sergey Shadrin's avatar Sergey Shadrin

[#124524] Локализация

-added drush_language module
-added ru.po translation file
parent 02796fcf
......@@ -35,6 +35,7 @@
"drupal/ctools": "^4.1",
"drupal/devel": "^5.2",
"drupal/dropzonejs": "^2.10",
"drupal/drush_language": "^1.0@RC",
"drupal/embed": "^1.7",
"drupal/entity_browser": "^2.10",
"drupal/entity_embed": "^1.6",
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "31748d5e481c8a5e81094d544125f6cc",
"content-hash": "a578f849f52df45b56434fa862a5c5f7",
"packages": [
{
"name": "asm89/stack-cors",
......@@ -2948,6 +2948,84 @@
"#media": "http://drupal.slack.com"
}
},
{
"name": "drupal/drush_language",
"version": "1.0.0-rc5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drush_language.git",
"reference": "8.x-1.0-rc5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drush_language-8.x-1.0-rc5.zip",
"reference": "8.x-1.0-rc5",
"shasum": "afcc77bd5db8aae298f035ad19b0ff3d73efda8f"
},
"require": {
"drupal/core": "^8.7.7 || ^9 || ^10",
"webmozart/path-util": "^2.1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-rc5",
"datestamp": "1670957302",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "anruether",
"homepage": "https://www.drupal.org/user/894458"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "gurvan",
"homepage": "https://www.drupal.org/user/852194"
},
{
"name": "heliogabal",
"homepage": "https://www.drupal.org/user/998658"
},
{
"name": "ndf",
"homepage": "https://www.drupal.org/user/599438"
},
{
"name": "the greenman",
"homepage": "https://www.drupal.org/user/19836"
},
{
"name": "xatoo",
"homepage": "https://www.drupal.org/user/103227"
}
],
"description": "Provides Drush commands for language manipulation",
"homepage": "https://www.drupal.org/project/drush_language",
"support": {
"source": "https://git.drupalcode.org/project/drush_language"
}
},
{
"name": "drupal/embed",
"version": "1.7.0",
......@@ -10173,12 +10251,122 @@
"source": "https://github.com/webflo/drupal-finder/tree/1.3.0"
},
"time": "2024-05-08T21:22:39+00:00"
},
{
"name": "webmozart/assert",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"time": "2022-06-03T18:03:27+00:00"
},
{
"name": "webmozart/path-util",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/path-util.git",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"webmozart/assert": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\PathUtil\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
"support": {
"issues": "https://github.com/webmozart/path-util/issues",
"source": "https://github.com/webmozart/path-util/tree/2.3.0"
},
"abandoned": "symfony/filesystem",
"time": "2015-12-17T08:42:14+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"drupal/drush_language": 5,
"drupal/inline_entity_form": 5,
"drupal/rabbit_hole": 10,
"drupal/seven": 15,
......
......@@ -6,6 +6,9 @@ description: Система управления контентом ДАР.
distribution:
name: ДАР CMS
following:
langcode: ru
dependencies:
- admin_toolbar
- admin_toolbar_tools
......
# Russian translation of ДАР CMS
#
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2024-06-22 18:07+0700\n"
"PO-Revision-Date: 2024-06-22 18:07+0700\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
msgid "Page title"
msgstr "Page title"
msgid "Breadcrumbs"
msgstr "Breadcrumbs"
msgid "RSS feed"
msgstr "RSS feed"
msgid "Help"
msgstr "Help"
msgid "Main navigation"
msgstr "Main navigation"
msgid "Primary tabs"
msgstr "Primary tabs"
msgid "Secondary tabs"
msgstr "Secondary tabs"
msgid "Powered by Drupal"
msgstr "Powered by Drupal"
msgid "Status messages"
msgstr "Status messages"
msgid "Main page content"
msgstr "Main page content"
msgid "Site branding"
msgstr "Site branding"
msgid "Primary admin actions"
msgstr "Primary admin actions"
msgid "User account menu"
msgstr "User account menu"
msgid "Search form (narrow)"
msgstr "Search form (narrow)"
msgid "Search form (wide)"
msgstr "Search form (wide)"
msgid "Olivero Medium"
msgstr "Olivero Medium"
msgid "Specify a relative URL to display as the front page."
msgstr ""
"Укажите относительный URL-адрес в "
"качестве главной страницы."
msgid ""
"Select the standard plugin for formatting an email before sending it. "
"This plugin implements <a href=\":interface\">@interface</a> and in "
"special the <a href=\":format\">@format</a> function."
msgstr ""
"Выберите стандартный плагин для "
"форматирования электронного письма "
"перед его отправкой. Этот плагин "
"реализует интерфейс <a "
"href=\":interface\">@interface</a> и функцию <a "
"href=\":format\">@format</a>."
msgid ""
"Select the standard plugin for sending an email after formatting it. "
"This plugin implements <a href=\":interface\">@interface</a> and in "
"special the <a href=\":mail\">@mail</a> function."
msgstr ""
"Выберите стандартный плагин для "
"отправки электронного письма после "
"его форматирования. Этот плагин "
"реализует функцию <a "
"href=\":interface\">@interface</a> и функцию <a "
"href=\":mail\">@mail</a>."
msgid ""
"Select the theme that will be used to render emails which are "
"configured for this. This can be either the current theme, the default "
"theme, the domain theme or any active theme."
msgstr ""
"Выберите тему, которая будет "
"использоваться для отображения "
"электронных писем, настроенных для "
"этого. Это может быть текущая тема, "
"тема по умолчанию, тема домена или "
"любая активная тема."
msgid ""
"The key is used to identify specific mails if the module sends more "
"than one. Leave empty to use the configuration for all mails sent by "
"the selected module."
msgstr ""
"Ключ используется для идентификации "
"конкретных писем, если модуль "
"отправляет более одного. Оставьте "
"поле пустым, чтобы использовать "
"конфигурацию для всех писем, "
"отправленных выбранным модулем."
msgid "No specific configuration yet."
msgstr "Конфигурация еще не добавлена."
# Russian translation of Drush Language Commands (8.x-1.0-rc5)
# Copyright (c) 2022 by the Russian translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Drush Language Commands (8.x-1.0-rc5)\n"
"POT-Creation-Date: 2022-12-16 20:32+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Russian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=((((n%10)==1)&&((n%100)!=11))?(0):(((((n%10)>=2)&&((n%10)<=4))&&(((n%100)<10)||((n%100)>=20)))?(1):2));\n"
msgid "Multilingual"
msgstr "Многоязычность"
......@@ -10,6 +10,8 @@ return array(
'phootwork\\lang\\' => array($vendorDir . '/phootwork/lang'),
'phootwork\\collection\\' => array($vendorDir . '/phootwork/collection'),
'cweagans\\Composer\\' => array($vendorDir . '/cweagans/composer-patches/src'),
'Webmozart\\PathUtil\\' => array($vendorDir . '/webmozart/path-util/src'),
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
'Twig\\' => array($vendorDir . '/twig/twig/src'),
'Symfony\\Polyfill\\Php83\\' => array($vendorDir . '/symfony/polyfill-php83'),
'Symfony\\Polyfill\\Php81\\' => array($vendorDir . '/symfony/polyfill-php81'),
......
......@@ -37,6 +37,11 @@ class ComposerStaticInita036fdc36fb96a0b8cd814e5fcb4ba3e
array (
'cweagans\\Composer\\' => 18,
),
'W' =>
array (
'Webmozart\\PathUtil\\' => 19,
'Webmozart\\Assert\\' => 17,
),
'T' =>
array (
'Twig\\' => 5,
......@@ -166,6 +171,14 @@ class ComposerStaticInita036fdc36fb96a0b8cd814e5fcb4ba3e
array (
0 => __DIR__ . '/..' . '/cweagans/composer-patches/src',
),
'Webmozart\\PathUtil\\' =>
array (
0 => __DIR__ . '/..' . '/webmozart/path-util/src',
),
'Webmozart\\Assert\\' =>
array (
0 => __DIR__ . '/..' . '/webmozart/assert/src',
),
'Twig\\' =>
array (
0 => __DIR__ . '/..' . '/twig/twig/src',
......
......@@ -3076,6 +3076,87 @@
},
"install-path": "../../docroot/modules/contrib/dropzonejs"
},
{
"name": "drupal/drush_language",
"version": "1.0.0-rc5",
"version_normalized": "1.0.0.0-RC5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drush_language.git",
"reference": "8.x-1.0-rc5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drush_language-8.x-1.0-rc5.zip",
"reference": "8.x-1.0-rc5",
"shasum": "afcc77bd5db8aae298f035ad19b0ff3d73efda8f"
},
"require": {
"drupal/core": "^8.7.7 || ^9 || ^10",
"webmozart/path-util": "^2.1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-rc5",
"datestamp": "1670957302",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"installation-source": "dist",
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "anruether",
"homepage": "https://www.drupal.org/user/894458"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "gurvan",
"homepage": "https://www.drupal.org/user/852194"
},
{
"name": "heliogabal",
"homepage": "https://www.drupal.org/user/998658"
},
{
"name": "ndf",
"homepage": "https://www.drupal.org/user/599438"
},
{
"name": "the greenman",
"homepage": "https://www.drupal.org/user/19836"
},
{
"name": "xatoo",
"homepage": "https://www.drupal.org/user/103227"
}
],
"description": "Provides Drush commands for language manipulation",
"homepage": "https://www.drupal.org/project/drush_language",
"support": {
"source": "https://git.drupalcode.org/project/drush_language"
},
"install-path": "../../docroot/modules/contrib/drush_language"
},
{
"name": "drupal/embed",
"version": "1.7.0",
......@@ -10603,6 +10684,121 @@
"source": "https://github.com/webflo/drupal-finder/tree/1.3.0"
},
"install-path": "../webflo/drupal-finder"
},
{
"name": "webmozart/assert",
"version": "1.11.0",
"version_normalized": "1.11.0.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"time": "2022-06-03T18:03:27+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"install-path": "../webmozart/assert"
},
{
"name": "webmozart/path-util",
"version": "2.3.0",
"version_normalized": "2.3.0.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/path-util.git",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"webmozart/assert": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"time": "2015-12-17T08:42:14+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Webmozart\\PathUtil\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
"support": {
"issues": "https://github.com/webmozart/path-util/issues",
"source": "https://github.com/webmozart/path-util/tree/2.3.0"
},
"abandoned": "symfony/filesystem",
"install-path": "../webmozart/path-util"
}
],
"dev": true,
......
......@@ -532,6 +532,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'drupal/drush_language' => array(
'pretty_version' => '1.0.0-rc5',
'version' => '1.0.0.0-RC5',
'reference' => '8.x-1.0-rc5',
'type' => 'drupal-module',
'install_path' => __DIR__ . '/../../docroot/modules/contrib/drush_language',
'aliases' => array(),
'dev_requirement' => false,
),
'drupal/embed' => array(
'pretty_version' => '1.7.0',
'version' => '1.7.0.0',
......@@ -1511,5 +1520,23 @@
'aliases' => array(),
'dev_requirement' => false,
),
'webmozart/assert' => array(
'pretty_version' => '1.11.0',
'version' => '1.11.0.0',
'reference' => '11cb2199493b2f8a3b53e7f19068fc6aac760991',
'type' => 'library',
'install_path' => __DIR__ . '/../webmozart/assert',
'aliases' => array(),
'dev_requirement' => false,
),
'webmozart/path-util' => array(
'pretty_version' => '2.3.0',
'version' => '2.3.0.0',
'reference' => 'd939f7edc24c9a1bb9c0dee5cb05d8e859490725',
'type' => 'library',
'install_path' => __DIR__ . '/../webmozart/path-util',
'aliases' => array(),
'dev_requirement' => false,
),
),
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment