Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Saranjeet Kaur <[email protected]>
  • Loading branch information
amansingh1011 and SaranjeetKaur authored Nov 26, 2024
1 parent 4ad7706 commit 08cc555
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions hindi_files/subset-hi_IN.po
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ msgid ""
"Item %d of i is %d but there are only %d rows. Ignoring this and %d more like "
"it out of %d."
msgstr ""
"i का आइटम (item) %d का मान %d है लेकिन केवल %d पंक्तियाँ (rows) हैं।"
"i का आइटम (item) %d का मान %d है लेकिन केवल %d पंक्तियाँ (rows) हैं। इसे और %d अन्य इसी प्रकार के को %d में से अनदेखा कर रहे हैं।"
"i का आइटम (item) %d का मान %d है लेकिन केवल %d पंक्तियाँ (rows) हैं। इसे और %d अन्य इसी "
"प्रकार के को %d में से अनदेखा कर रहे हैं।"

#: subset.c:241
#, c-format
Expand All @@ -43,7 +43,7 @@ msgid ""
"Ignoring this dup and %d other dups."
msgstr ""
"i का आइटम (item) %d का मान %d है जो उस आइटम (item) को हटा देता है, लेकिन यह पहले भी हुआ है।"
"इस डुप्लिकेट (duplicate) और %d अन्य डुप्लिकेट्स (duplicates) को अनदेखा कर रहे हैं।"
"इस dup और %d अन्य dups को अनदेखा कर रहे हैं।"

#: subset.c:255
#, c-format
Expand Down
4 changes: 2 additions & 2 deletions hindi_files/transpose-hi_IN.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ msgid ""
"result in which to place the names of the input"
msgstr ""
"keep.names या तो NULL होना चाहिए, या परिणाम की पहली कॉलम (column) का नाम होना चाहिए"
"जिसमें इनपुट (Input) के नाम रखें"
"जिसमें इनपुट (input) के नाम रखें"

#: transpose.c:19
msgid "fill must be a length 1 vector, such as the default NA"
msgstr "fill की length 1 का एक वेक्टर (vector) होना चाहिए, जैसे कि डिफ़ॉल्ट (default) NA"
msgstr "fill की length 1 का एक वेक्टर (vector) होना चाहिए, जैसे कि डिफ़ॉल्ट (default) NA"

#: transpose.c:22
msgid "list.cols should be logical TRUE/FALSE."
Expand Down

0 comments on commit 08cc555

Please sign in to comment.