-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
84 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"name": "Русский", | ||
"nativeName": "Русский", | ||
"card": { | ||
"phase": { | ||
"firstQuarterMoon": "Первая четверть", | ||
"fullMoon": "Полнолуние", | ||
"thirdQuarterMoon": "Последняя четверть", | ||
"newMoon": "Новолуние", | ||
"waxingCrescentMoon": "Растущий полумесяц", | ||
"waxingGibbousMoon": "Растущая луна", | ||
"waningCrescentMoon": "Убывающий полумесяц", | ||
"waningGibbousMoon": "Убывающая луна" | ||
}, | ||
"illumination": "Освещенность", | ||
"illuminated": "Освещено", | ||
"moonRise": "Восход Луны", | ||
"moonSet": "Закат Луны", | ||
"moonHigh": "Луна наивысшая", | ||
"moonAge": "Возраст Луны", | ||
"distance": "Расстояние", | ||
"azimuth": "Азимут", | ||
"altitude": "Высота", | ||
"fullMoon": "Полнолуние", | ||
"newMoon": "Новолуние", | ||
"relativeTime": { | ||
"days": "дней", | ||
"justNow": "только что", | ||
"minutesAgo": "{0} минут назад", | ||
"hoursAgo": "{0} часов назад", | ||
"inMinutes": "через {0} минут", | ||
"inHours": "через {0} часов" | ||
} | ||
}, | ||
"editor": { | ||
"viewConfig": { | ||
"title": "Язык и режим отображения", | ||
"description": "Настройка языка и фона" | ||
}, | ||
"baseConfig": { | ||
"title": "Широта и долгота", | ||
"description": "Настройка широты и долготы" | ||
}, | ||
"optionsConfig": { | ||
"useDefault": "Cистемная", | ||
"useEntity": "Entity", | ||
"useCustom": "Ручная" | ||
}, | ||
"fontOptions": { | ||
"title": "Настройка шрифтов", | ||
"description": "Настройка размера и цвета шрифта", | ||
"hideLabel": "Скрыть метку", | ||
"headerFontConfig": { | ||
"title": "Шрифт заголовка", | ||
"description": "Настройка шрифта заголовка" | ||
}, | ||
"labelFontConfig": { | ||
"title": "Шрифт метки", | ||
"description": "Настройка шрифта метки" | ||
}, | ||
"headerFontSize": "Размер текста", | ||
"headerFontColor": "Цвет текста", | ||
"headerFontStyle": "Стиль", | ||
"labelFontSize": "Размер текста", | ||
"labelFontColor": "Цвет текста", | ||
"labelFontStyle": "Стиль", | ||
"valueFontSize": "Размер текста" | ||
}, | ||
"compactView": "Компактный вид", | ||
"showBackground": "Показать фон", | ||
"timeFormat": "12-часовой формат времени", | ||
"placeHolder": { | ||
"latitude": "Введите широту", | ||
"longitude": "Введите долготу", | ||
"customBackground": "URL или путь к изображению", | ||
"language": "Выберите язык" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,6 @@ | |
"fr.json", | ||
"id.json", | ||
"pt.json", | ||
"sk.json" | ||
"sk.json", | ||
"ru.json" | ||
] |