summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/privacy-indicator/i18n
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-07-31 14:03:07 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-07-31 14:03:07 +0700
commit4835f660f9435fa64336daaaae1ea3cab1dfbee6 (patch)
tree45524b7f7cdb6009fa85558cea44678b2b563a43 /noctalia/.config/plugins/privacy-indicator/i18n
parent59226408d8bc950d7ec8c21623f28b5f7de8fce0 (diff)
mouse
Diffstat (limited to 'noctalia/.config/plugins/privacy-indicator/i18n')
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/de.json58
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/en.json58
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/es.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/fr.json58
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/hu.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/it.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/ja.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/ko.json58
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/ku.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/nl.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/pl.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/pt.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/ru.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/tr.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/uk-UA.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/vi.json54
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/zh-CN.json46
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/zh-TW.json46
18 files changed, 0 insertions, 884 deletions
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/de.json b/noctalia/.config/plugins/privacy-indicator/i18n/de.json
deleted file mode 100644
index 5817042..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/de.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "menu": {
- "settings": "Widget Einstellungen"
- },
- "settings": {
- "activeColor": {
- "desc": "Farbe der Symbole, wenn sie aktiv sind.",
- "label": "Aktive Farbsymbol"
- },
- "hideInactive": {
- "desc": "Mikrofon-, Kamera- und Bildschirmsymbole ausblenden, wenn sie inaktiv sind.",
- "label": "Inaktive Zustände ausblenden"
- },
- "enableToast": {
- "desc": "Zeige Toast Mitteilungen an, wenn sich einer der Zustände ändert.",
- "label": "Aktiviere Toast Mitteilungen"
- },
- "inactiveColor": {
- "desc": "Farbe der Symbole, wenn sie inaktiv sind.",
- "label": "Inaktive Farbsymbol"
- },
- "iconSpacing": {
- "desc": "Den Abstand zwischen den Symbolen festlegen.",
- "label": "Symbolabstand"
- },
- "removeMargins": {
- "desc": "Alle äußeren Ränder des Widgets entfernen.",
- "label": "Ränder entfernen"
- },
- "micFilterRegex": {
- "desc": "Regex Muster zum Herausfiltern von Mikrofon-Apps. Entsprechende Apps werden vollständig von der Erkennung ausgeschlossen.",
- "label": "Regex für Mikrofonfilter"
- },
- "camFilterRegex": {
- "desc": "Regex-Muster zum Herausfiltern von Kamera-Apps. Entsprechende Apps werden vollständig von der Erkennung ausgeschlossen.",
- "label": "Regex für Kamerafilter"
- }
- },
- "tooltip": {
- "cam-on": "Kamera: {apps}",
- "mic-on": "Mikrofon: {apps}",
- "screen-on": "Bildschirmfreigabe: {apps}"
- },
- "toast": {
- "cam-on": "Kamera ist aktiv",
- "mic-on": "Mikrofon ist aktiv",
- "screen-on": "Bildschirmfreigabe ist aktiv"
- },
- "history": {
- "title": "Zugriffsverlauf",
- "empty": "Kein kürzlicher Zugriff",
- "clear": "Leeren",
- "action": {
- "started": "Gestartet",
- "stopped": "Beendet"
- }
- }
-}
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/en.json b/noctalia/.config/plugins/privacy-indicator/i18n/en.json
deleted file mode 100644
index fa65418..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/en.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "menu": {
- "settings": "Widget settings"
- },
- "settings": {
- "activeColor": {
- "desc": "Color of the icons when active.",
- "label": "Active icon color"
- },
- "hideInactive": {
- "desc": "Hide microphone, camera, and screen icons when there are inactive.",
- "label": "Hide inactive states"
- },
- "enableToast": {
- "desc": "Show toast messages when one of the states changes.",
- "label": "Enable toast notifications"
- },
- "inactiveColor": {
- "desc": "Color of the icons when inactive.",
- "label": "Inactive icon color"
- },
- "iconSpacing": {
- "desc": "Set the spacing between the icons.",
- "label": "Icon spacing"
- },
- "removeMargins": {
- "desc": "Remove all outer margins of the widget.",
- "label": "Remove margins"
- },
- "micFilterRegex": {
- "desc": "Regex pattern to filter out microphone applications. Matching apps are completely excluded from detection.",
- "label": "Microphone filter regex"
- },
- "camFilterRegex": {
- "desc": "Regex pattern to filter out camera applications. Matching apps are completely excluded from detection.",
- "label": "Camera filter regex"
- }
- },
- "tooltip": {
- "cam-on": "Camera: {apps}",
- "mic-on": "Microphone: {apps}",
- "screen-on": "Screen sharing: {apps}"
- },
- "toast": {
- "cam-on": "Camera is active",
- "mic-on": "Microphone is active",
- "screen-on": "Screen sharing is active"
- },
- "history": {
- "title": "Access History",
- "empty": "No recent access",
- "clear": "Clear",
- "action": {
- "started": "Started",
- "stopped": "Stopped"
- }
- }
-}
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/es.json b/noctalia/.config/plugins/privacy-indicator/i18n/es.json
deleted file mode 100644
index 93a48a7..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/es.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "settings": {
- "hideInactive": {
- "desc": "Ocultar los iconos de micrófono, cámara y pantalla cuando estén inactivos.",
- "label": "Ocultar estados inactivos"
- },
- "iconSpacing": {
- "desc": "Configurar el espacio entre los iconos.",
- "label": "Espaciado de iconos"
- },
- "removeMargins": {
- "desc": "Quita todos los márgenes externos del widget.",
- "label": "Quitar márgenes"
- },
- "activeColor": {
- "desc": "Color de los iconos cuando están activos.",
- "label": "Color de icono activo"
- },
- "inactiveColor": {
- "desc": "Color de los iconos cuando están inactivos.",
- "label": "Color de icono inactivo"
- }
- },
- "tooltip": {
- "cam-on": "Cámara: {apps}",
- "mic-on": "Micrófono: {apps}",
- "screen-on": "Compartir pantalla: {apps}"
- },
- "toast": {
- "cam-on": "La cámara está activa",
- "mic-on": "El micrófono está activo",
- "screen-on": "Compartir pantalla está activo"
- },
- "menu": {
- "settings": "Configuración del widget"
- },
- "history": {
- "title": "Historial de acceso",
- "empty": "Sin accesos recientes",
- "clear": "Borrar",
- "action": {
- "started": "Iniciado",
- "stopped": "Detenido"
- }
- }
-} \ No newline at end of file
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/fr.json b/noctalia/.config/plugins/privacy-indicator/i18n/fr.json
deleted file mode 100644
index 814c07d..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/fr.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "menu": {
- "settings": "Paramètres du widget"
- },
- "settings": {
- "activeColor": {
- "desc": "Couleur des icônes lorsqu'elles sont actives.",
- "label": "Couleur d'icône active"
- },
- "hideInactive": {
- "desc": "Masquer les icônes du micro, de la caméra et de l’écran lorsqu’ils sont inactifs.",
- "label": "Masquer les états inactifs"
- },
- "enableToast": {
- "desc": "Afficher des messages toast lorsque l'un des états change.",
- "label": "Activer les notifications toast"
- },
- "inactiveColor": {
- "desc": "Couleur des icônes lorsqu'elles sont inactives.",
- "label": "Couleur d'icône inactive"
- },
- "iconSpacing": {
- "desc": "Définir l’espacement entre les icônes.",
- "label": "Espacement des icônes"
- },
- "removeMargins": {
- "desc": "Supprime toutes les marges extérieures du widget.",
- "label": "Supprimer les marges"
- },
- "micFilterRegex": {
- "desc": "Motif Regex pour filtrer les applications de microphone. Les applications correspondantes sont complètement exclues de la détection.",
- "label": "Regex de filtrage du microphone"
- },
- "camFilterRegex": {
- "desc": "Motif Regex pour filtrer les applications de caméra. Les applications correspondantes sont complètement exclues de la détection.",
- "label": "Regex de filtrage de la caméra"
- }
- },
- "tooltip": {
- "cam-on": "Caméra: {apps}",
- "mic-on": "Microphone: {apps}",
- "screen-on": "Partage d'écran: {apps}"
- },
- "toast": {
- "cam-on": "La caméra est active",
- "mic-on": "Le microphone est actif",
- "screen-on": "Le partage d'écran est actif"
- },
- "history": {
- "title": "Historique d'accès",
- "empty": "Aucun accès récent",
- "clear": "Effacer",
- "action": {
- "started": "Démarré",
- "stopped": "Arrêté"
- }
- }
-}
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/hu.json b/noctalia/.config/plugins/privacy-indicator/i18n/hu.json
deleted file mode 100644
index 4a7ba8c..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/hu.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "settings": {
- "hideInactive": {
- "desc": "Mikrofon, kamera és képernyő ikonok elrejtése, ha éppen nincsenek használatban.",
- "label": "Inaktív állapotok elrejtése"
- },
- "iconSpacing": {
- "desc": "Állítsa be az ikonok közötti távolságot.",
- "label": "Ikon távolság"
- },
- "removeMargins": {
- "desc": "Távolítsd el a widget összes külső margóját.",
- "label": "Margók eltávolítása"
- },
- "activeColor": {
- "desc": "Az ikonok színe, amikor aktívak.",
- "label": "Aktív ikon színe"
- },
- "inactiveColor": {
- "desc": "Az ikonok színe, amikor inaktívak.",
- "label": "Inaktív ikon színe"
- }
- },
- "tooltip": {
- "cam-on": "Kamera: {apps}",
- "mic-on": "Mikrofon: {apps}",
- "screen-on": "Képernyőmegosztás: {apps}"
- },
- "toast": {
- "cam-on": "A kamera aktív",
- "mic-on": "A mikrofon aktív",
- "screen-on": "Képernyőmegosztás aktív"
- },
- "menu": {
- "settings": "Widget beállítások"
- },
- "history": {
- "title": "Hozzáférési előzmények",
- "empty": "Nincs nemrégiben történt hozzáférés",
- "clear": "Törlés",
- "action": {
- "started": "Elindítva",
- "stopped": "Leállítva"
- }
- }
-} \ No newline at end of file
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/it.json b/noctalia/.config/plugins/privacy-indicator/i18n/it.json
deleted file mode 100644
index d0eee79..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/it.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "settings": {
- "hideInactive": {
- "desc": "Nascondi le icone di microfono, fotocamera e schermo quando sono inattive.",
- "label": "Nascondi stati inattivi"
- },
- "iconSpacing": {
- "desc": "Imposta la distanza tra le icone.",
- "label": "Spaziatura delle icone"
- },
- "removeMargins": {
- "desc": "Rimuove tutti i margini esterni del widget.",
- "label": "Rimuovi margini"
- },
- "activeColor": {
- "desc": "Colore delle icone quando sono attive.",
- "label": "Colore icona attiva"
- },
- "inactiveColor": {
- "desc": "Colore delle icone quando sono inattive.",
- "label": "Colore icona inattiva"
- }
- },
- "tooltip": {
- "cam-on": "Kamera: {apps}",
- "mic-on": "Mikrofonoa: {apps}",
- "screen-on": "Ekran-partaĝado: {apps}"
- },
- "toast": {
- "cam-on": "La fotocamera è attiva",
- "mic-on": "Il microfono è attivo",
- "screen-on": "La condivisione dello schermo è attiva"
- },
- "menu": {
- "settings": "Impostazioni widget"
- },
- "history": {
- "title": "Cronologia accessi",
- "empty": "Nessun accesso recente",
- "clear": "Pulisci",
- "action": {
- "started": "Iniziato",
- "stopped": "Terminato"
- }
- }
-} \ No newline at end of file
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/ja.json b/noctalia/.config/plugins/privacy-indicator/i18n/ja.json
deleted file mode 100644
index ba61aeb..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/ja.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "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
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/ko.json b/noctalia/.config/plugins/privacy-indicator/i18n/ko.json
deleted file mode 100644
index e104202..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/ko.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "menu": {
- "settings": "위젯 설정"
- },
- "settings": {
- "activeColor": {
- "desc": "활성 상태일 때 아이콘에 적용되는 색상입니다.",
- "label": "활성 아이콘 색상"
- },
- "hideInactive": {
- "desc": "비활성화된 상태의 마이크, 카메라, 화면 아이콘을 숨깁니다.",
- "label": "비활성 상태 숨기기"
- },
- "enableToast": {
- "desc": "상태가 변경될 때 토스트 알림을 표시합니다.",
- "label": "토스트 알림 활성화"
- },
- "inactiveColor": {
- "desc": "비활성 상태일 때 아이콘에 적용되는 색상입니다.",
- "label": "비활성 아이콘 색상"
- },
- "iconSpacing": {
- "desc": "아이콘 사이의 간격을 설정합니다.",
- "label": "아이콘 간격"
- },
- "removeMargins": {
- "desc": "위젯의 모든 외곽 여백을 제거합니다.",
- "label": "여백 제거"
- },
- "micFilterRegex": {
- "desc": "마이크를 사용하는 애플리케이션을 필터링하기 위한 정규식을 지정합니다. 일치하는 애플리케이션은 상태 감지에서 완전히 제외됩니다.",
- "label": "마이크 필터 정규식"
- },
- "camFilterRegex": {
- "desc": "카메라를 사용하는 애플리케이션을 필터링하기 위한 정규식을 지정합니다. 일치하는 애플리케이션은 상태 감지에서 완전히 제외됩니다.",
- "label": "카메라 필터 정규식"
- }
- },
- "tooltip": {
- "cam-on": "카메라: {apps}",
- "mic-on": "마이크: {apps}",
- "screen-on": "화면 공유: {apps}"
- },
- "toast": {
- "cam-on": "카메라가 활성화되었습니다.",
- "mic-on": "마이크가 활성화되었습니다.",
- "screen-on": "화면 공유가 활성화되었습니다."
- },
- "history": {
- "title": "접근 기록",
- "empty": "최근에 접근한 기록 없음",
- "clear": "비우기",
- "action": {
- "started": "시작됨",
- "stopped": "정지됨"
- }
- }
-}
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/ku.json b/noctalia/.config/plugins/privacy-indicator/i18n/ku.json
deleted file mode 100644
index 6a58f84..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/ku.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "settings": {
- "hideInactive": {
- "desc": "Îkonên mîkrofon, kamera û ekranê dema ku neçalak bin veşêre.",
- "label": "Rewşa neçalak veşêre"
- },
- "iconSpacing": {
- "desc": "Cihê di navbera îkonan de diyar bike.",
- "label": "Dûrahiya îkonan"
- },
- "removeMargins": {
- "desc": "Hemû marjînalên derveyî yên widgetê rake.",
- "label": "Derdestên derxînin"
- },
- "activeColor": {
- "desc": "Color of the icons when active.",
- "label": "Active icon color"
- },
- "inactiveColor": {
- "desc": "Color of the icons when inactive.",
- "label": "Inactive icon color"
- }
- },
- "tooltip": {
- "cam-on": "Kamera: {apps}",
- "mic-on": "Mîkrofon: {apps}",
- "screen-on": "Parvekirina ekranê: {apps}"
- },
- "toast": {
- "cam-on": "Kamera çalak e",
- "mic-on": "Mîkrofon çalak e",
- "screen-on": "Parvekirina ekranê çalak e"
- },
- "menu": {
- "settings": "Widget settings"
- },
- "history": {
- "title": "Access History",
- "empty": "No recent access",
- "clear": "Clear",
- "action": {
- "started": "Started",
- "stopped": "Stopped"
- }
- }
-} \ No newline at end of file
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/nl.json b/noctalia/.config/plugins/privacy-indicator/i18n/nl.json
deleted file mode 100644
index d0b031d..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/nl.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "settings": {
- "hideInactive": {
- "desc": "Verberg de pictogrammen voor microfoon, camera en scherm wanneer ze inactief zijn.",
- "label": "Inactieve status verbergen"
- },
- "iconSpacing": {
- "desc": "Stel de afstand tussen de pictogrammen in.",
- "label": "Pictogramafstand"
- },
- "removeMargins": {
- "desc": "Verwijdert alle buitenste marges van de widget.",
- "label": "Marges verwijderen"
- },
- "activeColor": {
- "desc": "Kleur van de pictogrammen wanneer ze actief zijn.",
- "label": "Actieve pictogramkleur"
- },
- "inactiveColor": {
- "desc": "Kleur van de pictogrammen wanneer ze inactief zijn.",
- "label": "Inactieve pictogramkleur"
- }
- },
- "tooltip": {
- "cam-on": "Camera: {apps}",
- "mic-on": "Microfoon: {apps}",
- "screen-on": "Schermdeling: {apps}"
- },
- "toast": {
- "cam-on": "Camera is actief",
- "mic-on": "Microfoon is actief",
- "screen-on": "Scherm delen is actief"
- },
- "menu": {
- "settings": "Widget instellingen"
- },
- "history": {
- "title": "Toegangsgeschiedenis",
- "empty": "Geen recente toegang",
- "clear": "Wissen",
- "action": {
- "started": "Gestart",
- "stopped": "Gestopt"
- }
- }
-} \ No newline at end of file
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/pl.json b/noctalia/.config/plugins/privacy-indicator/i18n/pl.json
deleted file mode 100644
index 9e05d3a..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/pl.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "settings": {
- "hideInactive": {
- "desc": "Ukryj ikony mikrofonu, kamery i ekranu, gdy są nieaktywne.",
- "label": "Ukryj nieaktywne stany"
- },
- "iconSpacing": {
- "desc": "Ustaw odstęp między ikonami.",
- "label": "Odstępy ikon"
- },
- "removeMargins": {
- "desc": "Usuń wszystkie zewnętrzne marginesy widżetu.",
- "label": "Usuń marginesy"
- },
- "activeColor": {
- "desc": "Kolor ikon, gdy są aktywne.",
- "label": "Kolor aktywnej ikony"
- },
- "inactiveColor": {
- "desc": "Kolor ikon, gdy są nieaktywne.",
- "label": "Kolor nieaktywnej ikony"
- }
- },
- "tooltip": {
- "cam-on": "Kamera: {apps}",
- "mic-on": "Mikrofon: {apps}",
- "screen-on": "Udostępnianie ekranu: {apps}"
- },
- "toast": {
- "cam-on": "Kamera jest aktywna",
- "mic-on": "Mikrofon jest aktywny",
- "screen-on": "Udostępnianie ekranu jest aktywne"
- },
- "menu": {
- "settings": "Ustawienia widżetu"
- },
- "history": {
- "title": "Historia dostępu",
- "empty": "Brak ostatnich dostępów",
- "clear": "Wyczyść",
- "action": {
- "started": "Rozpoczęto",
- "stopped": "Zatrzymano"
- }
- }
-} \ No newline at end of file
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/pt.json b/noctalia/.config/plugins/privacy-indicator/i18n/pt.json
deleted file mode 100644
index 068a528..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/pt.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "settings": {
- "hideInactive": {
- "desc": "Oculta os ícones de microfone, câmera e tela quando estiverem inativos.",
- "label": "Ocultar estados inativos"
- },
- "iconSpacing": {
- "desc": "Define o espaçamento entre os ícones.",
- "label": "Espaçamento dos ícones"
- },
- "removeMargins": {
- "desc": "Remove todas as margens externas do widget.",
- "label": "Remover margens"
- },
- "activeColor": {
- "desc": "Cor dos ícones quando ativos.",
- "label": "Cor do ícone ativo"
- },
- "inactiveColor": {
- "desc": "Cor dos ícones quando inativos.",
- "label": "Cor do ícone inativo"
- }
- },
- "tooltip": {
- "cam-on": "Câmera: {apps}",
- "mic-on": "Microfone: {apps}",
- "screen-on": "Compartilhamento de tela: {apps}"
- },
- "toast": {
- "cam-on": "A câmera está ativa",
- "mic-on": "O microfone está ativo",
- "screen-on": "O compartilhamento de tela está ativo"
- },
- "menu": {
- "settings": "Configurações do widget"
- },
- "history": {
- "title": "Histórico de acesso",
- "empty": "Sem acessos recentes",
- "clear": "Limpar",
- "action": {
- "started": "Iniciado",
- "stopped": "Interrompido"
- }
- }
-} \ No newline at end of file
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/ru.json b/noctalia/.config/plugins/privacy-indicator/i18n/ru.json
deleted file mode 100644
index 152e7d8..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/ru.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "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
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/tr.json b/noctalia/.config/plugins/privacy-indicator/i18n/tr.json
deleted file mode 100644
index 016f1be..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/tr.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "settings": {
- "hideInactive": {
- "desc": "Mikrofon, kamera ve ekran simgelerini pasif olduklarında gizle.",
- "label": "Pasif durumları gizle"
- },
- "iconSpacing": {
- "desc": "Simgeler arasındaki boşluğu ayarla.",
- "label": "Simge aralığı"
- },
- "removeMargins": {
- "desc": "Widget’ın tüm dış kenar boşluklarını kaldırır.",
- "label": "Kenarlıkları kaldır"
- },
- "activeColor": {
- "desc": "Aktif olduğunda simgelerin rengi.",
- "label": "Aktif simge rengi"
- },
- "inactiveColor": {
- "desc": "Devre dışı olduğunda simgelerin rengi.",
- "label": "Pasif simge rengi"
- }
- },
- "tooltip": {
- "cam-on": "Kamera: {apps}",
- "mic-on": "Mikrofon: {apps}",
- "screen-on": "Ekran paylaşımı: {apps}"
- },
- "toast": {
- "cam-on": "Kamera aktif",
- "mic-on": "Mikrofon aktif",
- "screen-on": "Ekran paylaşımı aktif"
- },
- "menu": {
- "settings": "Bileşen ayarları"
- },
- "history": {
- "title": "Erişim Geçmişi",
- "empty": "Yakın zamanda erişim yok",
- "clear": "Temizle",
- "action": {
- "started": "Başlatıldı",
- "stopped": "Durduruldu"
- }
- }
-} \ No newline at end of file
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/uk-UA.json b/noctalia/.config/plugins/privacy-indicator/i18n/uk-UA.json
deleted file mode 100644
index 5b872a7..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/uk-UA.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "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
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/vi.json b/noctalia/.config/plugins/privacy-indicator/i18n/vi.json
deleted file mode 100644
index 6cd6d76..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/vi.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "menu": {
- "settings": "Cài đặt tiện ích"
- },
- "settings": {
- "activeColor": {
- "desc": "Màu của biểu tượng khi đang hoạt động.",
- "label": "Màu biểu tượng khi hoạt động"
- },
- "hideInactive": {
- "desc": "Ẩn biểu tượng micro, camera và màn hình khi không hoạt động.",
- "label": "Ẩn trạng thái không hoạt động"
- },
- "enableToast": {
- "desc": "Hiển thị thông báo khi một trạng thái thay đổi.",
- "label": "Bật thông báo"
- },
- "inactiveColor": {
- "desc": "Màu của biểu tượng khi không hoạt động.",
- "label": "Màu biểu tượng khi không hoạt động"
- },
- "iconSpacing": {
- "desc": "Thiết lập khoảng cách giữa các biểu tượng.",
- "label": "Khoảng cách biểu tượng"
- },
- "removeMargins": {
- "desc": "Loại bỏ toàn bộ lề ngoài của widget.",
- "label": "Xóa lề"
- },
- "micFilterRegex": {
- "desc": "Biểu thức chính quy để lọc các ứng dụng sử dụng micro. Các ứng dụng khớp sẽ bị loại khỏi việc phát hiện.",
- "label": "Regex lọc micro"
- }
- },
- "tooltip": {
- "cam-on": "Camera: {apps}",
- "mic-on": "Micro: {apps}",
- "screen-on": "Chia sẻ màn hình: {apps}"
- },
- "toast": {
- "cam-on": "Camera đang hoạt động",
- "mic-on": "Micro đang hoạt động",
- "screen-on": "Chia sẻ màn hình đang hoạt động"
- },
- "history": {
- "title": "Lịch sử truy cập",
- "empty": "Không có truy cập gần đây",
- "clear": "Xóa",
- "action": {
- "started": "Bắt đầu",
- "stopped": "Dừng"
- }
- }
-}
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/zh-CN.json b/noctalia/.config/plugins/privacy-indicator/i18n/zh-CN.json
deleted file mode 100644
index 5665d78..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/zh-CN.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "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
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/zh-TW.json b/noctalia/.config/plugins/privacy-indicator/i18n/zh-TW.json
deleted file mode 100644
index febeadc..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/zh-TW.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "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