Class Translation

java.lang.Object
io.github.xezzon.zeroweb.locale.Translation
All Implemented Interfaces:
io.github.xezzon.zeroweb.common.jpa.IEntity<String>

@Entity public class Translation extends Object implements io.github.xezzon.zeroweb.common.jpa.IEntity<String>

国际化翻译文本实体类。

用于存储特定语言下国际化消息的翻译内容。 每个翻译条目由唯一的 ID、命名空间、消息键、语言标签和实际翻译文本组成。

  • Constructor Details

    • Translation

      public Translation()