Skip to content

add hindi localization #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Nudge.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
5836861B25DAD01C0004514C /* SoftwareUpdate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SoftwareUpdate.swift; sourceTree = "<group>"; };
5870FF6325CFE5EC0036D203 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
5870FF6825CFE5FA0036D203 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
634075C927206ED70066DFDD /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/Localizable.strings; sourceTree = "<group>"; };
636B9C0126CACCAB0007BE3B /* DeferView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeferView.swift; sourceTree = "<group>"; };
636C4B4925D1BECE0004A791 /* DefaultPreferencesNudge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultPreferencesNudge.swift; sourceTree = "<group>"; };
636C4B7525D4306A0004A791 /* UILogic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UILogic.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -362,6 +363,7 @@
ja,
zh,
pt,
hi,
);
mainGroup = 63D7D0D625C9E9A400236281;
productRefGroup = 63D7D0E025C9E9A400236281 /* Products */;
Expand Down Expand Up @@ -479,6 +481,7 @@
9F549329270F4B3900D8EB37 /* ja */,
9FF36CEA270F5169003C1BCB /* zh */,
9FF36CEB270F5183003C1BCB /* pt */,
634075C927206ED70066DFDD /* hi */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
54 changes: 54 additions & 0 deletions hi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
/*
Localizable.strings
Nudge

Created by Bhavesh Roy on 10/19/21.

*/

//// Additional Device Information
"Additional Device Information" = "उपकरण की अतिरिक्त जानकारी";
// Username
"Username:" = "उपयोगकर्ता का नाम:";
// Serial Number
"Serial Number:" = "सीरीयल नम्बर:";
// Architecture
"Architecture:" = "आर्किटेक्चर:";
// Nudge Version
"Version:" = "संस्करण:";
// Language
"Language:" = "भाषा:";

//// Left side of Nudge
// Current OS Version
"Current OS Version:" = "वर्तमान OS संस्करण:";
// Required OS Version
"Required OS Version:" = "आवश्यक OS संस्करण:";
// Days Remaining To Update
"Days Remaining To Update:" = "अप्डेट के अवशिष्ट दिन:";
// Deferred Count
"Deferred Count:" = "विलम्बित करने की संख्या:";
// More Info
"More Info" = "अधिकतर जानकारी";

// Help buttons
"Click to close" = "बंद करने के लिए क्लिक करे";
"Click for additional device information" = "उपकरण की अधिकतर जानकारी के लिए क्लिक करे";
"Click to zoom into screenshot" = "स्क्रीन्शाट को ज़ूम करने क्लिक करे";
"Click for more information about the security update" = "सिक्यरिटी अप्डेट की अधिक जानकारी के लिए क्लिक करे";

//// Right side of Nudge
"Update Device" = "उपकरण को अपडेट करें";
"Your device will restart during this update" = "आपका उपकरण इस अपडेट के समय पुनः शुरु होगा";
"Important Notes" = "आवश्यक जानकारी";
"Updates can take around 30 minutes to complete" = "अप्डेट पूरा होने को लगभग ३० मिनट लग सकते है";
"A fully up-to-date device is required to ensure that IT can accurately protect your device.\n\nIf you do not update your device, you may lose access to some items necessary for your day-to-day tasks.\n\nTo begin the update, simply click on the Update Device button and follow the provided steps." = "पुरी तरह अपडेटेड उपकरण आवश्यक है IT द्वारा आपके उपकरण को सुरक्षित रखने के लिए \n\n यदि उपकरण को अपडेट नही किया तो आप अपने कुछ मूल्यवान नित्य उपयोगी वस्तुएँ खो सकते हैं जो दैन दिन उपयोग के लिए आवश्यक होते है \n\n अपडेट करने के लिए केवल अपडेट बटन दबाये और निर्देशों का पालन करें।";
"Your device requires a security update" = "आपके के उपकरण को सिक्यरिटी अप्डेट की अवशक्ता है";
"Your device requires a security update (Demo Mode)" = "आपके के उपकरण को सिक्यरिटी अप्डेट की अवशता है ( डेमो मोड़)";
"Later" = "बाद मे";
"I understand" = "में समज़ गया";
"A friendly reminder from your local IT team" = "आपके स्थानीय IT से मित्रवत अनुस्मारक";
"Defer" = "विलम्बित";
"One Hour" = "एक घंटा";
"One Day" = "एक दिन";
"Custom" = "अपने अनुकूल";