mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 13:02:18 +01:00
10 lines
448 B
JSON
10 lines
448 B
JSON
|
|
{
|
||
|
|
"columnsCount": {
|
||
|
|
"labelPreset": "Columns in {{size}} size",
|
||
|
|
"descriptionPreset": "Number of columns when the screen is less than {{pixels}} pixels wide",
|
||
|
|
"descriptionExceedsPreset": "Number of columns when the screen size exceeds {{pixels}} pixels"
|
||
|
|
},
|
||
|
|
"unsavedChanges": "You have unsaved changes. Click the Apply changes button below to apply and save.",
|
||
|
|
"applyChanges": "Apply changes",
|
||
|
|
"defaultValues": "Default values"
|
||
|
|
}
|