From a0d0616009ff519b79fa3fd9905ba3bbd85dc539 Mon Sep 17 00:00:00 2001 From: pvictor Date: Thu, 21 Oct 2021 14:36:08 +0200 Subject: [PATCH] locales files: removed non ascii characters --- inst/apexcharts-locale/ca.json | 8 +-- inst/apexcharts-locale/cs.json | 54 ++++++++++---------- inst/apexcharts-locale/de.json | 12 ++--- inst/apexcharts-locale/el.json | 82 +++++++++++++++--------------- inst/apexcharts-locale/es.json | 6 +-- inst/apexcharts-locale/fi.json | 10 ++-- inst/apexcharts-locale/fr.json | 26 +++++----- inst/apexcharts-locale/he.json | 84 +++++++++++++++---------------- inst/apexcharts-locale/hi.json | 84 +++++++++++++++---------------- inst/apexcharts-locale/hr.json | 16 +++--- inst/apexcharts-locale/hu.json | 54 ++++++++++---------- inst/apexcharts-locale/hy.json | 84 +++++++++++++++---------------- inst/apexcharts-locale/it.json | 10 ++-- inst/apexcharts-locale/ja.json | 84 +++++++++++++++---------------- inst/apexcharts-locale/ka.json | 84 +++++++++++++++---------------- inst/apexcharts-locale/ko.json | 84 +++++++++++++++---------------- inst/apexcharts-locale/lt.json | 22 ++++---- inst/apexcharts-locale/nb.json | 8 +-- inst/apexcharts-locale/pl.json | 24 ++++----- inst/apexcharts-locale/pt-br.json | 8 +-- inst/apexcharts-locale/pt.json | 6 +-- inst/apexcharts-locale/rs.json | 8 +-- inst/apexcharts-locale/ru.json | 84 +++++++++++++++---------------- inst/apexcharts-locale/se.json | 10 ++-- inst/apexcharts-locale/sk.json | 40 +++++++-------- inst/apexcharts-locale/sl.json | 6 +-- inst/apexcharts-locale/sq.json | 18 +++---- inst/apexcharts-locale/th.json | 84 +++++++++++++++---------------- inst/apexcharts-locale/tr.json | 44 ++++++++-------- inst/apexcharts-locale/ua.json | 84 +++++++++++++++---------------- inst/apexcharts-locale/zh-cn.json | 84 +++++++++++++++---------------- inst/d3-format-locale/ar-AE.json | 2 +- inst/d3-format-locale/ar-BH.json | 2 +- inst/d3-format-locale/ar-DJ.json | 2 +- inst/d3-format-locale/ar-DZ.json | 6 +-- inst/d3-format-locale/ar-EG.json | 2 +- inst/d3-format-locale/ar-EH.json | 6 +-- inst/d3-format-locale/ar-ER.json | 2 +- inst/d3-format-locale/ar-IQ.json | 2 +- inst/d3-format-locale/ar-JO.json | 2 +- inst/d3-format-locale/ar-KM.json | 2 +- inst/d3-format-locale/ar-KW.json | 2 +- inst/d3-format-locale/ar-LB.json | 2 +- inst/d3-format-locale/ar-LY.json | 6 +-- inst/d3-format-locale/ar-MA.json | 6 +-- inst/d3-format-locale/ar-MR.json | 2 +- inst/d3-format-locale/ar-OM.json | 2 +- inst/d3-format-locale/ar-QA.json | 2 +- inst/d3-format-locale/ar-SA.json | 2 +- inst/d3-format-locale/ar-SD.json | 2 +- inst/d3-format-locale/ar-SO.json | 2 +- inst/d3-format-locale/ar-SY.json | 2 +- inst/d3-format-locale/ar-TD.json | 2 +- inst/d3-format-locale/ar-TN.json | 6 +-- inst/d3-format-locale/ar-YE.json | 2 +- inst/d3-format-locale/ca-ES.json | 2 +- inst/d3-format-locale/cs-CZ.json | 2 +- inst/d3-format-locale/de-DE.json | 2 +- inst/d3-format-locale/en-GB.json | 2 +- inst/d3-format-locale/en-IE.json | 2 +- inst/d3-format-locale/en-IN.json | 2 +- inst/d3-format-locale/es-ES.json | 2 +- inst/d3-format-locale/fi-FI.json | 2 +- inst/d3-format-locale/fr-FR.json | 2 +- inst/d3-format-locale/he-IL.json | 2 +- inst/d3-format-locale/it-IT.json | 2 +- inst/d3-format-locale/ja-JP.json | 2 +- inst/d3-format-locale/ko-KR.json | 2 +- inst/d3-format-locale/mk-MK.json | 2 +- inst/d3-format-locale/nl-NL.json | 2 +- inst/d3-format-locale/pl-PL.json | 2 +- inst/d3-format-locale/ru-RU.json | 2 +- inst/d3-format-locale/uk-UA.json | 2 +- inst/d3-format-locale/zh-CN.json | 2 +- 74 files changed, 709 insertions(+), 709 deletions(-) diff --git a/inst/apexcharts-locale/ca.json b/inst/apexcharts-locale/ca.json index cef7d1a..d9b8e0b 100644 --- a/inst/apexcharts-locale/ca.json +++ b/inst/apexcharts-locale/ca.json @@ -4,7 +4,7 @@ "months": [ "Gener", "Febrer", - "Març", + "Mar\u00e7", "Abril", "Maig", "Juny", @@ -18,7 +18,7 @@ "shortMonths": [ "Gen.", "Febr.", - "Març", + "Mar\u00e7", "Abr.", "Maig", "Juny", @@ -43,12 +43,12 @@ "exportToSVG": "Descarregar SVG", "exportToPNG": "Descarregar PNG", "exportToCSV": "Descarregar CSV", - "menu": "Menú", + "menu": "Men\u00fa", "selection": "Seleccionar", "selectionZoom": "Seleccionar Zoom", "zoomIn": "Augmentar", "zoomOut": "Disminuir", - "pan": "Navegació", + "pan": "Navegaci\u00f3", "reset": "Reiniciar Zoom" } } diff --git a/inst/apexcharts-locale/cs.json b/inst/apexcharts-locale/cs.json index b8d9d40..fe87664 100644 --- a/inst/apexcharts-locale/cs.json +++ b/inst/apexcharts-locale/cs.json @@ -3,52 +3,52 @@ "options": { "months": [ "Leden", - "Únor", - "Březen", + "\u00danor", + "B\u0159ezen", "Duben", - "Květen", - "Červen", - "Červenec", + "Kv\u011bten", + "\u010cerven", + "\u010cervenec", "Srpen", - "Září", - "Říjen", + "Z\u00e1\u0159\u00ed", + "\u0158\u00edjen", "Listopad", "Prosinec" ], "shortMonths": [ "Led", - "Úno", - "Bře", + "\u00dano", + "B\u0159e", "Dub", - "Kvě", - "Čvn", - "Čvc", + "Kv\u011b", + "\u010cvn", + "\u010cvc", "Srp", - "Zář", - "Říj", + "Z\u00e1\u0159", + "\u0158\u00edj", "Lis", "Pro" ], "days": [ - "Neděle", - "Pondělí", - "Úterý", - "Středa", - "Čtvrtek", - "Pátek", + "Ned\u011ble", + "Pond\u011bl\u00ed", + "\u00dater\u00fd", + "St\u0159eda", + "\u010ctvrtek", + "P\u00e1tek", "Sobota" ], - "shortDays": ["Ne", "Po", "Út", "St", "Čt", "Pá", "So"], + "shortDays": ["Ne", "Po", "\u00dat", "St", "\u010ct", "P\u00e1", "So"], "toolbar": { - "exportToSVG": "Stáhnout SVG", - "exportToPNG": "Stáhnout PNG", - "exportToCSV": "Stáhnout CSV", + "exportToSVG": "St\u00e1hnout SVG", + "exportToPNG": "St\u00e1hnout PNG", + "exportToCSV": "St\u00e1hnout CSV", "menu": "Menu", "selection": "Vybrat", "selectionZoom": "Zoom: Vybrat", - "zoomIn": "Zoom: Přiblížit", - "zoomOut": "Zoom: Oddálit", - "pan": "Přesouvat", + "zoomIn": "Zoom: P\u0159ibl\u00ed\u017eit", + "zoomOut": "Zoom: Odd\u00e1lit", + "pan": "P\u0159esouvat", "reset": "Resetovat" } } diff --git a/inst/apexcharts-locale/de.json b/inst/apexcharts-locale/de.json index af625e3..3658e44 100644 --- a/inst/apexcharts-locale/de.json +++ b/inst/apexcharts-locale/de.json @@ -4,7 +4,7 @@ "months": [ "Januar", "Februar", - "März", + "M\u00e4rz", "April", "Mai", "Juni", @@ -18,7 +18,7 @@ "shortMonths": [ "Jan", "Feb", - "Mär", + "M\u00e4r", "Apr", "Mai", "Jun", @@ -43,13 +43,13 @@ "exportToSVG": "SVG speichern", "exportToPNG": "PNG speichern", "exportToCSV": "CSV speichern", - "menu": "Menü", + "menu": "Men\u00fc", "selection": "Auswahl", - "selectionZoom": "Auswahl vergrößern", - "zoomIn": "Vergrößern", + "selectionZoom": "Auswahl vergr\u00f6\u00dfern", + "zoomIn": "Vergr\u00f6\u00dfern", "zoomOut": "Verkleinern", "pan": "Verschieben", - "reset": "Zoom zurücksetzen" + "reset": "Zoom zur\u00fccksetzen" } } } diff --git a/inst/apexcharts-locale/el.json b/inst/apexcharts-locale/el.json index e547e54..9f73d21 100644 --- a/inst/apexcharts-locale/el.json +++ b/inst/apexcharts-locale/el.json @@ -2,54 +2,54 @@ "name": "el", "options": { "months": [ - "Ιανουάριος", - "Φεβρουάριος", - "Μάρτιος", - "Απρίλιος", - "Μάιος", - "Ιούνιος", - "Ιούλιος", - "Αύγουστος", - "Σεπτέμβριος", - "Οκτώβριος", - "Νοέμβριος", - "Δεκέμβριος" + "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", + "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", + "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", + "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", + "\u039c\u03ac\u03b9\u03bf\u03c2", + "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", + "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", + "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", + "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", + "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2" ], "shortMonths": [ - "Ιαν", - "Φευ", - "Μαρ", - "Απρ", - "Μάι", - "Ιουν", - "Ιουλ", - "Αυγ", - "Σεπ", - "Οκτ", - "Νοε", - "Δεκ" + "\u0399\u03b1\u03bd", + "\u03a6\u03b5\u03c5", + "\u039c\u03b1\u03c1", + "\u0391\u03c0\u03c1", + "\u039c\u03ac\u03b9", + "\u0399\u03bf\u03c5\u03bd", + "\u0399\u03bf\u03c5\u03bb", + "\u0391\u03c5\u03b3", + "\u03a3\u03b5\u03c0", + "\u039f\u03ba\u03c4", + "\u039d\u03bf\u03b5", + "\u0394\u03b5\u03ba" ], "days": [ - "Κυριακή", - "Δευτέρα", - "Τρίτη", - "Τετάρτη", - "Πέμπτη", - "Παρασκευή", - "Σάββατο" + "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", + "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", + "\u03a4\u03c1\u03af\u03c4\u03b7", + "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", + "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", + "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", + "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf" ], - "shortDays": ["Κυρ", "Δευ", "Τρι", "Τετ", "Πεμ", "Παρ", "Σαβ"], + "shortDays": ["\u039a\u03c5\u03c1", "\u0394\u03b5\u03c5", "\u03a4\u03c1\u03b9", "\u03a4\u03b5\u03c4", "\u03a0\u03b5\u03bc", "\u03a0\u03b1\u03c1", "\u03a3\u03b1\u03b2"], "toolbar": { - "exportToSVG": "Λήψη SVG", - "exportToPNG": "Λήψη PNG", - "exportToCSV": "Λήψη CSV", + "exportToSVG": "\u039b\u03ae\u03c8\u03b7 SVG", + "exportToPNG": "\u039b\u03ae\u03c8\u03b7 PNG", + "exportToCSV": "\u039b\u03ae\u03c8\u03b7 CSV", "menu": "Menu", - "selection": "Επιλογή", - "selectionZoom": "Μεγένθυση βάση επιλογής", - "zoomIn": "Μεγένθυνση", - "zoomOut": "Σμίκρυνση", - "pan": "Μετατόπιση", - "reset": "Επαναφορά μεγένθυνσης" + "selection": "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae", + "selectionZoom": "\u039c\u03b5\u03b3\u03ad\u03bd\u03b8\u03c5\u03c3\u03b7 \u03b2\u03ac\u03c3\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\u03c2", + "zoomIn": "\u039c\u03b5\u03b3\u03ad\u03bd\u03b8\u03c5\u03bd\u03c3\u03b7", + "zoomOut": "\u03a3\u03bc\u03af\u03ba\u03c1\u03c5\u03bd\u03c3\u03b7", + "pan": "\u039c\u03b5\u03c4\u03b1\u03c4\u03cc\u03c0\u03b9\u03c3\u03b7", + "reset": "\u0395\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03bc\u03b5\u03b3\u03ad\u03bd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2" } } } diff --git a/inst/apexcharts-locale/es.json b/inst/apexcharts-locale/es.json index 8c465f6..5e0ad1c 100644 --- a/inst/apexcharts-locale/es.json +++ b/inst/apexcharts-locale/es.json @@ -33,10 +33,10 @@ "Domingo", "Lunes", "Martes", - "Miércoles", + "Mi\u00e9rcoles", "Jueves", "Viernes", - "Sábado" + "S\u00e1bado" ], "shortDays": ["Dom", "Lun", "Mar", "Mie", "Jue", "Vie", "Sab"], "toolbar": { @@ -48,7 +48,7 @@ "selectionZoom": "Seleccionar Zoom", "zoomIn": "Aumentar", "zoomOut": "Disminuir", - "pan": "Navegación", + "pan": "Navegaci\u00f3n", "reset": "Reiniciar Zoom" } } diff --git a/inst/apexcharts-locale/fi.json b/inst/apexcharts-locale/fi.json index 73df095..fb5dda2 100644 --- a/inst/apexcharts-locale/fi.json +++ b/inst/apexcharts-locale/fi.json @@ -7,8 +7,8 @@ "Maaliskuu", "Huhtikuu", "Toukokuu", - "Kesäkuu", - "Heinäkuu", + "Kes\u00e4kuu", + "Hein\u00e4kuu", "Elokuu", "Syyskuu", "Lokakuu", @@ -21,8 +21,8 @@ "Maalis", "Huhti", "Touko", - "Kesä", - "Heinä", + "Kes\u00e4", + "Hein\u00e4", "Elo", "Syys", "Loka", @@ -46,7 +46,7 @@ "menu": "Valikko", "selection": "Valinta", "selectionZoom": "Valinnan zoomaus", - "zoomIn": "Lähennä", + "zoomIn": "L\u00e4henn\u00e4", "zoomOut": "Loitonna", "pan": "Panoroi", "reset": "Nollaa zoomaus" diff --git a/inst/apexcharts-locale/fr.json b/inst/apexcharts-locale/fr.json index 959ce0b..b45ee8c 100644 --- a/inst/apexcharts-locale/fr.json +++ b/inst/apexcharts-locale/fr.json @@ -3,31 +3,31 @@ "options": { "months": [ "janvier", - "février", + "f\u00e9vrier", "mars", "avril", "mai", "juin", "juillet", - "août", + "ao\u00fbt", "septembre", "octobre", "novembre", - "décembre" + "d\u00e9cembre" ], "shortMonths": [ "janv.", - "févr.", + "f\u00e9vr.", "mars", "avr.", "mai", "juin", "juill.", - "août", + "ao\u00fbt", "sept.", "oct.", "nov.", - "déc." + "d\u00e9c." ], "days": [ "dimanche", @@ -40,16 +40,16 @@ ], "shortDays": ["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."], "toolbar": { - "exportToSVG": "Télécharger au format SVG", - "exportToPNG": "Télécharger au format PNG", - "exportToCSV": "Télécharger au format CSV", + "exportToSVG": "T\u00e9l\u00e9charger au format SVG", + "exportToPNG": "T\u00e9l\u00e9charger au format PNG", + "exportToCSV": "T\u00e9l\u00e9charger au format CSV", "menu": "Menu", - "selection": "Sélection", - "selectionZoom": "Sélection et zoom", + "selection": "S\u00e9lection", + "selectionZoom": "S\u00e9lection et zoom", "zoomIn": "Zoomer", - "zoomOut": "Dézoomer", + "zoomOut": "D\u00e9zoomer", "pan": "Navigation", - "reset": "Réinitialiser le zoom" + "reset": "R\u00e9initialiser le zoom" } } } diff --git a/inst/apexcharts-locale/he.json b/inst/apexcharts-locale/he.json index bafff3e..1d23d9f 100644 --- a/inst/apexcharts-locale/he.json +++ b/inst/apexcharts-locale/he.json @@ -2,54 +2,54 @@ "name": "he", "options": { "months": [ - "ינואר", - "פברואר", - "מרץ", - "אפריל", - "מאי", - "יוני", - "יולי", - "אוגוסט", - "ספטמבר", - "אוקטובר", - "נובמבר", - "דצמבר" + "\u05d9\u05e0\u05d5\u05d0\u05e8", + "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05d9\u05dc", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", + "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", + "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", + "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", + "\u05d3\u05e6\u05de\u05d1\u05e8" ], "shortMonths": [ - "ינו׳", - "פבר׳", - "מרץ", - "אפר׳", - "מאי", - "יוני", - "יולי", - "אוג׳", - "ספט׳", - "אוק׳", - "נוב׳", - "דצמ׳" + "\u05d9\u05e0\u05d5\u05f3", + "\u05e4\u05d1\u05e8\u05f3", + "\u05de\u05e8\u05e5", + "\u05d0\u05e4\u05e8\u05f3", + "\u05de\u05d0\u05d9", + "\u05d9\u05d5\u05e0\u05d9", + "\u05d9\u05d5\u05dc\u05d9", + "\u05d0\u05d5\u05d2\u05f3", + "\u05e1\u05e4\u05d8\u05f3", + "\u05d0\u05d5\u05e7\u05f3", + "\u05e0\u05d5\u05d1\u05f3", + "\u05d3\u05e6\u05de\u05f3" ], "days": [ - "ראשון", - "שני", - "שלישי", - "רביעי", - "חמישי", - "שישי", - "שבת" + "\u05e8\u05d0\u05e9\u05d5\u05df", + "\u05e9\u05e0\u05d9", + "\u05e9\u05dc\u05d9\u05e9\u05d9", + "\u05e8\u05d1\u05d9\u05e2\u05d9", + "\u05d7\u05de\u05d9\u05e9\u05d9", + "\u05e9\u05d9\u05e9\u05d9", + "\u05e9\u05d1\u05ea" ], - "shortDays": ["א׳", "ב׳", "ג׳", "ד׳", "ה׳", "ו׳", "ש׳"], + "shortDays": ["\u05d0\u05f3", "\u05d1\u05f3", "\u05d2\u05f3", "\u05d3\u05f3", "\u05d4\u05f3", "\u05d5\u05f3", "\u05e9\u05f3"], "toolbar": { - "exportToSVG": "הורד SVG", - "exportToPNG": "הורד PNG", - "exportToCSV": "הורד CSV", - "menu": "תפריט", - "selection": "בחירה", - "selectionZoom": "זום בחירה", - "zoomIn": "הגדלה", - "zoomOut": "הקטנה", - "pan": "הזזה", - "reset": "איפוס תצוגה" + "exportToSVG": "\u05d4\u05d5\u05e8\u05d3 SVG", + "exportToPNG": "\u05d4\u05d5\u05e8\u05d3 PNG", + "exportToCSV": "\u05d4\u05d5\u05e8\u05d3 CSV", + "menu": "\u05ea\u05e4\u05e8\u05d9\u05d8", + "selection": "\u05d1\u05d7\u05d9\u05e8\u05d4", + "selectionZoom": "\u05d6\u05d5\u05dd \u05d1\u05d7\u05d9\u05e8\u05d4", + "zoomIn": "\u05d4\u05d2\u05d3\u05dc\u05d4", + "zoomOut": "\u05d4\u05e7\u05d8\u05e0\u05d4", + "pan": "\u05d4\u05d6\u05d6\u05d4", + "reset": "\u05d0\u05d9\u05e4\u05d5\u05e1 \u05ea\u05e6\u05d5\u05d2\u05d4" } } } diff --git a/inst/apexcharts-locale/hi.json b/inst/apexcharts-locale/hi.json index 2191342..dc9555e 100644 --- a/inst/apexcharts-locale/hi.json +++ b/inst/apexcharts-locale/hi.json @@ -2,54 +2,54 @@ "name": "hi", "options": { "months": [ - "जनवरी", - "फ़रवरी", - "मार्च", - "अप्रैल", - "मई", - "जून", - "जुलाई", - "अगस्त", - "सितंबर", - "अक्टूबर", - "नवंबर", - "दिसंबर" + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u093c\u0930\u0935\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u0948\u0932", + "\u092e\u0908", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u0924", + "\u0938\u093f\u0924\u0902\u092c\u0930", + "\u0905\u0915\u094d\u091f\u0942\u092c\u0930", + "\u0928\u0935\u0902\u092c\u0930", + "\u0926\u093f\u0938\u0902\u092c\u0930" ], "shortMonths": [ - "जनवरी", - "फ़रवरी", - "मार्च", - "अप्रैल", - "मई", - "जून", - "जुलाई", - "अगस्त", - "सितंबर", - "अक्टूबर", - "नवंबर", - "दिसंबर" + "\u091c\u0928\u0935\u0930\u0940", + "\u092b\u093c\u0930\u0935\u0930\u0940", + "\u092e\u093e\u0930\u094d\u091a", + "\u0905\u092a\u094d\u0930\u0948\u0932", + "\u092e\u0908", + "\u091c\u0942\u0928", + "\u091c\u0941\u0932\u093e\u0908", + "\u0905\u0917\u0938\u094d\u0924", + "\u0938\u093f\u0924\u0902\u092c\u0930", + "\u0905\u0915\u094d\u091f\u0942\u092c\u0930", + "\u0928\u0935\u0902\u092c\u0930", + "\u0926\u093f\u0938\u0902\u092c\u0930" ], "days": [ - "रविवार", - "सोमवार", - "मंगलवार", - "बुधवार", - "गुरुवार", - "शुक्रवार", - "शनिवार" + "\u0930\u0935\u093f\u0935\u093e\u0930", + "\u0938\u094b\u092e\u0935\u093e\u0930", + "\u092e\u0902\u0917\u0932\u0935\u093e\u0930", + "\u092c\u0941\u0927\u0935\u093e\u0930", + "\u0917\u0941\u0930\u0941\u0935\u093e\u0930", + "\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930", + "\u0936\u0928\u093f\u0935\u093e\u0930" ], - "shortDays": ["रवि", "सोम", "मंगल", "बुध", "गुरु", "शुक्र", "शनि"], + "shortDays": ["\u0930\u0935\u093f", "\u0938\u094b\u092e", "\u092e\u0902\u0917\u0932", "\u092c\u0941\u0927", "\u0917\u0941\u0930\u0941", "\u0936\u0941\u0915\u094d\u0930", "\u0936\u0928\u093f"], "toolbar": { - "exportToSVG": "निर्यात SVG", - "exportToPNG": "निर्यात PNG", - "exportToCSV": "निर्यात CSV", - "menu": "सूची", - "selection": "चयन", - "selectionZoom": "ज़ूम करना", - "zoomIn": "ज़ूम इन", - "zoomOut": "ज़ूम आउट", - "pan": "पैनिंग", - "reset": "फिर से कायम करना" + "exportToSVG": "\u0928\u093f\u0930\u094d\u092f\u093e\u0924 SVG", + "exportToPNG": "\u0928\u093f\u0930\u094d\u092f\u093e\u0924 PNG", + "exportToCSV": "\u0928\u093f\u0930\u094d\u092f\u093e\u0924 CSV", + "menu": "\u0938\u0942\u091a\u0940", + "selection": "\u091a\u092f\u0928", + "selectionZoom": "\u091c\u093c\u0942\u092e \u0915\u0930\u0928\u093e", + "zoomIn": "\u091c\u093c\u0942\u092e \u0907\u0928", + "zoomOut": "\u091c\u093c\u0942\u092e \u0906\u0909\u091f", + "pan": "\u092a\u0948\u0928\u093f\u0902\u0917", + "reset": "\u092b\u093f\u0930 \u0938\u0947 \u0915\u093e\u092f\u092e \u0915\u0930\u0928\u093e" } } } diff --git a/inst/apexcharts-locale/hr.json b/inst/apexcharts-locale/hr.json index 52ab2fc..1c4dc89 100644 --- a/inst/apexcharts-locale/hr.json +++ b/inst/apexcharts-locale/hr.json @@ -2,9 +2,9 @@ "name": "hr", "options": { "months": [ - "Siječanj", - "Veljača", - "Ožujak", + "Sije\u010danj", + "Velja\u010da", + "O\u017eujak", "Travanj", "Svibanj", "Lipanj", @@ -18,7 +18,7 @@ "shortMonths": [ "Sij", "Velj", - "Ožu", + "O\u017eu", "Tra", "Svi", "Lip", @@ -34,19 +34,19 @@ "Ponedjeljak", "Utorak", "Srijeda", - "Četvrtak", + "\u010cetvrtak", "Petak", "Subota" ], - "shortDays": ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"], + "shortDays": ["Ned", "Pon", "Uto", "Sri", "\u010cet", "Pet", "Sub"], "toolbar": { "exportToSVG": "Preuzmi SVG", "exportToPNG": "Preuzmi PNG", "exportToCSV": "Preuzmi CSV", "menu": "Izbornik", "selection": "Odabir", - "selectionZoom": "Odabirno povećanje", - "zoomIn": "Uvećajte prikaz", + "selectionZoom": "Odabirno pove\u0107anje", + "zoomIn": "Uve\u0107ajte prikaz", "zoomOut": "Umanjite prikaz", "pan": "Pomicanje", "reset": "Povratak na zadani prikaz" diff --git a/inst/apexcharts-locale/hu.json b/inst/apexcharts-locale/hu.json index 04142a0..85dca4f 100644 --- a/inst/apexcharts-locale/hu.json +++ b/inst/apexcharts-locale/hu.json @@ -2,16 +2,16 @@ "name": "hu", "options": { "months": [ - "január", - "február", - "március", - "április", - "május", - "június", - "július", + "janu\u00e1r", + "febru\u00e1r", + "m\u00e1rcius", + "\u00e1prilis", + "m\u00e1jus", + "j\u00fanius", + "j\u00falius", "augusztus", "szeptember", - "október", + "okt\u00f3ber", "november", "december" ], @@ -19,10 +19,10 @@ "jan", "feb", "mar", - "ápr", - "máj", - "jún", - "júl", + "\u00e1pr", + "m\u00e1j", + "j\u00fan", + "j\u00fal", "aug", "szept", "okt", @@ -30,13 +30,13 @@ "dec" ], "days": [ - "hétfő", + "h\u00e9tf\u0151", "kedd", "szerda", - "csütörtök", - "péntek", + "cs\u00fct\u00f6rt\u00f6k", + "p\u00e9ntek", "szombat", - "vasárnap" + "vas\u00e1rnap" ], "shortDays": [ "H", @@ -48,17 +48,17 @@ "V" ], "toolbar": { - "exportToSVG": "Exportálás SVG-be", - "exportToPNG": "Exportálás PNG-be", - "exportToCSV": "Exportálás CSV-be", - "menu": "Fő ajánlat", - "download": "SVG letöltése", - "selection": "Kiválasztás", - "selectionZoom": "Nagyító kiválasztása", - "zoomIn": "Nagyítás", - "zoomOut": "Kicsinyítés", - "pan": "Képcsúsztatás", - "reset": "Nagyító visszaállítása" + "exportToSVG": "Export\u00e1l\u00e1s SVG-be", + "exportToPNG": "Export\u00e1l\u00e1s PNG-be", + "exportToCSV": "Export\u00e1l\u00e1s CSV-be", + "menu": "F\u0151 aj\u00e1nlat", + "download": "SVG let\u00f6lt\u00e9se", + "selection": "Kiv\u00e1laszt\u00e1s", + "selectionZoom": "Nagy\u00edt\u00f3 kiv\u00e1laszt\u00e1sa", + "zoomIn": "Nagy\u00edt\u00e1s", + "zoomOut": "Kicsiny\u00edt\u00e9s", + "pan": "K\u00e9pcs\u00fasztat\u00e1s", + "reset": "Nagy\u00edt\u00f3 vissza\u00e1ll\u00edt\u00e1sa" } } } diff --git a/inst/apexcharts-locale/hy.json b/inst/apexcharts-locale/hy.json index cdbe469..e0fb707 100644 --- a/inst/apexcharts-locale/hy.json +++ b/inst/apexcharts-locale/hy.json @@ -2,54 +2,54 @@ "name": "hy", "options": { "months": [ - "Հունվար", - "Փետրվար", - "Մարտ", - "Ապրիլ", - "Մայիս", - "Հունիս", - "Հուլիս", - "Օգոստոս", - "Սեպտեմբեր", - "Հոկտեմբեր", - "Նոյեմբեր", - "Դեկտեմբեր" + "\u0540\u0578\u0582\u0576\u057e\u0561\u0580", + "\u0553\u0565\u057f\u0580\u057e\u0561\u0580", + "\u0544\u0561\u0580\u057f", + "\u0531\u057a\u0580\u056b\u056c", + "\u0544\u0561\u0575\u056b\u057d", + "\u0540\u0578\u0582\u0576\u056b\u057d", + "\u0540\u0578\u0582\u056c\u056b\u057d", + "\u0555\u0563\u0578\u057d\u057f\u0578\u057d", + "\u054d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580", + "\u0540\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580", + "\u0546\u0578\u0575\u0565\u0574\u0562\u0565\u0580", + "\u0534\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580" ], "shortMonths": [ - "Հնվ", - "Փտվ", - "Մրտ", - "Ապր", - "Մյս", - "Հնս", - "Հլիս", - "Օգս", - "Սեպ", - "Հոկ", - "Նոյ", - "Դեկ" + "\u0540\u0576\u057e", + "\u0553\u057f\u057e", + "\u0544\u0580\u057f", + "\u0531\u057a\u0580", + "\u0544\u0575\u057d", + "\u0540\u0576\u057d", + "\u0540\u056c\u056b\u057d", + "\u0555\u0563\u057d", + "\u054d\u0565\u057a", + "\u0540\u0578\u056f", + "\u0546\u0578\u0575", + "\u0534\u0565\u056f" ], "days": [ - "Կիրակի", - "Երկուշաբթի", - "Երեքշաբթի", - "Չորեքշաբթի", - "Հինգշաբթի", - "Ուրբաթ", - "Շաբաթ" + "\u053f\u056b\u0580\u0561\u056f\u056b", + "\u0535\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b", + "\u0535\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b", + "\u0549\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b", + "\u0540\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b", + "\u0548\u0582\u0580\u0562\u0561\u0569", + "\u0547\u0561\u0562\u0561\u0569" ], - "shortDays": ["Կիր", "Երկ", "Երք", "Չրք", "Հնգ", "Ուրբ", "Շբթ"], + "shortDays": ["\u053f\u056b\u0580", "\u0535\u0580\u056f", "\u0535\u0580\u0584", "\u0549\u0580\u0584", "\u0540\u0576\u0563", "\u0548\u0582\u0580\u0562", "\u0547\u0562\u0569"], "toolbar": { - "exportToSVG": "Բեռնել SVG", - "exportToPNG": "Բեռնել PNG", - "exportToCSV": "Բեռնել CSV", - "menu": "Մենյու", - "selection": "Ընտրված", - "selectionZoom": "Ընտրված հատվածի խոշորացում", - "zoomIn": "Խոշորացնել", - "zoomOut": "Մանրացնել", - "pan": "Տեղափոխում", - "reset": "Բերել սկզբնական վիճակի" + "exportToSVG": "\u0532\u0565\u057c\u0576\u0565\u056c SVG", + "exportToPNG": "\u0532\u0565\u057c\u0576\u0565\u056c PNG", + "exportToCSV": "\u0532\u0565\u057c\u0576\u0565\u056c CSV", + "menu": "\u0544\u0565\u0576\u0575\u0578\u0582", + "selection": "\u0538\u0576\u057f\u0580\u057e\u0561\u056e", + "selectionZoom": "\u0538\u0576\u057f\u0580\u057e\u0561\u056e \u0570\u0561\u057f\u057e\u0561\u056e\u056b \u056d\u0578\u0577\u0578\u0580\u0561\u0581\u0578\u0582\u0574", + "zoomIn": "\u053d\u0578\u0577\u0578\u0580\u0561\u0581\u0576\u0565\u056c", + "zoomOut": "\u0544\u0561\u0576\u0580\u0561\u0581\u0576\u0565\u056c", + "pan": "\u054f\u0565\u0572\u0561\u0583\u0578\u056d\u0578\u0582\u0574", + "reset": "\u0532\u0565\u0580\u0565\u056c \u057d\u056f\u0566\u0562\u0576\u0561\u056f\u0561\u0576 \u057e\u056b\u0573\u0561\u056f\u056b" } } } diff --git a/inst/apexcharts-locale/it.json b/inst/apexcharts-locale/it.json index 7facfea..c301328 100644 --- a/inst/apexcharts-locale/it.json +++ b/inst/apexcharts-locale/it.json @@ -31,11 +31,11 @@ ], "days": [ "Domenica", - "Lunedì", - "Martedì", - "Mercoledì", - "Giovedì", - "Venerdì", + "Luned\u00ec", + "Marted\u00ec", + "Mercoled\u00ec", + "Gioved\u00ec", + "Venerd\u00ec", "Sabato" ], "shortDays": ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"], diff --git a/inst/apexcharts-locale/ja.json b/inst/apexcharts-locale/ja.json index 2b3af52..6cb4eb2 100644 --- a/inst/apexcharts-locale/ja.json +++ b/inst/apexcharts-locale/ja.json @@ -2,54 +2,54 @@ "name": "ja", "options": { "months": [ - "1月", - "2月", - "3月", - "4月", - "5月", - "6月", - "7月", - "8月", - "9月", - "10月", - "11月", - "12月" + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" ], "shortMonths": [ - "1月", - "2月", - "3月", - "4月", - "5月", - "6月", - "7月", - "8月", - "9月", - "10月", - "11月", - "12月" + "1\u6708", + "2\u6708", + "3\u6708", + "4\u6708", + "5\u6708", + "6\u6708", + "7\u6708", + "8\u6708", + "9\u6708", + "10\u6708", + "11\u6708", + "12\u6708" ], "days": [ - "日曜日", - "月曜日", - "火曜日", - "水曜日", - "木曜日", - "金曜日", - "土曜日" + "\u65e5\u66dc\u65e5", + "\u6708\u66dc\u65e5", + "\u706b\u66dc\u65e5", + "\u6c34\u66dc\u65e5", + "\u6728\u66dc\u65e5", + "\u91d1\u66dc\u65e5", + "\u571f\u66dc\u65e5" ], - "shortDays": ["日", "月", "火", "水", "木", "金", "土"], + "shortDays": ["\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f"], "toolbar": { - "exportToSVG": "SVGダウンロード", - "exportToPNG": "PNGダウンロード", - "exportToCSV": "CSVダウンロード", - "menu": "メニュー", - "selection": "選択", - "selectionZoom": "選択ズーム", - "zoomIn": "拡大", - "zoomOut": "縮小", - "pan": "パン", - "reset": "ズームリセット" + "exportToSVG": "SVG\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", + "exportToPNG": "PNG\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", + "exportToCSV": "CSV\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", + "menu": "\u30e1\u30cb\u30e5\u30fc", + "selection": "\u9078\u629e", + "selectionZoom": "\u9078\u629e\u30ba\u30fc\u30e0", + "zoomIn": "\u62e1\u5927", + "zoomOut": "\u7e2e\u5c0f", + "pan": "\u30d1\u30f3", + "reset": "\u30ba\u30fc\u30e0\u30ea\u30bb\u30c3\u30c8" } } } diff --git a/inst/apexcharts-locale/ka.json b/inst/apexcharts-locale/ka.json index b3c8a0f..ddf8cce 100644 --- a/inst/apexcharts-locale/ka.json +++ b/inst/apexcharts-locale/ka.json @@ -2,54 +2,54 @@ "name": "ka", "options": { "months": [ - "იანვარი", - "თებერვალი", - "მარტი", - "აპრილი", - "მაისი", - "ივნისი", - "ივლისი", - "აგვისტო", - "სექტემბერი", - "ოქტომბერი", - "ნოემბერი", - "დეკემბერი" + "\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8", + "\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8", + "\u10db\u10d0\u10e0\u10e2\u10d8", + "\u10d0\u10de\u10e0\u10d8\u10da\u10d8", + "\u10db\u10d0\u10d8\u10e1\u10d8", + "\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8", + "\u10d8\u10d5\u10da\u10d8\u10e1\u10d8", + "\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd", + "\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8", + "\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8" ], "shortMonths": [ - "იან", - "თებ", - "მარ", - "აპრ", - "მაი", - "ივნ", - "ივლ", - "აგვ", - "სექ", - "ოქტ", - "ნოე", - "დეკ" + "\u10d8\u10d0\u10dc", + "\u10d7\u10d4\u10d1", + "\u10db\u10d0\u10e0", + "\u10d0\u10de\u10e0", + "\u10db\u10d0\u10d8", + "\u10d8\u10d5\u10dc", + "\u10d8\u10d5\u10da", + "\u10d0\u10d2\u10d5", + "\u10e1\u10d4\u10e5", + "\u10dd\u10e5\u10e2", + "\u10dc\u10dd\u10d4", + "\u10d3\u10d4\u10d9" ], "days": [ - "კვირა", - "ორშაბათი", - "სამშაბათი", - "ოთხშაბათი", - "ხუთშაბათი", - "პარასკევი", - "შაბათი" + "\u10d9\u10d5\u10d8\u10e0\u10d0", + "\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8", + "\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8", + "\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8" ], - "shortDays": ["კვი", "ორშ", "სამ", "ოთხ", "ხუთ", "პარ", "შაბ"], + "shortDays": ["\u10d9\u10d5\u10d8", "\u10dd\u10e0\u10e8", "\u10e1\u10d0\u10db", "\u10dd\u10d7\u10ee", "\u10ee\u10e3\u10d7", "\u10de\u10d0\u10e0", "\u10e8\u10d0\u10d1"], "toolbar": { - "exportToSVG": "გადმოქაჩე SVG", - "exportToPNG": "გადმოქაჩე PNG", - "exportToCSV": "გადმოქაჩე CSV", - "menu": "მენიუ", - "selection": "არჩევა", - "selectionZoom": "არჩეულის გადიდება", - "zoomIn": "გადიდება", - "zoomOut": "დაპატარაება", - "pan": "გადაჩოჩება", - "reset": "გადიდების გაუქმება" + "exportToSVG": "\u10d2\u10d0\u10d3\u10db\u10dd\u10e5\u10d0\u10e9\u10d4 SVG", + "exportToPNG": "\u10d2\u10d0\u10d3\u10db\u10dd\u10e5\u10d0\u10e9\u10d4 PNG", + "exportToCSV": "\u10d2\u10d0\u10d3\u10db\u10dd\u10e5\u10d0\u10e9\u10d4 CSV", + "menu": "\u10db\u10d4\u10dc\u10d8\u10e3", + "selection": "\u10d0\u10e0\u10e9\u10d4\u10d5\u10d0", + "selectionZoom": "\u10d0\u10e0\u10e9\u10d4\u10e3\u10da\u10d8\u10e1 \u10d2\u10d0\u10d3\u10d8\u10d3\u10d4\u10d1\u10d0", + "zoomIn": "\u10d2\u10d0\u10d3\u10d8\u10d3\u10d4\u10d1\u10d0", + "zoomOut": "\u10d3\u10d0\u10de\u10d0\u10e2\u10d0\u10e0\u10d0\u10d4\u10d1\u10d0", + "pan": "\u10d2\u10d0\u10d3\u10d0\u10e9\u10dd\u10e9\u10d4\u10d1\u10d0", + "reset": "\u10d2\u10d0\u10d3\u10d8\u10d3\u10d4\u10d1\u10d8\u10e1 \u10d2\u10d0\u10e3\u10e5\u10db\u10d4\u10d1\u10d0" } } } diff --git a/inst/apexcharts-locale/ko.json b/inst/apexcharts-locale/ko.json index 181196d..b58d65a 100644 --- a/inst/apexcharts-locale/ko.json +++ b/inst/apexcharts-locale/ko.json @@ -2,54 +2,54 @@ "name": "ko", "options": { "months": [ - "1월", - "2월", - "3월", - "4월", - "5월", - "6월", - "7월", - "8월", - "9월", - "10월", - "11월", - "12월" + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" ], "shortMonths": [ - "1월", - "2월", - "3월", - "4월", - "5월", - "6월", - "7월", - "8월", - "9월", - "10월", - "11월", - "12월" + "1\uc6d4", + "2\uc6d4", + "3\uc6d4", + "4\uc6d4", + "5\uc6d4", + "6\uc6d4", + "7\uc6d4", + "8\uc6d4", + "9\uc6d4", + "10\uc6d4", + "11\uc6d4", + "12\uc6d4" ], "days": [ - "일요일", - "월요일", - "화요일", - "수요일", - "목요일", - "금요일", - "토요일" + "\uc77c\uc694\uc77c", + "\uc6d4\uc694\uc77c", + "\ud654\uc694\uc77c", + "\uc218\uc694\uc77c", + "\ubaa9\uc694\uc77c", + "\uae08\uc694\uc77c", + "\ud1a0\uc694\uc77c" ], - "shortDays": ["일", "월", "화", "수", "목", "금", "토"], + "shortDays": ["\uc77c", "\uc6d4", "\ud654", "\uc218", "\ubaa9", "\uae08", "\ud1a0"], "toolbar": { - "exportToSVG": "SVG 다운로드", - "exportToPNG": "PNG 다운로드", - "exportToCSV": "CSV 다운로드", - "menu": "메뉴", - "selection": "선택", - "selectionZoom": "선택영역 확대", - "zoomIn": "확대", - "zoomOut": "축소", - "pan": "패닝", - "reset": "원래대로" + "exportToSVG": "SVG \ub2e4\uc6b4\ub85c\ub4dc", + "exportToPNG": "PNG \ub2e4\uc6b4\ub85c\ub4dc", + "exportToCSV": "CSV \ub2e4\uc6b4\ub85c\ub4dc", + "menu": "\uba54\ub274", + "selection": "\uc120\ud0dd", + "selectionZoom": "\uc120\ud0dd\uc601\uc5ed \ud655\ub300", + "zoomIn": "\ud655\ub300", + "zoomOut": "\ucd95\uc18c", + "pan": "\ud328\ub2dd", + "reset": "\uc6d0\ub798\ub300\ub85c" } } } diff --git a/inst/apexcharts-locale/lt.json b/inst/apexcharts-locale/lt.json index 4ed1520..33cb7bd 100644 --- a/inst/apexcharts-locale/lt.json +++ b/inst/apexcharts-locale/lt.json @@ -6,11 +6,11 @@ "Vasaris", "Kovas", "Balandis", - "Gegužė", - "Birželis", + "Gegu\u017e\u0117", + "Bir\u017eelis", "Liepa", - "Rugpjūtis", - "Rugsėjis", + "Rugpj\u016btis", + "Rugs\u0117jis", "Spalis", "Lapkritis", "Gruodis" @@ -33,22 +33,22 @@ "Sekmadienis", "Pirmadienis", "Antradienis", - "Trečiadienis", + "Tre\u010diadienis", "Ketvirtadienis", "Penktadienis", - "Šeštadienis" + "\u0160e\u0161tadienis" ], - "shortDays": ["Sk", "Per", "An", "Tr", "Kt", "Pn", "Št"], + "shortDays": ["Sk", "Per", "An", "Tr", "Kt", "Pn", "\u0160t"], "toolbar": { - "exportToSVG": "Atsisiųsti SVG", - "exportToPNG": "Atsisiųsti PNG", - "exportToCSV": "Atsisiųsti CSV", + "exportToSVG": "Atsisi\u0173sti SVG", + "exportToPNG": "Atsisi\u0173sti PNG", + "exportToCSV": "Atsisi\u0173sti CSV", "menu": "Menu", "selection": "Pasirinkimas", "selectionZoom": "Zoom: Pasirinkimas", "zoomIn": "Zoom: Priartinti", "zoomOut": "Zoom: Atitolinti", - "pan": "Perkėlimas", + "pan": "Perk\u0117limas", "reset": "Atstatyti" } } diff --git a/inst/apexcharts-locale/nb.json b/inst/apexcharts-locale/nb.json index 3339d2c..844eea4 100644 --- a/inst/apexcharts-locale/nb.json +++ b/inst/apexcharts-locale/nb.json @@ -30,15 +30,15 @@ "Des" ], "days": [ - "Søndag", + "S\u00f8ndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", - "Lørdag" + "L\u00f8rdag" ], - "shortDays": ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø"], + "shortDays": ["S\u00f8", "Ma", "Ti", "On", "To", "Fr", "L\u00f8"], "toolbar": { "exportToSVG": "Last ned SVG", "exportToPNG": "Last ned PNG", @@ -49,7 +49,7 @@ "zoomIn": "Zoome inn", "zoomOut": "Zoome ut", "pan": "Skyving", - "reset": "Start på nytt" + "reset": "Start p\u00e5 nytt" } } } diff --git a/inst/apexcharts-locale/pl.json b/inst/apexcharts-locale/pl.json index 3df3c16..e154548 100644 --- a/inst/apexcharts-locale/pl.json +++ b/inst/apexcharts-locale/pl.json @@ -2,18 +2,18 @@ "name": "pl", "options": { "months": [ - "Styczeń", + "Stycze\u0144", "Luty", "Marzec", - "Kwiecień", + "Kwiecie\u0144", "Maj", "Czerwiec", "Lipiec", - "Sierpień", - "Wrzesień", - "Październik", + "Sierpie\u0144", + "Wrzesie\u0144", + "Pa\u017adziernik", "Listopad", - "Grudzień" + "Grudzie\u0144" ], "shortMonths": [ "Sty", @@ -25,20 +25,20 @@ "Lip", "Sie", "Wrz", - "Paź", + "Pa\u017a", "Lis", "Gru" ], "days": [ "Niedziela", - "Poniedziałek", + "Poniedzia\u0142ek", "Wtorek", - "Środa", + "\u015aroda", "Czwartek", - "Piątek", + "Pi\u0105tek", "Sobota" ], - "shortDays": ["Nd", "Pn", "Wt", "Śr", "Cz", "Pt", "Sb"], + "shortDays": ["Nd", "Pn", "Wt", "\u015ar", "Cz", "Pt", "Sb"], "toolbar": { "exportToSVG": "Pobierz SVG", "exportToPNG": "Pobierz PNG", @@ -46,7 +46,7 @@ "menu": "Menu", "selection": "Wybieranie", "selectionZoom": "Zoom: Wybieranie", - "zoomIn": "Zoom: Przybliż", + "zoomIn": "Zoom: Przybli\u017c", "zoomOut": "Zoom: Oddal", "pan": "Przesuwanie", "reset": "Resetuj" diff --git a/inst/apexcharts-locale/pt-br.json b/inst/apexcharts-locale/pt-br.json index a2932fc..f9a934f 100644 --- a/inst/apexcharts-locale/pt-br.json +++ b/inst/apexcharts-locale/pt-br.json @@ -4,7 +4,7 @@ "months": [ "Janeiro", "Fevereiro", - "Março", + "Mar\u00e7o", "Abril", "Maio", "Junho", @@ -32,11 +32,11 @@ "days": [ "Domingo", "Segunda", - "Terça", + "Ter\u00e7a", "Quarta", "Quinta", "Sexta", - "Sábado" + "S\u00e1bado" ], "shortDays": ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sab"], "toolbar": { @@ -48,7 +48,7 @@ "selectionZoom": "Selecionar Zoom", "zoomIn": "Aumentar", "zoomOut": "Diminuir", - "pan": "Navegação", + "pan": "Navega\u00e7\u00e3o", "reset": "Reiniciar Zoom" } } diff --git a/inst/apexcharts-locale/pt.json b/inst/apexcharts-locale/pt.json index 3f93db3..985488d 100644 --- a/inst/apexcharts-locale/pt.json +++ b/inst/apexcharts-locale/pt.json @@ -4,7 +4,7 @@ "months": [ "Janeiro", "Fevereiro", - "Março", + "Mar\u00e7o", "Abril", "Maio", "Junho", @@ -32,11 +32,11 @@ "days": [ "Domingo", "Segunda-feira", - "Terça-feira", + "Ter\u00e7a-feira", "Quarta-feira", "Quinta-feira", "Sexta-feira", - "Sábado" + "S\u00e1bado" ], "shortDays": ["Do", "Se", "Te", "Qa", "Qi", "Sx", "Sa"], "toolbar": { diff --git a/inst/apexcharts-locale/rs.json b/inst/apexcharts-locale/rs.json index c4fff61..f686e24 100644 --- a/inst/apexcharts-locale/rs.json +++ b/inst/apexcharts-locale/rs.json @@ -34,19 +34,19 @@ "Ponedeljak", "Utorak", "Sreda", - "Četvrtak", + "\u010cetvrtak", "Petak", "Subota" ], - "shortDays": ["Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub"], + "shortDays": ["Ned", "Pon", "Uto", "Sre", "\u010cet", "Pet", "Sub"], "toolbar": { "exportToSVG": "Preuzmi SVG", "exportToPNG": "Preuzmi PNG", "exportToCSV": "Preuzmi CSV", "menu": "Meni", "selection": "Odabir", - "selectionZoom": "Odabirno povećanje", - "zoomIn": "Uvećajte prikaz", + "selectionZoom": "Odabirno pove\u0107anje", + "zoomIn": "Uve\u0107ajte prikaz", "zoomOut": "Umanjite prikaz", "pan": "Pomeranje", "reset": "Resetuj prikaz" diff --git a/inst/apexcharts-locale/ru.json b/inst/apexcharts-locale/ru.json index 55f3a0c..21de72e 100644 --- a/inst/apexcharts-locale/ru.json +++ b/inst/apexcharts-locale/ru.json @@ -2,54 +2,54 @@ "name": "ru", "options": { "months": [ - "Январь", - "Февраль", - "Март", - "Апрель", - "Май", - "Июнь", - "Июль", - "Август", - "Сентябрь", - "Октябрь", - "Ноябрь", - "Декабрь" + "\u042f\u043d\u0432\u0430\u0440\u044c", + "\u0424\u0435\u0432\u0440\u0430\u043b\u044c", + "\u041c\u0430\u0440\u0442", + "\u0410\u043f\u0440\u0435\u043b\u044c", + "\u041c\u0430\u0439", + "\u0418\u044e\u043d\u044c", + "\u0418\u044e\u043b\u044c", + "\u0410\u0432\u0433\u0443\u0441\u0442", + "\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c", + "\u041e\u043a\u0442\u044f\u0431\u0440\u044c", + "\u041d\u043e\u044f\u0431\u0440\u044c", + "\u0414\u0435\u043a\u0430\u0431\u0440\u044c" ], "shortMonths": [ - "Янв", - "Фев", - "Мар", - "Апр", - "Май", - "Июн", - "Июл", - "Авг", - "Сен", - "Окт", - "Ноя", - "Дек" + "\u042f\u043d\u0432", + "\u0424\u0435\u0432", + "\u041c\u0430\u0440", + "\u0410\u043f\u0440", + "\u041c\u0430\u0439", + "\u0418\u044e\u043d", + "\u0418\u044e\u043b", + "\u0410\u0432\u0433", + "\u0421\u0435\u043d", + "\u041e\u043a\u0442", + "\u041d\u043e\u044f", + "\u0414\u0435\u043a" ], "days": [ - "Воскресенье", - "Понедельник", - "Вторник", - "Среда", - "Четверг", - "Пятница", - "Суббота" + "\u0412\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435", + "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a", + "\u0412\u0442\u043e\u0440\u043d\u0438\u043a", + "\u0421\u0440\u0435\u0434\u0430", + "\u0427\u0435\u0442\u0432\u0435\u0440\u0433", + "\u041f\u044f\u0442\u043d\u0438\u0446\u0430", + "\u0421\u0443\u0431\u0431\u043e\u0442\u0430" ], - "shortDays": ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"], + "shortDays": ["\u0412\u0441", "\u041f\u043d", "\u0412\u0442", "\u0421\u0440", "\u0427\u0442", "\u041f\u0442", "\u0421\u0431"], "toolbar": { - "exportToSVG": "Сохранить SVG", - "exportToPNG": "Сохранить PNG", - "exportToCSV": "Сохранить CSV", - "menu": "Меню", - "selection": "Выбор", - "selectionZoom": "Выбор с увеличением", - "zoomIn": "Увеличить", - "zoomOut": "Уменьшить", - "pan": "Перемещение", - "reset": "Сбросить увеличение" + "exportToSVG": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c SVG", + "exportToPNG": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c PNG", + "exportToCSV": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c CSV", + "menu": "\u041c\u0435\u043d\u044e", + "selection": "\u0412\u044b\u0431\u043e\u0440", + "selectionZoom": "\u0412\u044b\u0431\u043e\u0440 \u0441 \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435\u043c", + "zoomIn": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c", + "zoomOut": "\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c", + "pan": "\u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435", + "reset": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435" } } } diff --git a/inst/apexcharts-locale/se.json b/inst/apexcharts-locale/se.json index e9409e5..b39760d 100644 --- a/inst/apexcharts-locale/se.json +++ b/inst/apexcharts-locale/se.json @@ -30,15 +30,15 @@ "Dec" ], "days": [ - "Söndag", - "Måndag", + "S\u00f6ndag", + "M\u00e5ndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", - "Lördag" + "L\u00f6rdag" ], - "shortDays": ["Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör"], + "shortDays": ["S\u00f6n", "M\u00e5n", "Tis", "Ons", "Tor", "Fre", "L\u00f6r"], "toolbar": { "exportToSVG": "Ladda SVG", "exportToPNG": "Ladda PNG", @@ -49,7 +49,7 @@ "zoomIn": "Zooma in", "zoomOut": "Zooma ut", "pan": "Panorering", - "reset": "Återställ zoomning" + "reset": "\u00c5terst\u00e4ll zoomning" } } } diff --git a/inst/apexcharts-locale/sk.json b/inst/apexcharts-locale/sk.json index 03e69aa..a9ef452 100644 --- a/inst/apexcharts-locale/sk.json +++ b/inst/apexcharts-locale/sk.json @@ -2,16 +2,16 @@ "name": "sk", "options": { "months": [ - "Január", - "Február", + "Janu\u00e1r", + "Febru\u00e1r", "Marec", - "Apríl", - "Máj", - "Jún", - "Júl", + "Apr\u00edl", + "M\u00e1j", + "J\u00fan", + "J\u00fal", "August", "September", - "Október", + "Okt\u00f3ber", "November", "December" ], @@ -20,9 +20,9 @@ "Feb", "Mar", "Apr", - "Máj", - "Jún", - "Júl", + "M\u00e1j", + "J\u00fan", + "J\u00fal", "Aug", "Sep", "Okt", @@ -30,26 +30,26 @@ "Dec" ], "days": [ - "Nedeľa", + "Nede\u013ea", "Pondelok", "Utorok", "Streda", - "Štvrtok", + "\u0160tvrtok", "Piatok", "Sobota" ], - "shortDays": ["Ne", "Po", "Ut", "St", "Št", "Pi", "So"], + "shortDays": ["Ne", "Po", "Ut", "St", "\u0160t", "Pi", "So"], "toolbar": { - "exportToSVG": "Stiahnuť SVG", - "exportToPNG": "Stiahnuť PNG", - "exportToCSV": "Stiahnuť CSV", + "exportToSVG": "Stiahnu\u0165 SVG", + "exportToPNG": "Stiahnu\u0165 PNG", + "exportToCSV": "Stiahnu\u0165 CSV", "menu": "Menu", "selection": "Vyberanie", "selectionZoom": "Zoom: Vyberanie", - "zoomIn": "Zoom: Priblížiť", - "zoomOut": "Zoom: Vzdialiť", - "pan": "Presúvanie", - "reset": "Resetovať" + "zoomIn": "Zoom: Pribl\u00ed\u017ei\u0165", + "zoomOut": "Zoom: Vzdiali\u0165", + "pan": "Pres\u00favanie", + "reset": "Resetova\u0165" } } } diff --git a/inst/apexcharts-locale/sl.json b/inst/apexcharts-locale/sl.json index 793ff56..e440755 100644 --- a/inst/apexcharts-locale/sl.json +++ b/inst/apexcharts-locale/sl.json @@ -34,11 +34,11 @@ "Ponedeljek", "Torek", "Sreda", - "Četrtek", + "\u010cetrtek", "Petek", "Sobota" ], - "shortDays": ["Ne", "Po", "To", "Sr", "Če", "Pe", "So"], + "shortDays": ["Ne", "Po", "To", "Sr", "\u010ce", "Pe", "So"], "toolbar": { "exportToSVG": "Prenesi SVG", "exportToPNG": "Prenesi PNG", @@ -46,7 +46,7 @@ "menu": "Menu", "selection": "Izbiranje", "selectionZoom": "Zoom: Izbira", - "zoomIn": "Zoom: Približaj", + "zoomIn": "Zoom: Pribli\u017eaj", "zoomOut": "Zoom: Oddalji", "pan": "Pomikanje", "reset": "Resetiraj" diff --git a/inst/apexcharts-locale/sq.json b/inst/apexcharts-locale/sq.json index a478591..373fae3 100644 --- a/inst/apexcharts-locale/sq.json +++ b/inst/apexcharts-locale/sq.json @@ -12,7 +12,7 @@ "Gusht", "Shtator", "Tetor", - "Nëntor", + "N\u00ebntor", "Dhjetor" ], "shortMonths": [ @@ -26,19 +26,19 @@ "Gush", "Sht", "Tet", - "Nën", + "N\u00ebn", "Dhj" ], "days": [ - "e Dielë", - "e Hënë", - "e Martë", - "e Mërkurë", + "e Diel\u00eb", + "e H\u00ebn\u00eb", + "e Mart\u00eb", + "e M\u00ebrkur\u00eb", "e Enjte", "e Premte", - "e Shtunë" + "e Shtun\u00eb" ], - "shortDays": ["Die", "Hën", "Mar", "Mër", "Enj", "Pre", "Sht"], + "shortDays": ["Die", "H\u00ebn", "Mar", "M\u00ebr", "Enj", "Pre", "Sht"], "toolbar": { "exportToSVG": "Shkarko SVG", "exportToPNG": "Shkarko PNG", @@ -47,7 +47,7 @@ "selection": "Seleksiono", "selectionZoom": "Seleksiono Zmadhim", "zoomIn": "Zmadho", - "zoomOut": "Zvogëlo", + "zoomOut": "Zvog\u00eblo", "pan": "Spostoje", "reset": "Rikthe dimensionin" } diff --git a/inst/apexcharts-locale/th.json b/inst/apexcharts-locale/th.json index 2b3b109..2443ac0 100644 --- a/inst/apexcharts-locale/th.json +++ b/inst/apexcharts-locale/th.json @@ -2,54 +2,54 @@ "name": "th", "options": { "months": [ - "มกราคม", - "กุมภาพันธ์", - "มีนาคม", - "เมษายน", - "พฤษภาคม", - "มิถุนายน", - "กรกฎาคม", - "สิงหาคม", - "กันยายน", - "ตุลาคม", - "พฤศจิกายน", - "ธันวาคม" + "\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21", + "\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c", + "\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21", + "\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19", + "\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21", + "\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19", + "\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21", + "\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21", + "\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19", + "\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21", + "\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19", + "\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21" ], "shortMonths": [ - "ม.ค.", - "ก.พ.", - "มี.ค.", - "เม.ย.", - "พ.ค.", - "มิ.ย.", - "ก.ค.", - "ส.ค.", - "ก.ย.", - "ต.ค.", - "พ.ย.", - "ธ.ค." + "\u0e21.\u0e04.", + "\u0e01.\u0e1e.", + "\u0e21\u0e35.\u0e04.", + "\u0e40\u0e21.\u0e22.", + "\u0e1e.\u0e04.", + "\u0e21\u0e34.\u0e22.", + "\u0e01.\u0e04.", + "\u0e2a.\u0e04.", + "\u0e01.\u0e22.", + "\u0e15.\u0e04.", + "\u0e1e.\u0e22.", + "\u0e18.\u0e04." ], "days": [ - "อาทิตย์", - "จันทร์", - "อังคาร", - "พุธ", - "พฤหัสบดี", - "ศุกร์", - "เสาร์" + "\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c", + "\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c", + "\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23", + "\u0e1e\u0e38\u0e18", + "\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35", + "\u0e28\u0e38\u0e01\u0e23\u0e4c", + "\u0e40\u0e2a\u0e32\u0e23\u0e4c" ], - "shortDays": ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส"], + "shortDays": ["\u0e2d\u0e32", "\u0e08", "\u0e2d", "\u0e1e", "\u0e1e\u0e24", "\u0e28", "\u0e2a"], "toolbar": { - "exportToSVG": "ดาวน์โหลด SVG", - "exportToPNG": "ดาวน์โหลด PNG", - "exportToCSV": "ดาวน์โหลด CSV", - "menu": "เมนู", - "selection": "เลือก", - "selectionZoom": "เลือกจุดที่จะซูม", - "zoomIn": "ซูมเข้า", - "zoomOut": "ซูมออก", - "pan": "ปรากฎว่า", - "reset": "รีเซ็ตการซูม" + "exportToSVG": "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14 SVG", + "exportToPNG": "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14 PNG", + "exportToCSV": "\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14 CSV", + "menu": "\u0e40\u0e21\u0e19\u0e39", + "selection": "\u0e40\u0e25\u0e37\u0e2d\u0e01", + "selectionZoom": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e08\u0e38\u0e14\u0e17\u0e35\u0e48\u0e08\u0e30\u0e0b\u0e39\u0e21", + "zoomIn": "\u0e0b\u0e39\u0e21\u0e40\u0e02\u0e49\u0e32", + "zoomOut": "\u0e0b\u0e39\u0e21\u0e2d\u0e2d\u0e01", + "pan": "\u0e1b\u0e23\u0e32\u0e01\u0e0e\u0e27\u0e48\u0e32", + "reset": "\u0e23\u0e35\u0e40\u0e0b\u0e47\u0e15\u0e01\u0e32\u0e23\u0e0b\u0e39\u0e21" } } } diff --git a/inst/apexcharts-locale/tr.json b/inst/apexcharts-locale/tr.json index dda01e8..06dc1a6 100644 --- a/inst/apexcharts-locale/tr.json +++ b/inst/apexcharts-locale/tr.json @@ -3,27 +3,27 @@ "options": { "months": [ "Ocak", - "Şubat", + "\u015eubat", "Mart", "Nisan", - "Mayıs", + "May\u0131s", "Haziran", "Temmuz", - "Ağustos", - "Eylül", + "A\u011fustos", + "Eyl\u00fcl", "Ekim", - "Kasım", - "Aralık" + "Kas\u0131m", + "Aral\u0131k" ], "shortMonths": [ "Oca", - "Şub", + "\u015eub", "Mar", "Nis", "May", "Haz", "Tem", - "Ağu", + "A\u011fu", "Eyl", "Eki", "Kas", @@ -32,24 +32,24 @@ "days": [ "Pazar", "Pazartesi", - "Salı", - "Çarşamba", - "Perşembe", + "Sal\u0131", + "\u00c7ar\u015famba", + "Per\u015fembe", "Cuma", "Cumartesi" ], - "shortDays": ["Paz", "Pzt", "Sal", "Çar", "Per", "Cum", "Cmt"], + "shortDays": ["Paz", "Pzt", "Sal", "\u00c7ar", "Per", "Cum", "Cmt"], "toolbar": { - "exportToSVG": "SVG İndir", - "exportToPNG": "PNG İndir", - "exportToCSV": "CSV İndir", - "menu": "Menü", - "selection": "Seçim", - "selectionZoom": "Seçim Yakınlaştır", - "zoomIn": "Yakınlaştır", - "zoomOut": "Uzaklaştır", - "pan": "Kaydır", - "reset": "Yakınlaştırmayı Sıfırla" + "exportToSVG": "SVG \u0130ndir", + "exportToPNG": "PNG \u0130ndir", + "exportToCSV": "CSV \u0130ndir", + "menu": "Men\u00fc", + "selection": "Se\u00e7im", + "selectionZoom": "Se\u00e7im Yak\u0131nla\u015ft\u0131r", + "zoomIn": "Yak\u0131nla\u015ft\u0131r", + "zoomOut": "Uzakla\u015ft\u0131r", + "pan": "Kayd\u0131r", + "reset": "Yak\u0131nla\u015ft\u0131rmay\u0131 S\u0131f\u0131rla" } } } diff --git a/inst/apexcharts-locale/ua.json b/inst/apexcharts-locale/ua.json index d6f81de..2c65dd3 100644 --- a/inst/apexcharts-locale/ua.json +++ b/inst/apexcharts-locale/ua.json @@ -2,54 +2,54 @@ "name": "ua", "options": { "months": [ - "Січень", - "Лютий", - "Березень", - "Квітень", - "Травень", - "Червень", - "Липень", - "Серпень", - "Вересень", - "Жовтень", - "Листопад", - "Грудень" + "\u0421\u0456\u0447\u0435\u043d\u044c", + "\u041b\u044e\u0442\u0438\u0439", + "\u0411\u0435\u0440\u0435\u0437\u0435\u043d\u044c", + "\u041a\u0432\u0456\u0442\u0435\u043d\u044c", + "\u0422\u0440\u0430\u0432\u0435\u043d\u044c", + "\u0427\u0435\u0440\u0432\u0435\u043d\u044c", + "\u041b\u0438\u043f\u0435\u043d\u044c", + "\u0421\u0435\u0440\u043f\u0435\u043d\u044c", + "\u0412\u0435\u0440\u0435\u0441\u0435\u043d\u044c", + "\u0416\u043e\u0432\u0442\u0435\u043d\u044c", + "\u041b\u0438\u0441\u0442\u043e\u043f\u0430\u0434", + "\u0413\u0440\u0443\u0434\u0435\u043d\u044c" ], "shortMonths": [ - "Січ", - "Лют", - "Бер", - "Кві", - "Тра", - "Чер", - "Лип", - "Сер", - "Вер", - "Жов", - "Лис", - "Гру" + "\u0421\u0456\u0447", + "\u041b\u044e\u0442", + "\u0411\u0435\u0440", + "\u041a\u0432\u0456", + "\u0422\u0440\u0430", + "\u0427\u0435\u0440", + "\u041b\u0438\u043f", + "\u0421\u0435\u0440", + "\u0412\u0435\u0440", + "\u0416\u043e\u0432", + "\u041b\u0438\u0441", + "\u0413\u0440\u0443" ], "days": [ - "Неділя", - "Понеділок", - "Вівторок", - "Середа", - "Четвер", - "П'ятниця", - "Субота" + "\u041d\u0435\u0434\u0456\u043b\u044f", + "\u041f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", + "\u0412\u0456\u0432\u0442\u043e\u0440\u043e\u043a", + "\u0421\u0435\u0440\u0435\u0434\u0430", + "\u0427\u0435\u0442\u0432\u0435\u0440", + "\u041f'\u044f\u0442\u043d\u0438\u0446\u044f", + "\u0421\u0443\u0431\u043e\u0442\u0430" ], - "shortDays": ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"], + "shortDays": ["\u041d\u0434", "\u041f\u043d", "\u0412\u0442", "\u0421\u0440", "\u0427\u0442", "\u041f\u0442", "\u0421\u0431"], "toolbar": { - "exportToSVG": "Зберегти SVG", - "exportToPNG": "Зберегти PNG", - "exportToCSV": "Зберегти CSV", - "menu": "Меню", - "selection": "Вибір", - "selectionZoom": "Вибір із збільшенням", - "zoomIn": "Збільшити", - "zoomOut": "Зменшити", - "pan": "Переміщення", - "reset": "Скинути збільшення" + "exportToSVG": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 SVG", + "exportToPNG": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 PNG", + "exportToCSV": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 CSV", + "menu": "\u041c\u0435\u043d\u044e", + "selection": "\u0412\u0438\u0431\u0456\u0440", + "selectionZoom": "\u0412\u0438\u0431\u0456\u0440 \u0456\u0437 \u0437\u0431\u0456\u043b\u044c\u0448\u0435\u043d\u043d\u044f\u043c", + "zoomIn": "\u0417\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438", + "zoomOut": "\u0417\u043c\u0435\u043d\u0448\u0438\u0442\u0438", + "pan": "\u041f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f", + "reset": "\u0421\u043a\u0438\u043d\u0443\u0442\u0438 \u0437\u0431\u0456\u043b\u044c\u0448\u0435\u043d\u043d\u044f" } } } diff --git a/inst/apexcharts-locale/zh-cn.json b/inst/apexcharts-locale/zh-cn.json index 8944659..4efa6e9 100644 --- a/inst/apexcharts-locale/zh-cn.json +++ b/inst/apexcharts-locale/zh-cn.json @@ -2,54 +2,54 @@ "name": "zh-cn", "options": { "months": [ - "一月", - "二月", - "三月", - "四月", - "五月", - "六月", - "七月", - "八月", - "九月", - "十月", - "十一月", - "十二月" + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" ], "shortMonths": [ - "一月", - "二月", - "三月", - "四月", - "五月", - "六月", - "七月", - "八月", - "九月", - "十月", - "十一月", - "十二月" + "\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708" ], "days": [ - "星期天", - "星期一", - "星期二", - "星期三", - "星期四", - "星期五", - "星期六" + "\u661f\u671f\u5929", + "\u661f\u671f\u4e00", + "\u661f\u671f\u4e8c", + "\u661f\u671f\u4e09", + "\u661f\u671f\u56db", + "\u661f\u671f\u4e94", + "\u661f\u671f\u516d" ], - "shortDays": ["周日", "周一", "周二", "周三", "周四", "周五", "周六"], + "shortDays": ["\u5468\u65e5", "\u5468\u4e00", "\u5468\u4e8c", "\u5468\u4e09", "\u5468\u56db", "\u5468\u4e94", "\u5468\u516d"], "toolbar": { - "exportToSVG": "下载 SVG", - "exportToPNG": "下载 PNG", - "exportToCSV": "下载 CSV", - "menu": "菜单", - "selection": "选择", - "selectionZoom": "选择缩放", - "zoomIn": "放大", - "zoomOut": "缩小", - "pan": "平移", - "reset": "重置缩放" + "exportToSVG": "\u4e0b\u8f7d SVG", + "exportToPNG": "\u4e0b\u8f7d PNG", + "exportToCSV": "\u4e0b\u8f7d CSV", + "menu": "\u83dc\u5355", + "selection": "\u9009\u62e9", + "selectionZoom": "\u9009\u62e9\u7f29\u653e", + "zoomIn": "\u653e\u5927", + "zoomOut": "\u7f29\u5c0f", + "pan": "\u5e73\u79fb", + "reset": "\u91cd\u7f6e\u7f29\u653e" } } } diff --git a/inst/d3-format-locale/ar-AE.json b/inst/d3-format-locale/ar-AE.json index a827308..1949750 100644 --- a/inst/d3-format-locale/ar-AE.json +++ b/inst/d3-format-locale/ar-AE.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u062f\u002e\u0625\u002e"], + "currency": ["", " \u062f.\u0625."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-BH.json b/inst/d3-format-locale/ar-BH.json index 5f4e5dd..aa16d91 100644 --- a/inst/d3-format-locale/ar-BH.json +++ b/inst/d3-format-locale/ar-BH.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u062f\u002e\u0628\u002e"], + "currency": ["", " \u062f.\u0628."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-DJ.json b/inst/d3-format-locale/ar-DJ.json index b893ff0..6d2a102 100644 --- a/inst/d3-format-locale/ar-DJ.json +++ b/inst/d3-format-locale/ar-DJ.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["\u200f\u0046\u0064\u006a ", ""], + "currency": ["\u200fFdj ", ""], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-DZ.json b/inst/d3-format-locale/ar-DZ.json index e1438af..ba189ee 100644 --- a/inst/d3-format-locale/ar-DZ.json +++ b/inst/d3-format-locale/ar-DZ.json @@ -1,6 +1,6 @@ { - "decimal": "\u002c", - "thousands": "\u002e", + "decimal": ",", + "thousands": ".", "grouping": [3], - "currency": ["\u062f\u002e\u062c\u002e ", ""] + "currency": ["\u062f.\u062c. ", ""] } diff --git a/inst/d3-format-locale/ar-EG.json b/inst/d3-format-locale/ar-EG.json index 2b1ff3a..1459250 100644 --- a/inst/d3-format-locale/ar-EG.json +++ b/inst/d3-format-locale/ar-EG.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u062c\u002e\u0645\u002e"], + "currency": ["", " \u062c.\u0645."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-EH.json b/inst/d3-format-locale/ar-EH.json index b33c32a..95a23fd 100644 --- a/inst/d3-format-locale/ar-EH.json +++ b/inst/d3-format-locale/ar-EH.json @@ -1,6 +1,6 @@ { - "decimal": "\u002e", - "thousands": "\u002c", + "decimal": ".", + "thousands": ",", "grouping": [3], - "currency": ["\u062f\u002e\u0645\u002e ", ""] + "currency": ["\u062f.\u0645. ", ""] } diff --git a/inst/d3-format-locale/ar-ER.json b/inst/d3-format-locale/ar-ER.json index b0f82bb..9ae7c31 100644 --- a/inst/d3-format-locale/ar-ER.json +++ b/inst/d3-format-locale/ar-ER.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["\u004e\u0066\u006b ", ""], + "currency": ["Nfk ", ""], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-IQ.json b/inst/d3-format-locale/ar-IQ.json index a6c9b3f..19a9a3e 100644 --- a/inst/d3-format-locale/ar-IQ.json +++ b/inst/d3-format-locale/ar-IQ.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u062f\u002e\u0639\u002e"], + "currency": ["", " \u062f.\u0639."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-JO.json b/inst/d3-format-locale/ar-JO.json index 94df180..7d840d8 100644 --- a/inst/d3-format-locale/ar-JO.json +++ b/inst/d3-format-locale/ar-JO.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u062f\u002e\u0623\u002e"], + "currency": ["", " \u062f.\u0623."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-KM.json b/inst/d3-format-locale/ar-KM.json index 84dd81a..1e707b3 100644 --- a/inst/d3-format-locale/ar-KM.json +++ b/inst/d3-format-locale/ar-KM.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u0641\u002e\u062c\u002e\u0642\u002e"], + "currency": ["", " \u0641.\u062c.\u0642."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-KW.json b/inst/d3-format-locale/ar-KW.json index b4018ab..aa6b34c 100644 --- a/inst/d3-format-locale/ar-KW.json +++ b/inst/d3-format-locale/ar-KW.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u062f\u002e\u0643\u002e"], + "currency": ["", " \u062f.\u0643."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-LB.json b/inst/d3-format-locale/ar-LB.json index c732df3..ee53de1 100644 --- a/inst/d3-format-locale/ar-LB.json +++ b/inst/d3-format-locale/ar-LB.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u0644\u002e\u0644\u002e"], + "currency": ["", " \u0644.\u0644."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-LY.json b/inst/d3-format-locale/ar-LY.json index 431f230..68f658b 100644 --- a/inst/d3-format-locale/ar-LY.json +++ b/inst/d3-format-locale/ar-LY.json @@ -1,6 +1,6 @@ { - "decimal": "\u002c", - "thousands": "\u002e", + "decimal": ",", + "thousands": ".", "grouping": [3], - "currency": ["\u062f\u002e\u0644\u002e ", ""] + "currency": ["\u062f.\u0644. ", ""] } diff --git a/inst/d3-format-locale/ar-MA.json b/inst/d3-format-locale/ar-MA.json index abc0663..cbb2969 100644 --- a/inst/d3-format-locale/ar-MA.json +++ b/inst/d3-format-locale/ar-MA.json @@ -1,6 +1,6 @@ { - "decimal": "\u002c", - "thousands": "\u002e", + "decimal": ",", + "thousands": ".", "grouping": [3], - "currency": ["\u062f\u002e\u0645\u002e ", ""] + "currency": ["\u062f.\u0645. ", ""] } diff --git a/inst/d3-format-locale/ar-MR.json b/inst/d3-format-locale/ar-MR.json index 8d1f8c2..e16a7e7 100644 --- a/inst/d3-format-locale/ar-MR.json +++ b/inst/d3-format-locale/ar-MR.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u0623\u002e\u0645\u002e"], + "currency": ["", " \u0623.\u0645."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-OM.json b/inst/d3-format-locale/ar-OM.json index 04ad53a..e37bbb6 100644 --- a/inst/d3-format-locale/ar-OM.json +++ b/inst/d3-format-locale/ar-OM.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u0631\u002e\u0639\u002e"], + "currency": ["", " \u0631.\u0639."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-QA.json b/inst/d3-format-locale/ar-QA.json index 94aef29..a982eca 100644 --- a/inst/d3-format-locale/ar-QA.json +++ b/inst/d3-format-locale/ar-QA.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u0631\u002e\u0642\u002e"], + "currency": ["", " \u0631.\u0642."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-SA.json b/inst/d3-format-locale/ar-SA.json index 4d64227..c20580d 100644 --- a/inst/d3-format-locale/ar-SA.json +++ b/inst/d3-format-locale/ar-SA.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u0631\u002e\u0633\u002e"], + "currency": ["", " \u0631.\u0633."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-SD.json b/inst/d3-format-locale/ar-SD.json index 1ae41ae..775c8b7 100644 --- a/inst/d3-format-locale/ar-SD.json +++ b/inst/d3-format-locale/ar-SD.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u062c\u002e\u0633\u002e"], + "currency": ["", " \u062c.\u0633."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-SO.json b/inst/d3-format-locale/ar-SO.json index 143b46f..7662b32 100644 --- a/inst/d3-format-locale/ar-SO.json +++ b/inst/d3-format-locale/ar-SO.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["\u200f\u0053 ", ""], + "currency": ["\u200fS ", ""], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-SY.json b/inst/d3-format-locale/ar-SY.json index 40263fb..0abc054 100644 --- a/inst/d3-format-locale/ar-SY.json +++ b/inst/d3-format-locale/ar-SY.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u0644\u002e\u0633\u002e"], + "currency": ["", " \u0644.\u0633."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-TD.json b/inst/d3-format-locale/ar-TD.json index 7bc3646..0e5962b 100644 --- a/inst/d3-format-locale/ar-TD.json +++ b/inst/d3-format-locale/ar-TD.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["\u200f\u0046\u0043\u0046\u0041 ", ""], + "currency": ["\u200fFCFA ", ""], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ar-TN.json b/inst/d3-format-locale/ar-TN.json index 16829aa..cb71c32 100644 --- a/inst/d3-format-locale/ar-TN.json +++ b/inst/d3-format-locale/ar-TN.json @@ -1,6 +1,6 @@ { - "decimal": "\u002c", - "thousands": "\u002e", + "decimal": ",", + "thousands": ".", "grouping": [3], - "currency": ["\u062f\u002e\u062a\u002e ", ""] + "currency": ["\u062f.\u062a. ", ""] } diff --git a/inst/d3-format-locale/ar-YE.json b/inst/d3-format-locale/ar-YE.json index ed9f48e..91dd4bb 100644 --- a/inst/d3-format-locale/ar-YE.json +++ b/inst/d3-format-locale/ar-YE.json @@ -2,6 +2,6 @@ "decimal": "\u066b", "thousands": "\u066c", "grouping": [3], - "currency": ["", " \u0631\u002e\u0649\u002e"], + "currency": ["", " \u0631.\u0649."], "numerals" : ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"] } diff --git a/inst/d3-format-locale/ca-ES.json b/inst/d3-format-locale/ca-ES.json index a249762..deaedc4 100644 --- a/inst/d3-format-locale/ca-ES.json +++ b/inst/d3-format-locale/ca-ES.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": ".", "grouping": [3], - "currency": ["", "\u00a0€"] + "currency": ["", "\u00a0\u20ac"] } diff --git a/inst/d3-format-locale/cs-CZ.json b/inst/d3-format-locale/cs-CZ.json index 7ff40eb..51b1766 100644 --- a/inst/d3-format-locale/cs-CZ.json +++ b/inst/d3-format-locale/cs-CZ.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": "\u00a0", "grouping": [3], - "currency": ["", "\u00a0Kč"] + "currency": ["", "\u00a0K\u010d"] } diff --git a/inst/d3-format-locale/de-DE.json b/inst/d3-format-locale/de-DE.json index a249762..deaedc4 100644 --- a/inst/d3-format-locale/de-DE.json +++ b/inst/d3-format-locale/de-DE.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": ".", "grouping": [3], - "currency": ["", "\u00a0€"] + "currency": ["", "\u00a0\u20ac"] } diff --git a/inst/d3-format-locale/en-GB.json b/inst/d3-format-locale/en-GB.json index 3d22d7a..93b36ba 100644 --- a/inst/d3-format-locale/en-GB.json +++ b/inst/d3-format-locale/en-GB.json @@ -2,5 +2,5 @@ "decimal": ".", "thousands": ",", "grouping": [3], - "currency": ["£", ""] + "currency": ["\u00a3", ""] } diff --git a/inst/d3-format-locale/en-IE.json b/inst/d3-format-locale/en-IE.json index 7d64415..200b801 100644 --- a/inst/d3-format-locale/en-IE.json +++ b/inst/d3-format-locale/en-IE.json @@ -2,5 +2,5 @@ "decimal": ".", "thousands": ",", "grouping": [3], - "currency": ["€", ""] + "currency": ["\u20ac", ""] } diff --git a/inst/d3-format-locale/en-IN.json b/inst/d3-format-locale/en-IN.json index ada1510..5578826 100644 --- a/inst/d3-format-locale/en-IN.json +++ b/inst/d3-format-locale/en-IN.json @@ -2,5 +2,5 @@ "decimal": ".", "thousands": ",", "grouping": [3, 2, 2, 2, 2, 2, 2, 2, 2, 2], - "currency": ["₹", ""] + "currency": ["\u20b9", ""] } diff --git a/inst/d3-format-locale/es-ES.json b/inst/d3-format-locale/es-ES.json index a249762..deaedc4 100644 --- a/inst/d3-format-locale/es-ES.json +++ b/inst/d3-format-locale/es-ES.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": ".", "grouping": [3], - "currency": ["", "\u00a0€"] + "currency": ["", "\u00a0\u20ac"] } diff --git a/inst/d3-format-locale/fi-FI.json b/inst/d3-format-locale/fi-FI.json index e2218ec..7ea8cbb 100644 --- a/inst/d3-format-locale/fi-FI.json +++ b/inst/d3-format-locale/fi-FI.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": "\u00a0", "grouping": [3], - "currency": ["", "\u00a0€"] + "currency": ["", "\u00a0\u20ac"] } diff --git a/inst/d3-format-locale/fr-FR.json b/inst/d3-format-locale/fr-FR.json index e0cf89d..beca620 100644 --- a/inst/d3-format-locale/fr-FR.json +++ b/inst/d3-format-locale/fr-FR.json @@ -2,6 +2,6 @@ "decimal": ",", "thousands": "\u00a0", "grouping": [3], - "currency": ["", "\u00a0€"], + "currency": ["", "\u00a0\u20ac"], "percent": "\u202f%" } diff --git a/inst/d3-format-locale/he-IL.json b/inst/d3-format-locale/he-IL.json index 23926cb..ebcfb98 100644 --- a/inst/d3-format-locale/he-IL.json +++ b/inst/d3-format-locale/he-IL.json @@ -2,5 +2,5 @@ "decimal": ".", "thousands": ",", "grouping": [3], - "currency": ["₪", ""] + "currency": ["\u20aa", ""] } diff --git a/inst/d3-format-locale/it-IT.json b/inst/d3-format-locale/it-IT.json index 564ed46..fa538e4 100644 --- a/inst/d3-format-locale/it-IT.json +++ b/inst/d3-format-locale/it-IT.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": ".", "grouping": [3], - "currency": ["€", ""] + "currency": ["\u20ac", ""] } diff --git a/inst/d3-format-locale/ja-JP.json b/inst/d3-format-locale/ja-JP.json index fdcba6c..856928d 100644 --- a/inst/d3-format-locale/ja-JP.json +++ b/inst/d3-format-locale/ja-JP.json @@ -2,5 +2,5 @@ "decimal": ".", "thousands": ",", "grouping": [3], - "currency": ["", "円"] + "currency": ["", "\u5186"] } diff --git a/inst/d3-format-locale/ko-KR.json b/inst/d3-format-locale/ko-KR.json index d1d882c..5c22788 100644 --- a/inst/d3-format-locale/ko-KR.json +++ b/inst/d3-format-locale/ko-KR.json @@ -2,5 +2,5 @@ "decimal": ".", "thousands": ",", "grouping": [3], - "currency": ["₩", ""] + "currency": ["\u20a9", ""] } diff --git a/inst/d3-format-locale/mk-MK.json b/inst/d3-format-locale/mk-MK.json index 33528b8..2c574f9 100644 --- a/inst/d3-format-locale/mk-MK.json +++ b/inst/d3-format-locale/mk-MK.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": ".", "grouping": [3], - "currency": ["", "\u00a0ден."] + "currency": ["", "\u00a0\u0434\u0435\u043d."] } diff --git a/inst/d3-format-locale/nl-NL.json b/inst/d3-format-locale/nl-NL.json index 7176b37..917eb30 100644 --- a/inst/d3-format-locale/nl-NL.json +++ b/inst/d3-format-locale/nl-NL.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": ".", "grouping": [3], - "currency": ["€\u00a0", ""] + "currency": ["\u20ac\u00a0", ""] } diff --git a/inst/d3-format-locale/pl-PL.json b/inst/d3-format-locale/pl-PL.json index 12c673f..d7824c1 100644 --- a/inst/d3-format-locale/pl-PL.json +++ b/inst/d3-format-locale/pl-PL.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": ".", "grouping": [3], - "currency": ["", "zł"] + "currency": ["", "z\u0142"] } diff --git a/inst/d3-format-locale/ru-RU.json b/inst/d3-format-locale/ru-RU.json index 3b0acf6..329535b 100644 --- a/inst/d3-format-locale/ru-RU.json +++ b/inst/d3-format-locale/ru-RU.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": "\u00a0", "grouping": [3], - "currency": ["", "\u00a0руб."] + "currency": ["", "\u00a0\u0440\u0443\u0431."] } diff --git a/inst/d3-format-locale/uk-UA.json b/inst/d3-format-locale/uk-UA.json index 75cee2d..1d0de0b 100644 --- a/inst/d3-format-locale/uk-UA.json +++ b/inst/d3-format-locale/uk-UA.json @@ -2,5 +2,5 @@ "decimal": ",", "thousands": "\u00a0", "grouping": [3], - "currency": ["", "\u00a0₴."] + "currency": ["", "\u00a0\u20b4."] } diff --git a/inst/d3-format-locale/zh-CN.json b/inst/d3-format-locale/zh-CN.json index 1ffc7b6..b24a196 100644 --- a/inst/d3-format-locale/zh-CN.json +++ b/inst/d3-format-locale/zh-CN.json @@ -2,5 +2,5 @@ "decimal": ".", "thousands": ",", "grouping": [3], - "currency": ["¥", ""] + "currency": ["\u00a5", ""] }