Files
homarr/public/locales/en/settings/general/config-changer.json
2023-02-24 22:15:33 +01:00

87 lines
2.7 KiB
JSON

{
"configSelect": {
"label": "Config changer",
"description": "{{configCount}} configurations are available",
"loadingNew": "Loading your config...",
"pleaseWait": "Please wait until your new config is loaded!"
},
"modal": {
"copy": {
"title": "Choose the name of your new config",
"form": {
"configName": {
"label": "Config name",
"validation": {
"required": "Config name is required",
"notUnique": "Config name is already in use"
},
"placeholder": "Your new config name"
},
"submitButton": "Confirm"
},
"events": {
"configSaved": {
"title": "Config saved",
"message": "Config saved as {{configName}}"
},
"configCopied": {
"title": "Config copied",
"message": "Config copied as {{configName}}"
},
"configNotCopied": {
"title": "Unable to copy config",
"message": "Your config was not copied as {{configName}}"
}
}
},
"confirmDeletion": {
"title": "Confirm deletion of your config",
"warningText": "You are about to delete '<b>{{configName}}</b>'",
"text": "Please note that the deletion is not revertible, and your data will be lost permanently. After clicking this button, the file will be permanently deleted from your disk. Make sure to create an adequate backup of your configuration.",
"buttons": {
"confirm": "Yes, delete '<b>{{configName}}</b>'"
}
}
},
"buttons": {
"download": "Download config",
"delete": {
"text": "Delete config",
"notifications": {
"deleted": {
"title": "Config deleted",
"message": "Config deleted"
},
"deleteFailed": {
"title": "Config delete failed",
"message": "Config delete failed"
},
"deleteFailedDefaultConfig": {
"title": "The default config can't be deleted",
"message": "Configuration was not deleted from the file system"
}
}
},
"saveCopy": "Save a copy"
},
"dropzone": {
"notifications": {
"invalidConfig": {
"title": "Unable to load config",
"message": "Could not load your config. Invalid JSON format."
},
"loadedSuccessfully": {
"title": "Config {{configName}} loaded successfully"
}
},
"accept": {
"title": "Configuration Upload",
"text": "Drag files here to upload a config. Support for JSON files only."
},
"reject": {
"title": "Drag and Drop Upload rejected",
"text": "This file format is not supported. Please only upload JSON files."
}
}
}