-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<!-- ImagePicker string resource start --> | ||
<string name="title_choose_image_provider">चुनें</string> | ||
<string name="action_cancel">रद्द करें</string> | ||
<string name="title_gallery">गेलरी</string> | ||
<string name="title_camera">कैमरा</string> | ||
|
||
<string name="message_gallery_permission_denied">छवि का चयन करने के लिए बाहरी संग्रहण की अनुमति आवश्यक है। कृपया सेटिंग्स> अनुमतियों से अनुरोधित अनुमति को चालू करें।</string> | ||
<string name="message_camera_permission_denied">इमेज कैप्चर करने के लिए कैमरा और स्टोरेज परमिशन की जरूरत होती है। किसी भी अनुमति को बंद करने से एप्लिकेशन आसानी से नहीं चल सकेगा। कृपया सेटिंग्स> अनुमतियों से सभी अनुरोधित अनुमतियों को चालू करें।</string> | ||
<string name="permission_gallery_denied"> | ||
<![CDATA[गैलरी की छवि चुनने के लिए संग्रहण अनुमति की आवश्यकता होती है। कृपया सेटिंग्स> अनुमतियों से संग्रहण की अनुमति दें।]]></string> | ||
<string name="permission_camera_extended_denied"> | ||
<![CDATA[तस्वीर लेने के लिए कैमरा और संग्रहण अनुमति की जरूरत होती है। कृपया सेटिंग> अनुमतियां से दोनों अनुरोधित अनुमतियों को अनुमति दें।]]></string> | ||
<string name="permission_camera_denied"> | ||
<![CDATA[चित्र लेने के लिए संग्रहण अनुमति की आवश्यकता होती है। कृपया सेटिंग्स> अनुमतियों से भंडारण की अनुमति दें।]]></string> | ||
|
||
<string name="error_failed_to_create_camera_image_file">कैमरा चित्र बनाने में विफल</string> | ||
<string name="error_failed_pick_gallery_image">गैलरी की तस्वीर लेने में विफल</string> | ||
<string name="error_failed_to_crop_image">चित्र को काटना में विफल</string> | ||
<string name="error_failed_to_compress_image">छवि को संपीड़ित करने में विफल</string> | ||
<string name="error_task_cancelled">कार्य रद्द कर दिया गया</string> | ||
<string name="error_camera_app_not_found">कैमरा ऐप नहीं मिला</string> | ||
<!-- ImagePicker string resource end --> | ||
|
||
<!-- uCrop string resource start --> | ||
<string name="ucrop_label_original">मूल</string> | ||
<string name="ucrop_label_edit_photo">फ़ोटो संपादित करें</string> | ||
<string name="ucrop_menu_crop">काटना</string> | ||
<string name="ucrop_rotate">घुमाएँ</string> | ||
<string name="ucrop_scale">स्केल</string> | ||
<string name="ucrop_crop">काटना</string> | ||
<!-- uCrop string resource end --> | ||
|
||
</resources> |