You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud-server/core/l10n/hi.php

64 lines
3.3 KiB

<?php
$TRANSLATIONS = array(
"Category type not provided." => "कगररकर उपलबध नह",
"This category already exists: %s" => "यह कगर पहलद ह: %s",
"Object type not provided." => "ऑबट परकर नहिआ",
"Sunday" => "रविर",
"Monday" => "समवर",
"Tuesday" => "मगलवर",
"Wednesday" => "बधवर",
"Thursday" => "बहसपतिर",
"Friday" => "शरवर",
"Saturday" => "शनिर",
"January" => "जनवर",
"February" => "फरवर",
"March" => "मच",
"April" => "अपल",
"May" => "मई",
"June" => "जन",
"July" => "जई",
"August" => "अगसत",
"September" => "सितमबर",
"October" => "अकबर",
"November" => "नवबर",
"December" => "दिसमबर",
"Settings" => "सिस",
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
"_%n day ago_::_%n days ago_" => array("",""),
"_%n month ago_::_%n months ago_" => array("",""),
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
"Error" => "ति",
"Share" => "स कर",
"Share with" => "कथ स",
"Password" => "पसवरड",
"Send" => "भ",
"No people found" => "कई वयकि नहि ",
"Sending ..." => "भ रह",
"Email sent" => "ईमल भज दि गय ",
"Use the following link to reset your password: {link}" => "आगि गयिक क उपयग पसवरड बदलनिि: {link}",
"You will receive a link to reset your password via Email." => "पसवरड बदलनििक आपक ई-मल द|",
"Username" => "परयम",
"Your password was reset" => "आपकसवरड बदल गय",
"New password" => "नयसवरड",
"Personal" => "यकिगत",
"Users" => "उपयगकर",
"Apps" => "Apps",
"Help" => "सहयग",
"Cloud not found" => "कड नहि ",
"Add" => "ड",
"Security Warning" => "सरकवन ",
"Create an <strong>admin account</strong>" => "वयवसपक ख बन",
"Advanced" => "उननत",
"Data folder" => "डडर",
"Configure the database" => "डस किगर कर ",
"will be used" => "उपयग ह",
"Database user" => "डस उपयगकर",
"Database password" => "डस पसवरड",
"Database name" => "डस कम",
"Finish setup" => "सटअप समत कर",
"Log out" => "लग आउट",
"remember" => "यद रख"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";