From professional translators, enterprises, web pages and freely available translation repositories.
enums are a simple list of values. a typical example is an enum for days of the week. the options of an enum are called enum literals. like datatypes they can not have relationships to classes but classes can have relationships to them.
enum to lista wartości. typowym przykładem są dni tygodnia. podobnie jak typy danych, nie mogą mieć relacji do klas, ale klasy mogą mieć relacje do nich.