Skip to content

Commit

Permalink
Apply suggestions from Aman's code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aman Singh <[email protected]>
  • Loading branch information
jyoti-bhogal and amansingh1011 authored Oct 18, 2024
1 parent ba5c073 commit 103b6ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hindi_files/R-AllS4-hi_IN.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ msgstr ""

#: AllS4.R:2
msgid "data.table package loaded. When developing don't load package"
msgstr "data.table पैकेज लोड हो गया है। विकास करते समय पैकेज लोड न करें।"
msgstr "data.table पैकेज (package) लोड हो गया है। विकास करते समय पैकेज (package) लोड न करें।"
6 changes: 3 additions & 3 deletions hindi_files/R-as.data.table-hi_IN.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ msgid ""
"Argument 'value.name' must be scalar character, non-NA and at least one "
"character"
msgstr ""
"तर्क 'value.name' स्केलर (scalar) कैरेक्टर (character) होना चाहिए, नॉन-NA और कम से कम एक कैरेक्टर (character) होना चाहिए"
"तर्क 'value.name' स्केलर (scalar) कैरेक्टर (character) होना चाहिए, non-NA और कम से कम एक कैरेक्टर (character) होना चाहिए"

#: as.data.table.R:90
msgid "Argument 'sorted' must be scalar logical and non-NA"
msgstr "तर्क 'sorted' स्केलर (scalar) लॉजिकल (logical) और गैर-NA होना चाहिए"
msgstr "तर्क 'sorted' स्केलर (scalar) लॉजिकल (logical) और non-NA होना चाहिए"

#: as.data.table.R:92
msgid "Argument 'na.rm' must be scalar logical and non-NA"
msgstr "तर्क 'na.rm' स्केलर (scalar) लॉजिकल (logical) और गैर-NA होना चाहिए"
msgstr "तर्क 'na.rm' स्केलर (scalar) लॉजिकल (logical) और non-NA होना चाहिए"

#: as.data.table.R:94
msgid "Please provide either 'key' or 'sorted', but not both."
Expand Down

0 comments on commit 103b6ce

Please sign in to comment.