blob: 0086efead64c47afb0fe1fc4ad46e1826171e7f2 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
#The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
#Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
#
# This file contains localized strings used in this package. The typical
# NetBeans pattern is to use one bundle per-package, called Bundle.properties;
# the openide class NbBundle supports this usage.
#
# Typically, fetch a resource as follows:
# NbBundle.getMessage (MyClass.class, "SOME_Key");
#
# Don't bother caching strings or worse, static references to resource bundles -
# this may seem like its faster, but it wastes memory and slows things down
# in the long run.
#
MSG_AttrNamedWithJavaPersistenceQLKeyword=\u5c5e\u6027\u5217\u540d ({0}) \u662f Java \u6301\u4e45\u6027 QL \u7684\u4fdd\u7559\u5173\u952e\u5b57\u3002
MSG_AttrInvalidPersistenceQLIdentifier=\u5c5e\u6027\u5217\u540d\u4e0d\u662f\u6709\u6548\u7684 Java \u6301\u4e45\u6027 QL \u6807\u8bc6\u7b26\u3002
MSG_AttrNamedWithReservedSQLKeyword=\u5c5e\u6027\u5217\u540d ({0}) \u662f SQL-99 \u7684\u4fdd\u7559\u5173\u952e\u5b57\u3002
MSG_PublicVariable=\u6301\u4e45\u6027\u5c5e\u6027\u7684\u5b9e\u4f8b\u53d8\u91cf\u4e0d\u80fd\u4e3a\u516c\u5171\u53d8\u91cf\u3002
MSG_NonPublicAccesor=\u6301\u4e45\u6027\u5c5e\u6027\u7684 getter \u65b9\u6cd5\u5fc5\u987b\u4e3a\u516c\u5171\u6216\u53d7\u4fdd\u62a4\u7684\u65b9\u6cd5\u3002
MSG_FinalAccesor=\u6301\u4e45\u6027\u5c5e\u6027\u7684 getter \u65b9\u6cd5\u4e0d\u80fd\u4e3a final \u65b9\u6cd5\u3002
MSG_TemporalAttrNotAnnotatedProperly=\u5fc5\u987b\u4f7f\u7528 @Temporal \u6807\u6ce8\u6765\u6807\u8bb0\u4e34\u65f6\u5c5e\u6027\u3002
MSG_ValidBasicType=\u57fa\u672c\u5c5e\u6027\u53ea\u80fd\u4e3a\u4ee5\u4e0b\u7c7b\u578b: Java \u57fa\u5143\u7c7b\u578b, \u57fa\u5143\u5305\u88c5\u7c7b\u578b, String, java.math.BigInteger, java.math.BigDecimal, java.util.Date, java.util.Calendar, java.sql.Date, java.sql.Time, java.sql.TimeStamp, byte[], Byte[], char[], Character[], enum \u6216\u4efb\u4f55\u53ef\u4e32\u884c\u5316\u7684\u7c7b\u578b\u3002
MSG_EntityRelationNotDefined=\u672a\u5b9a\u4e49\u5b9e\u4f53\u5173\u7cfb\u3002
MSG_MVEntityRelationNotDefined=\u672a\u5b9a\u4e49\u591a\u503c\u5b9e\u4f53\u5173\u7cfb\u3002
MSG_InvalidVersionType=\u7248\u672c\u5b57\u6bb5\u6216\u5c5e\u6027\u4e0d\u5c5e\u4e8e\u53d7\u652f\u6301\u7684\u7c7b\u578b\u3002\u8bf7\u786e\u4fdd\u5b83\u5c5e\u4e8e\u4ee5\u4e0b\u67d0\u4e2a\u7c7b\u578b: int, Integer, short, Short, long, Long, java.sql.Timestamp\u3002
MSG_GeneratedValueIsId=\u53ea\u5e94\u5c06 GeneratedValue \u6807\u6ce8\u7528\u4e8e ID \u5b57\u6bb5\u3002
MSG_NonPublicMutator=\u6301\u4e45\u6027\u5c5e\u6027\u7684 setter \u65b9\u6cd5\u4e0d\u5e94\u4e3a\u79c1\u6709\u65b9\u6cd5\u3002
MSG_FinalMutator=\u6301\u4e45\u6027\u5c5e\u6027\u7684 setter \u65b9\u6cd5\u4e0d\u80fd\u4e3a\u6700\u7ec8\u65b9\u6cd5\u3002
MSG_PublicIdMutatorDiscouraged=Id \u5b57\u6bb5\u7684 setter \u65b9\u6cd5\u5e94\u8be5\u662f\u53d7\u4fdd\u62a4\u7684\u65b9\u6cd5\u3002