🔀 Merge dev to auth branch
This commit is contained in:
24
public/locales/en/settings/general/cache-buttons.json
Normal file
24
public/locales/en/settings/general/cache-buttons.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"title": "Cache cleaning",
|
||||
"selector": {
|
||||
"label": "Select the cache(s) to clear",
|
||||
"data": {
|
||||
"ping": "Ping queries",
|
||||
"repositoryIcons": "Remote/Local icons",
|
||||
"calendar&medias": "Medias from the Calendar",
|
||||
"weather": "Weather data"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"notificationTitle": "Cache Cleared",
|
||||
"clearAll":{
|
||||
"text": "Clear all cache",
|
||||
"notificationMessage": "All cache has been cleared"
|
||||
},
|
||||
"clearSelect":{
|
||||
"text": "Clear selected queries",
|
||||
"notificationMessageSingle": "Cache for {{value}} has been cleared",
|
||||
"notificationMessageMulti": "Cache for {{values}} have been cleared"
|
||||
}
|
||||
}
|
||||
}
|
||||
22
public/locales/en/settings/general/edit-mode-toggle.json
Normal file
22
public/locales/en/settings/general/edit-mode-toggle.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"menu": {
|
||||
"toggle": "Toggle edit mode",
|
||||
"enable": "Enable edit mode",
|
||||
"disable": "Disable edit mode"
|
||||
},
|
||||
"form": {
|
||||
"label": "Edit password",
|
||||
"message": "In order to toggle edit mode, you need to enter the password you entered in the environment variable named <Code>EDIT_MODE_PASSWORD</Code> . If it is not set, you are not able to toggle edit mode on and off.",
|
||||
"submit": "Submit"
|
||||
},
|
||||
"notification": {
|
||||
"success": {
|
||||
"title": "Success",
|
||||
"message": "Successfully toggled edit mode, reloading the page..."
|
||||
},
|
||||
"error": {
|
||||
"title": "Error",
|
||||
"message": "Failed to toggle edit mode, please try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "Search engine",
|
||||
"configurationName": "Search engine configuration",
|
||||
"custom": "Custom",
|
||||
"tips": {
|
||||
"generalTip": "There are multiple prefixes you can use! Adding these in front of your query will filter the results. !s (Web), !t (Torrents), !y (YouTube), and !m (Media).",
|
||||
"placeholderTip": "%s can be used as a placeholder for the query."
|
||||
|
||||
Reference in New Issue
Block a user