]> BookStack Code Mirror - bookstack/commitdiff
New translations passwords.php (Nepali)
authorDan Brown <redacted>
Thu, 26 Jun 2025 03:19:11 +0000 (04:19 +0100)
committerDan Brown <redacted>
Thu, 26 Jun 2025 03:19:11 +0000 (04:19 +0100)
lang/ne/passwords.php

index b408f3c2fdaf1e80e9cdafa36ae9507db9fbda48..684201a8e56e965be9e7b9e0a13ed11fc2148685 100644 (file)
@@ -6,10 +6,10 @@
  */
 return [
 
-    'password' => 'Passwords must be at least eight characters and match the confirmation.',
-    'user' => "We can't find a user with that e-mail address.",
-    'token' => 'The password reset token is invalid for this email address.',
-    'sent' => 'We have e-mailed your password reset link!',
-    'reset' => 'Your password has been reset!',
+    'password' => 'पासवर्ड कम्तिमा ८ वर्णको हुनु पर्छ र दाेहाेर्याइएकाे पासवर्ड संग मेल खानु पर्छ।',
+    'user' => "हामीले त्यो इमेल ठेगाना भएको प्रयोगकर्ता फेला पार्न सकेनौं।",
+    'token' => 'यस इमेल ठेगानाको लागि पासवर्ड रिसेट टोकन अमान्य छ।',
+    'sent' => 'हामीले तपाईंको पासवर्ड रिसेट लिङ्क इमेल गरेका छौं!',
+    'reset' => 'पासवर्ड रिसेट भयो!',
 
 ];