Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
BZ-1179842: fixed literals in japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Jan 9, 2015
1 parent f4ff07b commit af50246
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fieldType.CheckBox=CheckBox
fieldType.CheckBoxPrimitiveBoolean=\u30d7\u30ea\u30df\u30c6\u30a3\u30d6\u30d6\u30fc\u30eb\u5024
fieldType.CheckBox=\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9
fieldType.CheckBoxPrimitiveBoolean=Primitive Boolean
fieldType.HTMLEditor=\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8
fieldType.HTMLLabel=HTML \u30e9\u30d9\u30eb
fieldType.I18nHTMLText=\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3055\u308c\u305f\u8907\u6570\u8a00\u8a9e\u30c6\u30ad\u30b9\u30c8
Expand All @@ -9,21 +9,21 @@ fieldType.InputDate=\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7
fieldType.InputShortDate=\u30b7\u30e7\u30fc\u30c8\u65e5\u4ed8
fieldType.InputText=\u30b7\u30e7\u30fc\u30c8\u30c6\u30ad\u30b9\u30c8
fieldType.InputTextArea=\u30ed\u30f3\u30b0\u30c6\u30ad\u30b9\u30c8
fieldType.InputTextCharacter=\u6587\u5b57
fieldType.InputTextPrimitiveCharacter=\u30d7\u30ea\u30df\u30c6\u30a3\u30d6\u6587\u5b57
fieldType.InputTextCharacter=Character
fieldType.InputTextPrimitiveCharacter=Primitive Character
fieldType.InputTextDouble=\u500d\u7cbe\u5ea6\u6570
fieldType.InputTextPrimitiveDouble=\u30d7\u30ea\u30df\u30c6\u30a3\u30d6\u500d\u7cbe\u5ea6\u6570
fieldType.InputTextFloat=\u5358\u7cbe\u5ea6\u6570
fieldType.InputTextPrimitiveFloat=\u30d7\u30ea\u30df\u30c6\u30a3\u30d6\u5358\u7cbe\u5ea6\u6570
fieldType.InputTextEmail=\u96fb\u5b50\u30e1\u30fc\u30eb
fieldType.InputTextByte=\u30d0\u30a4\u30c8
fieldType.InputTextPrimitiveByte=\u30d7\u30ea\u30df\u30c6\u30a3\u30d6\u30d0\u30a4\u30c8
fieldType.InputTextShort=\u30b7\u30e7\u30fc\u30c8
fieldType.InputTextPrimitiveShort=\u30d7\u30ea\u30df\u30c6\u30a3\u30d6\u30b7\u30e7\u30fc\u30c8
fieldType.InputTextInteger=\u6574\u6570
fieldType.InputTextPrimitiveInteger=\u30d7\u30ea\u30df\u30c6\u30a3\u30d6\u6574\u6570
fieldType.InputTextLong=\u9577\u6574\u6570
fieldType.InputTextPrimitiveLong=\u30d7\u30ea\u30df\u30c6\u30a3\u30d6\u30ed\u30f3\u30b0
fieldType.InputTextByte=Byte
fieldType.InputTextPrimitiveByte=Primitive Byte
fieldType.InputTextShort=Short
fieldType.InputTextPrimitiveShort=Primitive Short
fieldType.InputTextInteger=Integer
fieldType.InputTextPrimitiveInteger=Primitive Integer
fieldType.InputTextLong=Long Integer
fieldType.InputTextPrimitiveLong=Primitive Long
fieldType.InputTextBigDecimal=BigDecimal
fieldType.InputTextBigInteger=BigInteger
fieldType.Separator=\u30bb\u30d1\u30ec\u30fc\u30bf\u30fc
Expand Down

0 comments on commit af50246

Please sign in to comment.