jan/web-app/src/locales/en/hub.json
Dinh Long Nguyen 32a2ca95b6
feat: gguf file size + hash validation (#5266) (#6259)
* feat: gguf file size + hash validation

* fix tests fe

* update cargo tests

* handle asyn download for both models and mmproj

* move progress tracker to models

* handle file download cancelled

* add cancellation mid hash run
2025-08-21 16:17:58 +07:00

32 lines
1.3 KiB
JSON

{
"sortNewest": "Newest",
"sortMostDownloaded": "Most downloaded",
"use": "Use",
"download": "Download",
"downloaded": "Downloaded",
"loadingModels": "Loading models...",
"noModels": "No models found",
"by": "By",
"downloads": "Downloads",
"variants": "Variants",
"showVariants": "Show variants",
"useModel": "Use this model",
"downloadModel": "Download model",
"tools": "Tools",
"searchPlaceholder": "Search for models on Hugging Face...",
"joyride": {
"recommendedModelTitle": "Recommended Model",
"recommendedModelContent": "Browse and download powerful AI models from various providers, all in one place. We suggest starting with Jan-Nano - a model optimized for function calling, tool integration, and research capabilities. It's ideal for building interactive AI agents.",
"downloadInProgressTitle": "Download in Progress",
"downloadInProgressContent": "Your model is now downloading. Track progress here - once finished, it will be ready to use.",
"downloadModelTitle": "Download Model",
"downloadModelContent": "Click the Download button to begin downloading the model.",
"back": "Back",
"close": "Close",
"lastWithDownload": "Download",
"last": "Finish",
"next": "Next",
"skip": "Skip"
}
}