Files
lobe-chat/locales/en_US/error.json
T

52 lines
4.0 KiB
JSON
Raw Normal View History

{
2023-08-29 21:25:19 +08:00
"pluginSettings": {
"desc": "Complete the following configuration to start using this plugin",
2023-10-28 13:54:55 +08:00
"title": "{{name}} Plugin Settings"
2023-08-29 21:25:19 +08:00
},
"response": {
"400": "Sorry, the server does not understand your request. Please make sure your request parameters are correct.",
"401": "Sorry, the server has rejected your request, possibly due to insufficient permissions or invalid authentication.",
"403": "Sorry, the server has rejected your request. You do not have permission to access this content.",
"404": "Sorry, the server cannot find the page or resource you requested. Please make sure your URL is correct.",
2023-08-11 23:49:07 +08:00
"405": "Sorry, the server does not support the request method you are using. Please make sure your request method is correct.",
"429": "Sorry, your request is too frequent and the server is a bit tired. Please try again later.",
"500": "Sorry, the server seems to be experiencing some difficulties and is temporarily unable to complete your request. Please try again later.",
"502": "Sorry, the server seems to be lost and is temporarily unable to provide service. Please try again later.",
"503": "Sorry, the server is currently unable to process your request, possibly due to overload or maintenance. Please try again later.",
"504": "Sorry, the server did not receive a response from the upstream server. Please try again later.",
"InvalidAccessCode": "The password is incorrect or empty. Please enter the correct access password or add a custom OpenAI API Key.",
2023-08-29 21:25:19 +08:00
"OpenAIBizError": "Error requesting OpenAI service. Please troubleshoot or retry based on the following information.",
"PluginMarketIndexNotFound": "Sorry, the server could not find the plugin index. Please check if the index address is correct",
"PluginMarketIndexInvalid": "Sorry, the plugin index validation failed. Please check if the index file format is correct",
"PluginMetaNotFound": "Sorry, the plugin was not found in the index. Please check the plugin's configuration information in the index",
"PluginMetaInvalid": "Sorry, the plugin's metadata validation failed. Please check if the plugin metadata format is correct",
"PluginManifestNotFound": "Sorry, the server could not find the plugin's manifest file (manifest.json). Please check if the plugin manifest file address is correct",
"PluginManifestInvalid": "Sorry, the plugin's manifest validation failed. Please check if the manifest format is correct",
"PluginApiNotFound": "Sorry, the API does not exist in the plugin's manifest. Please check if your request method matches the plugin manifest API",
"PluginApiParamsError": "Sorry, the input parameter validation for the plugin request failed. Please check if the input parameters match the API description",
"PluginSettingsInvalid": "This plugin needs to be correctly configured before it can be used. Please check if your configuration is correct",
"PluginServerError": "Plugin server request returned an error. Please check your plugin manifest file, plugin configuration, or server implementation based on the error information below",
"NoAPIKey": "OpenAI API Key is empty, please add a custom OpenAI API Key"
},
2023-11-19 21:43:58 +08:00
"stt": {
"responseError": "Service request failed, please check the configuration or try again"
},
"tts": {
"responseError": "Service request failed, please check the configuration or try again"
},
"unlock": {
"apikey": {
"title": "Use Custom API Key",
2023-10-12 13:48:21 +08:00
"description": "Enter your OpenAI API Key to start the conversation. The application will not record your API Key.",
"addProxyUrl": "Add OpenAI Proxy URL (optional)"
},
"confirm": "Confirm and Retry",
"password": {
"description": "The application encryption has been enabled by the administrator. Enter the application password to unlock the application. The password only needs to be filled in once.",
"title": "Enter Password to Unlock Application",
"placeholder": "Please enter password"
2023-10-06 15:15:14 +08:00
},
"closeMessage": "Close message"
}
}