packagemessages.properties

来自「国外的一套开源CRM」· PROPERTIES 代码 · 共 22 行

PROPERTIES
22
字号

# ========================================
# org.ofbiz.party.party messages
# ========================================

party.id_is_digit=Specified party ID cannot start with a digit, numeric IDs are reserved for auto-generated IDs

party.id_generation_failure=ERROR: Failure generating new party ID

person.create.party_exists_not_person_type=Cannot create person, a party with the specified party ID already exists and is not a PERSON type party
person.create.person_exists=Cannot create person, a person with the specified party ID already exists
# 0=exception message
person.create.db_error=Could not add person info (write failure): {0}

# 0=exception message
person.update.read_failure=Could not update person information (read failure): {0}
person.update.not_found=Could not update person information (person not found)
# 0=exception message
person.update.write_failure=Could not update person information (write failure): {0}
person.update.success=Person successfully updated.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?