split trainee_N and practitioner_N

This commit is contained in:
krasimir
2015-05-18 13:37:11 +00:00
parent 3bc5c4ab85
commit c12e458a27
17 changed files with 67 additions and 34 deletions

View File

@@ -20540,7 +20540,8 @@ lin practice_V = compoundV "रिहर्सल" (mkV "करना") ; -- toc
lin practice_V2 = mkV2 (compoundV "रिहर्सल" (mkV "करना")) ; -- tocheck
lin practise_V = compoundV "रिहर्सल" (mkV "करना") ; -- tocheck
lin practise_V2 = mkV2 (compoundV "रिहर्सल" (mkV "करना")) ; -- tocheck
lin practitioner_N = mkN "चिकित्सक" ; -- tocheck
lin practitionerMasc_N = mkN "चिकित्सक" ; -- tocheck
lin practitionerFem_N = mkN "चिकित्सक" ; -- tocheck
lin praesidium_N = mkN "स्थायी समिति" ; -- tocheck
lin pragmatic_A = mkA "व्यावहारिक" ; -- tocheck
lin pragmatically_Adv = mkAdv "व्यावहारिक ढंग से" ; -- tocheck
@@ -29157,7 +29158,8 @@ lin trailer_N = mkN "सुस्त आदमी" ; -- tocheck
lin train_N = mkN "रेल" ; -- tocheck
lin train_V = mkV "सिखना" ; -- tocheck
lin train_V2 = mkV2 (mkV "सिखना") ; -- tocheck
lin trainee_N = mkN "प्रशिक्षार्थी" ; -- tocheck
lin traineeMasc_N = mkN "प्रशिक्षार्थी" ; -- tocheck
lin traineeFem_N = mkN "प्रशिक्षार्थी" ; -- tocheck
lin traineeship_N = mkN "प्रशिक्षण के लिये आर्थिक सहायता" ; -- tocheck
lin trainer_N = mkN "प्रशिक्षक" ; -- tocheck
lin training_N = mkN "प्रशिक्षण" ; -- tocheck