summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/privacy-indicator/i18n/ru.json
diff options
context:
space:
mode:
Diffstat (limited to 'noctalia/.config/plugins/privacy-indicator/i18n/ru.json')
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/ru.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/ru.json b/noctalia/.config/plugins/privacy-indicator/i18n/ru.json
new file mode 100644
index 0000000..152e7d8
--- /dev/null
+++ b/noctalia/.config/plugins/privacy-indicator/i18n/ru.json
@@ -0,0 +1,46 @@
+{
+ "settings": {
+ "hideInactive": {
+ "desc": "Скрывать значки микрофона, камеры и экрана, когда они неактивны.",
+ "label": "Скрывать неактивные состояния"
+ },
+ "iconSpacing": {
+ "desc": "Задать расстояние между значками.",
+ "label": "Интервал между значками"
+ },
+ "removeMargins": {
+ "desc": "Удаляет все внешние отступы виджета.",
+ "label": "Убрать отступы"
+ },
+ "activeColor": {
+ "desc": "Цвет иконок при активации.",
+ "label": "Цвет активной иконки"
+ },
+ "inactiveColor": {
+ "desc": "Цвет иконок в спокойном состоянии.",
+ "label": "Цвет неактивной иконки"
+ }
+ },
+ "tooltip": {
+ "cam-on": "Камера: {apps}",
+ "mic-on": "Микрофон: {apps}",
+ "screen-on": "Демонстрация экрана: {apps}"
+ },
+ "toast": {
+ "cam-on": "Камера активна",
+ "mic-on": "Микрофон активен",
+ "screen-on": "Демонстрация экрана активна"
+ },
+ "menu": {
+ "settings": "Настройки виджета"
+ },
+ "history": {
+ "title": "История доступа",
+ "empty": "Нет недавних доступов",
+ "clear": "Очистить",
+ "action": {
+ "started": "Начато",
+ "stopped": "Остановлено"
+ }
+ }
+} \ No newline at end of file