; ; Copyright (C) 2002 Michal Sevcenko ; ; This program is free software; you can redistribute it and/or ; modify it under the terms of the GNU Lesser General Public ; License as published by the Free Software Foundation; either ; version 2.1 of the License, or (at your option) any later version. ; ; This program is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ; Lesser General Public License for more details. ; ; You should have received a copy of the GNU Lesser General Public ; License along with this program; if not, write to the Free Software ; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; ; This file contains definitions of auxiliary predicates that help to ; define language representations of predicates defined within SUMO. ; The 'format' ternary predicate associates a concept (either relation or ; a function with a string. When there is a need to visualise certain ; concept in natural language, the associated string is used. The string ; generally contains a natural language description of the concept, but ; it may contain special tags which are interpreted with the browser. ; The description of these tags follows: ; &%token - specifies a token that will be made into a hypertext link ; to concept being visualized ; %1, %2, ... - this tag will be substituted with a natural language ; representation of the concept's respective argument ; %n{text} will be replaced either with empty string, if a predicate ; is being rendered as positive, or 'text' otherwise; the %n tag ; can be used as a shortcut for %n{not} ; %p{text} replaced with 'text' for positive rendering and with an ; empty string for negative rendering ; %*{range}[delim] will be replaced with a list of natural-language ; representation of a subset of arguments; range specifies which ; arguments will be included - it is a comma separated list of ; numbers or ranges; for example, range '1-4,6' denotes first, ; second, third, fourth and sixth argument; the delim parameter ; specifies the delimiter which will be used to separate representations ; of arguments; both {range} and [delim] may be ommited - range ; defaults to all arguments, and delim defaults to a single space ; %% will be replaced with a single percent character ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ICIA: ; The notation &%token was supplemented by %t{text} which stands for the translation of the English token. ; The diacritical characters were represented as SGML entities. They can be easily turned into ISO-LATIN2 characters ; by using SGML2ISO perl script ; In Romanian tag %p{text} is unnecessary because the presence or the absence of negation does not influence the inflected form of a verb. ; However, the Romanian adjectives and participles have gender (and number) and they are subject to the agreement. ; For generating grammatical natural language strings the format predicate would need ; additional tags relating tags %1, %2... to corresponding strings which would observe the grammatical agreements; ; ; Below there are some examples to clarify the use of tag %t: ; (format en believes "%1 %n{doesn't} &%believe%p{s} %2") <=> (rendering, in English) : "%1 doesn't believe %2" ; (format ro believes "%1 %n{nu} &%believe%t{crede} %2") <=> (rendering, in Romanian) : "%1 nu crede %2". ; or (positive) ; (format en believes "%1 &%believe%p{s} %2") <=> (rendering, in English) : "%1 believes %2" ; (format ro believes "%1 &%believe%t{crede} %2") <=> (rendering, in Romanian) : "%1 crede %2". ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; BASE ONTOLOGY ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro agent "%1 %n{nu} este un &%agent%t{agent} pentru %2") (format ro attribute "%2 %n{nu} este un &%attribute%t{atribut} pentru %1") (format ro believes "%1 %n{nu} &%believe%t{crede} %2") (format ro between "%2 %n{nu} este &%between%t{între} %1 şi %3") (format ro capability "%3 %n{nu} este &%capable%t{capabil} să facă %1 în rolul de %2") (format ro causes "%1 %n{nu} &%cause%t{produce} %2") (format ro closedOn "%1 %n{nu} este &%closed%t{închisă} pe %2") (format ro component "%1 %n{nu} este o &%component%t{componentă} a lui %2") (format ro conditionalProbability "&%probability%t{probabilitatea} lui %1 dat fiind faptul că %2 apare, %n{nu} este %3") (format ro considers "%1 %n{nu} &%consider%t{evaluează} %2") (format ro containsInformation "%1 %n{nu} &%contain%t{conţine} informaţie %2") (format ro copy "%1 %n{nu} este o &%copy%t{copie} fidelă a lui %2") (format ro decreasesLikelihood "%1 %n{nu} &%decrease%t{reduce} probabilitatea lui %2") (format ro desires "%1 %n{nu} &%desire%t{doreşte} %2") (format ro destination "%1 %n{nu} &%end%t{se termină} la %2") (format ro distributes "%1 %n{nu} este &%distributive%t{distributivă} peste %2") (format ro documentation "%n{nu} %2") (format ro equivalenceRelationOn "%1 %n{nu} este o relaţie de &%equivalence%t{echivalenţă} peste %2") (format ro exactlyLocated "%1 %n{nu} este poziţionat &%exactly%t{precis} în %2") (format ro experiencer "%2 %n{nu} &%experience%t{percepe} %1") (format ro exploits "%1 %n{nu} &%exploit%t{foloseşte} %2") (format ro faces "%1 %n{nu} &%face%t{este cu faţa} la %2") (format ro greaterThan "%1 %n{nu} este &%greater%t{mai mare} decât %2") (format ro greaterThanOrEqualTo "%1 %n{nu} este &%greater%t{mai mare} sau egal decât %2") (format ro hasPurpose "%1 %n{nu} are &%purpose%t{scopul} %2") (format ro hasPurposeForAgent "%1 %n{nu} are &%purpose%t{scopul} %2 pentru %3") (format ro hasSkill "%2 %n{nu} are &%skill%t{calificarea} să facă %1") (format ro holdsDuring "%2 %n{nu} se verifică &%during%t{pe perioada} %1") (format ro holdsRight "%2 %n{nu} are &%right%t{dreptul} să facă %1") (format ro increasesLikelihood "%1 %n{nu} &%increase%t{sporeşte} probabilitatea lui %2") (format ro independentProbability "evenimentele %1 şi %2 %n{nu} sunt &%independent%t{independente}") (format ro initialList "%1 %n{nu} &%start%t{începe} %2") (format ro inList "%1 %n{nu} este un &%member%t{element} al lui %2") (format ro inScopeOfInterest "%1 %n{nu} este &%interested%t{interesat} de %2") (format ro instrument "%2 %n{nu} este un &%instrument%t{instrument} pentru %1") (format ro irreflexiveOn "%1 %n{nu} este &%irreflexive%t{ireflexivă} pe %2") (format ro knows "%1 %n{nu} &%know%t{cunoaşte} %2") (format ro lessThan "%1 %n{nu} este &%less%t{mai mic} decât %2") (format ro lessThanOrEqualTo "%1 %n{nu} este &%less%t{mai mic} sau egal decât %2") (format ro located "%1 %n{nu} este &%located%t{localizat} la %2") (format ro manner "%1 %n{nu} este executat în maniera %2") (format ro material "%1 %n{nu} este &%made%t{făcut} din %2") (format ro member "%1 %n{nu} este un &%member%t{membru} al lui %2") (format ro needs "%1 %n{nu} &%need%t{are nevoie} de %2") (format ro origin "%1 %n{nu} &%origin%t{începe} din %2") (format ro part "%1 %n{nu} este o &%part%t{parte} a lui %2") (format ro partialOrderingOn "%1 %n{nu} este o relaţie de ordine &%partial%t{parţială} peste %2") (format ro partlyLocated "%1 %n{nu} este &%partly%t{parţial} localizat în %2") (format ro patient "%2 %n{nu} este &%patient%t{pacient} pentru %1") (format ro piece "%1 %n{nu} este o &%piece%t{bucată} a lui %2") (format ro possesses "%1 %n{nu} &%posess%t{deţine} %2") (format ro prefers "%1 %n{nu} &%prefer%t{preferă} %2 în detrimentul lui %3") (format ro properPart "%1 %n{nu} este o &%part%t{parte} &%proper%t{proprie} a lui %2") (format ro property "%1 %n{nu} are &%attribute%t{atributul} %2") (format ro reflexiveOn "%1 %n{nu} este &%reflexive%t{reflexivă} pe %2") (format ro resource "%2 %n{nu} este o &%resource%t{resursă} pentru %1") (format ro result "%2 %n{nu} este un &%result%t{rezultat} al lui %1") (format ro subCollection "%1 %n{nu} este o &%sub-collection%t{subcolecţie} proprie a lui %2") (format ro subProposition "%1 %n{nu} este o &%sub-proposition%t{subpropoziţie} a lui %2") (format ro subList "%1 %n{nu} este o &%sublist%t{sublistă} a lui %2") (format ro time "%1 %n{nu} există &%during%t{pe perioada} %2") (format ro totalOrderingOn "%1 %n{nu} este o relaţie de &%ordering%t{ordine} &%total%t{totală} peste %2") (format ro trichotomizingOn "%1 %n{nu} este o relaţie &%trichotomizing%t{trihotomică} pe %2") (format ro true "%1 %n{nu} &%is%t{este} %2") (format ro wants "%1 %n{nu} &%want%t{doreşte} %2") (format ro confersObligation "%2 %n{nu-l} &%obligate%t{obligă} pe %3 să execute sarcina de tipul %1") (format ro confersRight "%2 %n{nu-i} &%allow%t{permite} lui %3 să execute sarcina de tipul %1") (format ro crosses "%1 %n{nu-l} &%crosse%t{traversează} pe %2") (format ro equivalentContentClass "%1 %n{nu} este &%equivalent%t{echivalent} cu %2") (format ro equivalentContentInstance "%1 %n{nu} este &%equivalent%t{echivalent} cu %2") (format ro expressedInLanguage "%1 %n{nu} este &%expressed%t{exprimat} în limba %2") (format ro holdsObligation "%2 %n{nu} este &%obliged%t{obligat} să execute sarcini de tipul %1") (format ro inhibits "%1 %n{nu} &%inhibit%t{inhibă} %2") (format ro penetrates "%1 %n{nu} &%penetrate%t{penetrează} %2") (format ro precondition "%1 %n{nu} este o &%precondition%t{precondiţie} pentru %2") (format ro prevents "%1 %n{nu} &%prevent%t{împiedică} apariţia lui %2") (format ro realization "%1 %n{nu} &%express%t{materializează} conţinutul lui %2") (format ro refers "%1 %n{nu} include o &%reference%t{referinţă} către %2") (format ro represents "%1 %n{nu} &%express%t{reprezină} %2") (format ro representsForAgent "%3 %n{nu} &%use%t{foloseşte} %1 în locul lui %2") (format ro representsInLanguage "%1 %n{nu} &%represent%t{exprimă} %2 în limbă %3") (format ro subPlan "%1 %n{nu} este un &%sub-plan%t{subplan} al lui %2") (format ro subsumesContentClass "%1 %n{nu} &%subsume%t{subsumează} conţinutul lui %2") (format ro subsumesContentInstance "%1 %n{nu} &%subsume%t{subsumează} conţinutul lui %2") (format ro traverses "%1 %n{nu} &%traverse%t{traversează} %2") (format ro uses "%2 %n{nu} &%use%t{foloseşte} %1") ;;;;;;;;;;;;;;;;;; ; Functions (format ro AbstractionFn "&%description%t{descrierea} lui %1") (format ro BackFn "&%back%t{spatele} lui %1") (format ro ExtensionFn "&%class%t{clasa} corespunzătoare lui %1") (format ro FrontFn "&%front%t{faţa} lui %1") (format ro ListFn "(%*[,])") (format ro ListOrderFn "%2th &%element%t{element} al lui %1") (format ro ListLengthFn "&%length%t{lungimea} lui %1") (format ro ListConcatenateFn "&%list%t{lista} formată din %1 şi %2") (format ro PropertyFn "&%belongings%t{bunurile} lui %1") (format ro ProbabilityFn "&%probability%t{probabilitatea} lui %1") (format ro WhereFn "locul &%where%t{unde} %1 era la %2") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; STRUCTURAL ONTOLOGY ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro contraryAttribute "%1 %n{nu} este &%opposed%t{opus} lui %2") (format ro disjoint "%1 %n{nu} este &%disjoint%t{disjunct} faţă de %2") (format ro disjointDecomposition "%1 %n{nu} &%decomposed%t{se descompune} &%disjointly%t{disjunct} în %*{2-}[,]") (format ro disjointRelation "%1 şi %2 %n{nu} sunt &%disjoint%t{disjuncte}") (format ro domain "argumentul numărul %2 al lui %1 %n{nu} este o &%instance%t{instanţiere} a lui %3") (format ro domainSubclass "argumentul numărul %2 al lui %1 %n{nu} este o &%subclass%t{subclasă} a lui %3") (format ro entails "din %1 %n{nu} &%entail%t{decurge} %2") (format ro equal "%1 %n{nu} este &%equal%t{egal} cu %2") (format ro exhaustiveDecomposition "%1 %n{nu} este &%covered%t{acoperit} de %*{2-}[,]") (format ro immediateInstance "%1 %n{nu} este o instanţiere &%immediate%t{imediată} a lui %2") (format ro immediateSubclass "%1 %n{nu} este o subclasă &%immediate%t{imediată} a lui %2") (format ro instance "%1 %n{nu} este o &%instance%t{instanţiere} a lui %2") (format ro inverse "%1 %n{nu} este o relaţie &%inverse%t{inversă} a lui %2") (format ro names "%2 %n{nu} are &%name%t{numele} %1") (format ro partition "%1 %n{nu} este &%partitioned%t{partiţionată} &%exhaustively%t{exhaustiv} în %*{2-}[,]") (format ro range "&%range%t{codomeniul} lui %1 %n{nu} este o instanţă a lui %2") (format ro relatedInternalConcept "%1 %n{nu} este relaţionat &%internally%t{intern} cu %2") (format ro subAttribute "%1 %n{nu} este un &%subattribute%t{subatribut} al lui %2") (format ro subclass "%1 %n{nu} este o &%subclass%t{subclasă} a lui %2") (format ro subrelation "%1 %n{nu} este o &%subrelation%t{subrelaţie} a lui %2") (format ro successorAttribute "%1 %n{nu} este un &%attribute%t{atribut} imediat %successor%t{succesor} al lui %2") (format ro successorAttributeClosure "%1 %n{nu} este un &%attribute%t{atribut} &%successor%t{succesor} al lui %2") (format ro valence "%1 %n{nu} are %2 &%argument%t{argumente}") (format ro rangeSubclass "valorile returnate de %1 %n{nu} sunt &%subclasses%t{subclase} ale lui %2") (format ro relatedExternalConcept "înţelesul %1 în limba %3 %n{nu} este &%related%t{legat} de înţelesul %2") (format ro subsumedExternalConcept "înţelesul %1 în limba %3 %n{nu} este &%subsumed%t{subsumat} de înţelesul %2") (format ro subsumingExternalConcept "înţelesul %1 în limba %3 %n{nu} &%subsume%t{subsumează} înţelesul %2") (format ro synonymousExternalConcept "înţelesul %1 în limba %3 %n{nu} este &%synonymous%t{sinonim} cu înţelesul %2") (format ro uniqueIdentifier "identificatorul &%unique%t{unic} al lui %1 %n{nu} este %2") ;;;;;;;;;;;;;;;;;; ; Functions (format ro AssignmentFn "%1(%*{2-}[,])") (format ro PowerSetFn "toate &%subclasses%t{subclasele} lui %1") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; MEREOTOPOLOGY ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro bottom "&%bottom%t{capătul de jos} al lui %2 %n{nu} este %1") (format ro connected "%1 %n{nu} este &%connected%t{îmbinat} cu %2") (format ro connects "%1 %n{nu} &%connect%t{îmbină} %2 şi %3") (format ro meetsSpatially "%1 %n{nu} &%meet%t{întâlneşte} %2") (format ro overlapsSpatially "%1 %n{nu} &%overlap%t{se suprapune} cu %2") (format ro overlapsPartially "%1 %n{nu} &%overlap%t{se suprapune} &%partially%t{parţial} cu %2") (format ro superficialPart "%1 %n{nu} este o parte &%superficial%t{de suprafaţă} a lui %2") (format ro surface "%1 %n{nu} este o &%surface%t{suprafaţă} a lui %2") (format ro interiorPart "%1 %n{nu} este o parte &%interior%t{interioară} a lui %2") (format ro hole "%1 %n{nu} este o &%hole%t{deschizătură} în %2") (format ro fills "%1 %n{nu} &%fill%t{umple} %2") (format ro completelyFills "%1 %n{nu} &%fill%t{umple} &%completely%t{complet} %2") (format ro partiallyFills "%1 %n{nu} &%fill%t{umple} &%partially%t{parţial} %2") (format ro properlyFills "%1 %n{nu} &%fill%t{umple} &%properly%t{adecvat} %2") (format ro side "o &%side%t{faţă} a lui %2 %n{nu} este %1") (format ro top "&%top%t{vârful} lui %2 %n{nu} este %1") ;;;;;;;;;;;;;;;;;; ; Functions (format ro MereologicalSumFn "&%union%t{reuniunea} părţilor din %1 şi %2") (format ro MereologicalProductFn "&%intersection%t{intersecţia} părţilor din %1 şi %2") (format ro MereologicalDifferenceFn "&%difference%t{diferenţa} dintre părţile din %1 şi %2") (format ro HoleHostFn "&%host%t{gazda} deshizăturii %1") (format ro HoleSkinFn "&%surface%t{suprafaţa} deshizăturii %1") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; TEMPORAL CONCEPTS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro duration "&%duration%t{durata} lui %1 %n{nu} este %2") (format ro frequency "%1 %n{nu} &%occur%t{apare} în fiecare %2") (format ro temporalPart "%1 %n{nu} este o &%part%t{parte} a lui %2") (format ro starts "%1 %n{nu} &%start%t{începe} %2") (format ro finishes "%1 %n{nu} &%finish%t{termină} %2") (format ro before "%1 %n{nu} happen%t{se întâmplă} &%before%t{înainte de} %2") (format ro beforeOrEqual "%1 %n{nu} &%happen%t{se întâmplă} înainte de sau la %2") (format ro temporallyBetween "%2 %n{nu} este &%between%t{între} %1 şi %3") (format ro temporallyBetweenOrEqual "%2 %n{nu} este &%between%t{între} %1 şi %3 sau la %1 sau %3") (format ro overlapsTemporally "%2 %n{nu} &%overlap%t{se suprapune} peste %1") (format ro during "%1 %n{nu} take%t{are} loc &%during%t{pe perioada} %2") (format ro meetsTemporally "%1 %n{nu} &%meet%t{se continuă} cu %2") (format ro earlier "%1 %n{nu} se întâmplă &%earlier%t{mai devreme} decât %2") (format ro cooccur "%1 %n{nu} &%occur%t{apare} în acelaşi timp cu %2") (format ro date "&%date%t{data} lui %1 %n{nu} este %2") ;;;;;;;;;;;;;;;;;; ; Functions (format ro TemporalCompositionFn "&%decomposition%t{descompunerea} lui %1 în %3 %2s") (format ro BeginFn "&%beginning%t{începutul} lui %1") (format ro EndFn "the &%end%t{sfânceputul} lui %1") (format ro TimeIntervalFn "&%interval%t{interval} între %1 şi %2") (format ro WhenFn "&%time%t{timpul} existenţei lui %1") (format ro PastFn "&%before%t{înainte de} %1") (format ro ImmediatePastFn "imediat &%before%t{înainte de} %1") (format ro FutureFn "&%after%t{după} %1") (format ro ImmediateFutureFn "imediat &%after%t{după} %1") (format ro YearFn "&%year%t{anul} %1") (format ro MonthFn "&%month%t{luna} %1") (format ro DayFn "&%day%t{ziua} %1") (format ro HourFn "&%hour%t{ora} %1") (format ro MinuteFn "&%minute%t{minutul} %1") (format ro SecondFn "&%second%t{secunda} %1") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; SET/CLASS THEORY ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro subset "%1 %n{nu} este o &%subset%t{submulţime} a lui %2") (format ro element "%1 %n{nu} este un &%element%t{element} al lui %2") ;;;;;;;;;;;;;;;;;; ; Functions (format ro UnionFn "&%union%t{reuniunea} lui %1 şi %2") (format ro IntersectionFn "&%intersection%t{intersecţia} lui %1 şi %2") (format ro RelativeComplementFn "&%difference%t{diferenţa} dintre %1 şi %2") (format ro ComplementFn "&%complement%t{complementara} lui %1") (format ro GeneralizedUnionFn "&%union%t{reuniunea} tuturor elementelor lui %1") (format ro GeneralizedIntersectionFn "&%intersection%t{intersecţia} tuturor elementelor lui %1") (format ro CardinalityFn "numărul &%instances%t{instanţelor} din %1") (format ro KappaFn "&%class%t{clasa} descrisă de %1") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; OBJECTS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro developmentalForm "&%form%t{forma} de &%developmental%t{evoluţie} a lui %1 %n{nu} este %2") (format ro inhabits "%1 %n{nu} &%live%t{locuieşte} în %2") (format ro parent "%2 %n{nu} este &%parent%t{părintele} lui %1") (format ro mother "%2 %n{nu} este &%mother%t{mama} lui %1") (format ro father "%2 %n{nu} este &%father%t{tatăl} lui %1") (format ro sibling "%1 %n{nu} este &%sibling%t{copilul} lui %2") (format ro authors "%1 %n{nu} este &%author%t{autorul} lucrării %2") (format ro editor "%1 %n{nu} este &%editor%t{editorul} lucrării %2") (format ro publishes "%1 %n{nu} &%publishe%t{publică} %2") (format ro version "%1 %n{nu} este o &%version%t{versiune} a lui %2") (format ro engineeringSubcomponent "%1 %n{nu} este un &%component%t{modul} al lui %2") (format ro connectedEngineeringComponents "%1 %n{nu} este &%connected%t{interfaţată} cu %2") (format ro connectsEngineeringComponents "%1 %n{nu} &%connect%t{interfaţează} %2 şi %3") (format ro familyRelation "%1 şi %2 %n{nu} sunt &%related%t{înrudiţi}") (format ro employs "%1 %n{nu-l} &%employ%t{angajează} pe %2") (format ro subOrganization "%1 %n{nu} este o &%part%t{parte} a organizaţiei %2") (format ro occupiesPosition "%1 %n{nu} deţine &%position%t{poziţia} %2 în %3") (format ro citizen "%1 %n{nu} este un &%citizen%t{cetăţean} al lui %2") ;;;;;;;;;;;;;;;;;; ; Functions (format ro EditionFn "&%edition%t{ediţia} %2 a lui %1") (format ro SeriesVolumeFn "volumul %2 din &%series%t{seria} %1") (format ro PeriodicalIssueFn "numărul %2 &%periodical%t{periodic} al lui %1") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; PROCESSES ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro subProcess "%1 %n{nu} este un &%subprocess%t{subproces} al lui %2") (format ro path "%2 %n{nu} este &%path%t{rută} de-a lungul căreia are loc %1") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; QUALITIES ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro orientation "%1 %n{nu} este %3 faţă de %2") (format ro direction "entităţile din procesul %1 %n{nu} &%moving%t{se deplasează} către %2") (format ro modalAttribute "afirmaţa %1 %n{nu} are &%force%t{forţa} &%modal%t{modală} a lui %2") ;;;;;;;;;;;;;;;;;; ; Functions (format ro RelativeTimeFn "ora %1 în zona %2") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; UNITS OF MEASURE ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro measure "&%measure%t{măsura} lui %1 %n{nu} este %2") (format ro altitude "&%altitude%t{altitudinea} lui %1 %n{nu} este %2") (format ro age "&%age%t{vârsta} lui %1 %n{nu} este %2") (format ro length "&%length%t{lungimea} lui %1 %n{nu} este %2") (format ro width "&%width%t{lăţimea} lui %1 %n{nu} este %2") (format ro diameter "&%diameter%t{diametrul} lui %1 %n{nu} este %2") (format ro height "&%height%t{înălţimea} ?lui %1 %n{nu} este %2") (format ro distance "&%distance%t{distanţa} dintre %1 ş %2 %n{nu} este %3") (format ro larger "%1 %n{nu} este &%larger%t{mai mare} decât %2") (format ro smaller "%1 %n{nu} este &%smaller%t{mai mic} decât %2") (format ro monetaryValue "&%value%t{valoarea} lui %1 %n{nu} este %2") ;;;;;;;;;;;;;;;;;; ; Functions (format ro MeasureFn "%1 %2(s)") (format ro KiloFn "1 &%thousand%t{mie} de %1") (format ro MegaFn "1 &%million%t{milion} de %1") (format ro GigaFn "1 &%billion%t{miliard} de %1") (format ro TeraFn "1 &%trillion%t{trilion} de %1") (format ro MilliFn "o &%thousandth%t{miime} dintr-un(o) %1") (format ro MicroFn "o &%millionth%t{milionime} dintr-un(o) %1") (format ro NanoFn "o &%billionth%t{bilionime} dintr-un(o) %1") (format ro PicoFn "o &%trillionth%t{trilionime} dintr-un(o) %1") (format ro IntervalFn "&%interval%t{intervalul} de la %1 la %2") (format ro RecurrentTimeIntervalFn "&%period%t{perioada} &%recurring%t{recurentă} de la %1 la %2") (format ro MagnitudeFn "&%magnitude%t{magnitudinea} lui %1") (format ro DensityFn "%1 &%per%t{pe} %2") (format ro SpeedFn "%1 &%per%t{pe} %2") (format ro VelocityFn "%1 &%per%t{pe} %2 în %3 în direcţia %4") (format ro WealthFn "&%value%t{valoarea} bunurilor lui %1") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; NUMERIC FUNCTIONS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro identityElement "%2 %n{nu} este un element &%identity%t{neutru} of %1") ;;;;;;;;;;;;;;;;;; ; Functions (format ro MultiplicationFn "%*[*]") (format ro AdditionFn "(%*[+])") (format ro SubtractionFn "(%*[-])") (format ro DivisionFn "%*[/]") (format ro AbsoluteValueFn "&%value%t{valoarea} &%absolute{absolută} a lui %1") (format ro CeilingFn "&%ceiling%t{cel mai mic număr întreg mai mare sau egal} cu %1") (format ro CosineFn "&%cosine%t{cosinusul} lui %1") (format ro DenominatorFn "&%denominator%t{numitorul} fracţiei %1") (format ro ExponentiationFn "%1 ridicat la &%power%t{puterea} %2") (format ro FloorFn "&%largest%t{cel mai mare} număr întreg mai mic sau egal cu %1") (format ro GreatestCommonDivisorFn "&%greatest%t{cel mai mare} divizor comun al %*[şi]") (format ro ImaginaryPartFn "partea &%imaginary%t{imaginară} a lui %1") (format ro IntegerSquareRootFn "rădăcina pătrată &%integer%t{întreagă} a lui %1") (format ro LeastCommonMultipleFn "&%least%t{cel mai mic} multiplu comun al %*[şi]") (format ro LogFn "&%log%t{logaritmul} lui %1") (format ro MaxFn "cel &%larger%t{mai mare} dintre %1 şi %2") (format ro MinFn "cel &%smaller%t{mai mic} dintre %1 şi %2") (format ro NumeratorFn "&%numerator%t{numărătorul} fracţiei %1") (format ro RationalNumberFn "reprezentarea &%rational%t{raţională} a lui %1") (format ro RealNumberFn "partea &%real%t{reală} a lui %1") (format ro ReciprocalFn "&%reciprocal%t{reciproca} lui %1") (format ro RemainderFn "%1 &%mod%t{modulo} %2") (format ro RoundFn "%1 &%rounded%t{rotunjit}") (format ro SignumFn "&%sign%t{semnul} lui %1") (format ro SineFn "&%sine%t{sinusul} lui %1") (format ro SquareRootFn "rădăcina &%square%t{pătrată} a lui %1") (format ro TangentFn "&%tangent%t{tangenta} lui %1") (format ro SuccessorFn "(%1+1)") (format ro PredecessorFn "(%1-1)") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; GRAPH THEORY ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; Relations (format ro links "%3 %n{nu} &%link%t{leagă} %1 şi %2") (format ro graphPart "%1 %n{nu} este o &%part%t{parte} a kui %2") (format ro subGraph "%1 %n{nu} este un &%subgraph%t{subgraf} al lui %2") (format ro pathLength "&%length%t{lungimea} lui %1 %n{nu} este %2") (format ro arcWeight "&%value%t{valoarea} lui %1 %n{nu} este %2") ;;;;;;;;;;;;;;;;;; ; Functions (format ro InitialNodeFn "nodul &%starting%t{iniţial} al lui %1") (format ro TerminalNodeFn "nodul &%terminal%t{terminal} al lui %1") (format ro BeginNodeFn "&%beginning%t{începutul} lui %1") (format ro EndNodeFn "&%end{sfârştul} lui %1") (format ro PathWeightFn "&%value%t{valoarea} lui %1") (format ro MinimalWeightedPathFn "&%path%t{drumul} de &%cost%t{cost} &%lowest%t{minim} între %1 şi %2") (format ro MaximalWeightedPathFn "&%path%t{drumul} de &%cost%t{cost} &%highest%t{maxim} între %1 şi %2") (format ro GraphPathFn "&%set%t{mulţimea} drumurilor între %1 şi %2") (format ro CutSetFn "&%set%t{mulţimea} drumurilor care partiţionează %1 în două grafuri separate") (format ro MinimalCutSetFn "&%set%t{mulţimea} drumurilor minimale care partiţionează %1 în două grafuri separate") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (format ro PremisesFn "&%premises%t{premisele} argumentului %1") (format ro conclusion "&%conclusion%t{concluzia} argumentului %1 %n{nu} este %2") (format ro sideOfFigure "&%size%t{dimensiunea} lui %2 %n{nu} este %1") (format ro radius "&%radius{raza} lui %1 %n{nu} este %2") (format ro tangent "&%tangent%t{tangenta} lui %2 %n{nu} este %1") (format ro pointOfFigure "%1 %n{nu} este un &%vertex%t{vârf} al lui %2") (format ro wears "%1 %n{nu} &%wear%t{poartă} %2") (format ro grasps "%1 %n{nu} &%grasp%t{ţine} %2") (format ro contains "%1 %n{nu} &%contain%t{conţine} %2") (format ro GovernmentFn "&%government%t{guvernul} lui %1") (format ro geopoliticalSubdivision "") (format ro home "&%home{locuinţa} lui %1 %n{nu} este %2") (format ro legalRelation "%n{nu} există o &%relation%t{relaţie} &%legal{legală} între %1 şi %2") (format ro subOrganization "%1 %n{nu} este o parte a organizaţiei %2") (termFormat ro Entity "entitate") (termFormat ro Physical "fizic") (termFormat ro Object "obiect") (termFormat ro SelfConnectedObject "obiect indivizibil") (termFormat ro Substance "substantţă") (termFormat ro PureSubstance "substanţă pură") (termFormat ro ElementalSubstance "substanţă elementară") (termFormat ro Metal "metal") (termFormat ro Atom "atom") (termFormat ro SubatomicParticle "particulă subatomică") (termFormat ro AtomicNucleus "nucleu atomic") (termFormat ro Electron "electron") (termFormat ro Proton "proton") (termFormat ro Neutron "neutron") (termFormat ro CompoundSubstance "compus chimic") (termFormat ro Mixture "mixtură") (termFormat ro Solution "soluţie") (termFormat ro CorpuscularObject "obiect neomogen") (termFormat ro Region "regiune") (termFormat ro Collection "colecţie") (termFormat ro ContentBearingObject "obiect purtător de conţinut semantic") (termFormat ro SymbolicString "şir de caractere") (termFormat ro Character "caracter") (termFormat ro Icon "icon") (termFormat ro MotionPicture "imagine dinamică") (termFormat ro LinguisticExpression "expresie lingvistică") (termFormat ro Language "limbaj") (termFormat ro AnimalLanguage "limbaj animal") (termFormat ro ArtificialLanguage "limbaj artificial") (termFormat ro ComputerLanguage "limbaj de programare") (termFormat ro HumanLanguage "limbaj uman") (termFormat ro ConstructedLanguage "limbă construită artificial") (termFormat ro NaturalLanguage "limbaj natural") (termFormat ro Word "cuvânt") (termFormat ro Formula "formulă") (termFormat ro Agent "agent") (termFormat ro SentientAgent "agent conştient") (termFormat ro CognitiveAgent "agent cognitiv") (termFormat ro Process "proces") (termFormat ro DualObjectProcess "proces relaţional") (termFormat ro Abstract "abstract") (termFormat ro Quantity "cantitate") (termFormat ro Attribute "atribut") (termFormat ro InternalAttribute "atribut intern") (termFormat ro RelationalAttribute "atribut relaţional") (termFormat ro Number "număr") (termFormat ro RealNumber "număr real") (termFormat ro ImaginaryNumber "număr imaginar") (termFormat ro RationalNumber "număr raţional") (termFormat ro IrrationalNumber "număr iraţional") (termFormat ro NonnegativeRealNumber "număr real nenegativ") (termFormat ro PositiveRealNumber "număr real pozitiv") (termFormat ro NegativeRealNumber "număr real negativ") (termFormat ro Integer "întreg") (termFormat ro EvenInteger "întreg par") (termFormat ro OddInteger "întreg impar") (termFormat ro PrimeNumber "număr prim") (termFormat ro NonnegativeInteger "întreg nenegativ") (termFormat ro NegativeInteger "întreg negativ") (termFormat ro PositiveInteger "întreg pozitiv") (termFormat ro BinaryNumber "număr binar") (termFormat ro ComplexNumber "număr complex") (termFormat ro PhysicalQuantity "cantitate fizică") (termFormat ro ConstantQuantity "constantă de cantitate") (termFormat ro TimeMeasure "măsur&abreve temporală") (termFormat ro TimeDuration "durată") (termFormat ro TimePosition "poziţie temporală") (termFormat ro TimeInterval "interval temporal") (termFormat ro TimePoint "punct temporal") (termFormat ro FunctionQuantity "funcţie de cantitate") (termFormat ro UnaryConstantFunctionQuantity "funcţie de cantitate unară constantă") (termFormat ro TimeDependentQuantity "cantitate dependentă de timp") (termFormat ro SetOrClass "mulţime sau clasă") (termFormat ro Class "clasă") (termFormat ro Set "mulţime") (termFormat ro Relation "relaţie") (termFormat ro SingleValuedRelation "relaţie monovalentă") (termFormat ro TotalValuedRelation "relaţie cu valoare totală") (termFormat ro PartialValuedRelation "relaţie cu valoare parţial&a") (termFormat ro BinaryRelation "relaţie binară") (termFormat ro ReflexiveRelation "relaţie reflexivă") (termFormat ro IrreflexiveRelation "relaţie nereflexivă") (termFormat ro SymmetricRelation "relaţie simetrică") (termFormat ro AsymmetricRelation "relaţie asimetrică") (termFormat ro AntisymmetricRelation "relaţie antisimetrică") (termFormat ro TrichotomizingRelation "relaţie de tricotomizare") (termFormat ro TransitiveRelation "relaţie tranzitivă") (termFormat ro IntransitiveRelation "relaţie intranzitivă") (termFormat ro PartialOrderingRelation "relaţie de ordine parţială") (termFormat ro TotalOrderingRelation "relaţie de ordine totală") (termFormat ro EquivalenceRelation "relaţie de echivalenţă") (termFormat ro CaseRole "rol semantic") (termFormat ro ProbabilityRelation "relaţie de probabilitate") (termFormat ro SpatialRelation "relaţie spaţială") (termFormat ro TemporalRelation "relaţie temporală") (termFormat ro PropositionalAttitude "atitudine propoziţională") (termFormat ro ObjectAttitude "atitudine obiectuală") (termFormat ro TernaryRelation "relaţie ternară") (termFormat ro QuaternaryRelation "rela&tcedile; quaternară") (termFormat ro QuintaryRelation "relaţie quaternară") (termFormat ro List "listă") (termFormat ro UniqueList "listă cu elemente unice") (termFormat ro Predicate "predicat") (termFormat ro Function "funcţie") (termFormat ro UnaryFunction "funcţie unară") (termFormat ro OneToOneFunction "funcţie injectivă") (termFormat ro SequenceFunction "funcţie injectivă definită pe o mulţime numărabilă") (termFormat ro BinaryFunction "funcţie binară") (termFormat ro AssociativeFunction "funcţie asociativă") (termFormat ro CommutativeFunction "funcţie comutativă") (termFormat ro TernaryFunction "funcţie ternară") (termFormat ro QuaternaryFunction "funcţie cuaternară") (termFormat ro ContinuousFunction "funcţie continuă") (termFormat ro BinaryPredicate "predicat binar") (termFormat ro TernaryPredicate "predicat ternar") (termFormat ro QuaternaryPredicate "predicat cuaternar") (termFormat ro QuintaryPredicate "predicat cvintar") (termFormat ro VariableArityRelation "relaţie cu aritate variabilă") (termFormat ro RelationExtendedToQuantities "relaţie extinsă la cantităţi") (termFormat ro Proposition "propoziţie") (termFormat ro Graph "graf") (termFormat ro DirectedGraph "graf orientat") (termFormat ro Tree "arbore") (termFormat ro GraphPath "cale intr-un graf") (termFormat ro GraphCircuit "circuit de graf") (termFormat ro MultiGraph "multigraf") (termFormat ro PseudoGraph "pseudograf") (termFormat ro GraphElement "element într-un graf") (termFormat ro GraphNode "nod într-un graf") (termFormat ro GraphArc "arc de graf") (termFormat ro GraphLoop "buclă într-un graf") (termFormat ro Hole "gaură") (termFormat ro Pi "pi") (termFormat ro NumberE "numărul e") (termFormat ro AstronomicalBody "corp ceresc") (termFormat ro GeographicArea "arie geografică") (termFormat ro GeopoliticalArea "arie geopolitică") (termFormat ro WaterArea "întindere de apă") (termFormat ro SaltWaterArea "întindere de apă sărată") (termFormat ro FreshWaterArea "întindere de apă proaspătă") (termFormat ro StreamWaterArea "întindere de apă curgătoare") (termFormat ro StaticWaterArea "întindere de apă stătută") (termFormat ro LandArea "suprafaţă de pământ") (termFormat ro Continent "continent") (termFormat ro Island "insulă") (termFormat ro Nation "naţiune") (termFormat ro StateOrProvince "stat sau provincie") (termFormat ro Address "adresă") (termFormat ro City "oraş") (termFormat ro Water "apă") (termFormat ro Mineral "mineral") (termFormat ro OrganicObject "obiect organic") (termFormat ro Organism "organism") (termFormat ro Plant "plantă") (termFormat ro FloweringPlant "plantă cu flori") (termFormat ro NonFloweringPlant "plantă fără flori") (termFormat ro Alga "algă") (termFormat ro Fungus "ciupercă") (termFormat ro Moss "muşchi de copac") (termFormat ro Fern "ferigă") (termFormat ro Animal "animal") (termFormat ro Microorganism "microorganism") (termFormat ro Bacterium "bacterie") (termFormat ro Virus "virus") (termFormat ro Vertebrate "vertebrată") (termFormat ro Invertebrate "nevertebrată") (termFormat ro Worm "vierme") (termFormat ro Mollusk "moluscă") (termFormat ro Arthropod "artropodă") (termFormat ro Arachnid "arahnidă") (termFormat ro Myriapod "miriapod") (termFormat ro Insect "insectă") (termFormat ro Crustacean "crustaceu") (termFormat ro ColdBloodedVertebrate "vertebrată cu sânge rece") (termFormat ro WarmBloodedVertebrate "vertebrată cu sânge cald") (termFormat ro Amphibian "amfibian") (termFormat ro Bird "pasăre") (termFormat ro Fish "peşte") (termFormat ro Mammal "mamifer") (termFormat ro AquaticMammal "mamifer acvatic") (termFormat ro HoofedMammal "mamifer copitat") (termFormat ro Marsupial "marsupial") (termFormat ro Carnivore "carnivor") (termFormat ro Canine "specia canină") (termFormat ro Feline "felină") (termFormat ro Rodent "rozătoare") (termFormat ro Primate "primată") (termFormat ro Ape "maimuţă antropoidă") (termFormat ro Monkey "maimuţă") (termFormat ro Hominid "hominid") (termFormat ro Human "fiinţă umană") (termFormat ro Reptile "reptilă") (termFormat ro BiologicallyActiveSubstance "substanţă activă biologic") (termFormat ro Nutrient "nutrient") (termFormat ro Protein "proteină") (termFormat ro Enzyme "enzimă") (termFormat ro Carbohydrate "carbohidrat") (termFormat ro Vitamin "vitamină") (termFormat ro BodySubstance "substanţă a corpului") (termFormat ro Hormone "hormon") (termFormat ro Blood "sânge") (termFormat ro Food "hrană") (termFormat ro Meat "carne") (termFormat ro FruitOrVegetable "fruct sau legumă") (termFormat ro Beverage "băutură") (termFormat ro AnatomicalStructure "structură anatomică") (termFormat ro ReproductiveBody "corp reproductiv") (termFormat ro BodyPart "parte a corpului") (termFormat ro BodyCovering "acoperire a corpului") (termFormat ro BodyJunction "articulaţie") (termFormat ro BodyVessel "vas") (termFormat ro Cell "celulă") (termFormat ro Organ "organ") (termFormat ro Gland "glandă") (termFormat ro Tissue "ţesut") (termFormat ro Bone "os") (termFormat ro Muscle "muşchi") (termFormat ro FatTissue "ţesut gras") (termFormat ro Noun "substantiv") (termFormat ro Verb "verb") (termFormat ro Adjective "adjectiv") (termFormat ro Adverb "adverb") (termFormat ro Morpheme "morfem") (termFormat ro Phrase "expresie") (termFormat ro VerbPhrase "grup verbal") (termFormat ro NounPhrase "grup nominal") (termFormat ro PrepositionalPhrase "grup prepoziţional") (termFormat ro Text "text") (termFormat ro Sentence "propoziţie") (termFormat ro Book "carte") (termFormat ro Summary "rezumat") (termFormat ro Series "serie") (termFormat ro Periodical "publicaţie periodică") (termFormat ro Article "articol") (termFormat ro Certificate "certificat") (termFormat ro Patent "patent") (termFormat ro Molecule "moleculă") (termFormat ro Artifact "artefact") (termFormat ro Product "produs") (termFormat ro StationaryArtifact "artefact static") (termFormat ro Building "clădire") (termFormat ro Room "cameră") (termFormat ro ArtWork "operă de artă") (termFormat ro Fabric "fabrică") (termFormat ro Clothing "îmbrăcăminte") (termFormat ro Device "dispozitiv") (termFormat ro MusicalInstrument "instrument muzical") (termFormat ro TransportationDevice "mijloc de transport") (termFormat ro Weapon "armă") (termFormat ro Machine "maşină") (termFormat ro EngineeringComponent "mecanism") (termFormat ro EngineeringConnection "mecanism de conectare") (termFormat ro Group "grup") (termFormat ro AgeGroup "grup de vârstă") (termFormat ro FamilyGroup "grup familial") (termFormat ro EthnicGroup "grup etnic") (termFormat ro Organization "organizaţie") (termFormat ro Corporation "corporaţie") (termFormat ro PoliticalOrganization "organizaţie politică") (termFormat ro Government "guvern") (termFormat ro EducationalOrganization "organizaţie educaţională") (termFormat ro ReligiousOrganization "organizaţie religioasă") (termFormat ro BiologicalProcess "proces biologic") (termFormat ro PhysiologicProcess "proces fiziologic") (termFormat ro OrganismProcess "proces organic") (termFormat ro Birth "naştere") (termFormat ro Death "moarte") (termFormat ro Breathing "respiraţie") (termFormat ro Ingesting "îngurgitare") (termFormat ro Eating "procesul de a mânca") (termFormat ro Drinking "procesul de a bea") (termFormat ro Growth "creştere") (termFormat ro Replication "replică") (termFormat ro SexualReproduction "reproducere sexuală") (termFormat ro AsexualReproduction "reproducere asexuată") (termFormat ro PsychologicalProcess "proces psihologic") (termFormat ro OrganOrTissueProcess "proces organic sau de ţesut") (termFormat ro PathologicProcess "proces patologic") (termFormat ro Injuring "vătămare") (termFormat ro Poisoning "otrăvire") (termFormat ro IntentionalProcess "proces de intenţie") (termFormat ro IntentionalPsychologicalProcess "proces psihologic de intenţie") (termFormat ro RecreationOrExercise "recreaţie sau exerciţiu") (termFormat ro OrganizationalProcess "proces organizaţional") (termFormat ro EducationalProcess "proces educaţional") (termFormat ro ReligiousProcess "proces religios") (termFormat ro JoiningAnOrganization "aderare la o organizaţie") (termFormat ro LeavingAnOrganization "părăsire a unei organizaţii") (termFormat ro Graduation "absolvire a unei şcoli") (termFormat ro Matriculation "înmatriculare") (termFormat ro Hiring "angajare") (termFormat ro TerminatingEmployment "încetare a contractului de muncă") (termFormat ro PoliticalProcess "proces politic") (termFormat ro MilitaryProcess "proces militar") (termFormat ro RegulatoryProcess "proces de reglare") (termFormat ro Managing "administrare") (termFormat ro Planning "planificare") (termFormat ro QuantityChange "schimb cantitativ") (termFormat ro Increasing "creştere") (termFormat ro Heating "încălzire") (termFormat ro Decreasing "descreştere") (termFormat ro Cooling "răcire") (termFormat ro Motion "mişcare") (termFormat ro BodyMotion "mişcare a corpului") (termFormat ro Walking "mers") (termFormat ro Swimming "înot") (termFormat ro Dancing "dans") (termFormat ro DirectionChange "schimbare de direcţie") (termFormat ro Transfer "transfer") (termFormat ro Removing "îndepărtare") (termFormat ro Uncovering "dezvăluire") (termFormat ro Putting "punere") (termFormat ro Covering "a acoperi") (termFormat ro Substituting "a substitui") (termFormat ro Impelling "impulsionare") (termFormat ro Shooting "împuşcare") (termFormat ro Touching "atingere") (termFormat ro Impacting "impact") (termFormat ro Transportation "transport") (termFormat ro Guiding "ghidare") (termFormat ro Driving "conducere") (termFormat ro ChangeOfPossession "schimbarea posesiei") (termFormat ro Giving "a da") (termFormat ro UnilateralGiving "donaţie") (termFormat ro Lending "a da împrumut") (termFormat ro Getting "obţinere") (termFormat ro UnilateralGetting "luare în posesie") (termFormat ro Borrowing "a lua împrumut") (termFormat ro Transaction "tranzacţie") (termFormat ro FinancialTransaction "tranzacţie financiară") (termFormat ro Betting "pariu") (termFormat ro Buying "cumpărare") (termFormat ro Selling "vânzare") (termFormat ro Learning "învăţare") (termFormat ro Classifying "clasificare") (termFormat ro Reasoning "raţionare") (termFormat ro Selecting "selecţionare") (termFormat ro Comparing "comparare") (termFormat ro Calculating "calculare") (termFormat ro Measuring "măsurare") (termFormat ro Counting "numărare") (termFormat ro Predicting "predicţie") (termFormat ro Remembering "aducere aminte") (termFormat ro Keeping "păstrare") (termFormat ro Confining "restrângere") (termFormat ro Maintaining "menţinere") (termFormat ro Repairing "reparare") (termFormat ro TherapeuticProcess "proces terapeutic") (termFormat ro Surgery "interventie chirurgicală") (termFormat ro Damaging "stricăciune") (termFormat ro Destruction "distrugere") (termFormat ro Killing "ucidere") (termFormat ro Poking "împungere") (termFormat ro Cutting "tăiere") (termFormat ro Attaching "ataşare") (termFormat ro Detaching "desprindere") (termFormat ro Combining "combinare") (termFormat ro Separating "separare") (termFormat ro ChemicalProcess "proces chimic") (termFormat ro ChemicalSynthesis "sinteză chimică") (termFormat ro ChemicalDecomposition "decompoziţie chimică") (termFormat ro Combustion "combustie") (termFormat ro InternalChange "schimbare internă") (termFormat ro SurfaceChange "schimbare de suprafaţă") (termFormat ro ShapeChange "schimbare de formă") (termFormat ro Coloring "colorare") (termFormat ro ContentDevelopment "creare de conţinut") (termFormat ro Reading "citire") (termFormat ro Writing "scriere") (termFormat ro Encoding "codificare") (termFormat ro Decoding "decodificare") (termFormat ro Wetting "înmuiere") (termFormat ro Drying "uscare") (termFormat ro Creation "creaţie") (termFormat ro Making "facere") (termFormat ro Constructing "construire") (termFormat ro Manufacture "fabricare") (termFormat ro Publication "publicare") (termFormat ro Cooking "gătit") (termFormat ro Pursuing "urmărire") (termFormat ro Investigating "investigare") (termFormat ro DiagnosticProcess "proces de diagnosticare") (termFormat ro SocialInteraction "interacţiune socială") (termFormat ro Pretending "pretinde") (termFormat ro Communication "comunicare") (termFormat ro Disseminating "diseminare") (termFormat ro Advertising "publicitate") (termFormat ro Stating "afirmare") (termFormat ro Directing "îndrumare") (termFormat ro Ordering "comanda") (termFormat ro Requesting "cerere") (termFormat ro Questioning "interogare") (termFormat ro Committing "asumare") (termFormat ro Expressing "exprimare") (termFormat ro Declaring "declarare") (termFormat ro Cooperation "cooperare") (termFormat ro Meeting "întâlnire") (termFormat ro Contest "întrecere") (termFormat ro ViolentContest "competiţie violentă") (termFormat ro War "război") (termFormat ro Battle "bătălie") (termFormat ro Game "joc") (termFormat ro Sport "sport") (termFormat ro LegalAction "acţiune legală") (termFormat ro Maneuver "manevră") (termFormat ro Perception "percepţie") (termFormat ro Seeing "vedere") (termFormat ro Smelling "miros") (termFormat ro Tasting "gust") (termFormat ro Hearing "auz") (termFormat ro TactilePerception "percepţie tactilă") (termFormat ro Radiating "radiaţie") (termFormat ro RadiatingLight "radiaţie luminoasă") (termFormat ro RadiatingSound "undă sonoră") (termFormat ro Music "muzică") (termFormat ro StateChange "schimbare de stare") (termFormat ro Melting "topire") (termFormat ro Boiling "fierbere") (termFormat ro Condensing "condensare") (termFormat ro Freezing "îngheţare") (termFormat ro FieldOfStudy "domeniu de cercetare") (termFormat ro Procedure "procedură") (termFormat ro ComputerProgram "program de calculator") (termFormat ro Plan "plan") (termFormat ro TruthValue "valoare de adevăr") (termFormat ro PositionalAttribute "atribut poziţional") (termFormat ro DirectionalAttribute "atribut direcţional") (termFormat ro TimeZone "fus orar") (termFormat ro SocialRole "rol social") (termFormat ro Position "poziţie") (termFormat ro NormativeAttribute "atribut normativ") (termFormat ro SubjectiveAssessmentAttribute "atribut subiectival") (termFormat ro ObjectiveNorm "normă obiectivă") (termFormat ro ContestAttribute "atribut de competiţie") (termFormat ro AlethicAttribute "atribut alethic") (termFormat ro DeonticAttribute "atribut deontic") (termFormat ro PhysicalState "stare fizică") (termFormat ro PerceptualAttribute "atribut de percepţie") (termFormat ro TasteAttribute "atribut de gust") (termFormat ro OlfactoryAttribute "atribut olfactiv") (termFormat ro VisualAttribute "atribut vizual") (termFormat ro ColorAttribute "atribut de culoare") (termFormat ro PrimaryColor "culoare primară") (termFormat ro ShapeAttribute "atribut de formă") (termFormat ro SoundAttribute "atribut sonor") (termFormat ro SaturationAttribute "atribut de saturaţie") (termFormat ro BiologicalAttribute "atribut biologic") (termFormat ro AnimacyAttribute "atribut vital") (termFormat ro SexAttribute "atribut sexual") (termFormat ro DevelopmentalAttribute "atribut de dezvoltare") (termFormat ro DiseaseOrSyndrome "boală sau simptom") (termFormat ro PsychologicalAttribute "atribut psihologic") (termFormat ro StateOfMind "stare mentală") (termFormat ro EmotionalState "stare emoţională") (termFormat ro ConsciousnessAttribute "atribut de conştienţă") (termFormat ro Asleep "adormire") (termFormat ro Unconscious "inconştienţă") (termFormat ro Awake "trezire") (termFormat ro TraitAttribute "atribut de particularitate") (termFormat ro PsychologicalDysfunction "disfuncţie psihologică") (termFormat ro FiniteSet "mulţime finită") (termFormat ro PairwiseDisjointClass "clasă cu elemente disjuncte două câte două") (termFormat ro MutuallyDisjointClass "clasă cu elemente unice") (termFormat ro Year "an") (termFormat ro LeapYear "an bisect") (termFormat ro Month "lună") (termFormat ro January "ianuarie") (termFormat ro February "februarie") (termFormat ro March "martie") (termFormat ro April "aprilie") (termFormat ro May "mai") (termFormat ro June "iunie") (termFormat ro July "iulie") (termFormat ro August "august") (termFormat ro September "septembrie") (termFormat ro October "octombrie") (termFormat ro November "noiembrie") (termFormat ro December "decembrie") (termFormat ro Day "zi") (termFormat ro Monday "luni") (termFormat ro Tuesday "marţi") (termFormat ro Wednesday "miercuri") (termFormat ro Thursday "joi") (termFormat ro Friday "vineri") (termFormat ro Saturday "sâmbătă") (termFormat ro Sunday "duminică") (termFormat ro Week "săptămână") (termFormat ro Hour "oră") (termFormat ro Minute "minut") (termFormat ro Second "secundă") (termFormat ro UnitOfMeasure "unitate de măsură") (termFormat ro SystemeInternationalUnit "unitate a sistemului internaţional de măsură") (termFormat ro LengthMeasure "măsură de lungime") (termFormat ro MassMeasure "măsură de masă") (termFormat ro AreaMeasure "măsură de arie") (termFormat ro VolumeMeasure "măsură de volum") (termFormat ro TemperatureMeasure "măsură de temperatură") (termFormat ro CurrencyMeasure "măsură de monedă") (termFormat ro AngleMeasure "măsură angulară") (termFormat ro PlaneAngleMeasure "măsură de unghi plan") (termFormat ro SolidAngleMeasure "măsură de unghi solid") (termFormat ro InformationMeasure "măsură de informaţie")