mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-18 03:01:09 +01:00
⚰️ Remove unused translations files and packages
This commit is contained in:
12
package.json
12
package.json
@@ -37,7 +37,6 @@
|
||||
"@jellyfin/sdk": "^0.8.0",
|
||||
"@mantine/core": "^6.0.0",
|
||||
"@mantine/dates": "^6.0.0",
|
||||
"@mantine/dropzone": "^6.0.0",
|
||||
"@mantine/form": "^6.0.0",
|
||||
"@mantine/hooks": "^6.0.0",
|
||||
"@mantine/modals": "^6.0.0",
|
||||
@@ -47,14 +46,10 @@
|
||||
"@mantine/tiptap": "^6.0.17",
|
||||
"@nivo/core": "^0.83.0",
|
||||
"@nivo/line": "^0.83.0",
|
||||
"@react-native-async-storage/async-storage": "^1.18.1",
|
||||
"@t3-oss/env-nextjs": "^0.7.1",
|
||||
"@tabler/icons-react": "^2.20.0",
|
||||
"@tanstack/query-async-storage-persister": "^4.27.1",
|
||||
"@tanstack/query-sync-storage-persister": "^4.27.1",
|
||||
"@tanstack/react-query": "^4.2.1",
|
||||
"@tanstack/react-query-devtools": "^4.24.4",
|
||||
"@tanstack/react-query-persist-client": "^4.28.0",
|
||||
"@tiptap/extension-color": "^2.1.12",
|
||||
"@tiptap/extension-highlight": "^2.1.12",
|
||||
"@tiptap/extension-image": "^2.1.12",
|
||||
@@ -93,13 +88,9 @@
|
||||
"flag-icons": "^6.9.2",
|
||||
"framer-motion": "^10.0.0",
|
||||
"generate-password": "^1.7.0",
|
||||
"geo-tz": "^7.0.7",
|
||||
"html-entities": "^2.3.3",
|
||||
"i18next": "^22.5.1",
|
||||
"immer": "^10.0.2",
|
||||
"js-file-download": "^0.4.12",
|
||||
"moment": "^2.29.4",
|
||||
"moment-timezone": "^0.5.43",
|
||||
"next": "13.4.12",
|
||||
"next-auth": "^4.23.0",
|
||||
"next-i18next": "^14.0.0",
|
||||
@@ -111,7 +102,6 @@
|
||||
"react-simple-code-editor": "^0.13.1",
|
||||
"rss-parser": "^3.12.0",
|
||||
"sabnzbd-api": "^1.5.0",
|
||||
"sharp": "^0.32.4",
|
||||
"uuid": "^9.0.0",
|
||||
"xml-js": "^1.6.11",
|
||||
"xss": "^1.0.14",
|
||||
@@ -121,7 +111,6 @@
|
||||
"devDependencies": {
|
||||
"@next/bundle-analyzer": "^13.0.0",
|
||||
"@next/eslint-plugin-next": "^13.4.5",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
|
||||
"@types/better-sqlite3": "^7.6.5",
|
||||
@@ -151,7 +140,6 @@
|
||||
"prettier": "^3.0.0",
|
||||
"sass": "^1.56.1",
|
||||
"ts-node": "latest",
|
||||
"ts-node-esm": "^0.0.6",
|
||||
"turbo": "^1.10.12",
|
||||
"typescript": "^5.1.0",
|
||||
"video.js": "^8.0.3",
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"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,3 +0,0 @@
|
||||
{
|
||||
"label": "Language"
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"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."
|
||||
},
|
||||
"customEngine": {
|
||||
"title": "Custom search engine",
|
||||
"label": "Query URL",
|
||||
"placeholder": "Custom query URL"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": "Open search results in new tab"
|
||||
},
|
||||
"searchEnabled": {
|
||||
"label": "Search enabled"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "Position widgets on the left"
|
||||
}
|
||||
@@ -6,12 +6,6 @@ export const boardNamespaces = [
|
||||
'layout/header/actions/toggle-edit-mode',
|
||||
'layout/mobile/drawer',
|
||||
'settings/common',
|
||||
'settings/general/config-changer',
|
||||
'settings/general/edit-mode-toggle',
|
||||
'settings/general/internationalization',
|
||||
'settings/general/search-engine',
|
||||
'settings/general/theme-selector',
|
||||
'settings/general/widget-positions',
|
||||
'modules/common',
|
||||
'modules/date',
|
||||
'modules/calendar',
|
||||
|
||||
Reference in New Issue
Block a user