hexo-generator-readtime
Version:
HEXO package that provides analytics on the read time to review a post. Generates word, character, image, video, and codeblock counts in the front-matter of the markdown file. Plus provides read-time estimates for given language profile. Supports 48 langu
1,330 lines • 39.8 kB
JSON
{
"defaultTime": "auto",
"imgReadTime": 12,
"vidReadTime": 60,
"langProfile": {
"ar": {
"name": "Arabic",
"nativeName": "العربية",
"family": "Afro-Asiatic",
"region": ["Middle East", "North Africa"],
"unicodeRange": ["\u0021-\u007E", "\u0600-\u06FF", "\u0750-\u077F", "\u0870-\u089F", "\u08A0-\u08FF", "\uFB50-\uFDFF", "\uFE70-\uFEFF"],
"charPerMin": 612,
"wordsPerMin": 138,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "حوالي",
"time_unit": {
"second": "ثانية",
"seconds": "ثواني",
"minute": "دقيقة",
"minutes": "دقائق",
"hour": "ساعة",
"hours": "ساعات",
"day": "يوم",
"days": "أيام",
"month": "شهر",
"months": "شهور",
"year": "سنة",
"years": "سنوات"
}
}
},
"bn": {
"name": "Bengali",
"nativeName": "বাংলা",
"family": "Indo-European",
"region": ["Bangladesh", "India"],
"unicodeRange": ["\u0980-\u09FF"],
"charPerMin": 616,
"wordsPerMin": 150,
"fuzzyTime": {
"pattern": "%(count)d %(time_unit)s %(approx)s",
"approx": "প্রায়",
"time_unit": {
"second": "সেকেন্ড",
"seconds": "সেকেন্ড",
"minute": "মিনিট",
"minutes": "মিনিট",
"hour": "ঘন্টা",
"hours": "ঘন্টা",
"day": "দিন",
"days": "দিন",
"month": "মাস",
"months": "মাস",
"year": "বছর",
"years": "বছর"
}
}
},
"de": {
"name": "German",
"nativeName": "Deutsch",
"family": "Germanic",
"region": ["Germany", "Austria", "Switzerland"],
"unicodeRange": ["\u0021-\u007E", "\u00A1-\u024F", "\u2C60-\u2C7F", "\uA720-\uA7FF", "\uAB30-\uAB6F"],
"charPerMin": 920,
"wordsPerMin": 179,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Ungefähr",
"time_unit": {
"second": "sekunde",
"seconds": "sekunden",
"minute": "minute",
"minutes": "minuten",
"hour": "stunde",
"hours": "stunden",
"day": "tag",
"days": "tage",
"month": "monat",
"months": "monate",
"year": "jahr",
"years": "jahre"
}
}
},
"en": {
"name": "English",
"nativeName": "English",
"family": "Germanic",
"region": ["United States", "United Kingdom", "Canada", "Australia"],
"unicodeRange": ["\u0021-\u007E", "\u00A1-\u024F", "\u2C60-\u2C7F"],
"charPerMin": 987,
"wordsPerMin": 228,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "About",
"time_unit": {
"second": "second",
"seconds": "seconds",
"minute": "minute",
"minutes": "minutes",
"hour": "hour",
"hours": "hours",
"day": "day",
"days": "days",
"month": "month",
"months": "months",
"year": "year",
"years": "years"
}
}
},
"el": {
"name": "Greek",
"nativeName": "Ελληνικά",
"family": "Hellenic",
"region": ["Greece", "Cyprus"],
"unicodeRange": ["\u0021-\u007E", "\u0386-\u03CE", "\u1F00-\u1FFF", "\u2C60-\u2C7F"],
"charPerMin": 843,
"wordsPerMin": 182,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Περίπου",
"time_unit": {
"second": "δευτερόλεπτο",
"seconds": "δευτερόλεπτα",
"minute": "λεπτό",
"minutes": "λεπτά",
"hour": "ώρα",
"hours": "ώρες",
"day": "ημέρα",
"days": "ημέρες",
"month": "μήνας",
"months": "μήνες",
"year": "έτος",
"years": "έτη"
}
}
},
"es": {
"name": "Spanish",
"nativeName": "Español",
"family": "Romance",
"region": ["Spain", "Mexico", "Colombia", "Argentina"],
"unicodeRange": ["\u0021-\u007E", "\u00A1-\u024F", "\u2C60-\u2C7F", "\uA720-\uA7FF", "\uAB30-\uAB6F"],
"charPerMin": 1025,
"wordsPerMin": 218,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Unos",
"time_unit": {
"second": "segundo",
"seconds": "segundos",
"minute": "minuto",
"minutes": "minutos",
"hour": "hora",
"hours": "horas",
"day": "día",
"days": "días",
"month": "mes",
"months": "meses",
"year": "año",
"years": "años"
}
}
},
"fa": {
"name": "Persian (Farsi)",
"nativeName": "فارسی",
"family": "Indo-European",
"region": ["Iran", "Afghanistan", "Tajikistan"],
"unicodeRange": ["\u0021-\u007E", "\u0600-\u06FF", "\uFB8A-\uFCFF"],
"charPerMin": 700,
"wordsPerMin": 150,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "حدود",
"time_unit": {
"second": "ثانیه",
"seconds": "ثانیه",
"minute": "دقیقه",
"minutes": "دقیقه",
"hour": "ساعت",
"hours": "ساعت",
"day": "روز",
"days": "روز",
"month": "ماه",
"months": "ماه",
"year": "سال",
"years": "سال"
}
}
},
"fi": {
"name": "Finnish",
"nativeName": "suomi",
"family": "Uralic",
"region": ["Finland"],
"unicodeRange": ["\u0020-\u007E", "\u00C0-\u00FF", "\u0100-\u017F", "\u0180-\u024F", "\u1E00-\u1EFF"],
"charPerMin": 1078,
"wordsPerMin": 161,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Noin",
"time_unit": {
"second": "toinen",
"seconds": "sekuntia",
"minute": "minuutti",
"minutes": "minuuttia",
"hour": "tunti",
"hours": "tuntia",
"day": "päivä",
"days": "päivää",
"month": "kuukausi",
"months": "kuukautta",
"year": "vuosi",
"years": "vuotta"
}
}
},
"fr": {
"name": "French",
"nativeName": "Français",
"family": "Indo-European",
"region": ["France", "Canada", "Switzerland", "Belgium"],
"unicodeRange": ["\u0021-\u007E", "\u00C0-\u00FF", "\u0152-\u0153", "\u0178", "\u2013-\u2014", "\u2018-\u2019", "\u201C-\u201D"],
"charPerMin": 998,
"wordsPerMin": 195,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Environ",
"time_unit": {
"second": "seconde",
"seconds": "secondes",
"minute": "minute",
"minutes": "minutes",
"hour": "heure",
"hours": "heures",
"day": "jour",
"days": "jours",
"months": "mois",
"month": "mois",
"year": "année",
"years": "années"
}
}
},
"gu": {
"name": "Gujarati",
"nativeName": "ગુજરાતી",
"family": "Indo-European",
"region": ["India", "Pakistan"],
"unicodeRange": ["\u0021-\u007E", "\u0A81-\u0AD0", "\u0AE0-\u0AE3"],
"charPerMin": 550,
"wordsPerMin": 105,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "સમાંતર",
"time_unit": {
"second": "સેકન્ડ",
"seconds": "સેકન્ડો",
"minute": "મિનિટ",
"minutes": "મિનિટો",
"hour": "કલાક",
"hours": "કલાકો",
"day": "દિવસ",
"days": "દિવસો",
"month": "મહિનો",
"months": "મહિના",
"year": "વર્ષ",
"years": "વર્ષો"
}
}
},
"he": {
"name": "Hebrew",
"nativeName": "עִבְרִית",
"family": "Afroasiatic",
"region": ["Israel"],
"unicodeRange": ["\u0021-\u007E", "\u0590-\u05FF"],
"charPerMin": 763,
"wordsPerMin": 199,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "כְּ",
"time_unit": {
"second": "שְׁנִיָּה",
"seconds": "שְׁנִיּוֹת",
"minute": "דַקָה",
"minutes": "דְקוֹת",
"hour": "שָׁעָה",
"hours": "שָׁעוֹת",
"day": "יוֹם",
"days": "יָמִים",
"month": "חוֹדֶשׁ",
"months": "חוֹדָשִׁים",
"year": "שָׁנָה",
"years": "שָׁנִים"
}
}
},
"hi": {
"name": "Hindi",
"nativeName": "हिन्दी",
"family": "Indo-European",
"region": ["India", "Nepal"],
"unicodeRange": ["\u0021-\u007E", "\u0900-\u097F"],
"charPerMin": 567,
"wordsPerMin": 127,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "अनुमानित",
"time_unit": {
"second": "सेकंड",
"seconds": "सेकंड",
"minute": "मिनट",
"minutes": "मिनट",
"hour": "घंटा",
"hours": "घंटे",
"day": "दिन",
"days": "दिन",
"month": "महीना",
"months": "महीने",
"year": "साल",
"years": "साल"
}
}
},
"hy": {
"name": "Armenian",
"nativeName": "հայերեն",
"family": "Indo-European",
"region": ["Armenia"],
"unicodeRange": ["\u0021-\u007E", "\u0531-\u058F", "\uFB13-\uFB17"],
"charPerMin": 550,
"wordsPerMin": 120,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "մոտակայքում",
"time_unit": {
"second": "վայրկյան",
"seconds": "վայրկյան",
"minute": "րոպե",
"minutes": "րոպե",
"hour": "ժամ",
"hours": "ժամ",
"day": "օր",
"days": "օր",
"month": "ամիս",
"months": "ամիս",
"year": "տարի",
"years": "տարի"
}
}
},
"it": {
"name": "Italian",
"nativeName": "Italiano",
"family": "Indo-European",
"region": ["Italy", "San Marino", "Switzerland"],
"unicodeRange": ["\u0021-\u007E", "\u00A1-\u024F", "\u2C60-\u2C7F", "\uA720-\uA7FF", "\uAB30-\uAB6F"],
"charPerMin": 950,
"wordsPerMin": 188,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Circa",
"time_unit": {
"second": "secondo",
"seconds": "secondi",
"minute": "minuto",
"minutes": "minuti",
"hour": "ora",
"hours": "ore",
"day": "giorno",
"days": "giorni",
"month": "mese",
"months": "mesi",
"year": "anno",
"years": "anni"
}
}
},
"jin": {
"name": "Jin",
"nativeName": "晋语",
"family": "Sino-Tibetan",
"region": ["China"],
"unicodeRange": ["\u0021-\u007E", "\u4E00-\u9FFF"],
"charPerMin": 300,
"wordsPerMin": 150,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "约",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分钟",
"minutes": "分钟",
"hour": "小时",
"hours": "小时",
"day": "天",
"days": "天",
"month": "月",
"months": "月",
"year": "年",
"years": "年"
}
}
},
"ja": {
"name": "Japanese",
"nativeName": "日本語",
"family": "Japonic",
"region": ["Japan"],
"unicodeRange": ["\u0021-\u007E", "\u3040-\u309f", "\u30A0-\u30ff", "\u4E00-\u9FFF"],
"charPerMin": 357,
"wordsPerMin": 193,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "残り",
"time_unit": {
"second": "秒間",
"seconds": "秒間",
"minute": "分間",
"minutes": "分間",
"hour": "時間",
"hours": "時間",
"day": "日間",
"days": "日間",
"month": "月間",
"months": "月間",
"year": "年間",
"years": "年間"
}
}
},
"jv": {
"name": "Javanese",
"nativeName": "Basa Jawa",
"family": "Austronesian",
"region": ["Indonesia"],
"unicodeRange": ["\u0020-\u007E", "\u0100-\u017F", "\u1B00-\u1B7F"],
"charPerMin": 669,
"wordsPerMin": 125,
"fuzzyTime": {
"pattern": "%(approx)%(count)d %(time_unit)s",
"approx": "",
"time_unit": {
"second": "detik",
"seconds": "detik",
"minute": "menit",
"minutes": "menit",
"hour": "jam",
"hours": "jam",
"day": "dina",
"days": "dina",
"month": "sasi",
"months": "sasi",
"year": "taun",
"years": "taun"
}
}
},
"ka": {
"name": "Georgian",
"nativeName": "ქართული",
"family": "Kartvelian",
"region": ["Georgia"],
"unicodeRange": ["\u0021-\u007E", "\u10A0-\u10FF", "\u1C90-\u1CBF"],
"charPerMin": 600,
"wordsPerMin": 130,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "დან",
"time_unit": {
"second": "წამში",
"seconds": "წამში",
"minute": "წუთში",
"minutes": "წუთში",
"hour": "საათში",
"hours": "საათში",
"day": "დღეში",
"days": "დღეში",
"month": "თვეში",
"months": "თვეში",
"year": "წელში",
"years": "წელში"
}
}
},
"ko": {
"name": "Korean",
"nativeName": "한국어",
"family": "Koreanic",
"region": ["South Korea", "North Korea"],
"unicodeRange": ["\u0021-\u007E", "\u1100-\u11ff"],
"charPerMin": 285,
"wordsPerMin": 200,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d%(time_unit)s",
"approx": "약",
"time_unit": {
"second": "초",
"seconds": "초",
"minute": "분",
"minutes": "분",
"hour": "시",
"hours": "시",
"day": "일",
"days": "일",
"month": "월",
"months": "월",
"year": "연",
"years": "연"
}
}
},
"la": {
"name": "Latin",
"nativeName": "Latīna",
"family": "Indo-European",
"region": ["Roman Empire", "Roman Catholic Church"],
"unicodeRange": ["\u0021-\u007E", "\u0080-\u00FF", "\u0100-\u017F"],
"charPerMin": 620,
"wordsPerMin": 115,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Circa",
"time_unit": {
"second": "secunda",
"seconds": "secundae",
"minute": "minuta",
"minutes": "minutae",
"hour": "hora",
"hours": "horae",
"day": "dies",
"days": "dies",
"month": "mensis",
"months": "menses",
"year": "annus",
"years": "anni"
}
}
},
"nl": {
"name": "Dutch",
"nativeName": "Nederlands",
"family": "Indo-European",
"region": ["Netherlands", "Belgium", "Suriname"],
"unicodeRange": ["\u0021-\u007E", "\u00A1-\u024F", "\u1E00-\u1EFF", "\u2C60-\u2C7F", "\uA720-\uA7FF", "\uAB30-\uAB6F"],
"charPerMin": 978,
"wordsPerMin": 202,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Ongeveer",
"time_unit": {
"second": "seconde",
"seconds": "seconden",
"minute": "minuut",
"minutes": "minuten",
"hour": "uur",
"hours": "uren",
"day": "dag",
"days": "dagen",
"month": "maand",
"months": "maanden",
"year": "jaar",
"years": "jaren"
}
}
},
"pa": {
"name": "Punjabi",
"nativeName": "ਪੰਜਾਬੀ",
"family": "Indo-Aryan",
"region": ["India", "Pakistan"],
"unicodeRange": ["\u0020-\u007E", "\u0A00-\u0A7F", "\u0A80-\u0AFF"],
"charPerMin": 735,
"wordsPerMin": 130,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "ਕਰੀਬ",
"time_unit": {
"second": "ਸਕਿੰਟ",
"seconds": "ਸਕਿੰਟ",
"minute": "ਮਿੰਟ",
"minutes": "ਮਿੰਟ",
"hour": "ਘੰਟਾ",
"hours": "ਘੰਟੇ",
"day": "ਦਿਨ",
"days": "ਦਿਨ",
"month": "ਮਹੀਨਾ",
"months": "ਮਹੀਨੇ",
"year": "ਸਾਲ",
"years": "ਸਾਲ"
}
}
},
"pl": {
"name": "Polish",
"nativeName": "polski",
"family": "Indo-European",
"region": ["Poland"],
"unicodeRange": ["\u0020-\u007E", "\u0104-\u017C", "\u00A1-\u00BF", "\u0105-\u017A", "\u02B0-\u02FF"],
"charPerMin": 885,
"wordsPerMin": 166,
"fuzzyTime": {
"pattern": "%(count)d %(time_unit)s %(approx)s",
"approx": "około",
"time_unit": {
"second": "sekunda",
"seconds": "sekundy",
"minute": "minuta",
"minutes": "minuty",
"hour": "godzina",
"hours": "godziny",
"day": "dzień",
"days": "dni",
"month": "miesiąc",
"months": "miesiące",
"year": "rok",
"years": "lata"
}
}
},
"ps": {
"name": "Pashto",
"nativeName": "پښتو",
"family": "Indo-European",
"region": ["Afghanistan", "Pakistan"],
"unicodeRange": ["\u0021-\u007E", "\u0600-\u06FF", "\uFB50-\uFDFF", "\uFE70-\uFEFF"],
"charPerMin": 500,
"wordsPerMin": 120,
"fuzzyTime": {
"pattern": "%(count)d %(time_unit)s%(approx)s",
"approx": "ډېر",
"time_unit": {
"second": "ثانیه",
"seconds": "ثانیه",
"minute": "دقیقه",
"minutes": "دقیقې",
"hour": "ساعت",
"hours": "ساعتونه",
"day": "ورځ",
"days": "ورځونه",
"month": "میاشت",
"months": "میاشتونه",
"year": "کال",
"years": "کالونه"
}
}
},
"pt": {
"name": "Portuguese",
"nativeName": "Português",
"family": "Romance",
"region": ["Portugal", "Brazil", "Angola", "Mozambique"],
"unicodeRange": ["\u0021-\u007E", "\u00A1-\u024F", "\u2C60-\u2C7F", "\uA720-\uA7FF", "\uAB30-\uAB6F"],
"charPerMin": 913,
"wordsPerMin": 181,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Cerca de",
"time_unit": {
"second": "segundo",
"seconds": "segundos",
"minute": "minuto",
"minutes": "minutos",
"hour": "hora",
"hours": "horário",
"day": "dia",
"days": "dias",
"month": "mês",
"months": "meses",
"year": "ano",
"years": "anos"
}
}
},
"nan": {
"name": "Southern Min (Hokkien, Teochew)",
"nativeName": "閩南語 (福建話, 潮州話)",
"family": "Sino-Tibetan",
"region": ["Taiwan", "Southeast Asia"],
"unicodeRange": ["\u0021-\u007E", "\u00A1-\u024F", "\u3000-\u303F", "\u4E00-\u9FFF", "\u3400-\u4DBF", "\u20000-\u2A6DF", "\uF900-\uFAFF", "\u2F800-\u2FA1F"],
"charPerMin": 450,
"wordsPerMin": 120,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "約",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分鐘",
"minutes": "分鐘",
"hour": "小時",
"hours": "小時",
"day": "天",
"days": "天",
"month": "個月",
"months": "個月",
"year": "年",
"years": "年"
}
}
},
"nb": {
"name": "Norwegian Norsk",
"nativeName": "Bokmål",
"family": "Germanic",
"region": ["Norway"],
"unicodeRange": ["\u0021-\u007E", "\u00C0-\u017E"],
"charPerMin": 973,
"wordsPerMin": 204,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Omtrent",
"time_unit": {
"second": "sekund",
"seconds": "sekunder",
"minute": "minutt",
"minutes": "minutter",
"hour": "time",
"hours": "timer",
"day": "dag",
"days": "dager",
"month": "måned",
"months": "måneder",
"year": "år",
"years": "år"
}
}
},
"nn": {
"name": "Norwegian Nynorsk",
"nativeName": "nynorsk",
"family": "Indo-European",
"region": ["Norway"],
"unicodeRange": ["\u0021-\u007E", "\u00A1-\u017F", "\u1E00-\u1EFF", "\u2C60-\u2C7F", "\u3000-\u303F", "\u4E00-\u9FFF"],
"charPerMin": 900,
"wordsPerMin": 199,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Omlag",
"time_unit": {
"second": "sekund",
"seconds": "sekund",
"minute": "minutt",
"minutes": "minutt",
"hour": "time",
"hours": "timar",
"day": "dag",
"days": "dagar",
"month": "månad",
"months": "månader",
"year": "år",
"years": "år"
}
}
},
"mr": {
"name": "Marathi",
"nativeName": "मराठी",
"family": "Indo-European",
"region": ["India"],
"unicodeRange": ["\u0021-\u007E", "\u0900-\u097F", "\u1C00-\u1C4F"],
"charPerMin": 800,
"wordsPerMin": 200,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "अंदाजे",
"time_unit": {
"second": "सेकंद",
"seconds": "सेकंद",
"minute": "मिनिट",
"minutes": "मिनिट",
"hour": "तास",
"hours": "तास",
"day": "दिवस",
"days": "दिवस",
"month": "महिना",
"months": "महिने",
"year": "वर्ष",
"years": "वर्षे"
}
}
},
"ru": {
"name": "Russian",
"nativeName": "Русский",
"family": "Indo-European",
"region": ["Russia", "Kazakhstan", "Belarus"],
"unicodeRange": ["\u0021-\u007E", "\u0400-\u052F", "\u2DE0-\u2DFF", "\uA640-\uA69F", "\u1C80-\u1C8F"],
"charPerMin": 986,
"wordsPerMin": 184,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d%(time_unit)s",
"approx": "Около",
"time_unit": {
"second": "Второе",
"seconds": "секунды",
"minute": "минута",
"minutes": "минуты",
"hour": "час",
"hours": "часы",
"day": "День",
"days": "дни",
"month": "Месяц",
"months": "месяц",
"year": "Год",
"years": "годы"
}
}
},
"si": {
"name": "Sinhala",
"nativeName": "සිංහල",
"family": "Indo-European",
"region": ["Sri Lanka"],
"unicodeRange": ["\u0021-\u007E", "\u0D80-\u0DFF"],
"charPerMin": 700,
"wordsPerMin": 90,
"fuzzyTime": {
"pattern": "%(time_unit)s %(count)dක් %(approx)s",
"approx": "පමණ",
"time_unit": {
"second": "තත්පරය",
"seconds": "තත්පර",
"minute": "මිනිත්තුව",
"minutes": "මිනිත්තු",
"hour": "පැය",
"hours": "පැය",
"day": "දිනය",
"days": "දින",
"month": "මාසය",
"months": "මාස",
"year": "වර්ෂය",
"years": "වර්ෂ"
}
}
},
"sl": {
"name": "Slovenian",
"nativeName": "slovenščina",
"family": "Indo-European",
"region": ["Slovenia"],
"unicodeRange": ["\u0021-\u007E", "\u0080-\u00FF", "\u0100-\u017F", "\u0400-\u04FF"],
"charPerMin": 885,
"wordsPerMin": 180,
"fuzzyTime": {
"pattern": "%(count)d %(time_unit)s",
"approx": null,
"time_unit": {
"second": "sekunda",
"seconds": "sekund",
"minute": "minuta",
"minutes": "minut",
"hour": "ura",
"hours": "ur",
"day": "dan",
"days": "dni",
"month": "mesec",
"months": "mesecev",
"year": "leto",
"years": "let"
}
}
},
"sv": {
"name": "Swedish",
"nativeName": "Svenska",
"family": "Germanic",
"region": ["Sweden", "Finland"],
"unicodeRange": ["\u0021-\u007E", "\u00C0-\u00FF", "\u0100-\u017F", "\u0180-\u024F", "\u1E00-\u1EFF", "\u2C60-\u2C7F", "\uA720-\uA7FF"],
"charPerMin": 917,
"wordsPerMin": 199,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Ungefär",
"time_unit": {
"second": "sekund",
"seconds": "sekunder",
"minute": "minut",
"minutes": "minuter",
"hour": "timme",
"hours": "timmar",
"day": "dag",
"days": "dagar",
"month": "månad",
"months": "månader",
"year": "år",
"years": "år"
}
}
},
"ta": {
"name": "Tamil",
"nativeName": "தமிழ்",
"family": "Dravidian",
"region": ["India", "Sri Lanka", "Singapore", "Malaysia"],
"unicodeRange": ["\u0021-\u007E", "\u0B80-\u0BFF"],
"charPerMin": 600,
"wordsPerMin": 150,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "அமைதியாக",
"time_unit": {
"second": "நொடி",
"seconds": "நொடிகள்",
"minute": "நிமிடம்",
"minutes": "நிமிடங்கள்",
"hour": "மணி",
"hours": "மணிகள்",
"day": "நாள்",
"days": "நாட்கள்",
"month": "மாதம்",
"months": "மாதங்கள்",
"year": "வருடம்",
"years": "வருடங்கள்"
}
}
},
"te": {
"name": "Telugu",
"nativeName": "తెలుగు",
"family": "Dravidian",
"region": ["India"],
"unicodeRange": ["\u0020-\u007F", "\u0C00-\u0C7F"],
"charPerMin": 606,
"wordsPerMin": 120,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "సుమారు",
"time_unit": {
"second": "సెకన్లు",
"seconds": "సెకన్లు",
"minute": "నిమిషం",
"minutes": "నిమిషాలు",
"hour": "గంట",
"hours": "గంటలు",
"day": "రోజు",
"days": "రోజులు",
"month": "నెల",
"months": "నెలలు",
"year": "సంవత్సరం",
"years": "సంవత్సరాలు"
}
}
},
"th": {
"name": "Thai",
"nativeName": "ไทย",
"family": "Tai-Kadai",
"region": ["Thailand"],
"unicodeRange": ["\u0021-\u007E", "\u0E00-\u0E7F"],
"charPerMin": 780,
"wordsPerMin": 200,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "ประมาณ",
"time_unit": {
"second": "วินาที",
"seconds": "วินาที",
"minute": "นาที",
"minutes": "นาที",
"hour": "ชั่วโมง",
"hours": "ชั่วโมง",
"day": "วัน",
"days": "วัน",
"month": "เดือน",
"months": "เดือน",
"year": "ปี",
"years": "ปี"
}
}
},
"tr": {
"name": "Turkish",
"nativeName": "Türkçe",
"family": "Turkic",
"region": ["Turkey", "Northern Cyprus"],
"unicodeRange": ["\u0021-\u007E", "\u00C0-\u00FF", "\u011E", "\u011F", "\u0130", "\u0131", "\u015E", "\u015F", "\u0160", "\u0161", "\u017B", "\u017C", "\u0218", "\u0219", "\u02BC"],
"charPerMin": 892,
"wordsPerMin": 182,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "Yaklaşık",
"time_unit": {
"second": "saniye",
"seconds": "saniye",
"minute": "dakika",
"minutes": "dakika",
"hour": "saat",
"hours": "saat",
"day": "gün",
"days": "gün",
"month": "ay",
"months": "ay",
"year": "yıl",
"years": "yıl"
}
}
},
"vi": {
"name": "Vietnamese",
"nativeName": "Tiếng Việt",
"family": "Austroasiatic",
"region": ["Vietnam"],
"unicodeRange": ["\u0021-\u007E", "\u00C0-\u1EF9"],
"charPerMin": 950,
"wordsPerMin": 166,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "Khoảng",
"time_unit": {
"second": "giây",
"seconds": "giây",
"minute": "phút",
"minutes": "phút",
"hour": "giờ",
"hours": "giờ",
"day": "ngày",
"days": "ngày",
"month": "tháng",
"months": "tháng",
"year": "năm",
"years": "năm"
}
}
},
"ur": {
"name": "Urdu",
"nativeName": "اردو",
"family": "Indo-Aryan",
"region": ["Pakistan", "India"],
"unicodeRange": ["\u0021-\u007E", "\u0600-\u06FF"],
"charPerMin": 720,
"wordsPerMin": 125,
"fuzzyTime": {
"pattern": "%(approx)s %(count)d %(time_unit)s",
"approx": "تقریباً",
"time_unit": {
"second": "سیکنڈ",
"seconds": "سیکنڈ",
"minute": "منٹ",
"minutes": "منٹ",
"hour": "گھنٹہ",
"hours": "گھنٹے",
"day": "دن",
"days": "دن",
"month": "مہینہ",
"months": "مہینے",
"year": "سال",
"years": "سال"
}
}
},
"wuu": {
"name": "Wu (including Shanghainese)",
"nativeName": "吴语 (含上海话)",
"family": "Sino-Tibetan",
"region": ["China"],
"unicodeRange": ["\u0021-\u007E", "\u4E00-\u9FFF"],
"charPerMin": 255,
"wordsPerMin": 158,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "約",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分鐘",
"minutes": "分鐘",
"hour": "小时",
"hours": "小时",
"day": "日",
"days": "日",
"month": "月",
"months": "月",
"year": "年",
"years": "年"
}
}
},
"yue": {
"name": "Yue Chinese",
"nativeName": "粤语",
"family": "Sino-Tibetan",
"region": ["Hong Kong", "Macau", "Guangdong Province"],
"unicodeRange": ["\u0021-\u007E", "\u4E00-\u9FFF", "\u3040-\u309F", "\u30A0-\u30FF"],
"charPerMin": 255,
"wordsPerMin": 158,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "約",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分鐘",
"minutes": "分鐘",
"hour": "小时",
"hours": "小时",
"day": "日",
"days": "日",
"month": "月",
"months": "月",
"year": "年",
"years": "年"
}
}
},
"zh-CN": {
"name": "Chinese (Mandarin)",
"nativeName": "中文 (普通话)",
"family": "Sino-Tibetan",
"region": ["China", "Taiwan", "Singapore"],
"unicodeRange": ["\u0021-\u007E", "\u0021-\u007E", "\u4E00-\u9FFF"],
"charPerMin": 255,
"wordsPerMin": 158,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "約",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分鐘",
"minutes": "分鐘",
"hour": "小时",
"hours": "小时",
"day": "日",
"days": "日",
"month": "月",
"months": "月",
"year": "年",
"years": "年"
}
}
},
"zh-Hans": {
"name": "Chinese (Simplified)",
"nativeName": "中文 (简体)",
"family": "Sino-Tibetan",
"region": ["China", "Singapore"],
"unicodeRange": ["\u0021-\u007E", "\u0021-\u007E", "\u4E00-\u9FFF"],
"charPerMin": 255,
"wordsPerMin": 158,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "约",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分钟",
"minutes": "分钟",
"hour": "小时",
"hours": "小时",
"day": "日",
"days": "日",
"month": "月",
"months": "月",
"year": "年",
"years": "年"
}
}
},
"zh-Hant": {
"name": "Chinese (Traditional)",
"nativeName": "中文 (繁體)",
"family": "Sino-Tibetan",
"region": ["Taiwan", "Hong Kong", "Macau"],
"unicodeRange": ["\u0021-\u007E", "\u0021-\u007E", "\u4E00-\u9FFF"],
"charPerMin": 255,
"wordsPerMin": 158,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "約",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分鐘",
"minutes": "分鐘",
"hour": "小時",
"hours": "小時",
"day": "天",
"days": "天",
"month": "月",
"months": "月",
"year": "年",
"years": "年"
}
}
},
"zh-HK": {
"name": "Chinese (Hong Kong)",
"nativeName": "中文 (香港)",
"family": "Sino-Tibetan",
"region": ["Hong Kong"],
"unicodeRange": ["\u0021-\u007E", "\u0021-\u007E", "\u4E00-\u9FFF"],
"charPerMin": 255,
"wordsPerMin": 158,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "約",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分鐘",
"minutes": "分鐘",
"hour": "小时",
"hours": "小时",
"day": "日",
"days": "日",
"month": "月",
"months": "月",
"year": "年",
"years": "年"
}
}
},
"zh-MO": {
"name": "Chinese (Cantonese, Macau)",
"nativeName": "中文 (廣東話, 澳門)",
"family": "Sino-Tibetan",
"region": ["Macau"],
"unicodeRange": ["\u0021-\u007E", "\u0021-\u007E", "\u4E00-\u9FFF", "\u3400-\u4DBF"],
"charPerMin": 255,
"wordsPerMin": 158,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "約",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分鐘",
"minutes": "分鐘",
"hour": "小时",
"hours": "小时",
"day": "日",
"days": "日",
"month": "月",
"months": "月",
"year": "年",
"years": "年"
}
}
},
"zh-SG": {
"name": "Chinese (Singapore)",
"nativeName": "中文 (普通话)",
"family": "Sino-Tibetan",
"region": ["Singapore"],
"unicodeRange": ["\u0021-\u007E", "\u0021-\u007E", "\u4E00-\u9FFF"],
"charPerMin": 255,
"wordsPerMin": 158,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "约",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分钟",
"minutes": "分钟",
"hour": "小时",
"hours": "小时",
"day": "天",
"days": "天",
"month": "个月",
"months": "个月",
"year": "年",
"years": "年"
}
}
},
"zh-TW": {
"name": "Chinese (Taiwan)",
"nativeName": "中文 (繁體中文)",
"family": "Sino-Tibetan",
"region": ["Taiwan"],
"unicodeRange": ["\u0021-\u007E", "\u0021-\u007E", "\u4E00-\u9FFF"],
"charPerMin": 255,
"wordsPerMin": 158,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "約",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分鐘",
"minutes": "分鐘",
"hour": "小時",
"hours": "小時",
"day": "日",
"days": "日",
"month": "月",
"months": "月",
"year": "年",
"years": "年"
}
}
},
"zh": {
"name": "Chinese",
"nativeName": "中文 (简体)",
"family": "Sino-Tibetan",
"region": ["China", "Singapore"],
"unicodeRange": ["\u0021-\u007E", "\u0021-\u007E", "\u4E00-\u9FFF"],
"charPerMin": 255,
"wordsPerMin": 158,
"fuzzyTime": {
"pattern": "%(approx)s%(count)d%(time_unit)s",
"approx": "约",
"time_unit": {
"second": "秒",
"seconds": "秒",
"minute": "分钟",
"minutes": "分钟",
"hour": "小时",
"hours": "小时",
"day": "日",
"days": "日",
"month": "月",
"months": "月",
"year": "年",
"years": "年"
}
}
}
}
}