Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop

This commit is contained in:
Barış Soner Uşaklı
2025-04-22 11:24:58 -04:00
2 changed files with 21 additions and 21 deletions

View File

@@ -60,7 +60,7 @@
"connect-mongo": "5.1.0", "connect-mongo": "5.1.0",
"connect-multiparty": "2.2.0", "connect-multiparty": "2.2.0",
"connect-pg-simple": "10.0.0", "connect-pg-simple": "10.0.0",
"connect-redis": "8.0.2", "connect-redis": "8.0.3",
"cookie-parser": "1.4.7", "cookie-parser": "1.4.7",
"cron": "4.3.0", "cron": "4.3.0",
"cropperjs": "1.6.2", "cropperjs": "1.6.2",
@@ -92,7 +92,7 @@
"lru-cache": "10.4.3", "lru-cache": "10.4.3",
"mime": "3.0.0", "mime": "3.0.0",
"mkdirp": "3.0.1", "mkdirp": "3.0.1",
"mongodb": "6.15.0", "mongodb": "6.16.0",
"morgan": "1.10.0", "morgan": "1.10.0",
"mousetrap": "1.6.5", "mousetrap": "1.6.5",
"multiparty": "4.2.3", "multiparty": "4.2.3",
@@ -128,7 +128,7 @@
"rss": "1.2.2", "rss": "1.2.2",
"rtlcss": "4.3.0", "rtlcss": "4.3.0",
"sanitize-html": "2.16.0", "sanitize-html": "2.16.0",
"sass": "1.86.3", "sass": "1.87.0",
"satori": "0.12.2", "satori": "0.12.2",
"semver": "7.7.1", "semver": "7.7.1",
"serve-favicon": "2.5.0", "serve-favicon": "2.5.0",
@@ -161,7 +161,7 @@
"@commitlint/cli": "19.8.0", "@commitlint/cli": "19.8.0",
"@commitlint/config-angular": "19.8.0", "@commitlint/config-angular": "19.8.0",
"coveralls": "3.1.1", "coveralls": "3.1.1",
"@eslint/js": "9.25.0", "@eslint/js": "9.25.1",
"@stylistic/eslint-plugin-js": "4.2.0", "@stylistic/eslint-plugin-js": "4.2.0",
"eslint-config-nodebb": "1.1.3", "eslint-config-nodebb": "1.1.3",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
@@ -177,7 +177,7 @@
"smtp-server": "3.13.6" "smtp-server": "3.13.6"
}, },
"optionalDependencies": { "optionalDependencies": {
"sass-embedded": "1.86.3" "sass-embedded": "1.87.0"
}, },
"resolutions": { "resolutions": {
"*/jquery": "3.7.1" "*/jquery": "3.7.1"

View File

@@ -3,22 +3,22 @@
"create-field": "Create Field", "create-field": "Create Field",
"edit-field": "Edit Field", "edit-field": "Edit Field",
"manage-custom-fields": "Manage Custom Fields", "manage-custom-fields": "Manage Custom Fields",
"type-of-input": "Type of input", "type-of-input": "Тип ввода",
"key": "Key", "key": "Ключ",
"name": "Name", "name": "Имя",
"icon": "Icon", "icon": "Иконка",
"type": "Type", "type": "Тип",
"min-rep": "Minimum Reputation", "min-rep": "Минимальная репутация",
"input-type-text": "Input (Text)", "input-type-text": "Ввод (текст)",
"input-type-link": "Input (Link)", "input-type-link": "Ввод (ссылка)",
"input-type-number": "Input (Number)", "input-type-number": "Ввод (число)",
"input-type-date": "Input (Date)", "input-type-date": "Ввод (Дата)",
"input-type-select": "Select", "input-type-select": "Выбрать",
"input-type-select-multi": "Select Multiple", "input-type-select-multi": "Выбрать несколько",
"select-options": "Options", "select-options": "Параметры",
"select-options-help": "Add one option per line for the select element", "select-options-help": "Добавьте по одному варианту на строку для выбранного элемента",
"minimum-reputation": "Minimum reputation", "minimum-reputation": "Минимальная репутация",
"minimum-reputation-help": "If a user has less than this value they won't be able to use this field", "minimum-reputation-help": "Если у пользователя значение меньше этого, он не сможет использовать это поле.",
"delete-field-confirm-x": "Вы действительно хотите удалить пользовательское поле \"%1\"?", "delete-field-confirm-x": "Вы действительно хотите удалить пользовательское поле \"%1\"?",
"custom-fields-saved": "Пользовательские поля сохранены", "custom-fields-saved": "Пользовательские поля сохранены",
"visibility": "Видимость", "visibility": "Видимость",