Spaces:
Running
Running
File size: 1,027 Bytes
eb10065 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"optionsTitle": {
"message": "Options",
"description": "Title of the options page"
},
"apiTitle": {
"message": "Enter your Access token below to get started.",
"description": "Title of the Access-token section"
},
"apiModelTitle": {
"message": "Choose API-Model:",
"description": "Title of the API-Model section"
},
"lastMessagesTitle": {
"message": "Last Messages:",
"description": "Title of the last messages section"
},
"optionsInputPlaceholder": {
"message": "Enter your Access token here",
"description": "Placeholder of the Access-Token input"
},
"optionsAccessTokenNote": {
"message": "Note: Your Access token will only be stored locally on your computer and nowhere else.",
"description": "Note about the Access-Token"
},
"optionsSaveButtonText": {
"message": "Save",
"description": "Text of the save button"
},
"optionsDeleteButtonText": {
"message": "Delete Access token",
"description": "Text of the delete button"
}
} |