mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge pull request #577 from MrDowntempo/feature/boomer-clock
Added option for an analog style clock on the calendar screen.
This commit is contained in:
@@ -630,6 +630,10 @@
|
||||
"show-events": {
|
||||
"label": "Kalenderereignisse anzeigen",
|
||||
"description": "Ereignisse im Kalender-Panel anzeigen."
|
||||
},
|
||||
"use-analog": {
|
||||
"description": "Eine Analoguhr auf dem Kalenderbildschirm anzeigen.",
|
||||
"label": "Analoge Uhr verwenden"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -630,6 +630,10 @@
|
||||
"show-events": {
|
||||
"label": "Show calendar events",
|
||||
"description": "Display events in the calendar panel."
|
||||
},
|
||||
"use-analog": {
|
||||
"label": "Use analog style clock",
|
||||
"description": "Show an analog style clock on the calendar screen."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -630,6 +630,10 @@
|
||||
"show-events": {
|
||||
"label": "Mostrar eventos del calendario",
|
||||
"description": "Mostrar eventos en el panel del calendario."
|
||||
},
|
||||
"use-analog": {
|
||||
"description": "Mostrar un reloj de estilo analógico en la pantalla del calendario.",
|
||||
"label": "Usar reloj de estilo analógico"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -630,6 +630,10 @@
|
||||
"show-events": {
|
||||
"label": "Afficher les événements du calendrier",
|
||||
"description": "Afficher les événements dans le panneau du calendrier."
|
||||
},
|
||||
"use-analog": {
|
||||
"description": "Afficher une horloge de style analogique sur l'écran du calendrier.",
|
||||
"label": "Utiliser une horloge de style analogique."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -592,6 +592,10 @@
|
||||
"show-events": {
|
||||
"label": "Mostrar eventos do calendário",
|
||||
"description": "Exibir eventos no painel do calendário."
|
||||
},
|
||||
"use-analog": {
|
||||
"description": "Mostrar um relógio estilo analógico na tela do calendário.",
|
||||
"label": "Use um relógio de estilo analógico."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -630,6 +630,10 @@
|
||||
"show-events": {
|
||||
"label": "显示日历事件",
|
||||
"description": "在日历面板中显示事件。"
|
||||
},
|
||||
"use-analog": {
|
||||
"description": "在日历屏幕上显示一个模拟时钟。",
|
||||
"label": "使用模拟时钟样式"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user