Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.squarespace.cldr.numbers._NumberFormatter_ml Maven / Gradle / Ivy
//
//
// AUTO-GENERATED CLASS - DO NOT EDIT
//
//
package com.squarespace.cldr.numbers;
import com.squarespace.cldr.CLDR;
import com.squarespace.cldr.parse.FieldPattern;
import com.squarespace.cldr.plurals.PluralCategory;
import com.squarespace.cldr.units.Unit;
import java.lang.Math;
import java.lang.String;
import java.lang.StringBuilder;
import java.util.EnumMap;
import java.util.List;
import java.util.Map;
public class _NumberFormatter_ml extends NumberFormatterBase {
protected static final int[] DECIMAL_SHORT_DIVISORS = new int[] { 0,0,0,3,3,3,6,6,6,9,9,9,12,12,12 };
protected static final NumberPattern[][] DECIMAL_SHORT_ONE = new NumberPattern[][] {
/* 1 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 10 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 100 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 1K */ patterns("0K", "-0K"),
/* 10K */ patterns("00K", "-00K"),
/* 100K */ patterns("000K", "-000K"),
/* 1M */ patterns("0M", "-0M"),
/* 10M */ patterns("00M", "-00M"),
/* 100M */ patterns("000M", "-000M"),
/* 1B */ patterns("0B", "-0B"),
/* 10B */ patterns("00B", "-00B"),
/* 100B */ patterns("000B", "-000B"),
/* 1T */ patterns("0T", "-0T"),
/* 10T */ patterns("00T", "-00T"),
/* 100T */ patterns("000T", "-000T")}
;
protected static final NumberPattern[][] DECIMAL_SHORT_OTHER = new NumberPattern[][] {
/* 1 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 10 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 100 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 1K */ patterns("0K", "-0K"),
/* 10K */ patterns("00K", "-00K"),
/* 100K */ patterns("000K", "-000K"),
/* 1M */ patterns("0M", "-0M"),
/* 10M */ patterns("00M", "-00M"),
/* 100M */ patterns("000M", "-000M"),
/* 1B */ patterns("0B", "-0B"),
/* 10B */ patterns("00B", "-00B"),
/* 100B */ patterns("000B", "-000B"),
/* 1T */ patterns("0T", "-0T"),
/* 10T */ patterns("00T", "-00T"),
/* 100T */ patterns("000T", "-000T")}
;
protected static final int[] DECIMAL_LONG_DIVISORS = new int[] { 0,0,0,3,3,3,6,6,6,9,9,9,12,12,12 };
protected static final NumberPattern[][] DECIMAL_LONG_ONE = new NumberPattern[][] {
/* 1 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 10 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 100 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 1K */ patterns("0 ആയിരം", "-0 ആയിരം"),
/* 10K */ patterns("00 ആയിരം", "-00 ആയിരം"),
/* 100K */ patterns("000 ആയിരം", "-000 ആയിരം"),
/* 1M */ patterns("0 ദശലക്ഷം", "-0 ദശലക്ഷം"),
/* 10M */ patterns("00 ദശലക്ഷം", "-00 ദശലക്ഷം"),
/* 100M */ patterns("000 ദശലക്ഷം", "-000 ദശലക്ഷം"),
/* 1B */ patterns("0 ലക്ഷം കോടി", "-0 ലക്ഷം കോടി"),
/* 10B */ patterns("00 ലക്ഷം കോടി", "-00 ലക്ഷം കോടി"),
/* 100B */ patterns("000 ലക്ഷം കോടി", "-000 ലക്ഷം കോടി"),
/* 1T */ patterns("0 ട്രില്യൺ", "-0 ട്രില്യൺ"),
/* 10T */ patterns("00 ട്രില്യൺ", "-00 ട്രില്യൺ"),
/* 100T */ patterns("000 ട്രില്യൺ", "-000 ട്രില്യൺ")}
;
protected static final NumberPattern[][] DECIMAL_LONG_OTHER = new NumberPattern[][] {
/* 1 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 10 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 100 */ patterns("#,##,##0.###", "-#,##,##0.###"),
/* 1K */ patterns("0 ആയിരം", "-0 ആയിരം"),
/* 10K */ patterns("00 ആയിരം", "-00 ആയിരം"),
/* 100K */ patterns("000 ആയിരം", "-000 ആയിരം"),
/* 1M */ patterns("0 ദശലക്ഷം", "-0 ദശലക്ഷം"),
/* 10M */ patterns("00 ദശലക്ഷം", "-00 ദശലക്ഷം"),
/* 100M */ patterns("000 ദശലക്ഷം", "-000 ദശലക്ഷം"),
/* 1B */ patterns("0 ലക്ഷം കോടി", "-0 ലക്ഷം കോടി"),
/* 10B */ patterns("00 ലക്ഷം കോടി", "-00 ലക്ഷം കോടി"),
/* 100B */ patterns("000 ലക്ഷം കോടി", "-000 ലക്ഷം കോടി"),
/* 1T */ patterns("0 ട്രില്യൺ", "-0 ട്രില്യൺ"),
/* 10T */ patterns("00 ട്രില്യൺ", "-00 ട്രില്യൺ"),
/* 100T */ patterns("000 ട്രില്യൺ", "-000 ട്രില്യൺ")}
;
protected static final int[] CURRENCY_SHORT_DIVISORS = new int[] { 0,0,0,3,3,3,6,6,6,9,9,9,12,12,12 };
protected static final NumberPattern[][] CURRENCY_SHORT_ONE = new NumberPattern[][] {
/* 1 */ patterns("¤#,##0.00", "-¤#,##0.00"),
/* 10 */ patterns("¤#,##0.00", "-¤#,##0.00"),
/* 100 */ patterns("¤#,##0.00", "-¤#,##0.00"),
/* 1K */ patterns("¤0K", "-¤0K"),
/* 10K */ patterns("¤00K", "-¤00K"),
/* 100K */ patterns("¤000K", "-¤000K"),
/* 1M */ patterns("¤0M", "-¤0M"),
/* 10M */ patterns("¤00M", "-¤00M"),
/* 100M */ patterns("¤000M", "-¤000M"),
/* 1B */ patterns("¤0B", "-¤0B"),
/* 10B */ patterns("¤00B", "-¤00B"),
/* 100B */ patterns("¤000B", "-¤000B"),
/* 1T */ patterns("¤0T", "-¤0T"),
/* 10T */ patterns("¤00T", "-¤00T"),
/* 100T */ patterns("¤000T", "-¤000T")}
;
protected static final NumberPattern[][] CURRENCY_SHORT_OTHER = new NumberPattern[][] {
/* 1 */ patterns("¤#,##0.00", "-¤#,##0.00"),
/* 10 */ patterns("¤#,##0.00", "-¤#,##0.00"),
/* 100 */ patterns("¤#,##0.00", "-¤#,##0.00"),
/* 1K */ patterns("¤0K", "-¤0K"),
/* 10K */ patterns("¤00K", "-¤00K"),
/* 100K */ patterns("¤000K", "-¤000K"),
/* 1M */ patterns("¤0M", "-¤0M"),
/* 10M */ patterns("¤00M", "-¤00M"),
/* 100M */ patterns("¤000M", "-¤000M"),
/* 1B */ patterns("¤0B", "-¤0B"),
/* 10B */ patterns("¤00B", "-¤00B"),
/* 100B */ patterns("¤000B", "-¤000B"),
/* 1T */ patterns("¤0T", "-¤0T"),
/* 10T */ patterns("¤00T", "-¤00T"),
/* 100T */ patterns("¤000T", "-¤000T")}
;
protected static final Map> UNITS_LONG_ONE = new EnumMap>(Unit.class) {{
put(Unit.G_FORCE, unitPattern("{0} ജി-ഫോഴ്സ്"));
put(Unit.METER_PER_SECOND_SQUARED, unitPattern("{0} മീറ്റർ/സെക്കൻഡ്²"));
put(Unit.ARC_MINUTE, unitPattern("{0} ആർക്ക്മിനിറ്റ്"));
put(Unit.ARC_SECOND, unitPattern("{0} ആർക്ക്സെക്കൻഡ്"));
put(Unit.DEGREE, unitPattern("{0} ഡിഗ്രി"));
put(Unit.RADIAN, unitPattern("{0} റേഡിയൻ"));
put(Unit.REVOLUTION, unitPattern("{0} റെവല്യൂഷൻ"));
put(Unit.ACRE, unitPattern("{0} ഏക്കർ"));
put(Unit.HECTARE, unitPattern("{0} ഹെക്ടർ"));
put(Unit.SQUARE_CENTIMETER, unitPattern("{0} ചതുരശ്ര സെന്റിമീറ്റർ"));
put(Unit.SQUARE_FOOT, unitPattern("{0} ചതുരശ്ര അടി"));
put(Unit.SQUARE_INCH, unitPattern("{0} ചതുരശ്ര ഇഞ്ച്"));
put(Unit.SQUARE_KILOMETER, unitPattern("{0} ചതുരശ്ര കിലോമീറ്റർ"));
put(Unit.SQUARE_METER, unitPattern("{0} ചതുരശ്ര മീറ്റർ"));
put(Unit.SQUARE_MILE, unitPattern("{0} ചതുരശ്ര മൈൽ"));
put(Unit.SQUARE_YARD, unitPattern("{0} ചതുരശ്ര വാര"));
put(Unit.KARAT, unitPattern("{0} ക്യാരറ്റ്"));
put(Unit.MILLIGRAM_PER_DECILITER, unitPattern("{0} മില്ലിഗ്രാം / ഡെസിലിറ്റർ"));
put(Unit.MILLIMOLE_PER_LITER, unitPattern("{0} മില്ലിമോൾ / ലിറ്റർ"));
put(Unit.PART_PER_MILLION, unitPattern("പാർട്ട് / മില്ല്യൺ"));
put(Unit.LITER_PER_100KILOMETERS, unitPattern("{0} ലിറ്റർ/100 കിലോമീറ്റർ"));
put(Unit.LITER_PER_KILOMETER, unitPattern("{0} ലിറ്റർ/കിലോമീറ്റർ"));
put(Unit.MILE_PER_GALLON, unitPattern("{0} മൈൽ/ഗാലൻ"));
put(Unit.MILE_PER_GALLON_IMPERIAL, unitPattern("{0} മൈൽ / ഇംപീ. ഗാലൻ"));
put(Unit.BIT, unitPattern("{0} ബിറ്റ്"));
put(Unit.BYTE, unitPattern("{0} ബൈറ്റ്"));
put(Unit.GIGABIT, unitPattern("{0} ജിഗാബിറ്റ്"));
put(Unit.GIGABYTE, unitPattern("{0} ജിഗാബൈറ്റ്"));
put(Unit.KILOBIT, unitPattern("{0} കിലോബിറ്റ്"));
put(Unit.KILOBYTE, unitPattern("{0} കിലോബൈറ്റ്"));
put(Unit.MEGABIT, unitPattern("{0} മെഗാബിറ്റ്"));
put(Unit.MEGABYTE, unitPattern("{0} മെഗാബൈറ്റ്"));
put(Unit.TERABIT, unitPattern("{0} ടെറാബിറ്റ്"));
put(Unit.TERABYTE, unitPattern("{0} ടെറാബൈറ്റ്"));
put(Unit.CENTURY, unitPattern("{0} നൂറ്റാണ്ട്"));
put(Unit.DAY, unitPattern("{0} ദിവസം"));
put(Unit.HOUR, unitPattern("{0} മണിക്കൂർ"));
put(Unit.MICROSECOND, unitPattern("{0} മൈക്രോസെക്കൻഡ്"));
put(Unit.MILLISECOND, unitPattern("{0} മില്ലിസെക്കൻഡ്"));
put(Unit.MINUTE, unitPattern("{0} മിനിറ്റ്"));
put(Unit.MONTH, unitPattern("{0} മാസം"));
put(Unit.NANOSECOND, unitPattern("{0} നാനോസെക്കൻഡ്"));
put(Unit.SECOND, unitPattern("{0} സെക്കൻഡ്"));
put(Unit.WEEK, unitPattern("{0} ആഴ്ച"));
put(Unit.YEAR, unitPattern("{0} വർഷം"));
put(Unit.AMPERE, unitPattern("{0} ആമ്പിയർ"));
put(Unit.MILLIAMPERE, unitPattern("{0} മില്ലിആമ്പിയർ"));
put(Unit.OHM, unitPattern("{0} ഓം"));
put(Unit.VOLT, unitPattern("{0} വോൾട്ട്"));
put(Unit.CALORIE, unitPattern("{0} കലോറി"));
put(Unit.FOODCALORIE, unitPattern("{0} കലോറി"));
put(Unit.JOULE, unitPattern("{0} ജൂൾ"));
put(Unit.KILOCALORIE, unitPattern("{0} കിലോകലോറി"));
put(Unit.KILOJOULE, unitPattern("{0} കിലോജൂൾ"));
put(Unit.KILOWATT_HOUR, unitPattern("{0} കിലോവാട്ട്/മണിക്കൂർ"));
put(Unit.GIGAHERTZ, unitPattern("{0} ജിഗാഹെർട്സ്"));
put(Unit.HERTZ, unitPattern("{0} ഹെർട്സ്"));
put(Unit.KILOHERTZ, unitPattern("{0} കിലോഹെർട്സ്"));
put(Unit.MEGAHERTZ, unitPattern("{0} മെഗാഹെർട്സ്"));
put(Unit.ASTRONOMICAL_UNIT, unitPattern("{0} ജ്യോതിശാസ്ത്ര യൂണിറ്റ്"));
put(Unit.CENTIMETER, unitPattern("{0} സെന്റീമീറ്റർ"));
put(Unit.DECIMETER, unitPattern("{0} ഡെസീമീറ്റർ"));
put(Unit.FATHOM, unitPattern("{0} fm"));
put(Unit.FOOT, unitPattern("{0} അടി"));
put(Unit.FURLONG, unitPattern("{0} fur"));
put(Unit.INCH, unitPattern("{0} ഇഞ്ച്"));
put(Unit.KILOMETER, unitPattern("{0} കിലോമീറ്റർ"));
put(Unit.LIGHT_YEAR, unitPattern("{0} പ്രകാശവർഷം"));
put(Unit.METER, unitPattern("{0} മീറ്റർ"));
put(Unit.MICROMETER, unitPattern("{0} മൈക്രോമീറ്റർ"));
put(Unit.MILE, unitPattern("{0} മൈൽ"));
put(Unit.MILE_SCANDINAVIAN, unitPattern("{0} സ്കാൻഡിനേവിയൻ മൈൽ"));
put(Unit.MILLIMETER, unitPattern("{0} മില്ലീമീറ്റർ"));
put(Unit.NANOMETER, unitPattern("{0} നാനോമീറ്റർ"));
put(Unit.NAUTICAL_MILE, unitPattern("{0} നോട്ടിക്കൽ മൈൽ"));
put(Unit.PARSEC, unitPattern("{0} പാർസെക്"));
put(Unit.PICOMETER, unitPattern("{0} പൈക്കോമീറ്റർ"));
put(Unit.POINT, unitPattern("{0} pt"));
put(Unit.YARD, unitPattern("{0} വാര"));
put(Unit.LUX, unitPattern("{0} ലക്സ്"));
put(Unit.CARAT, unitPattern("{0} ക്യാരറ്റ്"));
put(Unit.GRAM, unitPattern("{0} ഗ്രാം"));
put(Unit.KILOGRAM, unitPattern("{0} കിലോഗ്രാം"));
put(Unit.METRIC_TON, unitPattern("{0} മെട്രിക് ടൺ"));
put(Unit.MICROGRAM, unitPattern("{0} മൈക്രോഗ്രാം"));
put(Unit.MILLIGRAM, unitPattern("{0} മില്ലിഗ്രാം"));
put(Unit.OUNCE, unitPattern("{0} ഔൺസ്"));
put(Unit.OUNCE_TROY, unitPattern("{0} ട്രോയ് ഔൺസ്"));
put(Unit.POUND, unitPattern("{0} പൗണ്ട്"));
put(Unit.STONE, unitPattern("{0} st"));
put(Unit.TON, unitPattern("{0} ടൺ"));
put(Unit.GIGAWATT, unitPattern("{0} ജിഗാവാട്ട്"));
put(Unit.HORSEPOWER, unitPattern("{0} കുതിരശക്തി"));
put(Unit.KILOWATT, unitPattern("{0} കിലോവാട്ട്"));
put(Unit.MEGAWATT, unitPattern("{0} മെഗാവാട്ട്"));
put(Unit.MILLIWATT, unitPattern("{0} മില്ലിവാട്ട്"));
put(Unit.WATT, unitPattern("{0} വാട്ട്"));
put(Unit.HECTOPASCAL, unitPattern("{0} ഹെക്ടോപാസ്ക്കൽ"));
put(Unit.INCH_HG, unitPattern("{0} ഇഞ്ച് ഓഫ് മെർക്കുറി"));
put(Unit.MILLIBAR, unitPattern("{0} മില്ലിബാർ"));
put(Unit.MILLIMETER_OF_MERCURY, unitPattern("{0} മില്ലീമീറ്റർ മെർക്കുറി"));
put(Unit.POUND_PER_SQUARE_INCH, unitPattern("{0} പൗണ്ട് / ചതുരശ്ര ഇഞ്ച്"));
put(Unit.KILOMETER_PER_HOUR, unitPattern("{0} കിലോമീറ്റർ/മണിക്കൂർ"));
put(Unit.KNOT, unitPattern("{0} നോട്ട്"));
put(Unit.METER_PER_SECOND, unitPattern("{0} മീറ്റർ/സെക്കൻഡ്"));
put(Unit.MILE_PER_HOUR, unitPattern("{0} മൈൽ/മണിക്കൂർ"));
put(Unit.CELSIUS, unitPattern("{0} ഡിഗ്രി സെൽഷ്യസ്"));
put(Unit.FAHRENHEIT, unitPattern("{0} ഡിഗ്രി ഫാരൻഹീറ്റ്"));
put(Unit.TEMPERATURE_GENERIC, unitPattern("{0}°"));
put(Unit.KELVIN, unitPattern("{0} കെൽവിൻ"));
put(Unit.ACRE_FOOT, unitPattern("{0} ഏക്കർ അടി"));
put(Unit.BUSHEL, unitPattern("{0} bu"));
put(Unit.CENTILITER, unitPattern("{0} സെന്റീലിറ്റർ"));
put(Unit.CUBIC_CENTIMETER, unitPattern("{0} ക്യൂബിക് സെന്റീമീറ്റർ"));
put(Unit.CUBIC_FOOT, unitPattern("{0} ക്യൂബിക് അടി"));
put(Unit.CUBIC_INCH, unitPattern("{0} ക്യൂബിക് ഇഞ്ച്"));
put(Unit.CUBIC_KILOMETER, unitPattern("{0} ക്യൂബിക് കിലോമീറ്റർ"));
put(Unit.CUBIC_METER, unitPattern("{0} ക്യൂബിക് മീറ്റർ"));
put(Unit.CUBIC_MILE, unitPattern("{0} ക്യൂബിക്ക് മൈൽ"));
put(Unit.CUBIC_YARD, unitPattern("{0} ക്യൂബിക് യാർഡ്"));
put(Unit.CUP, unitPattern("{0} കപ്പ്"));
put(Unit.CUP_METRIC, unitPattern("{0} മെട്രിക് കപ്പ്"));
put(Unit.DECILITER, unitPattern("{0} ഡെസിലിറ്റർ"));
put(Unit.FLUID_OUNCE, unitPattern("{0} ഫ്ലൂയിഡ് ഔൺസ്"));
put(Unit.GALLON, unitPattern("{0} ഗാലൻ"));
put(Unit.GALLON_IMPERIAL, unitPattern("{0} ഇംപീ. ഗാലൻ"));
put(Unit.HECTOLITER, unitPattern("{0} ഹെക്ടോലിറ്റർ"));
put(Unit.LITER, unitPattern("{0} ലിറ്റർ"));
put(Unit.MEGALITER, unitPattern("{0} മെഗാലിറ്റർ"));
put(Unit.MILLILITER, unitPattern("{0} മില്ലിലിറ്റർ"));
put(Unit.PINT, unitPattern("{0} പൈന്റ്"));
put(Unit.PINT_METRIC, unitPattern("{0} മെട്രിക് പൈന്റ്"));
put(Unit.QUART, unitPattern("{0} ക്വാർട്ട്"));
put(Unit.TABLESPOON, unitPattern("{0} ടേബിൾസ്പൂൺ"));
put(Unit.TEASPOON, unitPattern("{0} ടീസ്പൂൺ"));
}};
protected static final Map> UNITS_LONG_OTHER = new EnumMap>(Unit.class) {{
put(Unit.G_FORCE, unitPattern("{0} ജി-ഫോഴ്സ്"));
put(Unit.METER_PER_SECOND_SQUARED, unitPattern("{0} മീറ്റർ/സെക്കൻഡ്²"));
put(Unit.ARC_MINUTE, unitPattern("{0} ആർക്ക്മിനിറ്റ്"));
put(Unit.ARC_SECOND, unitPattern("{0} ആർക്ക്സെക്കൻഡ്"));
put(Unit.DEGREE, unitPattern("{0} ഡിഗ്രി"));
put(Unit.RADIAN, unitPattern("{0} റേഡിയൻ"));
put(Unit.REVOLUTION, unitPattern("{0} റെവല്യൂഷൻ"));
put(Unit.ACRE, unitPattern("{0} ഏക്കർ"));
put(Unit.HECTARE, unitPattern("{0} ഹെക്ടർ"));
put(Unit.SQUARE_CENTIMETER, unitPattern("{0} ചതുരശ്ര സെന്റിമീറ്റർ"));
put(Unit.SQUARE_FOOT, unitPattern("{0} ചതുരശ്ര അടി"));
put(Unit.SQUARE_INCH, unitPattern("{0} ചതുരശ്ര ഇഞ്ച്"));
put(Unit.SQUARE_KILOMETER, unitPattern("{0} ചതുരശ്ര കിലോമീറ്റർ"));
put(Unit.SQUARE_METER, unitPattern("{0} ചതുരശ്ര മീറ്റർ"));
put(Unit.SQUARE_MILE, unitPattern("{0} ചതുരശ്ര മൈൽ"));
put(Unit.SQUARE_YARD, unitPattern("{0} ചതുരശ്ര വാര"));
put(Unit.KARAT, unitPattern("{0} ക്യാരറ്റ്"));
put(Unit.MILLIGRAM_PER_DECILITER, unitPattern("{0} മില്ലിഗ്രാം / ഡെസിലിറ്റർ"));
put(Unit.MILLIMOLE_PER_LITER, unitPattern("{0} മില്ലിമോൾ / ലിറ്റർ"));
put(Unit.PART_PER_MILLION, unitPattern("{0} പാർട്സ് / മില്ല്യൺ"));
put(Unit.LITER_PER_100KILOMETERS, unitPattern("{0} ലിറ്റർ/100 കിലോമീറ്റർ"));
put(Unit.LITER_PER_KILOMETER, unitPattern("{0} ലിറ്റർ/കിലോമീറ്റർ"));
put(Unit.MILE_PER_GALLON, unitPattern("{0} മൈൽ/ഗാലൻ"));
put(Unit.MILE_PER_GALLON_IMPERIAL, unitPattern("{0} മൈൽ / ഇംപീ. ഗാലൻ"));
put(Unit.BIT, unitPattern("{0} ബിറ്റ്"));
put(Unit.BYTE, unitPattern("{0} ബൈറ്റ്"));
put(Unit.GIGABIT, unitPattern("{0} ജിഗാബിറ്റ്"));
put(Unit.GIGABYTE, unitPattern("{0} ജിഗാബൈറ്റ്"));
put(Unit.KILOBIT, unitPattern("{0} കിലോബിറ്റ്"));
put(Unit.KILOBYTE, unitPattern("{0} കിലോബൈറ്റ്"));
put(Unit.MEGABIT, unitPattern("{0} മെഗാബിറ്റ്"));
put(Unit.MEGABYTE, unitPattern("{0} മെഗാബൈറ്റ്"));
put(Unit.TERABIT, unitPattern("{0} ടെറാബിറ്റ്"));
put(Unit.TERABYTE, unitPattern("{0} ടെറാബൈറ്റ്"));
put(Unit.CENTURY, unitPattern("{0} നൂറ്റാണ്ടുകൾ"));
put(Unit.DAY, unitPattern("{0} ദിവസം"));
put(Unit.HOUR, unitPattern("{0} മണിക്കൂർ"));
put(Unit.MICROSECOND, unitPattern("{0} മൈക്രോസെക്കൻഡ്"));
put(Unit.MILLISECOND, unitPattern("{0} മില്ലിസെക്കൻഡ്"));
put(Unit.MINUTE, unitPattern("{0} മിനിറ്റ്"));
put(Unit.MONTH, unitPattern("{0} മാസം"));
put(Unit.NANOSECOND, unitPattern("{0} നാനോസെക്കൻഡ്"));
put(Unit.SECOND, unitPattern("{0} സെക്കൻഡ്"));
put(Unit.WEEK, unitPattern("{0} ആഴ്ച"));
put(Unit.YEAR, unitPattern("{0} വർഷം"));
put(Unit.AMPERE, unitPattern("{0} ആമ്പിയർ"));
put(Unit.MILLIAMPERE, unitPattern("{0} മില്ലിആമ്പിയർ"));
put(Unit.OHM, unitPattern("{0} ഓം"));
put(Unit.VOLT, unitPattern("{0} വോൾട്ട്"));
put(Unit.CALORIE, unitPattern("{0} കലോറി"));
put(Unit.FOODCALORIE, unitPattern("{0} കലോറി"));
put(Unit.JOULE, unitPattern("{0} ജൂൾ"));
put(Unit.KILOCALORIE, unitPattern("{0} കിലോകലോറി"));
put(Unit.KILOJOULE, unitPattern("{0} കിലോജൂൾ"));
put(Unit.KILOWATT_HOUR, unitPattern("{0} കിലോവാട്ട്/മണിക്കൂർ"));
put(Unit.GIGAHERTZ, unitPattern("{0} ജിഗാഹെർട്സ്"));
put(Unit.HERTZ, unitPattern("{0} ഹെർട്സ്"));
put(Unit.KILOHERTZ, unitPattern("{0} കിലോഹെർട്സ്"));
put(Unit.MEGAHERTZ, unitPattern("{0} മെഗാഹെർട്സ്"));
put(Unit.ASTRONOMICAL_UNIT, unitPattern("{0} ജ്യോതിശാസ്ത്ര യൂണിറ്റ്"));
put(Unit.CENTIMETER, unitPattern("{0} സെന്റീമീറ്റർ"));
put(Unit.DECIMETER, unitPattern("{0} ഡെസീമീറ്റർ"));
put(Unit.FATHOM, unitPattern("{0} fm"));
put(Unit.FOOT, unitPattern("{0} അടി"));
put(Unit.FURLONG, unitPattern("{0} fur"));
put(Unit.INCH, unitPattern("{0} ഇഞ്ച്"));
put(Unit.KILOMETER, unitPattern("{0} കിലോമീറ്റർ"));
put(Unit.LIGHT_YEAR, unitPattern("{0} പ്രകാശവർഷം"));
put(Unit.METER, unitPattern("{0} മീറ്റർ"));
put(Unit.MICROMETER, unitPattern("{0} മൈക്രോമീറ്റർ"));
put(Unit.MILE, unitPattern("{0} മൈൽ"));
put(Unit.MILE_SCANDINAVIAN, unitPattern("{0} സ്കാൻഡിനേവിയൻ മൈൽ"));
put(Unit.MILLIMETER, unitPattern("{0} മില്ലീമീറ്റർ"));
put(Unit.NANOMETER, unitPattern("{0} നാനോമീറ്റർ"));
put(Unit.NAUTICAL_MILE, unitPattern("{0} നോട്ടിക്കൽ മൈൽ"));
put(Unit.PARSEC, unitPattern("{0} പാർസെക്"));
put(Unit.PICOMETER, unitPattern("{0} പൈക്കോമീറ്റർ"));
put(Unit.POINT, unitPattern("{0} pt"));
put(Unit.YARD, unitPattern("{0} വാര"));
put(Unit.LUX, unitPattern("{0} ലക്സ്"));
put(Unit.CARAT, unitPattern("{0} ക്യാരറ്റ്"));
put(Unit.GRAM, unitPattern("{0} ഗ്രാം"));
put(Unit.KILOGRAM, unitPattern("{0} കിലോഗ്രാം"));
put(Unit.METRIC_TON, unitPattern("{0} മെട്രിക് ടൺ"));
put(Unit.MICROGRAM, unitPattern("{0} മൈക്രോഗ്രാം"));
put(Unit.MILLIGRAM, unitPattern("{0} മില്ലിഗ്രാം"));
put(Unit.OUNCE, unitPattern("{0} ഔൺസ്"));
put(Unit.OUNCE_TROY, unitPattern("{0} ട്രോയ് ഔൺസ്"));
put(Unit.POUND, unitPattern("{0} പൗണ്ട്"));
put(Unit.STONE, unitPattern("{0} st"));
put(Unit.TON, unitPattern("{0} ടൺ"));
put(Unit.GIGAWATT, unitPattern("{0} ജിഗാവാട്ട്"));
put(Unit.HORSEPOWER, unitPattern("{0} കുതിരശക്തി"));
put(Unit.KILOWATT, unitPattern("{0} കിലോവാട്ട്"));
put(Unit.MEGAWATT, unitPattern("{0} മെഗാവാട്ട്"));
put(Unit.MILLIWATT, unitPattern("{0} മില്ലിവാട്ട്"));
put(Unit.WATT, unitPattern("{0} വാട്ട്"));
put(Unit.HECTOPASCAL, unitPattern("{0} ഹെക്ടോപാസ്ക്കൽ"));
put(Unit.INCH_HG, unitPattern("{0} ഇഞ്ച് ഓഫ് മെർക്കുറി"));
put(Unit.MILLIBAR, unitPattern("{0} മില്ലിബാർ"));
put(Unit.MILLIMETER_OF_MERCURY, unitPattern("{0} മില്ലീമീറ്റർ മെർക്കുറി"));
put(Unit.POUND_PER_SQUARE_INCH, unitPattern("{0} പൗണ്ട് / ചതുരശ്ര ഇഞ്ച്"));
put(Unit.KILOMETER_PER_HOUR, unitPattern("{0} കിലോമീറ്റർ/മണിക്കൂർ"));
put(Unit.KNOT, unitPattern("{0} നോട്ട്"));
put(Unit.METER_PER_SECOND, unitPattern("{0} മീറ്റർ/സെക്കൻഡ്"));
put(Unit.MILE_PER_HOUR, unitPattern("{0} മൈൽ/മണിക്കൂർ"));
put(Unit.CELSIUS, unitPattern("{0} ഡിഗ്രി സെൽഷ്യസ്"));
put(Unit.FAHRENHEIT, unitPattern("{0} ഡിഗ്രി ഫാരൻഹീറ്റ്"));
put(Unit.TEMPERATURE_GENERIC, unitPattern("{0}°"));
put(Unit.KELVIN, unitPattern("{0} കെൽവിൻ"));
put(Unit.ACRE_FOOT, unitPattern("{0} ഏക്കർ അടി"));
put(Unit.BUSHEL, unitPattern("{0} bu"));
put(Unit.CENTILITER, unitPattern("{0} സെന്റീലിറ്റർ"));
put(Unit.CUBIC_CENTIMETER, unitPattern("{0} ക്യൂബിക് സെന്റീമീറ്റർ"));
put(Unit.CUBIC_FOOT, unitPattern("{0} ക്യൂബിക് അടി"));
put(Unit.CUBIC_INCH, unitPattern("{0} ക്യൂബിക് ഇഞ്ച്"));
put(Unit.CUBIC_KILOMETER, unitPattern("{0} ക്യൂബിക് കിലോമീറ്റർ"));
put(Unit.CUBIC_METER, unitPattern("{0} ക്യൂബിക് മീറ്റർ"));
put(Unit.CUBIC_MILE, unitPattern("{0} ക്യൂബിക്ക് മൈൽ"));
put(Unit.CUBIC_YARD, unitPattern("{0} ക്യൂബിക് യാർഡ്"));
put(Unit.CUP, unitPattern("{0} കപ്പ്"));
put(Unit.CUP_METRIC, unitPattern("{0} മെട്രിക് കപ്പ്"));
put(Unit.DECILITER, unitPattern("{0} ഡെസിലിറ്റർ"));
put(Unit.FLUID_OUNCE, unitPattern("{0} ഫ്ലൂയിഡ് ഔൺസ്"));
put(Unit.GALLON, unitPattern("{0} ഗാലൻ"));
put(Unit.GALLON_IMPERIAL, unitPattern("{0} ഇംപീ. ഗാലൻ"));
put(Unit.HECTOLITER, unitPattern("{0} ഹെക്ടോലിറ്റർ"));
put(Unit.LITER, unitPattern("{0} ലിറ്റർ"));
put(Unit.MEGALITER, unitPattern("{0} മെഗാലിറ്റർ"));
put(Unit.MILLILITER, unitPattern("{0} മില്ലിലിറ്റർ"));
put(Unit.PINT, unitPattern("{0} പൈന്റ്"));
put(Unit.PINT_METRIC, unitPattern("{0} മെട്രിക് പൈന്റ്"));
put(Unit.QUART, unitPattern("{0} ക്വാർട്ട്"));
put(Unit.TABLESPOON, unitPattern("{0} ടേബിൾസ്പൂൺ"));
put(Unit.TEASPOON, unitPattern("{0} ടീസ്പൂൺ"));
}};
protected static final Map> UNITS_NARROW_ONE = new EnumMap>(Unit.class) {{
put(Unit.G_FORCE, unitPattern("{0} ജി"));
put(Unit.METER_PER_SECOND_SQUARED, unitPattern("{0} മീ/സെ²"));
put(Unit.ARC_MINUTE, unitPattern("{0}′"));
put(Unit.ARC_SECOND, unitPattern("{0}″"));
put(Unit.DEGREE, unitPattern("{0}°"));
put(Unit.RADIAN, unitPattern("{0} റേഡി."));
put(Unit.REVOLUTION, unitPattern("{0} റെവ."));
put(Unit.ACRE, unitPattern("{0} ഏ"));
put(Unit.HECTARE, unitPattern("{0} ഹെ"));
put(Unit.SQUARE_CENTIMETER, unitPattern("{0} സെ.മീ²"));
put(Unit.SQUARE_FOOT, unitPattern("{0} ച. അടി"));
put(Unit.SQUARE_INCH, unitPattern("{0} ഇഞ്ച്²"));
put(Unit.SQUARE_KILOMETER, unitPattern("{0} ച.കിമീ"));
put(Unit.SQUARE_METER, unitPattern("{0} ച.മീ"));
put(Unit.SQUARE_MILE, unitPattern("{0} ച.മൈ"));
put(Unit.SQUARE_YARD, unitPattern("{0} വാ²"));
put(Unit.KARAT, unitPattern("{0} ക്യാ."));
put(Unit.MILLIGRAM_PER_DECILITER, unitPattern("{0} മി.ഗ്രാം/ഡെ.ലി."));
put(Unit.MILLIMOLE_PER_LITER, unitPattern("{0} മി.മോ/ലി."));
put(Unit.PART_PER_MILLION, unitPattern("{0} പാ.പെ.മി."));
put(Unit.LITER_PER_100KILOMETERS, unitPattern("{0}ലി/100കിമി"));
put(Unit.LITER_PER_KILOMETER, unitPattern("{0} ലി/കി.മീ."));
put(Unit.MILE_PER_GALLON, unitPattern("{0} മൈ/ഗാ."));
put(Unit.MILE_PER_GALLON_IMPERIAL, unitPattern("{0} mpg Imp."));
put(Unit.BIT, unitPattern("{0} ബിറ്റ്"));
put(Unit.BYTE, unitPattern("{0} ബൈറ്റ്"));
put(Unit.GIGABIT, unitPattern("{0} ജിബി"));
put(Unit.GIGABYTE, unitPattern("{0} ജി.ബൈ."));
put(Unit.KILOBIT, unitPattern("{0} കി.ബിറ്റ്"));
put(Unit.KILOBYTE, unitPattern("{0} കി.ബി."));
put(Unit.MEGABIT, unitPattern("{0} മെ.ബി."));
put(Unit.MEGABYTE, unitPattern("{0} മെ.ബൈ."));
put(Unit.TERABIT, unitPattern("{0} ടെ.ബി."));
put(Unit.TERABYTE, unitPattern("{0} ടിബി"));
put(Unit.CENTURY, unitPattern("{0} നൂ."));
put(Unit.DAY, unitPattern("{0} ദി"));
put(Unit.HOUR, unitPattern("{0} മ"));
put(Unit.MICROSECOND, unitPattern("{0} μ.സെ."));
put(Unit.MILLISECOND, unitPattern("{0} മി.സെ."));
put(Unit.MINUTE, unitPattern("{0} മി."));
put(Unit.MONTH, unitPattern("{0} മാ"));
put(Unit.NANOSECOND, unitPattern("{0} നാ.സെ."));
put(Unit.SECOND, unitPattern("{0} സെ."));
put(Unit.WEEK, unitPattern("{0} ആ"));
put(Unit.YEAR, unitPattern("{0} വ"));
put(Unit.AMPERE, unitPattern("{0} ആ."));
put(Unit.MILLIAMPERE, unitPattern("{0} മി.ആ."));
put(Unit.OHM, unitPattern("{0} Ω"));
put(Unit.VOLT, unitPattern("{0} V"));
put(Unit.CALORIE, unitPattern("{0} കലോ."));
put(Unit.FOODCALORIE, unitPattern("{0} കലോ."));
put(Unit.JOULE, unitPattern("{0} ജൂ."));
put(Unit.KILOCALORIE, unitPattern("{0} കി.കലോ."));
put(Unit.KILOJOULE, unitPattern("{0} കി.ജൂ."));
put(Unit.KILOWATT_HOUR, unitPattern("{0} കി.വാ/മ."));
put(Unit.GIGAHERTZ, unitPattern("{0} ജി.ഹെ."));
put(Unit.HERTZ, unitPattern("{0} ഹെ."));
put(Unit.KILOHERTZ, unitPattern("{0} കി.ഹെ."));
put(Unit.MEGAHERTZ, unitPattern("{0} മെ.ഹെ."));
put(Unit.ASTRONOMICAL_UNIT, unitPattern("{0} ജ്യോ.യൂ."));
put(Unit.CENTIMETER, unitPattern("{0} സെ.മീ."));
put(Unit.DECIMETER, unitPattern("{0} ഡെ.മീ."));
put(Unit.FATHOM, unitPattern("{0} fm"));
put(Unit.FOOT, unitPattern("{0}′"));
put(Unit.FURLONG, unitPattern("{0} fur"));
put(Unit.INCH, unitPattern("{0}″"));
put(Unit.KILOMETER, unitPattern("{0} കി.മീ."));
put(Unit.LIGHT_YEAR, unitPattern("{0} പ്ര.വ"));
put(Unit.METER, unitPattern("{0} മീ."));
put(Unit.MICROMETER, unitPattern("µമീ."));
put(Unit.MILE, unitPattern("{0} മൈ"));
put(Unit.MILE_SCANDINAVIAN, unitPattern("{0} സ്.മൈ."));
put(Unit.MILLIMETER, unitPattern("{0} മി.മീ."));
put(Unit.NANOMETER, unitPattern("{0} നാ.മീ."));
put(Unit.NAUTICAL_MILE, unitPattern("{0} നോ.മൈ."));
put(Unit.PARSEC, unitPattern("{0} പാ.സെ."));
put(Unit.PICOMETER, unitPattern("{0} പൈ.മീ"));
put(Unit.POINT, unitPattern("{0} pt"));
put(Unit.YARD, unitPattern("{0} യാ"));
put(Unit.LUX, unitPattern("{0} ലക്സ്"));
put(Unit.CARAT, unitPattern("{0} CD"));
put(Unit.GRAM, unitPattern("{0} ഗ്രാം"));
put(Unit.KILOGRAM, unitPattern("{0}കി.ഗ്രാം"));
put(Unit.METRIC_TON, unitPattern("{0} ട."));
put(Unit.MICROGRAM, unitPattern("{0} µ.ഗ്രാം."));
put(Unit.MILLIGRAM, unitPattern("{0} മി.ഗ്രാം."));
put(Unit.OUNCE, unitPattern("{0} ഔ"));
put(Unit.OUNCE_TROY, unitPattern("{0} ട്രോ.ഔ."));
put(Unit.POUND, unitPattern("{0} പൗ"));
put(Unit.STONE, unitPattern("{0} st"));
put(Unit.TON, unitPattern("{0} ടൺ"));
put(Unit.GIGAWATT, unitPattern("{0} ജി.വാ."));
put(Unit.HORSEPOWER, unitPattern("{0} hp"));
put(Unit.KILOWATT, unitPattern("{0}kW"));
put(Unit.MEGAWATT, unitPattern("{0} മെ.വാ."));
put(Unit.MILLIWATT, unitPattern("{0} മി.വാ."));
put(Unit.WATT, unitPattern("{0} വാ"));
put(Unit.HECTOPASCAL, unitPattern("{0} hPa"));
put(Unit.INCH_HG, unitPattern("{0}\\\" Hg"));
put(Unit.MILLIBAR, unitPattern("{0} മിബാ"));
put(Unit.MILLIMETER_OF_MERCURY, unitPattern("{0} മിമീ.മെ."));
put(Unit.POUND_PER_SQUARE_INCH, unitPattern("{0} പിഎസ്ഐ"));
put(Unit.KILOMETER_PER_HOUR, unitPattern("{0}കി.മീ/മ."));
put(Unit.KNOT, unitPattern("{0} നോട്ട്"));
put(Unit.METER_PER_SECOND, unitPattern("{0} മീ/സെ"));
put(Unit.MILE_PER_HOUR, unitPattern("{0} മൈ/മ"));
put(Unit.CELSIUS, unitPattern("{0}°സെ"));
put(Unit.FAHRENHEIT, unitPattern("{0}°ഫാ"));
put(Unit.TEMPERATURE_GENERIC, unitPattern("{0}°"));
put(Unit.KELVIN, unitPattern("{0} K"));
put(Unit.ACRE_FOOT, unitPattern("{0} ഏ. അടി"));
put(Unit.BUSHEL, unitPattern("{0} bu"));
put(Unit.CENTILITER, unitPattern("{0} സെ.ലി."));
put(Unit.CUBIC_CENTIMETER, unitPattern("{0} സെ.മീ³"));
put(Unit.CUBIC_FOOT, unitPattern("{0} അടി³"));
put(Unit.CUBIC_INCH, unitPattern("{0} ഇഞ്ച്³"));
put(Unit.CUBIC_KILOMETER, unitPattern("{0} കിമീ³"));
put(Unit.CUBIC_METER, unitPattern("{0} മീ³"));
put(Unit.CUBIC_MILE, unitPattern("{0} മൈ³"));
put(Unit.CUBIC_YARD, unitPattern("{0} വാ³"));
put(Unit.CUP, unitPattern("{0} കപ്പ്"));
put(Unit.CUP_METRIC, unitPattern("{0} മെ. ക."));
put(Unit.DECILITER, unitPattern("{0} ഡെ.ലി."));
put(Unit.FLUID_OUNCE, unitPattern("{0} ഫ്ലൂ. ഔ."));
put(Unit.GALLON, unitPattern("{0} ഗാ."));
put(Unit.GALLON_IMPERIAL, unitPattern("{0} ഗാ. ഇംപീ."));
put(Unit.HECTOLITER, unitPattern("{0} ഹെ.ലി."));
put(Unit.LITER, unitPattern("{0} ലി."));
put(Unit.MEGALITER, unitPattern("{0} മെ.ലി."));
put(Unit.MILLILITER, unitPattern("{0} മി.ലി."));
put(Unit.PINT, unitPattern("{0} പൈ."));
put(Unit.PINT_METRIC, unitPattern("{0} മെ. പൈ."));
put(Unit.QUART, unitPattern("{0} ക്വാ."));
put(Unit.TABLESPOON, unitPattern("{0} ടേ.സ്പൂ."));
put(Unit.TEASPOON, unitPattern("{0} ടീ.സ്പൂ."));
}};
protected static final Map> UNITS_NARROW_OTHER = new EnumMap>(Unit.class) {{
put(Unit.G_FORCE, unitPattern("{0} ജി"));
put(Unit.METER_PER_SECOND_SQUARED, unitPattern("{0} മീ/സെ²"));
put(Unit.ARC_MINUTE, unitPattern("{0}′"));
put(Unit.ARC_SECOND, unitPattern("{0}″"));
put(Unit.DEGREE, unitPattern("{0}°"));
put(Unit.RADIAN, unitPattern("{0} റേഡി."));
put(Unit.REVOLUTION, unitPattern("{0} റെവ."));
put(Unit.ACRE, unitPattern("{0} ഏക്ക"));
put(Unit.HECTARE, unitPattern("{0} ഹെ"));
put(Unit.SQUARE_CENTIMETER, unitPattern("{0} സെ.മീ²"));
put(Unit.SQUARE_FOOT, unitPattern("{0} ച.അടി"));
put(Unit.SQUARE_INCH, unitPattern("{0} ഇഞ്ച്²"));
put(Unit.SQUARE_KILOMETER, unitPattern("{0} ച.കിമീ"));
put(Unit.SQUARE_METER, unitPattern("{0} ച.മീ"));
put(Unit.SQUARE_MILE, unitPattern("{0} ച.മൈ"));
put(Unit.SQUARE_YARD, unitPattern("{0} വാ²"));
put(Unit.KARAT, unitPattern("{0} ക്യാ."));
put(Unit.MILLIGRAM_PER_DECILITER, unitPattern("{0} മി.ഗ്രാം/ഡെ.ലി."));
put(Unit.MILLIMOLE_PER_LITER, unitPattern("{0} മി.മോ/ലി."));
put(Unit.PART_PER_MILLION, unitPattern("{0} പാ.പെ.മി."));
put(Unit.LITER_PER_100KILOMETERS, unitPattern("{0}ലി/100കിമി"));
put(Unit.LITER_PER_KILOMETER, unitPattern("{0} ലി/കി.മീ."));
put(Unit.MILE_PER_GALLON, unitPattern("{0} മൈ/ഗാ."));
put(Unit.MILE_PER_GALLON_IMPERIAL, unitPattern("{0} mpg Imp."));
put(Unit.BIT, unitPattern("{0} ബിറ്റ്"));
put(Unit.BYTE, unitPattern("{0} ബൈറ്റ്"));
put(Unit.GIGABIT, unitPattern("{0} ജിബി"));
put(Unit.GIGABYTE, unitPattern("{0} ജി.ബൈ."));
put(Unit.KILOBIT, unitPattern("{0} കി.ബിറ്റ്"));
put(Unit.KILOBYTE, unitPattern("{0} കി.ബി."));
put(Unit.MEGABIT, unitPattern("{0} മെ.ബി."));
put(Unit.MEGABYTE, unitPattern("{0} മെ.ബൈ."));
put(Unit.TERABIT, unitPattern("{0} ടെ.ബി."));
put(Unit.TERABYTE, unitPattern("{0} ടിബി"));
put(Unit.CENTURY, unitPattern("{0} നൂ."));
put(Unit.DAY, unitPattern("{0} ദി"));
put(Unit.HOUR, unitPattern("{0} മ"));
put(Unit.MICROSECOND, unitPattern("{0} μ.സെ."));
put(Unit.MILLISECOND, unitPattern("{0} മി.സെ."));
put(Unit.MINUTE, unitPattern("{0} മി."));
put(Unit.MONTH, unitPattern("{0} മാ"));
put(Unit.NANOSECOND, unitPattern("{0} നാ.സെ."));
put(Unit.SECOND, unitPattern("{0} സെ."));
put(Unit.WEEK, unitPattern("{0} ആ"));
put(Unit.YEAR, unitPattern("{0} വ"));
put(Unit.AMPERE, unitPattern("{0} ആ."));
put(Unit.MILLIAMPERE, unitPattern("{0} മി.ആ."));
put(Unit.OHM, unitPattern("{0} Ω"));
put(Unit.VOLT, unitPattern("{0} V"));
put(Unit.CALORIE, unitPattern("{0} കലോ."));
put(Unit.FOODCALORIE, unitPattern("{0} കലോ."));
put(Unit.JOULE, unitPattern("{0} ജൂ."));
put(Unit.KILOCALORIE, unitPattern("{0} കി.കലോ."));
put(Unit.KILOJOULE, unitPattern("{0} കി.ജൂ."));
put(Unit.KILOWATT_HOUR, unitPattern("{0} കി.വാ/മ."));
put(Unit.GIGAHERTZ, unitPattern("{0} ജി.ഹെ."));
put(Unit.HERTZ, unitPattern("{0} ഹെ."));
put(Unit.KILOHERTZ, unitPattern("{0} കി.ഹെ."));
put(Unit.MEGAHERTZ, unitPattern("{0} മെ.ഹെ."));
put(Unit.ASTRONOMICAL_UNIT, unitPattern("{0} ജ്യോ.യൂ."));
put(Unit.CENTIMETER, unitPattern("{0} സെ.മീ."));
put(Unit.DECIMETER, unitPattern("{0} ഡെ.മീ"));
put(Unit.FATHOM, unitPattern("{0} fm"));
put(Unit.FOOT, unitPattern("{0}′"));
put(Unit.FURLONG, unitPattern("{0} fur"));
put(Unit.INCH, unitPattern("{0}″"));
put(Unit.KILOMETER, unitPattern("{0} കി.മീ."));
put(Unit.LIGHT_YEAR, unitPattern("{0} പ്ര.വ"));
put(Unit.METER, unitPattern("{0} മീ."));
put(Unit.MICROMETER, unitPattern("{0} µമീ."));
put(Unit.MILE, unitPattern("{0} മൈ"));
put(Unit.MILE_SCANDINAVIAN, unitPattern("{0} സ്.മൈ."));
put(Unit.MILLIMETER, unitPattern("{0} മി.മീ."));
put(Unit.NANOMETER, unitPattern("{0} നാ.മീ."));
put(Unit.NAUTICAL_MILE, unitPattern("{0} നോ.മൈ."));
put(Unit.PARSEC, unitPattern("{0} പാ.സെ."));
put(Unit.PICOMETER, unitPattern("{0} പൈ.മീ"));
put(Unit.POINT, unitPattern("{0} pt"));
put(Unit.YARD, unitPattern("{0} യാ"));
put(Unit.LUX, unitPattern("{0} ലക്സ്"));
put(Unit.CARAT, unitPattern("{0} CD"));
put(Unit.GRAM, unitPattern("{0} ഗ്രാം"));
put(Unit.KILOGRAM, unitPattern("{0}കി.ഗ്രാം"));
put(Unit.METRIC_TON, unitPattern("{0} ട."));
put(Unit.MICROGRAM, unitPattern("{0} µ.ഗ്രാം."));
put(Unit.MILLIGRAM, unitPattern("{0} മി.ഗ്രാം."));
put(Unit.OUNCE, unitPattern("{0} ഔ"));
put(Unit.OUNCE_TROY, unitPattern("{0} ട്രോ.ഔ."));
put(Unit.POUND, unitPattern("{0} പൗ"));
put(Unit.STONE, unitPattern("{0} st"));
put(Unit.TON, unitPattern("{0} ടൺ"));
put(Unit.GIGAWATT, unitPattern("{0} ജി.വാ."));
put(Unit.HORSEPOWER, unitPattern("{0} hp"));
put(Unit.KILOWATT, unitPattern("{0}kW"));
put(Unit.MEGAWATT, unitPattern("{0} മെ.വാ."));
put(Unit.MILLIWATT, unitPattern("{0} മി.വാ."));
put(Unit.WATT, unitPattern("{0} വാ"));
put(Unit.HECTOPASCAL, unitPattern("{0} hPa"));
put(Unit.INCH_HG, unitPattern("{0}\\\" Hg"));
put(Unit.MILLIBAR, unitPattern("{0} മിബാ"));
put(Unit.MILLIMETER_OF_MERCURY, unitPattern("{0} മിമീ.മെ."));
put(Unit.POUND_PER_SQUARE_INCH, unitPattern("{0} പിഎസ്ഐ"));
put(Unit.KILOMETER_PER_HOUR, unitPattern("{0}കി.മീ/മ."));
put(Unit.KNOT, unitPattern("{0} നോട്ട്"));
put(Unit.METER_PER_SECOND, unitPattern("{0} മീ/സെ"));
put(Unit.MILE_PER_HOUR, unitPattern("{0} മൈ/മ"));
put(Unit.CELSIUS, unitPattern("{0}°സെ"));
put(Unit.FAHRENHEIT, unitPattern("{0}°ഫാ"));
put(Unit.TEMPERATURE_GENERIC, unitPattern("{0}°"));
put(Unit.KELVIN, unitPattern("{0} K"));
put(Unit.ACRE_FOOT, unitPattern("{0} ഏ. അടി"));
put(Unit.BUSHEL, unitPattern("{0} bu"));
put(Unit.CENTILITER, unitPattern("{0} സെ.ലി."));
put(Unit.CUBIC_CENTIMETER, unitPattern("{0} സെ.മീ³"));
put(Unit.CUBIC_FOOT, unitPattern("{0} അടി³"));
put(Unit.CUBIC_INCH, unitPattern("{0} ഇഞ്ച്³"));
put(Unit.CUBIC_KILOMETER, unitPattern("{0} കിമീ³"));
put(Unit.CUBIC_METER, unitPattern("{0} മീ³"));
put(Unit.CUBIC_MILE, unitPattern("{0} മൈ³"));
put(Unit.CUBIC_YARD, unitPattern("{0} വാ³"));
put(Unit.CUP, unitPattern("{0} കപ്പ്"));
put(Unit.CUP_METRIC, unitPattern("{0} മെ. ക."));
put(Unit.DECILITER, unitPattern("{0} ഡെ.ലി."));
put(Unit.FLUID_OUNCE, unitPattern("{0} ഫ്ലൂ. ഔ."));
put(Unit.GALLON, unitPattern("{0} ഗാ."));
put(Unit.GALLON_IMPERIAL, unitPattern("{0} ഗാ. ഇംപീ."));
put(Unit.HECTOLITER, unitPattern("{0} ഹെ.ലി."));
put(Unit.LITER, unitPattern("{0} ലി."));
put(Unit.MEGALITER, unitPattern("{0} മെ.ലി."));
put(Unit.MILLILITER, unitPattern("{0} മി.ലി."));
put(Unit.PINT, unitPattern("{0} പൈ."));
put(Unit.PINT_METRIC, unitPattern("{0} മെ. പൈ."));
put(Unit.QUART, unitPattern("{0} ക്വാ."));
put(Unit.TABLESPOON, unitPattern("{0} ടേ.സ്പൂ."));
put(Unit.TEASPOON, unitPattern("{0} ടീ.സ്പൂ."));
}};
protected static final Map> UNITS_SHORT_ONE = new EnumMap>(Unit.class) {{
put(Unit.G_FORCE, unitPattern("{0} ജി"));
put(Unit.METER_PER_SECOND_SQUARED, unitPattern("{0} മീ/സെ²"));
put(Unit.ARC_MINUTE, unitPattern("{0} ആർക്ക്.മി."));
put(Unit.ARC_SECOND, unitPattern("{0} ആർക്ക്.സെ."));
put(Unit.DEGREE, unitPattern("{0} ഡിഗ്രി"));
put(Unit.RADIAN, unitPattern("{0} റേഡി."));
put(Unit.REVOLUTION, unitPattern("{0} റെവ."));
put(Unit.ACRE, unitPattern("{0} ഏക്ക."));
put(Unit.HECTARE, unitPattern("{0} ഹെക്."));
put(Unit.SQUARE_CENTIMETER, unitPattern("{0} സെ.മീ²"));
put(Unit.SQUARE_FOOT, unitPattern("{0} ചതു.അടി"));
put(Unit.SQUARE_INCH, unitPattern("{0} ഇഞ്ച്²"));
put(Unit.SQUARE_KILOMETER, unitPattern("{0} കി.മീ²"));
put(Unit.SQUARE_METER, unitPattern("{0} മീ²"));
put(Unit.SQUARE_MILE, unitPattern("{0} ചതു.മൈ"));
put(Unit.SQUARE_YARD, unitPattern("{0} വാ²"));
put(Unit.KARAT, unitPattern("{0} ക്യാ."));
put(Unit.MILLIGRAM_PER_DECILITER, unitPattern("{0} മി.ഗ്രാം/ഡെ.ലി."));
put(Unit.MILLIMOLE_PER_LITER, unitPattern("{0} മി.മോ/ലി."));
put(Unit.PART_PER_MILLION, unitPattern("{0} പാ.പെ.മി."));
put(Unit.LITER_PER_100KILOMETERS, unitPattern("{0} ലി./100 കി.മീ."));
put(Unit.LITER_PER_KILOMETER, unitPattern("{0} ലി/കി.മീ."));
put(Unit.MILE_PER_GALLON, unitPattern("{0} മൈ/ഗാ."));
put(Unit.MILE_PER_GALLON_IMPERIAL, unitPattern("{0} mpg Imp."));
put(Unit.BIT, unitPattern("{0} ബിറ്റ്"));
put(Unit.BYTE, unitPattern("{0} ബൈറ്റ്"));
put(Unit.GIGABIT, unitPattern("{0} ജിബി"));
put(Unit.GIGABYTE, unitPattern("{0} ജി.ബൈ."));
put(Unit.KILOBIT, unitPattern("{0} കി.ബിറ്റ്"));
put(Unit.KILOBYTE, unitPattern("{0} കി.ബി."));
put(Unit.MEGABIT, unitPattern("{0} മെ.ബി."));
put(Unit.MEGABYTE, unitPattern("{0} മെ.ബൈ."));
put(Unit.TERABIT, unitPattern("{0} ടെ.ബി."));
put(Unit.TERABYTE, unitPattern("{0} ടിബി"));
put(Unit.CENTURY, unitPattern("{0} നൂ."));
put(Unit.DAY, unitPattern("{0} ദിവസം"));
put(Unit.HOUR, unitPattern("{0} മ"));
put(Unit.MICROSECOND, unitPattern("{0} μ.സെ."));
put(Unit.MILLISECOND, unitPattern("{0} മി.സെ."));
put(Unit.MINUTE, unitPattern("{0} മി."));
put(Unit.MONTH, unitPattern("{0} മാസം"));
put(Unit.NANOSECOND, unitPattern("{0} നാ.സെ."));
put(Unit.SECOND, unitPattern("{0} സെ."));
put(Unit.WEEK, unitPattern("{0} ആ"));
put(Unit.YEAR, unitPattern("{0} വ"));
put(Unit.AMPERE, unitPattern("{0} ആ."));
put(Unit.MILLIAMPERE, unitPattern("{0} മി.ആ."));
put(Unit.OHM, unitPattern("{0} Ω"));
put(Unit.VOLT, unitPattern("{0} V"));
put(Unit.CALORIE, unitPattern("{0} കലോ."));
put(Unit.FOODCALORIE, unitPattern("{0} കലോ."));
put(Unit.JOULE, unitPattern("{0} ജൂ."));
put(Unit.KILOCALORIE, unitPattern("{0} കി.കലോ."));
put(Unit.KILOJOULE, unitPattern("{0} കി.ജൂ."));
put(Unit.KILOWATT_HOUR, unitPattern("{0} കി.വാ/മ."));
put(Unit.GIGAHERTZ, unitPattern("{0} ജി.ഹെ."));
put(Unit.HERTZ, unitPattern("{0} ഹെ."));
put(Unit.KILOHERTZ, unitPattern("{0} കി.ഹെ."));
put(Unit.MEGAHERTZ, unitPattern("{0} മെ.ഹെ."));
put(Unit.ASTRONOMICAL_UNIT, unitPattern("{0} ജ്യോ.യൂ."));
put(Unit.CENTIMETER, unitPattern("{0} സെ.മീ."));
put(Unit.DECIMETER, unitPattern("{0} ഡെ.മീ."));
put(Unit.FATHOM, unitPattern("{0} fm"));
put(Unit.FOOT, unitPattern("{0} അടി"));
put(Unit.FURLONG, unitPattern("{0} fur"));
put(Unit.INCH, unitPattern("{0} ഇഞ്ച്"));
put(Unit.KILOMETER, unitPattern("{0} കി.മീ."));
put(Unit.LIGHT_YEAR, unitPattern("{0} പ്ര.വ."));
put(Unit.METER, unitPattern("{0} മീ."));
put(Unit.MICROMETER, unitPattern("µമീ."));
put(Unit.MILE, unitPattern("{0} മൈൽ"));
put(Unit.MILE_SCANDINAVIAN, unitPattern("{0} സ്.മൈ."));
put(Unit.MILLIMETER, unitPattern("{0} മി.മീ."));
put(Unit.NANOMETER, unitPattern("{0} നാ.മീ."));
put(Unit.NAUTICAL_MILE, unitPattern("{0} നോ.മൈ."));
put(Unit.PARSEC, unitPattern("{0} പാ.സെ."));
put(Unit.PICOMETER, unitPattern("{0} പൈ.മീ."));
put(Unit.POINT, unitPattern("{0} pt"));
put(Unit.YARD, unitPattern("{0} വാര"));
put(Unit.LUX, unitPattern("{0} ലക്സ്"));
put(Unit.CARAT, unitPattern("{0} CD"));
put(Unit.GRAM, unitPattern("{0} ഗ്രാം"));
put(Unit.KILOGRAM, unitPattern("{0} കി.ഗ്രാം"));
put(Unit.METRIC_TON, unitPattern("{0} ട."));
put(Unit.MICROGRAM, unitPattern("{0} µ.ഗ്രാം."));
put(Unit.MILLIGRAM, unitPattern("{0} മി.ഗ്രാം."));
put(Unit.OUNCE, unitPattern("{0} ഔ."));
put(Unit.OUNCE_TROY, unitPattern("{0} ട്രോ.ഔ."));
put(Unit.POUND, unitPattern("{0} പൗ"));
put(Unit.STONE, unitPattern("{0} st"));
put(Unit.TON, unitPattern("{0} ടൺ"));
put(Unit.GIGAWATT, unitPattern("{0} ജി.വാ."));
put(Unit.HORSEPOWER, unitPattern("{0} എച്ച്.പി."));
put(Unit.KILOWATT, unitPattern("{0} കി.വാ."));
put(Unit.MEGAWATT, unitPattern("{0} മെ.വാ."));
put(Unit.MILLIWATT, unitPattern("{0} മി.വാ."));
put(Unit.WATT, unitPattern("{0} വാ."));
put(Unit.HECTOPASCAL, unitPattern("{0} ഹെ.പാ."));
put(Unit.INCH_HG, unitPattern("{0} ഇഞ്ച് മെ."));
put(Unit.MILLIBAR, unitPattern("{0} മി.ബാ"));
put(Unit.MILLIMETER_OF_MERCURY, unitPattern("{0} മിമീ.മെ."));
put(Unit.POUND_PER_SQUARE_INCH, unitPattern("{0} പിഎസ്ഐ"));
put(Unit.KILOMETER_PER_HOUR, unitPattern("{0} കി.മീ/മ."));
put(Unit.KNOT, unitPattern("{0} നോട്ട്"));
put(Unit.METER_PER_SECOND, unitPattern("{0} മീ/സെ."));
put(Unit.MILE_PER_HOUR, unitPattern("{0} മൈ/മ."));
put(Unit.CELSIUS, unitPattern("{0}°സെ"));
put(Unit.FAHRENHEIT, unitPattern("{0}° ഫാ"));
put(Unit.TEMPERATURE_GENERIC, unitPattern("{0}°"));
put(Unit.KELVIN, unitPattern("{0} K"));
put(Unit.ACRE_FOOT, unitPattern("{0} ഏ. അടി"));
put(Unit.BUSHEL, unitPattern("{0} bu"));
put(Unit.CENTILITER, unitPattern("{0} സെ.ലി."));
put(Unit.CUBIC_CENTIMETER, unitPattern("{0} സെ.മീ³"));
put(Unit.CUBIC_FOOT, unitPattern("{0} അടി³"));
put(Unit.CUBIC_INCH, unitPattern("{0} ഇഞ്ച്³"));
put(Unit.CUBIC_KILOMETER, unitPattern("{0} കി.മീ³"));
put(Unit.CUBIC_METER, unitPattern("{0} മീ³"));
put(Unit.CUBIC_MILE, unitPattern("{0} മൈ³"));
put(Unit.CUBIC_YARD, unitPattern("{0} വാ³"));
put(Unit.CUP, unitPattern("{0} കപ്പ്"));
put(Unit.CUP_METRIC, unitPattern("{0} മെ. ക."));
put(Unit.DECILITER, unitPattern("{0} ഡെ.ലി."));
put(Unit.FLUID_OUNCE, unitPattern("{0} ഫ്ലൂ. ഔ."));
put(Unit.GALLON, unitPattern("{0} ഗാ."));
put(Unit.GALLON_IMPERIAL, unitPattern("{0} ഗാ. ഇംപീ."));
put(Unit.HECTOLITER, unitPattern("{0} ഹെ.ലി."));
put(Unit.LITER, unitPattern("{0} ലി."));
put(Unit.MEGALITER, unitPattern("{0} മെ.ലി."));
put(Unit.MILLILITER, unitPattern("{0} മി.ലി."));
put(Unit.PINT, unitPattern("{0} പൈ."));
put(Unit.PINT_METRIC, unitPattern("{0} മെ. പൈ."));
put(Unit.QUART, unitPattern("{0} ക്വാ."));
put(Unit.TABLESPOON, unitPattern("{0} ടേ.സ്പൂ."));
put(Unit.TEASPOON, unitPattern("{0} ടീ.സ്പൂ."));
}};
protected static final Map> UNITS_SHORT_OTHER = new EnumMap>(Unit.class) {{
put(Unit.G_FORCE, unitPattern("{0} ജി"));
put(Unit.METER_PER_SECOND_SQUARED, unitPattern("{0} മീ/സെ²"));
put(Unit.ARC_MINUTE, unitPattern("{0} ആർക്ക്.മി."));
put(Unit.ARC_SECOND, unitPattern("{0} ആർക്ക്.സെ."));
put(Unit.DEGREE, unitPattern("{0} ഡിഗ്രി"));
put(Unit.RADIAN, unitPattern("{0} റേഡി."));
put(Unit.REVOLUTION, unitPattern("{0} റെവ."));
put(Unit.ACRE, unitPattern("{0} ഏക്ക."));
put(Unit.HECTARE, unitPattern("{0} ഹെക്."));
put(Unit.SQUARE_CENTIMETER, unitPattern("{0} സെ.മീ²"));
put(Unit.SQUARE_FOOT, unitPattern("{0} ചതു.അടി"));
put(Unit.SQUARE_INCH, unitPattern("{0} ഇഞ്ച്²"));
put(Unit.SQUARE_KILOMETER, unitPattern("{0} കി.മീ²"));
put(Unit.SQUARE_METER, unitPattern("{0} മീ²"));
put(Unit.SQUARE_MILE, unitPattern("{0} ചതു.മൈ"));
put(Unit.SQUARE_YARD, unitPattern("{0} വാ²"));
put(Unit.KARAT, unitPattern("{0} ക്യാ."));
put(Unit.MILLIGRAM_PER_DECILITER, unitPattern("{0} മി.ഗ്രാം/ഡെ.ലി."));
put(Unit.MILLIMOLE_PER_LITER, unitPattern("{0} മി.മോ/ലി."));
put(Unit.PART_PER_MILLION, unitPattern("{0} പാ.പെ.മി."));
put(Unit.LITER_PER_100KILOMETERS, unitPattern("{0} ലി./100 കി.മീ."));
put(Unit.LITER_PER_KILOMETER, unitPattern("{0} ലി/കി.മീ."));
put(Unit.MILE_PER_GALLON, unitPattern("{0} മൈ/ഗാ."));
put(Unit.MILE_PER_GALLON_IMPERIAL, unitPattern("{0} mpg Imp."));
put(Unit.BIT, unitPattern("{0} ബിറ്റ്"));
put(Unit.BYTE, unitPattern("{0} ബൈറ്റ്"));
put(Unit.GIGABIT, unitPattern("{0} ജിബി"));
put(Unit.GIGABYTE, unitPattern("{0} ജി.ബൈ."));
put(Unit.KILOBIT, unitPattern("{0} കി.ബിറ്റ്"));
put(Unit.KILOBYTE, unitPattern("{0} കി.ബി."));
put(Unit.MEGABIT, unitPattern("{0} മെ.ബി."));
put(Unit.MEGABYTE, unitPattern("{0} മെ.ബൈ."));
put(Unit.TERABIT, unitPattern("{0} ടെ.ബി."));
put(Unit.TERABYTE, unitPattern("{0} ടിബി"));
put(Unit.CENTURY, unitPattern("{0} നൂ."));
put(Unit.DAY, unitPattern("{0} ദിവസം"));
put(Unit.HOUR, unitPattern("{0} മ"));
put(Unit.MICROSECOND, unitPattern("{0} μ.സെ."));
put(Unit.MILLISECOND, unitPattern("{0} മി.സെ."));
put(Unit.MINUTE, unitPattern("{0} മി."));
put(Unit.MONTH, unitPattern("{0} മാസം"));
put(Unit.NANOSECOND, unitPattern("{0} നാ.സെ."));
put(Unit.SECOND, unitPattern("{0} സെ."));
put(Unit.WEEK, unitPattern("{0} ആ"));
put(Unit.YEAR, unitPattern("{0} വ"));
put(Unit.AMPERE, unitPattern("{0} ആ."));
put(Unit.MILLIAMPERE, unitPattern("{0} മി.ആ."));
put(Unit.OHM, unitPattern("{0} Ω"));
put(Unit.VOLT, unitPattern("{0} V"));
put(Unit.CALORIE, unitPattern("{0} കലോ."));
put(Unit.FOODCALORIE, unitPattern("{0} കലോ."));
put(Unit.JOULE, unitPattern("{0} ജൂ."));
put(Unit.KILOCALORIE, unitPattern("{0} കി.കലോ."));
put(Unit.KILOJOULE, unitPattern("{0} കി.ജൂ."));
put(Unit.KILOWATT_HOUR, unitPattern("{0} കി.വാ/മ."));
put(Unit.GIGAHERTZ, unitPattern("{0} ജി.ഹെ."));
put(Unit.HERTZ, unitPattern("{0} ഹെ."));
put(Unit.KILOHERTZ, unitPattern("{0} കി.ഹെ."));
put(Unit.MEGAHERTZ, unitPattern("{0} മെ.ഹെ."));
put(Unit.ASTRONOMICAL_UNIT, unitPattern("{0} ജ്യോ.യൂ."));
put(Unit.CENTIMETER, unitPattern("{0} സെ.മീ."));
put(Unit.DECIMETER, unitPattern("{0} ഡെ.മീ"));
put(Unit.FATHOM, unitPattern("{0} fm"));
put(Unit.FOOT, unitPattern("{0} അടി"));
put(Unit.FURLONG, unitPattern("{0} fur"));
put(Unit.INCH, unitPattern("{0} ഇഞ്ച്"));
put(Unit.KILOMETER, unitPattern("{0} കി.മീ."));
put(Unit.LIGHT_YEAR, unitPattern("{0} പ്ര.വ."));
put(Unit.METER, unitPattern("{0} മീ."));
put(Unit.MICROMETER, unitPattern("{0} µമീ."));
put(Unit.MILE, unitPattern("{0} മൈൽ"));
put(Unit.MILE_SCANDINAVIAN, unitPattern("{0} സ്.മൈ."));
put(Unit.MILLIMETER, unitPattern("{0} മി.മീ."));
put(Unit.NANOMETER, unitPattern("{0} നാ.മീ."));
put(Unit.NAUTICAL_MILE, unitPattern("{0} നോ.മൈ."));
put(Unit.PARSEC, unitPattern("{0} പാ.സെ."));
put(Unit.PICOMETER, unitPattern("{0} പൈ.മീ."));
put(Unit.POINT, unitPattern("{0} pt"));
put(Unit.YARD, unitPattern("{0} വാര"));
put(Unit.LUX, unitPattern("{0} ലക്സ്"));
put(Unit.CARAT, unitPattern("{0} CD"));
put(Unit.GRAM, unitPattern("{0} ഗ്രാം"));
put(Unit.KILOGRAM, unitPattern("{0} കി.ഗ്രാം"));
put(Unit.METRIC_TON, unitPattern("{0} ട."));
put(Unit.MICROGRAM, unitPattern("{0} µ.ഗ്രാം."));
put(Unit.MILLIGRAM, unitPattern("{0} മി.ഗ്രാം."));
put(Unit.OUNCE, unitPattern("{0} ഔ."));
put(Unit.OUNCE_TROY, unitPattern("{0} ട്രോ.ഔ."));
put(Unit.POUND, unitPattern("{0} പൗ"));
put(Unit.STONE, unitPattern("{0} st"));
put(Unit.TON, unitPattern("{0} ടൺ"));
put(Unit.GIGAWATT, unitPattern("{0} ജി.വാ."));
put(Unit.HORSEPOWER, unitPattern("{0} എച്ച്.പി."));
put(Unit.KILOWATT, unitPattern("{0} കി.വാ."));
put(Unit.MEGAWATT, unitPattern("{0} മെ.വാ."));
put(Unit.MILLIWATT, unitPattern("{0} മി.വാ."));
put(Unit.WATT, unitPattern("{0} വാ."));
put(Unit.HECTOPASCAL, unitPattern("{0} ഹെ.പാ."));
put(Unit.INCH_HG, unitPattern("{0} ഇഞ്ച് മെ."));
put(Unit.MILLIBAR, unitPattern("{0} മി.ബാ"));
put(Unit.MILLIMETER_OF_MERCURY, unitPattern("{0} മിമീ.മെ."));
put(Unit.POUND_PER_SQUARE_INCH, unitPattern("{0} പിഎസ്ഐ"));
put(Unit.KILOMETER_PER_HOUR, unitPattern("{0} കി.മീ/മ."));
put(Unit.KNOT, unitPattern("{0} നോട്ട്"));
put(Unit.METER_PER_SECOND, unitPattern("{0} മീ/സെ."));
put(Unit.MILE_PER_HOUR, unitPattern("{0} മൈ/മ."));
put(Unit.CELSIUS, unitPattern("{0}°സെ"));
put(Unit.FAHRENHEIT, unitPattern("{0}°ഫാ"));
put(Unit.TEMPERATURE_GENERIC, unitPattern("{0}°"));
put(Unit.KELVIN, unitPattern("{0} K"));
put(Unit.ACRE_FOOT, unitPattern("{0} ഏ. അടി"));
put(Unit.BUSHEL, unitPattern("{0} bu"));
put(Unit.CENTILITER, unitPattern("{0} സെ.ലി."));
put(Unit.CUBIC_CENTIMETER, unitPattern("{0} സെ.മീ³"));
put(Unit.CUBIC_FOOT, unitPattern("{0} അടി³"));
put(Unit.CUBIC_INCH, unitPattern("{0} ഇഞ്ച്³"));
put(Unit.CUBIC_KILOMETER, unitPattern("{0} കി.മീ³"));
put(Unit.CUBIC_METER, unitPattern("{0} മീ³"));
put(Unit.CUBIC_MILE, unitPattern("{0} മൈ³"));
put(Unit.CUBIC_YARD, unitPattern("{0} വാ³"));
put(Unit.CUP, unitPattern("{0} കപ്പ്"));
put(Unit.CUP_METRIC, unitPattern("{0} മെ. ക."));
put(Unit.DECILITER, unitPattern("{0} ഡെ.ലി."));
put(Unit.FLUID_OUNCE, unitPattern("{0} ഫ്ലൂ. ഔ."));
put(Unit.GALLON, unitPattern("{0} ഗാ."));
put(Unit.GALLON_IMPERIAL, unitPattern("{0} ഗാ. ഇംപീ."));
put(Unit.HECTOLITER, unitPattern("{0} ഹെ.ലി."));
put(Unit.LITER, unitPattern("{0} ലി."));
put(Unit.MEGALITER, unitPattern("{0} മെ.ലി."));
put(Unit.MILLILITER, unitPattern("{0} മി.ലി."));
put(Unit.PINT, unitPattern("{0} പൈ."));
put(Unit.PINT_METRIC, unitPattern("{0} മെ. പൈ."));
put(Unit.QUART, unitPattern("{0} ക്വാ."));
put(Unit.TABLESPOON, unitPattern("{0} ടേ.സ്പൂ."));
put(Unit.TEASPOON, unitPattern("{0} ടീ.സ്പൂ."));
}};
public _NumberFormatter_ml() {
super(
CLDR.Locale.ml,
new _Params(),
// decimal standard
patterns("#,##,##0.###", "-#,##,##0.###"),
// percent standard
patterns("#,##0%", "-#,##0%"),
// currency standard
patterns("¤#,##0.00", "-¤#,##0.00"),
// currency accounting
patterns("¤#,##0.00", "(¤#,##0.00)"),
// units standard
patterns("#,##,##0.#", "-#,##,##0.#")
);
}
protected int getDivisor_DECIMAL_SHORT(int digits) {
int index = Math.min(14, Math.max(0, digits - 1));
return DECIMAL_SHORT_DIVISORS[index];
}
protected NumberPattern[] getPattern_DECIMAL_SHORT(int digits, PluralCategory category) {
if (category == null) {
category = PluralCategory.OTHER;
}
int index = Math.min(14, Math.max(0, digits - 1));
switch (category) {
case ONE: return DECIMAL_SHORT_ONE[index];
case OTHER:
default: return DECIMAL_SHORT_OTHER[index];
}
}
protected int getDivisor_DECIMAL_LONG(int digits) {
int index = Math.min(14, Math.max(0, digits - 1));
return DECIMAL_LONG_DIVISORS[index];
}
protected NumberPattern[] getPattern_DECIMAL_LONG(int digits, PluralCategory category) {
if (category == null) {
category = PluralCategory.OTHER;
}
int index = Math.min(14, Math.max(0, digits - 1));
switch (category) {
case ONE: return DECIMAL_LONG_ONE[index];
case OTHER:
default: return DECIMAL_LONG_OTHER[index];
}
}
protected int getDivisor_CURRENCY_SHORT(int digits) {
int index = Math.min(14, Math.max(0, digits - 1));
return CURRENCY_SHORT_DIVISORS[index];
}
protected NumberPattern[] getPattern_CURRENCY_SHORT(int digits, PluralCategory category) {
if (category == null) {
category = PluralCategory.OTHER;
}
int index = Math.min(14, Math.max(0, digits - 1));
switch (category) {
case ONE: return CURRENCY_SHORT_ONE[index];
case OTHER:
default: return CURRENCY_SHORT_OTHER[index];
}
}
protected List getPattern_UNITS_LONG(Unit unit, PluralCategory category) {
if (category == null) {
category = PluralCategory.OTHER;
}
switch (category) {
case ONE: return UNITS_LONG_ONE.get(unit);
case OTHER: default: return UNITS_LONG_OTHER.get(unit);
}
}
protected List getPattern_UNITS_NARROW(Unit unit, PluralCategory category) {
if (category == null) {
category = PluralCategory.OTHER;
}
switch (category) {
case ONE: return UNITS_NARROW_ONE.get(unit);
case OTHER: default: return UNITS_NARROW_OTHER.get(unit);
}
}
protected List getPattern_UNITS_SHORT(Unit unit, PluralCategory category) {
if (category == null) {
category = PluralCategory.OTHER;
}
switch (category) {
case ONE: return UNITS_SHORT_ONE.get(unit);
case OTHER: default: return UNITS_SHORT_OTHER.get(unit);
}
}
public String getCurrencySymbol(CLDR.Currency code) {
if (code == null) {
return "";
}
switch (code) {
case AUD: return "A$";
case BRL: return "R$";
case CAD: return "CA$";
case CNY: return "CN¥";
case EUR: return "€";
case GBP: return "£";
case HKD: return "HK$";
case ILS: return "₪";
case INR: return "₹";
case JPY: return "¥";
case KRW: return "₩";
case MXN: return "MX$";
case NZD: return "NZ$";
case THB: return "฿";
case TWD: return "NT$";
case USD: return "$";
case VND: return "₫";
case XAF: return "FCFA";
case XCD: return "EC$";
case XOF: return "CFA";
case XPF: return "CFPF";
default: return code.name();
}
}
public String getNarrowCurrencySymbol(CLDR.Currency code) {
if (code == null) {
return "";
}
switch (code) {
case AOA: return "Kz";
case ARS: return "$";
case AUD: return "$";
case BAM: return "KM";
case BBD: return "$";
case BDT: return "৳";
case BMD: return "$";
case BND: return "$";
case BOB: return "Bs";
case BRL: return "R$";
case BSD: return "$";
case BWP: return "P";
case BYN: return "р.";
case BZD: return "$";
case CAD: return "$";
case CLP: return "$";
case CNY: return "¥";
case COP: return "$";
case CRC: return "₡";
case CUC: return "$";
case CUP: return "$";
case CZK: return "Kč";
case DKK: return "kr";
case DOP: return "$";
case EGP: return "E£";
case ESP: return "₧";
case EUR: return "€";
case FJD: return "$";
case FKP: return "£";
case GBP: return "£";
case GEL: return "₾";
case GIP: return "£";
case GNF: return "FG";
case GTQ: return "Q";
case GYD: return "$";
case HKD: return "$";
case HNL: return "L";
case HRK: return "kn";
case HUF: return "Ft";
case IDR: return "Rp";
case ILS: return "₪";
case INR: return "₹";
case ISK: return "kr";
case JMD: return "$";
case JPY: return "¥";
case KHR: return "៛";
case KMF: return "CF";
case KPW: return "₩";
case KRW: return "₩";
case KYD: return "$";
case KZT: return "₸";
case LAK: return "₭";
case LBP: return "L£";
case LKR: return "Rs";
case LRD: return "$";
case LTL: return "Lt";
case LVL: return "Ls";
case MGA: return "Ar";
case MMK: return "K";
case MNT: return "₮";
case MUR: return "Rs";
case MXN: return "$";
case MYR: return "RM";
case NAD: return "$";
case NGN: return "₦";
case NIO: return "C$";
case NOK: return "kr";
case NPR: return "Rs";
case NZD: return "$";
case PHP: return "₱";
case PKR: return "Rs";
case PLN: return "zł";
case PYG: return "₲";
case RON: return "lei";
case RUB: return "₽";
case RUR: return "р.";
case RWF: return "RF";
case SBD: return "$";
case SEK: return "kr";
case SGD: return "$";
case SHP: return "£";
case SRD: return "$";
case SSP: return "£";
case STD: return "Db";
case SYP: return "£";
case THB: return "฿";
case TOP: return "T$";
case TRY: return "₺";
case TTD: return "$";
case TWD: return "NT$";
case UAH: return "₴";
case USD: return "$";
case UYU: return "$";
case VEF: return "Bs";
case VND: return "₫";
case XAF: return "FCFA";
case XCD: return "$";
case XOF: return "CFA";
case XPF: return "CFPF";
case ZAR: return "R";
case ZMW: return "ZK";
default: return code.name();
}
}
public String getCurrencyDisplayName(CLDR.Currency code) {
if (code == null) {
return "";
}
switch (code) {
case ADP: return "അൻഡോറൻ പെസെയ്റ്റ";
case AED: return "യുണൈറ്റഡ് അറബ് എമിറേറ്റ്സ് ദിർഹം";
case AFA: return "അഫ്ഘാനി (1927–2002)";
case AFN: return "അഫ്ഗാൻ അഫ്ഗാനി";
case ALL: return "അൽബേനിയൻ ലെക്";
case AMD: return "അർമേനിയൻ ഡ്രാം";
case ANG: return "നെതർലാൻഡ്സ് ആന്റിലൻ ഗിൽഡർ";
case AOA: return "അംഗോളൻ ക്വാൻസ";
case AOK: return "അംഗോളൻ ക്വാൻസ (1977–1990)";
case AON: return "അംഗോളൻ ന്യൂ ക്വാൻസ (1990–2000)";
case AOR: return "അംഗോളൻ ക്വാൻസ റിയാജസ്റ്റാഡോ (1995–1999)";
case ARA: return "അർജൻറീൻ ഓസ്ട്രൽ";
case ARP: return "അർജൻറീൻ പെയ്സോ (1983–1985)";
case ARS: return "അർജൻറീൻ പെസോ";
case ATS: return "ഓസ്ട്രേലിയൻ ഷില്ലിംഗ്";
case AUD: return "ഓസ്ട്രേലിയൻ ഡോളർ";
case AWG: return "അറൂബൻ ഫ്ലോറിൻ";
case AZM: return "അസർബയ്ജാനിയൻ മനത് (1993–2006)";
case AZN: return "അസർബൈജാനി മനത്";
case BAD: return "ബോസ്നിയ-ഹെർസഗോവിന ദിനാർ";
case BAM: return "ബോസ്നിയ-ഹെർസഗോവിന കൺവേർട്ടബിൾ മാർക്ക്";
case BBD: return "ബാർബഡോസ് ഡോളർ";
case BDT: return "ബംഗ്ലാദേശി ടാക്ക";
case BEC: return "ബെൽജിയൻ ഫ്രാങ്ക് (കൈമാറ്റം ചെയ്യാവുന്നത്)";
case BEF: return "ബെൽജിയൻ ഫ്രാങ്ക്";
case BEL: return "ബൽജിയൻ ഫ്രാങ്ക്";
case BGL: return "ബൾഗേറിയൻ ഹാർഡ് ലെവ്";
case BGN: return "ബൾഗേറിയൻ ലെവ്";
case BHD: return "ബഹ്റൈനി ദിനാർ";
case BIF: return "ബറുണ്ടിയൻ ഫ്രാങ്ക്";
case BMD: return "ബെർമുഡൻ ഡോളർ";
case BND: return "ബ്രൂണൈ ഡോളർ";
case BOB: return "ബൊളീവിയൻ ബൊളിവിയാനോ";
case BOP: return "ബൊളീവിയൻ പെയ്സോ";
case BOV: return "ബൊളീവിയൻ എംവിഡോൾ";
case BRB: return "ബ്രസീലിയൻ ക്രുസെയ്റോ നോവോ (1967–1986)";
case BRC: return "ബ്രസീലിയൻ ക്രുസാഡോ";
case BRE: return "ബ്രസീലിയൻ ക്രുസെയ്റോ (1990–1993)";
case BRL: return "ബ്രസീലിയൻ റിയാൽ";
case BRN: return "ബ്രസീലിയൻ ക്രുസാഡോ നോവോ";
case BRR: return "ബ്രസീലിയൻ ക്രുസെയ്റോ";
case BSD: return "ബഹാമിയൻ ഡോളർ";
case BTN: return "ഭൂട്ടാനീസ് ഗൾട്രം";
case BUK: return "ബർമീസ് ചാറ്റ്";
case BWP: return "ബോട്സ്വാനൻ പ്യുല";
case BYB: return "ബെലാറഷ്യൻ ന്യൂ റൂബിൾ (1994–1999)";
case BYN: return "ബെലാറുഷ്യൻ റൂബിൾ";
case BYR: return "ബെലാറുഷ്യൻ റൂബിൾ (2000–2016)";
case BZD: return "ബെലീസ് ഡോളർ";
case CAD: return "കനേഡിയൻ ഡോളർ";
case CDF: return "കോങ്കളീസ് ഫ്രാങ്ക്";
case CHE: return "WIR യൂറോ";
case CHF: return "സ്വിസ് ഫ്രാങ്ക്";
case CHW: return "WIR ഫ്രാങ്ക്";
case CLF: return "ചിലിയൻ യൂണിഡാഡ്സ് ഡി ഫോമെൻറോ";
case CLP: return "ചിലിയൻ പെസോ";
case CNY: return "ചൈനീസ് യുവാൻ";
case COP: return "കൊളംബിയൻ പെസോ";
case COU: return "യൂണിഡാഡ് ഡി വാലർ റിയൽ";
case CRC: return "കോസ്റ്റാ റിക്കൻ കോളൻ";
case CSD: return "പ്രാചീന സെർബിയൻ ദിനാർ";
case CSK: return "ചെക്കോസ്ലൊവാക്ക് ഹാർഡ് കൊരൂന";
case CUC: return "ക്യൂബൻ കൺവേർട്ടബിൾ പെസോ";
case CUP: return "ക്യൂബൻ പെസോ";
case CVE: return "കേപ് വെർദിയൻ എസ്ക്യുഡോ";
case CYP: return "സൈപ്രസ് പൌണ്ട്";
case CZK: return "ചെക്ക് റിപ്പബ്ലിക് കൊരുണ";
case DDM: return "കിഴക്കൻ ജർമൻ ഓസ്റ്റ്മാർക്ക്";
case DEM: return "ജർമൻ മാർക്ക്";
case DJF: return "ദിജിബൗട്ടിയൻ ഫ്രാങ്ക്";
case DKK: return "ഡാനിഷ് ക്രോണെ";
case DOP: return "ഡൊമിനിക്കൻ പെസോ";
case DZD: return "അൾജീരിയൻ ദിനാർ";
case ECS: return "ഇക്വഡോർ സൂക്രേ";
case ECV: return "ഇക്വഡോർ യൂണിഡാഡ് വാലർ കോൺസ്റ്റൻറെ (UVC)";
case EEK: return "എസ്റ്റൌനിയൻ ക്രൂൺ";
case EGP: return "ഈജിപ്ഷ്യൻ പൗണ്ട്";
case ERN: return "എറിത്രിയൻ നക്ഫ";
case ESA: return "സ്പാനിഷ് പസെയ്റ്റ (A അക്കൌണ്ട്)";
case ESB: return "സ്പാനിഷ് പസെയ്റ്റ (കൈമാറ്റം ചെയ്യാവുന്ന അക്കൌണ്ട്)";
case ESP: return "സ്പാനിഷ് പസെയ്റ്റ";
case ETB: return "എത്യോപ്യൻ ബിർ";
case EUR: return "യൂറോ";
case FIM: return "ഫിന്നിഷ് മാർക്ക";
case FJD: return "ഫിജിയൻ ഡോളർ";
case FKP: return "ഫാക്ക്ലാന്റ് ദ്വീപുകളുടെ പൗണ്ട്";
case FRF: return "ഫ്രാങ്ക്";
case GBP: return "ബ്രിട്ടീഷ് പൗണ്ട്";
case GEK: return "ജോർജ്ജിയൻ ക്യൂപോൺ ലാരിറ്റ്";
case GEL: return "ജോർജ്ജിയൻ ലാറി";
case GHC: return "ഘാന കെഡി (1979–2007)";
case GHS: return "ഘാനയൻ കെഡി";
case GIP: return "ജിബ്രാൾട്ടർ പൗണ്ട്";
case GMD: return "ഗാംബിയൻ ദലാസി";
case GNF: return "ഗിനിയൻ ഫ്രാങ്ക്";
case GNS: return "ഗിനിയ സൈലി";
case GQE: return "ഇക്വിറ്റോറിയൽ ഗിനിയ എക്വീലെ ഗിനിയാന";
case GRD: return "ഗ്രീക്ക് ഡ്രാക്ക്മ";
case GTQ: return "ഗ്വാട്ടിമാലൻ ക്വെറ്റ്സൽ";
case GWE: return "പോർച്ചുഗീസ് ഗിനി എസ്ക്യൂഡോ";
case GWP: return "ഗിനിയ-ബിസാവു പെയ്സോ";
case GYD: return "ഗയാനീസ് ഡോളർ";
case HKD: return "ഹോങ്കോങ്ങ് ഡോളർ";
case HNL: return "ഹോണ്ടുറൻ ലെംപിറ";
case HRD: return "ക്രൊയേഷ്യൻ ദിനാർ";
case HRK: return "ക്രൊയേഷൻ ക്യുന";
case HTG: return "ഹെയ്തിയൻ ഗൂർഡ്";
case HUF: return "ഹംഗേറിയൻ ഫോറിന്റ്";
case IDR: return "ഇന്തോനേഷ്യൻ റുപിയ";
case IEP: return "ഐറിഷ് പൌണ്ട്";
case ILP: return "ഇസ്രയേലി പൌണ്ട്";
case ILS: return "ഇസ്രായേലി ന്യൂ ഷെക്കെൽ";
case INR: return "ഇന്ത്യൻ രൂപ";
case IQD: return "ഇറാഖി ദിനാർ";
case IRR: return "ഇറാനിയൻ റിയാൽ";
case ISK: return "ഐസ്ലാൻഡിക് ക്രോണ";
case ITL: return "ഇറ്റാലിയൻ ലിറ";
case JMD: return "ജമൈക്കൻ ഡോളർ";
case JOD: return "ജോർദ്ദാനിയൻ ദിനാർ";
case JPY: return "ജാപ്പനീസ് യെൻ";
case KES: return "കെനിയൻ ഷില്ലിംഗ്";
case KGS: return "കിർഗിസ്ഥാനി സോം";
case KHR: return "കംബോഡിയൻ റീൽ";
case KMF: return "കൊമോറിയൻ ഫ്രാങ്ക്";
case KPW: return "ഉത്തര കൊറിയൻ വോൺ";
case KRW: return "ദക്ഷിണ കൊറിയൻ വോൺ";
case KWD: return "കുവൈറ്റി ദിനാർ";
case KYD: return "കേമാൻ ഐലൻഡ്സ് ഡോളർ";
case KZT: return "കസാക്കിസ്ഥാനി ടെംഗെ";
case LAK: return "ലാവോഷിയൻ കിപ്";
case LBP: return "ലെബനീസ് പൗണ്ട്";
case LKR: return "ശ്രീലങ്കൻ റുപ്പീ";
case LRD: return "ലൈബീരിയൻ ഡോളർ";
case LSL: return "ലെസോതോ ലോത്തി";
case LTL: return "ലിത്വാനിയൻ ലിറ്റാസ്";
case LTT: return "ലിത്വാനിയൻ തലോനാസ്";
case LUC: return "ലക്സംബർഗ് കൺവേർട്ടിബിൾ ഫ്രാങ്ക്";
case LUF: return "ലക്സംബർഗ് ഫ്രാങ്ക്";
case LUL: return "ലക്സംബർഗ് ഫിനാൻഷ്യൽ ഫ്രാങ്ക്";
case LVL: return "ലാറ്റ്വിയൻ ലാറ്റ്സ്";
case LVR: return "ലാറ്റ്വിയൻ റൂബിൾ";
case LYD: return "ലിബിയൻ ദിനാർ";
case MAD: return "മൊറോക്കൻ ദിർഹം";
case MAF: return "മൊറോക്കൻ ഫ്രാങ്ക്";
case MDL: return "മൊൾഡോവൻ ലിയു";
case MGA: return "മഡഗാസി ഏരിയറി";
case MGF: return "മഡഗാസ്കർ ഫ്രാങ്ക്";
case MKD: return "മാസിഡോണിയൻ ദിനാർ";
case MLF: return "മാലി ഫ്രാങ്ക്";
case MMK: return "മ്യാൻമാർ ക്യാട്";
case MNT: return "മംഗോളിയൻ തുഗ്രിക്";
case MOP: return "മകാനീസ് പതാക്ക";
case MRO: return "മൗറിറ്റേനിയൻ ഔഗിയ";
case MTL: return "മൽത്തീസ് ലിറ";
case MTP: return "മൽത്തീസ് പൌണ്ട്";
case MUR: return "മൗറീഷ്യൻ റുപ്പീ";
case MVR: return "മാൽദീവിയൻ റുഫിയ";
case MWK: return "മലാവിയൻ ക്വച്ചാ";
case MXN: return "മെക്സിക്കൻ പെസോ";
case MXP: return "മെക്സിക്കൻ സിൽവർ പെയ്സോ (1861–1992)";
case MXV: return "മെക്സിക്കൻ യൂണിഡാഡ് ഡി ഇൻവെർഷൻ (UDI)";
case MYR: return "മലേഷ്യൻ റിംഗിറ്റ്";
case MZE: return "മൊസാന്പിക്ക് എസ്ക്യുഡോ";
case MZM: return "ഓൾഡ് മൊസാന്പിക്ക് മെറ്റിക്കൽ";
case MZN: return "മൊസാംബിക്കൻ മെറ്റിക്കൽ";
case NAD: return "നമീബിയൻ ഡോളർ";
case NGN: return "നൈജീരിയൻ നൈറ";
case NIC: return "നികരാഗ്വൻ കൊർഡോബ";
case NIO: return "നിക്കരാഗ്വൻ കോർഡോബ";
case NLG: return "നെതർലൻഡ്സ് ഗിൽഡർ";
case NOK: return "നോർവീജിയൻ ക്രോണെ";
case NPR: return "നേപ്പാളീസ് റുപ്പീ";
case NZD: return "ന്യൂസിലാന്റ് ഡോളർ";
case OMR: return "ഒമാനി റിയാൽ";
case PAB: return "പനാമനിയൻ ബാൽബോവ";
case PEI: return "പെറൂവിയൻ ഇൻറി";
case PEN: return "പെറുവിയൻ സോൾ";
case PES: return "പെറൂവിയൻ സോൾ (1863–1965)";
case PGK: return "പാപ്പുവ ന്യൂ ഗിനിയൻ കിന";
case PHP: return "ഫിലിപ്പീനി പെസോ";
case PKR: return "പാക്കിസ്ഥാനി റുപ്പീ";
case PLN: return "പോളിഷ് സ്ലോട്ടി";
case PLZ: return "പോളിഷ് സ്ലോട്ടി (1950–1995)";
case PTE: return "പോർച്ചുഗീസ് എസ്ക്യുഡോ";
case PYG: return "പരാഗ്വേയൻ ഗ്വരനീ";
case QAR: return "ഖത്തർ റിയാൽ";
case RHD: return "റൊഡേഷ്യൻ ഡോളർ";
case ROL: return "പ്രാചീന റൊമേനിയൻ ലിയു";
case RON: return "റൊമാനിയൻ ലെയു";
case RSD: return "സെർബിയൻ ദിനാർ";
case RUB: return "റഷ്യൻ റൂബിൾ";
case RUR: return "റഷ്യൻ റൂബിൾ (1991–1998)";
case RWF: return "റുവാണ്ടൻ ഫ്രാങ്ക്";
case SAR: return "സൗദി റിയാൽ";
case SBD: return "സോളമൻ ദ്വീപുകളുടെ ഡോളർ";
case SCR: return "സീഷെലോയിസ് റുപ്പീ";
case SDD: return "പ്രാചീന സുഡാനീസ് ദിനാർ";
case SDG: return "സുഡാനീസ് പൗണ്ട്";
case SDP: return "പ്രാചീന സുഡാനീസ് പൌണ്ട്";
case SEK: return "സ്വീഡിഷ് ക്രോണ";
case SGD: return "സിംഗപ്പൂർ ഡോളർ";
case SHP: return "സെന്റ് ഹെലീന പൗണ്ട്";
case SIT: return "സ്ലൊവേനിയ റ്റോളർ";
case SKK: return "സ്ലോവാക് കൊരൂന";
case SLL: return "സിയെറ ലിയോണിയൻ ലിയോൺ";
case SOS: return "സോമാലി ഷില്ലിംഗ്";
case SRD: return "സുരിനെയിമിസ് ഡോളർ";
case SRG: return "സൂരിനാം ഗിൽഡർ";
case SSP: return "ദക്ഷിണ സുഡാനീസ് പൗണ്ട്";
case STD: return "സാവോ ടോമി ആൻഡ് പ്രിൻസിപെ ഡോബ്ര";
case SUR: return "സോവിയറ്റ് റൂബിൾ";
case SVC: return "എൽ സാൽവഡോർ കോളൻ";
case SYP: return "സിറിയൻ പൗണ്ട്";
case SZL: return "സ്വാസി ലിലാംഗനി";
case THB: return "തായ് ബട്ട്";
case TJR: return "താജിക്കിസ്ഥാൻ റൂബിൾ";
case TJS: return "താജിക്കിസ്ഥാനി സോംനി";
case TMM: return "തുർക്മെനിസ്ഥാൻ മനത്";
case TMT: return "തുർക്ക്മെനിസ്ഥാനി മനത്";
case TND: return "ടുണീഷ്യൻ ദിനാർ";
case TOP: return "ടോംഗൻ പാംഗ";
case TPE: return "തിമോർ എസ്ക്യൂഡോ";
case TRL: return "പ്രാചീന തുർക്കിഷ് ലിറ";
case TRY: return "ടർക്കിഷ് ലിറ";
case TTD: return "ട്രിനിഡാഡ് അന്റ് ടുബാഗോ ഡോളർ";
case TWD: return "ന്യൂ തായ്വാൻ ഡോളർ";
case TZS: return "ടാൻസാനിയൻ ഷില്ലിംഗ്";
case UAH: return "ഉക്രേനിയൻ ഹ്രിവ്നിയ";
case UAK: return "യുക്രേനിയൻ കാർബോവാനെസ്";
case UGS: return "ഉഗാണ്ടൻ ഷില്ലിംഗ് (1966–1987)";
case UGX: return "ഉഗാണ്ടൻ ഷില്ലിംഗ്";
case USD: return "യു.എസ്. ഡോളർ";
case USN: return "യുഎസ് ഡോളർ (അടുത്ത ദിവസം)";
case USS: return "യുഎസ് ഡോളർ (അതേ ദിവസം)";
case UYI: return "ഉറുഗ്വേ പെയ്സോ എൻ യൂണിഡാഡ്സ്";
case UYP: return "ഉറുഗ്വേ പെയ്സോ (1975–1993)";
case UYU: return "ഉറുഗ്വേയൻ പെസോ";
case UZS: return "ഉസ്ബെക്കിസ്ഥാനി സോം";
case VEB: return "വെനസ്വേലൻ ബോലിവർ (1871–2008)";
case VEF: return "വെനിസ്വേലൻ ബൊളീവർ";
case VND: return "വിയറ്റ്നാമീസ് ഡോങ്";
case VUV: return "വന്വാതു വാതു";
case WST: return "സമോവൻ താല";
case XAF: return "മദ്ധ്യ ആഫ്രിക്കൻ [CFA] ഫ്രാങ്ക്";
case XAG: return "വെള്ളി";
case XAU: return "സ്വർണ്ണം";
case XBA: return "യൂറോപ്യൻ കോന്പസിറ്റ് യൂണിറ്റ്";
case XBB: return "യൂറോപ്യൻ മോണിറ്ററി യൂണിറ്റ്";
case XBC: return "യൂറോപ്യൻ യൂണിറ്റ് ഓഫ് അക്കൌണ്ട് (XBC)";
case XBD: return "യൂറോപ്യൻ യൂണിറ്റ് ഓഫ് അക്കൌണ്ട് (XBD)";
case XCD: return "കിഴക്കൻ കരീബിയൻ ഡോളർ";
case XDR: return "സ്പെഷ്യൽ ഡ്രോയിംഗ് റൈറ്റ്സ്";
case XEU: return "യൂറോപ്യൻ നാണയ യൂണിറ്റ്";
case XFO: return "ഫ്രെഞ്ച് ഗോൾഡ് ഫ്രാങ്ക്";
case XFU: return "ഫ്രെഞ്ച് UIC-ഫ്രാങ്ക്";
case XOF: return "പശ്ചിമ ആഫ്രിക്കൻ [CFA] ഫ്രാങ്ക്";
case XPD: return "പലാഡിയം";
case XPF: return "CFP ഫ്രാങ്ക്";
case XPT: return "പ്ലാറ്റിനം";
case XRE: return "RINET ഫണ്ട്സ്";
case XTS: return "ടെസ്റ്റിംഗിനുള്ള കറൻസി കോഡ്";
case XXX: return "അജ്ഞാത നാണയം";
case YDD: return "യമനി ദിനാർ";
case YER: return "യെമനി റിയാൽ";
case YUD: return "യൂഗോസ്ലേവിയൻ ഹാർഡ് ദിനാർ";
case YUM: return "യൂഗോസ്ലേവിയൻ നോവി ദിനാർ";
case YUN: return "യൂഗോസ്ലേവിയൻ കൺവേർട്ടിബിൾ ദിനാർ";
case ZAL: return "ദക്ഷിണാഫ്രിക്കൻ റാൻഡ് (ഫിനാൻഷ്യൽ)";
case ZAR: return "ദക്ഷിണാഫ്രിക്കൻ റാൻഡ്";
case ZMK: return "സാംബിയൻ ക്വാച (1968–2012)";
case ZMW: return "സാംബിയൻ ക്വാച്ച";
case ZRN: return "സൈറിയൻ ന്യൂ സൈർ";
case ZRZ: return "സൈറിയൻ സൈർ";
case ZWD: return "സിംബാബ്വെ ഡോളർ";
default: return code.name();
}
}
protected String getCurrencyPluralName(CLDR.Currency code, PluralCategory category) {
switch (code) {
case ADP: {
switch (category) {
case ONE: return "അൻഡോറൻ പെസെയ്റ്റ";
case OTHER:
default: return "അൻഡോറൻ പെസെയ്റ്റാസ്";
}
}
case AED: {
switch (category) {
case ONE: return "യു.എ.ഇ. ദിർഹം";
case OTHER:
default: return "യു.എ.ഇ. ദിർഹം";
}
}
case AFA: {
switch (category) {
case ONE: return "അഫ്ഘാനി (AFA)";
case OTHER:
default: return "അഫ്ഘാനിസ് (AFA)";
}
}
case AFN: {
switch (category) {
case ONE: return "അഫ്ഗാൻ അഫ്ഗാനി";
case OTHER:
default: return "അഫ്ഗാൻ അഫ്ഗാനി";
}
}
case ALL: {
switch (category) {
case ONE: return "അൽബേനിയൻ ലെക്";
case OTHER:
default: return "അൽബേനിയൻ ലെക്";
}
}
case AMD: {
switch (category) {
case ONE: return "അർമേനിയൻ ഡ്രാം";
case OTHER:
default: return "അർമേനിയൻ ഡ്രാം";
}
}
case ANG: {
switch (category) {
case ONE: return "നെതർലാൻഡ്സ് ആന്റിലൻ ഗിൽഡർ";
case OTHER:
default: return "നെതർലാൻഡ്സ് ആന്റിലൻ ഗിൽഡർ";
}
}
case AOA: {
switch (category) {
case ONE: return "അംഗോളൻ ക്വാൻസ";
case OTHER:
default: return "അംഗോളൻ ക്വാൻസ";
}
}
case AOK: {
switch (category) {
case ONE: return "അംഗോളൻ ക്വാൻസാ (AOK)";
case OTHER:
default: return "അംഗോളൻ ക്വാൻസാസ് (AOK";
}
}
case AON: {
switch (category) {
case ONE: return "അംഗോളൻ ന്യൂ ക്വാൻസാ (AON)";
case OTHER:
default: return "അംഗോളൻ ന്യൂ ക്വാൻസാസ് (AON)";
}
}
case AOR: {
switch (category) {
case ONE: return "അംഗോളൻ ക്വാൻസ റീഅഡ്ജസ്റ്റാഡോ (AOR)";
case OTHER:
default: return "അംഗോളൻ ക്വാൻസാസ് റീഅഡ്ജസ്റ്റാഡോ (AOR)";
}
}
case ARA: {
switch (category) {
case ONE: return "അർജൻറീൻ ഓസ്ട്രൽ";
case OTHER:
default: return "അർജൻറീൻ ഓസ്ട്രൽസ്";
}
}
case ARP: {
switch (category) {
case ONE: return "അർജൻറീൻ പെയ്സോ (ARP)";
case OTHER:
default: return "അർജൻറീൻ പെയ്സോസ് (ARP)";
}
}
case ARS: {
switch (category) {
case ONE: return "അർജൻറീൻ പെസോ";
case OTHER:
default: return "അർജൻറീൻ പെസോ";
}
}
case ATS: {
switch (category) {
case ONE: return "ഓസ്ട്രിയൻ ഷില്ലിംഗ്";
case OTHER:
default: return "ഓസ്ട്രിയൻ ഷില്ലിംഗ്സ്";
}
}
case AUD: {
switch (category) {
case ONE: return "ഓസ്ട്രേലിയൻ ഡോളർ";
case OTHER:
default: return "ഓസ്ട്രേലിയൻ ഡോളർ";
}
}
case AWG: {
switch (category) {
case ONE: return "അറൂബൻ ഫ്ലോറിൻ";
case OTHER:
default: return "അറൂബൻ ഫ്ലോറിൻ";
}
}
case AZM: {
switch (category) {
case ONE: return "അസർബയ്ജാൻ മനത് (AZM)";
case OTHER:
default: return "അസർബയ്ജാൻ മനത്സ് (AZM)";
}
}
case AZN: {
switch (category) {
case ONE: return "അസർബൈജാനി മനത്";
case OTHER:
default: return "അസർബൈജാനി മനത്";
}
}
case BAD: {
switch (category) {
case ONE: return "ബോസ്നിയ ഹെർസഗോവിന ദിനാർ";
case OTHER:
default: return "ബോസ്നിയ ഹെർസഗോവിന ദിനാർസ്";
}
}
case BAM: {
switch (category) {
case ONE: return "ബോസ്നിയ-ഹെർസഗോവിന കൺവേർട്ടബിൾ മാർക്ക്";
case OTHER:
default: return "ബോസ്നിയ-ഹെർസഗോവിന കൺവേർട്ടബിൾ മാർക്ക്";
}
}
case BBD: {
switch (category) {
case ONE: return "ബാർബഡോസ് ഡോളർ";
case OTHER:
default: return "ബാർബഡോസ് ഡോളർ";
}
}
case BDT: {
switch (category) {
case ONE: return "ബംഗ്ലാദേശി ടാക്ക";
case OTHER:
default: return "ബംഗ്ലാദേശി ടാക്ക";
}
}
case BEC: {
switch (category) {
case ONE: return "ബെൽജിയൻ ഫ്രാങ്ക് (കൈമാറ്റം ചെയ്യാവുന്നത്)";
case OTHER:
default: return "ബെൽജിയൻ ഫ്രാങ്ക്സ് (കൈമാറ്റം ചെയ്യാവുന്നത്)";
}
}
case BEF: {
switch (category) {
case ONE: return "ബെൽജിയൻ ഫ്രാങ്ക്";
case OTHER:
default: return "ബെൽജിയൻ ഫ്രാങ്ക്സ്";
}
}
case BEL: {
switch (category) {
case ONE: return "ബെൽജിയൻ ഫ്രാങ്ക് (ഫിനാൻഷ്യൽ)";
case OTHER:
default: return "ബെൽജിയൻ ഫ്രാങ്ക്സ്(ഫിനാൻഷ്യൽ)";
}
}
case BGL: {
switch (category) {
case ONE: return "ബൾഗേറിയൻ ഹാർഡ് ലെവ്";
case OTHER:
default: return "ബൾഗേറിയൻ ഹാർഡ് ലെവ്സ്";
}
}
case BGN: {
switch (category) {
case ONE: return "ബൾഗേറിയൻ ലെവ്";
case OTHER:
default: return "ബൾഗേറിയൻ ലെവ്";
}
}
case BHD: {
switch (category) {
case ONE: return "ബഹ്റൈനി ദിനാർ";
case OTHER:
default: return "ബഹ്റൈനി ദിനാർ";
}
}
case BIF: {
switch (category) {
case ONE: return "ബുറുണ്ടിയൻ ഫ്രാങ്ക്";
case OTHER:
default: return "ബറുണ്ടിയൻ ഫ്രാങ്ക്";
}
}
case BMD: {
switch (category) {
case ONE: return "ബെർമുഡൻ ഡോളർ";
case OTHER:
default: return "ബെർമുഡൻ ഡോളർ";
}
}
case BND: {
switch (category) {
case ONE: return "ബ്രൂണൈ ഡോളർ";
case OTHER:
default: return "ബ്രൂണൈ ഡോളർ";
}
}
case BOB: {
switch (category) {
case ONE: return "ബൊളീവിയൻ ബൊളിവിയാനോ";
case OTHER:
default: return "ബൊളീവിയൻ ബൊളിവിയാനോ";
}
}
case BOP: {
switch (category) {
case ONE: return "ബൊളീവിയൻ പെയ്സോ";
case OTHER:
default: return "ബൊളീവിയൻ പെയ്സോസ്";
}
}
case BOV: {
switch (category) {
case ONE: return "ബൊളീവിയൻ എംവിഡോ";
case OTHER:
default: return "ബൊളീവിയൻ എംവിഡോസ്";
}
}
case BRB: {
switch (category) {
case ONE: return "ബ്രസീലിയൻ ക്രുസെയ്റോ നോവോ (BRB)";
case OTHER:
default: return "ബ്രസീലിയൻ ക്രുസെയ്റോസ് നോവോ (BRB)";
}
}
case BRC: {
switch (category) {
case ONE: return "ബ്രസീലിയൻ ക്രുസാഡോ";
case OTHER:
default: return "ബ്രസീലിയൻ ക്രുസാഡോസ്";
}
}
case BRE: {
switch (category) {
case ONE: return "ബ്രസീലിയൻ ക്രുസെയ്റോ (BRE)";
case OTHER:
default: return "ബ്രസീലിയൻ ക്രുസെയ്റോസ് (BRE)";
}
}
case BRL: {
switch (category) {
case ONE: return "ബ്രസീലിയൻ റിയാൽ";
case OTHER:
default: return "ബ്രസീലിയൻ റിയാൽ";
}
}
case BRN: {
switch (category) {
case ONE: return "ബ്രസീലിയൻ ക്രുസാഡോ നോവോ";
case OTHER:
default: return "ബ്രസീലിയൻ ക്രുസാഡോ നോവോസ്";
}
}
case BRR: {
switch (category) {
case ONE: return "ബ്രസീലിയൻ ക്രുസെയ്റോ";
case OTHER:
default: return "ബ്രസീലിയൻ ക്രുസെയ്റോസ്";
}
}
case BSD: {
switch (category) {
case ONE: return "ബഹാമിയൻ ഡോളർ";
case OTHER:
default: return "ബഹാമിയൻ ഡോളർ";
}
}
case BTN: {
switch (category) {
case ONE: return "ഭൂട്ടാനീസ് ഗൾട്രം";
case OTHER:
default: return "ഭൂട്ടാനീസ് ഗൾട്രം";
}
}
case BUK: {
switch (category) {
case ONE: return "ബർമീസ് ചാറ്റ്";
case OTHER:
default: return "ബർമീസ് ചാറ്റ്സ്";
}
}
case BWP: {
switch (category) {
case ONE: return "ബോട്സ്വാനൻ പ്യുല";
case OTHER:
default: return "ബോട്സ്വാനൻ പ്യുല";
}
}
case BYB: {
switch (category) {
case ONE: return "ബെലാറഷ്യൻ ന്യൂ റൂബിൾ (BYB)";
case OTHER:
default: return "ബെലാറഷ്യൻ ന്യൂ റൂബിൾസ് (BYB)";
}
}
case BYN: {
switch (category) {
case ONE: return "ബെലാറുഷ്യൻ റൂബിൾ";
case OTHER:
default: return "ബെലാറുഷ്യൻ റൂബിൾ";
}
}
case BYR: {
switch (category) {
case ONE: return "ബെലാറുഷ്യൻ റൂബിൾ (2000–2016)";
case OTHER:
default: return "ബെലാറുഷ്യൻ റൂബിൾ (2000–2016)";
}
}
case BZD: {
switch (category) {
case ONE: return "ബെലീസ് ഡോളർ";
case OTHER:
default: return "ബെലീസ് ഡോളർ";
}
}
case CAD: {
switch (category) {
case ONE: return "കനേഡിയൻ ഡോളർ";
case OTHER:
default: return "കനേഡിയൻ ഡോളർ";
}
}
case CDF: {
switch (category) {
case ONE: return "കോങ്കളീസ് ഫ്രാങ്ക്";
case OTHER:
default: return "കോങ്കളീസ് ഫ്രാങ്ക്";
}
}
case CHE: {
switch (category) {
case ONE: return "WIR യൂറോ";
case OTHER:
default: return "WIR യൂറോസ്";
}
}
case CHF: {
switch (category) {
case ONE: return "സ്വിസ് ഫ്രാങ്ക്";
case OTHER:
default: return "സ്വിസ് ഫ്രാങ്ക്";
}
}
case CHW: {
switch (category) {
case ONE: return "WIR ഫ്രാങ്ക്";
case OTHER:
default: return "WIR ഫ്രാങ്ക്സ്";
}
}
case CLF: {
switch (category) {
case ONE: return "ചിലിയൻ യൂണിഡാഡ്സ് ഡി ഫോമെൻറോ";
case OTHER:
default: return "ചിലിയൻ യൂണിഡാഡ്സ് ഡി ഫോമെൻറോസ്";
}
}
case CLP: {
switch (category) {
case ONE: return "ചിലിയൻ പെസോ";
case OTHER:
default: return "ചിലിയൻ പെസോ";
}
}
case CNY: {
switch (category) {
case ONE: return "ചൈനീസ് യുവാൻ";
case OTHER:
default: return "ചൈനീസ് യുവാൻ";
}
}
case COP: {
switch (category) {
case ONE: return "കൊളംബിയൻ പെസോ";
case OTHER:
default: return "കൊളംബിയൻ പെസോ";
}
}
case COU: {
switch (category) {
case ONE: return "യൂണിഡാഡ് ഡി വാലർ റിയൽ";
case OTHER:
default: return "യൂണിഡാഡ് ഡി വാലർ റിയൽസ്";
}
}
case CRC: {
switch (category) {
case ONE: return "കോസ്റ്റാ റിക്കൻ കോളൻ";
case OTHER:
default: return "കോസ്റ്റാ റിക്കൻ കോളൻ";
}
}
case CSD: {
switch (category) {
case ONE: return "പ്രാചീന സെർബിയൻ ദിനാർ";
case OTHER:
default: return "പ്രാചീന സെർബിയൻ ദിനാർസ്";
}
}
case CSK: {
switch (category) {
case ONE: return "ചെക്കോസ്ലൊവാക്ക് ഹാർഡ് കൊരൂന";
case OTHER:
default: return "ചെക്കോസ്ലൊവാക്ക് ഹാർഡ് കൊരൂനാസ്";
}
}
case CUC: {
switch (category) {
case ONE: return "ക്യൂബൻ കൺവേർട്ടബിൾ പെസോ";
case OTHER:
default: return "ക്യൂബൻ കൺവേർട്ടബിൾ പെസോ";
}
}
case CUP: {
switch (category) {
case ONE: return "ക്യൂബൻ പെസോ";
case OTHER:
default: return "ക്യൂബൻ പെസോ";
}
}
case CVE: {
switch (category) {
case ONE: return "കേപ് വെർദിയൻ എസ്ക്യുഡോ";
case OTHER:
default: return "കേപ് വെർദിയൻ എസ്ക്യുഡോ";
}
}
case CYP: {
switch (category) {
case ONE: return "സൈപ്രസ് പൌണ്ട്";
case OTHER:
default: return "സൈപ്രസ് പൌണ്ട്സ്";
}
}
case CZK: {
switch (category) {
case ONE: return "ചെക്ക് റിപ്പബ്ലിക് കൊരുണ";
case OTHER:
default: return "ചെക്ക് റിപ്പബ്ലിക് കൊരുണ";
}
}
case DDM: {
switch (category) {
case ONE: return "കിഴക്കൻ ജർമൻ ഓസ്റ്റ്മാർക്ക്";
case OTHER:
default: return "കിഴക്കൻ ജർമൻ ഓസ്റ്റ്മാർക്ക്സ്";
}
}
case DEM: {
switch (category) {
case ONE: return "ജർമൻ മാർക്ക്";
case OTHER:
default: return "ജർമൻ മാർക്ക്സ്";
}
}
case DJF: {
switch (category) {
case ONE: return "ദിജിബൗട്ടിയൻ ഫ്രാങ്ക്";
case OTHER:
default: return "ദിജിബൗട്ടിയൻ ഫ്രാങ്ക്";
}
}
case DKK: {
switch (category) {
case ONE: return "ഡാനിഷ് ക്രോണെ";
case OTHER:
default: return "ഡാനിഷ് ക്രോണെ";
}
}
case DOP: {
switch (category) {
case ONE: return "ഡൊമിനിക്കൻ പെസോ";
case OTHER:
default: return "ഡൊമിനിക്കൻ പെസോ";
}
}
case DZD: {
switch (category) {
case ONE: return "അൾജീരിയൻ ദിനാർ";
case OTHER:
default: return "അൾജീരിയൻ ദിനാർ";
}
}
case ECS: {
switch (category) {
case ONE: return "ഇക്വഡോർ സൂക്രേ";
case OTHER:
default: return "ഇക്വഡോർ സൂക്രേസ്";
}
}
case ECV: {
switch (category) {
case ONE: return "ഇക്വഡോർ യൂണിഡാഡ് ഡി വാലർ കോൺസ്റ്റൻറെ (UVC)";
case OTHER:
default: return "ഇക്വഡോർ യൂണിഡാഡ്സ് ഡി വാലർ കോൺസ്റ്റൻറെ (UVC)";
}
}
case EEK: {
switch (category) {
case ONE: return "എസ്റ്റൌനിയൻ ക്രൂൺ";
case OTHER:
default: return "എസ്റ്റൌനിയൻ ക്രൂൺസ്";
}
}
case EGP: {
switch (category) {
case ONE: return "ഈജിപ്ഷ്യൻ പൗണ്ട്";
case OTHER:
default: return "ഈജിപ്ഷ്യൻ പൗണ്ട്";
}
}
case ERN: {
switch (category) {
case ONE: return "എറിത്രിയൻ നക്ഫ";
case OTHER:
default: return "എറിത്രിയൻ നക്ഫ";
}
}
case ESA: {
switch (category) {
case ONE: return "സ്പാനിഷ് പസെയ്റ്റ (A അക്കൌണ്ട്)";
case OTHER:
default: return "സ്പാനിഷ് പസെയ്റ്റാസ് (A അക്കൌണ്ട്)";
}
}
case ESB: {
switch (category) {
case ONE: return "സ്പാനിഷ് പസെയ്റ്റ (കൈമാറ്റം ചെയ്യാവുന്ന അക്കൌണ്ട്)";
case OTHER:
default: return "സ്പാനിഷ് പസെയ്റ്റാസ് (കൈമാറ്റം ചെയ്യാവുന്ന അക്കൌണ്ട്)";
}
}
case ESP: {
switch (category) {
case ONE: return "സ്പാനിഷ് പസെയ്റ്റ";
case OTHER:
default: return "സ്പാനിഷ് പസെയ്റ്റാസ്";
}
}
case ETB: {
switch (category) {
case ONE: return "എത്യോപ്യൻ ബിർ";
case OTHER:
default: return "എത്യോപ്യൻ ബിർ";
}
}
case EUR: {
switch (category) {
case ONE: return "യൂറോ";
case OTHER:
default: return "യൂറോ";
}
}
case FIM: {
switch (category) {
case ONE: return "ഫിന്നിഷ് മാർക്ക";
case OTHER:
default: return "ഫിന്നിഷ് മാർക്കാസ്";
}
}
case FJD: {
switch (category) {
case ONE: return "ഫിജിയൻ ഡോളർ";
case OTHER:
default: return "ഫിജിയൻ ഡോളർ";
}
}
case FKP: {
switch (category) {
case ONE: return "ഫാക്ക്ലാന്റ് ദ്വീപുകളുടെ പൗണ്ട്";
case OTHER:
default: return "ഫാക്ക്ലാന്റ് ദ്വീപുകളുടെ പൗണ്ട്";
}
}
case FRF: {
switch (category) {
case ONE: return "ഫ്രെഞ്ച് ഫ്രാങ്ക്";
case OTHER:
default: return "ഫ്രെഞ്ച് ഫ്രാങ്ക്സ്";
}
}
case GBP: {
switch (category) {
case ONE: return "ബ്രിട്ടീഷ് പൗണ്ട്";
case OTHER:
default: return "ബ്രിട്ടീഷ് പൗണ്ട്";
}
}
case GEK: {
switch (category) {
case ONE: return "ജോർജ്ജിയൻ ക്യൂപോൺ ലാരിറ്റ്";
case OTHER:
default: return "ജോർജ്ജിയൻ ക്യൂപോൺ ലാരിറ്റ്സ്";
}
}
case GEL: {
switch (category) {
case ONE: return "ജോർജ്ജിയൻ ലാറി";
case OTHER:
default: return "ജോർജ്ജിയൻ ലാറിസ്";
}
}
case GHC: {
switch (category) {
case ONE: return "ഘാന കെഡി (GHC)";
case OTHER:
default: return "ഘാന കെഡിസ് (GHC)";
}
}
case GHS: {
switch (category) {
case ONE: return "ഘാനയൻ കെഡി";
case OTHER:
default: return "ഘാനയൻ കെഡി";
}
}
case GIP: {
switch (category) {
case ONE: return "ജിബ്രാൾട്ടർ പൗണ്ട്";
case OTHER:
default: return "ജിബ്രാൾട്ടർ പൗണ്ട്";
}
}
case GMD: {
switch (category) {
case ONE: return "ഗാംബിയൻ ദലാസി";
case OTHER:
default: return "ഗാംബിയൻ ദലാസി";
}
}
case GNF: {
switch (category) {
case ONE: return "ഗിനിയൻ ഫ്രാങ്ക്";
case OTHER:
default: return "ഗിനിയൻ ഫ്രാങ്ക്";
}
}
case GNS: {
switch (category) {
case ONE: return "ഗിനിയ സൈലി";
case OTHER:
default: return "ഗിനിയ സൈലിസ്";
}
}
case GQE: {
switch (category) {
case ONE: return "ഇക്വിറ്റോറിയൽ ഗിനി എക്വീലെ";
case OTHER:
default: return "ഇക്വിറ്റോറിയൽ ഗിനി എക്വീലെ";
}
}
case GRD: {
switch (category) {
case ONE: return "ഗ്രീക്ക് ഡ്രാക്ക്മ";
case OTHER:
default: return "ഗ്രീക്ക് ഡ്രാക്ക്മാസ്";
}
}
case GTQ: {
switch (category) {
case ONE: return "ഗ്വാട്ടിമാലൻ ക്വെറ്റ്സൽ";
case OTHER:
default: return "ഗ്വാട്ടിമാലൻ ക്വെറ്റ്സൽ";
}
}
case GWE: {
switch (category) {
case ONE: return "പോർച്ചുഗീസ് ഗിനി എസ്ക്യൂഡോ";
case OTHER:
default: return "പോർച്ചുഗീസ് ഗിനി എസ്ക്യൂഡോസ്";
}
}
case GWP: {
switch (category) {
case ONE: return "ഗിനി-ബിസാവു പെയ്സോ";
case OTHER:
default: return "ഗിനി-ബിസാവു പെയ്സോസ്";
}
}
case GYD: {
switch (category) {
case ONE: return "ഗയാനീസ് ഡോളർ";
case OTHER:
default: return "ഗയാനീസ് ഡോളർ";
}
}
case HKD: {
switch (category) {
case ONE: return "ഹോങ്കോങ്ങ് ഡോളർ";
case OTHER:
default: return "ഹോങ്കോങ്ങ് ഡോളർ";
}
}
case HNL: {
switch (category) {
case ONE: return "ഹോണ്ടുറൻ ലെംപിറ";
case OTHER:
default: return "ഹോണ്ടുറൻ ലെംപിറ";
}
}
case HRD: {
switch (category) {
case ONE: return "ക്രൊയേഷ്യൻ ദിനാർ";
case OTHER:
default: return "ക്രൊയേഷ്യൻ ദിനാർസ്";
}
}
case HRK: {
switch (category) {
case ONE: return "ക്രൊയേഷൻ ക്യുന";
case OTHER:
default: return "ക്രൊയേഷൻ ക്യുന";
}
}
case HTG: {
switch (category) {
case ONE: return "ഹെയ്തിയൻ ഗൂർഡ്";
case OTHER:
default: return "ഹെയ്തിയൻ ഗൂർഡ്";
}
}
case HUF: {
switch (category) {
case ONE: return "ഹംഗേറിയൻ ഫോറിന്റ്";
case OTHER:
default: return "ഹംഗേറിയൻ ഫോറിന്റ്";
}
}
case IDR: {
switch (category) {
case ONE: return "ഇന്തോനേഷ്യൻ റുപിയ";
case OTHER:
default: return "ഇന്തോനേഷ്യൻ റുപിയ";
}
}
case IEP: {
switch (category) {
case ONE: return "ഐറിഷ് പൌണ്ട്";
case OTHER:
default: return "ഐറിഷ് പൌണ്ട്സ്";
}
}
case ILP: {
switch (category) {
case ONE: return "ഇസ്രയേലി പൌണ്ട്";
case OTHER:
default: return "ഇസ്രയേലി പൌണ്ട്സ്";
}
}
case ILS: {
switch (category) {
case ONE: return "ഇസ്രായേലി ന്യൂ ഷെക്കെൽ";
case OTHER:
default: return "ഇസ്രായേലി ന്യൂ ഷെക്കെൽ";
}
}
case INR: {
switch (category) {
case ONE: return "ഇന്ത്യൻ രൂപ";
case OTHER:
default: return "ഇന്ത്യൻ രൂപ";
}
}
case IQD: {
switch (category) {
case ONE: return "ഇറാഖി ദിനാർ";
case OTHER:
default: return "ഇറാഖി ദിനാർ";
}
}
case IRR: {
switch (category) {
case ONE: return "ഇറാനിയൻ റിയാൽ";
case OTHER:
default: return "ഇറാനിയൻ റിയാൽ";
}
}
case ISK: {
switch (category) {
case ONE: return "ഐസ്ലാൻഡിക് ക്രോണ";
case OTHER:
default: return "ഐസ്ലാൻഡിക് ക്രോണ";
}
}
case ITL: {
switch (category) {
case ONE: return "ഇറ്റാലിയൻ ലിറ";
case OTHER:
default: return "ഇറ്റാലിയൻ ലിറാസ്";
}
}
case JMD: {
switch (category) {
case ONE: return "ജമൈക്കൻ ഡോളർ";
case OTHER:
default: return "ജമൈക്കൻ ഡോളർ";
}
}
case JOD: {
switch (category) {
case ONE: return "ജോർദ്ദാനിയൻ ദിനാർ";
case OTHER:
default: return "ജോർദ്ദാനിയൻ ദിനാർ";
}
}
case JPY: {
switch (category) {
case ONE: return "ജാപ്പനീസ് യെൻ";
case OTHER:
default: return "ജാപ്പനീസ് യെൻ";
}
}
case KES: {
switch (category) {
case ONE: return "കെനിയൻ ഷില്ലിംഗ്";
case OTHER:
default: return "കെനിയൻ ഷില്ലിംഗ്";
}
}
case KGS: {
switch (category) {
case ONE: return "കിർഗിസ്ഥാനി സോം";
case OTHER:
default: return "കിർഗിസ്ഥാനി സോം";
}
}
case KHR: {
switch (category) {
case ONE: return "കംബോഡിയൻ റീൽ";
case OTHER:
default: return "കംബോഡിയൻ റീൽ";
}
}
case KMF: {
switch (category) {
case ONE: return "കൊമോറിയൻ ഫ്രാങ്ക്";
case OTHER:
default: return "കൊമോറിയൻ ഫ്രാങ്ക്";
}
}
case KPW: {
switch (category) {
case ONE: return "ഉത്തര കൊറിയൻ വോൺ";
case OTHER:
default: return "ഉത്തര കൊറിയൻ വോൺ";
}
}
case KRW: {
switch (category) {
case ONE: return "ദക്ഷിണ കൊറിയൻ വോൺ";
case OTHER:
default: return "ദക്ഷിണ കൊറിയൻ വോൺ";
}
}
case KWD: {
switch (category) {
case ONE: return "കുവൈറ്റി ദിനാർ";
case OTHER:
default: return "കുവൈറ്റി ദിനാർ";
}
}
case KYD: {
switch (category) {
case ONE: return "കേമാൻ ഐലൻഡ്സ് ഡോളർ";
case OTHER:
default: return "കേമാൻ ഐലൻഡ്സ് ഡോളർ";
}
}
case KZT: {
switch (category) {
case ONE: return "കസാക്കിസ്ഥാനി ടെംഗെ";
case OTHER:
default: return "കസാക്കിസ്ഥാനി ടെംഗെ";
}
}
case LAK: {
switch (category) {
case ONE: return "ലാവോഷ്യൻ കിപ്";
case OTHER:
default: return "ലാവോഷിയൻ കിപ്";
}
}
case LBP: {
switch (category) {
case ONE: return "ലെബനീസ് പൗണ്ട്";
case OTHER:
default: return "ലെബനീസ് പൗണ്ട്";
}
}
case LKR: {
switch (category) {
case ONE: return "ശ്രീലങ്കൻ റുപ്പീ";
case OTHER:
default: return "ശ്രീലങ്കൻ റുപ്പീ";
}
}
case LRD: {
switch (category) {
case ONE: return "ലൈബീരിയൻ ഡോളർ";
case OTHER:
default: return "ലൈബീരിയൻ ഡോളർ";
}
}
case LSL: {
switch (category) {
case ONE: return "ലെസോതോ ലോത്തി";
case OTHER:
default: return "ലെസോതോ ലോത്തിസ്";
}
}
case LTL: {
switch (category) {
case ONE: return "ലിത്വാനിയൻ ലിറ്റാസ്";
case OTHER:
default: return "ലിത്വാനിയൻ ലിറ്റാസ്";
}
}
case LTT: {
switch (category) {
case ONE: return "ലിത്വാനിയൻ തലോനാസ്";
case OTHER:
default: return "ലിത്വാനിയൻ തലോനാസെസ്";
}
}
case LUC: {
switch (category) {
case ONE: return "ലക്സംബർഗ് കൈമാറ്റം ചെയ്യാവുന്ന ഫ്രാങ്ക്";
case OTHER:
default: return "ലക്സംബർഗ് കൈമാറ്റം ചെയ്യാവുന്ന ഫ്രാങ്ക്സ്";
}
}
case LUF: {
switch (category) {
case ONE: return "ലക്സംബർഗ് ഫ്രാങ്ക്";
case OTHER:
default: return "ലക്സംബർഗ് ഫ്രാങ്ക്സ്";
}
}
case LUL: {
switch (category) {
case ONE: return "ലക്സംബർഗ് ഫിനാൻഷ്യൽ ഫ്രാങ്ക്";
case OTHER:
default: return "ലക്സംബർഗ് ഫിനാൻഷ്യൽ ഫ്രാങ്ക്സ്";
}
}
case LVL: {
switch (category) {
case ONE: return "ലാറ്റ്വിയൻ ലാറ്റ്സ്";
case OTHER:
default: return "ലാറ്റ്വിയൻ ലാറ്റ്സ്";
}
}
case LVR: {
switch (category) {
case ONE: return "ലാറ്റ്വിയൻ റൂബിൾ";
case OTHER:
default: return "ലാറ്റ്വിയൻ റൂബിൾ";
}
}
case LYD: {
switch (category) {
case ONE: return "ലിബിയൻ ദിനാർ";
case OTHER:
default: return "ലിബിയൻ ദിനാർ";
}
}
case MAD: {
switch (category) {
case ONE: return "മൊറോക്കൻ ദിർഹം";
case OTHER:
default: return "മൊറോക്കൻ ദിർഹം";
}
}
case MDL: {
switch (category) {
case ONE: return "മൊൾഡോവൻ ലിയു";
case OTHER:
default: return "മൊൾഡോവൻ ലിയു";
}
}
case MGA: {
switch (category) {
case ONE: return "മഡഗാസി ഏരിയറി";
case OTHER:
default: return "മഡഗാസി ഏരിയറി";
}
}
case MKD: {
switch (category) {
case ONE: return "മാസിഡോണിയൻ ദിനാർ";
case OTHER:
default: return "മാസിഡോണിയൻ ദിനാർ";
}
}
case MMK: {
switch (category) {
case ONE: return "മ്യാൻമാർ ക്യാട്";
case OTHER:
default: return "മ്യാൻമാർ ക്യാട്";
}
}
case MNT: {
switch (category) {
case ONE: return "മംഗോളിയൻ തുഗ്രിക്";
case OTHER:
default: return "മംഗോളിയൻ തുഗ്രിക്";
}
}
case MOP: {
switch (category) {
case ONE: return "മകാനീസ് പതാക്ക";
case OTHER:
default: return "മകാനീസ് പതാക്ക";
}
}
case MRO: {
switch (category) {
case ONE: return "മൗറിറ്റേനിയൻ ഔഗിയ";
case OTHER:
default: return "മൗറിറ്റേനിയൻ ഔഗിയ";
}
}
case MUR: {
switch (category) {
case ONE: return "മൗറീഷ്യൻ റുപ്പീ";
case OTHER:
default: return "മൗറീഷ്യൻ റുപ്പീ";
}
}
case MVR: {
switch (category) {
case ONE: return "മാൽദീവിയൻ റുഫിയ";
case OTHER:
default: return "മാൽദീവിയൻ റുഫിയ";
}
}
case MWK: {
switch (category) {
case ONE: return "മലാവിയൻ ക്വച്ചാ";
case OTHER:
default: return "മലാവിയൻ ക്വച്ചാ";
}
}
case MXN: {
switch (category) {
case ONE: return "മെക്സിക്കൻ പെസോ";
case OTHER:
default: return "മെക്സിക്കൻ പെസോ";
}
}
case MXP: {
switch (category) {
case ONE: return "മെക്സിക്കൻ സിൽവർ പെയ്സോ (MXP)";
case OTHER:
default: return "മെക്സിക്കൻ സിൽവർ പെയ്സോസ് (MXP)";
}
}
case MXV: {
switch (category) {
case ONE: return "മെക്സിക്കൻ യൂണിഡാഡ് ഡി ഇൻവെർഷൻ (UDI)";
case OTHER:
default: return "മെക്സിക്കൻ യൂണിഡാഡ്സ് ഡി ഇൻവെർഷൻ (UDI)";
}
}
case MYR: {
switch (category) {
case ONE: return "മലേഷ്യൻ റിംഗിറ്റ്";
case OTHER:
default: return "മലേഷ്യൻ റിംഗിറ്റ്";
}
}
case MZN: {
switch (category) {
case ONE: return "മൊസാംബിക്കൻ മെറ്റിക്കൽ";
case OTHER:
default: return "മൊസാംബിക്കൻ മെറ്റിക്കൽ";
}
}
case NAD: {
switch (category) {
case ONE: return "നമീബിയൻ ഡോളർ";
case OTHER:
default: return "നമീബിയൻ ഡോളർ";
}
}
case NGN: {
switch (category) {
case ONE: return "നൈജീരിയൻ നൈറ";
case OTHER:
default: return "നൈജീരിയൻ നൈറ";
}
}
case NIO: {
switch (category) {
case ONE: return "നിക്കരാഗ്വൻ കോർഡോബ";
case OTHER:
default: return "നിക്കരാഗ്വൻ കോർഡോബ";
}
}
case NLG: {
switch (category) {
case ONE: return "നെതർലൻഡ്സ് ഗിൽഡർ";
case OTHER:
default: return "നെതർലൻഡ്സ് ഗിൽഡേഴ്സ്";
}
}
case NOK: {
switch (category) {
case ONE: return "നോർവീജിയൻ ക്രോണെ";
case OTHER:
default: return "നോർവീജിയൻ ക്രോണെ";
}
}
case NPR: {
switch (category) {
case ONE: return "നേപ്പാളീസ് റുപ്പീ";
case OTHER:
default: return "നേപ്പാളീസ് റുപ്പീ";
}
}
case NZD: {
switch (category) {
case ONE: return "ന്യൂസിലാന്റ് ഡോളർ";
case OTHER:
default: return "ന്യൂസിലാന്റ് ഡോളർ";
}
}
case OMR: {
switch (category) {
case ONE: return "ഒമാനി റിയാൽ";
case OTHER:
default: return "ഒമാനി റിയാൽ";
}
}
case PAB: {
switch (category) {
case ONE: return "പനാമനിയൻ ബാൽബോവ";
case OTHER:
default: return "പനാമനിയൻ ബാൽബോവ";
}
}
case PEI: {
switch (category) {
case ONE: return "പെറൂവിയൻ ഇൻറി";
case OTHER:
default: return "പെറൂവിയൻ ഇൻറിസ്";
}
}
case PEN: {
switch (category) {
case ONE: return "പെറുവിയൻ സോൾ";
case OTHER:
default: return "പെറുവിയൻ സോൾ";
}
}
case PES: {
switch (category) {
case ONE: return "പെറൂവിയൻ സോൾ (1863–1965)";
case OTHER:
default: return "പെറൂവിയൻ സോൾസ് (1863–1965)";
}
}
case PGK: {
switch (category) {
case ONE: return "പാപ്പുവ ന്യൂ ഗിനിയൻ കിന";
case OTHER:
default: return "പാപ്പുവ ന്യൂ ഗിനിയൻ കിന";
}
}
case PHP: {
switch (category) {
case ONE: return "ഫിലിപ്പീനി പെസോ";
case OTHER:
default: return "ഫിലിപ്പീനി പെസോ";
}
}
case PKR: {
switch (category) {
case ONE: return "പാക്കിസ്ഥാനി റുപ്പീ";
case OTHER:
default: return "പാക്കിസ്ഥാനി റുപ്പീ";
}
}
case PLN: {
switch (category) {
case ONE: return "പോളിഷ് സ്ലോട്ടി";
case OTHER:
default: return "പോളിഷ് സ്ലോട്ടി";
}
}
case PYG: {
switch (category) {
case ONE: return "പരാഗ്വേയൻ ഗ്വരനീ";
case OTHER:
default: return "പരാഗ്വേയൻ ഗ്വരനീ";
}
}
case QAR: {
switch (category) {
case ONE: return "ഖത്തർ റിയാൽ";
case OTHER:
default: return "ഖത്തർ റിയാൽ";
}
}
case RON: {
switch (category) {
case ONE: return "റൊമാനിയൻ ലെയു";
case OTHER:
default: return "റൊമാനിയൻ ലെയു";
}
}
case RSD: {
switch (category) {
case ONE: return "സെർബിയൻ ദിനാർ";
case OTHER:
default: return "സെർബിയൻ ദിനാർ";
}
}
case RUB: {
switch (category) {
case ONE: return "റഷ്യൻ റൂബിൾ";
case OTHER:
default: return "റഷ്യൻ റൂബിൾ";
}
}
case RWF: {
switch (category) {
case ONE: return "റുവാണ്ടൻ ഫ്രാങ്ക്";
case OTHER:
default: return "റുവാണ്ടൻ ഫ്രാങ്ക്";
}
}
case SAR: {
switch (category) {
case ONE: return "സൗദി റിയാൽ";
case OTHER:
default: return "സൗദി റിയാൽ";
}
}
case SBD: {
switch (category) {
case ONE: return "സോളമൻ ദ്വീപുകളുടെ ഡോളർ";
case OTHER:
default: return "സോളമൻ ദ്വീപുകളുടെ ഡോളർ";
}
}
case SCR: {
switch (category) {
case ONE: return "സീഷെലോയിസ് റുപ്പീ";
case OTHER:
default: return "സീഷെലോയിസ് റുപ്പീ";
}
}
case SDG: {
switch (category) {
case ONE: return "സുഡാനീസ് പൗണ്ട്";
case OTHER:
default: return "സുഡാനീസ് പൗണ്ട്";
}
}
case SEK: {
switch (category) {
case ONE: return "സ്വീഡിഷ് ക്രോണ";
case OTHER:
default: return "സ്വീഡിഷ് ക്രോണ";
}
}
case SGD: {
switch (category) {
case ONE: return "സിംഗപ്പൂർ ഡോളർ";
case OTHER:
default: return "സിംഗപ്പൂർ ഡോളർ";
}
}
case SHP: {
switch (category) {
case ONE: return "സെന്റ് ഹെലീന പൗണ്ട്";
case OTHER:
default: return "സെന്റ് ഹെലീന പൗണ്ട്";
}
}
case SLL: {
switch (category) {
case ONE: return "സിയെറ ലിയോണിയൻ ലിയോൺ";
case OTHER:
default: return "സിയെറ ലിയോണിയൻ ലിയോൺ";
}
}
case SOS: {
switch (category) {
case ONE: return "സോമാലി ഷില്ലിംഗ്";
case OTHER:
default: return "സോമാലി ഷില്ലിംഗ്";
}
}
case SRD: {
switch (category) {
case ONE: return "സുരിനെയിമിസ് ഡോളർ";
case OTHER:
default: return "സുരിനെയിമിസ് ഡോളർ";
}
}
case SSP: {
switch (category) {
case ONE: return "ദക്ഷിണ സുഡാനീസ് പൗണ്ട്";
case OTHER:
default: return "ദക്ഷിണ സുഡാനീസ് പൗണ്ട്";
}
}
case STD: {
switch (category) {
case ONE: return "സാവോ ടോമി ആൻഡ് പ്രിൻസിപെ ഡോബ്ര";
case OTHER:
default: return "സാവോ ടോമി ആൻഡ് പ്രിൻസിപെ ഡോബ്ര";
}
}
case SYP: {
switch (category) {
case ONE: return "സിറിയൻ പൗണ്ട്";
case OTHER:
default: return "സിറിയൻ പൗണ്ട്";
}
}
case SZL: {
switch (category) {
case ONE: return "സ്വാസി ലിലാംഗനി";
case OTHER:
default: return "സ്വാസി ലിലാംഗനി";
}
}
case THB: {
switch (category) {
case ONE: return "തായ് ബട്ട്";
case OTHER:
default: return "തായ് ബട്ട്";
}
}
case TJR: {
switch (category) {
case ONE: return "തജിക്സ്ഥാൻ റൂബിൾ";
case OTHER:
default: return "തജിക്സ്ഥാൻ റൂബിൾസ്";
}
}
case TJS: {
switch (category) {
case ONE: return "താജിക്കിസ്ഥാനി സോംനി";
case OTHER:
default: return "താജിക്കിസ്ഥാനി സൊമോനി";
}
}
case TMM: {
switch (category) {
case ONE: return "തുർക്മെനിസ്ഥാൻ മനത്";
case OTHER:
default: return "തുർക്മെനിസ്ഥാൻ മനത്സ്";
}
}
case TMT: {
switch (category) {
case ONE: return "തുർക്ക്മെനിസ്ഥാനി മനത്";
case OTHER:
default: return "തുർക്ക്മെനിസ്ഥാനി മനത്";
}
}
case TND: {
switch (category) {
case ONE: return "ടുണീഷ്യൻ ദിനാർ";
case OTHER:
default: return "ടുണീഷ്യൻ ദിനാർ";
}
}
case TOP: {
switch (category) {
case ONE: return "ടോംഗൻ പാംഗ";
case OTHER:
default: return "ടോംഗൻ പാംഗ";
}
}
case TPE: {
switch (category) {
case ONE: return "തിമോർ എസ്ക്യൂഡോ";
case OTHER:
default: return "തിമോർ എസ്ക്യൂഡോസ്";
}
}
case TRL: {
switch (category) {
case ONE: return "പ്രാചീന തുർക്കിഷ് ലിറ";
case OTHER:
default: return "പ്രാചീന തുർക്കിഷ് ലിറാസ്";
}
}
case TRY: {
switch (category) {
case ONE: return "ടർക്കിഷ് ലിറ";
case OTHER:
default: return "ടർക്കിഷ് ലിറ";
}
}
case TTD: {
switch (category) {
case ONE: return "ട്രിനിഡാഡ് അന്റ് ടുബാഗോ ഡോളർ";
case OTHER:
default: return "ട്രിനിഡാഡ് അന്റ് ടുബാഗോ ഡോളർ";
}
}
case TWD: {
switch (category) {
case ONE: return "ന്യൂ തായ്വാൻ ഡോളർ";
case OTHER:
default: return "ന്യൂ തായ്വാൻ ഡോളർ";
}
}
case TZS: {
switch (category) {
case ONE: return "ടാൻസാനിയൻ ഷില്ലിംഗ്";
case OTHER:
default: return "ടാൻസാനിയൻ ഷില്ലിംഗ്";
}
}
case UAH: {
switch (category) {
case ONE: return "ഉക്രേനിയൻ ഹ്രിവ്നിയ";
case OTHER:
default: return "ഉക്രേനിയൻ ഹ്രിവ്നിയ";
}
}
case UAK: {
switch (category) {
case ONE: return "ഉക്രേനിയൻ കാർബോവാനെസ്";
case OTHER:
default: return "ഉക്രേനിയൻ കാർബോവാനെസ്";
}
}
case UGX: {
switch (category) {
case ONE: return "ഉഗാണ്ടൻ ഷില്ലിംഗ്";
case OTHER:
default: return "ഉഗാണ്ടൻ ഷില്ലിംഗ്";
}
}
case USD: {
switch (category) {
case ONE: return "യു.എസ്. ഡോളർ";
case OTHER:
default: return "യു.എസ്. ഡോളർ";
}
}
case USS: {
switch (category) {
case ONE: return "യുഎസ് ഡോളർ (അതേ ദിവസം)";
case OTHER:
default: return "യുഎസ് ഡോളേഴ്സ് (അതേ ദിവസം)";
}
}
case UYI: {
switch (category) {
case ONE: return "ഉറുഗ്വേ പെയ്സോ എൻ യൂണിഡാഡ്സ് ഇൻഡെക്സാഡാസ്";
case OTHER:
default: return "ഉറുഗ്വേ പെയ്സോസ് എൻ യൂണിഡാഡ്സ് ഇൻഡെക്സാഡാസ്";
}
}
case UYP: {
switch (category) {
case ONE: return "ഉറുഗ്വേ പെയ്സോ (UYP)";
case OTHER:
default: return "ഉറുഗ്വേ പെയ്സോസ് (UYP)";
}
}
case UYU: {
switch (category) {
case ONE: return "ഉറുഗ്വേയൻ പെസോ";
case OTHER:
default: return "ഉറുഗ്വേയൻ പെസോ";
}
}
case UZS: {
switch (category) {
case ONE: return "ഉസ്ബെക്കിസ്ഥാനി സോം";
case OTHER:
default: return "ഉസ്ബെക്കിസ്ഥാനി സോം";
}
}
case VEB: {
switch (category) {
case ONE: return "വെനസ്വേലൻ ബോലിവർ (1871–2008)";
case OTHER:
default: return "വെനസ്വേലൻ ബോലിവർസ് (1871–2008)";
}
}
case VEF: {
switch (category) {
case ONE: return "വെനിസ്വേലൻ ബൊളീവർ";
case OTHER:
default: return "വെനിസ്വേലൻ ബൊളീവർ";
}
}
case VND: {
switch (category) {
case ONE: return "വിയറ്റ്നാമീസ് ഡോങ്";
case OTHER:
default: return "വിയറ്റ്നാമീസ് ഡോങ്";
}
}
case VUV: {
switch (category) {
case ONE: return "വന്വാതു വാതു";
case OTHER:
default: return "വന്വാതു വാതു";
}
}
case WST: {
switch (category) {
case ONE: return "സമോവൻ താല";
case OTHER:
default: return "സമോവൻ താല";
}
}
case XAF: {
switch (category) {
case ONE: return "മദ്ധ്യ ആഫ്രിക്കൻ [CFA] ഫ്രാങ്ക്";
case OTHER:
default: return "മദ്ധ്യ ആഫ്രിക്കൻ [CFA] ഫ്രാങ്ക്";
}
}
case XAG: {
switch (category) {
case ONE: return "വെള്ളി";
case OTHER:
default: return "വെള്ളി";
}
}
case XAU: {
switch (category) {
case ONE: return "സ്വർണ്ണം";
case OTHER:
default: return "സ്വർണ്ണം";
}
}
case XBA: {
switch (category) {
case ONE: return "യൂറോപ്യൻ കോന്പസിറ്റ് യൂണിറ്റ്";
case OTHER:
default: return "യൂറോപ്യൻ കോന്പസിറ്റ് യൂണിറ്റ്സ്";
}
}
case XBB: {
switch (category) {
case ONE: return "യൂറോപ്യൻ മോണിറ്ററി യൂണിറ്റ്";
case OTHER:
default: return "യൂറോപ്യൻ മോണിറ്ററി യൂണിറ്റ്സ്";
}
}
case XBC: {
switch (category) {
case ONE: return "യൂറോപ്യൻ യൂണിറ്റ് ഓഫ് അക്കൌണ്ട് (XBC)";
case OTHER:
default: return "യൂറോപ്യൻ യൂണിറ്റ്സ് ഓഫ് അക്കൌണ്ട് (XBC)";
}
}
case XBD: {
switch (category) {
case ONE: return "യൂറോപ്യൻ യൂണിറ്റ് ഓഫ് അക്കൌണ്ട് (XBD)";
case OTHER:
default: return "യൂറോപ്യൻ യൂണിറ്റ്സ് ഓഫ് അക്കൌണ്ട് (XBD)";
}
}
case XCD: {
switch (category) {
case ONE: return "കിഴക്കൻ കരീബിയൻ ഡോളർ";
case OTHER:
default: return "കിഴക്കൻ കരീബിയൻ ഡോളർ";
}
}
case XDR: {
switch (category) {
case ONE: return "സ്പെഷ്യൽ ഡ്രോയിംഗ് റൈറ്റ്സ്";
case OTHER:
default: return "സ്പെഷ്യൽ ഡ്രോയിംഗ് റൈറ്റ്സ്";
}
}
case XEU: {
switch (category) {
case ONE: return "യൂറോപ്യൻ നാണയ യൂണിറ്റ്";
case OTHER:
default: return "യൂറോപ്യൻ നാണയ യൂണിറ്റ്സ്";
}
}
case XFO: {
switch (category) {
case ONE: return "ഫ്രെഞ്ച് ഗോൾഡ് ഫ്രാങ്ക്";
case OTHER:
default: return "ഫ്രെഞ്ച് ഗോൾഡ് ഫ്രാങ്ക്സ്";
}
}
case XFU: {
switch (category) {
case ONE: return "ഫ്രെഞ്ച് UIC-ഫ്രാങ്ക്";
case OTHER:
default: return "ഫ്രെഞ്ച് UIC-ഫ്രാങ്ക്സ്";
}
}
case XOF: {
switch (category) {
case ONE: return "പശ്ചിമ ആഫ്രിക്കൻ [CFA] ഫ്രാങ്ക്";
case OTHER:
default: return "പശ്ചിമ ആഫ്രിക്കൻ [CFA] ഫ്രാങ്ക്";
}
}
case XPD: {
switch (category) {
case ONE: return "പലാഡിയം";
case OTHER:
default: return "പലാഡിയം";
}
}
case XPF: {
switch (category) {
case ONE: return "CFP ഫ്രാങ്ക്";
case OTHER:
default: return "CFP ഫ്രാങ്ക്";
}
}
case XPT: {
switch (category) {
case ONE: return "പ്ലാറ്റിനം";
case OTHER:
default: return "പ്ലാറ്റിനം";
}
}
case XRE: {
switch (category) {
case ONE: return "RINET ഫണ്ട്സ്";
case OTHER:
default: return "RINET ഫണ്ട്സ്";
}
}
case XTS: {
switch (category) {
case ONE: return "റ്റെസ്റ്റിംഗ് കറൻസി കോഡ്";
case OTHER:
default: return "റ്റെസ്റ്റിംഗ് കറൻസി കോഡ്";
}
}
case XXX: {
switch (category) {
case ONE: return "(അജ്ഞാത നാണയം)";
case OTHER:
default: return "(അജ്ഞാത നാണയം)";
}
}
case YDD: {
switch (category) {
case ONE: return "യമനി ദിനാർ";
case OTHER:
default: return "യമനി ദിനാർസ്";
}
}
case YER: {
switch (category) {
case ONE: return "യെമനി റിയാൽ";
case OTHER:
default: return "യെമനി റിയാൽ";
}
}
case YUD: {
switch (category) {
case ONE: return "യൂഗോസ്ലേവിയൻ ഹാർഡ് ദിനാർ";
case OTHER:
default: return "യൂഗോസ്ലേവിയൻ ഹാർഡ് ദിനാർസ്";
}
}
case YUM: {
switch (category) {
case ONE: return "യൂഗോസ്ലേവിയൻ നോവി ദിനാർ";
case OTHER:
default: return "യൂഗോസ്ലേവിയൻ നോവി ദിനാർസ്";
}
}
case YUN: {
switch (category) {
case ONE: return "യൂഗോസ്ലേവിയൻ കൺവേർട്ടിബിൾ ദിനാർ";
case OTHER:
default: return "യൂഗോസ്ലേവിയൻ കൺവേർട്ടിബിൾ ദിനാർസ്";
}
}
case ZAL: {
switch (category) {
case ONE: return "ദക്ഷിണാഫ്രിക്കൻ റാൻഡ് (ഫിനാൻഷ്യൽ)";
case OTHER:
default: return "ദക്ഷിണാഫ്രിക്കൻ റാൻഡ്സ് (ഫിനാൻഷ്യൽ)";
}
}
case ZAR: {
switch (category) {
case ONE: return "ദക്ഷിണാഫ്രിക്കൻ റാൻഡ്";
case OTHER:
default: return "ദക്ഷിണാഫ്രിക്കൻ റാൻഡ്";
}
}
case ZMK: {
switch (category) {
case ONE: return "സാംബിയൻ ക്വാച (1968–2012)";
case OTHER:
default: return "സാംബിയൻ ക്വാചാസ് (1968–2012)";
}
}
case ZMW: {
switch (category) {
case ONE: return "സാംബിയൻ ക്വാച്ച";
case OTHER:
default: return "സാംബിയൻ ക്വാച്ച";
}
}
case ZRN: {
switch (category) {
case ONE: return "സൈറിയൻ ന്യൂ സൈർ";
case OTHER:
default: return "സൈറിയൻ ന്യൂ സൈർസ്";
}
}
case ZRZ: {
switch (category) {
case ONE: return "സൈറിയൻ സൈർ";
case OTHER:
default: return "സൈറിയൻ സൈർസ്";
}
}
case ZWD: {
switch (category) {
case ONE: return "സിംബാബ്വെ ഡോളർ";
case OTHER:
default: return "സിംബാബ്വെ ഡോളേഴ്സ്";
}
}
default: return "";
}
}
public int getCurrencyDigits(CLDR.Currency code) {
return _CurrencyUtil.getCurrencyDigits(code);
}
protected void wrapUnits(PluralCategory category, DigitBuffer dbuf, String unit,
StringBuilder dest) {
dbuf.appendTo(dest);
dest.append(" ");
dest.append(unit);
}
private static class _Params extends NumberFormatterParams {
_Params() {
this.decimal = ".";
this.group = ",";
this.percent = "%";
this.minus = "-";
this.plus = "+";
this.exponential = "E";
this.superscriptingExponent = "×";
this.perMille = "‰";
this.infinity = "∞";
this.nan = "NaN";
this.currencyDecimal = ".";
this.currencyGroup = ",";
}
}
}