forked from GitHub/gf-core
corrected own_V2 in DictionarySpa
This commit is contained in:
@@ -14297,7 +14297,7 @@ lin owe_V = mkV (mkV "estar") "en deuda" | mkV "deber" | mkV "adeudar" ; -- stat
|
||||
lin owe_V2 = mkV2 (mkV (mkV "estar") "en deuda") | mkV2 (mkV "deber") | mkV2 (mkV "adeudar") ; -- status=guess
|
||||
lin owl_N = mkN "búho" | mkN "lechuza" ; -- status=guess
|
||||
lin own_A = mkA "propio" ; -- status=guess
|
||||
lin own_V2 = mkV2 (reconocer_V) | mkV2 (mkV "admitir") ;
|
||||
lin own_V2 = mkV2 poseer_V ;
|
||||
lin owner_N = mkN "propietario" | mkN "dueño" | mkN "poseedor" masculine ;
|
||||
lin ownership_N = mkN "posesión" feminine | mkN "propiedad" masculine ; -- status=guess
|
||||
lin ox_N = mkN "buey" masculine | mkN "toro" feminine | mkN "novillo" ; -- status=guess status=guess status=guess
|
||||
|
||||
@@ -2081,7 +2081,7 @@ lin twice_Adv = mkAdv "dos veces" ;
|
||||
lin sing_V2 = mkV2 (mkV "cantar") ;
|
||||
lin sing_V = L.sing_V ;
|
||||
lin whereas_Subj = ss "mientras" ** {m = Indic ; lock_Subj = <>} ;
|
||||
lin own_V2 = mkV2 (reconocer_V) | mkV2 (mkV "admitir") ;
|
||||
lin own_V2 = mkV2 poseer_V ;
|
||||
lin head_V2 = mkV2 dirigir_V ;
|
||||
lin head_V = dirigir_V ;
|
||||
lin examination_N = mkN "examen" masculine ;
|
||||
|
||||
Reference in New Issue
Block a user