fixes in the translation dictionaries based on the data in the phrasebook

This commit is contained in:
krasimir
2016-07-04 21:18:43 +00:00
parent 3435382e49
commit c5a9da0757
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -30173,7 +30173,7 @@ lin underskirt_N = mkN "पेटिकोट" ; -- tocheck
lin underspend_V = compoundV "सामान्य से कम दर पर खर्च" (mkV "करना") ; -- tocheck
lin underspend_V2 = mkV2 (compoundV "सामान्य से कम दर पर खर्च" (mkV "करना")) ; -- tocheck
lin understaffed_A = mkA "निर्धारित से कम कर्मचारियों वाला" ; -- tocheck
lin understand_V = compoundV "मान" (mkV "लेना") ; -- tocheck
lin understand_V = mkV "समझना" ;
lin understand_V2 = mkV2 (compoundV "मान" (mkV "लेना")) ; -- tocheck
lin understand_VS = mkVS (compoundV "मान" (mkV "लेना")) ; -- tocheck
lin understandable_A = mkA "समझ में आने योग्य" ; -- tocheck