witai_texts_en-us.json 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "LanguageID": "en-us",
  3. "WitAppsUrl": "/apps",
  4. "WitDocsTitle": "Documentation",
  5. "WitDocsUrl": "https://wit.ai/docs",
  6. "WitAppSettingsEndpoint": "/[APP_ID]/settings",
  7. "WitAppUnderstandingEndpoint": "/[APP_ID]/understanding",
  8. "WitOpenButtonLabel": "Open Wit.ai",
  9. "VLogLevelLabel": "VLog Min Console Level",
  10. "ConfigurationSelectLabel": "Wit Configuration",
  11. "ConfigurationSelectMissingLabel": "No Wit Configurations Found",
  12. "SetupTitleLabel": "Welcome to Wit.ai",
  13. "SetupServerTokenLabel": "Paste your <color=[COLOR]>Wit.ai</color> Server Access Token here.",
  14. "SetupClientTokenWarningLabel": "Warning: Using only client token removes some editor features.",
  15. "SetupServerTokenVerifyLabel": "Verifying token",
  16. "SetupServerTokenVerifyWarning": "Current token is being verified, please try again",
  17. "SetupSubmitButtonLabel": "Create",
  18. "SetupSubmitFailLabel": "Please enter a valid token before linking.",
  19. "UnderstandingViewerLabel": "Wit.ai Understanding Viewer",
  20. "UnderstandingViewerServicesLabel": "Service",
  21. "UnderstandingViewerMissingServicesLabel": "No services are currently loaded.",
  22. "UnderstandingViewerUtteranceLabel": "Utterance",
  23. "UnderstandingViewerPromptLabel": "Enter an utterance and hit 'Send' to see what your app will return.",
  24. "UnderstandingViewerMissingConfigLabel": "A Wit configuration must be available and selected to test utterances.",
  25. "UnderstandingViewerMissingClientTokenLabel": "Your wit configuration is missing a client access token which is required to make requests. Make sure you have linked your account with Wit.ai.",
  26. "UnderstandingViewerSettingsButtonLabel": "Select Configuration",
  27. "UnderstandingViewerSubmitButtonLabel": "Send",
  28. "UnderstandingViewerActivateButtonLabel": "Activate",
  29. "UnderstandingViewerDeactivateButtonLabel": "Deactivate",
  30. "UnderstandingViewerAbortButtonLabel": "Abort",
  31. "UnderstandingViewerListeningLabel": "Listening...",
  32. "UnderstandingViewerLoadingLabel": "Loading...",
  33. "UnderstandingViewerSelectLabel": "Select",
  34. "SettingsTitleLabel": "Wit.ai Settings",
  35. "SettingsServerTokenLabel": "Server Access Token",
  36. "SettingsServerTokenTooltip": "The shared server access token.",
  37. "SettingsRelinkButtonLabel": "Relink",
  38. "SettingsAddButtonLabel": "New",
  39. "SettingsAddMainButtonLabel": "New Configuration",
  40. "ConfigurationHeaderLabel": "Application Configuration",
  41. "ConfigurationRefreshButtonLabel": "Refresh",
  42. "ConfigurationRefreshingButtonLabel": "Refreshing",
  43. "ConfigurationServerTokenLabel": "Server Access Token",
  44. "ConfigurationClientTokenLabel": "Client Access Token",
  45. "ConfigurationRequestTimeoutLabel": "Request Timeout",
  46. "ConfigurationEndpointTitleLabel": "Endpoint Configuration",
  47. "ConfigurationEndpointUriLabel": "Uri Scheme",
  48. "ConfigurationEndpointAuthLabel": "Host",
  49. "ConfigurationEndpointPortLabel": "Port",
  50. "ConfigurationEndpointApiLabel": "Wit API Version",
  51. "ConfigurationEndpointSpeechLabel": "Speech",
  52. "ConfigurationEndpointMessageLabel": "Message",
  53. "ConfigurationEndpointDictationLabel": "Dictation",
  54. "ConfigurationEndpointSynthesizeLabel": "TTS",
  55. "ConfigurationEndpointComposerEventLabel": "Composer Event",
  56. "ConfigurationEndpointComposerConverseLabel": "Composer Speech",
  57. "ConfigurationApplicationTabLabel": "Application",
  58. "ConfigurationApplicationMissingLabel": "Loading Application Data",
  59. "ConfigurationApplicationNameLabel": "Name",
  60. "ConfigurationApplicationIdLabel": "App ID",
  61. "ConfigurationApplicationLanguageLabel": "Language",
  62. "ConfigurationApplicationPrivateLabel": "Private",
  63. "ConfigurationApplicationCreatedLabel": "Created",
  64. "ConfigurationApplicationTrainingStatus": "Status",
  65. "ConfigurationApplicationTrainingLastDuration": "Last Train Duration",
  66. "ConfigurationApplicationTrainingLast": "Last Trained At",
  67. "ConfigurationApplicationTrainingNext": "Next Train At",
  68. "ConfigurationConduitMissingTokenLabel": "Please supply a valid server token",
  69. "ConfigurationIntentsTabLabel": "Intents",
  70. "ConfigurationIntentsMissingLabel": "No intents found.",
  71. "ConfigurationIntentsIdLabel": "Intent ID",
  72. "ConfigurationIntentsEntitiesLabel": "Entities",
  73. "ConfigurationEntitiesTabLabel": "Entities",
  74. "ConfigurationEntitiesMissingLabel": "No entities found.",
  75. "ConfigurationEntitiesIdLabel": "Entity ID",
  76. "ConfigurationEntitiesLookupsLabel": "Lookups",
  77. "ConfigurationEntitiesRolesLabel": "Roles",
  78. "ConfigurationEntitiesKeywordsLabel": "Keywords",
  79. "ConfigurationTraitsTabLabel": "Traits",
  80. "ConfigurationTraitsMissingLabel": "No traits found.",
  81. "ConfigurationTraitsIdLabel": "Trait ID",
  82. "ConfigurationTraitsValuesLabel": "Values",
  83. "ConfigurationVoicesTabLabel": "Voices",
  84. "ConfigurationVoicesMissingLabel": "No TTS voices found.",
  85. "ConfigurationComposerTabLabel": "Composer",
  86. "ConfigurationComposerMissingLabel": "No Composer graphs found.",
  87. "ShowTooltipsLabel": "Show Tooltips"
  88. }