HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/sails-stringfile/locales/en.js
/**
 * English stringfile for output messages in the Sails runtime & command-line tool.
 * 
 * @type {Object}
 */
module.exports = {

	// Strings related to upgrade notices
	upgrade: {
		config: {
			models: {
				connection: 'For now, I\'ll pretend you set `config.models.connection`.'
			},
			connections: {
				0: 'For now, I\'ll pretend you set `config.connections`.',
				'*': {
					adapter: 'For now, I\'ll pretend you set `config.connections["%s"].adapter`.'
				}
			}
		},
		classrooms: 'Please use instance rooms instead (or raw sails.sockets.*() methods.)',
		req: {
			isJson: '`req.isJson` is from Sails v0.8.x, and has been deprecated.  Please use `req.wantsJSON()` instead, or inspect the relevant request headers. (http://sailsjs.org/#!documentation/reference/Request/req.get.html)',
			isAjax: '`req.isAjax` is from Sails v0.8.x, and has been deprecated.  Please use `req.wantsJSON()` instead, or inspect the relevant request headers. (http://beta.sailsjs.org/#!documentation/reference/Request/req.get.html)'
		},
		res: {
			viewExists: 'res.viewExists is from Sails v0.8.x, and has been deprecated.  Please check for the relevant file on disk instead. (res.viewExists was a little-used feature that caused complexities when decoupling views from controllers/actions.)'
		}
	},


	// Strings used in the Sails command-line interface
	cli: {
		new: {
			success: 'Created a new sails app `%s` at %s.', // [ appName, appPath ]
			missingAppName: 'Please choose the name or destination path for your new app.'
		},
		invalid: 'Sorry, I don\'t understand what that means.',
		toGetHelp: 'To get help using the Sails command-line tool, run:\n` $ sails --help `'
	},

	// Strings used by sails-generate
	generate: {},

	// Strings used during sails[lift|load]
	lift: {},


	// Strings used by the core router
	router: {},


	//
	// Links should be language-agnostic if possible
	// but are included here anyway for more flexibility.
	//

	links: {
		docs: {
			migrationGuide: {
				connections: 'http://links.sailsjs.org/docs/config/connections',
				responses: 'http://links.sailsjs.org/config/responses'
			},
			config: {
				blueprints: 'http://links.sailsjs.org/docs/config/blueprints'
			},
			sockets: {
				pubsub: 'http://links.sailsjs.org/docs/config/pubsub'
			}
		}
	}
};