8055798: Japanese translation for a warning from javac looks incorrect.

Tue, 18 Nov 2014 14:51:17 -0800

author
mfang
date
Tue, 18 Nov 2014 14:51:17 -0800
changeset 2608
da01c2706e5d
parent 2607
10e9228e77b0
child 2609
edb89e5d7ace

8055798: Japanese translation for a warning from javac looks incorrect.
Reviewed-by: peytoia

src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties	Fri Nov 14 21:10:58 2014 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties	Tue Nov 18 14:51:17 2014 -0800
     1.3 @@ -1534,7 +1534,7 @@
     1.4  compiler.warn.override.unchecked.thrown={0}\n\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306F{1}\u3092\u30B9\u30ED\u30FC\u3057\u307E\u305B\u3093
     1.5  
     1.6  # 0: symbol
     1.7 -compiler.warn.override.equals.but.not.hashcode=\u30AF\u30E9\u30B9{0}\u306F\u7B49\u53F7\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30AF\u30E9\u30B9\u3082\u30B9\u30FC\u30D1\u30FC\u30AF\u30E9\u30B9\u3082hashCode\u30E1\u30BD\u30C3\u30C9\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u305B\u3093
     1.8 +compiler.warn.override.equals.but.not.hashcode=\u30AF\u30E9\u30B9{0}\u306Fequals\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059\u304C\u3001\u3053\u306E\u30AF\u30E9\u30B9\u3082\u3001\u307E\u305F\u3001\u3044\u304B\u306A\u308B\u30B9\u30FC\u30D1\u30FC\u30AF\u30E9\u30B9\u3082\u3001hashCode\u30E1\u30BD\u30C3\u30C9\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u305B\u3093
     1.9  
    1.10  ## The following are all possible strings for the first argument ({0}) of the
    1.11  ## above strings.
     2.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties	Fri Nov 14 21:10:58 2014 -0800
     2.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties	Tue Nov 18 14:51:17 2014 -0800
     2.3 @@ -1534,7 +1534,7 @@
     2.4  compiler.warn.override.unchecked.thrown={0}\n\u88AB\u8986\u76D6\u7684\u65B9\u6CD5\u672A\u629B\u51FA{1}
     2.5  
     2.6  # 0: symbol
     2.7 -compiler.warn.override.equals.but.not.hashcode=\u7C7B{0}\u8986\u76D6\u4E86\u7B49\u53F7, \u4F46\u8BE5\u7C7B\u6216\u4EFB\u4F55\u8D85\u7C7B\u90FD\u672A\u8986\u76D6 hashCode \u65B9\u6CD5
     2.8 +compiler.warn.override.equals.but.not.hashcode=\u7C7B{0}\u8986\u76D6\u4E86 equals, \u4F46\u8BE5\u7C7B\u6216\u4EFB\u4F55\u8D85\u7C7B\u90FD\u672A\u8986\u76D6 hashCode \u65B9\u6CD5
     2.9  
    2.10  ## The following are all possible strings for the first argument ({0}) of the
    2.11  ## above strings.

mercurial