# vibe_erp core message bundle — English (the source locale). # # This is the FALLBACK bundle. ResourceBundle resolves keys via # requested-locale → its parents → ROOT (this file). The framework's # default locale (vibeerp.i18n.defaultLocale) is also `en` out of the # box, so most operators will see these strings unless they explicitly # pick a different locale via Accept-Language or the configuration. # # Naming convention: `..`. Enforced at runtime # by org.vibeerp.api.v1.i18n.MessageKey's regex. # ─── Common ─────────────────────────────────────────────────────────── common.ok = OK common.cancel = Cancel common.save = Save common.delete = Delete # ─── Errors ─────────────────────────────────────────────────────────── errors.not_found = The requested item was not found. errors.duplicate_code = The code ''{code}'' is already in use. errors.invalid_argument = Invalid input: {detail} errors.unauthorised = You are not authorised to perform this action. # ─── Counts (ICU plural) ───────────────────────────────────────────── counts.items = {count, plural, =0 {no items} one {1 item} other {# items}}