mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
Refs #1690 Remove RuntimePropertiesGrid component
This commit is contained in:
parent
4dd839fa95
commit
5e589c89c5
@ -77,14 +77,6 @@ PermissionType.ENTITY_OP=Entity Operation
|
||||
PermissionType.ENTITY_ATTR=Entity Attribute
|
||||
PermissionType.SPECIFIC=Specific
|
||||
|
||||
AttributeType.STRING=String
|
||||
AttributeType.INTEGER=Numeric
|
||||
AttributeType.DOUBLE=Double
|
||||
AttributeType.DATE=Date
|
||||
AttributeType.DATE_TIME=Date & Time
|
||||
AttributeType.BOOLEAN=Boolean
|
||||
AttributeType.ENTITY=Entity
|
||||
AttributeType.DICTIONARY=Dictionary
|
||||
User.active=Active
|
||||
|
||||
User.loginLowerCase=Login
|
||||
|
@ -4,10 +4,7 @@
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
|
||||
AttributeType.DATE_TIME = Date & Heure
|
||||
Group.name = Nom
|
||||
AttributeType.DOUBLE = Double
|
||||
AttributeType.BOOLEAN = Booléen
|
||||
User.firstName = Prénom
|
||||
UserSetting.clientType = Type de client
|
||||
Type.CREATE = Créer
|
||||
@ -43,8 +40,6 @@ UserSetting.user = Utilisateur
|
||||
PermissionType.SCREEN = Ecran
|
||||
User.password = Mot de passe
|
||||
Permission.role = Rôle
|
||||
AttributeType.ENTITY = Entité
|
||||
AttributeType.DICTIONARY = Dictionnaire
|
||||
SessionAttribute.datatype = Type de données
|
||||
User.login = Login
|
||||
RoleType.DENYING = Refus en cours
|
||||
@ -60,7 +55,6 @@ User.lastName = Nom de famille
|
||||
UserSetting.name = Nom
|
||||
LoggedAttribute.entity = Entité enregistrée
|
||||
Constraint.whereClause = Clause Where
|
||||
AttributeType.STRING = Chaîne
|
||||
UserRole.role = Fonction
|
||||
LoggedEntity.name = Nom
|
||||
UserSessionEntity.lastUsedTs = Dernière utilisation le
|
||||
@ -75,10 +69,8 @@ UserSessionEntity.userName = Nom utilisateur
|
||||
User.group = Groupe
|
||||
ScreenHistoryEntity.url = URL
|
||||
User.defaultSubstitutedUser = Utilisateur substitué sur défaut
|
||||
AttributeType.DATE = Date
|
||||
RoleType = Type de rôle
|
||||
Permission.target = Cible
|
||||
AttributeType.INTEGER = Numérique
|
||||
Role.permissions = Permissions
|
||||
User.ipMask = Masque IP autorisé
|
||||
Group.parent = Groupe parent
|
||||
|
@ -99,15 +99,6 @@ PermissionType.ENTITY_OP=Операция с сущностью
|
||||
PermissionType.ENTITY_ATTR=Атрибут сущности
|
||||
PermissionType.SPECIFIC=Специфическое
|
||||
|
||||
AttributeType.STRING=Строковый
|
||||
AttributeType.INTEGER=Целочисленный
|
||||
AttributeType.DOUBLE=Дробный
|
||||
AttributeType.DATE=Дата
|
||||
AttributeType.DATE_TIME=Дата и время
|
||||
AttributeType.BOOLEAN=Булевский
|
||||
AttributeType.ENTITY=Сущность
|
||||
AttributeType.DICTIONARY=Словарь
|
||||
|
||||
EntityLogItem=Журнал изменений сущностей
|
||||
EntityLogItem.eventTs=Когда
|
||||
EntityLogItem.user=Кто
|
||||
|
Loading…
Reference in New Issue
Block a user