diff --git a/Ktisis/Interface/Windows/ConfigGui.cs b/Ktisis/Interface/Windows/ConfigGui.cs index bea376dd2..756d4bb12 100644 --- a/Ktisis/Interface/Windows/ConfigGui.cs +++ b/Ktisis/Interface/Windows/ConfigGui.cs @@ -447,10 +447,7 @@ public static unsafe void DrawBonesOffset(Configuration cfg) { cfg.CustomBoneOffset[bodyType] = parsedPasteAll; } - ImGuiComponents.HelpMarker("Tips:\n" + - Locale.GetString("config.offset.tipsTwo") + - Locale.GetString("config.offset.tipsThree") + - Locale.GetString("config.offset.tipsFour")); + ImGuiComponents.HelpMarker(Locale.GetString("config.offset.tips")); if (ImGui.BeginTable("offsetBonesTable", 4, ImGuiTableFlags.SizingFixedFit | ImGuiTableFlags.BordersInnerH | ImGuiTableFlags.BordersInnerV | ImGuiTableFlags.PadOuterX)) { diff --git a/Ktisis/Locale/i18n/de_DE.json b/Ktisis/Locale/i18n/de_DE.json index 657f62868..0ebf8b403 100644 --- a/Ktisis/Locale/i18n/de_DE.json +++ b/Ktisis/Locale/i18n/de_DE.json @@ -1,421 +1,416 @@ { - "$meta": { - "displayName": "German", - "selfName": "Deutsch", - "maintainers": [ - "@Fayti1703", - "@StoiaCode", - "@chirpcodes", - null - ] - }, + "$meta": { + "displayName": "German", + "selfName": "Deutsch", + "maintainers": [ + "@Fayti1703", + "@StoiaCode", + "@chirpcodes", + null + ] + }, - "tab": { - "general": { - "title": "Allgemein" - }, - "settings": { - "title": "Einstellungen" - } - }, + "tab": { + "general": { + "title": "Allgemein" + }, + "settings": { + "title": "Einstellungen" + } + }, - "config": { + "config": { - "title": "Ktisis Einstellungen", + "title": "Ktisis Einstellungen", - "interface": { - "title": "Oberfläche", - "general": { - "title": "Allgemeines", - "openMethod": { - "fieldLabel": "Ktisis öffnet sich", - "Manually": "wenn `/ktisis` im Chat eingegeben wird", - "OnPluginLoad": "beim Laden des Plugins", - "OnEnterGpose": "beim Betreten des Gruppenfotomodus" - }, - "hideCharName": "Characternamen verstecken", - "__comment": "This might need an actual translation for 'NSFW' -- unsure what to pick here.", - "censorNSFW": "Anstößige Inhalte verstecken" - }, - "transformTable": { - "title": "Transformier-Tabelle", - "digitPrecision": "Zahl der Nachkommastellen", - "basePositionSpeed": "Positionierungsgeschwindigkeit", - "baseRotationSpeed": "Rotationsgeschwindigkeit", - "baseScaleSpeed": "Skalierungsgeschwindigkeit", - "ctrlSpeedMult": "Strg-Geschwindigkeitsmultiplikator", - "shiftSpeedMult": "Umschalt-Geschwindigkeitsmultiplikator", - "showSpeedMultiplierInputs": "Zeige Multiplikator-Einstellungen in Tabelle" - } - }, + "interface": { + "title": "Oberfläche", + "general": { + "title": "Allgemeines", + "openMethod": { + "fieldLabel": "Ktisis öffnet sich", + "Manually": "wenn `/ktisis` im Chat eingegeben wird", + "OnPluginLoad": "beim Laden des Plugins", + "OnEnterGpose": "beim Betreten des Gruppenfotomodus" + }, + "hideCharName": "Characternamen verstecken", + "__comment": "This might need an actual translation for 'NSFW' -- unsure what to pick here.", + "censorNSFW": "Anstößige Inhalte verstecken" + }, + "transformTable": { + "title": "Transformier-Tabelle", + "digitPrecision": "Zahl der Nachkommastellen", + "basePositionSpeed": "Positionierungsgeschwindigkeit", + "baseRotationSpeed": "Rotationsgeschwindigkeit", + "baseScaleSpeed": "Skalierungsgeschwindigkeit", + "ctrlSpeedMult": "Strg-Geschwindigkeitsmultiplikator", + "shiftSpeedMult": "Umschalt-Geschwindigkeitsmultiplikator", + "showSpeedMultiplierInputs": "Zeige Multiplikator-Einstellungen in Tabelle" + } + }, - "overlay": { - "title": "Overlay", + "overlay": { + "title": "Overlay", - "skeleton": { - "header": "Skelettanzeige", - "drawLines": "Zeige Skelettlinien", - "drawLineWhenSelecting": "Zeige Skelettlinien im Bearbeitungsmodus", - "drawDotsWhenSelecting": "Zeige Knochenpunkte nur im Bearbeitungsmodus", - "dotRadius": "Radius der Knochenpunkte", - "lineThickness": "Dicke der Skelettlinien" - }, + "skeleton": { + "header": "Skelettanzeige", + "drawLines": "Zeige Skelettlinien", + "drawLineWhenSelecting": "Zeige Skelettlinien im Bearbeitungsmodus", + "drawDotsWhenSelecting": "Zeige Knochenpunkte nur im Bearbeitungsmodus", + "dotRadius": "Radius der Knochenpunkte", + "lineThickness": "Dicke der Skelettlinien" + }, - "boneColors": { - "header": "Knochenfarben", - "link": { - "enable": "Zeige alle Knochen in einer Farbe", - "disable": "Zeige Knochen mit verschiedenen Farben" - }, - "erase": { - "tooltip": "Halte Strg und Umschalt beim Klicken, um die Knochenfarben zu löschen" - }, - "allEdit": { - "label": "Knochenfarbe" - }, - "categories": { - "reset": { - "tooltip": "Halte Strg un Umschalt beim Klicken, um die Kategoriefarben zu den Standardwerten zurückzusetzen" - }, - "placeholderText": "Kategorien werden hier nach erstmaligem Anzeigen der darin enthaltenen Knochen angezeigt." - } - }, + "boneColors": { + "header": "Knochenfarben", + "link": { + "enable": "Zeige alle Knochen in einer Farbe", + "disable": "Zeige Knochen mit verschiedenen Farben" + }, + "erase": { + "tooltip": "Halte Strg und Umschalt beim Klicken, um die Knochenfarben zu löschen" + }, + "allEdit": { + "label": "Knochenfarbe" + }, + "categories": { + "reset": { + "tooltip": "Halte Strg un Umschalt beim Klicken, um die Kategoriefarben zu den Standardwerten zurückzusetzen" + }, + "placeholderText": "Kategorien werden hier nach erstmaligem Anzeigen der darin enthaltenen Knochen angezeigt." + } + }, - "bonePositions": { - "header": "Knochenpositionen bearbeiten" - } - }, + "bonePositions": { + "header": "Knochenpositionen bearbeiten" + } + }, - "gizmo": { - "title": "Gizmo", - "allowAxisFlip": "Achsen zur Kamera drehen" - }, + "gizmo": { + "title": "Gizmo", + "allowAxisFlip": "Achsen zur Kamera drehen" + }, - "input": { - "title": "Eingabe", - "selectBehavior": { - "title": "Ziel-Auswahl", - "disableLeftClickTarget": "Ziel-Auswahl mit linker Maustaste verhindern", - "disableRightClickTarget": "Ziel-Auswahl mit rechter Maustaste verhindern" - }, + "input": { + "title": "Eingabe", + "selectBehavior": { + "title": "Ziel-Auswahl", + "disableLeftClickTarget": "Ziel-Auswahl mit linker Maustaste verhindern", + "disableRightClickTarget": "Ziel-Auswahl mit rechter Maustaste verhindern" + }, - "keybind": { - "title": "Tastaturkürzel", - "enable": "Aktivieren", - "assignByKeyPress": { - "title": "Einstellen über Tastendruck", - "helpText": "Zum Einstellen einer Taste oder Tastenkombination:\n1.1. Taste bzw. Tastenkombination halten.\n2.Gewünschte Aktion anclicken\n\nKeine Taste beim Klicken halten um die Zuweisung aufzuheben." - }, + "keybind": { + "title": "Tastaturkürzel", + "enable": "Aktivieren", + "assignByKeyPress": { + "title": "Einstellen über Tastendruck", + "helpText": "Zum Einstellen einer Taste oder Tastenkombination:\n1.1. Taste bzw. Tastenkombination halten.\n2.Gewünschte Aktion anclicken\n\nKeine Taste beim Klicken halten um die Zuweisung aufzuheben." + }, - "keybindTable": { - "keys": "Taste(n)", - "action": "zugewiesene Aktion" - }, + "keybindTable": { + "keys": "Taste(n)", + "action": "zugewiesene Aktion" + }, - "purpose": { - "generic": { - "__comment": [ - "Okay, this **really** needs the placeholder system. Ideally we'd have \"Kategorie %anme% togglen\" (or \"… umschalten\"), but uh... that ain't happenin'.", - "Also the thing these are for really needs a rework." - ], - "toggle": "Umschalten", - "hold": "Halten", - "release": "Loslassen", - "__comment": "(Hoffentlich) Niemals genutzt", - "invalid": "N/A" - }, - "GlobalModifierKey": "Globaler Modifikator", - "SwitchToTranslate": "Zu Positionieren wechseln", - "SwitchToRotate": "Zu Rotieren wechseln", - "SwitchToScale": "Zu Skalierien wechseln", - "SwitchToUniversal": "Zur Universalbearbeitung wechseln", - "ToggleLocalWorld": "Gizmo zwischen Lokal/Welt umschalten", - "HoldToHideSkeleton": "Halten um Skelett zu verstecken", - "ClearCategoryVisibilityOverload": "Kategoriesichbarkeits-Überschreibungen löschen", - "HoldAllCategoryVisibilityOverload": "Halten um alle Kategorien anzuzeigen", - "CircleThroughSiblingLinkModes": "Bearbeitungsmodus für verwandte Knochen wechseln" - } - } - } + "purpose": { + "generic": { + "__comment": [ + "Okay, this **really** needs the placeholder system. Ideally we'd have \"Kategorie %anme% togglen\" (or \"… umschalten\"), but uh... that ain't happenin'.", + "Also the thing these are for really needs a rework." + ], + "toggle": "Umschalten", + "hold": "Halten", + "release": "Solo-Toggle", + "__comment": "(Hoffentlich) Niemals genutzt", + "invalid": "N/A" + }, + "GlobalModifierKey": "Globaler Modifikator", + "SwitchToTranslate": "Zu Positionieren wechseln", + "SwitchToRotate": "Zu Rotieren wechseln", + "SwitchToScale": "Zu Skalierien wechseln", + "SwitchToUniversal": "Zur Universalbearbeitung wechseln", + "ToggleLocalWorld": "Gizmo zwischen Lokal/Welt umschalten", + "HoldToHideSkeleton": "Halten um Skelett zu verstecken", + "ClearCategoryVisibilityOverload": "Kategoriesichbarkeits-Überschreibungen löschen", + "HoldAllCategoryVisibilityOverload": "Halten um alle Kategorien anzuzeigen", + "CircleThroughSiblingLinkModes": "Bearbeitungsmodus für verwandte Knochen wechseln" + } + } + } - "references": { - "title": "Referenzen", - "__comment": "A bit more here?", - "explaination": "Zeige ein Refernezbild auf deinem Bildschirm, um dabei zu helfen die Pose exakt zu treffen.", - "imageAlpha": "Durchsichtigkeit (bei 0 völlig durchsichtig)", - "hideWindowDecoration": "Verstecke Fensterdekoration (z.B. Fenstertitel)", - "images": { - "title": "Referenzbilder", - "dialog": { - "title": "Referenzbild hinzufügen", - "filter": "Bild-Dateien" - }, - "addText": "Neues Referenzbild hinzufügen", - "add": "Add reference file", - "supportedTypes": "" - } - }, + "references": { + "title": "Referenzen", + "__comment": "A bit more here?", + "explaination": "Zeige ein Referenzbild auf deinem Bildschirm, um dabei zu helfen die Pose exakt zu treffen.", + "imageAlpha": "Durchsichtigkeit (bei 0 völlig durchsichtig)", + "hideWindowDecoration": "Verstecke Fensterdekoration (z.B. Fenstertitel)", + "images": { + "title": "Referenzbilder", + "dialog": { + "title": "Referenzbild hinzufügen", + "filter": "Bild-Dateien" + }, + "addText": "Neues Referenzbild hinzufügen" + } + }, - "language": { - "title": "Spracheinstellungen", - "noteWIP": "Achtung! Diese Einstellungen sind derzeit nur für das, sich in arbeit befindende, Übersetzungs system.", - "contNoteWIP": "Die meisten Oberflächen sind bis jetzt nicht Übersetzt!", - "select": "Oberflächensprache", - "translateBones": "Knochennamen übersetzen" - }, + "language": { + "title": "Spracheinstellungen", + "noteWIP": "Achtung! Diese Einstellungen sind derzeit nur für das sich in Arbeit befindende Übersetzungssystem.", + "contNoteWIP": "Die meisten Oberflächen sind bis jetzt nicht übersetzt!", + "select": "Oberflächensprache", + "translateBones": "Knochennamen übersetzen" + }, - "offset": { - "startHelpText": "Select a Bone to start adjusting its position.", - "tipsOne": "Tips:", - "tipsTwo": "Click on a row to copy it into clipboard", - "tipsThree": "Ctrl + Shift + Right click to remove a row", - "tipsFour": "The plus (+) button will insert a copied row", - "addTooltip": "Add a line from clipboard.", - "dropTooltip": "Hold Ctrl and Shift to drop ALL bone offsets." - }, + "offset": { + "startHelpText": "Select a Bone to start adjusting its position.", + "tips": "Tips:\nClick on a row to copy it into clipboard.\nCtrl + Shift + Right click to remove a row.\nThe plus (+) button will insert a copied row", + "addTooltip": "Add a line from clipboard.", + "dropTooltip": "Hold Ctrl and Shift to drop ALL bone offsets." + }, - "data": { - "title": "Zusatzdaten", - "glamourDresser": { - "memoryCount": "Anzahl geladener Projektionsplatten: ", - "validCount": { - "pre": "", - "post": "valide Projektionsplatten gefunden." - }, + "data": { + "title": "Zusatzdaten", + "glamourDresser": { + "memoryCount": "Anzahl geladener Projektionsplatten: ", + "validCount": { + "pre": "", + "post": "valide Projektionsplatten gefunden." + }, - "sync": { - "__comment": "Replace $$JARGON$$ in here", - "tooltip": "Nach neuen Projektionsplatten für Sets suchen.\nDie Ergebnisse werden permantent gespeichert und sind auch nach einem Neustart noch verfügbar.\n\nVorraussetzungen:\nDas $$JARGON$$ Fenster von der Projektionskommode oder $$JARGON$$ Fenster muss offen sein." - }, - "dispose": { - "tooltip": "Konfiguration für ALLE Projektionsplatten für ALLE Charaktere löschen und allokierten Speicher freigeben." - } - } - } - }, + "sync": { + "__comment": "Replace $$JARGON$$ in here", + "tooltip": "Nach neuen Projektionsplatten für Sets suchen.\nDie Ergebnisse werden permantent gespeichert und sind auch nach einem Neustart noch verfügbar.\n\nVorraussetzungen:\nDas $$JARGON$$ Fenster von der Projektionskommode oder $$JARGON$$ Fenster muss offen sein." + }, + "dispose": { + "tooltip": "Konfiguration für ALLE Projektionsplatten für ALLE Charaktere löschen und allokierten Speicher freigeben." + } + } + } + }, - "workspace": { - "title": "Arbeitsbereich", - "actor": { - "title": "Charakter" - }, - "scene": { - "title": "Szene" - }, - "pose": { - "title": "Pose" - } - }, + "workspace": { + "title": "Arbeitsbereich", + "actor": { + "title": "Charakter" + }, + "scene": { + "title": "Szene" + }, + "pose": { + "title": "Pose" + } + }, - "tribe": { - "SunSeeker": "Goldtatze", - "MoonKeeper": "Mondstreuner", - "SeaWolf": "Seewolf", - "Lost": "Losgesagter", - "Midlander": "Wiesländer", - "Highlander": "Hochländer", - "Wildwood": "Erischatten", - "Duskwight": "Dunkelalb", - "Plainsfolk": "Halmling", - "Dunesfolk": "Sandling", - "Hellsguard": "Lohengarde", - "Raen": "Raen", - "Xaela": "Xaela", - "Helion": "Helion", - "Rava": "Rava", - "Veena": "Veena" - }, + "tribe": { + "SunSeeker": "Goldtatze", + "MoonKeeper": "Mondstreuner", + "SeaWolf": "Seewolf", + "Lost": "Losgesagter", + "Midlander": "Wiesländer", + "Highlander": "Hochländer", + "Wildwood": "Erischatten", + "Duskwight": "Dunkelalb", + "Plainsfolk": "Halmling", + "Dunesfolk": "Sandling", + "Hellsguard": "Lohengarde", + "Raen": "Raen", + "Xaela": "Xaela", + "Helion": "Helion", + "Rava": "Rava", + "Veena": "Veena" + }, - "race": { - "AuRa": "Au'Ra", - "Elezen": "Elezen", - "Hrothgar": "Hrothgar", - "Hyur": "Hyuran", - "Lalafell": "Lalafell", - "Miqote": "Miqo'te", - "Roegadyn": "Roegadyn", - "Viera": "Viera" - }, + "race": { + "AuRa": "Au'Ra", + "Elezen": "Elezen", + "Hrothgar": "Hrothgar", + "Hyur": "Hyuran", + "Lalafell": "Lalafell", + "Miqote": "Miqo'te", + "Roegadyn": "Roegadyn", + "Viera": "Viera" + }, - "__comment": "Taken from Anamesis -- thank you!", - "bone": { - "n_root": "Ganzer Körper", - "n_hara": "Bauch", - "n_throw": "Throw", - "j_kosi": "Taille", - "j_sebo_a": "Lendenwirbelsäule", - "j_asi_a_l": "Linke Beine", - "j_asi_a_r": "Rechte Beine", - "j_buki2_kosi_l": "Linker Holster", - "j_buki2_kosi_r": "Rechter Holster", - "j_buki_kosi_l": "Linke Scheide", - "j_buki_kosi_r": "Rechte Scheide", - "j_sebo_b": "Brust", - "j_sk_b_a_l": "Kleidung Hinten Links A", - "j_sk_b_a_r": "Kleidung Hinten Rechts A", - "j_sk_f_a_l": "Kleidung Vorne Links A", - "j_sk_f_a_r": "Kleidung Vorne Rechts A", - "j_sk_s_a_l": "Kleidung Linke Seite A", - "j_sk_s_a_r": "Kleidung Rechte Seite A", - "j_asi_b_l": "Linkes Knie", - "j_asi_b_r": "Rechtes Knie", - "j_mune_l": "Linke Brust", - "j_mune_r": "Rechte Brust", - "j_sebo_c": "Halswirbelsäule", - "j_sk_b_b_l": "Kleidung Hinten Links B", - "j_sk_b_b_r": "Kleidung Hinten Rechts B", - "j_sk_f_b_l": "Kleidung Vorne Links B", - "j_sk_f_b_r": "Kleidung Vorne Rechts B", - "j_sk_s_b_l": "Kleidung Linke Seite B", - "j_sk_s_b_r": "Kleidung Rechte Seite B", - "j_asi_c_l": "Linke Wade", - "j_asi_c_r": "Rechte Wade", - "j_buki_sebo_l": "Linke Scheide", - "j_buki_sebo_r": "Rechte Scheide", - "j_kubi": "Nacken", - "j_sako_l": "Linkes Schlüsselbein", - "j_sako_r": "Rechtes Schlüsselbein", - "j_sk_b_c_l": "Kleidung Hinten Links C", - "j_sk_b_c_r": "Kleidung Hinten Rechts C", - "j_sk_f_c_l": "Kleidung Vorne Links C", - "j_sk_f_c_r": "Kleidung Vorne Rechts C", - "j_sk_s_c_l": "Kleidung Linke Seite C", - "j_sk_s_c_r": "Kleidung Rechte Seite C", - "n_hizasoubi_l": "Linker Kniebuckel", - "n_hizasoubi_r": "Rechter Kniebuckel", - "j_asi_d_l": "Linker Fuß", - "j_asi_d_r": "Rechter Fuß", - "j_kao": "Kopf", - "j_ude_a_l": "Linker Arm", - "j_ude_a_r": "Rechter Arm", - "n_kataarmor_l": "Linke Schulterplatte", - "n_kataarmor_r": "Rechte Schulterplatte", - "j_asi_e_l": "Linke Zehen", - "j_asi_e_r": "Rechte Zehen", - "j_kami_a": "Haar A", - "j_kami_f_l": "Haar Vorne Links", - "j_kami_f_r": "Haar Vorne Rechts", - "j_mimi_l": "Linkes Ohr", - "j_mimi_r": "Rechtes Ohr", - "j_ude_b_l": "Linker Unterarm", - "j_ude_b_r": "Rechter Unterarm", - "n_hkata_l": "Linke Schulter", - "n_hkata_r": "Rechte Schulter", - "j_kami_b": "Haar B", - "j_te_l": "Linke Hand", - "j_te_r": "Rechte Hand", - "n_buki_tate_l": "Schild Links", - "n_buki_tate_r": "Schild Rechts", - "n_ear_a_l": "Linker Ohrring A", - "n_ear_a_r": "Rechter Ohrring A", - "n_hhiji_l": "Linker Ellenbogen", - "n_hhiji_r": "Rechter Ellenbogen", - "n_hijisoubi_l": "Linke Ellenbogenkachel", - "n_hijisoubi_r": "Rechte Ellenbogenkachel", - "n_hte_l": "Linkes Handgelenk", - "n_hte_r": "Rechtes Handgelenk", - "j_hito_a_l": "Linker Zeigefinger A", - "j_hito_a_r": "Rechter Zeigefinger A", - "j_ko_a_l": "Linker Kleiner Finger A", - "j_ko_a_r": "Rechter Kleiner Finger A", - "j_kusu_a_l": "Linker Ringfinger A", - "j_kusu_a_r": "Rechter Ringfinger A", - "j_naka_a_l": "Linker Mittelfinger A", - "j_naka_a_r": "Rechter Mittelfinger A", - "j_oya_a_l": "Linker Daumen A", - "j_oya_a_r": "Rechter Daumen A", - "n_buki_l": "Linke Waffe", - "n_buki_r": "Rechte Waffe", - "n_ear_b_l": "Linker Ohrring B", - "n_ear_b_r": "Rechter Ohrring B", - "j_hito_b_l": "Linger Zeigefinger B", - "j_hito_b_r": "Rechter Zeigefinger B", - "j_ko_b_l": "Linker Kleiner Finger B", - "j_ko_b_r": "Rechter Kleiner Finger B", - "j_kusu_b_l": "Linker Ringfinger B", - "j_kusu_b_r": "Rechter Ringfinger B", - "j_naka_b_l": "Linker Mittelfinger B", - "j_naka_b_r": "Rechter Mittelfinger B", - "j_oya_b_l": "Linker Daumen B", - "j_oya_b_r": "Rechter Daumen B", - "n_sippo_a": "Schwanz A", - "n_sippo_b": "Schwanz B", - "n_sippo_c": "Schwanz C", - "n_sippo_d": "Schwanz D", - "n_sippo_e": "Schwanz E", - "j_ago": "Kiefer", - "j_f_dmab_l": "Linkes Unteres Augenlid", - "j_f_dmab_r": "Rechtes Unteres Augenlid", - "j_f_eye_l": "Linkes Auge", - "j_f_eye_r": "Rechtes Auge", - "j_f_hana": "Nase", - "j_f_hoho_l": "Linke Wange", - "j_f_hoho_r": "Rechte Wange", - "j_f_lip_l": "Lippen Links", - "j_f_lip_r": "Lippen Rechts", - "j_f_mayu_l": "Linke Augenbraue", - "j_f_mayu_r": "Rechte Augenbraue", - "j_f_memoto": "Nasenrücken", - "j_f_miken_l": "Linke Braue", - "j_f_miken_r": "Rechte Braue", - "j_f_ulip_a": "Oberlippe A", - "j_f_umab_l": "Linkes Oberes Augenlid", - "j_f_umab_r": "Rechtes Oberes Augenlid", - "j_f_dlip_a": "Unterlippe A", - "j_f_ulip_b": "Oberlippe B", - "j_f_dlip_b": "Unterlippe B", - "j_zera_a_l": "Linkes Ohr A", - "j_zera_a_r": "Rechtes Ohr A", - "j_zera_b_l": "Linkes Ohr B", - "j_zera_b_r": "Rechtes Ohr B", - "j_zerb_a_l": "Linkes Ohr A", - "j_zerb_a_r": "Rechtes Ohr A", - "j_zerb_b_l": "Linkes Ohr B", - "j_zerb_b_r": "Rechtes Ohr B", - "j_zerc_a_l": "Linkes Ohr A", - "j_zerc_a_r": "Rechtes Ohr A", - "j_zerc_b_l": "Linkes Ohr B", - "j_zerc_b_r": "Rechtes Ohr B", - "j_zerd_a_l": "Linkes Ohr A", - "j_zerd_a_r": "Rechtes Ohr A", - "j_zerd_b_l": "Linkes Ohr B", - "j_zerd_b_r": "Rechtes Ohr B", - "j_f_hige_l": "Linke Schnurrhaare", - "j_f_hige_r": "Rechte Schnurrhaare", - "j_f_uago": "Oberlippe A", - "j_f_ulip": "Oberlippe B", - "n_f_lip_l": "Lippen Links", - "n_f_lip_r": "Lippen Rechts", - "n_f_ulip_l": "Oberlippe Links", - "n_f_ulip_r": "Oberlippe Rechts", - "j_f_dlip": "Unterlippe", - "j_ex_met_va": "Visier", - "mh_n_hara": "Haupfwaffe", - "oh_n_hara": "Nebenhandwaffe", - "j_half_l": "Linke Hälfte", - "j_half_r": "Rechte Hälfte" - }, + "__comment": "Taken from Anamesis -- thank you!", + "bone": { + "n_root": "Ganzer Körper", + "n_hara": "Bauch", + "n_throw": "Throw", + "j_kosi": "Taille", + "j_sebo_a": "Lendenwirbelsäule", + "j_asi_a_l": "Linke Beine", + "j_asi_a_r": "Rechte Beine", + "j_buki2_kosi_l": "Linker Holster", + "j_buki2_kosi_r": "Rechter Holster", + "j_buki_kosi_l": "Linke Scheide", + "j_buki_kosi_r": "Rechte Scheide", + "j_sebo_b": "Brust", + "j_sk_b_a_l": "Kleidung Hinten Links A", + "j_sk_b_a_r": "Kleidung Hinten Rechts A", + "j_sk_f_a_l": "Kleidung Vorne Links A", + "j_sk_f_a_r": "Kleidung Vorne Rechts A", + "j_sk_s_a_l": "Kleidung Linke Seite A", + "j_sk_s_a_r": "Kleidung Rechte Seite A", + "j_asi_b_l": "Linkes Knie", + "j_asi_b_r": "Rechtes Knie", + "j_mune_l": "Linke Brust", + "j_mune_r": "Rechte Brust", + "j_sebo_c": "Halswirbelsäule", + "j_sk_b_b_l": "Kleidung Hinten Links B", + "j_sk_b_b_r": "Kleidung Hinten Rechts B", + "j_sk_f_b_l": "Kleidung Vorne Links B", + "j_sk_f_b_r": "Kleidung Vorne Rechts B", + "j_sk_s_b_l": "Kleidung Linke Seite B", + "j_sk_s_b_r": "Kleidung Rechte Seite B", + "j_asi_c_l": "Linke Wade", + "j_asi_c_r": "Rechte Wade", + "j_buki_sebo_l": "Linke Scheide", + "j_buki_sebo_r": "Rechte Scheide", + "j_kubi": "Nacken", + "j_sako_l": "Linkes Schlüsselbein", + "j_sako_r": "Rechtes Schlüsselbein", + "j_sk_b_c_l": "Kleidung Hinten Links C", + "j_sk_b_c_r": "Kleidung Hinten Rechts C", + "j_sk_f_c_l": "Kleidung Vorne Links C", + "j_sk_f_c_r": "Kleidung Vorne Rechts C", + "j_sk_s_c_l": "Kleidung Linke Seite C", + "j_sk_s_c_r": "Kleidung Rechte Seite C", + "n_hizasoubi_l": "Linker Kniebuckel", + "n_hizasoubi_r": "Rechter Kniebuckel", + "j_asi_d_l": "Linker Fuß", + "j_asi_d_r": "Rechter Fuß", + "j_kao": "Kopf", + "j_ude_a_l": "Linker Arm", + "j_ude_a_r": "Rechter Arm", + "n_kataarmor_l": "Linke Schulterplatte", + "n_kataarmor_r": "Rechte Schulterplatte", + "j_asi_e_l": "Linke Zehen", + "j_asi_e_r": "Rechte Zehen", + "j_kami_a": "Haar A", + "j_kami_f_l": "Haar Vorne Links", + "j_kami_f_r": "Haar Vorne Rechts", + "j_mimi_l": "Linkes Ohr", + "j_mimi_r": "Rechtes Ohr", + "j_ude_b_l": "Linker Unterarm", + "j_ude_b_r": "Rechter Unterarm", + "n_hkata_l": "Linke Schulter", + "n_hkata_r": "Rechte Schulter", + "j_kami_b": "Haar B", + "j_te_l": "Linke Hand", + "j_te_r": "Rechte Hand", + "n_buki_tate_l": "Schild Links", + "n_buki_tate_r": "Schild Rechts", + "n_ear_a_l": "Linker Ohrring A", + "n_ear_a_r": "Rechter Ohrring A", + "n_hhiji_l": "Linker Ellenbogen", + "n_hhiji_r": "Rechter Ellenbogen", + "n_hijisoubi_l": "Linke Ellenbogenkachel", + "n_hijisoubi_r": "Rechte Ellenbogenkachel", + "n_hte_l": "Linkes Handgelenk", + "n_hte_r": "Rechtes Handgelenk", + "j_hito_a_l": "Linker Zeigefinger A", + "j_hito_a_r": "Rechter Zeigefinger A", + "j_ko_a_l": "Linker Kleiner Finger A", + "j_ko_a_r": "Rechter Kleiner Finger A", + "j_kusu_a_l": "Linker Ringfinger A", + "j_kusu_a_r": "Rechter Ringfinger A", + "j_naka_a_l": "Linker Mittelfinger A", + "j_naka_a_r": "Rechter Mittelfinger A", + "j_oya_a_l": "Linker Daumen A", + "j_oya_a_r": "Rechter Daumen A", + "n_buki_l": "Linke Waffe", + "n_buki_r": "Rechte Waffe", + "n_ear_b_l": "Linker Ohrring B", + "n_ear_b_r": "Rechter Ohrring B", + "j_hito_b_l": "Linger Zeigefinger B", + "j_hito_b_r": "Rechter Zeigefinger B", + "j_ko_b_l": "Linker Kleiner Finger B", + "j_ko_b_r": "Rechter Kleiner Finger B", + "j_kusu_b_l": "Linker Ringfinger B", + "j_kusu_b_r": "Rechter Ringfinger B", + "j_naka_b_l": "Linker Mittelfinger B", + "j_naka_b_r": "Rechter Mittelfinger B", + "j_oya_b_l": "Linker Daumen B", + "j_oya_b_r": "Rechter Daumen B", + "n_sippo_a": "Schwanz A", + "n_sippo_b": "Schwanz B", + "n_sippo_c": "Schwanz C", + "n_sippo_d": "Schwanz D", + "n_sippo_e": "Schwanz E", + "j_ago": "Kiefer", + "j_f_dmab_l": "Linkes Unteres Augenlid", + "j_f_dmab_r": "Rechtes Unteres Augenlid", + "j_f_eye_l": "Linkes Auge", + "j_f_eye_r": "Rechtes Auge", + "j_f_hana": "Nase", + "j_f_hoho_l": "Linke Wange", + "j_f_hoho_r": "Rechte Wange", + "j_f_lip_l": "Lippen Links", + "j_f_lip_r": "Lippen Rechts", + "j_f_mayu_l": "Linke Augenbraue", + "j_f_mayu_r": "Rechte Augenbraue", + "j_f_memoto": "Nasenrücken", + "j_f_miken_l": "Linke Braue", + "j_f_miken_r": "Rechte Braue", + "j_f_ulip_a": "Oberlippe A", + "j_f_umab_l": "Linkes Oberes Augenlid", + "j_f_umab_r": "Rechtes Oberes Augenlid", + "j_f_dlip_a": "Unterlippe A", + "j_f_ulip_b": "Oberlippe B", + "j_f_dlip_b": "Unterlippe B", + "j_zera_a_l": "Linkes Ohr A", + "j_zera_a_r": "Rechtes Ohr A", + "j_zera_b_l": "Linkes Ohr B", + "j_zera_b_r": "Rechtes Ohr B", + "j_zerb_a_l": "Linkes Ohr A", + "j_zerb_a_r": "Rechtes Ohr A", + "j_zerb_b_l": "Linkes Ohr B", + "j_zerb_b_r": "Rechtes Ohr B", + "j_zerc_a_l": "Linkes Ohr A", + "j_zerc_a_r": "Rechtes Ohr A", + "j_zerc_b_l": "Linkes Ohr B", + "j_zerc_b_r": "Rechtes Ohr B", + "j_zerd_a_l": "Linkes Ohr A", + "j_zerd_a_r": "Rechtes Ohr A", + "j_zerd_b_l": "Linkes Ohr B", + "j_zerd_b_r": "Rechtes Ohr B", + "j_f_hige_l": "Linke Schnurrhaare", + "j_f_hige_r": "Rechte Schnurrhaare", + "j_f_uago": "Oberlippe A", + "j_f_ulip": "Oberlippe B", + "n_f_lip_l": "Lippen Links", + "n_f_lip_r": "Lippen Rechts", + "n_f_ulip_l": "Oberlippe Links", + "n_f_ulip_r": "Oberlippe Rechts", + "j_f_dlip": "Unterlippe", + "j_ex_met_va": "Visier", + "mh_n_hara": "Haupfwaffe", + "oh_n_hara": "Nebenhandwaffe", + "j_half_l": "Linke Hälfte", + "j_half_r": "Rechte Hälfte" + }, - "boneCategory": { - "other": "Andere", - "body": "Körper", - "head": "Kopf", - "hair": "Haare", - "clothes": "Klamotten", - "weapons": "Waffen", - "right hand": "Rechte Hand", - "left hand": "Linke Hand", - "feet": "Füße", - "hands": "Hände", - "tail": "Schweif", - "ears": "Ohren", - "ivcs left hand": "IVCS Linke Hand", - "ivcs right hand": "IVCS Rechte Hand", - "ivcs left foot": "IVCS Linker Fuß", - "ivcs right foot": "IVCS Rechter Fuß", - "ivcs body": "IVCS Körper", - "ivcs penis": "IVCS Penis", - "ivcs vagina": "IVCS Vagina", - "ivcs buttocks": "IVCS Gesäß" - } + "boneCategory": { + "other": "Andere", + "body": "Körper", + "head": "Kopf", + "hair": "Haare", + "clothes": "Klamotten", + "weapons": "Waffen", + "right hand": "Rechte Hand", + "left hand": "Linke Hand", + "feet": "Füße", + "hands": "Hände", + "tail": "Schweif", + "ears": "Ohren", + "ivcs left hand": "IVCS Linke Hand", + "ivcs right hand": "IVCS Rechte Hand", + "ivcs left foot": "IVCS Linker Fuß", + "ivcs right foot": "IVCS Rechter Fuß", + "ivcs body": "IVCS Körper", + "ivcs penis": "IVCS Penis", + "ivcs vagina": "IVCS Vagina", + "ivcs buttocks": "IVCS Gesäß" + } } \ No newline at end of file diff --git a/Ktisis/Locale/i18n/en_US.json b/Ktisis/Locale/i18n/en_US.json index 9a106680c..a83b2ebf0 100644 --- a/Ktisis/Locale/i18n/en_US.json +++ b/Ktisis/Locale/i18n/en_US.json @@ -1,418 +1,415 @@ { - "$meta": { - "displayName": "English", - "selfName": "English", - "__comment": "Using null element to signal 'et al' in the array below. Don't do this for your own localization.", - "maintainers": [ - "@chirpcodes", - null - ] - }, + "$meta": { + "displayName": "English", + "selfName": "English", + "__comment": "Using null element to signal 'et al' in the array below. Don't do this for your own localization.", + "maintainers": [ + "@chirpcodes", + null + ] + }, - "tab": { - "general": { - "title": "General" - }, - "settings": { - "title": "Settings" - } - }, + "tab": { + "general": { + "title": "General" + }, + "settings": { + "title": "Settings" + } + }, - "config": { + "config": { - "title": "Ktisis Settings", + "title": "Ktisis Settings", - "interface": { - "title": "Interface", - "general": { - "title": "General", - "openMethod": { - "fieldLabel": "Open Ktisis", - "Manually": "manually via `/ktisis`", - "OnPluginLoad": "when the plugin loads", - "OnEnterGpose": "when entering group pose" - }, - "hideCharName": "Hide Character Name", - "censorNSFW": "Censor NSFW" - }, - "transformTable": { - "title": "Transform Table", - "digitPrecision": "Digit Precision", - "basePositionSpeed": "Base Position Speed", - "baseRotationSpeed": "Base Rotation Speed", - "baseScaleSpeed": "Base Scale Speed", - "ctrlSpeedMult": "Ctrl Speed Multiplier", - "shiftSpeedMult": "Shift Speed Multiplier", - "showSpeedMultiplierInputs": "Show speed multiplier inputs" - } - }, + "interface": { + "title": "Interface", + "general": { + "title": "General", + "openMethod": { + "fieldLabel": "Open Ktisis", + "Manually": "manually via `/ktisis`", + "OnPluginLoad": "when the plugin loads", + "OnEnterGpose": "when entering group pose" + }, + "hideCharName": "Hide Character Name", + "censorNSFW": "Censor NSFW" + }, + "transformTable": { + "title": "Transform Table", + "digitPrecision": "Digit Precision", + "basePositionSpeed": "Base Position Speed", + "baseRotationSpeed": "Base Rotation Speed", + "baseScaleSpeed": "Base Scale Speed", + "ctrlSpeedMult": "Ctrl Speed Multiplier", + "shiftSpeedMult": "Shift Speed Multiplier", + "showSpeedMultiplierInputs": "Show speed multiplier inputs" + } + }, - "overlay": { - "title": "Overlay", + "overlay": { + "title": "Overlay", - "skeleton": { - "header": "Skeleton lines and dots", - "drawLines": "Draw lines on skeleton", - "__comment": "TODO: These should reflect the actual functionality (draw lines/dots when *gizmo is active*) more clearly.", - "drawLineWhenSelecting": "Draw lines when selecting", - "drawDotsWhenSelecting": "Draw Dots when selecting", - "dotRadius": "Dot Radius", - "lineThickness": "Line Thickness" + "skeleton": { + "header": "Skeleton lines and dots", + "drawLines": "Draw lines on skeleton", + "__comment": "TODO: These should reflect the actual functionality (draw lines/dots when *gizmo is active*) more clearly.", + "drawLineWhenSelecting": "Draw lines when selecting", + "drawDotsWhenSelecting": "Draw Dots when selecting", + "dotRadius": "Dot Radius", + "lineThickness": "Line Thickness" - }, + }, - "boneColors": { - "header": "Bone Colors", - "link": { - "enable": "Link bone colors", - "disable": "Unlink bone colors" - }, - "erase": { - "tooltip": "Hold Control and Shift to erase colors" - }, - "allEdit": { - "label": "Bone colors" - }, - "categories": { - "reset": { - "tooltip": "Hold Control and Shift to reset colors to their default values" - }, - "placeholderText": "Categories will be added after bones are displayed once" - } - }, + "boneColors": { + "header": "Bone Colors", + "link": { + "enable": "Link bone colors", + "disable": "Unlink bone colors" + }, + "erase": { + "tooltip": "Hold Control and Shift to erase colors" + }, + "allEdit": { + "label": "Bone colors" + }, + "categories": { + "reset": { + "tooltip": "Hold Control and Shift to reset colors to their default values" + }, + "placeholderText": "Categories will be added after bones are displayed once" + } + }, - "bonePositions": { - "header": "Edit Bone Positions" - } - }, + "bonePositions": { + "header": "Edit Bone Positions" + } + }, - "gizmo": { - "title": "Gizmo", - "allowAxisFlip": "Flip axis to face camera" - }, + "gizmo": { + "title": "Gizmo", + "allowAxisFlip": "Flip axis to face camera" + }, - "input": { - "title": "Input", - "selectBehavior": { - "__comment": "Below key is not yet inserted.", - "title": "Selection Behavior", - "disableLeftClickTarget": "Disable changing target with left click", - "disableRightClickTarget": "Disable changing target with right click" - }, + "input": { + "title": "Input", + "selectBehavior": { + "__comment": "Below key is not yet inserted.", + "title": "Selection Behavior", + "disableLeftClickTarget": "Disable changing target with left click", + "disableRightClickTarget": "Disable changing target with right click" + }, - "keybind": { - "title": "Keyboard Shortcuts", - "enable": "Enable", - "assignByKeyPress": { - "title": "Pressing Keys", - "helpText": "To assign a key or key combination:\n1. Hold the key or key combination\n2. Click on the desired action\n\nDo not hold any key to unassign." - }, + "keybind": { + "title": "Keyboard Shortcuts", + "enable": "Enable", + "assignByKeyPress": { + "title": "Pressing Keys", + "helpText": "To assign a key or key combination:\n1. Hold the key or key combination\n2. Click on the desired action\n\nDo not hold any key to unassign." + }, - "keybindTable": { - "keys": "Keys", - "action": "Action" - }, + "keybindTable": { + "keys": "Keys", + "action": "Action" + }, - "purpose": { - "generic": { - "__comment": "These are used for category keybindings. (Likely to be replaced with a placeholder system in future)", - "toggle": "Toggle", - "hold": "Hold", - "release": "Release", - "__comment": "This key is (hopefully) never used.", - "invalid": "N/A" - }, - "GlobalModifierKey": "Global Modifier Key", - "SwitchToTranslate": "Switch to translate", - "SwitchToRotate": "Switch to translate", - "SwitchToScale": "Switch to translate", - "SwitchToUniversal": "Switch to universal", - "ToggleLocalWorld": "Toggle local/world", - "HoldToHideSkeleton": "Hold to hide skeleton", - "ClearCategoryVisibilityOverload": "Clear category visibility overload", - "HoldAllCategoryVisibilityOverload": "Hold all category visibility overload", - "CircleThroughSiblingLinkModes": "Circle through sibling link modes" - } - } - }, + "purpose": { + "generic": { + "__comment": "These are used for category keybindings. (Likely to be replaced with a placeholder system in future)", + "toggle": "Toggle", + "hold": "Hold", + "release": "Release", + "__comment": "This key is (hopefully) never used.", + "invalid": "N/A" + }, + "GlobalModifierKey": "Global Modifier Key", + "SwitchToTranslate": "Switch to translate", + "SwitchToRotate": "Switch to translate", + "SwitchToScale": "Switch to translate", + "SwitchToUniversal": "Switch to universal", + "ToggleLocalWorld": "Toggle local/world", + "HoldToHideSkeleton": "Hold to hide skeleton", + "ClearCategoryVisibilityOverload": "Clear category visibility overload", + "HoldAllCategoryVisibilityOverload": "Hold all category visibility overload", + "CircleThroughSiblingLinkModes": "Circle through sibling link modes" + } + } + }, - "references": { - "title": "References", - "explanation": "Overlay reference images onto your game, helping you to get just the right pose.", - "imageAlpha": "Opacity", - "hideWindowDecoration": "Hide window decoration", - "images": { - "title": "Reference images", - "dialog": { - "title": "Add reference file", - "filter": "Image files" - }, - "addText": "Add new reference image", - "add": "Add reference file", - "supportedTypes": "" - } - }, + "references": { + "title": "References", + "explanation": "Overlay reference images onto your game, helping you to get just the right pose.", + "imageAlpha": "Opacity", + "hideWindowDecoration": "Hide window decoration", + "images": { + "title": "Reference images", + "dialog": { + "title": "Add reference file", + "filter": "Image files" + }, + "addText": "Add new reference image", + "add": "Add reference file", + "supportedTypes": "" + } + }, - "language": { - "title": "Language", - "noteWIP": "Disclaimer! These settings are currently only in place to test the WIP localization system.", - "contNoteWIP": "Translation strings are not currently supported in most of the UI.", - "select": "Language", - "translateBones": "Translate Bone Names" - }, + "language": { + "title": "Language", + "noteWIP": "Disclaimer! These settings are currently only in place to test the WIP localization system.", + "contNoteWIP": "Translation strings are not currently supported in most of the UI.", + "select": "Language", + "translateBones": "Translate Bone Names" + }, - "offset": { - "startHelpText": "Select a Bone to start adjusting its position.", - "tipsOne": "Tips:", - "tipsTwo": "Click on a row to copy it into clipboard", - "tipsThree": "Ctrl + Shift + Right click to remove a row", - "tipsFour": "The plus (+) button will insert a copied row", - "addTooltip": "Add a line from clipboard.", - "dropTooltip": "Hold Ctrl and Shift to drop ALL bone offsets." - }, + "offset": { + "startHelpText": "Select a Bone to start adjusting its position.", + "tips": "Tips:\nClick on a row to copy it into clipboard.\nCtrl + Shift + Right click to remove a row.\nThe plus (+) button will insert a copied row", + "addTooltip": "Add a line from clipboard.", + "dropTooltip": "Hold Ctrl and Shift to drop ALL bone offsets." + }, - "data": { - "title": "Data", - "glamourDresser": { - "__comment": "These are currently a little messy... need placeholder system to fix this.", - "memoryCount": "Glamour Plates in memory: ", - "validCount": { - "pre": "Found ", - "post": "valid Glamour Plates" - }, + "data": { + "title": "Data", + "glamourDresser": { + "__comment": "These are currently a little messy... need placeholder system to fix this.", + "memoryCount": "Glamour Plates in memory: ", + "validCount": { + "pre": "Found ", + "post": "valid Glamour Plates" + }, - "sync": { - "tooltip": "Refresh Glamour Plate memory for the Sets lookups.\nThis memory is kept after a restart.\n\nRequirements:\n One of these windows must be opened: \"Glamour Plate Creation\" (by the Glamour Dresser) or \"Plate Selection\" (by the Glamour Plate skill)." - }, - "dispose": { - "tooltip": "Dispose of the Glamour Plates memory and remove configurations for ALL characters." - } - } - } - }, + "sync": { + "tooltip": "Refresh Glamour Plate memory for the Sets lookups.\nThis memory is kept after a restart.\n\nRequirements:\n One of these windows must be opened: \"Glamour Plate Creation\" (by the Glamour Dresser) or \"Plate Selection\" (by the Glamour Plate skill)." + }, + "dispose": { + "tooltip": "Dispose of the Glamour Plates memory and remove configurations for ALL characters." + } + } + } + }, - "workspace": { - "title": "Workspace", - "actor": { - "title": "Actor" - }, - "scene": { - "title": "Scene" - }, - "pose": { - "title": "Pose" - } - }, + "workspace": { + "title": "Workspace", + "actor": { + "title": "Actor" + }, + "scene": { + "title": "Scene" + }, + "pose": { + "title": "Pose" + } + }, - "tribe": { - "SunSeeker": "Seeker of the Sun", - "MoonKeeper": "Keeper of the Moon", - "SeaWolf": "Sea Wolf", - "Lost": "The Lost", - "Midlander": "Midlander", - "Highlander": "Highlander", - "Wildwood": "Wildwood", - "Duskwight": "Duskwight", - "Plainsfolk": "Plainsfolk", - "Dunesfolk": "Dunesfolk", - "Hellsguard": "Hellsguard", - "Raen": "Raen", - "Xaela": "Xaela", - "Helion": "Helion", - "Rava": "Rava", - "Veena": "Veena" - }, + "tribe": { + "SunSeeker": "Seeker of the Sun", + "MoonKeeper": "Keeper of the Moon", + "SeaWolf": "Sea Wolf", + "Lost": "The Lost", + "Midlander": "Midlander", + "Highlander": "Highlander", + "Wildwood": "Wildwood", + "Duskwight": "Duskwight", + "Plainsfolk": "Plainsfolk", + "Dunesfolk": "Dunesfolk", + "Hellsguard": "Hellsguard", + "Raen": "Raen", + "Xaela": "Xaela", + "Helion": "Helion", + "Rava": "Rava", + "Veena": "Veena" + }, - "race": { - "AuRa": "Au'Ra", - "Elezen": "Elezen", - "Hrothgar": "Hrothgar", - "Hyur": "Hyur", - "Lalafell": "Lalafell", - "Miqote": "Miqo'te", - "Roegadyn": "Roegadyn", - "Viera": "Viera" - }, + "race": { + "AuRa": "Au'Ra", + "Elezen": "Elezen", + "Hrothgar": "Hrothgar", + "Hyur": "Hyur", + "Lalafell": "Lalafell", + "Miqote": "Miqo'te", + "Roegadyn": "Roegadyn", + "Viera": "Viera" + }, - "__comment": "Taken from Anamesis -- thank you!", - "bone": { - "n_root": "Root", - "n_hara": "Abdomen", - "n_throw": "Throw", - "j_kosi": "Waist", - "j_sebo_a": "Lumbar", - "j_asi_a_l": "Left Leg", - "j_asi_a_r": "Right Leg", - "j_buki2_kosi_l": "Left Holster", - "j_buki2_kosi_r": "Right Holster", - "j_buki_kosi_l": "Left Sheathe", - "j_buki_kosi_r": "Right Sheathe", - "j_sebo_b": "Thoracic", - "j_sk_b_a_l": "Left Cloth Back A", - "j_sk_b_a_r": "Right Cloth Back A", - "j_sk_f_a_l": "Left Cloth Front A", - "j_sk_f_a_r": "Right Cloth Front A", - "j_sk_s_a_l": "Left Cloth Side A", - "j_sk_s_a_r": "Right Cloth Side A", - "j_asi_b_l": "Left Knee", - "j_asi_b_r": "Right Knee", - "j_mune_l": "Left Breast", - "j_mune_r": "Right Breast", - "j_sebo_c": "Cervical", - "j_sk_b_b_l": "Left Cloth Back B", - "j_sk_b_b_r": "Right Cloth Back B", - "j_sk_f_b_l": "Left Cloth Front B", - "j_sk_f_b_r": "Right Cloth Front B", - "j_sk_s_b_l": "Left Cloth Side B", - "j_sk_s_b_r": "Right Cloth Side B", - "j_asi_c_l": "Left Calf", - "j_asi_c_r": "Right Calf", - "j_buki_sebo_l": "Left Scabbard", - "j_buki_sebo_r": "Right Scabbard", - "j_kubi": "Neck", - "j_sako_l": "Left Clavicle", - "j_sako_r": "Right Clavicle", - "j_sk_b_c_l": "Left Cloth Back C", - "j_sk_b_c_r": "Right Cloth Back C", - "j_sk_f_c_l": "Left Cloth Front C", - "j_sk_f_c_r": "Right Cloth Front C", - "j_sk_s_c_l": "Left Cloth Side C", - "j_sk_s_c_r": "Right Cloth Side C", - "n_hizasoubi_l": "Left Poleyn", - "n_hizasoubi_r": "Right Poleyn", - "j_asi_d_l": "Left Foot", - "j_asi_d_r": "Right Foot", - "j_kao": "Head", - "j_ude_a_l": "Left Arm", - "j_ude_a_r": "Right Arm", - "n_kataarmor_l": "Left Pauldron", - "n_kataarmor_r": "Right Pauldron", - "j_asi_e_l": "Left Toes", - "j_asi_e_r": "Right Toes", - "j_kami_a": "Hair A", - "j_kami_f_l": "Left Hair Front", - "j_kami_f_r": "Right Hair Front", - "j_mimi_l": "Left Ear", - "j_mimi_r": "Right Ear", - "j_ude_b_l": "Left Forearm", - "j_ude_b_r": "Right Forearm", - "n_hkata_l": "Left Shoulder", - "n_hkata_r": "Right Shoulder", - "j_kami_b": "Hair B", - "j_te_l": "Left Hand", - "j_te_r": "Right Hand", - "n_buki_tate_l": "Left Shield", - "n_buki_tate_r": "Right Shield", - "n_ear_a_l": "Left Earring A", - "n_ear_a_r": "Right Earring A", - "n_hhiji_l": "Left Elbow", - "n_hhiji_r": "Right Elbow", - "n_hijisoubi_l": "Left Couter", - "n_hijisoubi_r": "Right Couter", - "n_hte_l": "Left Wrist", - "n_hte_r": "Right Wrist", - "j_hito_a_l": "Left Index A", - "j_hito_a_r": "Right Index A", - "j_ko_a_l": "Left Pinky A", - "j_ko_a_r": "Right Pinky A", - "j_kusu_a_l": "Left Ring A", - "j_kusu_a_r": "Right Ring A", - "j_naka_a_l": "Left Middle A", - "j_naka_a_r": "Right Middle A", - "j_oya_a_l": "Left Thumb A", - "j_oya_a_r": "Right Thumb A", - "n_buki_l": "Left Weapon", - "n_buki_r": "Right Weapon", - "n_ear_b_l": "Left Earring B", - "n_ear_b_r": "Right Earring B", - "j_hito_b_l": "Left Index B", - "j_hito_b_r": "Right Index B", - "j_ko_b_l": "Left Pinky B", - "j_ko_b_r": "Right Pinky B", - "j_kusu_b_l": "Left Ring B", - "j_kusu_b_r": "Right Ring B", - "j_naka_b_l": "Left Middle B", - "j_naka_b_r": "Right Middle B", - "j_oya_b_l": "Left Thumb B", - "j_oya_b_r": "Right Thumb B", - "n_sippo_a": "Tail A", - "n_sippo_b": "Tail B", - "n_sippo_c": "Tail C", - "n_sippo_d": "Tail D", - "n_sippo_e": "Tail E", - "j_ago": "Jaw", - "j_f_dmab_l": "Left Lower Eyelid", - "j_f_dmab_r": "Right Lower Eyelid", - "j_f_eye_l": "Left Eye", - "j_f_eye_r": "Right Eye", - "j_f_hana": "Nose", - "j_f_hoho_l": "Left Cheek", - "j_f_hoho_r": "Right Cheek", - "j_f_lip_l": "Left Lips", - "j_f_lip_r": "Right Lips", - "j_f_mayu_l": "Left Eyebrow", - "j_f_mayu_r": "Right Eyebrow", - "j_f_memoto": "Bridge", - "j_f_miken_l": "Left Brow", - "j_f_miken_r": "Right Brow", - "j_f_ulip_a": "Upper Lip A", - "j_f_umab_l": "Left Upper Eyelid", - "j_f_umab_r": "Right Upper Eyelid", - "j_f_dlip_a": "Lower Lip A", - "j_f_ulip_b": "Upper Lip B", - "j_f_dlip_b": "Lower Lip B", - "j_zera_a_l": "Left Ear A", - "j_zera_a_r": "Right Ear A", - "j_zera_b_l": "Left Ear B", - "j_zera_b_r": "Right Ear B", - "j_zerb_a_l": "Left Ear A", - "j_zerb_a_r": "Right Ear A", - "j_zerb_b_l": "Left Ear B", - "j_zerb_b_r": "Right Ear B", - "j_zerc_a_l": "Left Ear A", - "j_zerc_a_r": "Right Ear A", - "j_zerc_b_l": "Left Ear B", - "j_zerc_b_r": "Right Ear B", - "j_zerd_a_l": "Left Ear A", - "j_zerd_a_r": "Right Ear A", - "j_zerd_b_l": "Left Ear B", - "j_zerd_b_r": "Right Ear B", - "j_f_hige_l": "Left Whiskers", - "j_f_hige_r": "Right Whiskers", - "j_f_uago": "Upper Lip A", - "j_f_ulip": "Upper Lip B", - "n_f_lip_l": "Left Lips", - "n_f_lip_r": "Right Lips", - "n_f_ulip_l": "Left Upper Lip", - "n_f_ulip_r": "Right Upper Lip", - "j_f_dlip": "Lower Lip", - "j_ex_met_va": "Visor", - "mh_n_hara": "Main Hand", - "oh_n_hara": "Off Hand", - "j_half_l": "Left Half", - "j_half_r": "Right Half" - }, + "__comment": "Taken from Anamesis -- thank you!", + "bone": { + "n_root": "Root", + "n_hara": "Abdomen", + "n_throw": "Throw", + "j_kosi": "Waist", + "j_sebo_a": "Lumbar", + "j_asi_a_l": "Left Leg", + "j_asi_a_r": "Right Leg", + "j_buki2_kosi_l": "Left Holster", + "j_buki2_kosi_r": "Right Holster", + "j_buki_kosi_l": "Left Sheathe", + "j_buki_kosi_r": "Right Sheathe", + "j_sebo_b": "Thoracic", + "j_sk_b_a_l": "Left Cloth Back A", + "j_sk_b_a_r": "Right Cloth Back A", + "j_sk_f_a_l": "Left Cloth Front A", + "j_sk_f_a_r": "Right Cloth Front A", + "j_sk_s_a_l": "Left Cloth Side A", + "j_sk_s_a_r": "Right Cloth Side A", + "j_asi_b_l": "Left Knee", + "j_asi_b_r": "Right Knee", + "j_mune_l": "Left Breast", + "j_mune_r": "Right Breast", + "j_sebo_c": "Cervical", + "j_sk_b_b_l": "Left Cloth Back B", + "j_sk_b_b_r": "Right Cloth Back B", + "j_sk_f_b_l": "Left Cloth Front B", + "j_sk_f_b_r": "Right Cloth Front B", + "j_sk_s_b_l": "Left Cloth Side B", + "j_sk_s_b_r": "Right Cloth Side B", + "j_asi_c_l": "Left Calf", + "j_asi_c_r": "Right Calf", + "j_buki_sebo_l": "Left Scabbard", + "j_buki_sebo_r": "Right Scabbard", + "j_kubi": "Neck", + "j_sako_l": "Left Clavicle", + "j_sako_r": "Right Clavicle", + "j_sk_b_c_l": "Left Cloth Back C", + "j_sk_b_c_r": "Right Cloth Back C", + "j_sk_f_c_l": "Left Cloth Front C", + "j_sk_f_c_r": "Right Cloth Front C", + "j_sk_s_c_l": "Left Cloth Side C", + "j_sk_s_c_r": "Right Cloth Side C", + "n_hizasoubi_l": "Left Poleyn", + "n_hizasoubi_r": "Right Poleyn", + "j_asi_d_l": "Left Foot", + "j_asi_d_r": "Right Foot", + "j_kao": "Head", + "j_ude_a_l": "Left Arm", + "j_ude_a_r": "Right Arm", + "n_kataarmor_l": "Left Pauldron", + "n_kataarmor_r": "Right Pauldron", + "j_asi_e_l": "Left Toes", + "j_asi_e_r": "Right Toes", + "j_kami_a": "Hair A", + "j_kami_f_l": "Left Hair Front", + "j_kami_f_r": "Right Hair Front", + "j_mimi_l": "Left Ear", + "j_mimi_r": "Right Ear", + "j_ude_b_l": "Left Forearm", + "j_ude_b_r": "Right Forearm", + "n_hkata_l": "Left Shoulder", + "n_hkata_r": "Right Shoulder", + "j_kami_b": "Hair B", + "j_te_l": "Left Hand", + "j_te_r": "Right Hand", + "n_buki_tate_l": "Left Shield", + "n_buki_tate_r": "Right Shield", + "n_ear_a_l": "Left Earring A", + "n_ear_a_r": "Right Earring A", + "n_hhiji_l": "Left Elbow", + "n_hhiji_r": "Right Elbow", + "n_hijisoubi_l": "Left Couter", + "n_hijisoubi_r": "Right Couter", + "n_hte_l": "Left Wrist", + "n_hte_r": "Right Wrist", + "j_hito_a_l": "Left Index A", + "j_hito_a_r": "Right Index A", + "j_ko_a_l": "Left Pinky A", + "j_ko_a_r": "Right Pinky A", + "j_kusu_a_l": "Left Ring A", + "j_kusu_a_r": "Right Ring A", + "j_naka_a_l": "Left Middle A", + "j_naka_a_r": "Right Middle A", + "j_oya_a_l": "Left Thumb A", + "j_oya_a_r": "Right Thumb A", + "n_buki_l": "Left Weapon", + "n_buki_r": "Right Weapon", + "n_ear_b_l": "Left Earring B", + "n_ear_b_r": "Right Earring B", + "j_hito_b_l": "Left Index B", + "j_hito_b_r": "Right Index B", + "j_ko_b_l": "Left Pinky B", + "j_ko_b_r": "Right Pinky B", + "j_kusu_b_l": "Left Ring B", + "j_kusu_b_r": "Right Ring B", + "j_naka_b_l": "Left Middle B", + "j_naka_b_r": "Right Middle B", + "j_oya_b_l": "Left Thumb B", + "j_oya_b_r": "Right Thumb B", + "n_sippo_a": "Tail A", + "n_sippo_b": "Tail B", + "n_sippo_c": "Tail C", + "n_sippo_d": "Tail D", + "n_sippo_e": "Tail E", + "j_ago": "Jaw", + "j_f_dmab_l": "Left Lower Eyelid", + "j_f_dmab_r": "Right Lower Eyelid", + "j_f_eye_l": "Left Eye", + "j_f_eye_r": "Right Eye", + "j_f_hana": "Nose", + "j_f_hoho_l": "Left Cheek", + "j_f_hoho_r": "Right Cheek", + "j_f_lip_l": "Left Lips", + "j_f_lip_r": "Right Lips", + "j_f_mayu_l": "Left Eyebrow", + "j_f_mayu_r": "Right Eyebrow", + "j_f_memoto": "Bridge", + "j_f_miken_l": "Left Brow", + "j_f_miken_r": "Right Brow", + "j_f_ulip_a": "Upper Lip A", + "j_f_umab_l": "Left Upper Eyelid", + "j_f_umab_r": "Right Upper Eyelid", + "j_f_dlip_a": "Lower Lip A", + "j_f_ulip_b": "Upper Lip B", + "j_f_dlip_b": "Lower Lip B", + "j_zera_a_l": "Left Ear A", + "j_zera_a_r": "Right Ear A", + "j_zera_b_l": "Left Ear B", + "j_zera_b_r": "Right Ear B", + "j_zerb_a_l": "Left Ear A", + "j_zerb_a_r": "Right Ear A", + "j_zerb_b_l": "Left Ear B", + "j_zerb_b_r": "Right Ear B", + "j_zerc_a_l": "Left Ear A", + "j_zerc_a_r": "Right Ear A", + "j_zerc_b_l": "Left Ear B", + "j_zerc_b_r": "Right Ear B", + "j_zerd_a_l": "Left Ear A", + "j_zerd_a_r": "Right Ear A", + "j_zerd_b_l": "Left Ear B", + "j_zerd_b_r": "Right Ear B", + "j_f_hige_l": "Left Whiskers", + "j_f_hige_r": "Right Whiskers", + "j_f_uago": "Upper Lip A", + "j_f_ulip": "Upper Lip B", + "n_f_lip_l": "Left Lips", + "n_f_lip_r": "Right Lips", + "n_f_ulip_l": "Left Upper Lip", + "n_f_ulip_r": "Right Upper Lip", + "j_f_dlip": "Lower Lip", + "j_ex_met_va": "Visor", + "mh_n_hara": "Main Hand", + "oh_n_hara": "Off Hand", + "j_half_l": "Left Half", + "j_half_r": "Right Half" + }, - "boneCategory": { - "other": "Other", - "body": "Body", - "head": "Head", - "hair": "Hair", - "clothes": "Clothes", - "weapons": "Weapons", - "right hand": "Right hand", - "left hand": "Left hand", - "feet": "Feet", - "hands": "Hands", - "tail": "Tail", - "ears": "Ears", - "ivcs left hand": "IVCS left hand", - "ivcs right hand": "IVCS right hand", - "ivcs left foot": "IVCS left foot", - "ivcs right foot": "IVCS right foot", - "ivcs body": "IVCS body", - "ivcs penis": "IVCS penis", - "ivcs vagina": "IVCS vagina", - "ivcs buttocks": "IVCS buttocks" - } + "boneCategory": { + "other": "Other", + "body": "Body", + "head": "Head", + "hair": "Hair", + "clothes": "Clothes", + "weapons": "Weapons", + "right hand": "Right hand", + "left hand": "Left hand", + "feet": "Feet", + "hands": "Hands", + "tail": "Tail", + "ears": "Ears", + "ivcs left hand": "IVCS left hand", + "ivcs right hand": "IVCS right hand", + "ivcs left foot": "IVCS left foot", + "ivcs right foot": "IVCS right foot", + "ivcs body": "IVCS body", + "ivcs penis": "IVCS penis", + "ivcs vagina": "IVCS vagina", + "ivcs buttocks": "IVCS buttocks" + } } \ No newline at end of file