Skip to content

Commit 146b9f8

Browse files
authored
Merge pull request #88 from akaDuality/russianLocalization
Translate strings to Russian
2 parents d6dea1e + d47b89a commit 146b9f8

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
/* Description for the 'selected' accessibility trait */
2+
"trait.selected.description" = "Выбрано.";
3+
4+
/* Format for the description of the selected element; param0: the description of the element */
5+
"trait.selected.format" = "Выбрано: %@";
6+
7+
/* Description for the 'not enabled' accessibility trait */
8+
"trait.not_enabled.description" = "Недоступно.";
9+
10+
/* Description for the 'button' accessibility trait */
11+
"trait.button.description" = "Кнопка.";
12+
13+
/* Description for the 'tab' accessibility trait */
14+
"trait.tab.description" = "Вкладка.";
15+
16+
/* Description for the 'header' accessibility trait */
17+
"trait.header.description" = "Заголовок.";
18+
19+
/* Description for the 'link' accessibility trait */
20+
"trait.link.description" = "Ссылка.";
21+
22+
/* Description for the 'adjustable' accessibility trait */
23+
"trait.adjustable.description" = "Элемент регулировки.";
24+
25+
/* Hint describing how to use elements with the 'adjustable' accessibility trait */
26+
"trait.adjustable.hint" = "Смахните вверх или вниз одним пальцем, чтобы настроить значение.";
27+
28+
/* Format for hint describing how to use elements with the 'adjustable' accessibility trait; param0: the existing hint */
29+
"trait.adjustable.hint_format" = "%@. Смахните вверх или вниз одним пальцем, чтобы настроить значение.";
30+
31+
/* Description for the 'image' accessibility trait */
32+
"trait.image.description" = "Изображение.";
33+
34+
/* Description for the 'search field' accessibility trait */
35+
"trait.search_field.description" = "Поле поиска.";
36+
37+
/* Description for the 'switch button' accessibility trait, when the switch is on */
38+
"trait.switch_button.state_on.description" = "Кнопка-переключатель. Вкл.";
39+
40+
/* Description for the 'switch button' accessibility trait, when the switch is off */
41+
"trait.switch_button.state_off.description" = "Кнопка-переключатель. Выкл.";
42+
43+
/* Description for the 'switch button' accessibility trait, when the state of the switch cannot be determined */
44+
"trait.switch_button.state_unspecified.description" = "Кнопка-переключатель.";
45+
46+
/* Hint describing how to use elements with the 'switch button' accessibility trait */
47+
"trait.switch_button.hint" = "Коснитесь дважды, чтобы переключить настройку.";
48+
49+
/* Format for hint describing how to use elements with the 'switch button' accessibility trait; param0: the existing hint */
50+
"trait.switch_button.hint_format" = "%@. Коснитесь дважды, чтобы переключить настройку.";
51+
52+
/* Format for the description of an element in a series; param0: the description of the element, param1: the index of the element in the series, param2: the number of elements in the series */
53+
"context.series.description_format" = "%1$@ %2$@ из %3$@.";
54+
55+
/* Format for the description of the height of a cell in a table; param0: the number of rows the cell spans */
56+
"context.data_table.row_span_format" = "Охватывает столбцов: %@.";
57+
58+
/* Format for the description of the width of a cell in a table; param0: the number of columns the cell spans */
59+
"context.data_table.column_span_format" = "Охватывает строк: %@.";
60+
61+
/* Format for the description of the vertical location of a cell in a table; param0: the row in which the cell resides */
62+
"context.data_table.row_format" = "Ряд %@.";
63+
64+
/* Format for the description of the horizontal location of a cell in a table; param0: the column in which the cell resides */
65+
"context.data_table.column_format" = "Столбец %@.";
66+
67+
/* Description of the first element in a list */
68+
"context.list_start.description" = "Начало списка.";
69+
70+
/* Description of the last element in a list */
71+
"context.list_end.description" = "Конец списка.";
72+
73+
/* Description of the first element in a landmark container */
74+
"context.landmark_start.description" = "Ориентир.";
75+
76+
/* Description of the last element in a landmark container */
77+
"context.landmark_end.description" = "Конец строки.";
78+
79+
/* Description for an accessibility element indicating that it has custom actions available */
80+
"custom_actions.description" = "Доступны действия";

0 commit comments

Comments
 (0)