🌐 New Crowdin updates (#659)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"colors": "Цвет",
|
||||
"suffix": "{{color}} цвет"
|
||||
}
|
||||
21
public/locales/ru/settings/customization/general.json
Normal file
21
public/locales/ru/settings/customization/general.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"text": "",
|
||||
"accordeon": {
|
||||
"layout": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"gridstack": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"pageMetadata": {
|
||||
"name": "Метаданные страницы",
|
||||
"description": ""
|
||||
},
|
||||
"appereance": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
10
public/locales/ru/settings/customization/gridstack.json
Normal file
10
public/locales/ru/settings/customization/gridstack.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"columnsCount": {
|
||||
"labelPreset": "",
|
||||
"descriptionPreset": "",
|
||||
"descriptionExceedsPreset": ""
|
||||
},
|
||||
"unsavedChanges": "",
|
||||
"applyChanges": "",
|
||||
"defaultValues": ""
|
||||
}
|
||||
@@ -1,22 +1,28 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Название страницы"
|
||||
"label": "Название страницы",
|
||||
"description": "Заголовок панели в левом верхнем углу"
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "Мета-заголовок"
|
||||
"label": "Мета-заголовок",
|
||||
"description": "Заголовок, отображаемый в качестве имени вашей вкладки"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Логотип"
|
||||
"label": "Логотип",
|
||||
"description": "Логотип панели в левом верхнем углу"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Иконка"
|
||||
"label": "Иконка",
|
||||
"description": "Иконка, отображаемая во вкладке перед названием страницы"
|
||||
},
|
||||
"background": {
|
||||
"label": "Фон"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Пользовательский CSS",
|
||||
"placeholder": "Пользовательский CSS будет применяться в последнюю очередь"
|
||||
"description": "",
|
||||
"placeholder": "Пользовательский CSS будет применяться в последнюю очередь",
|
||||
"applying": ""
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Подтвердить"
|
||||
|
||||
Reference in New Issue
Block a user