Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Language/mr/Api.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// API language settings
return [
'invalidFields' => 'अवैध field मागवले गेले: {0}', // 'Invalid field requested: {0}'
'invalidIncludes' => 'अवैध include मागवले गेले: {0}', // 'Invalid include requested: {0}'
'missingInclude' => 'यासाठी include method नाही: {0}', // 'Missing include method for: {0}'
'transformerNotFound' => 'Transformer class \'{0}\' सापडली नाही.', // 'Transformer class \'{0}\' not found.'
'invalidTransformer' => 'Transformer class \'{0}\' ने TransformerInterface implement केलेले असणे आवश्यक आहे.', // 'Transformer class \'{0}\' must implement TransformerInterface.'
];
61 changes: 61 additions & 0 deletions Language/mr/CLI.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// CLI language settings
return [
'altCommandPlural' => 'तुमचा अर्थ यापैकी एक होता का?', // 'Did you mean one of these?'
'altCommandSingular' => 'तुमचा अर्थ हे होते का?', // 'Did you mean this?'
'commandNotFound' => 'Command "{0}" सापडला नाही.', // 'Command "{0}" not found.'
'generator' => [
'cancelOperation' => 'ऑपरेशन रद्द करण्यात आले आहे.', // 'Operation has been cancelled.'
'className' => [
'cell' => 'Cell class नाव', // 'Cell class name'
'command' => 'Command class नाव', // 'Command class name'
'config' => 'Config class नाव', // 'Config class name'
'controller' => 'Controller class नाव', // 'Controller class name'
'default' => 'Class नाव', // 'Class name'
'entity' => 'Entity class नाव', // 'Entity class name'
'filter' => 'Filter class नाव', // 'Filter class name'
'migration' => 'Migration class नाव', // 'Migration class name'
'model' => 'Model class नाव', // 'Model class name'
'seeder' => 'Seeder class नाव', // 'Seeder class name'
'test' => 'Test class नाव', // 'Test class name'
'transformer' => 'Transformer class नाव', // 'Transformer class name'
'validation' => 'Validation class नाव', // 'Validation class name'
],
'commandType' => 'Command प्रकार', // 'Command type'
'databaseGroup' => 'डेटाबेस गट', // 'Database group'
'fileCreate' => 'फाइल तयार केली: {0}', // 'File created: {0}'
'fileError' => 'फाइल तयार करताना त्रुटी: "{0}"', // 'Error while creating file: "{0}"'
'fileExist' => 'फाइल आधीपासून अस्तित्वात आहे: "{0}"', // 'File exists: "{0}"'
'fileOverwrite' => 'फाइल अधिलिखित केली: "{0}"', // 'File overwritten: "{0}"'
'parentClass' => 'Parent class नाव', // 'Parent class'
'returnType' => 'Return प्रकार', // 'Return type'
'tableName' => 'टेबलचे नाव', // 'Table name'
'usingCINamespace' => 'इशारा: "CodeIgniter" namespace वापरल्यास फाइल system directory मध्ये तयार होईल.', // 'Warning: Using the "CodeIgniter" namespace will generate the file in the system directory.'
'viewName' => [
'cell' => 'Cell view नाव', // 'Cell view name'
],
],
'helpArguments' => 'आर्ग्युमेंट्स:', // 'Arguments:'
'helpDescription' => 'वर्णन:', // 'Description:'
'helpOptions' => 'पर्याय:', // 'Options:'
'helpUsage' => 'वापर:', // 'Usage:'
'invalidColor' => 'अवैध "{0}" रंग: "{1}".', // 'Invalid "{0}" color: "{1}".'
'namespaceNotDefined' => 'Namespace "{0}" परिभाषित केलेले नाही.', // 'Namespace "{0}" is not defined.'
'signals' => [
'noPcntlExtension' => 'PCNTL extension उपलब्ध नाही. Signal handling बंद केले आहे.', // 'PCNTL extension not available. Signal handling disabled.'
'noPosixExtension' => 'SIGTSTP/SIGCONT हाताळण्यासाठी POSIX extension आवश्यक आहे. हे signals नोंदणीतून काढले जातील.', // 'SIGTSTP/SIGCONT handling requires POSIX extension. These signals will be removed from registration.'
'failedSignal' => 'या signal साठी handler नोंदवता आला नाही: "{0}".', // 'Failed to register handler for signal: "{0}".'
],
];
20 changes: 20 additions & 0 deletions Language/mr/Cache.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// Cache language settings
return [
'unableToWrite' => 'कॅश "{0}" मध्ये लिहू शकत नाही.', // 'Cache unable to write to "{0}".'
'invalidHandlers' => 'कॅश कॉन्फिगमध्ये $validHandlers ची array असणे आवश्यक आहे.', // 'Cache config must have an array of $validHandlers.'
'noBackup' => 'कॅश कॉन्फिगमध्ये handler आणि backupHandler सेट असणे आवश्यक आहे.', // 'Cache config must have a handler and backupHandler set.'
'handlerNotFound' => 'कॅश कॉन्फिगमध्ये अवैध handler किंवा backup handler दिलेला आहे.', // 'Cache config has an invalid handler or backup handler specified.'
];
30 changes: 30 additions & 0 deletions Language/mr/Cast.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// Cast language settings
return [
'baseCastMissing' => '"{0}" क्लासने "CodeIgniter\Entity\Cast\BaseCast" क्लास inherit केलेली असणे आवश्यक आहे.', // 'The "{0}" class must inherit the "CodeIgniter\Entity\Cast\BaseCast" class.'
'enumInvalidCaseName' => 'enum "{1}" साठी case नाव "{0}" अवैध आहे.', // 'Invalid case name "{0}" for enum "{1}".'
'enumInvalidType' => '"{1}" प्रकारचा enum अपेक्षित होता, पण "{0}" मिळाला.', // 'Expected enum of type "{1}", but received "{0}".'
'enumInvalidValue' => 'enum "{0}" साठी मूल्य "{1}" अवैध आहे.', // 'Invalid value "{1}" for enum "{0}".'
'enumMissingClass' => 'enum casting साठी enum class दिलेली असणे आवश्यक आहे.', // 'Enum class must be specified for enum casting.'
'enumNotEnum' => '"{0}" ही वैध enum class नाही.', // 'The "{0}" is not a valid enum class.'
'invalidCastMethod' => '"{0}" ही वैध cast method नाही, वैध methods या आहेत: ["get", "set"].', // 'The "{0}" is invalid cast method, valid methods are: ["get", "set"].'
'invalidTimestamp' => '"timestamp" प्रकाराच्या type casting साठी योग्य timestamp अपेक्षित आहे.', // 'Type casting "timestamp" expects a correct timestamp.'
'jsonErrorCtrlChar' => 'अनपेक्षित control character आढळला.', // 'Unexpected control character found.'
'jsonErrorDepth' => 'कमाल stack depth ओलांडली गेली.', // 'Maximum stack depth exceeded.'
'jsonErrorStateMismatch' => 'Underflow किंवा modes मध्ये विसंगती आहे.', // 'Underflow or the modes mismatch.'
'jsonErrorSyntax' => 'Syntax error, JSON चुकीचा बनलेला आहे.', // 'Syntax error, malformed JSON.'
'jsonErrorUnknown' => 'अज्ञात त्रुटी.', // 'Unknown error.'
'jsonErrorUtf8' => 'चुकीचे UTF-8 अक्षर आढळले, कदाचित चुकीचे encoding झाले आहे.', // 'Malformed UTF-8 characters, possibly incorrectly encoded.'
];
26 changes: 26 additions & 0 deletions Language/mr/Cookie.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// Cookie language settings
return [
'invalidExpiresTime' => '"Expires" attribute साठी "{0}" प्रकार अवैध आहे. अपेक्षित: string, integer, DateTimeInterface object.', // 'Invalid "{0}" type for "Expires" attribute. Expected: string, integer, DateTimeInterface object.'
'invalidExpiresValue' => 'कुकीची expiration time वैध नाही.', // 'The cookie expiration time is not valid.'
'invalidCookieName' => 'कुकी नाव "{0}" मध्ये अवैध अक्षरे आहेत.', // 'The cookie name "{0}" contains invalid characters.'
'emptyCookieName' => 'कुकीचे नाव रिकामे असू शकत नाही.', // 'The cookie name cannot be empty.'
'invalidSecurePrefix' => '"__Secure-" prefix वापरण्यासाठी "Secure" attribute सेट केलेला असणे आवश्यक आहे.', // 'Using the "__Secure-" prefix requires setting the "Secure" attribute.'
'invalidHostPrefix' => '"__Host-" prefix वापरताना "Secure" flag सेट असणे आवश्यक आहे, "Domain" attribute नसावा, आणि "Path" "/" असावा.', // 'Using the "__Host-" prefix must be set with the "Secure" flag, must not have a "Domain" attribute, and the "Path" is set to "/".'
'invalidSameSite' => 'SameSite चे मूल्य None, Lax, Strict किंवा रिकामी string असणे आवश्यक आहे, {0} दिले आहे.', // 'The SameSite value must be None, Lax, Strict or a blank string, {0} given.'
'invalidSameSiteNone' => '"SameSite=None" attribute वापरण्यासाठी "Secure" attribute सेट केलेला असणे आवश्यक आहे.', // 'Using the "SameSite=None" attribute requires setting the "Secure" attribute.'
'invalidCookieInstance' => '"{0}" क्लासमध्ये cookies array मधील घटक "{1}" चे instances अपेक्षित होते, पण index {3} वर "{2}" मिळाले.', // '"{0}" class expected cookies array to be instances of "{1}" but got "{2}" at index {3}.'
'unknownCookieInstance' => '"{0}" नाव आणि "{1}" prefix असलेला Cookie object collection मध्ये सापडला नाही.', // 'Cookie object with name "{0}" and prefix "{1}" was not found in the collection.'
];
23 changes: 23 additions & 0 deletions Language/mr/Core.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// Core language settings
return [
'copyError' => 'फाइल "{0}" बदलण्याचा प्रयत्न करताना त्रुटी आली. कृपया तुमची file directory writable आहे याची खात्री करा.', // 'An error was encountered while attempting to replace the file "{0}". Please make sure your file directory is writable.'
'enabledZlibOutputCompression' => 'तुमचे zlib.output_compression ini directive चालू आहे. हे output buffers सोबत नीट काम करणार नाही.', // 'Your zlib.output_compression ini directive is turned on. This will not work well with output buffers.'
'invalidFile' => 'अवैध फाइल: "{0}"', // 'Invalid file: "{0}"'
'invalidDirectory' => 'Directory अस्तित्वात नाही: "{0}"', // 'Directory does not exist: "{0}"'
'invalidPhpVersion' => 'CodeIgniter चालवण्यासाठी तुमचा PHP version {0} किंवा त्यापेक्षा जास्त असणे आवश्यक आहे. सध्याचा version: {1}', // 'Your PHP version must be {0} or higher to run CodeIgniter. Current version: {1}'
'missingExtension' => 'Framework ला खालील extension(s) install आणि load केलेले असणे आवश्यक आहे: "{0}".', // 'The framework needs the following extension(s) installed and loaded: "{0}".'
'noHandlers' => '"{0}" ने किमान एक Handler द्यायला हवा.', // '"{0}" must provide at least one Handler.'
];
33 changes: 33 additions & 0 deletions Language/mr/Database.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?php

