diff options
Diffstat (limited to 'packages/Keyguard/res/values-hi/strings.xml')
-rw-r--r-- | packages/Keyguard/res/values-hi/strings.xml | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/packages/Keyguard/res/values-hi/strings.xml b/packages/Keyguard/res/values-hi/strings.xml index a49534d..2d455d0 100644 --- a/packages/Keyguard/res/values-hi/strings.xml +++ b/packages/Keyguard/res/values-hi/strings.xml @@ -108,20 +108,23 @@ <string name="keyguard_carrier_default" msgid="8700650403054042153">"कोई सेवा नहीं."</string> <string name="accessibility_ime_switch_button" msgid="5032926134740456424">"इनपुट पद्धति बटन स्विच करें."</string> <string name="airplane_mode" msgid="3122107900897202805">"हवाई जहाज़ मोड"</string> - <!-- no translation found for kg_prompt_reason_restart_pattern (489430505491862444) --> - <skip /> - <!-- no translation found for kg_prompt_reason_restart_pin (994878216570694974) --> - <skip /> - <!-- no translation found for kg_prompt_reason_restart_password (2375742919528461664) --> - <skip /> - <!-- no translation found for kg_prompt_reason_switch_profiles_pattern (3802056699323773969) --> - <skip /> - <!-- no translation found for kg_prompt_reason_switch_profiles_pin (8108020184731052246) --> - <skip /> - <!-- no translation found for kg_prompt_reason_switch_profiles_password (6755997057852042672) --> - <skip /> - <!-- no translation found for kg_prompt_reason_time_pattern (2697444392228541853) --> - <!-- no translation found for kg_prompt_reason_time_pin (2118758475374354849) --> - <!-- no translation found for kg_prompt_reason_time_password (5132693663364913675) --> + <string name="kg_prompt_reason_restart_pattern" msgid="489430505491862444">"डिवाइस को पुनः प्रारंभ करते समय पैटर्न की आवश्यकता होती है."</string> + <string name="kg_prompt_reason_restart_pin" msgid="994878216570694974">"डिवाइस को पुनः प्रारंभ करते समय पिन की आवश्यकता होती है."</string> + <string name="kg_prompt_reason_restart_password" msgid="2375742919528461664">"डिवाइस को पुनः प्रारंभ करते समय पासवर्ड की आवश्यकता होती है."</string> + <string name="kg_prompt_reason_switch_profiles_pattern" msgid="3802056699323773969">"प्रोफ़ाइल में स्विच करते समय पैटर्न की आवश्यकता होती है."</string> + <string name="kg_prompt_reason_switch_profiles_pin" msgid="8108020184731052246">"प्रोफ़ाइल में स्विच करते समय पिन की आवश्यकता होती है."</string> + <string name="kg_prompt_reason_switch_profiles_password" msgid="6755997057852042672">"प्रोफ़ाइल में स्विच करते समय पासवर्ड की आवश्यकता होती है."</string> + <plurals name="kg_prompt_reason_time_pattern" formatted="false" msgid="2697444392228541853"> + <item quantity="one">डिवाइस <xliff:g id="NUMBER_1">%d</xliff:g> घंटे से अनलॉक नहीं किया गया है. पैटर्न की पुष्टि करें.</item> + <item quantity="other">डिवाइस <xliff:g id="NUMBER_1">%d</xliff:g> घंटे से अनलॉक नहीं किया गया है. पैटर्न की पुष्टि करें.</item> + </plurals> + <plurals name="kg_prompt_reason_time_pin" formatted="false" msgid="2118758475374354849"> + <item quantity="one">डिवाइस <xliff:g id="NUMBER_1">%d</xliff:g> घंटे से अनलॉक नहीं किया गया है. पिन की पुष्टि करें.</item> + <item quantity="other">डिवाइस <xliff:g id="NUMBER_1">%d</xliff:g> घंटे से अनलॉक नहीं किया गया है. पिन की पुष्टि करें.</item> + </plurals> + <plurals name="kg_prompt_reason_time_password" formatted="false" msgid="5132693663364913675"> + <item quantity="one">डिवाइस <xliff:g id="NUMBER_1">%d</xliff:g> घंटे से अनलॉक नहीं किया गया है. पासवर्ड की पुष्टि करें.</item> + <item quantity="other">डिवाइस <xliff:g id="NUMBER_1">%d</xliff:g> घंटे से अनलॉक नहीं किया गया है. पासवर्ड की पुष्टि करें.</item> + </plurals> <string name="fingerprint_not_recognized" msgid="2690661881608146617">"पहचाना नहीं गया"</string> </resources> |