Skip to content

Commit ed05248

Browse files
authored
fix(i18n): add missing RU translations for "scatter_chart" (#2503)
1 parent 871cd8e commit ed05248

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

i18n/locales/ru-RU.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,17 @@
12361236
"packages_selected": "Выбрано пакетов: {count}/{max}.",
12371237
"add_hint": "Добавьте как минимум 2 пакета для сравнения."
12381238
},
1239+
"scatter_chart": {
1240+
"title": "Сравнить {x} с {y}",
1241+
"freshness_score": "Оценка свежести",
1242+
"copy_alt": {
1243+
"analysis": "{package} : {x_name} ({x_value}) и {y_name} ({y_value})",
1244+
"description": "Точечная диаграмма, сопоставляющая {x_name} с {y_name} для пакетов {packages}. {analysis}. {watermark}"
1245+
},
1246+
"filename": "{x}-vs-{y}-точечный-график",
1247+
"x_axis": "Ось X ↦",
1248+
"y_axis": "Ось Y ↥"
1249+
},
12391250
"no_dependency": {
12401251
"label": "(Без зависимости)",
12411252
"typeahead_title": "Что бы сделал Джеймс?",

0 commit comments

Comments
 (0)