Skip to content

Commit

Permalink
i18n(hi): Add Hindi language support
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaticcalf committed Jan 22, 2024
1 parent 3382c77 commit 431b2e2
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
28 changes: 28 additions & 0 deletions i18n/hi/popsicle_cli.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
question = क्या आप सुनिश्चित हैं कि आप निम्नलिखित ड्राइव पर '{$image_path}' फ्लैश करना चाहते हैं?
yn = y/N
y = y
# Arguments
arg-image = इमेज
arg-image-desc = इनपुट इमेज फ़ाइल
arg-disks = डिस्क
arg-disks-desc = आउटपुट डिस्क डिवाइस
arg-all-desc = सभी पहचाने गए USB ड्राइव्स को फ्लैश करें
arg-check-desc = जाँचें कि लिखी गई इमेज मैच करती है या नहीं
arg-unmount-desc = माउंट किए गए डिवाइस को अनमाउंट करें
arg-yes-desc = पुष्टि के बिना आगे बढ़ें
# errors
error-caused-by = कारण ये है कि
error-image-not-set = {arg-image} सेट नहीं है।
error-image-open = '{$image_path}' पर नहीं कोल पाई जा रही है।
error-image-metadata = '{$image_path}' पर इमेज मेटाडेटा प्राप्त करने में असमर्थ
error-disks-fetch = USB डिस्क की सूची प्राप्त करने में विफल।
error-no-disks-specified = कोई डिस्क स्पष्ट नहीं की गई।
error-fetching-mounts = माउंट की गई सूची प्राप्त करने में विफल।
error-opening-disks = डिस्क खोलने में विफल।
error-exiting = फ्लैश किए बिना बाहर निकल रहा है।
error-reading-mounts = माउंट पठन में गड़बड़ी।
49 changes: 49 additions & 0 deletions i18n/hi/popsicle_gtk.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
app-title = USB फ़्लैशर
# Images View
cannot-select-directories = फ़ाइल चयनकर्ता फ़ोल्डर का चयन नहीं कर सकता।
check-label = जांच करें
choose-image-button = इमेज चुनें
generating-checksum = चेकसम बना रहा है।
hash-label = हैश:
image-view-description = वह .iso या .img फ़ाइल का चयन करें जिसे आप फ्लैश करना चाहते हैं। आप अब अपने USB ड्राइव को भी प्लग कर सकते हैं।
image-view-title = एक इमेज चुनें
no-image-selected = कोई इमेज चयनित नहीं की गई है।
none = कोई नहीं
warning = ध्यान दें:
# Devices View
device-too-small = डिवाइस मेमोरी के दृष्टि से बहुत छोटी है।
devices-view-description = फ्लैशिंग से चयनित ड्राइव्स पर सभी डेटा मिटा दिया जाएगा।
devices-view-title = ड्राइव्स चयन करें
select-all = सभी को चयन करें
# Flashing View
flash-view-description = डिवाइस को फ्लैश किए जा रहे हैं, इस दौरान उन्हें बिना बात के ना निकालें।
flash-view-title = डिवाइस को फ्लैश कर रहा है।
# Summary View
flashing-completed = फ्लैशिंग पूर्ण हुई है।
flashing-completed-with-errors = फ्लैशिंग पूर्ण हुई है, कुछ गड़बड़ीयों के साथ!
flash-again = फिर से फ्लैश करें
# Error View
critical-error = गंभीर गड़बड़ी हुई है।
# Misc
cancel = रद्द करें
close = बंद करें
done = हो गया
next = अगला
open = खोलें
task-finished = पूर्ण हुई है।
# Events
error = गड़बड़ी: {$why}
partial-flash = {$number} में से {$total} डिवाइस सफलतापूर्वक फ्लैश किए गए हैं।
successful-flash = सफलतापूर्वक {$total} डिवाइस फ्लैश किए गए हैं।
win-isos-not-supported = विंडोज ISOs वर्तमान में समर्थित नहीं हैं।
# Errors
iso-open-failed = ISO खोलने में विफल रहा।
no-value-found = कोई मूल्य नहीं मिला।

0 comments on commit 431b2e2

Please sign in to comment.