23 lines
		
	
	
	
		
			644 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			23 lines
		
	
	
	
		
			644 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|   | { | ||
|  |   "locale": "en-US", | ||
|  |   "translations": { | ||
|  |     "welcome": "Welcome to our chatbot application", | ||
|  |     "newChat": "New conversation", | ||
|  |     "search": "Search", | ||
|  |     "sources": "Sources", | ||
|  |     "noSources": "No sources available", | ||
|  |     "feedback": "Feedback", | ||
|  |     "send": "Send", | ||
|  |     "loading": "Loading...", | ||
|  |     "error": "System error - I couldn't process your request. Please try again in a few moments", | ||
|  |     "language": "Language", | ||
|  |     "theme": "Theme", | ||
|  |     "userMessage": "User message", | ||
|  |     "botMessage": "Bot message", | ||
|  |     "documentation": "Documentation", | ||
|  |     "about": "About", | ||
|  |     "contact": "Contact", | ||
|  |     "reportIssue": "Report an issue" | ||
|  |   } | ||
|  | } |