mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
chore(book_properties): add translations
This commit is contained in:
@@ -1942,5 +1942,9 @@
|
|||||||
"table_view": {
|
"table_view": {
|
||||||
"new-row": "New row",
|
"new-row": "New row",
|
||||||
"new-column": "New column"
|
"new-column": "New column"
|
||||||
|
},
|
||||||
|
"book_properties_config": {
|
||||||
|
"hide-weekends": "Hide weekends",
|
||||||
|
"display-week-numbers": "Display week numbers"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,12 +33,12 @@ export const bookPropertiesConfig: Record<ViewTypeOptions, BookConfig> = {
|
|||||||
calendar: {
|
calendar: {
|
||||||
properties: [
|
properties: [
|
||||||
{
|
{
|
||||||
label: "Hide weekends",
|
label: t("book_properties_config.hide-weekends"),
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
bindToLabel: "calendar:hideWeekends"
|
bindToLabel: "calendar:hideWeekends"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Show week numbers",
|
label: t("book_properties_config.display-week-numbers"),
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
bindToLabel: "calendar:weekNumbers"
|
bindToLabel: "calendar:weekNumbers"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user