META-INF.i18n.zh-CN.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cache-core-jdk11 Show documentation
Show all versions of cache-core-jdk11 Show documentation
Cache Core Package, development by Nervousync Studio (NSYC)
The newest version!
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <comment>缓存工具简体中文国际化信息资源</comment> <entry key="Invalid_Provider_Cache_Error">非法的缓存适配器</entry><!-- 0x000C00000003 --> <entry key="Annotation_Provider_Cache_Error">缓存适配器需要使用{0}进行标注</entry><!-- 0x000C00000004 --> <entry key="Server_Not_Configured_Cache_Error">未设置缓存服务器</entry><!-- 0x000C00000005 --> <entry key="Info_Cache_Debug">缓存名称:{0},缓存值:{1}</entry> <entry key="Override_Cache_Config">覆写缓存配置,缓存名称:{0}</entry> <entry key="Override_Cache_Provider">覆写缓存适配器名称:{0},当前类名:{1},新类名:{2}</entry> <entry key="Stack_Message_Error">错误堆栈信息:</entry> <entry key="Register_Cache_Error">注册缓存配置出错</entry> <entry key="Registered_Providers_Count_Cache_Debug">已注册的缓存适配器数量:{0}</entry> </properties>