messages_zh_CN.properties 715 Bytes
# vibe_erp 核心消息包 — 简体中文。
#
# Java 9+ reads .properties files as UTF-8 by default (JEP 226), so
# Chinese characters are written here directly rather than as \uXXXX
# escapes. This file is read via java.util.ResourceBundle, which
# follows the same convention.

common.ok               = 确定
common.cancel           = 取消
common.save             = 保存
common.delete           = 删除

errors.not_found        = 未找到所请求的项目。
errors.duplicate_code   = 编码 ''{code}'' 已被使用。
errors.invalid_argument = 输入无效: {detail}
errors.unauthorised     = 您无权执行此操作。

counts.items            = {count, plural, =0 {无项目} other {# 个项目}}