🌐 add crowdin translations

This commit is contained in:
Manuel
2022-08-28 16:28:17 +02:00
committed by Manuel Ruwe
parent 96d76cfd14
commit c9b33f3e48
315 changed files with 6130 additions and 380 deletions

View File

@@ -0,0 +1,11 @@
{
"descriptor": {
"name": "Календарь",
"description": "Модуль календаря для отображения предстоящих релизов. Интегрируется с Sonarr и Radarr.",
"settings": {
"sundayStart": {
"label": "Начинать неделю с воскресенья"
}
}
}
}

View File

@@ -0,0 +1,6 @@
{
"buttons": {
"play": "",
"request": ""
}
}

View File

@@ -0,0 +1,5 @@
{
"settings": {
"label": "Настройки"
}
}

View File

@@ -0,0 +1,60 @@
{
"descriptor": {
"name": "Dash.",
"description": "Модуль для отображения графиков из Dash.",
"settings": {
"cpuMultiView": {
"label": ""
},
"storageMultiView": {
"label": ""
},
"useCompactView": {
"label": ""
},
"graphs": {
"label": "",
"options": {
"cpu": "",
"ram": "",
"storage": "",
"network": "",
"gpu": ""
}
},
"url": {
"label": ""
}
}
},
"card": {
"title": "Dash.",
"errors": {
"noService": "",
"noInformation": ""
},
"graphs": {
"storage": {
"title": "",
"label": "Хранилище:"
},
"network": {
"title": "",
"label": "Сеть:",
"metrics": {
"download": "",
"upload": ""
}
},
"cpu": {
"title": ""
},
"memory": {
"title": ""
},
"gpu": {
"title": ""
}
}
}
}

View File

@@ -0,0 +1,11 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"display24HourFormat": {
"label": ""
}
}
}
}

View File

@@ -0,0 +1,6 @@
{
"descriptor": {
"name": "",
"description": ""
}
}

View File

@@ -0,0 +1,69 @@
{
"descriptor": {
"name": "",
"description": ""
},
"search": {
"placeholder": ""
},
"table": {
"header": {
"name": "",
"image": "",
"ports": "",
"state": ""
},
"body": {
"portCollapse": ""
},
"states": {
"running": "",
"created": "",
"stopped": "",
"unknown": ""
}
},
"actionBar": {
"addService": {
"title": "Добавить сервис",
"message": ""
},
"restart": {
"title": ""
},
"stop": {
"title": ""
},
"start": {
"title": ""
},
"refreshData": "",
"addToHomarr": {
"title": ""
},
"remove": {
"title": ""
}
},
"messages": {
"successfullyExecuted": {
"title": "",
"message": ""
}
},
"errors": {
"integrationFailed": {
"title": "",
"message": ""
},
"unknownError": {
"title": ""
},
"oneServiceAtATime": {
"title": ""
}
},
"actionIcon": {
"tooltip": ""
}
}

View File

@@ -0,0 +1,30 @@
{
"descriptor": {
"name": "Overseerr",
"description": ""
},
"popup": {
"item": {
"buttons": {
"askFor": "",
"cancel": "",
"request": ""
},
"alerts": {
"automaticApproval": {
"title": "",
"text": ""
}
}
},
"seasonSelector": {
"caption": "",
"table": {
"header": {
"season": "",
"numberOfEpisodes": ""
}
}
}
}
}

View File

@@ -0,0 +1,11 @@
{
"descriptor": {
"name": "",
"description": ""
},
"states": {
"online": "",
"offline": "",
"loading": ""
}
}

View File

@@ -0,0 +1,9 @@
{
"descriptor": {
"name": "Поиск",
"description": "Панель для поиска в интернете, по youtube, торрентам или overseerr"
},
"input": {
"placeholder": "Искать в интернете..."
}
}

View File

@@ -0,0 +1,40 @@
{
"descriptor": {
"name": "",
"description": "",
"settings": {
"hideComplete": {
"label": ""
}
}
},
"card": {
"table": {
"header": {
"name": "",
"size": "",
"download": "",
"upload": "",
"estimatedTimeOfArrival": "",
"progress": ""
},
"body": {
"nothingFound": ""
}
},
"lineChart": {
"title": "",
"download": "",
"upload": "",
"timeSpan": "",
"totalDownload": "",
"totalUpload": ""
},
"errors": {
"noDownloadClients": {
"title": "",
"text": ""
}
}
}
}

View File

@@ -0,0 +1,32 @@
{
"descriptor": {
"name": "Погода",
"description": "Узнайте текущую погоду в вашем регионе",
"settings": {
"displayInFahrenheit": {
"label": "Отображение в градусах Фаренгейта"
},
"location": {
"label": "Местоположение"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "Ясно",
"mainlyClear": "В основном ясно",
"fog": "Туман",
"drizzle": "Мелкий дождь",
"freezingDrizzle": "Изморозь",
"rain": "Дождь",
"freezingRain": "Ледяной дождь",
"snowFall": "Снегопад",
"snowGrains": "",
"rainShowers": "Ливневый дождь",
"snowShowers": "Пурга",
"thunderstorm": "Гроза",
"thunderstormWithHail": "Гроза с градом",
"unknown": ""
}
}
}