Skip to content
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

Files to be translated to Hindi (Group 1) #6568

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
48c61a0
add error_log for Hindi files
SaranjeetKaur Oct 11, 2024
828d303
files to be translated to Hindi
SaranjeetKaur Oct 11, 2024
c7378dd
Merge branch 'master' into hindi_a
SaranjeetKaur Oct 11, 2024
87948e1
translate R-frank to hi_IN
amansingh1011 Oct 13, 2024
14aae77
Merge branch 'master' into hindi_a
amansingh1011 Oct 13, 2024
793ed0d
translate ijoin-hi_IN to hi_IN
amansingh1011 Oct 15, 2024
aa876a5
translate R-xts-hi_IN to hi_IN
amansingh1011 Oct 16, 2024
95aa030
translate bmerge-hi_IN to hi_IN
amansingh1011 Oct 16, 2024
9bb3468
translate transpose-hi_IN to hi_IN
amansingh1011 Oct 16, 2024
82961cb
Merge branch 'master' into hindi_a
SaranjeetKaur Oct 25, 2024
ea1f4ab
Merge branch 'master' into hindi_a
amansingh1011 Nov 4, 2024
2acda51
Apply suggestions from Jyoti's code review
amansingh1011 Nov 4, 2024
8b31d50
traslate R-utils-hi_IN to hi_IN
amansingh1011 Nov 5, 2024
a62982a
translate fsort-hi_IN.po to hi_IN
amansingh1011 Nov 7, 2024
fc1ed5d
translate subst-hi_IN.po to hi_IN
amansingh1011 Nov 7, 2024
1940e60
translate coalesce-hi_IN.po to hi_IN
amansingh1011 Nov 7, 2024
b793e2b
translat frollR-hi_IN.po to hi_IN
amansingh1011 Nov 8, 2024
030bd3c
translate R-fread-hi_IN.po to hi_IN
amansingh1011 Nov 9, 2024
9654a3a
Merge branch 'master' into hindi_a
amansingh1011 Nov 9, 2024
e797339
Merge branch 'master' into hindi_a
jyoti-bhogal Nov 16, 2024
7581e65
translate R-data.table-hi_in.po to hi_in
amansingh1011 Nov 21, 2024
4ad7706
Merge branch 'master' into hindi_a
amansingh1011 Nov 21, 2024
08cc555
Apply suggestions from code review
amansingh1011 Nov 26, 2024
991618b
Merge branch 'master' into hindi_a
amansingh1011 Feb 18, 2025
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
12 changes: 8 additions & 4 deletions hindi_files/R-frank-hi_IN.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,32 @@ msgstr ""

#: frank.R:3
msgid "length(na.last) = 0"
msgstr ""
msgstr "length(na.last) = 0"

#: frank.R:5
msgid "length(na.last) > 1, only the first element will be used"
msgstr ""
msgstr "length(na.last) > 1, केवल पहला तत्व ही उपयोग किया जाएगा"

#: frank.R:17
msgid "x is a single vector, non-NULL 'cols' doesn't make sense"
msgstr ""
msgstr "x एक सिंगल (single) वेक्टर (vector) है, non-NULL 'cols' का कोई अर्थ नहीं है"

#: frank.R:23
msgid "x is a list, 'cols' can not be 0-length"
msgstr ""
msgstr "x एक list है, 'cols' की 0-length नहीं हो सकती"

#: frank.R:31
msgid ""
"Input column '..na_prefix..' conflicts with data.table internal usage; please "
"rename"
msgstr ""
"इनपुट (Input) कॉलम (column) '..na_prefix..' का data.table के आंतरिक उपयोग के साथ टकराव हो रहा है; कृपया "
"नाम बदलें"

#: frank.R:46
msgid ""
"Input column '..stats_runif..' conflicts with data.table internal usage; "
"please rename"
msgstr ""
"इनपुट (Input) कॉलम (column) '..stats_runif..' का data.table के आंतरिक उपयोग के साथ टकराव हो रहा है; "
"कृपया नाम बदलें"
Loading