aboutsummaryrefslogtreecommitdiffstats
path: root/core/l10n/hi.php
blob: c84f76c4e491b7d4f44b23cb35cb879d6f81db0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php $TRANSLATIONS = array(
"Password" => "पासवर्ड",
"Username" => "प्रयोक्ता का नाम",
"Cloud not found" => "क्लौड नहीं मिला ",
"Create an <strong>admin account</strong>" => "व्यवस्थापक खाता बनाएँ",
"Advanced" => "उन्नत",
"Configure the database" => "डेटाबेस कॉन्फ़िगर करें ",
"Database user" => "डेटाबेस उपयोगकर्ता",
"Database password" => "डेटाबेस पासवर्ड",
"Finish setup" => "सेटअप समाप्त करे",
"You are logged out." => "आप लोग आउट  कर दिए गए हैं.",
"prev" => "पिछला",
"next" => "अगला"
);
/span>, "test": "tests" }, "scripts": { "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js", "dev": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js", "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js" }, "repository": { "type": "git", "url": "https://github.com/nextcloud/server.git" }, "keywords": [ "nextcloud" ], "license": "AGPL-3.0-or-later", "dependencies": { "@babel/polyfill": "^7.2.5", "Select2": "git+https://github.com/select2/select2.git#3.4.8", "autosize": "^4.0.2", "backbone": "^1.3.3", "blueimp-md5": "^2.10.0", "bootstrap": "^3.4.1", "clipboard": "^2.0.4", "css-vars-ponyfill": "^1.17.0", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3", "dompurify": "^1.0.10", "handlebars": "^4.1.0", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", "jquery": "^2.1.4", "jquery-migrate": "^1.4.1", "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.6", "lodash": "^4.17.11", "marked": "^0.6.1", "moment": "^2.24.0", "nextcloud-axios": "^0.1.3", "nextcloud-password-confirmation": "^0.4.1", "nextcloud-vue": "^0.8.0", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git", "underscore": "^1.9.1", "v-tooltip": "^2.0.0-rc.33", "vue": "^2.6.7", "vue-click-outside": "^1.0.7", "vue-clipboard2": "^0.3.0", "vue-infinite-loading": "^2.4.3", "vue-localstorage": "^0.6.2", "vue-multiselect": "^2.1.3", "vue-router": "^3.0.2", "vuex": "^3.1.0", "vuex-router-sync": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.3.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.3.4", "babel-loader": "^8.0.5", "css-loader": "^2.1.0", "exports-loader": "^0.7.0", "file-loader": "^3.0.1", "handlebars-loader": "^1.7.1", "node-sass": "^4.11.0", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "url-loader": "^1.1.2", "vue-loader": "^15.6.4", "vue-template-compiler": "^2.6.7", "webpack": "^4.29.6", "webpack-cli": "^3.2.3", "webpack-merge": "^4.2.1" } }