mirror of
https://github.com/langgenius/dify.git
synced 2026-07-23 20:18:40 +08:00
25 lines
878 B
JSON
25 lines
878 B
JSON
{
|
|
"actionMsg.deleteConfirmTips": "This action cannot be undone.",
|
|
"actionMsg.deleteConfirmTitle": "Delete this secret key?",
|
|
"actionMsg.ok": "OK",
|
|
"apiKey": "API Key",
|
|
"apiKeyModal.apiSecretKey": "API Secret key",
|
|
"apiKeyModal.apiSecretKeyTips": "To prevent API abuse, protect your API Key. Avoid using it as plain text in front-end code. :)",
|
|
"apiKeyModal.createNewSecretKey": "Create new Secret key",
|
|
"apiKeyModal.created": "CREATED",
|
|
"apiKeyModal.generateTips": "Keep this key in a secure and accessible place.",
|
|
"apiKeyModal.lastUsed": "LAST USED",
|
|
"apiKeyModal.secretKey": "Secret Key",
|
|
"apiServer": "API Server",
|
|
"copied": "Copied",
|
|
"copy": "Copy",
|
|
"develop.noContent": "No content",
|
|
"develop.toc": "Contents",
|
|
"loading": "Loading",
|
|
"never": "Never",
|
|
"ok": "In Service",
|
|
"pause": "Pause",
|
|
"play": "Play",
|
|
"playing": "Playing"
|
|
}
|