declare(strict_types=1);

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// Database language settings
return [
'invalidEvent' => '"{0}" हा वैध Model Event callback नाही.', // '"{0}" is not a valid Model Event callback.'
'invalidArgument' => 'तुम्ही वैध "{0}" द्यायला हवा.', // 'You must provide a valid "{0}".'
'invalidAllowedFields' => 'मॉडेल "{0}" साठी allowed fields निर्दिष्ट करणे आवश्यक आहे.', // 'Allowed fields must be specified for model: "{0}"'
'emptyDataset' => '{0} करण्यासाठी कोणताही data नाही.', // 'There is no data to {0}.'
'emptyPrimaryKey' => '{0} तयार करताना कोणतीही primary key defined नाही.', // 'There is no primary key defined when trying to make {0}.'
'failGetFieldData' => 'डेटाबेसमधून field data मिळवण्यात अयशस्वी.', // 'Failed to get field data from database.'
'failGetIndexData' => 'डेटाबेसमधून index data मिळवण्यात अयशस्वी.', // 'Failed to get index data from database.'
'failGetForeignKeyData' => 'डेटाबेसमधून foreign key data मिळवण्यात अयशस्वी.', // 'Failed to get foreign key data from database.'
'parseStringFail' => 'Key string parse करण्यात अयशस्वी.', // 'Parsing key string failed.'
'featureUnavailable' => 'तुम्ही वापरत असलेल्या डेटाबेससाठी ही सुविधा उपलब्ध नाही.', // 'This feature is not available for the database you are using.'
'tableNotFound' => 'सध्याच्या डेटाबेसमध्ये "{0}" टेबल सापडले नाही.', // 'Table "{0}" was not found in the current database.'
'noPrimaryKey' => '"{0}" model class मध्ये Primary Key दिलेली नाही.', // '"{0}" model class does not specify a Primary Key.'
'noDateFormat' => '"{0}" model class मध्ये वैध dateFormat नाही.', // '"{0}" model class does not have a valid dateFormat.'
'fieldNotExists' => 'Field "{0}" सापडले नाही.', // 'Field "{0}" not found.'
'forEmptyInputGiven' => 'Field "{0}" साठी रिकामी statement दिली आहे.', // 'Empty statement is given for the field "{0}"'
'forFindColumnHaveMultipleColumns' => 'Column name मध्ये फक्त एकच column परवानगी आहे.', // 'Only single column allowed in Column name.'
'methodNotAvailable' => 'तुम्ही "{0}" मध्ये "{1}" वापरू शकत नाही. ही Query Builder Class ची method आहे.', // 'You cannot use "{1}" in "{0}". This is a method of the Query Builder Class.'
];
Loading
Loading