diff --git a/build/attribute.py b/build/attribute.py index c4f88d97..80343abe 100644 --- a/build/attribute.py +++ b/build/attribute.py @@ -28,6 +28,11 @@ def add_reserve_value(self, value): self.reserved_values.append(value) return self + def add_reserve_values(self, values): + """Add some reserved values for the attribute.""" + self.reserved_values.extend(values) + return self + def validate(self): """Check if all languages have a value for the text.""" self.text.validate() diff --git a/build/data/countries.py b/build/data/countries.py index 68b3bb28..62b1c755 100644 --- a/build/data/countries.py +++ b/build/data/countries.py @@ -99,6 +99,7 @@ {"name": "ICELAND", "code": "IS"}, {"name": "INDIA", "code": "IN"}, {"name": "INDONESIA", "code": "ID"}, + {"name": "IRAN", "code": "IR"}, {"name": "IRAN, ISLAMIC REPUBLIC OF", "code": "IR"}, {"name": "IRAQ", "code": "IQ"}, {"name": "IRELAND", "code": "IE"}, diff --git a/build/data/languages.py b/build/data/languages.py index 61ad6974..2e6a441c 100644 --- a/build/data/languages.py +++ b/build/data/languages.py @@ -1,209 +1,212 @@ import json languages = [ - {"name": "Abkhazian", "code": ["ab"]}, - {"name": "Afar", "code": ["aa"]}, - {"name": "Afrikaans", "code": ["af"]}, - {"name": "Akan", "code": ["ak"]}, - {"name": "Albanian", "code": ["sq"]}, - {"name": "Amharic", "code": ["am"]}, - {"name": "Arabic", "code": ["ar"]}, - {"name": "Aragonese", "code": ["an"]}, - {"name": "Armenian", "code": ["hy"]}, - {"name": "Assamese", "code": ["as"]}, - {"name": "Avaric", "code": ["av"]}, - {"name": "Avestan", "code": ["ae"]}, - {"name": "Aymara", "code": ["ay"]}, - {"name": "Azerbaijani", "code": ["az"]}, - {"name": "Bambara", "code": ["bm"]}, - {"name": "Bashkir", "code": ["ba"]}, - {"name": "Basque", "code": ["eu"]}, - {"name": "Belarusian", "code": ["be"]}, - {"name": "Bengali", "code": ["bn"]}, - {"name": "Bangla", "code": ["bn"]}, - {"name": "Bihari", "code": ["bh"]}, - {"name": "Bislama", "code": ["bi"]}, - {"name": "Bosnian", "code": ["bs"]}, - {"name": "Breton", "code": ["br"]}, - {"name": "Bulgarian", "code": ["bg"]}, - {"name": "Burmese", "code": ["my"]}, - {"name": "Catalan", "code": ["ca"]}, - {"name": "Chamorro", "code": ["ch"]}, - {"name": "Chechen", "code": ["ce"]}, - {"name": "Chichewa, Chewa, Nyanja", "code": ["ny"]}, - {"name": "Chinese", "code": ["zh"]}, - {"name": "Chinese (Simplified)", "code": ["zh-Hans"]}, - {"name": "Chinese (Traditional)", "code": ["zh-Hant"]}, - {"name": "Chuvash", "code": ["cv"]}, - {"name": "Cornish", "code": ["kw"]}, - {"name": "Corsican", "code": ["co"]}, - {"name": "Cree", "code": ["cr"]}, - {"name": "Croatian", "code": ["hr"]}, - {"name": "Czech", "code": ["cs"]}, - {"name": "Danish", "code": ["da"]}, - {"name": "Divehi, Dhivehi, Maldivian", "code": ["dv"]}, - {"name": "Dutch", "code": ["nl"]}, - {"name": "Dzongkha", "code": ["dz"]}, - {"name": "English", "code": ["en"]}, - {"name": "Esperanto", "code": ["eo"]}, - {"name": "Estonian", "code": ["et"]}, - {"name": "Ewe", "code": ["ee"]}, - {"name": "Faroese", "code": ["fo"]}, - {"name": "Fijian", "code": ["fj"]}, - {"name": "Finnish", "code": ["fi"]}, - {"name": "French", "code": ["fr"]}, - {"name": "Fula, Fulah, Pulaar, Pular", "code": ["ff"]}, - {"name": "Galician", "code": ["gl"]}, - {"name": "Gaelic (Scottish)", "code": ["gd"]}, - {"name": "Gaelic (Manx)", "code": ["gv"]}, - {"name": "Georgian", "code": ["ka"]}, - {"name": "German", "code": ["de"]}, - {"name": "Greek", "code": ["el"]}, - {"name": "Greenlandic", "code": ["kl"]}, - {"name": "Guarani", "code": ["gn"]}, - {"name": "Gujarati", "code": ["gu"]}, - {"name": "Haitian Creole", "code": ["ht"]}, - {"name": "Hausa", "code": ["ha"]}, - {"name": "Hebrew", "code": ["he"]}, - {"name": "Herero", "code": ["hz"]}, - {"name": "Hindi", "code": ["hi"]}, - {"name": "Hiri Motu", "code": ["ho"]}, - {"name": "Hungarian", "code": ["hu"]}, - {"name": "Icelandic", "code": ["is"]}, - {"name": "Ido", "code": ["io"]}, - {"name": "Igbo", "code": ["ig"]}, - {"name": "Indonesian", "code": ["id, in"]}, - {"name": "Interlingua", "code": ["ia"]}, - {"name": "Interlingue", "code": ["ie"]}, - {"name": "Inuktitut", "code": ["iu"]}, - {"name": "Inupiak", "code": ["ik"]}, - {"name": "Irish", "code": ["ga"]}, - {"name": "Italian", "code": ["it"]}, - {"name": "Japanese", "code": ["ja"]}, - {"name": "Javanese", "code": ["jv"]}, - {"name": "Kalaallisut, Greenlandic", "code": ["kl"]}, - {"name": "Kannada", "code": ["kn"]}, - {"name": "Kanuri", "code": ["kr"]}, - {"name": "Kashmiri", "code": ["ks"]}, - {"name": "Kazakh", "code": ["kk"]}, - {"name": "Khmer", "code": ["km"]}, - {"name": "Kikuyu", "code": ["ki"]}, - {"name": "Kinyarwanda (Rwanda)", "code": ["rw"]}, - {"name": "Kirundi", "code": ["rn"]}, - {"name": "Kyrgyz", "code": ["ky"]}, - {"name": "Komi", "code": ["kv"]}, - {"name": "Kongo", "code": ["kg"]}, - {"name": "Korean", "code": ["ko"]}, - {"name": "Kurdish", "code": ["ku"]}, - {"name": "Kwanyama", "code": ["kj"]}, - {"name": "Lao", "code": ["lo"]}, - {"name": "Latin", "code": ["la"]}, - {"name": "Latvian (Lettish)", "code": ["lv"]}, - {"name": "Limburgish ( Limburger)", "code": ["li"]}, - {"name": "Lingala", "code": ["ln"]}, - {"name": "Lithuanian", "code": ["lt"]}, - {"name": "Luga-Katanga", "code": ["lu"]}, - {"name": "Luganda, Ganda", "code": ["lg"]}, - {"name": "Luxembourgish", "code": ["lb"]}, - {"name": "Manx", "code": ["gv"]}, - {"name": "Macedonian", "code": ["mk"]}, - {"name": "Malagasy", "code": ["mg"]}, - {"name": "Malay", "code": ["ms"]}, - {"name": "Malayalam", "code": ["ml"]}, - {"name": "Maltese", "code": ["mt"]}, - {"name": "Maori", "code": ["mi"]}, - {"name": "Marathi", "code": ["mr"]}, - {"name": "Marshallese", "code": ["mh"]}, - {"name": "Moldavian", "code": ["mo"]}, - {"name": "Mongolian", "code": ["mn"]}, - {"name": "Nauru", "code": ["na"]}, - {"name": "Navajo", "code": ["nv"]}, - {"name": "Ndonga", "code": ["ng"]}, - {"name": "Northern Ndebele", "code": ["nd"]}, - {"name": "Nepali", "code": ["ne"]}, - {"name": "Norwegian", "code": ["no"]}, - {"name": "Norwegian bokmål", "code": ["nb"]}, - {"name": "Norwegian nynorsk", "code": ["nn"]}, - {"name": "Nuosu", "code": ["ii"]}, - {"name": "Occitan", "code": ["oc"]}, - {"name": "Ojibwe", "code": ["oj"]}, - {"name": "Old Church Slavonic, Old Bulgarian", "code": ["cu"]}, - {"name": "Oriya", "code": ["or"]}, - {"name": "Oromo (Afaan Oromo)", "code": ["om"]}, - {"name": "Ossetian", "code": ["os"]}, - {"name": "Pāli", "code": ["pi"]}, - {"name": "Pashto, Pushto", "code": ["ps"]}, - {"name": "Persian (Farsi)", "code": ["fa"]}, - {"name": "Polish", "code": ["pl"]}, - {"name": "Portuguese", "code": ["pt"]}, - {"name": "Punjabi (Eastern)", "code": ["pa"]}, - {"name": "Quechua", "code": ["qu"]}, - {"name": "Romansh", "code": ["rm"]}, - {"name": "Romanian", "code": ["ro"]}, - {"name": "Russian", "code": ["ru"]}, - {"name": "Sami", "code": ["se"]}, - {"name": "Samoan", "code": ["sm"]}, - {"name": "Sango", "code": ["sg"]}, - {"name": "Sanskrit", "code": ["sa"]}, - {"name": "Serbian", "code": ["sr"]}, - {"name": "Serbo-Croatian", "code": ["sh"]}, - {"name": "Sesotho", "code": ["st"]}, - {"name": "Setswana", "code": ["tn"]}, - {"name": "Shona", "code": ["sn"]}, - {"name": "Sichuan Yi", "code": ["ii"]}, - {"name": "Sindhi", "code": ["sd"]}, - {"name": "Sinhalese", "code": ["si"]}, - {"name": "Siswati", "code": ["ss"]}, - {"name": "Slovak", "code": ["sk"]}, - {"name": "Slovenian", "code": ["sl"]}, - {"name": "Somali", "code": ["so"]}, - {"name": "Southern Ndebele", "code": ["nr"]}, - {"name": "Spanish", "code": ["es"]}, - {"name": "Sundanese", "code": ["su"]}, - {"name": "Swahili (Kiswahili)", "code": ["sw"]}, - {"name": "Swati", "code": ["ss"]}, - {"name": "Swedish", "code": ["sv"]}, - {"name": "Tagalog", "code": ["tl"]}, - {"name": "Tahitian", "code": ["ty"]}, - {"name": "Tajik", "code": ["tg"]}, - {"name": "Tamil", "code": ["ta"]}, - {"name": "Tatar", "code": ["tt"]}, - {"name": "Telugu", "code": ["te"]}, - {"name": "Thai", "code": ["th"]}, - {"name": "Tibetan", "code": ["bo"]}, - {"name": "Tigrinya", "code": ["ti"]}, - {"name": "Tonga", "code": ["to"]}, - {"name": "Tsonga", "code": ["ts"]}, - {"name": "Turkish", "code": ["tr"]}, - {"name": "Turkmen", "code": ["tk"]}, - {"name": "Twi", "code": ["tw"]}, - {"name": "Uyghur", "code": ["ug"]}, - {"name": "Ukrainian", "code": ["uk"]}, - {"name": "Urdu", "code": ["ur"]}, - {"name": "Uzbek", "code": ["uz"]}, - {"name": "Venda", "code": ["ve"]}, - {"name": "Vietnamese", "code": ["vi"]}, - {"name": "Volapük", "code": ["vo"]}, - {"name": "Wallon", "code": ["wa"]}, - {"name": "Welsh", "code": ["cy"]}, - {"name": "Wolof", "code": ["wo"]}, - {"name": "Western Frisian", "code": ["fy"]}, - {"name": "Xhosa", "code": ["xh"]}, - {"name": "Yiddish", "code": ["yi, ji"]}, - {"name": "Yoruba", "code": ["yo"]}, - {"name": "Zhuang", "code": ["za"]}, - {"name": "Chuang", "code": ["za"]}, - {"name": "Zulu", "code": ["zu"]} + {"name": "Abkhazian", "code": "ab"}, + {"name": "Afar", "code": "aa"}, + {"name": "Afrikaans", "code": "af"}, + {"name": "Akan", "code": "ak"}, + {"name": "Albanian", "code": "sq"}, + {"name": "Amharic", "code": "am"}, + {"name": "Arabic", "code": "ar"}, + {"name": "Aragonese", "code": "an"}, + {"name": "Armenian", "code": "hy"}, + {"name": "Assamese", "code": "as"}, + {"name": "Avaric", "code": "av"}, + {"name": "Avestan", "code": "ae"}, + {"name": "Aymara", "code": "ay"}, + {"name": "Azerbaijani", "code": "az"}, + {"name": "Bambara", "code": "bm"}, + {"name": "Bashkir", "code": "ba"}, + {"name": "Basque", "code": "eu"}, + {"name": "Belarusian", "code": "be"}, + {"name": "Bengali", "code": "bn"}, + {"name": "Bangla", "code": "bn"}, + {"name": "Bihari", "code": "bh"}, + {"name": "Bislama", "code": "bi"}, + {"name": "Bosnian", "code": "bs"}, + {"name": "Breton", "code": "br"}, + {"name": "Bulgarian", "code": "bg"}, + {"name": "Burmese", "code": "my"}, + {"name": "Catalan", "code": "ca"}, + {"name": "Chamorro", "code": "ch"}, + {"name": "Chechen", "code": "ce"}, + {"name": "Chichewa, Chewa, Nyanja", "code": "ny"}, + {"name": "Chinese", "code": "zh"}, + {"name": "Chinese Simplified", "code": "zh-Hans"}, + {"name": "Chinese Traditional", "code": "zh-Hant"}, + {"name": "Chuvash", "code": "cv"}, + {"name": "Cornish", "code": "kw"}, + {"name": "Corsican", "code": "co"}, + {"name": "Cree", "code": "cr"}, + {"name": "Croatian", "code": "hr"}, + {"name": "Czech", "code": "cs"}, + {"name": "Danish", "code": "da"}, + {"name": "Divehi", "code": "dv"}, + {"name": "Dhivehi", "code": "dv"}, + {"name": "Maldivian", "code": "dv"}, + {"name": "Dutch", "code": "nl"}, + {"name": "Dzongkha", "code": "dz"}, + {"name": "English", "code": "en"}, + {"name": "Esperanto", "code": "eo"}, + {"name": "Estonian", "code": "et"}, + {"name": "Ewe", "code": "ee"}, + {"name": "Faroese", "code": "fo"}, + {"name": "Fijian", "code": "fj"}, + {"name": "Finnish", "code": "fi"}, + {"name": "French", "code": "fr"}, + {"name": "Fula, Fulah, Pulaar, Pular", "code": "ff"}, + {"name": "Galician", "code": "gl"}, + {"name": "Gaelic Scottish", "code": "gd"}, + {"name": "Gaelic Manx", "code": "gv"}, + {"name": "Georgian", "code": "ka"}, + {"name": "German", "code": "de"}, + {"name": "Greek", "code": "el"}, + {"name": "Greenlandic", "code": "kl"}, + {"name": "Guarani", "code": "gn"}, + {"name": "Gujarati", "code": "gu"}, + {"name": "Haitian Creole", "code": "ht"}, + {"name": "Hausa", "code": "ha"}, + {"name": "Hebrew", "code": "he"}, + {"name": "Herero", "code": "hz"}, + {"name": "Hindi", "code": "hi"}, + {"name": "Hiri Motu", "code": "ho"}, + {"name": "Hungarian", "code": "hu"}, + {"name": "Icelandic", "code": "is"}, + {"name": "Ido", "code": "io"}, + {"name": "Igbo", "code": "ig"}, + {"name": "Indonesian", "code": "id, in"}, + {"name": "Interlingua", "code": "ia"}, + {"name": "Interlingue", "code": "ie"}, + {"name": "Inuktitut", "code": "iu"}, + {"name": "Inupiak", "code": "ik"}, + {"name": "Irish", "code": "ga"}, + {"name": "Italian", "code": "it"}, + {"name": "Japanese", "code": "ja"}, + {"name": "Javanese", "code": "jv"}, + {"name": "Kalaallisut", "code": "kl"}, + {"name": "Greenlandic", "code": "kl"}, + {"name": "Kannada", "code": "kn"}, + {"name": "Kanuri", "code": "kr"}, + {"name": "Kashmiri", "code": "ks"}, + {"name": "Kazakh", "code": "kk"}, + {"name": "Khmer", "code": "km"}, + {"name": "Kikuyu", "code": "ki"}, + {"name": "Kinyarwanda Rwanda", "code": "rw"}, + {"name": "Kirundi", "code": "rn"}, + {"name": "Kyrgyz", "code": "ky"}, + {"name": "Komi", "code": "kv"}, + {"name": "Kongo", "code": "kg"}, + {"name": "Korean", "code": "ko"}, + {"name": "Kurdish", "code": "ku"}, + {"name": "Kwanyama", "code": "kj"}, + {"name": "Lao", "code": "lo"}, + {"name": "Latin", "code": "la"}, + {"name": "Latvian Lettish", "code": "lv"}, + {"name": "Limburgish Limburger", "code": "li"}, + {"name": "Lingala", "code": "ln"}, + {"name": "Lithuanian", "code": "lt"}, + {"name": "Luga-Katanga", "code": "lu"}, + {"name": "Luganda, Ganda", "code": "lg"}, + {"name": "Luxembourgish", "code": "lb"}, + {"name": "Manx", "code": "gv"}, + {"name": "Macedonian", "code": "mk"}, + {"name": "Malagasy", "code": "mg"}, + {"name": "Malay", "code": "ms"}, + {"name": "Malayalam", "code": "ml"}, + {"name": "Maltese", "code": "mt"}, + {"name": "Maori", "code": "mi"}, + {"name": "Marathi", "code": "mr"}, + {"name": "Marshallese", "code": "mh"}, + {"name": "Moldavian", "code": "mo"}, + {"name": "Mongolian", "code": "mn"}, + {"name": "Nauru", "code": "na"}, + {"name": "Navajo", "code": "nv"}, + {"name": "Ndonga", "code": "ng"}, + {"name": "Northern Ndebele", "code": "nd"}, + {"name": "Nepali", "code": "ne"}, + {"name": "Norwegian", "code": "no"}, + {"name": "Norwegian bokmål", "code": "nb"}, + {"name": "Norwegian nynorsk", "code": "nn"}, + {"name": "Nuosu", "code": "ii"}, + {"name": "Occitan", "code": "oc"}, + {"name": "Ojibwe", "code": "oj"}, + {"name": "Old Church Slavonic, Old Bulgarian", "code": "cu"}, + {"name": "Oriya", "code": "or"}, + {"name": "Oromo Afaan Oromo", "code": "om"}, + {"name": "Ossetian", "code": "os"}, + {"name": "Pāli", "code": "pi"}, + {"name": "Pashto, Pushto", "code": "ps"}, + {"name": "Persian", "code": "fa"}, + {"name": "Farsi", "code": "fa"}, + {"name": "Polish", "code": "pl"}, + {"name": "Portuguese", "code": "pt"}, + {"name": "Punjabi", "code": "pa"}, + {"name": "Eastern", "code": "pa"}, + {"name": "Quechua", "code": "qu"}, + {"name": "Romansh", "code": "rm"}, + {"name": "Romanian", "code": "ro"}, + {"name": "Russian", "code": "ru"}, + {"name": "Sami", "code": "se"}, + {"name": "Samoan", "code": "sm"}, + {"name": "Sango", "code": "sg"}, + {"name": "Sanskrit", "code": "sa"}, + {"name": "Serbian", "code": "sr"}, + {"name": "Serbo-Croatian", "code": "sh"}, + {"name": "Sesotho", "code": "st"}, + {"name": "Setswana", "code": "tn"}, + {"name": "Shona", "code": "sn"}, + {"name": "Sichuan Yi", "code": "ii"}, + {"name": "Sindhi", "code": "sd"}, + {"name": "Sinhalese", "code": "si"}, + {"name": "Siswati", "code": "ss"}, + {"name": "Slovak", "code": "sk"}, + {"name": "Slovenian", "code": "sl"}, + {"name": "Somali", "code": "so"}, + {"name": "Southern Ndebele", "code": "nr"}, + {"name": "Spanish", "code": "es"}, + {"name": "Sundanese", "code": "su"}, + {"name": "Swahili", "code": "sw"}, + {"name": "Kiswahili", "code": "sw"}, + {"name": "Swati", "code": "ss"}, + {"name": "Swedish", "code": "sv"}, + {"name": "Tagalog", "code": "tl"}, + {"name": "Tahitian", "code": "ty"}, + {"name": "Tajik", "code": "tg"}, + {"name": "Tamil", "code": "ta"}, + {"name": "Tatar", "code": "tt"}, + {"name": "Telugu", "code": "te"}, + {"name": "Thai", "code": "th"}, + {"name": "Tibetan", "code": "bo"}, + {"name": "Tigrinya", "code": "ti"}, + {"name": "Tonga", "code": "to"}, + {"name": "Tsonga", "code": "ts"}, + {"name": "Turkish", "code": "tr"}, + {"name": "Turkmen", "code": "tk"}, + {"name": "Twi", "code": "tw"}, + {"name": "Uyghur", "code": "ug"}, + {"name": "Ukrainian", "code": "uk"}, + {"name": "Urdu", "code": "ur"}, + {"name": "Uzbek", "code": "uz"}, + {"name": "Venda", "code": "ve"}, + {"name": "Vietnamese", "code": "vi"}, + {"name": "Volapük", "code": "vo"}, + {"name": "Wallon", "code": "wa"}, + {"name": "Welsh", "code": "cy"}, + {"name": "Wolof", "code": "wo"}, + {"name": "Western Frisian", "code": "fy"}, + {"name": "Xhosa", "code": "xh"}, + {"name": "Yiddish", "code": "yi"}, + {"name": "Yiddish", "code": "ji"}, + {"name": "Yoruba", "code": "yo"}, + {"name": "Zhuang", "code": "za"}, + {"name": "Chuang", "code": "za"}, + {"name": "Zulu", "code": "zu"} ] for language in languages: language["name"] = language["name"].lower().strip() - if isinstance(language["code"], str): - language["code"] = language["code"].lower().strip().split(", ") - else: - for i in range(len(language["code"])): - language["code"][i] = language["code"][i].lower().strip() + language["code"] = language["code"].lower().strip() if __name__ == "__main__": print(json.dumps(languages, indent=4, ensure_ascii=False)) diff --git a/build/lang.py b/build/lang.py index 0c3ce0eb..515493d7 100644 --- a/build/lang.py +++ b/build/lang.py @@ -2,18 +2,19 @@ class Lang: languages = {} @classmethod - def add_lang(cls, name, full_name, international_name): + def add_lang(self, name, full_name, international_name): """Add a new language to the list of supported languages.""" - cls.languages[name] = { + self.languages[name] = { + "code": name, "full_name": full_name, "international_name": international_name, } - setattr(cls, name, name) + setattr(self, name, name) @classmethod - def get_languages(cls): + def get_languages(self): """Get the list of supported languages.""" - return cls.languages + return self.languages def __getattr__(self, name): """Get the object for a specific language.""" diff --git a/build/tags/a.json b/build/tags/a.json new file mode 100644 index 00000000..1471ccc9 --- /dev/null +++ b/build/tags/a.json @@ -0,0 +1,18493 @@ +{ + "id": "AST_LAYOUT_TYPE_A", + "is_mother": true, + "generate_name": "a", + "text": { + "EN": [ + "link" + ], + "FA": [ + "لینک" + ] + }, + "attributes": [ + { + "id": "AST_LAYOUT_ATTRIBUTE_TYPE_DOWNLOAD", + "generate_name": "download", + "type": "AST_TYPE_STRING", + "text": { + "EN": [ + "download" + ], + "FA": [ + "دانلود" + ] + }, + "reserved_values": [ + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FILE", + "generate_name": "file", + "text": { + "EN": [ + "file" + ], + "FA": [ + "فایل" + ] + } + } + ] + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_TYPE_HREF", + "generate_name": "href", + "type": "AST_TYPE_URL", + "text": { + "EN": [ + "href" + ], + "FA": [ + "لینک" + ] + }, + "reserved_values": [] + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_TYPE_HREFLANG", + "generate_name": "hreflang", + "type": "AST_TYPE_STRING", + "text": { + "EN": [ + "language" + ], + "FA": [ + "زبان" + ] + }, + "reserved_values": [ + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AB", + "generate_name": "AB", + "text": { + "EN": [ + "abkhazian", + "ab" + ], + "FA": [ + "abkhazian", + "ab" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AA", + "generate_name": "AA", + "text": { + "EN": [ + "afar", + "aa" + ], + "FA": [ + "afar", + "aa" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AF", + "generate_name": "AF", + "text": { + "EN": [ + "afrikaans", + "af" + ], + "FA": [ + "afrikaans", + "af" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AK", + "generate_name": "AK", + "text": { + "EN": [ + "akan", + "ak" + ], + "FA": [ + "akan", + "ak" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SQ", + "generate_name": "SQ", + "text": { + "EN": [ + "albanian", + "sq" + ], + "FA": [ + "albanian", + "sq" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AM", + "generate_name": "AM", + "text": { + "EN": [ + "amharic", + "am" + ], + "FA": [ + "amharic", + "am" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AR", + "generate_name": "AR", + "text": { + "EN": [ + "arabic", + "ar" + ], + "FA": [ + "arabic", + "ar" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AN", + "generate_name": "AN", + "text": { + "EN": [ + "aragonese", + "an" + ], + "FA": [ + "aragonese", + "an" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HY", + "generate_name": "HY", + "text": { + "EN": [ + "armenian", + "hy" + ], + "FA": [ + "armenian", + "hy" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AS", + "generate_name": "AS", + "text": { + "EN": [ + "assamese", + "as" + ], + "FA": [ + "assamese", + "as" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AV", + "generate_name": "AV", + "text": { + "EN": [ + "avaric", + "av" + ], + "FA": [ + "avaric", + "av" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AE", + "generate_name": "AE", + "text": { + "EN": [ + "avestan", + "ae" + ], + "FA": [ + "avestan", + "ae" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AY", + "generate_name": "AY", + "text": { + "EN": [ + "aymara", + "ay" + ], + "FA": [ + "aymara", + "ay" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AZ", + "generate_name": "AZ", + "text": { + "EN": [ + "azerbaijani", + "az" + ], + "FA": [ + "azerbaijani", + "az" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BM", + "generate_name": "BM", + "text": { + "EN": [ + "bambara", + "bm" + ], + "FA": [ + "bambara", + "bm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BA", + "generate_name": "BA", + "text": { + "EN": [ + "bashkir", + "ba" + ], + "FA": [ + "bashkir", + "ba" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_EU", + "generate_name": "EU", + "text": { + "EN": [ + "basque", + "eu" + ], + "FA": [ + "basque", + "eu" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BE", + "generate_name": "BE", + "text": { + "EN": [ + "belarusian", + "be" + ], + "FA": [ + "belarusian", + "be" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BN", + "generate_name": "BN", + "text": { + "EN": [ + "bengali", + "bn" + ], + "FA": [ + "bengali", + "bn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BN", + "generate_name": "BN", + "text": { + "EN": [ + "bangla", + "bn" + ], + "FA": [ + "bangla", + "bn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BH", + "generate_name": "BH", + "text": { + "EN": [ + "bihari", + "bh" + ], + "FA": [ + "bihari", + "bh" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BI", + "generate_name": "BI", + "text": { + "EN": [ + "bislama", + "bi" + ], + "FA": [ + "bislama", + "bi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BS", + "generate_name": "BS", + "text": { + "EN": [ + "bosnian", + "bs" + ], + "FA": [ + "bosnian", + "bs" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BR", + "generate_name": "BR", + "text": { + "EN": [ + "breton", + "br" + ], + "FA": [ + "breton", + "br" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BG", + "generate_name": "BG", + "text": { + "EN": [ + "bulgarian", + "bg" + ], + "FA": [ + "bulgarian", + "bg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MY", + "generate_name": "MY", + "text": { + "EN": [ + "burmese", + "my" + ], + "FA": [ + "burmese", + "my" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_CA", + "generate_name": "CA", + "text": { + "EN": [ + "catalan", + "ca" + ], + "FA": [ + "catalan", + "ca" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_CH", + "generate_name": "CH", + "text": { + "EN": [ + "chamorro", + "ch" + ], + "FA": [ + "chamorro", + "ch" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_CE", + "generate_name": "CE", + "text": { + "EN": [ + "chechen", + "ce" + ], + "FA": [ + "chechen", + "ce" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NY", + "generate_name": "NY", + "text": { + "EN": [ + "chichewa, chewa, nyanja", + "ny" + ], + "FA": [ + "chichewa, chewa, nyanja", + "ny" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ZH", + "generate_name": "ZH", + "text": { + "EN": [ + "chinese", + "zh" + ], + "FA": [ + "chinese", + "zh" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ZH_HANS", + "generate_name": "ZH-HANS", + "text": { + "EN": [ + "chinese simplified", + "zh-hans" + ], + "FA": [ + "chinese simplified", + "zh-hans" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ZH_HANT", + "generate_name": "ZH-HANT", + "text": { + "EN": [ + "chinese traditional", + "zh-hant" + ], + "FA": [ + "chinese traditional", + "zh-hant" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_CV", + "generate_name": "CV", + "text": { + "EN": [ + "chuvash", + "cv" + ], + "FA": [ + "chuvash", + "cv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KW", + "generate_name": "KW", + "text": { + "EN": [ + "cornish", + "kw" + ], + "FA": [ + "cornish", + "kw" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_CO", + "generate_name": "CO", + "text": { + "EN": [ + "corsican", + "co" + ], + "FA": [ + "corsican", + "co" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_CR", + "generate_name": "CR", + "text": { + "EN": [ + "cree", + "cr" + ], + "FA": [ + "cree", + "cr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HR", + "generate_name": "HR", + "text": { + "EN": [ + "croatian", + "hr" + ], + "FA": [ + "croatian", + "hr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_CS", + "generate_name": "CS", + "text": { + "EN": [ + "czech", + "cs" + ], + "FA": [ + "czech", + "cs" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_DA", + "generate_name": "DA", + "text": { + "EN": [ + "danish", + "da" + ], + "FA": [ + "danish", + "da" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_DV", + "generate_name": "DV", + "text": { + "EN": [ + "divehi", + "dv" + ], + "FA": [ + "divehi", + "dv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_DV", + "generate_name": "DV", + "text": { + "EN": [ + "dhivehi", + "dv" + ], + "FA": [ + "dhivehi", + "dv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_DV", + "generate_name": "DV", + "text": { + "EN": [ + "maldivian", + "dv" + ], + "FA": [ + "maldivian", + "dv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NL", + "generate_name": "NL", + "text": { + "EN": [ + "dutch", + "nl" + ], + "FA": [ + "dutch", + "nl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_DZ", + "generate_name": "DZ", + "text": { + "EN": [ + "dzongkha", + "dz" + ], + "FA": [ + "dzongkha", + "dz" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_EN", + "generate_name": "EN", + "text": { + "EN": [ + "english", + "en" + ], + "FA": [ + "english", + "en" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_EO", + "generate_name": "EO", + "text": { + "EN": [ + "esperanto", + "eo" + ], + "FA": [ + "esperanto", + "eo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ET", + "generate_name": "ET", + "text": { + "EN": [ + "estonian", + "et" + ], + "FA": [ + "estonian", + "et" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_EE", + "generate_name": "EE", + "text": { + "EN": [ + "ewe", + "ee" + ], + "FA": [ + "ewe", + "ee" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FO", + "generate_name": "FO", + "text": { + "EN": [ + "faroese", + "fo" + ], + "FA": [ + "faroese", + "fo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FJ", + "generate_name": "FJ", + "text": { + "EN": [ + "fijian", + "fj" + ], + "FA": [ + "fijian", + "fj" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FI", + "generate_name": "FI", + "text": { + "EN": [ + "finnish", + "fi" + ], + "FA": [ + "finnish", + "fi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FR", + "generate_name": "FR", + "text": { + "EN": [ + "french", + "fr" + ], + "FA": [ + "french", + "fr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FF", + "generate_name": "FF", + "text": { + "EN": [ + "fula, fulah, pulaar, pular", + "ff" + ], + "FA": [ + "fula, fulah, pulaar, pular", + "ff" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_GL", + "generate_name": "GL", + "text": { + "EN": [ + "galician", + "gl" + ], + "FA": [ + "galician", + "gl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_GD", + "generate_name": "GD", + "text": { + "EN": [ + "gaelic scottish", + "gd" + ], + "FA": [ + "gaelic scottish", + "gd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_GV", + "generate_name": "GV", + "text": { + "EN": [ + "gaelic manx", + "gv" + ], + "FA": [ + "gaelic manx", + "gv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KA", + "generate_name": "KA", + "text": { + "EN": [ + "georgian", + "ka" + ], + "FA": [ + "georgian", + "ka" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_DE", + "generate_name": "DE", + "text": { + "EN": [ + "german", + "de" + ], + "FA": [ + "german", + "de" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_EL", + "generate_name": "EL", + "text": { + "EN": [ + "greek", + "el" + ], + "FA": [ + "greek", + "el" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KL", + "generate_name": "KL", + "text": { + "EN": [ + "greenlandic", + "kl" + ], + "FA": [ + "greenlandic", + "kl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_GN", + "generate_name": "GN", + "text": { + "EN": [ + "guarani", + "gn" + ], + "FA": [ + "guarani", + "gn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_GU", + "generate_name": "GU", + "text": { + "EN": [ + "gujarati", + "gu" + ], + "FA": [ + "gujarati", + "gu" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HT", + "generate_name": "HT", + "text": { + "EN": [ + "haitian creole", + "ht" + ], + "FA": [ + "haitian creole", + "ht" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HA", + "generate_name": "HA", + "text": { + "EN": [ + "hausa", + "ha" + ], + "FA": [ + "hausa", + "ha" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HE", + "generate_name": "HE", + "text": { + "EN": [ + "hebrew", + "he" + ], + "FA": [ + "hebrew", + "he" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HZ", + "generate_name": "HZ", + "text": { + "EN": [ + "herero", + "hz" + ], + "FA": [ + "herero", + "hz" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HI", + "generate_name": "HI", + "text": { + "EN": [ + "hindi", + "hi" + ], + "FA": [ + "hindi", + "hi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HO", + "generate_name": "HO", + "text": { + "EN": [ + "hiri motu", + "ho" + ], + "FA": [ + "hiri motu", + "ho" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HU", + "generate_name": "HU", + "text": { + "EN": [ + "hungarian", + "hu" + ], + "FA": [ + "hungarian", + "hu" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IS", + "generate_name": "IS", + "text": { + "EN": [ + "icelandic", + "is" + ], + "FA": [ + "icelandic", + "is" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IO", + "generate_name": "IO", + "text": { + "EN": [ + "ido", + "io" + ], + "FA": [ + "ido", + "io" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IG", + "generate_name": "IG", + "text": { + "EN": [ + "igbo", + "ig" + ], + "FA": [ + "igbo", + "ig" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ID,_IN", + "generate_name": "ID, IN", + "text": { + "EN": [ + "indonesian", + "id, in" + ], + "FA": [ + "indonesian", + "id, in" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IA", + "generate_name": "IA", + "text": { + "EN": [ + "interlingua", + "ia" + ], + "FA": [ + "interlingua", + "ia" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IE", + "generate_name": "IE", + "text": { + "EN": [ + "interlingue", + "ie" + ], + "FA": [ + "interlingue", + "ie" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IU", + "generate_name": "IU", + "text": { + "EN": [ + "inuktitut", + "iu" + ], + "FA": [ + "inuktitut", + "iu" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IK", + "generate_name": "IK", + "text": { + "EN": [ + "inupiak", + "ik" + ], + "FA": [ + "inupiak", + "ik" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_GA", + "generate_name": "GA", + "text": { + "EN": [ + "irish", + "ga" + ], + "FA": [ + "irish", + "ga" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IT", + "generate_name": "IT", + "text": { + "EN": [ + "italian", + "it" + ], + "FA": [ + "italian", + "it" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_JA", + "generate_name": "JA", + "text": { + "EN": [ + "japanese", + "ja" + ], + "FA": [ + "japanese", + "ja" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_JV", + "generate_name": "JV", + "text": { + "EN": [ + "javanese", + "jv" + ], + "FA": [ + "javanese", + "jv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KL", + "generate_name": "KL", + "text": { + "EN": [ + "kalaallisut", + "kl" + ], + "FA": [ + "kalaallisut", + "kl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KL", + "generate_name": "KL", + "text": { + "EN": [ + "greenlandic", + "kl" + ], + "FA": [ + "greenlandic", + "kl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KN", + "generate_name": "KN", + "text": { + "EN": [ + "kannada", + "kn" + ], + "FA": [ + "kannada", + "kn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KR", + "generate_name": "KR", + "text": { + "EN": [ + "kanuri", + "kr" + ], + "FA": [ + "kanuri", + "kr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KS", + "generate_name": "KS", + "text": { + "EN": [ + "kashmiri", + "ks" + ], + "FA": [ + "kashmiri", + "ks" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KK", + "generate_name": "KK", + "text": { + "EN": [ + "kazakh", + "kk" + ], + "FA": [ + "kazakh", + "kk" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KM", + "generate_name": "KM", + "text": { + "EN": [ + "khmer", + "km" + ], + "FA": [ + "khmer", + "km" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KI", + "generate_name": "KI", + "text": { + "EN": [ + "kikuyu", + "ki" + ], + "FA": [ + "kikuyu", + "ki" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_RW", + "generate_name": "RW", + "text": { + "EN": [ + "kinyarwanda rwanda", + "rw" + ], + "FA": [ + "kinyarwanda rwanda", + "rw" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_RN", + "generate_name": "RN", + "text": { + "EN": [ + "kirundi", + "rn" + ], + "FA": [ + "kirundi", + "rn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KY", + "generate_name": "KY", + "text": { + "EN": [ + "kyrgyz", + "ky" + ], + "FA": [ + "kyrgyz", + "ky" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KV", + "generate_name": "KV", + "text": { + "EN": [ + "komi", + "kv" + ], + "FA": [ + "komi", + "kv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KG", + "generate_name": "KG", + "text": { + "EN": [ + "kongo", + "kg" + ], + "FA": [ + "kongo", + "kg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KO", + "generate_name": "KO", + "text": { + "EN": [ + "korean", + "ko" + ], + "FA": [ + "korean", + "ko" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KU", + "generate_name": "KU", + "text": { + "EN": [ + "kurdish", + "ku" + ], + "FA": [ + "kurdish", + "ku" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_KJ", + "generate_name": "KJ", + "text": { + "EN": [ + "kwanyama", + "kj" + ], + "FA": [ + "kwanyama", + "kj" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_LO", + "generate_name": "LO", + "text": { + "EN": [ + "lao", + "lo" + ], + "FA": [ + "lao", + "lo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_LA", + "generate_name": "LA", + "text": { + "EN": [ + "latin", + "la" + ], + "FA": [ + "latin", + "la" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_LV", + "generate_name": "LV", + "text": { + "EN": [ + "latvian lettish", + "lv" + ], + "FA": [ + "latvian lettish", + "lv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_LI", + "generate_name": "LI", + "text": { + "EN": [ + "limburgish limburger", + "li" + ], + "FA": [ + "limburgish limburger", + "li" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_LN", + "generate_name": "LN", + "text": { + "EN": [ + "lingala", + "ln" + ], + "FA": [ + "lingala", + "ln" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_LT", + "generate_name": "LT", + "text": { + "EN": [ + "lithuanian", + "lt" + ], + "FA": [ + "lithuanian", + "lt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_LU", + "generate_name": "LU", + "text": { + "EN": [ + "luga-katanga", + "lu" + ], + "FA": [ + "luga-katanga", + "lu" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_LG", + "generate_name": "LG", + "text": { + "EN": [ + "luganda, ganda", + "lg" + ], + "FA": [ + "luganda, ganda", + "lg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_LB", + "generate_name": "LB", + "text": { + "EN": [ + "luxembourgish", + "lb" + ], + "FA": [ + "luxembourgish", + "lb" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_GV", + "generate_name": "GV", + "text": { + "EN": [ + "manx", + "gv" + ], + "FA": [ + "manx", + "gv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MK", + "generate_name": "MK", + "text": { + "EN": [ + "macedonian", + "mk" + ], + "FA": [ + "macedonian", + "mk" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MG", + "generate_name": "MG", + "text": { + "EN": [ + "malagasy", + "mg" + ], + "FA": [ + "malagasy", + "mg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MS", + "generate_name": "MS", + "text": { + "EN": [ + "malay", + "ms" + ], + "FA": [ + "malay", + "ms" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ML", + "generate_name": "ML", + "text": { + "EN": [ + "malayalam", + "ml" + ], + "FA": [ + "malayalam", + "ml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MT", + "generate_name": "MT", + "text": { + "EN": [ + "maltese", + "mt" + ], + "FA": [ + "maltese", + "mt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MI", + "generate_name": "MI", + "text": { + "EN": [ + "maori", + "mi" + ], + "FA": [ + "maori", + "mi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MR", + "generate_name": "MR", + "text": { + "EN": [ + "marathi", + "mr" + ], + "FA": [ + "marathi", + "mr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MH", + "generate_name": "MH", + "text": { + "EN": [ + "marshallese", + "mh" + ], + "FA": [ + "marshallese", + "mh" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MO", + "generate_name": "MO", + "text": { + "EN": [ + "moldavian", + "mo" + ], + "FA": [ + "moldavian", + "mo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MN", + "generate_name": "MN", + "text": { + "EN": [ + "mongolian", + "mn" + ], + "FA": [ + "mongolian", + "mn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NA", + "generate_name": "NA", + "text": { + "EN": [ + "nauru", + "na" + ], + "FA": [ + "nauru", + "na" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NV", + "generate_name": "NV", + "text": { + "EN": [ + "navajo", + "nv" + ], + "FA": [ + "navajo", + "nv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NG", + "generate_name": "NG", + "text": { + "EN": [ + "ndonga", + "ng" + ], + "FA": [ + "ndonga", + "ng" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ND", + "generate_name": "ND", + "text": { + "EN": [ + "northern ndebele", + "nd" + ], + "FA": [ + "northern ndebele", + "nd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NE", + "generate_name": "NE", + "text": { + "EN": [ + "nepali", + "ne" + ], + "FA": [ + "nepali", + "ne" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NO", + "generate_name": "NO", + "text": { + "EN": [ + "norwegian", + "no" + ], + "FA": [ + "norwegian", + "no" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NB", + "generate_name": "NB", + "text": { + "EN": [ + "norwegian bokmål", + "nb" + ], + "FA": [ + "norwegian bokmål", + "nb" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NN", + "generate_name": "NN", + "text": { + "EN": [ + "norwegian nynorsk", + "nn" + ], + "FA": [ + "norwegian nynorsk", + "nn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_II", + "generate_name": "II", + "text": { + "EN": [ + "nuosu", + "ii" + ], + "FA": [ + "nuosu", + "ii" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_OC", + "generate_name": "OC", + "text": { + "EN": [ + "occitan", + "oc" + ], + "FA": [ + "occitan", + "oc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_OJ", + "generate_name": "OJ", + "text": { + "EN": [ + "ojibwe", + "oj" + ], + "FA": [ + "ojibwe", + "oj" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_CU", + "generate_name": "CU", + "text": { + "EN": [ + "old church slavonic, old bulgarian", + "cu" + ], + "FA": [ + "old church slavonic, old bulgarian", + "cu" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_OR", + "generate_name": "OR", + "text": { + "EN": [ + "oriya", + "or" + ], + "FA": [ + "oriya", + "or" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_OM", + "generate_name": "OM", + "text": { + "EN": [ + "oromo afaan oromo", + "om" + ], + "FA": [ + "oromo afaan oromo", + "om" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_OS", + "generate_name": "OS", + "text": { + "EN": [ + "ossetian", + "os" + ], + "FA": [ + "ossetian", + "os" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_PI", + "generate_name": "PI", + "text": { + "EN": [ + "pāli", + "pi" + ], + "FA": [ + "pāli", + "pi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_PS", + "generate_name": "PS", + "text": { + "EN": [ + "pashto, pushto", + "ps" + ], + "FA": [ + "pashto, pushto", + "ps" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FA", + "generate_name": "FA", + "text": { + "EN": [ + "persian", + "fa" + ], + "FA": [ + "persian", + "fa" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FA", + "generate_name": "FA", + "text": { + "EN": [ + "farsi", + "fa" + ], + "FA": [ + "farsi", + "fa" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_PL", + "generate_name": "PL", + "text": { + "EN": [ + "polish", + "pl" + ], + "FA": [ + "polish", + "pl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_PT", + "generate_name": "PT", + "text": { + "EN": [ + "portuguese", + "pt" + ], + "FA": [ + "portuguese", + "pt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_PA", + "generate_name": "PA", + "text": { + "EN": [ + "punjabi", + "pa" + ], + "FA": [ + "punjabi", + "pa" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_PA", + "generate_name": "PA", + "text": { + "EN": [ + "eastern", + "pa" + ], + "FA": [ + "eastern", + "pa" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_QU", + "generate_name": "QU", + "text": { + "EN": [ + "quechua", + "qu" + ], + "FA": [ + "quechua", + "qu" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_RM", + "generate_name": "RM", + "text": { + "EN": [ + "romansh", + "rm" + ], + "FA": [ + "romansh", + "rm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_RO", + "generate_name": "RO", + "text": { + "EN": [ + "romanian", + "ro" + ], + "FA": [ + "romanian", + "ro" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_RU", + "generate_name": "RU", + "text": { + "EN": [ + "russian", + "ru" + ], + "FA": [ + "russian", + "ru" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SE", + "generate_name": "SE", + "text": { + "EN": [ + "sami", + "se" + ], + "FA": [ + "sami", + "se" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SM", + "generate_name": "SM", + "text": { + "EN": [ + "samoan", + "sm" + ], + "FA": [ + "samoan", + "sm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SG", + "generate_name": "SG", + "text": { + "EN": [ + "sango", + "sg" + ], + "FA": [ + "sango", + "sg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SA", + "generate_name": "SA", + "text": { + "EN": [ + "sanskrit", + "sa" + ], + "FA": [ + "sanskrit", + "sa" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SR", + "generate_name": "SR", + "text": { + "EN": [ + "serbian", + "sr" + ], + "FA": [ + "serbian", + "sr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SH", + "generate_name": "SH", + "text": { + "EN": [ + "serbo-croatian", + "sh" + ], + "FA": [ + "serbo-croatian", + "sh" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ST", + "generate_name": "ST", + "text": { + "EN": [ + "sesotho", + "st" + ], + "FA": [ + "sesotho", + "st" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TN", + "generate_name": "TN", + "text": { + "EN": [ + "setswana", + "tn" + ], + "FA": [ + "setswana", + "tn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SN", + "generate_name": "SN", + "text": { + "EN": [ + "shona", + "sn" + ], + "FA": [ + "shona", + "sn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_II", + "generate_name": "II", + "text": { + "EN": [ + "sichuan yi", + "ii" + ], + "FA": [ + "sichuan yi", + "ii" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SD", + "generate_name": "SD", + "text": { + "EN": [ + "sindhi", + "sd" + ], + "FA": [ + "sindhi", + "sd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SI", + "generate_name": "SI", + "text": { + "EN": [ + "sinhalese", + "si" + ], + "FA": [ + "sinhalese", + "si" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SS", + "generate_name": "SS", + "text": { + "EN": [ + "siswati", + "ss" + ], + "FA": [ + "siswati", + "ss" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SK", + "generate_name": "SK", + "text": { + "EN": [ + "slovak", + "sk" + ], + "FA": [ + "slovak", + "sk" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SL", + "generate_name": "SL", + "text": { + "EN": [ + "slovenian", + "sl" + ], + "FA": [ + "slovenian", + "sl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SO", + "generate_name": "SO", + "text": { + "EN": [ + "somali", + "so" + ], + "FA": [ + "somali", + "so" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NR", + "generate_name": "NR", + "text": { + "EN": [ + "southern ndebele", + "nr" + ], + "FA": [ + "southern ndebele", + "nr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ES", + "generate_name": "ES", + "text": { + "EN": [ + "spanish", + "es" + ], + "FA": [ + "spanish", + "es" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SU", + "generate_name": "SU", + "text": { + "EN": [ + "sundanese", + "su" + ], + "FA": [ + "sundanese", + "su" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SW", + "generate_name": "SW", + "text": { + "EN": [ + "swahili", + "sw" + ], + "FA": [ + "swahili", + "sw" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SW", + "generate_name": "SW", + "text": { + "EN": [ + "kiswahili", + "sw" + ], + "FA": [ + "kiswahili", + "sw" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SS", + "generate_name": "SS", + "text": { + "EN": [ + "swati", + "ss" + ], + "FA": [ + "swati", + "ss" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SV", + "generate_name": "SV", + "text": { + "EN": [ + "swedish", + "sv" + ], + "FA": [ + "swedish", + "sv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TL", + "generate_name": "TL", + "text": { + "EN": [ + "tagalog", + "tl" + ], + "FA": [ + "tagalog", + "tl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TY", + "generate_name": "TY", + "text": { + "EN": [ + "tahitian", + "ty" + ], + "FA": [ + "tahitian", + "ty" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TG", + "generate_name": "TG", + "text": { + "EN": [ + "tajik", + "tg" + ], + "FA": [ + "tajik", + "tg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TA", + "generate_name": "TA", + "text": { + "EN": [ + "tamil", + "ta" + ], + "FA": [ + "tamil", + "ta" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TT", + "generate_name": "TT", + "text": { + "EN": [ + "tatar", + "tt" + ], + "FA": [ + "tatar", + "tt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TE", + "generate_name": "TE", + "text": { + "EN": [ + "telugu", + "te" + ], + "FA": [ + "telugu", + "te" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TH", + "generate_name": "TH", + "text": { + "EN": [ + "thai", + "th" + ], + "FA": [ + "thai", + "th" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BO", + "generate_name": "BO", + "text": { + "EN": [ + "tibetan", + "bo" + ], + "FA": [ + "tibetan", + "bo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TI", + "generate_name": "TI", + "text": { + "EN": [ + "tigrinya", + "ti" + ], + "FA": [ + "tigrinya", + "ti" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TO", + "generate_name": "TO", + "text": { + "EN": [ + "tonga", + "to" + ], + "FA": [ + "tonga", + "to" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TS", + "generate_name": "TS", + "text": { + "EN": [ + "tsonga", + "ts" + ], + "FA": [ + "tsonga", + "ts" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TR", + "generate_name": "TR", + "text": { + "EN": [ + "turkish", + "tr" + ], + "FA": [ + "turkish", + "tr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TK", + "generate_name": "TK", + "text": { + "EN": [ + "turkmen", + "tk" + ], + "FA": [ + "turkmen", + "tk" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TW", + "generate_name": "TW", + "text": { + "EN": [ + "twi", + "tw" + ], + "FA": [ + "twi", + "tw" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_UG", + "generate_name": "UG", + "text": { + "EN": [ + "uyghur", + "ug" + ], + "FA": [ + "uyghur", + "ug" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_UK", + "generate_name": "UK", + "text": { + "EN": [ + "ukrainian", + "uk" + ], + "FA": [ + "ukrainian", + "uk" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_UR", + "generate_name": "UR", + "text": { + "EN": [ + "urdu", + "ur" + ], + "FA": [ + "urdu", + "ur" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_UZ", + "generate_name": "UZ", + "text": { + "EN": [ + "uzbek", + "uz" + ], + "FA": [ + "uzbek", + "uz" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VE", + "generate_name": "VE", + "text": { + "EN": [ + "venda", + "ve" + ], + "FA": [ + "venda", + "ve" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VI", + "generate_name": "VI", + "text": { + "EN": [ + "vietnamese", + "vi" + ], + "FA": [ + "vietnamese", + "vi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VO", + "generate_name": "VO", + "text": { + "EN": [ + "volapük", + "vo" + ], + "FA": [ + "volapük", + "vo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_WA", + "generate_name": "WA", + "text": { + "EN": [ + "wallon", + "wa" + ], + "FA": [ + "wallon", + "wa" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_CY", + "generate_name": "CY", + "text": { + "EN": [ + "welsh", + "cy" + ], + "FA": [ + "welsh", + "cy" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_WO", + "generate_name": "WO", + "text": { + "EN": [ + "wolof", + "wo" + ], + "FA": [ + "wolof", + "wo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FY", + "generate_name": "FY", + "text": { + "EN": [ + "western frisian", + "fy" + ], + "FA": [ + "western frisian", + "fy" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_XH", + "generate_name": "XH", + "text": { + "EN": [ + "xhosa", + "xh" + ], + "FA": [ + "xhosa", + "xh" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_YI", + "generate_name": "YI", + "text": { + "EN": [ + "yiddish", + "yi" + ], + "FA": [ + "yiddish", + "yi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_JI", + "generate_name": "JI", + "text": { + "EN": [ + "yiddish", + "ji" + ], + "FA": [ + "yiddish", + "ji" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_YO", + "generate_name": "YO", + "text": { + "EN": [ + "yoruba", + "yo" + ], + "FA": [ + "yoruba", + "yo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ZA", + "generate_name": "ZA", + "text": { + "EN": [ + "zhuang", + "za" + ], + "FA": [ + "zhuang", + "za" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ZA", + "generate_name": "ZA", + "text": { + "EN": [ + "chuang", + "za" + ], + "FA": [ + "chuang", + "za" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ZU", + "generate_name": "ZU", + "text": { + "EN": [ + "zulu", + "zu" + ], + "FA": [ + "zulu", + "zu" + ] + } + } + ] + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_TYPE_MEDIA", + "generate_name": "media", + "type": "AST_TYPE_ANY", + "text": { + "EN": [ + "media" + ], + "FA": [ + "رسانه" + ] + }, + "reserved_values": [] + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_TYPE_PING", + "generate_name": "ping", + "type": "AST_TYPE_URLS", + "text": { + "EN": [ + "ping" + ], + "FA": [ + "پینگ" + ] + }, + "reserved_values": [] + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_TYPE_REFERRERPOLICY", + "generate_name": "referrerpolicy", + "type": "AST_TYPE_STRING", + "text": { + "EN": [ + "referrerpolicy" + ], + "FA": [ + "سیاست ارجاع" + ] + }, + "reserved_values": [ + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NO_REFERRER", + "generate_name": "no-referrer", + "text": { + "EN": [ + "no-referrer" + ], + "FA": [ + "بدون ارجاع" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NO_REFERRER_WHEN_DOWNGRADE", + "generate_name": "no-referrer-when-downgrade", + "text": { + "EN": [ + "no-referrer-when-downgrade" + ], + "FA": [ + "منبع" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ORIGIN", + "generate_name": "origin", + "text": { + "EN": [ + "origin" + ], + "FA": [ + "منبع" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ORIGIN_WHEN_CROSS_ORIGIN", + "generate_name": "origin-when-cross-origin", + "text": { + "EN": [ + "origin-when-cross-origin" + ], + "FA": [ + "منبع در صورت عبور از منبع" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SAME_ORIGIN", + "generate_name": "same-origin", + "text": { + "EN": [ + "same-origin" + ], + "FA": [ + "منبع یکسان" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_STRICT_ORIGIN_WHEN_CROSS_ORIGIN", + "generate_name": "strict-origin-when-cross-origin", + "text": { + "EN": [ + "strict-origin-when-cross-origin" + ], + "FA": [ + "حساس به منبع" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_UNSAFE_URL", + "generate_name": "unsafe-url", + "text": { + "EN": [ + "unsafe-url" + ], + "FA": [ + "آدرس ناامن" + ] + } + } + ] + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_TYPE_REL", + "generate_name": "rel", + "type": "AST_TYPE_STRING", + "text": { + "EN": [ + "rel" + ], + "FA": [ + "رابطه" + ] + }, + "reserved_values": [ + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_ALTERNATE", + "generate_name": "alternate", + "text": { + "EN": [ + "alternate" + ], + "FA": [ + "متناوب" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUTHOR", + "generate_name": "author", + "text": { + "EN": [ + "author" + ], + "FA": [ + "نویسنده" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_BOOKMARK", + "generate_name": "bookmark", + "text": { + "EN": [ + "bookmark" + ], + "FA": [ + "بوکمارک" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_EXTERNAL", + "generate_name": "external", + "text": { + "EN": [ + "external" + ], + "FA": [ + "خارجی" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HELP", + "generate_name": "help", + "text": { + "EN": [ + "help" + ], + "FA": [ + "کمک" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_LICENSE", + "generate_name": "license", + "text": { + "EN": [ + "license" + ], + "FA": [ + "مجوز" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NEXT", + "generate_name": "next", + "text": { + "EN": [ + "next" + ], + "FA": [ + "بعدی" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NOFOLLOW", + "generate_name": "nofollow", + "text": { + "EN": [ + "nofollow" + ], + "FA": [ + "بدون دنبال" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NOREFERRER", + "generate_name": "noreferrer", + "text": { + "EN": [ + "noreferrer" + ], + "FA": [ + "بدون ارجاع" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_NOOPENER", + "generate_name": "noopener", + "text": { + "EN": [ + "noopener" + ], + "FA": [ + "بدون بازکردن" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_PREV", + "generate_name": "prev", + "text": { + "EN": [ + "prev" + ], + "FA": [ + "قبلی" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_SEARCH", + "generate_name": "search", + "text": { + "EN": [ + "search" + ], + "FA": [ + "جستجو" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TAG", + "generate_name": "tag", + "text": { + "EN": [ + "tag" + ], + "FA": [ + "برچسب" + ] + } + } + ] + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_TYPE_TARGET", + "generate_name": "target", + "type": "AST_TYPE_STRING", + "text": { + "EN": [ + "target" + ], + "FA": [ + "هدف" + ] + }, + "reserved_values": [ + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE__BLANK", + "generate_name": "_blank", + "text": { + "EN": [ + "blank" + ], + "FA": [ + "جدید" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE__SELF", + "generate_name": "_self", + "text": { + "EN": [ + "self" + ], + "FA": [ + "خود" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE__PARENT", + "generate_name": "_parent", + "text": { + "EN": [ + "parent" + ], + "FA": [ + "والدین" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE__TOP", + "generate_name": "_top", + "text": { + "EN": [ + "top" + ], + "FA": [ + "بالا" + ] + } + } + ] + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_TYPE_TYPE", + "generate_name": "type", + "type": "AST_TYPE_STRING", + "text": { + "EN": [ + "type" + ], + "FA": [ + "نوع" + ] + }, + "reserved_values": [ + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/3GPDASH_QOE_REPORT+XML", + "generate_name": "application/3gpdash-qoe-report+xml", + "text": { + "EN": [ + "application/3gpdash-qoe-report+xml", + "3gpdash-qoe-report+xml" + ], + "FA": [ + "application/3gpdash-qoe-report+xml", + "3gpdash-qoe-report+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/3GPPHALFORMS+JSON", + "generate_name": "application/3gpphalforms+json", + "text": { + "EN": [ + "application/3gpphalforms+json", + "3gpphalforms+json" + ], + "FA": [ + "application/3gpphalforms+json", + "3gpphalforms+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/A2L", + "generate_name": "application/a2l", + "text": { + "EN": [ + "application/a2l", + "a2l" + ], + "FA": [ + "application/a2l", + "a2l" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ACE_TRL+CBOR", + "generate_name": "application/ace-trl+cbor", + "text": { + "EN": [ + "application/ace-trl+cbor", + "ace-trl+cbor" + ], + "FA": [ + "application/ace-trl+cbor", + "ace-trl+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ACE+JSON", + "generate_name": "application/ace+json", + "text": { + "EN": [ + "application/ace+json", + "ace+json" + ], + "FA": [ + "application/ace+json", + "ace+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ACTIVITY+JSON", + "generate_name": "application/activity+json", + "text": { + "EN": [ + "application/activity+json", + "activity+json" + ], + "FA": [ + "application/activity+json", + "activity+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/AIF+JSON", + "generate_name": "application/aif+json", + "text": { + "EN": [ + "application/aif+json", + "aif+json" + ], + "FA": [ + "application/aif+json", + "aif+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ALTO_CDNIFILTER+JSON", + "generate_name": "application/alto-cdnifilter+json", + "text": { + "EN": [ + "application/alto-cdnifilter+json", + "alto-cdnifilter+json" + ], + "FA": [ + "application/alto-cdnifilter+json", + "alto-cdnifilter+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ALTO_COSTMAPFILTER+JSON", + "generate_name": "application/alto-costmapfilter+json", + "text": { + "EN": [ + "application/alto-costmapfilter+json", + "alto-costmapfilter+json" + ], + "FA": [ + "application/alto-costmapfilter+json", + "alto-costmapfilter+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ALTO_ENDPOINTPROP+JSON", + "generate_name": "application/alto-endpointprop+json", + "text": { + "EN": [ + "application/alto-endpointprop+json", + "alto-endpointprop+json" + ], + "FA": [ + "application/alto-endpointprop+json", + "alto-endpointprop+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ALTO_ENDPOINTCOST+JSON", + "generate_name": "application/alto-endpointcost+json", + "text": { + "EN": [ + "application/alto-endpointcost+json", + "alto-endpointcost+json" + ], + "FA": [ + "application/alto-endpointcost+json", + "alto-endpointcost+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ALTO_ERROR+JSON", + "generate_name": "application/alto-error+json", + "text": { + "EN": [ + "application/alto-error+json", + "alto-error+json" + ], + "FA": [ + "application/alto-error+json", + "alto-error+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ALTO_NETWORKMAP+JSON", + "generate_name": "application/alto-networkmap+json", + "text": { + "EN": [ + "application/alto-networkmap+json", + "alto-networkmap+json" + ], + "FA": [ + "application/alto-networkmap+json", + "alto-networkmap+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ALTO_PROPMAPPARAMS+JSON", + "generate_name": "application/alto-propmapparams+json", + "text": { + "EN": [ + "application/alto-propmapparams+json", + "alto-propmapparams+json" + ], + "FA": [ + "application/alto-propmapparams+json", + "alto-propmapparams+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ALTO_TIPSPARAMS+JSON", + "generate_name": "application/alto-tipsparams+json", + "text": { + "EN": [ + "application/alto-tipsparams+json", + "alto-tipsparams+json" + ], + "FA": [ + "application/alto-tipsparams+json", + "alto-tipsparams+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ALTO_UPDATESTREAMPARAMS+JSON", + "generate_name": "application/alto-updatestreamparams+json", + "text": { + "EN": [ + "application/alto-updatestreamparams+json", + "alto-updatestreamparams+json" + ], + "FA": [ + "application/alto-updatestreamparams+json", + "alto-updatestreamparams+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ANDREW_INSET", + "generate_name": "application/andrew-inset", + "text": { + "EN": [ + "application/andrew-inset", + "andrew-inset" + ], + "FA": [ + "application/andrew-inset", + "andrew-inset" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/AT+JWT", + "generate_name": "application/at+jwt", + "text": { + "EN": [ + "application/at+jwt", + "at+jwt" + ], + "FA": [ + "application/at+jwt", + "at+jwt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ATFX", + "generate_name": "application/atfx", + "text": { + "EN": [ + "application/atfx", + "atfx" + ], + "FA": [ + "application/atfx", + "atfx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ATOMCAT+XML", + "generate_name": "application/atomcat+xml", + "text": { + "EN": [ + "application/atomcat+xml", + "atomcat+xml" + ], + "FA": [ + "application/atomcat+xml", + "atomcat+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ATOMICMAIL", + "generate_name": "application/atomicmail", + "text": { + "EN": [ + "application/atomicmail", + "atomicmail" + ], + "FA": [ + "application/atomicmail", + "atomicmail" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ATSC_DWD+XML", + "generate_name": "application/atsc-dwd+xml", + "text": { + "EN": [ + "application/atsc-dwd+xml", + "atsc-dwd+xml" + ], + "FA": [ + "application/atsc-dwd+xml", + "atsc-dwd+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ATSC_HELD+XML", + "generate_name": "application/atsc-held+xml", + "text": { + "EN": [ + "application/atsc-held+xml", + "atsc-held+xml" + ], + "FA": [ + "application/atsc-held+xml", + "atsc-held+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ATSC_RSAT+XML", + "generate_name": "application/atsc-rsat+xml", + "text": { + "EN": [ + "application/atsc-rsat+xml", + "atsc-rsat+xml" + ], + "FA": [ + "application/atsc-rsat+xml", + "atsc-rsat+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/AUTH_POLICY+XML", + "generate_name": "application/auth-policy+xml", + "text": { + "EN": [ + "application/auth-policy+xml", + "auth-policy+xml" + ], + "FA": [ + "application/auth-policy+xml", + "auth-policy+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/AUTOMATIONML_AMLX+ZIP", + "generate_name": "application/automationml-amlx+zip", + "text": { + "EN": [ + "application/automationml-amlx+zip", + "automationml-amlx+zip" + ], + "FA": [ + "application/automationml-amlx+zip", + "automationml-amlx+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/BATCH_SMTP", + "generate_name": "application/batch-smtp", + "text": { + "EN": [ + "application/batch-smtp", + "batch-smtp" + ], + "FA": [ + "application/batch-smtp", + "batch-smtp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/BUFR", + "generate_name": "application/bufr", + "text": { + "EN": [ + "application/bufr", + "bufr" + ], + "FA": [ + "application/bufr", + "bufr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CALENDAR+JSON", + "generate_name": "application/calendar+json", + "text": { + "EN": [ + "application/calendar+json", + "calendar+json" + ], + "FA": [ + "application/calendar+json", + "calendar+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CALL_COMPLETION", + "generate_name": "application/call-completion", + "text": { + "EN": [ + "application/call-completion", + "call-completion" + ], + "FA": [ + "application/call-completion", + "call-completion" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CAPTIVE+JSON", + "generate_name": "application/captive+json", + "text": { + "EN": [ + "application/captive+json", + "captive+json" + ], + "FA": [ + "application/captive+json", + "captive+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CBOR_SEQ", + "generate_name": "application/cbor-seq", + "text": { + "EN": [ + "application/cbor-seq", + "cbor-seq" + ], + "FA": [ + "application/cbor-seq", + "cbor-seq" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CCMP+XML", + "generate_name": "application/ccmp+xml", + "text": { + "EN": [ + "application/ccmp+xml", + "ccmp+xml" + ], + "FA": [ + "application/ccmp+xml", + "ccmp+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CDA+XML", + "generate_name": "application/cda+xml", + "text": { + "EN": [ + "application/cda+xml", + "cda+xml" + ], + "FA": [ + "application/cda+xml", + "cda+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CDMI_CAPABILITY", + "generate_name": "application/cdmi-capability", + "text": { + "EN": [ + "application/cdmi-capability", + "cdmi-capability" + ], + "FA": [ + "application/cdmi-capability", + "cdmi-capability" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CDMI_DOMAIN", + "generate_name": "application/cdmi-domain", + "text": { + "EN": [ + "application/cdmi-domain", + "cdmi-domain" + ], + "FA": [ + "application/cdmi-domain", + "cdmi-domain" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CDMI_QUEUE", + "generate_name": "application/cdmi-queue", + "text": { + "EN": [ + "application/cdmi-queue", + "cdmi-queue" + ], + "FA": [ + "application/cdmi-queue", + "cdmi-queue" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CE+CBOR", + "generate_name": "application/ce+cbor", + "text": { + "EN": [ + "application/ce+cbor", + "ce+cbor" + ], + "FA": [ + "application/ce+cbor", + "ce+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CEA_2018+XML", + "generate_name": "application/cea-2018+xml", + "text": { + "EN": [ + "application/cea-2018+xml", + "cea-2018+xml" + ], + "FA": [ + "application/cea-2018+xml", + "cea-2018+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CFW", + "generate_name": "application/cfw", + "text": { + "EN": [ + "application/cfw", + "cfw" + ], + "FA": [ + "application/cfw", + "cfw" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CITY+JSON", + "generate_name": "application/city+json", + "text": { + "EN": [ + "application/city+json", + "city+json" + ], + "FA": [ + "application/city+json", + "city+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CLR", + "generate_name": "application/clr", + "text": { + "EN": [ + "application/clr", + "clr" + ], + "FA": [ + "application/clr", + "clr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CLUE+XML", + "generate_name": "application/clue+xml", + "text": { + "EN": [ + "application/clue+xml", + "clue+xml" + ], + "FA": [ + "application/clue+xml", + "clue+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CNRP+XML", + "generate_name": "application/cnrp+xml", + "text": { + "EN": [ + "application/cnrp+xml", + "cnrp+xml" + ], + "FA": [ + "application/cnrp+xml", + "cnrp+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/COAP_PAYLOAD", + "generate_name": "application/coap-payload", + "text": { + "EN": [ + "application/coap-payload", + "coap-payload" + ], + "FA": [ + "application/coap-payload", + "coap-payload" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CONCISE_PROBLEM_DETAILS+CBOR", + "generate_name": "application/concise-problem-details+cbor", + "text": { + "EN": [ + "application/concise-problem-details+cbor", + "concise-problem-details+cbor" + ], + "FA": [ + "application/concise-problem-details+cbor", + "concise-problem-details+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CPL+XML", + "generate_name": "application/cpl+xml", + "text": { + "EN": [ + "application/cpl+xml", + "cpl+xml" + ], + "FA": [ + "application/cpl+xml", + "cpl+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/COSE_KEY", + "generate_name": "application/cose-key", + "text": { + "EN": [ + "application/cose-key", + "cose-key" + ], + "FA": [ + "application/cose-key", + "cose-key" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/COSE_X509", + "generate_name": "application/cose-x509", + "text": { + "EN": [ + "application/cose-x509", + "cose-x509" + ], + "FA": [ + "application/cose-x509", + "cose-x509" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CSTA+XML", + "generate_name": "application/csta+xml", + "text": { + "EN": [ + "application/csta+xml", + "csta+xml" + ], + "FA": [ + "application/csta+xml", + "csta+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CSVM+JSON", + "generate_name": "application/csvm+json", + "text": { + "EN": [ + "application/csvm+json", + "csvm+json" + ], + "FA": [ + "application/csvm+json", + "csvm+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CWL+JSON", + "generate_name": "application/cwl+json", + "text": { + "EN": [ + "application/cwl+json", + "cwl+json" + ], + "FA": [ + "application/cwl+json", + "cwl+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/CWT", + "generate_name": "application/cwt", + "text": { + "EN": [ + "application/cwt", + "cwt" + ], + "FA": [ + "application/cwt", + "cwt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DASH+XML", + "generate_name": "application/dash+xml", + "text": { + "EN": [ + "application/dash+xml", + "dash+xml" + ], + "FA": [ + "application/dash+xml", + "dash+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DASHDELTA", + "generate_name": "application/dashdelta", + "text": { + "EN": [ + "application/dashdelta", + "dashdelta" + ], + "FA": [ + "application/dashdelta", + "dashdelta" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DCA_RFT", + "generate_name": "application/dca-rft", + "text": { + "EN": [ + "application/dca-rft", + "dca-rft" + ], + "FA": [ + "application/dca-rft", + "dca-rft" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DEC_DX", + "generate_name": "application/dec-dx", + "text": { + "EN": [ + "application/dec-dx", + "dec-dx" + ], + "FA": [ + "application/dec-dx", + "dec-dx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DICOM", + "generate_name": "application/dicom", + "text": { + "EN": [ + "application/dicom", + "dicom" + ], + "FA": [ + "application/dicom", + "dicom" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DICOM+XML", + "generate_name": "application/dicom+xml", + "text": { + "EN": [ + "application/dicom+xml", + "dicom+xml" + ], + "FA": [ + "application/dicom+xml", + "dicom+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DIT", + "generate_name": "application/dit", + "text": { + "EN": [ + "application/dit", + "dit" + ], + "FA": [ + "application/dit", + "dit" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DNS+JSON", + "generate_name": "application/dns+json", + "text": { + "EN": [ + "application/dns+json", + "dns+json" + ], + "FA": [ + "application/dns+json", + "dns+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DOTS+CBOR", + "generate_name": "application/dots+cbor", + "text": { + "EN": [ + "application/dots+cbor", + "dots+cbor" + ], + "FA": [ + "application/dots+cbor", + "dots+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DSKPP+XML", + "generate_name": "application/dskpp+xml", + "text": { + "EN": [ + "application/dskpp+xml", + "dskpp+xml" + ], + "FA": [ + "application/dskpp+xml", + "dskpp+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/DSSC+XML", + "generate_name": "application/dssc+xml", + "text": { + "EN": [ + "application/dssc+xml", + "dssc+xml" + ], + "FA": [ + "application/dssc+xml", + "dssc+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EAT+CWT", + "generate_name": "application/eat+cwt", + "text": { + "EN": [ + "application/eat+cwt", + "eat+cwt" + ], + "FA": [ + "application/eat+cwt", + "eat+cwt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EAT_BUN+CBOR", + "generate_name": "application/eat-bun+cbor", + "text": { + "EN": [ + "application/eat-bun+cbor", + "eat-bun+cbor" + ], + "FA": [ + "application/eat-bun+cbor", + "eat-bun+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EAT_UCS+CBOR", + "generate_name": "application/eat-ucs+cbor", + "text": { + "EN": [ + "application/eat-ucs+cbor", + "eat-ucs+cbor" + ], + "FA": [ + "application/eat-ucs+cbor", + "eat-ucs+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ECMASCRIPT", + "generate_name": "application/ecmascript", + "text": { + "EN": [ + "application/ecmascript", + "ecmascript (obsoleted in favor of text/javascript)" + ], + "FA": [ + "application/ecmascript", + "ecmascript (obsoleted in favor of text/javascript)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EDI_CONSENT", + "generate_name": "application/edi-consent", + "text": { + "EN": [ + "application/edi-consent", + "edi-consent" + ], + "FA": [ + "application/edi-consent", + "edi-consent" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EDI_X12", + "generate_name": "application/edi-x12", + "text": { + "EN": [ + "application/edi-x12", + "edi-x12" + ], + "FA": [ + "application/edi-x12", + "edi-x12" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ELM+JSON", + "generate_name": "application/elm+json", + "text": { + "EN": [ + "application/elm+json", + "elm+json" + ], + "FA": [ + "application/elm+json", + "elm+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EMERGENCYCALLDATA.CAP+XML", + "generate_name": "application/emergencycalldata.cap+xml", + "text": { + "EN": [ + "application/emergencycalldata.cap+xml", + "emergencycalldata.cap+xml" + ], + "FA": [ + "application/emergencycalldata.cap+xml", + "emergencycalldata.cap+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EMERGENCYCALLDATA.CONTROL+XML", + "generate_name": "application/emergencycalldata.control+xml", + "text": { + "EN": [ + "application/emergencycalldata.control+xml", + "emergencycalldata.control+xml" + ], + "FA": [ + "application/emergencycalldata.control+xml", + "emergencycalldata.control+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EMERGENCYCALLDATA.ECALL.MSD", + "generate_name": "application/emergencycalldata.ecall.msd", + "text": { + "EN": [ + "application/emergencycalldata.ecall.msd", + "emergencycalldata.ecall.msd" + ], + "FA": [ + "application/emergencycalldata.ecall.msd", + "emergencycalldata.ecall.msd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EMERGENCYCALLDATA.PROVIDERINFO+XML", + "generate_name": "application/emergencycalldata.providerinfo+xml", + "text": { + "EN": [ + "application/emergencycalldata.providerinfo+xml", + "emergencycalldata.providerinfo+xml" + ], + "FA": [ + "application/emergencycalldata.providerinfo+xml", + "emergencycalldata.providerinfo+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EMERGENCYCALLDATA.SUBSCRIBERINFO+XML", + "generate_name": "application/emergencycalldata.subscriberinfo+xml", + "text": { + "EN": [ + "application/emergencycalldata.subscriberinfo+xml", + "emergencycalldata.subscriberinfo+xml" + ], + "FA": [ + "application/emergencycalldata.subscriberinfo+xml", + "emergencycalldata.subscriberinfo+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EMMA+XML", + "generate_name": "application/emma+xml", + "text": { + "EN": [ + "application/emma+xml", + "emma+xml" + ], + "FA": [ + "application/emma+xml", + "emma+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ENCAPRTP", + "generate_name": "application/encaprtp", + "text": { + "EN": [ + "application/encaprtp", + "encaprtp" + ], + "FA": [ + "application/encaprtp", + "encaprtp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EPP+XML", + "generate_name": "application/epp+xml", + "text": { + "EN": [ + "application/epp+xml", + "epp+xml" + ], + "FA": [ + "application/epp+xml", + "epp+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ESHOP", + "generate_name": "application/eshop", + "text": { + "EN": [ + "application/eshop", + "eshop" + ], + "FA": [ + "application/eshop", + "eshop" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EXI", + "generate_name": "application/exi", + "text": { + "EN": [ + "application/exi", + "exi" + ], + "FA": [ + "application/exi", + "exi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/EXPRESS", + "generate_name": "application/express", + "text": { + "EN": [ + "application/express", + "express" + ], + "FA": [ + "application/express", + "express" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/FASTSOAP", + "generate_name": "application/fastsoap", + "text": { + "EN": [ + "application/fastsoap", + "fastsoap" + ], + "FA": [ + "application/fastsoap", + "fastsoap" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/FDT+XML", + "generate_name": "application/fdt+xml", + "text": { + "EN": [ + "application/fdt+xml", + "fdt+xml" + ], + "FA": [ + "application/fdt+xml", + "fdt+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/FHIR+XML", + "generate_name": "application/fhir+xml", + "text": { + "EN": [ + "application/fhir+xml", + "fhir+xml" + ], + "FA": [ + "application/fhir+xml", + "fhir+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/FLEXFEC", + "generate_name": "application/flexfec", + "text": { + "EN": [ + "application/flexfec", + "flexfec" + ], + "FA": [ + "application/flexfec", + "flexfec" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/FONT_TDPFR", + "generate_name": "application/font-tdpfr", + "text": { + "EN": [ + "application/font-tdpfr", + "font-tdpfr" + ], + "FA": [ + "application/font-tdpfr", + "font-tdpfr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/FRAMEWORK_ATTRIBUTES+XML", + "generate_name": "application/framework-attributes+xml", + "text": { + "EN": [ + "application/framework-attributes+xml", + "framework-attributes+xml" + ], + "FA": [ + "application/framework-attributes+xml", + "framework-attributes+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/GEO+JSON_SEQ", + "generate_name": "application/geo+json-seq", + "text": { + "EN": [ + "application/geo+json-seq", + "geo+json-seq" + ], + "FA": [ + "application/geo+json-seq", + "geo+json-seq" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/GEOPOSE+JSON", + "generate_name": "application/geopose+json", + "text": { + "EN": [ + "application/geopose+json", + "geopose+json" + ], + "FA": [ + "application/geopose+json", + "geopose+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/GEOXACML+XML", + "generate_name": "application/geoxacml+xml", + "text": { + "EN": [ + "application/geoxacml+xml", + "geoxacml+xml" + ], + "FA": [ + "application/geoxacml+xml", + "geoxacml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/GML+XML", + "generate_name": "application/gml+xml", + "text": { + "EN": [ + "application/gml+xml", + "gml+xml" + ], + "FA": [ + "application/gml+xml", + "gml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/GNAP_BINDING_JWSD", + "generate_name": "application/gnap-binding-jwsd", + "text": { + "EN": [ + "application/gnap-binding-jwsd", + "gnap-binding-jwsd" + ], + "FA": [ + "application/gnap-binding-jwsd", + "gnap-binding-jwsd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/GNAP_BINDING_ROTATION_JWSD", + "generate_name": "application/gnap-binding-rotation-jwsd", + "text": { + "EN": [ + "application/gnap-binding-rotation-jwsd", + "gnap-binding-rotation-jwsd" + ], + "FA": [ + "application/gnap-binding-rotation-jwsd", + "gnap-binding-rotation-jwsd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/GZIP", + "generate_name": "application/gzip", + "text": { + "EN": [ + "application/gzip", + "gzip" + ], + "FA": [ + "application/gzip", + "gzip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/HELD+XML", + "generate_name": "application/held+xml", + "text": { + "EN": [ + "application/held+xml", + "held+xml" + ], + "FA": [ + "application/held+xml", + "held+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/HTTP", + "generate_name": "application/http", + "text": { + "EN": [ + "application/http", + "http" + ], + "FA": [ + "application/http", + "http" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/IBE_KEY_REQUEST+XML", + "generate_name": "application/ibe-key-request+xml", + "text": { + "EN": [ + "application/ibe-key-request+xml", + "ibe-key-request+xml" + ], + "FA": [ + "application/ibe-key-request+xml", + "ibe-key-request+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/IBE_PP_DATA", + "generate_name": "application/ibe-pp-data", + "text": { + "EN": [ + "application/ibe-pp-data", + "ibe-pp-data" + ], + "FA": [ + "application/ibe-pp-data", + "ibe-pp-data" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/IM_ISCOMPOSING+XML", + "generate_name": "application/im-iscomposing+xml", + "text": { + "EN": [ + "application/im-iscomposing+xml", + "im-iscomposing+xml" + ], + "FA": [ + "application/im-iscomposing+xml", + "im-iscomposing+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/INDEX.CMD", + "generate_name": "application/index.cmd", + "text": { + "EN": [ + "application/index.cmd", + "index.cmd" + ], + "FA": [ + "application/index.cmd", + "index.cmd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/INDEX.RESPONSE", + "generate_name": "application/index.response", + "text": { + "EN": [ + "application/index.response", + "index.response" + ], + "FA": [ + "application/index.response", + "index.response" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/INKML+XML", + "generate_name": "application/inkml+xml", + "text": { + "EN": [ + "application/inkml+xml", + "inkml+xml" + ], + "FA": [ + "application/inkml+xml", + "inkml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/IPFIX", + "generate_name": "application/ipfix", + "text": { + "EN": [ + "application/ipfix", + "ipfix" + ], + "FA": [ + "application/ipfix", + "ipfix" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ISUP", + "generate_name": "application/isup", + "text": { + "EN": [ + "application/isup", + "isup" + ], + "FA": [ + "application/isup", + "isup" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/JAVA_ARCHIVE", + "generate_name": "application/java-archive", + "text": { + "EN": [ + "application/java-archive", + "java-archive" + ], + "FA": [ + "application/java-archive", + "java-archive" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/JF2FEED+JSON", + "generate_name": "application/jf2feed+json", + "text": { + "EN": [ + "application/jf2feed+json", + "jf2feed+json" + ], + "FA": [ + "application/jf2feed+json", + "jf2feed+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/JOSE+JSON", + "generate_name": "application/jose+json", + "text": { + "EN": [ + "application/jose+json", + "jose+json" + ], + "FA": [ + "application/jose+json", + "jose+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/JSCALENDAR+JSON", + "generate_name": "application/jscalendar+json", + "text": { + "EN": [ + "application/jscalendar+json", + "jscalendar+json" + ], + "FA": [ + "application/jscalendar+json", + "jscalendar+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/JSON", + "generate_name": "application/json", + "text": { + "EN": [ + "application/json", + "json" + ], + "FA": [ + "application/json", + "json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/JSON_SEQ", + "generate_name": "application/json-seq", + "text": { + "EN": [ + "application/json-seq", + "json-seq" + ], + "FA": [ + "application/json-seq", + "json-seq" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/JWK+JSON", + "generate_name": "application/jwk+json", + "text": { + "EN": [ + "application/jwk+json", + "jwk+json" + ], + "FA": [ + "application/jwk+json", + "jwk+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/JWK_SET+JWT", + "generate_name": "application/jwk-set+jwt", + "text": { + "EN": [ + "application/jwk-set+jwt", + "application/jwk-set+jwt" + ], + "FA": [ + "application/jwk-set+jwt", + "application/jwk-set+jwt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/KPML_REQUEST+XML", + "generate_name": "application/kpml-request+xml", + "text": { + "EN": [ + "application/kpml-request+xml", + "kpml-request+xml" + ], + "FA": [ + "application/kpml-request+xml", + "kpml-request+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/LD+JSON", + "generate_name": "application/ld+json", + "text": { + "EN": [ + "application/ld+json", + "ld+json" + ], + "FA": [ + "application/ld+json", + "ld+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/LINK_FORMAT", + "generate_name": "application/link-format", + "text": { + "EN": [ + "application/link-format", + "link-format" + ], + "FA": [ + "application/link-format", + "link-format" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/LINKSET+JSON", + "generate_name": "application/linkset+json", + "text": { + "EN": [ + "application/linkset+json", + "linkset+json" + ], + "FA": [ + "application/linkset+json", + "linkset+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/LOGOUT+JWT", + "generate_name": "application/logout+jwt", + "text": { + "EN": [ + "application/logout+jwt", + "logout+jwt" + ], + "FA": [ + "application/logout+jwt", + "logout+jwt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/LOSTSYNC+XML", + "generate_name": "application/lostsync+xml", + "text": { + "EN": [ + "application/lostsync+xml", + "lostsync+xml" + ], + "FA": [ + "application/lostsync+xml", + "lostsync+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/LXF", + "generate_name": "application/lxf", + "text": { + "EN": [ + "application/lxf", + "lxf" + ], + "FA": [ + "application/lxf", + "lxf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MACWRITEII", + "generate_name": "application/macwriteii", + "text": { + "EN": [ + "application/macwriteii", + "macwriteii" + ], + "FA": [ + "application/macwriteii", + "macwriteii" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MANIFEST+JSON", + "generate_name": "application/manifest+json", + "text": { + "EN": [ + "application/manifest+json", + "manifest+json" + ], + "FA": [ + "application/manifest+json", + "manifest+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MARCXML+XML", + "generate_name": "application/marcxml+xml", + "text": { + "EN": [ + "application/marcxml+xml", + "marcxml+xml" + ], + "FA": [ + "application/marcxml+xml", + "marcxml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MATHML+XML", + "generate_name": "application/mathml+xml", + "text": { + "EN": [ + "application/mathml+xml", + "mathml+xml" + ], + "FA": [ + "application/mathml+xml", + "mathml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MATHML_PRESENTATION+XML", + "generate_name": "application/mathml-presentation+xml", + "text": { + "EN": [ + "application/mathml-presentation+xml", + "mathml-presentation+xml" + ], + "FA": [ + "application/mathml-presentation+xml", + "mathml-presentation+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MBMS_DEREGISTER+XML", + "generate_name": "application/mbms-deregister+xml", + "text": { + "EN": [ + "application/mbms-deregister+xml", + "mbms-deregister+xml" + ], + "FA": [ + "application/mbms-deregister+xml", + "mbms-deregister+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MBMS_MSK_RESPONSE+XML", + "generate_name": "application/mbms-msk-response+xml", + "text": { + "EN": [ + "application/mbms-msk-response+xml", + "mbms-msk-response+xml" + ], + "FA": [ + "application/mbms-msk-response+xml", + "mbms-msk-response+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MBMS_PROTECTION_DESCRIPTION+XML", + "generate_name": "application/mbms-protection-description+xml", + "text": { + "EN": [ + "application/mbms-protection-description+xml", + "mbms-protection-description+xml" + ], + "FA": [ + "application/mbms-protection-description+xml", + "mbms-protection-description+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MBMS_REGISTER_RESPONSE+XML", + "generate_name": "application/mbms-register-response+xml", + "text": { + "EN": [ + "application/mbms-register-response+xml", + "mbms-register-response+xml" + ], + "FA": [ + "application/mbms-register-response+xml", + "mbms-register-response+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MBMS_SCHEDULE+XML", + "generate_name": "application/mbms-schedule+xml", + "text": { + "EN": [ + "application/mbms-schedule+xml", + "mbms-schedule+xml" + ], + "FA": [ + "application/mbms-schedule+xml", + "mbms-schedule+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MBOX", + "generate_name": "application/mbox", + "text": { + "EN": [ + "application/mbox", + "mbox" + ], + "FA": [ + "application/mbox", + "mbox" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MEDIA_POLICY_DATASET+XML", + "generate_name": "application/media-policy-dataset+xml", + "text": { + "EN": [ + "application/media-policy-dataset+xml", + "media-policy-dataset+xml" + ], + "FA": [ + "application/media-policy-dataset+xml", + "media-policy-dataset+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MERGE_PATCH+JSON", + "generate_name": "application/merge-patch+json", + "text": { + "EN": [ + "application/merge-patch+json", + "merge-patch+json" + ], + "FA": [ + "application/merge-patch+json", + "merge-patch+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/METS+XML", + "generate_name": "application/mets+xml", + "text": { + "EN": [ + "application/mets+xml", + "mets+xml" + ], + "FA": [ + "application/mets+xml", + "mets+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MIKEY", + "generate_name": "application/mikey", + "text": { + "EN": [ + "application/mikey", + "mikey" + ], + "FA": [ + "application/mikey", + "mikey" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MISSING_BLOCKS+CBOR_SEQ", + "generate_name": "application/missing-blocks+cbor-seq", + "text": { + "EN": [ + "application/missing-blocks+cbor-seq", + "missing-blocks+cbor-seq" + ], + "FA": [ + "application/missing-blocks+cbor-seq", + "missing-blocks+cbor-seq" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MMT_USD+XML", + "generate_name": "application/mmt-usd+xml", + "text": { + "EN": [ + "application/mmt-usd+xml", + "mmt-usd+xml" + ], + "FA": [ + "application/mmt-usd+xml", + "mmt-usd+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MOSS_KEYS", + "generate_name": "application/moss-keys", + "text": { + "EN": [ + "application/moss-keys", + "moss-keys" + ], + "FA": [ + "application/moss-keys", + "moss-keys" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MOSSKEY_DATA", + "generate_name": "application/mosskey-data", + "text": { + "EN": [ + "application/mosskey-data", + "mosskey-data" + ], + "FA": [ + "application/mosskey-data", + "mosskey-data" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MP21", + "generate_name": "application/mp21", + "text": { + "EN": [ + "application/mp21", + "mp21" + ], + "FA": [ + "application/mp21", + "mp21" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MPEG4_GENERIC", + "generate_name": "application/mpeg4-generic", + "text": { + "EN": [ + "application/mpeg4-generic", + "mpeg4-generic" + ], + "FA": [ + "application/mpeg4-generic", + "mpeg4-generic" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MPEG4_IOD_XMT", + "generate_name": "application/mpeg4-iod-xmt", + "text": { + "EN": [ + "application/mpeg4-iod-xmt", + "mpeg4-iod-xmt" + ], + "FA": [ + "application/mpeg4-iod-xmt", + "mpeg4-iod-xmt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MRB_PUBLISH+XML", + "generate_name": "application/mrb-publish+xml", + "text": { + "EN": [ + "application/mrb-publish+xml", + "mrb-publish+xml" + ], + "FA": [ + "application/mrb-publish+xml", + "mrb-publish+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MSC_MIXER+XML", + "generate_name": "application/msc-mixer+xml", + "text": { + "EN": [ + "application/msc-mixer+xml", + "msc-mixer+xml" + ], + "FA": [ + "application/msc-mixer+xml", + "msc-mixer+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MUD+JSON", + "generate_name": "application/mud+json", + "text": { + "EN": [ + "application/mud+json", + "mud+json" + ], + "FA": [ + "application/mud+json", + "mud+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/MXF", + "generate_name": "application/mxf", + "text": { + "EN": [ + "application/mxf", + "mxf" + ], + "FA": [ + "application/mxf", + "mxf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/N_TRIPLES", + "generate_name": "application/n-triples", + "text": { + "EN": [ + "application/n-triples", + "n-triples" + ], + "FA": [ + "application/n-triples", + "n-triples" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/NEWS_CHECKGROUPS", + "generate_name": "application/news-checkgroups", + "text": { + "EN": [ + "application/news-checkgroups", + "news-checkgroups" + ], + "FA": [ + "application/news-checkgroups", + "news-checkgroups" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/NEWS_TRANSMISSION", + "generate_name": "application/news-transmission", + "text": { + "EN": [ + "application/news-transmission", + "news-transmission" + ], + "FA": [ + "application/news-transmission", + "news-transmission" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/NODE", + "generate_name": "application/node", + "text": { + "EN": [ + "application/node", + "node" + ], + "FA": [ + "application/node", + "node" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/OAUTH_AUTHZ_REQ+JWT", + "generate_name": "application/oauth-authz-req+jwt", + "text": { + "EN": [ + "application/oauth-authz-req+jwt", + "oauth-authz-req+jwt" + ], + "FA": [ + "application/oauth-authz-req+jwt", + "oauth-authz-req+jwt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/OCSP_REQUEST", + "generate_name": "application/ocsp-request", + "text": { + "EN": [ + "application/ocsp-request", + "ocsp-request" + ], + "FA": [ + "application/ocsp-request", + "ocsp-request" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/OCTET_STREAM", + "generate_name": "application/octet-stream", + "text": { + "EN": [ + "application/octet-stream", + "octet-stream" + ], + "FA": [ + "application/octet-stream", + "octet-stream" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ODM+XML", + "generate_name": "application/odm+xml", + "text": { + "EN": [ + "application/odm+xml", + "odm+xml" + ], + "FA": [ + "application/odm+xml", + "odm+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/OEBPS_PACKAGE+XML", + "generate_name": "application/oebps-package+xml", + "text": { + "EN": [ + "application/oebps-package+xml", + "oebps-package+xml" + ], + "FA": [ + "application/oebps-package+xml", + "oebps-package+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/OHTTP_KEYS", + "generate_name": "application/ohttp-keys", + "text": { + "EN": [ + "application/ohttp-keys", + "ohttp-keys" + ], + "FA": [ + "application/ohttp-keys", + "ohttp-keys" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/OSCORE", + "generate_name": "application/oscore", + "text": { + "EN": [ + "application/oscore", + "oscore" + ], + "FA": [ + "application/oscore", + "oscore" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/P21", + "generate_name": "application/p21", + "text": { + "EN": [ + "application/p21", + "p21" + ], + "FA": [ + "application/p21", + "p21" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/P2P_OVERLAY+XML", + "generate_name": "application/p2p-overlay+xml", + "text": { + "EN": [ + "application/p2p-overlay+xml", + "p2p-overlay+xml" + ], + "FA": [ + "application/p2p-overlay+xml", + "p2p-overlay+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PASSPORT", + "generate_name": "application/passport", + "text": { + "EN": [ + "application/passport", + "passport" + ], + "FA": [ + "application/passport", + "passport" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PDF", + "generate_name": "application/pdf", + "text": { + "EN": [ + "application/pdf", + "pdf" + ], + "FA": [ + "application/pdf", + "pdf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PEM_CERTIFICATE_CHAIN", + "generate_name": "application/pem-certificate-chain", + "text": { + "EN": [ + "application/pem-certificate-chain", + "pem-certificate-chain" + ], + "FA": [ + "application/pem-certificate-chain", + "pem-certificate-chain" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PGP_KEYS", + "generate_name": "application/pgp-keys", + "text": { + "EN": [ + "application/pgp-keys", + "pgp-keys" + ], + "FA": [ + "application/pgp-keys", + "pgp-keys" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PIDF_DIFF+XML", + "generate_name": "application/pidf-diff+xml", + "text": { + "EN": [ + "application/pidf-diff+xml", + "pidf-diff+xml" + ], + "FA": [ + "application/pidf-diff+xml", + "pidf-diff+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PKCS10", + "generate_name": "application/pkcs10", + "text": { + "EN": [ + "application/pkcs10", + "pkcs10" + ], + "FA": [ + "application/pkcs10", + "pkcs10" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PKCS7_SIGNATURE", + "generate_name": "application/pkcs7-signature", + "text": { + "EN": [ + "application/pkcs7-signature", + "pkcs7-signature" + ], + "FA": [ + "application/pkcs7-signature", + "pkcs7-signature" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PKCS8_ENCRYPTED", + "generate_name": "application/pkcs8-encrypted", + "text": { + "EN": [ + "application/pkcs8-encrypted", + "pkcs8-encrypted" + ], + "FA": [ + "application/pkcs8-encrypted", + "pkcs8-encrypted" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PKIX_ATTR_CERT", + "generate_name": "application/pkix-attr-cert", + "text": { + "EN": [ + "application/pkix-attr-cert", + "pkix-attr-cert" + ], + "FA": [ + "application/pkix-attr-cert", + "pkix-attr-cert" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PKIX_CRL", + "generate_name": "application/pkix-crl", + "text": { + "EN": [ + "application/pkix-crl", + "pkix-crl" + ], + "FA": [ + "application/pkix-crl", + "pkix-crl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PKIXCMP", + "generate_name": "application/pkixcmp", + "text": { + "EN": [ + "application/pkixcmp", + "pkixcmp" + ], + "FA": [ + "application/pkixcmp", + "pkixcmp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/POC_SETTINGS+XML", + "generate_name": "application/poc-settings+xml", + "text": { + "EN": [ + "application/poc-settings+xml", + "poc-settings+xml" + ], + "FA": [ + "application/poc-settings+xml", + "poc-settings+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PPSP_TRACKER+JSON", + "generate_name": "application/ppsp-tracker+json", + "text": { + "EN": [ + "application/ppsp-tracker+json", + "ppsp-tracker+json" + ], + "FA": [ + "application/ppsp-tracker+json", + "ppsp-tracker+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PRIVATE_TOKEN_REQUEST", + "generate_name": "application/private-token-request", + "text": { + "EN": [ + "application/private-token-request", + "private-token-request" + ], + "FA": [ + "application/private-token-request", + "private-token-request" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PROBLEM+JSON", + "generate_name": "application/problem+json", + "text": { + "EN": [ + "application/problem+json", + "problem+json" + ], + "FA": [ + "application/problem+json", + "problem+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PROVENANCE+XML", + "generate_name": "application/provenance+xml", + "text": { + "EN": [ + "application/provenance+xml", + "provenance+xml" + ], + "FA": [ + "application/provenance+xml", + "provenance+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PRS.ALVESTRAND.TITRAX_SHEET", + "generate_name": "application/prs.alvestrand.titrax-sheet", + "text": { + "EN": [ + "application/prs.alvestrand.titrax-sheet", + "prs.alvestrand.titrax-sheet" + ], + "FA": [ + "application/prs.alvestrand.titrax-sheet", + "prs.alvestrand.titrax-sheet" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PRS.CYN", + "generate_name": "application/prs.cyn", + "text": { + "EN": [ + "application/prs.cyn", + "prs.cyn" + ], + "FA": [ + "application/prs.cyn", + "prs.cyn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PRS.IMPLIED_DOCUMENT+XML", + "generate_name": "application/prs.implied-document+xml", + "text": { + "EN": [ + "application/prs.implied-document+xml", + "prs.implied-document+xml" + ], + "FA": [ + "application/prs.implied-document+xml", + "prs.implied-document+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PRS.IMPLIED_OBJECT+JSON", + "generate_name": "application/prs.implied-object+json", + "text": { + "EN": [ + "application/prs.implied-object+json", + "prs.implied-object+json" + ], + "FA": [ + "application/prs.implied-object+json", + "prs.implied-object+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PRS.IMPLIED_OBJECT+YAML", + "generate_name": "application/prs.implied-object+yaml", + "text": { + "EN": [ + "application/prs.implied-object+yaml", + "prs.implied-object+yaml" + ], + "FA": [ + "application/prs.implied-object+yaml", + "prs.implied-object+yaml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PRS.MAYFILE", + "generate_name": "application/prs.mayfile", + "text": { + "EN": [ + "application/prs.mayfile", + "prs.mayfile" + ], + "FA": [ + "application/prs.mayfile", + "prs.mayfile" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PRS.PLUCKER", + "generate_name": "application/prs.plucker", + "text": { + "EN": [ + "application/prs.plucker", + "prs.plucker" + ], + "FA": [ + "application/prs.plucker", + "prs.plucker" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PRS.VCFBZIP2", + "generate_name": "application/prs.vcfbzip2", + "text": { + "EN": [ + "application/prs.vcfbzip2", + "prs.vcfbzip2" + ], + "FA": [ + "application/prs.vcfbzip2", + "prs.vcfbzip2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/PSKC+XML", + "generate_name": "application/pskc+xml", + "text": { + "EN": [ + "application/pskc+xml", + "pskc+xml" + ], + "FA": [ + "application/pskc+xml", + "pskc+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RDF+XML", + "generate_name": "application/rdf+xml", + "text": { + "EN": [ + "application/rdf+xml", + "rdf+xml" + ], + "FA": [ + "application/rdf+xml", + "rdf+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ROUTE_S_TSID+XML", + "generate_name": "application/route-s-tsid+xml", + "text": { + "EN": [ + "application/route-s-tsid+xml", + "route-s-tsid+xml" + ], + "FA": [ + "application/route-s-tsid+xml", + "route-s-tsid+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/QSIG", + "generate_name": "application/qsig", + "text": { + "EN": [ + "application/qsig", + "qsig" + ], + "FA": [ + "application/qsig", + "qsig" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RDAP+JSON", + "generate_name": "application/rdap+json", + "text": { + "EN": [ + "application/rdap+json", + "rdap+json" + ], + "FA": [ + "application/rdap+json", + "rdap+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RELAX_NG_COMPACT_SYNTAX", + "generate_name": "application/relax-ng-compact-syntax", + "text": { + "EN": [ + "application/relax-ng-compact-syntax", + "relax-ng-compact-syntax" + ], + "FA": [ + "application/relax-ng-compact-syntax", + "relax-ng-compact-syntax" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/REPUTON+JSON", + "generate_name": "application/reputon+json", + "text": { + "EN": [ + "application/reputon+json", + "reputon+json" + ], + "FA": [ + "application/reputon+json", + "reputon+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RESOURCE_LISTS_DIFF+XML", + "generate_name": "application/resource-lists-diff+xml", + "text": { + "EN": [ + "application/resource-lists-diff+xml", + "resource-lists-diff+xml" + ], + "FA": [ + "application/resource-lists-diff+xml", + "resource-lists-diff+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RFC+XML", + "generate_name": "application/rfc+xml", + "text": { + "EN": [ + "application/rfc+xml", + "rfc+xml" + ], + "FA": [ + "application/rfc+xml", + "rfc+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RLMI+XML", + "generate_name": "application/rlmi+xml", + "text": { + "EN": [ + "application/rlmi+xml", + "rlmi+xml" + ], + "FA": [ + "application/rlmi+xml", + "rlmi+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RPKI_CHECKLIST", + "generate_name": "application/rpki-checklist", + "text": { + "EN": [ + "application/rpki-checklist", + "rpki-checklist" + ], + "FA": [ + "application/rpki-checklist", + "rpki-checklist" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RPKI_MANIFEST", + "generate_name": "application/rpki-manifest", + "text": { + "EN": [ + "application/rpki-manifest", + "rpki-manifest" + ], + "FA": [ + "application/rpki-manifest", + "rpki-manifest" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RPKI_ROA", + "generate_name": "application/rpki-roa", + "text": { + "EN": [ + "application/rpki-roa", + "rpki-roa" + ], + "FA": [ + "application/rpki-roa", + "rpki-roa" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RPKI_UPDOWN", + "generate_name": "application/rpki-updown", + "text": { + "EN": [ + "application/rpki-updown", + "rpki-updown" + ], + "FA": [ + "application/rpki-updown", + "rpki-updown" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/RTPLOOPBACK", + "generate_name": "application/rtploopback", + "text": { + "EN": [ + "application/rtploopback", + "rtploopback" + ], + "FA": [ + "application/rtploopback", + "rtploopback" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SAMLASSERTION+XML", + "generate_name": "application/samlassertion+xml", + "text": { + "EN": [ + "application/samlassertion+xml", + "samlassertion+xml" + ], + "FA": [ + "application/samlassertion+xml", + "samlassertion+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SARIF_EXTERNAL_PROPERTIES+JSON", + "generate_name": "application/sarif-external-properties+json", + "text": { + "EN": [ + "application/sarif-external-properties+json", + "sarif-external-properties+json" + ], + "FA": [ + "application/sarif-external-properties+json", + "sarif-external-properties+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SBE", + "generate_name": "application/sbe", + "text": { + "EN": [ + "application/sbe", + "sbe" + ], + "FA": [ + "application/sbe", + "sbe" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SCAIP+XML", + "generate_name": "application/scaip+xml", + "text": { + "EN": [ + "application/scaip+xml", + "scaip+xml" + ], + "FA": [ + "application/scaip+xml", + "scaip+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SCVP_CV_REQUEST", + "generate_name": "application/scvp-cv-request", + "text": { + "EN": [ + "application/scvp-cv-request", + "scvp-cv-request" + ], + "FA": [ + "application/scvp-cv-request", + "scvp-cv-request" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SCVP_VP_REQUEST", + "generate_name": "application/scvp-vp-request", + "text": { + "EN": [ + "application/scvp-vp-request", + "scvp-vp-request" + ], + "FA": [ + "application/scvp-vp-request", + "scvp-vp-request" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SDP", + "generate_name": "application/sdp", + "text": { + "EN": [ + "application/sdp", + "sdp" + ], + "FA": [ + "application/sdp", + "sdp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SENML_ETCH+CBOR", + "generate_name": "application/senml-etch+cbor", + "text": { + "EN": [ + "application/senml-etch+cbor", + "senml-etch+cbor" + ], + "FA": [ + "application/senml-etch+cbor", + "senml-etch+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SENML_EXI", + "generate_name": "application/senml-exi", + "text": { + "EN": [ + "application/senml-exi", + "senml-exi" + ], + "FA": [ + "application/senml-exi", + "senml-exi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SENML+JSON", + "generate_name": "application/senml+json", + "text": { + "EN": [ + "application/senml+json", + "senml+json" + ], + "FA": [ + "application/senml+json", + "senml+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SENSML_EXI", + "generate_name": "application/sensml-exi", + "text": { + "EN": [ + "application/sensml-exi", + "sensml-exi" + ], + "FA": [ + "application/sensml-exi", + "sensml-exi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SENSML+JSON", + "generate_name": "application/sensml+json", + "text": { + "EN": [ + "application/sensml+json", + "sensml+json" + ], + "FA": [ + "application/sensml+json", + "sensml+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SEP_EXI", + "generate_name": "application/sep-exi", + "text": { + "EN": [ + "application/sep-exi", + "sep-exi" + ], + "FA": [ + "application/sep-exi", + "sep-exi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SESSION_INFO", + "generate_name": "application/session-info", + "text": { + "EN": [ + "application/session-info", + "session-info" + ], + "FA": [ + "application/session-info", + "session-info" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SET_PAYMENT_INITIATION", + "generate_name": "application/set-payment-initiation", + "text": { + "EN": [ + "application/set-payment-initiation", + "set-payment-initiation" + ], + "FA": [ + "application/set-payment-initiation", + "set-payment-initiation" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SET_REGISTRATION_INITIATION", + "generate_name": "application/set-registration-initiation", + "text": { + "EN": [ + "application/set-registration-initiation", + "set-registration-initiation" + ], + "FA": [ + "application/set-registration-initiation", + "set-registration-initiation" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SGML_OPEN_CATALOG", + "generate_name": "application/sgml-open-catalog", + "text": { + "EN": [ + "application/sgml-open-catalog", + "sgml-open-catalog" + ], + "FA": [ + "application/sgml-open-catalog", + "sgml-open-catalog" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SIEVE", + "generate_name": "application/sieve", + "text": { + "EN": [ + "application/sieve", + "sieve" + ], + "FA": [ + "application/sieve", + "sieve" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SIMPLE_MESSAGE_SUMMARY", + "generate_name": "application/simple-message-summary", + "text": { + "EN": [ + "application/simple-message-summary", + "simple-message-summary" + ], + "FA": [ + "application/simple-message-summary", + "simple-message-summary" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SIPC", + "generate_name": "application/sipc", + "text": { + "EN": [ + "application/sipc", + "sipc" + ], + "FA": [ + "application/sipc", + "sipc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SMIL", + "generate_name": "application/smil", + "text": { + "EN": [ + "application/smil", + "smil (obsoleted in favor of application/smil+xml)" + ], + "FA": [ + "application/smil", + "smil (obsoleted in favor of application/smil+xml)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SMPTE336M", + "generate_name": "application/smpte336m", + "text": { + "EN": [ + "application/smpte336m", + "smpte336m" + ], + "FA": [ + "application/smpte336m", + "smpte336m" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SOAP+XML", + "generate_name": "application/soap+xml", + "text": { + "EN": [ + "application/soap+xml", + "soap+xml" + ], + "FA": [ + "application/soap+xml", + "soap+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SPDX+JSON", + "generate_name": "application/spdx+json", + "text": { + "EN": [ + "application/spdx+json", + "spdx+json" + ], + "FA": [ + "application/spdx+json", + "spdx+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SPIRITS_EVENT+XML", + "generate_name": "application/spirits-event+xml", + "text": { + "EN": [ + "application/spirits-event+xml", + "spirits-event+xml" + ], + "FA": [ + "application/spirits-event+xml", + "spirits-event+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SRGS", + "generate_name": "application/srgs", + "text": { + "EN": [ + "application/srgs", + "srgs" + ], + "FA": [ + "application/srgs", + "srgs" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SRU+XML", + "generate_name": "application/sru+xml", + "text": { + "EN": [ + "application/sru+xml", + "sru+xml" + ], + "FA": [ + "application/sru+xml", + "sru+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SSML+XML", + "generate_name": "application/ssml+xml", + "text": { + "EN": [ + "application/ssml+xml", + "ssml+xml" + ], + "FA": [ + "application/ssml+xml", + "ssml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/STIX+JSON", + "generate_name": "application/stix+json", + "text": { + "EN": [ + "application/stix+json", + "stix+json" + ], + "FA": [ + "application/stix+json", + "stix+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/SWID+CBOR", + "generate_name": "application/swid+cbor", + "text": { + "EN": [ + "application/swid+cbor", + "swid+cbor" + ], + "FA": [ + "application/swid+cbor", + "swid+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TAMP_APEX_UPDATE", + "generate_name": "application/tamp-apex-update", + "text": { + "EN": [ + "application/tamp-apex-update", + "tamp-apex-update" + ], + "FA": [ + "application/tamp-apex-update", + "tamp-apex-update" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TAMP_COMMUNITY_UPDATE", + "generate_name": "application/tamp-community-update", + "text": { + "EN": [ + "application/tamp-community-update", + "tamp-community-update" + ], + "FA": [ + "application/tamp-community-update", + "tamp-community-update" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TAMP_ERROR", + "generate_name": "application/tamp-error", + "text": { + "EN": [ + "application/tamp-error", + "tamp-error" + ], + "FA": [ + "application/tamp-error", + "tamp-error" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TAMP_SEQUENCE_ADJUST_CONFIRM", + "generate_name": "application/tamp-sequence-adjust-confirm", + "text": { + "EN": [ + "application/tamp-sequence-adjust-confirm", + "tamp-sequence-adjust-confirm" + ], + "FA": [ + "application/tamp-sequence-adjust-confirm", + "tamp-sequence-adjust-confirm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TAMP_STATUS_RESPONSE", + "generate_name": "application/tamp-status-response", + "text": { + "EN": [ + "application/tamp-status-response", + "tamp-status-response" + ], + "FA": [ + "application/tamp-status-response", + "tamp-status-response" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TAMP_UPDATE_CONFIRM", + "generate_name": "application/tamp-update-confirm", + "text": { + "EN": [ + "application/tamp-update-confirm", + "tamp-update-confirm" + ], + "FA": [ + "application/tamp-update-confirm", + "tamp-update-confirm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TD+JSON", + "generate_name": "application/td+json", + "text": { + "EN": [ + "application/td+json", + "td+json" + ], + "FA": [ + "application/td+json", + "td+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TETRA_ISI", + "generate_name": "application/tetra_isi", + "text": { + "EN": [ + "application/tetra_isi", + "tetra_isi" + ], + "FA": [ + "application/tetra_isi", + "tetra_isi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TIMESTAMP_QUERY", + "generate_name": "application/timestamp-query", + "text": { + "EN": [ + "application/timestamp-query", + "timestamp-query" + ], + "FA": [ + "application/timestamp-query", + "timestamp-query" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TIMESTAMPED_DATA", + "generate_name": "application/timestamped-data", + "text": { + "EN": [ + "application/timestamped-data", + "timestamped-data" + ], + "FA": [ + "application/timestamped-data", + "timestamped-data" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TLSRPT+JSON", + "generate_name": "application/tlsrpt+json", + "text": { + "EN": [ + "application/tlsrpt+json", + "tlsrpt+json" + ], + "FA": [ + "application/tlsrpt+json", + "tlsrpt+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TNAUTHLIST", + "generate_name": "application/tnauthlist", + "text": { + "EN": [ + "application/tnauthlist", + "tnauthlist" + ], + "FA": [ + "application/tnauthlist", + "tnauthlist" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TOKEN_INTROSPECTION+JWT", + "generate_name": "application/token-introspection+jwt", + "text": { + "EN": [ + "application/token-introspection+jwt", + "token-introspection+jwt" + ], + "FA": [ + "application/token-introspection+jwt", + "token-introspection+jwt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TRICKLE_ICE_SDPFRAG", + "generate_name": "application/trickle-ice-sdpfrag", + "text": { + "EN": [ + "application/trickle-ice-sdpfrag", + "trickle-ice-sdpfrag" + ], + "FA": [ + "application/trickle-ice-sdpfrag", + "trickle-ice-sdpfrag" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TRUST_CHAIN+JSON", + "generate_name": "application/trust-chain+json", + "text": { + "EN": [ + "application/trust-chain+json", + "application/trust-chain+json" + ], + "FA": [ + "application/trust-chain+json", + "application/trust-chain+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TRUST_MARK_DELEGATION+JWT", + "generate_name": "application/trust-mark-delegation+jwt", + "text": { + "EN": [ + "application/trust-mark-delegation+jwt", + "application/trust-mark-delegation+jwt" + ], + "FA": [ + "application/trust-mark-delegation+jwt", + "application/trust-mark-delegation+jwt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TVE_TRIGGER", + "generate_name": "application/tve-trigger", + "text": { + "EN": [ + "application/tve-trigger", + "tve-trigger" + ], + "FA": [ + "application/tve-trigger", + "tve-trigger" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/TZIF_LEAP", + "generate_name": "application/tzif-leap", + "text": { + "EN": [ + "application/tzif-leap", + "tzif-leap" + ], + "FA": [ + "application/tzif-leap", + "tzif-leap" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/UJCS+JSON", + "generate_name": "application/ujcs+json", + "text": { + "EN": [ + "application/ujcs+json", + "ujcs+json" + ], + "FA": [ + "application/ujcs+json", + "ujcs+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/URC_GRPSHEET+XML", + "generate_name": "application/urc-grpsheet+xml", + "text": { + "EN": [ + "application/urc-grpsheet+xml", + "urc-grpsheet+xml" + ], + "FA": [ + "application/urc-grpsheet+xml", + "urc-grpsheet+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/URC_TARGETDESC+XML", + "generate_name": "application/urc-targetdesc+xml", + "text": { + "EN": [ + "application/urc-targetdesc+xml", + "urc-targetdesc+xml" + ], + "FA": [ + "application/urc-targetdesc+xml", + "urc-targetdesc+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VC", + "generate_name": "application/vc", + "text": { + "EN": [ + "application/vc", + "vc" + ], + "FA": [ + "application/vc", + "vc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VC+JWT", + "generate_name": "application/vc+jwt", + "text": { + "EN": [ + "application/vc+jwt", + "vc+jwt" + ], + "FA": [ + "application/vc+jwt", + "vc+jwt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VCARD+XML", + "generate_name": "application/vcard+xml", + "text": { + "EN": [ + "application/vcard+xml", + "vcard+xml" + ], + "FA": [ + "application/vcard+xml", + "vcard+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.1000MINDS.DECISION_MODEL+XML", + "generate_name": "application/vnd.1000minds.decision-model+xml", + "text": { + "EN": [ + "application/vnd.1000minds.decision-model+xml", + "vnd.1000minds.decision-model+xml" + ], + "FA": [ + "application/vnd.1000minds.decision-model+xml", + "vnd.1000minds.decision-model+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.5GNAS", + "generate_name": "application/vnd.3gpp.5gnas", + "text": { + "EN": [ + "application/vnd.3gpp.5gnas", + "vnd.3gpp.5gnas" + ], + "FA": [ + "application/vnd.3gpp.5gnas", + "vnd.3gpp.5gnas" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.5GSA2X_LOCAL_SERVICE_INFORMATION", + "generate_name": "application/vnd.3gpp.5gsa2x-local-service-information", + "text": { + "EN": [ + "application/vnd.3gpp.5gsa2x-local-service-information", + "vnd.3gpp.5gsa2x-local-service-information" + ], + "FA": [ + "application/vnd.3gpp.5gsa2x-local-service-information", + "vnd.3gpp.5gsa2x-local-service-information" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.5GSV2X_LOCAL_SERVICE_INFORMATION", + "generate_name": "application/vnd.3gpp.5gsv2x-local-service-information", + "text": { + "EN": [ + "application/vnd.3gpp.5gsv2x-local-service-information", + "vnd.3gpp.5gsv2x-local-service-information" + ], + "FA": [ + "application/vnd.3gpp.5gsv2x-local-service-information", + "vnd.3gpp.5gsv2x-local-service-information" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.BSF+XML", + "generate_name": "application/vnd.3gpp.bsf+xml", + "text": { + "EN": [ + "application/vnd.3gpp.bsf+xml", + "vnd.3gpp.bsf+xml" + ], + "FA": [ + "application/vnd.3gpp.bsf+xml", + "vnd.3gpp.bsf+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.CURRENT_LOCATION_DISCOVERY+XML", + "generate_name": "application/vnd.3gpp.current-location-discovery+xml", + "text": { + "EN": [ + "application/vnd.3gpp.current-location-discovery+xml", + "vnd.3gpp.current-location-discovery+xml" + ], + "FA": [ + "application/vnd.3gpp.current-location-discovery+xml", + "vnd.3gpp.current-location-discovery+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.GTPC", + "generate_name": "application/vnd.3gpp.gtpc", + "text": { + "EN": [ + "application/vnd.3gpp.gtpc", + "vnd.3gpp.gtpc" + ], + "FA": [ + "application/vnd.3gpp.gtpc", + "vnd.3gpp.gtpc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.LPP", + "generate_name": "application/vnd.3gpp.lpp", + "text": { + "EN": [ + "application/vnd.3gpp.lpp", + "vnd.3gpp.lpp" + ], + "FA": [ + "application/vnd.3gpp.lpp", + "vnd.3gpp.lpp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCDATA_AFFILIATION_COMMAND+XML", + "generate_name": "application/vnd.3gpp.mcdata-affiliation-command+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcdata-affiliation-command+xml", + "vnd.3gpp.mcdata-affiliation-command+xml" + ], + "FA": [ + "application/vnd.3gpp.mcdata-affiliation-command+xml", + "vnd.3gpp.mcdata-affiliation-command+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCDATA_MSGSTORE_CTRL_REQUEST+XML", + "generate_name": "application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml", + "vnd.3gpp.mcdata-msgstore-ctrl-request+xml" + ], + "FA": [ + "application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml", + "vnd.3gpp.mcdata-msgstore-ctrl-request+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCDATA_REGROUP+XML", + "generate_name": "application/vnd.3gpp.mcdata-regroup+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcdata-regroup+xml", + "vnd.3gpp.mcdata-regroup+xml" + ], + "FA": [ + "application/vnd.3gpp.mcdata-regroup+xml", + "vnd.3gpp.mcdata-regroup+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCDATA_SIGNALLING", + "generate_name": "application/vnd.3gpp.mcdata-signalling", + "text": { + "EN": [ + "application/vnd.3gpp.mcdata-signalling", + "vnd.3gpp.mcdata-signalling" + ], + "FA": [ + "application/vnd.3gpp.mcdata-signalling", + "vnd.3gpp.mcdata-signalling" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCDATA_USER_PROFILE+XML", + "generate_name": "application/vnd.3gpp.mcdata-user-profile+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcdata-user-profile+xml", + "vnd.3gpp.mcdata-user-profile+xml" + ], + "FA": [ + "application/vnd.3gpp.mcdata-user-profile+xml", + "vnd.3gpp.mcdata-user-profile+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCPTT_FLOOR_REQUEST+XML", + "generate_name": "application/vnd.3gpp.mcptt-floor-request+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcptt-floor-request+xml", + "vnd.3gpp.mcptt-floor-request+xml" + ], + "FA": [ + "application/vnd.3gpp.mcptt-floor-request+xml", + "vnd.3gpp.mcptt-floor-request+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCPTT_LOCATION_INFO+XML", + "generate_name": "application/vnd.3gpp.mcptt-location-info+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcptt-location-info+xml", + "vnd.3gpp.mcptt-location-info+xml" + ], + "FA": [ + "application/vnd.3gpp.mcptt-location-info+xml", + "vnd.3gpp.mcptt-location-info+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCPTT_REGROUP+XML", + "generate_name": "application/vnd.3gpp.mcptt-regroup+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcptt-regroup+xml", + "vnd.3gpp.mcptt-regroup+xml" + ], + "FA": [ + "application/vnd.3gpp.mcptt-regroup+xml", + "vnd.3gpp.mcptt-regroup+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCPTT_SIGNED+XML", + "generate_name": "application/vnd.3gpp.mcptt-signed+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcptt-signed+xml", + "vnd.3gpp.mcptt-signed+xml" + ], + "FA": [ + "application/vnd.3gpp.mcptt-signed+xml", + "vnd.3gpp.mcptt-signed+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCPTT_UE_INIT_CONFIG+XML", + "generate_name": "application/vnd.3gpp.mcptt-ue-init-config+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcptt-ue-init-config+xml", + "vnd.3gpp.mcptt-ue-init-config+xml" + ], + "FA": [ + "application/vnd.3gpp.mcptt-ue-init-config+xml", + "vnd.3gpp.mcptt-ue-init-config+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCVIDEO_AFFILIATION_COMMAND+XML", + "generate_name": "application/vnd.3gpp.mcvideo-affiliation-command+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcvideo-affiliation-command+xml", + "vnd.3gpp.mcvideo-affiliation-command+xml" + ], + "FA": [ + "application/vnd.3gpp.mcvideo-affiliation-command+xml", + "vnd.3gpp.mcvideo-affiliation-command+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCVIDEO_INFO+XML", + "generate_name": "application/vnd.3gpp.mcvideo-info+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcvideo-info+xml", + "vnd.3gpp.mcvideo-info+xml" + ], + "FA": [ + "application/vnd.3gpp.mcvideo-info+xml", + "vnd.3gpp.mcvideo-info+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCVIDEO_MBMS_USAGE_INFO+XML", + "generate_name": "application/vnd.3gpp.mcvideo-mbms-usage-info+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcvideo-mbms-usage-info+xml", + "vnd.3gpp.mcvideo-mbms-usage-info+xml" + ], + "FA": [ + "application/vnd.3gpp.mcvideo-mbms-usage-info+xml", + "vnd.3gpp.mcvideo-mbms-usage-info+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCVIDEO_SERVICE_CONFIG+XML", + "generate_name": "application/vnd.3gpp.mcvideo-service-config+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcvideo-service-config+xml", + "vnd.3gpp.mcvideo-service-config+xml" + ], + "FA": [ + "application/vnd.3gpp.mcvideo-service-config+xml", + "vnd.3gpp.mcvideo-service-config+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MCVIDEO_UE_CONFIG+XML", + "generate_name": "application/vnd.3gpp.mcvideo-ue-config+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mcvideo-ue-config+xml", + "vnd.3gpp.mcvideo-ue-config+xml" + ], + "FA": [ + "application/vnd.3gpp.mcvideo-ue-config+xml", + "vnd.3gpp.mcvideo-ue-config+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.MID_CALL+XML", + "generate_name": "application/vnd.3gpp.mid-call+xml", + "text": { + "EN": [ + "application/vnd.3gpp.mid-call+xml", + "vnd.3gpp.mid-call+xml" + ], + "FA": [ + "application/vnd.3gpp.mid-call+xml", + "vnd.3gpp.mid-call+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.PFCP", + "generate_name": "application/vnd.3gpp.pfcp", + "text": { + "EN": [ + "application/vnd.3gpp.pfcp", + "vnd.3gpp.pfcp" + ], + "FA": [ + "application/vnd.3gpp.pfcp", + "vnd.3gpp.pfcp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.PIC_BW_SMALL", + "generate_name": "application/vnd.3gpp.pic-bw-small", + "text": { + "EN": [ + "application/vnd.3gpp.pic-bw-small", + "vnd.3gpp.pic-bw-small" + ], + "FA": [ + "application/vnd.3gpp.pic-bw-small", + "vnd.3gpp.pic-bw-small" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.PINAPP_INFO+XML", + "generate_name": "application/vnd.3gpp.pinapp-info+xml", + "text": { + "EN": [ + "application/vnd.3gpp.pinapp-info+xml", + "vnd.3gpp.pinapp-info+xml" + ], + "FA": [ + "application/vnd.3gpp.pinapp-info+xml", + "vnd.3gpp.pinapp-info+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP_PROSE_PC3ACH+XML", + "generate_name": "application/vnd.3gpp-prose-pc3ach+xml", + "text": { + "EN": [ + "application/vnd.3gpp-prose-pc3ach+xml", + "vnd.3gpp-prose-pc3ach+xml" + ], + "FA": [ + "application/vnd.3gpp-prose-pc3ach+xml", + "vnd.3gpp-prose-pc3ach+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP_PROSE_PC8+XML", + "generate_name": "application/vnd.3gpp-prose-pc8+xml", + "text": { + "EN": [ + "application/vnd.3gpp-prose-pc8+xml", + "vnd.3gpp-prose-pc8+xml" + ], + "FA": [ + "application/vnd.3gpp-prose-pc8+xml", + "vnd.3gpp-prose-pc8+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.S1AP", + "generate_name": "application/vnd.3gpp.s1ap", + "text": { + "EN": [ + "application/vnd.3gpp.s1ap", + "vnd.3gpp.s1ap" + ], + "FA": [ + "application/vnd.3gpp.s1ap", + "vnd.3gpp.s1ap" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.SEAL_INFO+XML", + "generate_name": "application/vnd.3gpp.seal-info+xml", + "text": { + "EN": [ + "application/vnd.3gpp.seal-info+xml", + "vnd.3gpp.seal-info+xml" + ], + "FA": [ + "application/vnd.3gpp.seal-info+xml", + "vnd.3gpp.seal-info+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.SEAL_MBMS_USAGE_INFO+XML", + "generate_name": "application/vnd.3gpp.seal-mbms-usage-info+xml", + "text": { + "EN": [ + "application/vnd.3gpp.seal-mbms-usage-info+xml", + "vnd.3gpp.seal-mbms-usage-info+xml" + ], + "FA": [ + "application/vnd.3gpp.seal-mbms-usage-info+xml", + "vnd.3gpp.seal-mbms-usage-info+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.SEAL_UE_CONFIG_INFO+XML", + "generate_name": "application/vnd.3gpp.seal-ue-config-info+xml", + "text": { + "EN": [ + "application/vnd.3gpp.seal-ue-config-info+xml", + "vnd.3gpp.seal-ue-config-info+xml" + ], + "FA": [ + "application/vnd.3gpp.seal-ue-config-info+xml", + "vnd.3gpp.seal-ue-config-info+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.SEAL_USER_PROFILE_INFO+XML", + "generate_name": "application/vnd.3gpp.seal-user-profile-info+xml", + "text": { + "EN": [ + "application/vnd.3gpp.seal-user-profile-info+xml", + "vnd.3gpp.seal-user-profile-info+xml" + ], + "FA": [ + "application/vnd.3gpp.seal-user-profile-info+xml", + "vnd.3gpp.seal-user-profile-info+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.SMS+XML", + "generate_name": "application/vnd.3gpp.sms+xml", + "text": { + "EN": [ + "application/vnd.3gpp.sms+xml", + "vnd.3gpp.sms+xml" + ], + "FA": [ + "application/vnd.3gpp.sms+xml", + "vnd.3gpp.sms+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.SRVCC_INFO+XML", + "generate_name": "application/vnd.3gpp.srvcc-info+xml", + "text": { + "EN": [ + "application/vnd.3gpp.srvcc-info+xml", + "vnd.3gpp.srvcc-info+xml" + ], + "FA": [ + "application/vnd.3gpp.srvcc-info+xml", + "vnd.3gpp.srvcc-info+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.USSD+XML", + "generate_name": "application/vnd.3gpp.ussd+xml", + "text": { + "EN": [ + "application/vnd.3gpp.ussd+xml", + "vnd.3gpp.ussd+xml" + ], + "FA": [ + "application/vnd.3gpp.ussd+xml", + "vnd.3gpp.ussd+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP_V2X_LOCAL_SERVICE_INFORMATION", + "generate_name": "application/vnd.3gpp-v2x-local-service-information", + "text": { + "EN": [ + "application/vnd.3gpp-v2x-local-service-information", + "vnd.3gpp-v2x-local-service-information" + ], + "FA": [ + "application/vnd.3gpp-v2x-local-service-information", + "vnd.3gpp-v2x-local-service-information" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP2.SMS", + "generate_name": "application/vnd.3gpp2.sms", + "text": { + "EN": [ + "application/vnd.3gpp2.sms", + "vnd.3gpp2.sms" + ], + "FA": [ + "application/vnd.3gpp2.sms", + "vnd.3gpp2.sms" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3GPP.V2X", + "generate_name": "application/vnd.3gpp.v2x", + "text": { + "EN": [ + "application/vnd.3gpp.v2x", + "vnd.3gpp.v2x" + ], + "FA": [ + "application/vnd.3gpp.v2x", + "vnd.3gpp.v2x" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.3M.POST_IT_NOTES", + "generate_name": "application/vnd.3m.post-it-notes", + "text": { + "EN": [ + "application/vnd.3m.post-it-notes", + "vnd.3m.post-it-notes" + ], + "FA": [ + "application/vnd.3m.post-it-notes", + "vnd.3m.post-it-notes" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ACCPAC.SIMPLY.IMP", + "generate_name": "application/vnd.accpac.simply.imp", + "text": { + "EN": [ + "application/vnd.accpac.simply.imp", + "vnd.accpac.simply.imp" + ], + "FA": [ + "application/vnd.accpac.simply.imp", + "vnd.accpac.simply.imp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ACM.CHATBOT+JSON", + "generate_name": "application/vnd.acm.chatbot+json", + "text": { + "EN": [ + "application/vnd.acm.chatbot+json", + "vnd.acm.chatbot+json" + ], + "FA": [ + "application/vnd.acm.chatbot+json", + "vnd.acm.chatbot+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ACUCORP", + "generate_name": "application/vnd.acucorp", + "text": { + "EN": [ + "application/vnd.acucorp", + "vnd.acucorp" + ], + "FA": [ + "application/vnd.acucorp", + "vnd.acucorp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ADOBE.FORMSCENTRAL.FCDT", + "generate_name": "application/vnd.adobe.formscentral.fcdt", + "text": { + "EN": [ + "application/vnd.adobe.formscentral.fcdt", + "vnd.adobe.formscentral.fcdt" + ], + "FA": [ + "application/vnd.adobe.formscentral.fcdt", + "vnd.adobe.formscentral.fcdt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ADOBE.PARTIAL_UPLOAD", + "generate_name": "application/vnd.adobe.partial-upload", + "text": { + "EN": [ + "application/vnd.adobe.partial-upload", + "vnd.adobe.partial-upload" + ], + "FA": [ + "application/vnd.adobe.partial-upload", + "vnd.adobe.partial-upload" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AETHER.IMP", + "generate_name": "application/vnd.aether.imp", + "text": { + "EN": [ + "application/vnd.aether.imp", + "vnd.aether.imp" + ], + "FA": [ + "application/vnd.aether.imp", + "vnd.aether.imp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AFPC.AFPLINEDATA_PAGEDEF", + "generate_name": "application/vnd.afpc.afplinedata-pagedef", + "text": { + "EN": [ + "application/vnd.afpc.afplinedata-pagedef", + "vnd.afpc.afplinedata-pagedef" + ], + "FA": [ + "application/vnd.afpc.afplinedata-pagedef", + "vnd.afpc.afplinedata-pagedef" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AFPC.FOCA_CHARSET", + "generate_name": "application/vnd.afpc.foca-charset", + "text": { + "EN": [ + "application/vnd.afpc.foca-charset", + "vnd.afpc.foca-charset" + ], + "FA": [ + "application/vnd.afpc.foca-charset", + "vnd.afpc.foca-charset" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AFPC.FOCA_CODEPAGE", + "generate_name": "application/vnd.afpc.foca-codepage", + "text": { + "EN": [ + "application/vnd.afpc.foca-codepage", + "vnd.afpc.foca-codepage" + ], + "FA": [ + "application/vnd.afpc.foca-codepage", + "vnd.afpc.foca-codepage" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AFPC.MODCA_CMTABLE", + "generate_name": "application/vnd.afpc.modca-cmtable", + "text": { + "EN": [ + "application/vnd.afpc.modca-cmtable", + "vnd.afpc.modca-cmtable" + ], + "FA": [ + "application/vnd.afpc.modca-cmtable", + "vnd.afpc.modca-cmtable" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AFPC.MODCA_MEDIUMMAP", + "generate_name": "application/vnd.afpc.modca-mediummap", + "text": { + "EN": [ + "application/vnd.afpc.modca-mediummap", + "vnd.afpc.modca-mediummap" + ], + "FA": [ + "application/vnd.afpc.modca-mediummap", + "vnd.afpc.modca-mediummap" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AFPC.MODCA_OVERLAY", + "generate_name": "application/vnd.afpc.modca-overlay", + "text": { + "EN": [ + "application/vnd.afpc.modca-overlay", + "vnd.afpc.modca-overlay" + ], + "FA": [ + "application/vnd.afpc.modca-overlay", + "vnd.afpc.modca-overlay" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AGE", + "generate_name": "application/vnd.age", + "text": { + "EN": [ + "application/vnd.age", + "vnd.age" + ], + "FA": [ + "application/vnd.age", + "vnd.age" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AHEAD.SPACE", + "generate_name": "application/vnd.ahead.space", + "text": { + "EN": [ + "application/vnd.ahead.space", + "vnd.ahead.space" + ], + "FA": [ + "application/vnd.ahead.space", + "vnd.ahead.space" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AIRZIP.FILESECURE.AZS", + "generate_name": "application/vnd.airzip.filesecure.azs", + "text": { + "EN": [ + "application/vnd.airzip.filesecure.azs", + "vnd.airzip.filesecure.azs" + ], + "FA": [ + "application/vnd.airzip.filesecure.azs", + "vnd.airzip.filesecure.azs" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AMAZON.MOBI8_EBOOK", + "generate_name": "application/vnd.amazon.mobi8-ebook", + "text": { + "EN": [ + "application/vnd.amazon.mobi8-ebook", + "vnd.amazon.mobi8-ebook" + ], + "FA": [ + "application/vnd.amazon.mobi8-ebook", + "vnd.amazon.mobi8-ebook" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AMIGA.AMI", + "generate_name": "application/vnd.amiga.ami", + "text": { + "EN": [ + "application/vnd.amiga.ami", + "vnd.amiga.ami" + ], + "FA": [ + "application/vnd.amiga.ami", + "vnd.amiga.ami" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ANDROID.OTA", + "generate_name": "application/vnd.android.ota", + "text": { + "EN": [ + "application/vnd.android.ota", + "vnd.android.ota" + ], + "FA": [ + "application/vnd.android.ota", + "vnd.android.ota" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ANSER_WEB_CERTIFICATE_ISSUE_INITIATION", + "generate_name": "application/vnd.anser-web-certificate-issue-initiation", + "text": { + "EN": [ + "application/vnd.anser-web-certificate-issue-initiation", + "vnd.anser-web-certificate-issue-initiation" + ], + "FA": [ + "application/vnd.anser-web-certificate-issue-initiation", + "vnd.anser-web-certificate-issue-initiation" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.APACHE.ARROW.FILE", + "generate_name": "application/vnd.apache.arrow.file", + "text": { + "EN": [ + "application/vnd.apache.arrow.file", + "vnd.apache.arrow.file" + ], + "FA": [ + "application/vnd.apache.arrow.file", + "vnd.apache.arrow.file" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.APACHE.PARQUET", + "generate_name": "application/vnd.apache.parquet", + "text": { + "EN": [ + "application/vnd.apache.parquet", + "vnd.apache.parquet" + ], + "FA": [ + "application/vnd.apache.parquet", + "vnd.apache.parquet" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.APACHE.THRIFT.COMPACT", + "generate_name": "application/vnd.apache.thrift.compact", + "text": { + "EN": [ + "application/vnd.apache.thrift.compact", + "vnd.apache.thrift.compact" + ], + "FA": [ + "application/vnd.apache.thrift.compact", + "vnd.apache.thrift.compact" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.APEXLANG", + "generate_name": "application/vnd.apexlang", + "text": { + "EN": [ + "application/vnd.apexlang", + "vnd.apexlang" + ], + "FA": [ + "application/vnd.apexlang", + "vnd.apexlang" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.APLEXTOR.WARRP+JSON", + "generate_name": "application/vnd.aplextor.warrp+json", + "text": { + "EN": [ + "application/vnd.aplextor.warrp+json", + "vnd.aplextor.warrp+json" + ], + "FA": [ + "application/vnd.aplextor.warrp+json", + "vnd.aplextor.warrp+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.APPLE.INSTALLER+XML", + "generate_name": "application/vnd.apple.installer+xml", + "text": { + "EN": [ + "application/vnd.apple.installer+xml", + "vnd.apple.installer+xml" + ], + "FA": [ + "application/vnd.apple.installer+xml", + "vnd.apple.installer+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.APPLE.MPEGURL", + "generate_name": "application/vnd.apple.mpegurl", + "text": { + "EN": [ + "application/vnd.apple.mpegurl", + "vnd.apple.mpegurl" + ], + "FA": [ + "application/vnd.apple.mpegurl", + "vnd.apple.mpegurl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.APPLE.PAGES", + "generate_name": "application/vnd.apple.pages", + "text": { + "EN": [ + "application/vnd.apple.pages", + "vnd.apple.pages" + ], + "FA": [ + "application/vnd.apple.pages", + "vnd.apple.pages" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ARISTANETWORKS.SWI", + "generate_name": "application/vnd.aristanetworks.swi", + "text": { + "EN": [ + "application/vnd.aristanetworks.swi", + "vnd.aristanetworks.swi" + ], + "FA": [ + "application/vnd.aristanetworks.swi", + "vnd.aristanetworks.swi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ARTSQUARE", + "generate_name": "application/vnd.artsquare", + "text": { + "EN": [ + "application/vnd.artsquare", + "vnd.artsquare" + ], + "FA": [ + "application/vnd.artsquare", + "vnd.artsquare" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AUDIOGRAPH", + "generate_name": "application/vnd.audiograph", + "text": { + "EN": [ + "application/vnd.audiograph", + "vnd.audiograph" + ], + "FA": [ + "application/vnd.audiograph", + "vnd.audiograph" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.AVALON+JSON", + "generate_name": "application/vnd.avalon+json", + "text": { + "EN": [ + "application/vnd.avalon+json", + "vnd.avalon+json" + ], + "FA": [ + "application/vnd.avalon+json", + "vnd.avalon+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BALSAMIQ.BMML+XML", + "generate_name": "application/vnd.balsamiq.bmml+xml", + "text": { + "EN": [ + "application/vnd.balsamiq.bmml+xml", + "vnd.balsamiq.bmml+xml" + ], + "FA": [ + "application/vnd.balsamiq.bmml+xml", + "vnd.balsamiq.bmml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BBF.USP.ERROR", + "generate_name": "application/vnd.bbf.usp.error", + "text": { + "EN": [ + "application/vnd.bbf.usp.error", + "vnd.bbf.usp.error" + ], + "FA": [ + "application/vnd.bbf.usp.error", + "vnd.bbf.usp.error" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BBF.USP.MSG+JSON", + "generate_name": "application/vnd.bbf.usp.msg+json", + "text": { + "EN": [ + "application/vnd.bbf.usp.msg+json", + "vnd.bbf.usp.msg+json" + ], + "FA": [ + "application/vnd.bbf.usp.msg+json", + "vnd.bbf.usp.msg+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BEKITZUR_STECH+JSON", + "generate_name": "application/vnd.bekitzur-stech+json", + "text": { + "EN": [ + "application/vnd.bekitzur-stech+json", + "vnd.bekitzur-stech+json" + ], + "FA": [ + "application/vnd.bekitzur-stech+json", + "vnd.bekitzur-stech+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BELIGHTSOFT.LHZL+ZIP", + "generate_name": "application/vnd.belightsoft.lhzl+zip", + "text": { + "EN": [ + "application/vnd.belightsoft.lhzl+zip", + "vnd.belightsoft.lhzl+zip" + ], + "FA": [ + "application/vnd.belightsoft.lhzl+zip", + "vnd.belightsoft.lhzl+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BIOPAX.RDF+XML", + "generate_name": "application/vnd.biopax.rdf+xml", + "text": { + "EN": [ + "application/vnd.biopax.rdf+xml", + "vnd.biopax.rdf+xml" + ], + "FA": [ + "application/vnd.biopax.rdf+xml", + "vnd.biopax.rdf+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BLUEICE.MULTIPASS", + "generate_name": "application/vnd.blueice.multipass", + "text": { + "EN": [ + "application/vnd.blueice.multipass", + "vnd.blueice.multipass" + ], + "FA": [ + "application/vnd.blueice.multipass", + "vnd.blueice.multipass" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BLUETOOTH.LE.OOB", + "generate_name": "application/vnd.bluetooth.le.oob", + "text": { + "EN": [ + "application/vnd.bluetooth.le.oob", + "vnd.bluetooth.le.oob" + ], + "FA": [ + "application/vnd.bluetooth.le.oob", + "vnd.bluetooth.le.oob" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BPF", + "generate_name": "application/vnd.bpf", + "text": { + "EN": [ + "application/vnd.bpf", + "vnd.bpf" + ], + "FA": [ + "application/vnd.bpf", + "vnd.bpf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BUSINESSOBJECTS", + "generate_name": "application/vnd.businessobjects", + "text": { + "EN": [ + "application/vnd.businessobjects", + "vnd.businessobjects" + ], + "FA": [ + "application/vnd.businessobjects", + "vnd.businessobjects" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.BZIP3", + "generate_name": "application/vnd.bzip3", + "text": { + "EN": [ + "application/vnd.bzip3", + "vnd.bzip3" + ], + "FA": [ + "application/vnd.bzip3", + "vnd.bzip3" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CAB_JSCRIPT", + "generate_name": "application/vnd.cab-jscript", + "text": { + "EN": [ + "application/vnd.cab-jscript", + "vnd.cab-jscript" + ], + "FA": [ + "application/vnd.cab-jscript", + "vnd.cab-jscript" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CANON_LIPS", + "generate_name": "application/vnd.canon-lips", + "text": { + "EN": [ + "application/vnd.canon-lips", + "vnd.canon-lips" + ], + "FA": [ + "application/vnd.canon-lips", + "vnd.canon-lips" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CENDIO.THINLINC.CLIENTCONF", + "generate_name": "application/vnd.cendio.thinlinc.clientconf", + "text": { + "EN": [ + "application/vnd.cendio.thinlinc.clientconf", + "vnd.cendio.thinlinc.clientconf" + ], + "FA": [ + "application/vnd.cendio.thinlinc.clientconf", + "vnd.cendio.thinlinc.clientconf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CHEMDRAW+XML", + "generate_name": "application/vnd.chemdraw+xml", + "text": { + "EN": [ + "application/vnd.chemdraw+xml", + "vnd.chemdraw+xml" + ], + "FA": [ + "application/vnd.chemdraw+xml", + "vnd.chemdraw+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CHIPNUTS.KARAOKE_MMD", + "generate_name": "application/vnd.chipnuts.karaoke-mmd", + "text": { + "EN": [ + "application/vnd.chipnuts.karaoke-mmd", + "vnd.chipnuts.karaoke-mmd" + ], + "FA": [ + "application/vnd.chipnuts.karaoke-mmd", + "vnd.chipnuts.karaoke-mmd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CINDERELLA", + "generate_name": "application/vnd.cinderella", + "text": { + "EN": [ + "application/vnd.cinderella", + "vnd.cinderella" + ], + "FA": [ + "application/vnd.cinderella", + "vnd.cinderella" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CITATIONSTYLES.STYLE+XML", + "generate_name": "application/vnd.citationstyles.style+xml", + "text": { + "EN": [ + "application/vnd.citationstyles.style+xml", + "vnd.citationstyles.style+xml" + ], + "FA": [ + "application/vnd.citationstyles.style+xml", + "vnd.citationstyles.style+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CLOANTO.RP9", + "generate_name": "application/vnd.cloanto.rp9", + "text": { + "EN": [ + "application/vnd.cloanto.rp9", + "vnd.cloanto.rp9" + ], + "FA": [ + "application/vnd.cloanto.rp9", + "vnd.cloanto.rp9" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CLUETRUST.CARTOMOBILE_CONFIG", + "generate_name": "application/vnd.cluetrust.cartomobile-config", + "text": { + "EN": [ + "application/vnd.cluetrust.cartomobile-config", + "vnd.cluetrust.cartomobile-config" + ], + "FA": [ + "application/vnd.cluetrust.cartomobile-config", + "vnd.cluetrust.cartomobile-config" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CNCF.HELM.CHART.CONTENT.V1.TAR+GZIP", + "generate_name": "application/vnd.cncf.helm.chart.content.v1.tar+gzip", + "text": { + "EN": [ + "application/vnd.cncf.helm.chart.content.v1.tar+gzip", + "vnd.cncf.helm.chart.content.v1.tar+gzip" + ], + "FA": [ + "application/vnd.cncf.helm.chart.content.v1.tar+gzip", + "vnd.cncf.helm.chart.content.v1.tar+gzip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CNCF.HELM.CONFIG.V1+JSON", + "generate_name": "application/vnd.cncf.helm.config.v1+json", + "text": { + "EN": [ + "application/vnd.cncf.helm.config.v1+json", + "vnd.cncf.helm.config.v1+json" + ], + "FA": [ + "application/vnd.cncf.helm.config.v1+json", + "vnd.cncf.helm.config.v1+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.COLLABIO.XODOCUMENTS.DOCUMENT", + "generate_name": "application/vnd.collabio.xodocuments.document", + "text": { + "EN": [ + "application/vnd.collabio.xodocuments.document", + "vnd.collabio.xodocuments.document" + ], + "FA": [ + "application/vnd.collabio.xodocuments.document", + "vnd.collabio.xodocuments.document" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.COLLABIO.XODOCUMENTS.PRESENTATION", + "generate_name": "application/vnd.collabio.xodocuments.presentation", + "text": { + "EN": [ + "application/vnd.collabio.xodocuments.presentation", + "vnd.collabio.xodocuments.presentation" + ], + "FA": [ + "application/vnd.collabio.xodocuments.presentation", + "vnd.collabio.xodocuments.presentation" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.COLLABIO.XODOCUMENTS.SPREADSHEET", + "generate_name": "application/vnd.collabio.xodocuments.spreadsheet", + "text": { + "EN": [ + "application/vnd.collabio.xodocuments.spreadsheet", + "vnd.collabio.xodocuments.spreadsheet" + ], + "FA": [ + "application/vnd.collabio.xodocuments.spreadsheet", + "vnd.collabio.xodocuments.spreadsheet" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.COLLECTION.DOC+JSON", + "generate_name": "application/vnd.collection.doc+json", + "text": { + "EN": [ + "application/vnd.collection.doc+json", + "vnd.collection.doc+json" + ], + "FA": [ + "application/vnd.collection.doc+json", + "vnd.collection.doc+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.COLLECTION.NEXT+JSON", + "generate_name": "application/vnd.collection.next+json", + "text": { + "EN": [ + "application/vnd.collection.next+json", + "vnd.collection.next+json" + ], + "FA": [ + "application/vnd.collection.next+json", + "vnd.collection.next+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.COMICBOOK+ZIP", + "generate_name": "application/vnd.comicbook+zip", + "text": { + "EN": [ + "application/vnd.comicbook+zip", + "vnd.comicbook+zip" + ], + "FA": [ + "application/vnd.comicbook+zip", + "vnd.comicbook+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.COMMONSPACE", + "generate_name": "application/vnd.commonspace", + "text": { + "EN": [ + "application/vnd.commonspace", + "vnd.commonspace" + ], + "FA": [ + "application/vnd.commonspace", + "vnd.commonspace" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.COSMOCALLER", + "generate_name": "application/vnd.cosmocaller", + "text": { + "EN": [ + "application/vnd.cosmocaller", + "vnd.cosmocaller" + ], + "FA": [ + "application/vnd.cosmocaller", + "vnd.cosmocaller" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CRICK.CLICKER", + "generate_name": "application/vnd.crick.clicker", + "text": { + "EN": [ + "application/vnd.crick.clicker", + "vnd.crick.clicker" + ], + "FA": [ + "application/vnd.crick.clicker", + "vnd.crick.clicker" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CRICK.CLICKER.PALETTE", + "generate_name": "application/vnd.crick.clicker.palette", + "text": { + "EN": [ + "application/vnd.crick.clicker.palette", + "vnd.crick.clicker.palette" + ], + "FA": [ + "application/vnd.crick.clicker.palette", + "vnd.crick.clicker.palette" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CRICK.CLICKER.WORDBANK", + "generate_name": "application/vnd.crick.clicker.wordbank", + "text": { + "EN": [ + "application/vnd.crick.clicker.wordbank", + "vnd.crick.clicker.wordbank" + ], + "FA": [ + "application/vnd.crick.clicker.wordbank", + "vnd.crick.clicker.wordbank" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CRYPTII.PIPE+JSON", + "generate_name": "application/vnd.cryptii.pipe+json", + "text": { + "EN": [ + "application/vnd.cryptii.pipe+json", + "vnd.cryptii.pipe+json" + ], + "FA": [ + "application/vnd.cryptii.pipe+json", + "vnd.cryptii.pipe+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CRYPTOMATOR.ENCRYPTED", + "generate_name": "application/vnd.cryptomator.encrypted", + "text": { + "EN": [ + "application/vnd.cryptomator.encrypted", + "vnd.cryptomator.encrypted" + ], + "FA": [ + "application/vnd.cryptomator.encrypted", + "vnd.cryptomator.encrypted" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CTC_POSML", + "generate_name": "application/vnd.ctc-posml", + "text": { + "EN": [ + "application/vnd.ctc-posml", + "vnd.ctc-posml" + ], + "FA": [ + "application/vnd.ctc-posml", + "vnd.ctc-posml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CUPS_PDF", + "generate_name": "application/vnd.cups-pdf", + "text": { + "EN": [ + "application/vnd.cups-pdf", + "vnd.cups-pdf" + ], + "FA": [ + "application/vnd.cups-pdf", + "vnd.cups-pdf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CUPS_PPD", + "generate_name": "application/vnd.cups-ppd", + "text": { + "EN": [ + "application/vnd.cups-ppd", + "vnd.cups-ppd" + ], + "FA": [ + "application/vnd.cups-ppd", + "vnd.cups-ppd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CUPS_RAW", + "generate_name": "application/vnd.cups-raw", + "text": { + "EN": [ + "application/vnd.cups-raw", + "vnd.cups-raw" + ], + "FA": [ + "application/vnd.cups-raw", + "vnd.cups-raw" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CYAN.DEAN.ROOT+XML", + "generate_name": "application/vnd.cyan.dean.root+xml", + "text": { + "EN": [ + "application/vnd.cyan.dean.root+xml", + "vnd.cyan.dean.root+xml" + ], + "FA": [ + "application/vnd.cyan.dean.root+xml", + "vnd.cyan.dean.root+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.CYCLONEDX+JSON", + "generate_name": "application/vnd.cyclonedx+json", + "text": { + "EN": [ + "application/vnd.cyclonedx+json", + "vnd.cyclonedx+json" + ], + "FA": [ + "application/vnd.cyclonedx+json", + "vnd.cyclonedx+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.D2L.COURSEPACKAGE1P0+ZIP", + "generate_name": "application/vnd.d2l.coursepackage1p0+zip", + "text": { + "EN": [ + "application/vnd.d2l.coursepackage1p0+zip", + "vnd.d2l.coursepackage1p0+zip" + ], + "FA": [ + "application/vnd.d2l.coursepackage1p0+zip", + "vnd.d2l.coursepackage1p0+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.D3M_PROBLEM", + "generate_name": "application/vnd.d3m-problem", + "text": { + "EN": [ + "application/vnd.d3m-problem", + "vnd.d3m-problem" + ], + "FA": [ + "application/vnd.d3m-problem", + "vnd.d3m-problem" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DATA_VISION.RDZ", + "generate_name": "application/vnd.data-vision.rdz", + "text": { + "EN": [ + "application/vnd.data-vision.rdz", + "vnd.data-vision.rdz" + ], + "FA": [ + "application/vnd.data-vision.rdz", + "vnd.data-vision.rdz" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DATAPACKAGE+JSON", + "generate_name": "application/vnd.datapackage+json", + "text": { + "EN": [ + "application/vnd.datapackage+json", + "vnd.datapackage+json" + ], + "FA": [ + "application/vnd.datapackage+json", + "vnd.datapackage+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DBF", + "generate_name": "application/vnd.dbf", + "text": { + "EN": [ + "application/vnd.dbf", + "vnd.dbf" + ], + "FA": [ + "application/vnd.dbf", + "vnd.dbf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DEBIAN.BINARY_PACKAGE", + "generate_name": "application/vnd.debian.binary-package", + "text": { + "EN": [ + "application/vnd.debian.binary-package", + "vnd.debian.binary-package" + ], + "FA": [ + "application/vnd.debian.binary-package", + "vnd.debian.binary-package" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DECE.TTML+XML", + "generate_name": "application/vnd.dece.ttml+xml", + "text": { + "EN": [ + "application/vnd.dece.ttml+xml", + "vnd.dece.ttml+xml" + ], + "FA": [ + "application/vnd.dece.ttml+xml", + "vnd.dece.ttml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DECE.ZIP", + "generate_name": "application/vnd.dece.zip", + "text": { + "EN": [ + "application/vnd.dece.zip", + "vnd.dece.zip" + ], + "FA": [ + "application/vnd.dece.zip", + "vnd.dece.zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DESMUME.MOVIE", + "generate_name": "application/vnd.desmume.movie", + "text": { + "EN": [ + "application/vnd.desmume.movie", + "vnd.desmume.movie" + ], + "FA": [ + "application/vnd.desmume.movie", + "vnd.desmume.movie" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DM.DELEGATION+XML", + "generate_name": "application/vnd.dm.delegation+xml", + "text": { + "EN": [ + "application/vnd.dm.delegation+xml", + "vnd.dm.delegation+xml" + ], + "FA": [ + "application/vnd.dm.delegation+xml", + "vnd.dm.delegation+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DOCUMENT+JSON", + "generate_name": "application/vnd.document+json", + "text": { + "EN": [ + "application/vnd.document+json", + "vnd.document+json" + ], + "FA": [ + "application/vnd.document+json", + "vnd.document+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DOLBY.MOBILE.2", + "generate_name": "application/vnd.dolby.mobile.2", + "text": { + "EN": [ + "application/vnd.dolby.mobile.2", + "vnd.dolby.mobile.2" + ], + "FA": [ + "application/vnd.dolby.mobile.2", + "vnd.dolby.mobile.2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DPGRAPH", + "generate_name": "application/vnd.dpgraph", + "text": { + "EN": [ + "application/vnd.dpgraph", + "vnd.dpgraph" + ], + "FA": [ + "application/vnd.dpgraph", + "vnd.dpgraph" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DRIVE+JSON", + "generate_name": "application/vnd.drive+json", + "text": { + "EN": [ + "application/vnd.drive+json", + "vnd.drive+json" + ], + "FA": [ + "application/vnd.drive+json", + "vnd.drive+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DTG.LOCAL.FLASH", + "generate_name": "application/vnd.dtg.local.flash", + "text": { + "EN": [ + "application/vnd.dtg.local.flash", + "vnd.dtg.local.flash" + ], + "FA": [ + "application/vnd.dtg.local.flash", + "vnd.dtg.local.flash" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DVB.AIT", + "generate_name": "application/vnd.dvb.ait", + "text": { + "EN": [ + "application/vnd.dvb.ait", + "vnd.dvb.ait" + ], + "FA": [ + "application/vnd.dvb.ait", + "vnd.dvb.ait" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DVB.DVBJ", + "generate_name": "application/vnd.dvb.dvbj", + "text": { + "EN": [ + "application/vnd.dvb.dvbj", + "vnd.dvb.dvbj" + ], + "FA": [ + "application/vnd.dvb.dvbj", + "vnd.dvb.dvbj" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DVB.IPDCDFTNOTIFACCESS", + "generate_name": "application/vnd.dvb.ipdcdftnotifaccess", + "text": { + "EN": [ + "application/vnd.dvb.ipdcdftnotifaccess", + "vnd.dvb.ipdcdftnotifaccess" + ], + "FA": [ + "application/vnd.dvb.ipdcdftnotifaccess", + "vnd.dvb.ipdcdftnotifaccess" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DVB.IPDCESGACCESS2", + "generate_name": "application/vnd.dvb.ipdcesgaccess2", + "text": { + "EN": [ + "application/vnd.dvb.ipdcesgaccess2", + "vnd.dvb.ipdcesgaccess2" + ], + "FA": [ + "application/vnd.dvb.ipdcesgaccess2", + "vnd.dvb.ipdcesgaccess2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DVB.IPDCROAMING", + "generate_name": "application/vnd.dvb.ipdcroaming", + "text": { + "EN": [ + "application/vnd.dvb.ipdcroaming", + "vnd.dvb.ipdcroaming" + ], + "FA": [ + "application/vnd.dvb.ipdcroaming", + "vnd.dvb.ipdcroaming" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DVB.IPTV.ALFEC_ENHANCEMENT", + "generate_name": "application/vnd.dvb.iptv.alfec-enhancement", + "text": { + "EN": [ + "application/vnd.dvb.iptv.alfec-enhancement", + "vnd.dvb.iptv.alfec-enhancement" + ], + "FA": [ + "application/vnd.dvb.iptv.alfec-enhancement", + "vnd.dvb.iptv.alfec-enhancement" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DVB.NOTIF_CONTAINER+XML", + "generate_name": "application/vnd.dvb.notif-container+xml", + "text": { + "EN": [ + "application/vnd.dvb.notif-container+xml", + "vnd.dvb.notif-container+xml" + ], + "FA": [ + "application/vnd.dvb.notif-container+xml", + "vnd.dvb.notif-container+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DVB.NOTIF_IA_MSGLIST+XML", + "generate_name": "application/vnd.dvb.notif-ia-msglist+xml", + "text": { + "EN": [ + "application/vnd.dvb.notif-ia-msglist+xml", + "vnd.dvb.notif-ia-msglist+xml" + ], + "FA": [ + "application/vnd.dvb.notif-ia-msglist+xml", + "vnd.dvb.notif-ia-msglist+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DVB.NOTIF_IA_REGISTRATION_RESPONSE+XML", + "generate_name": "application/vnd.dvb.notif-ia-registration-response+xml", + "text": { + "EN": [ + "application/vnd.dvb.notif-ia-registration-response+xml", + "vnd.dvb.notif-ia-registration-response+xml" + ], + "FA": [ + "application/vnd.dvb.notif-ia-registration-response+xml", + "vnd.dvb.notif-ia-registration-response+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DVB.PFR", + "generate_name": "application/vnd.dvb.pfr", + "text": { + "EN": [ + "application/vnd.dvb.pfr", + "vnd.dvb.pfr" + ], + "FA": [ + "application/vnd.dvb.pfr", + "vnd.dvb.pfr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DXR", + "generate_name": "application/vnd.dxr", + "text": { + "EN": [ + "application/vnd.dxr", + "vnd.dxr" + ], + "FA": [ + "application/vnd.dxr", + "vnd.dxr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.DZR", + "generate_name": "application/vnd.dzr", + "text": { + "EN": [ + "application/vnd.dzr", + "vnd.dzr" + ], + "FA": [ + "application/vnd.dzr", + "vnd.dzr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ECIP.RLP", + "generate_name": "application/vnd.ecip.rlp", + "text": { + "EN": [ + "application/vnd.ecip.rlp", + "vnd.ecip.rlp" + ], + "FA": [ + "application/vnd.ecip.rlp", + "vnd.ecip.rlp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ECLIPSE.DITTO+JSON", + "generate_name": "application/vnd.eclipse.ditto+json", + "text": { + "EN": [ + "application/vnd.eclipse.ditto+json", + "vnd.eclipse.ditto+json" + ], + "FA": [ + "application/vnd.eclipse.ditto+json", + "vnd.eclipse.ditto+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ECOWIN.FILEREQUEST", + "generate_name": "application/vnd.ecowin.filerequest", + "text": { + "EN": [ + "application/vnd.ecowin.filerequest", + "vnd.ecowin.filerequest" + ], + "FA": [ + "application/vnd.ecowin.filerequest", + "vnd.ecowin.filerequest" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ECOWIN.SERIES", + "generate_name": "application/vnd.ecowin.series", + "text": { + "EN": [ + "application/vnd.ecowin.series", + "vnd.ecowin.series" + ], + "FA": [ + "application/vnd.ecowin.series", + "vnd.ecowin.series" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ECOWIN.SERIESUPDATE", + "generate_name": "application/vnd.ecowin.seriesupdate", + "text": { + "EN": [ + "application/vnd.ecowin.seriesupdate", + "vnd.ecowin.seriesupdate" + ], + "FA": [ + "application/vnd.ecowin.seriesupdate", + "vnd.ecowin.seriesupdate" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.EFI.ISO", + "generate_name": "application/vnd.efi.iso", + "text": { + "EN": [ + "application/vnd.efi.iso", + "vnd.efi.iso" + ], + "FA": [ + "application/vnd.efi.iso", + "vnd.efi.iso" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.EMCLIENT.ACCESSREQUEST+XML", + "generate_name": "application/vnd.emclient.accessrequest+xml", + "text": { + "EN": [ + "application/vnd.emclient.accessrequest+xml", + "vnd.emclient.accessrequest+xml" + ], + "FA": [ + "application/vnd.emclient.accessrequest+xml", + "vnd.emclient.accessrequest+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ENPHASE.ENVOY", + "generate_name": "application/vnd.enphase.envoy", + "text": { + "EN": [ + "application/vnd.enphase.envoy", + "vnd.enphase.envoy" + ], + "FA": [ + "application/vnd.enphase.envoy", + "vnd.enphase.envoy" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.EPSON.ESF", + "generate_name": "application/vnd.epson.esf", + "text": { + "EN": [ + "application/vnd.epson.esf", + "vnd.epson.esf" + ], + "FA": [ + "application/vnd.epson.esf", + "vnd.epson.esf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.EPSON.QUICKANIME", + "generate_name": "application/vnd.epson.quickanime", + "text": { + "EN": [ + "application/vnd.epson.quickanime", + "vnd.epson.quickanime" + ], + "FA": [ + "application/vnd.epson.quickanime", + "vnd.epson.quickanime" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.EPSON.SSF", + "generate_name": "application/vnd.epson.ssf", + "text": { + "EN": [ + "application/vnd.epson.ssf", + "vnd.epson.ssf" + ], + "FA": [ + "application/vnd.epson.ssf", + "vnd.epson.ssf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.EROFS", + "generate_name": "application/vnd.erofs", + "text": { + "EN": [ + "application/vnd.erofs", + "vnd.erofs" + ], + "FA": [ + "application/vnd.erofs", + "vnd.erofs" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ESZIGNO3+XML", + "generate_name": "application/vnd.eszigno3+xml", + "text": { + "EN": [ + "application/vnd.eszigno3+xml", + "vnd.eszigno3+xml" + ], + "FA": [ + "application/vnd.eszigno3+xml", + "vnd.eszigno3+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.ASIC_S+ZIP", + "generate_name": "application/vnd.etsi.asic-s+zip", + "text": { + "EN": [ + "application/vnd.etsi.asic-s+zip", + "vnd.etsi.asic-s+zip" + ], + "FA": [ + "application/vnd.etsi.asic-s+zip", + "vnd.etsi.asic-s+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.CUG+XML", + "generate_name": "application/vnd.etsi.cug+xml", + "text": { + "EN": [ + "application/vnd.etsi.cug+xml", + "vnd.etsi.cug+xml" + ], + "FA": [ + "application/vnd.etsi.cug+xml", + "vnd.etsi.cug+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.IPTVDISCOVERY+XML", + "generate_name": "application/vnd.etsi.iptvdiscovery+xml", + "text": { + "EN": [ + "application/vnd.etsi.iptvdiscovery+xml", + "vnd.etsi.iptvdiscovery+xml" + ], + "FA": [ + "application/vnd.etsi.iptvdiscovery+xml", + "vnd.etsi.iptvdiscovery+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.IPTVSAD_BC+XML", + "generate_name": "application/vnd.etsi.iptvsad-bc+xml", + "text": { + "EN": [ + "application/vnd.etsi.iptvsad-bc+xml", + "vnd.etsi.iptvsad-bc+xml" + ], + "FA": [ + "application/vnd.etsi.iptvsad-bc+xml", + "vnd.etsi.iptvsad-bc+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.IPTVSAD_NPVR+XML", + "generate_name": "application/vnd.etsi.iptvsad-npvr+xml", + "text": { + "EN": [ + "application/vnd.etsi.iptvsad-npvr+xml", + "vnd.etsi.iptvsad-npvr+xml" + ], + "FA": [ + "application/vnd.etsi.iptvsad-npvr+xml", + "vnd.etsi.iptvsad-npvr+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.IPTVSYNC+XML", + "generate_name": "application/vnd.etsi.iptvsync+xml", + "text": { + "EN": [ + "application/vnd.etsi.iptvsync+xml", + "vnd.etsi.iptvsync+xml" + ], + "FA": [ + "application/vnd.etsi.iptvsync+xml", + "vnd.etsi.iptvsync+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.MCID+XML", + "generate_name": "application/vnd.etsi.mcid+xml", + "text": { + "EN": [ + "application/vnd.etsi.mcid+xml", + "vnd.etsi.mcid+xml" + ], + "FA": [ + "application/vnd.etsi.mcid+xml", + "vnd.etsi.mcid+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.OVERLOAD_CONTROL_POLICY_DATASET+XML", + "generate_name": "application/vnd.etsi.overload-control-policy-dataset+xml", + "text": { + "EN": [ + "application/vnd.etsi.overload-control-policy-dataset+xml", + "vnd.etsi.overload-control-policy-dataset+xml" + ], + "FA": [ + "application/vnd.etsi.overload-control-policy-dataset+xml", + "vnd.etsi.overload-control-policy-dataset+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.SCI+XML", + "generate_name": "application/vnd.etsi.sci+xml", + "text": { + "EN": [ + "application/vnd.etsi.sci+xml", + "vnd.etsi.sci+xml" + ], + "FA": [ + "application/vnd.etsi.sci+xml", + "vnd.etsi.sci+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.TIMESTAMP_TOKEN", + "generate_name": "application/vnd.etsi.timestamp-token", + "text": { + "EN": [ + "application/vnd.etsi.timestamp-token", + "vnd.etsi.timestamp-token" + ], + "FA": [ + "application/vnd.etsi.timestamp-token", + "vnd.etsi.timestamp-token" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ETSI.TSL.DER", + "generate_name": "application/vnd.etsi.tsl.der", + "text": { + "EN": [ + "application/vnd.etsi.tsl.der", + "vnd.etsi.tsl.der" + ], + "FA": [ + "application/vnd.etsi.tsl.der", + "vnd.etsi.tsl.der" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.EUDORA.DATA", + "generate_name": "application/vnd.eudora.data", + "text": { + "EN": [ + "application/vnd.eudora.data", + "vnd.eudora.data" + ], + "FA": [ + "application/vnd.eudora.data", + "vnd.eudora.data" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.EVOLV.ECIG.SETTINGS", + "generate_name": "application/vnd.evolv.ecig.settings", + "text": { + "EN": [ + "application/vnd.evolv.ecig.settings", + "vnd.evolv.ecig.settings" + ], + "FA": [ + "application/vnd.evolv.ecig.settings", + "vnd.evolv.ecig.settings" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.EXSTREAM_EMPOWER+ZIP", + "generate_name": "application/vnd.exstream-empower+zip", + "text": { + "EN": [ + "application/vnd.exstream-empower+zip", + "vnd.exstream-empower+zip" + ], + "FA": [ + "application/vnd.exstream-empower+zip", + "vnd.exstream-empower+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.EZPIX_ALBUM", + "generate_name": "application/vnd.ezpix-album", + "text": { + "EN": [ + "application/vnd.ezpix-album", + "vnd.ezpix-album" + ], + "FA": [ + "application/vnd.ezpix-album", + "vnd.ezpix-album" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.F_SECURE.MOBILE", + "generate_name": "application/vnd.f-secure.mobile", + "text": { + "EN": [ + "application/vnd.f-secure.mobile", + "vnd.f-secure.mobile" + ], + "FA": [ + "application/vnd.f-secure.mobile", + "vnd.f-secure.mobile" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FAMILYSEARCH.GEDCOM+ZIP", + "generate_name": "application/vnd.familysearch.gedcom+zip", + "text": { + "EN": [ + "application/vnd.familysearch.gedcom+zip", + "vnd.familysearch.gedcom+zip" + ], + "FA": [ + "application/vnd.familysearch.gedcom+zip", + "vnd.familysearch.gedcom+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FDSN.SEED", + "generate_name": "application/vnd.fdsn.seed", + "text": { + "EN": [ + "application/vnd.fdsn.seed", + "vnd.fdsn.seed" + ], + "FA": [ + "application/vnd.fdsn.seed", + "vnd.fdsn.seed" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FFSNS", + "generate_name": "application/vnd.ffsns", + "text": { + "EN": [ + "application/vnd.ffsns", + "vnd.ffsns" + ], + "FA": [ + "application/vnd.ffsns", + "vnd.ffsns" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FILMIT.ZFC", + "generate_name": "application/vnd.filmit.zfc", + "text": { + "EN": [ + "application/vnd.filmit.zfc", + "vnd.filmit.zfc" + ], + "FA": [ + "application/vnd.filmit.zfc", + "vnd.filmit.zfc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FIREMONKEYS.CLOUDCELL", + "generate_name": "application/vnd.firemonkeys.cloudcell", + "text": { + "EN": [ + "application/vnd.firemonkeys.cloudcell", + "vnd.firemonkeys.cloudcell" + ], + "FA": [ + "application/vnd.firemonkeys.cloudcell", + "vnd.firemonkeys.cloudcell" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FLUXTIME.CLIP", + "generate_name": "application/vnd.fluxtime.clip", + "text": { + "EN": [ + "application/vnd.fluxtime.clip", + "vnd.fluxtime.clip" + ], + "FA": [ + "application/vnd.fluxtime.clip", + "vnd.fluxtime.clip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FRAMEMAKER", + "generate_name": "application/vnd.framemaker", + "text": { + "EN": [ + "application/vnd.framemaker", + "vnd.framemaker" + ], + "FA": [ + "application/vnd.framemaker", + "vnd.framemaker" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FROGANS.FNC", + "generate_name": "application/vnd.frogans.fnc", + "text": { + "EN": [ + "application/vnd.frogans.fnc", + "vnd.frogans.fnc (obsolete)" + ], + "FA": [ + "application/vnd.frogans.fnc", + "vnd.frogans.fnc (obsolete)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FSC.WEBLAUNCH", + "generate_name": "application/vnd.fsc.weblaunch", + "text": { + "EN": [ + "application/vnd.fsc.weblaunch", + "vnd.fsc.weblaunch" + ], + "FA": [ + "application/vnd.fsc.weblaunch", + "vnd.fsc.weblaunch" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FUJIFILM.FB.DOCUWORKS.BINDER", + "generate_name": "application/vnd.fujifilm.fb.docuworks.binder", + "text": { + "EN": [ + "application/vnd.fujifilm.fb.docuworks.binder", + "vnd.fujifilm.fb.docuworks.binder" + ], + "FA": [ + "application/vnd.fujifilm.fb.docuworks.binder", + "vnd.fujifilm.fb.docuworks.binder" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FUJIFILM.FB.JFI+XML", + "generate_name": "application/vnd.fujifilm.fb.jfi+xml", + "text": { + "EN": [ + "application/vnd.fujifilm.fb.jfi+xml", + "vnd.fujifilm.fb.jfi+xml" + ], + "FA": [ + "application/vnd.fujifilm.fb.jfi+xml", + "vnd.fujifilm.fb.jfi+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FUJITSU.OASYS2", + "generate_name": "application/vnd.fujitsu.oasys2", + "text": { + "EN": [ + "application/vnd.fujitsu.oasys2", + "vnd.fujitsu.oasys2" + ], + "FA": [ + "application/vnd.fujitsu.oasys2", + "vnd.fujitsu.oasys2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FUJITSU.OASYSGP", + "generate_name": "application/vnd.fujitsu.oasysgp", + "text": { + "EN": [ + "application/vnd.fujitsu.oasysgp", + "vnd.fujitsu.oasysgp" + ], + "FA": [ + "application/vnd.fujitsu.oasysgp", + "vnd.fujitsu.oasysgp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FUJIXEROX.ART4", + "generate_name": "application/vnd.fujixerox.art4", + "text": { + "EN": [ + "application/vnd.fujixerox.art4", + "vnd.fujixerox.art4" + ], + "FA": [ + "application/vnd.fujixerox.art4", + "vnd.fujixerox.art4" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FUJIXEROX.DDD", + "generate_name": "application/vnd.fujixerox.ddd", + "text": { + "EN": [ + "application/vnd.fujixerox.ddd", + "vnd.fujixerox.ddd" + ], + "FA": [ + "application/vnd.fujixerox.ddd", + "vnd.fujixerox.ddd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FUJIXEROX.DOCUWORKS.BINDER", + "generate_name": "application/vnd.fujixerox.docuworks.binder", + "text": { + "EN": [ + "application/vnd.fujixerox.docuworks.binder", + "vnd.fujixerox.docuworks.binder" + ], + "FA": [ + "application/vnd.fujixerox.docuworks.binder", + "vnd.fujixerox.docuworks.binder" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FUJIXEROX.HBPL", + "generate_name": "application/vnd.fujixerox.hbpl", + "text": { + "EN": [ + "application/vnd.fujixerox.hbpl", + "vnd.fujixerox.hbpl" + ], + "FA": [ + "application/vnd.fujixerox.hbpl", + "vnd.fujixerox.hbpl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FUTOIN+CBOR", + "generate_name": "application/vnd.futoin+cbor", + "text": { + "EN": [ + "application/vnd.futoin+cbor", + "vnd.futoin+cbor" + ], + "FA": [ + "application/vnd.futoin+cbor", + "vnd.futoin+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.FUZZYSHEET", + "generate_name": "application/vnd.fuzzysheet", + "text": { + "EN": [ + "application/vnd.fuzzysheet", + "vnd.fuzzysheet" + ], + "FA": [ + "application/vnd.fuzzysheet", + "vnd.fuzzysheet" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GENOMATIX.TUXEDO", + "generate_name": "application/vnd.genomatix.tuxedo", + "text": { + "EN": [ + "application/vnd.genomatix.tuxedo", + "vnd.genomatix.tuxedo" + ], + "FA": [ + "application/vnd.genomatix.tuxedo", + "vnd.genomatix.tuxedo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GENTICS.GRD+JSON", + "generate_name": "application/vnd.gentics.grd+json", + "text": { + "EN": [ + "application/vnd.gentics.grd+json", + "vnd.gentics.grd+json" + ], + "FA": [ + "application/vnd.gentics.grd+json", + "vnd.gentics.grd+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GENTOO.EBUILD", + "generate_name": "application/vnd.gentoo.ebuild", + "text": { + "EN": [ + "application/vnd.gentoo.ebuild", + "vnd.gentoo.ebuild" + ], + "FA": [ + "application/vnd.gentoo.ebuild", + "vnd.gentoo.ebuild" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GENTOO.GPKG", + "generate_name": "application/vnd.gentoo.gpkg", + "text": { + "EN": [ + "application/vnd.gentoo.gpkg", + "vnd.gentoo.gpkg" + ], + "FA": [ + "application/vnd.gentoo.gpkg", + "vnd.gentoo.gpkg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GENTOO.XPAK", + "generate_name": "application/vnd.gentoo.xpak", + "text": { + "EN": [ + "application/vnd.gentoo.xpak", + "vnd.gentoo.xpak" + ], + "FA": [ + "application/vnd.gentoo.xpak", + "vnd.gentoo.xpak" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GEO+JSON", + "generate_name": "application/vnd.geo+json", + "text": { + "EN": [ + "application/vnd.geo+json", + "vnd.geo+json (obsoleted by [rfc7946] in favor of application/geo+json)" + ], + "FA": [ + "application/vnd.geo+json", + "vnd.geo+json (obsoleted by [rfc7946] in favor of application/geo+json)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GEOGEBRA.FILE", + "generate_name": "application/vnd.geogebra.file", + "text": { + "EN": [ + "application/vnd.geogebra.file", + "vnd.geogebra.file" + ], + "FA": [ + "application/vnd.geogebra.file", + "vnd.geogebra.file" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GEOGEBRA.SLIDES", + "generate_name": "application/vnd.geogebra.slides", + "text": { + "EN": [ + "application/vnd.geogebra.slides", + "vnd.geogebra.slides" + ], + "FA": [ + "application/vnd.geogebra.slides", + "vnd.geogebra.slides" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GEOMETRY_EXPLORER", + "generate_name": "application/vnd.geometry-explorer", + "text": { + "EN": [ + "application/vnd.geometry-explorer", + "vnd.geometry-explorer" + ], + "FA": [ + "application/vnd.geometry-explorer", + "vnd.geometry-explorer" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GEOPLAN", + "generate_name": "application/vnd.geoplan", + "text": { + "EN": [ + "application/vnd.geoplan", + "vnd.geoplan" + ], + "FA": [ + "application/vnd.geoplan", + "vnd.geoplan" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GERBER", + "generate_name": "application/vnd.gerber", + "text": { + "EN": [ + "application/vnd.gerber", + "vnd.gerber" + ], + "FA": [ + "application/vnd.gerber", + "vnd.gerber" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GLOBALPLATFORM.CARD_CONTENT_MGT_RESPONSE", + "generate_name": "application/vnd.globalplatform.card-content-mgt-response", + "text": { + "EN": [ + "application/vnd.globalplatform.card-content-mgt-response", + "vnd.globalplatform.card-content-mgt-response" + ], + "FA": [ + "application/vnd.globalplatform.card-content-mgt-response", + "vnd.globalplatform.card-content-mgt-response" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GNU.TALER.EXCHANGE+JSON", + "generate_name": "application/vnd.gnu.taler.exchange+json", + "text": { + "EN": [ + "application/vnd.gnu.taler.exchange+json", + "vnd.gnu.taler.exchange+json" + ], + "FA": [ + "application/vnd.gnu.taler.exchange+json", + "vnd.gnu.taler.exchange+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GOOGLE_EARTH.KML+XML", + "generate_name": "application/vnd.google-earth.kml+xml", + "text": { + "EN": [ + "application/vnd.google-earth.kml+xml", + "vnd.google-earth.kml+xml" + ], + "FA": [ + "application/vnd.google-earth.kml+xml", + "vnd.google-earth.kml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GOV.SK.E_FORM+XML", + "generate_name": "application/vnd.gov.sk.e-form+xml", + "text": { + "EN": [ + "application/vnd.gov.sk.e-form+xml", + "vnd.gov.sk.e-form+xml (obsoleted by request)" + ], + "FA": [ + "application/vnd.gov.sk.e-form+xml", + "vnd.gov.sk.e-form+xml (obsoleted by request)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GOV.SK.XMLDATACONTAINER+XML", + "generate_name": "application/vnd.gov.sk.xmldatacontainer+xml", + "text": { + "EN": [ + "application/vnd.gov.sk.xmldatacontainer+xml", + "vnd.gov.sk.xmldatacontainer+xml" + ], + "FA": [ + "application/vnd.gov.sk.xmldatacontainer+xml", + "vnd.gov.sk.xmldatacontainer+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GRAFEQ", + "generate_name": "application/vnd.grafeq", + "text": { + "EN": [ + "application/vnd.grafeq", + "vnd.grafeq" + ], + "FA": [ + "application/vnd.grafeq", + "vnd.grafeq" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GROOVE_ACCOUNT", + "generate_name": "application/vnd.groove-account", + "text": { + "EN": [ + "application/vnd.groove-account", + "vnd.groove-account" + ], + "FA": [ + "application/vnd.groove-account", + "vnd.groove-account" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GROOVE_IDENTITY_MESSAGE", + "generate_name": "application/vnd.groove-identity-message", + "text": { + "EN": [ + "application/vnd.groove-identity-message", + "vnd.groove-identity-message" + ], + "FA": [ + "application/vnd.groove-identity-message", + "vnd.groove-identity-message" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GROOVE_TOOL_MESSAGE", + "generate_name": "application/vnd.groove-tool-message", + "text": { + "EN": [ + "application/vnd.groove-tool-message", + "vnd.groove-tool-message" + ], + "FA": [ + "application/vnd.groove-tool-message", + "vnd.groove-tool-message" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.GROOVE_VCARD", + "generate_name": "application/vnd.groove-vcard", + "text": { + "EN": [ + "application/vnd.groove-vcard", + "vnd.groove-vcard" + ], + "FA": [ + "application/vnd.groove-vcard", + "vnd.groove-vcard" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HAL+XML", + "generate_name": "application/vnd.hal+xml", + "text": { + "EN": [ + "application/vnd.hal+xml", + "vnd.hal+xml" + ], + "FA": [ + "application/vnd.hal+xml", + "vnd.hal+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HBCI", + "generate_name": "application/vnd.hbci", + "text": { + "EN": [ + "application/vnd.hbci", + "vnd.hbci" + ], + "FA": [ + "application/vnd.hbci", + "vnd.hbci" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HCL_BIREPORTS", + "generate_name": "application/vnd.hcl-bireports", + "text": { + "EN": [ + "application/vnd.hcl-bireports", + "vnd.hcl-bireports" + ], + "FA": [ + "application/vnd.hcl-bireports", + "vnd.hcl-bireports" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HEROKU+JSON", + "generate_name": "application/vnd.heroku+json", + "text": { + "EN": [ + "application/vnd.heroku+json", + "vnd.heroku+json" + ], + "FA": [ + "application/vnd.heroku+json", + "vnd.heroku+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HP_HPGL", + "generate_name": "application/vnd.hp-hpgl", + "text": { + "EN": [ + "application/vnd.hp-hpgl", + "vnd.hp-hpgl" + ], + "FA": [ + "application/vnd.hp-hpgl", + "vnd.hp-hpgl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HP_HPS", + "generate_name": "application/vnd.hp-hps", + "text": { + "EN": [ + "application/vnd.hp-hps", + "vnd.hp-hps" + ], + "FA": [ + "application/vnd.hp-hps", + "vnd.hp-hps" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HP_PCL", + "generate_name": "application/vnd.hp-pcl", + "text": { + "EN": [ + "application/vnd.hp-pcl", + "vnd.hp-pcl" + ], + "FA": [ + "application/vnd.hp-pcl", + "vnd.hp-pcl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HSL", + "generate_name": "application/vnd.hsl", + "text": { + "EN": [ + "application/vnd.hsl", + "vnd.hsl" + ], + "FA": [ + "application/vnd.hsl", + "vnd.hsl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HYDROSTATIX.SOF_DATA", + "generate_name": "application/vnd.hydrostatix.sof-data", + "text": { + "EN": [ + "application/vnd.hydrostatix.sof-data", + "vnd.hydrostatix.sof-data" + ], + "FA": [ + "application/vnd.hydrostatix.sof-data", + "vnd.hydrostatix.sof-data" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HYPER+JSON", + "generate_name": "application/vnd.hyper+json", + "text": { + "EN": [ + "application/vnd.hyper+json", + "vnd.hyper+json" + ], + "FA": [ + "application/vnd.hyper+json", + "vnd.hyper+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.HZN_3D_CROSSWORD", + "generate_name": "application/vnd.hzn-3d-crossword", + "text": { + "EN": [ + "application/vnd.hzn-3d-crossword", + "vnd.hzn-3d-crossword" + ], + "FA": [ + "application/vnd.hzn-3d-crossword", + "vnd.hzn-3d-crossword" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IBM.ELECTRONIC_MEDIA", + "generate_name": "application/vnd.ibm.electronic-media", + "text": { + "EN": [ + "application/vnd.ibm.electronic-media", + "vnd.ibm.electronic-media" + ], + "FA": [ + "application/vnd.ibm.electronic-media", + "vnd.ibm.electronic-media" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IBM.MODCAP", + "generate_name": "application/vnd.ibm.modcap", + "text": { + "EN": [ + "application/vnd.ibm.modcap", + "vnd.ibm.modcap (obsoleted in favor of application/vnd.afpc.modca)" + ], + "FA": [ + "application/vnd.ibm.modcap", + "vnd.ibm.modcap (obsoleted in favor of application/vnd.afpc.modca)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IBM.SECURE_CONTAINER", + "generate_name": "application/vnd.ibm.secure-container", + "text": { + "EN": [ + "application/vnd.ibm.secure-container", + "vnd.ibm.secure-container" + ], + "FA": [ + "application/vnd.ibm.secure-container", + "vnd.ibm.secure-container" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IEEE.1905", + "generate_name": "application/vnd.ieee.1905", + "text": { + "EN": [ + "application/vnd.ieee.1905", + "vnd.ieee.1905" + ], + "FA": [ + "application/vnd.ieee.1905", + "vnd.ieee.1905" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IMAGEMETER.FOLDER+ZIP", + "generate_name": "application/vnd.imagemeter.folder+zip", + "text": { + "EN": [ + "application/vnd.imagemeter.folder+zip", + "vnd.imagemeter.folder+zip" + ], + "FA": [ + "application/vnd.imagemeter.folder+zip", + "vnd.imagemeter.folder+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IMMERVISION_IVP", + "generate_name": "application/vnd.immervision-ivp", + "text": { + "EN": [ + "application/vnd.immervision-ivp", + "vnd.immervision-ivp" + ], + "FA": [ + "application/vnd.immervision-ivp", + "vnd.immervision-ivp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IMS.IMSCCV1P1", + "generate_name": "application/vnd.ims.imsccv1p1", + "text": { + "EN": [ + "application/vnd.ims.imsccv1p1", + "vnd.ims.imsccv1p1" + ], + "FA": [ + "application/vnd.ims.imsccv1p1", + "vnd.ims.imsccv1p1" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IMS.IMSCCV1P3", + "generate_name": "application/vnd.ims.imsccv1p3", + "text": { + "EN": [ + "application/vnd.ims.imsccv1p3", + "vnd.ims.imsccv1p3" + ], + "FA": [ + "application/vnd.ims.imsccv1p3", + "vnd.ims.imsccv1p3" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IMS.LTI.V2.TOOLCONSUMERPROFILE+JSON", + "generate_name": "application/vnd.ims.lti.v2.toolconsumerprofile+json", + "text": { + "EN": [ + "application/vnd.ims.lti.v2.toolconsumerprofile+json", + "vnd.ims.lti.v2.toolconsumerprofile+json" + ], + "FA": [ + "application/vnd.ims.lti.v2.toolconsumerprofile+json", + "vnd.ims.lti.v2.toolconsumerprofile+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IMS.LTI.V2.TOOLPROXY+JSON", + "generate_name": "application/vnd.ims.lti.v2.toolproxy+json", + "text": { + "EN": [ + "application/vnd.ims.lti.v2.toolproxy+json", + "vnd.ims.lti.v2.toolproxy+json" + ], + "FA": [ + "application/vnd.ims.lti.v2.toolproxy+json", + "vnd.ims.lti.v2.toolproxy+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IMS.LTI.V2.TOOLSETTINGS.SIMPLE+JSON", + "generate_name": "application/vnd.ims.lti.v2.toolsettings.simple+json", + "text": { + "EN": [ + "application/vnd.ims.lti.v2.toolsettings.simple+json", + "vnd.ims.lti.v2.toolsettings.simple+json" + ], + "FA": [ + "application/vnd.ims.lti.v2.toolsettings.simple+json", + "vnd.ims.lti.v2.toolsettings.simple+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.INFOTECH.PROJECT", + "generate_name": "application/vnd.infotech.project", + "text": { + "EN": [ + "application/vnd.infotech.project", + "vnd.infotech.project" + ], + "FA": [ + "application/vnd.infotech.project", + "vnd.infotech.project" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.INFORMIX_VISIONARY", + "generate_name": "application/vnd.informix-visionary", + "text": { + "EN": [ + "application/vnd.informix-visionary", + "vnd.informix-visionary (obsoleted in favor of application/vnd.visionary)" + ], + "FA": [ + "application/vnd.informix-visionary", + "vnd.informix-visionary (obsoleted in favor of application/vnd.visionary)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.INSORS.IGM", + "generate_name": "application/vnd.insors.igm", + "text": { + "EN": [ + "application/vnd.insors.igm", + "vnd.insors.igm" + ], + "FA": [ + "application/vnd.insors.igm", + "vnd.insors.igm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.INTERGEO", + "generate_name": "application/vnd.intergeo", + "text": { + "EN": [ + "application/vnd.intergeo", + "vnd.intergeo" + ], + "FA": [ + "application/vnd.intergeo", + "vnd.intergeo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.INTERTRUST.NNCP", + "generate_name": "application/vnd.intertrust.nncp", + "text": { + "EN": [ + "application/vnd.intertrust.nncp", + "vnd.intertrust.nncp" + ], + "FA": [ + "application/vnd.intertrust.nncp", + "vnd.intertrust.nncp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.INTU.QFX", + "generate_name": "application/vnd.intu.qfx", + "text": { + "EN": [ + "application/vnd.intu.qfx", + "vnd.intu.qfx" + ], + "FA": [ + "application/vnd.intu.qfx", + "vnd.intu.qfx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IPLD.CAR", + "generate_name": "application/vnd.ipld.car", + "text": { + "EN": [ + "application/vnd.ipld.car", + "vnd.ipld.car" + ], + "FA": [ + "application/vnd.ipld.car", + "vnd.ipld.car" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IPLD.DAG_JSON", + "generate_name": "application/vnd.ipld.dag-json", + "text": { + "EN": [ + "application/vnd.ipld.dag-json", + "vnd.ipld.dag-json" + ], + "FA": [ + "application/vnd.ipld.dag-json", + "vnd.ipld.dag-json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IPTC.G2.CATALOGITEM+XML", + "generate_name": "application/vnd.iptc.g2.catalogitem+xml", + "text": { + "EN": [ + "application/vnd.iptc.g2.catalogitem+xml", + "vnd.iptc.g2.catalogitem+xml" + ], + "FA": [ + "application/vnd.iptc.g2.catalogitem+xml", + "vnd.iptc.g2.catalogitem+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IPTC.G2.KNOWLEDGEITEM+XML", + "generate_name": "application/vnd.iptc.g2.knowledgeitem+xml", + "text": { + "EN": [ + "application/vnd.iptc.g2.knowledgeitem+xml", + "vnd.iptc.g2.knowledgeitem+xml" + ], + "FA": [ + "application/vnd.iptc.g2.knowledgeitem+xml", + "vnd.iptc.g2.knowledgeitem+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IPTC.G2.NEWSMESSAGE+XML", + "generate_name": "application/vnd.iptc.g2.newsmessage+xml", + "text": { + "EN": [ + "application/vnd.iptc.g2.newsmessage+xml", + "vnd.iptc.g2.newsmessage+xml" + ], + "FA": [ + "application/vnd.iptc.g2.newsmessage+xml", + "vnd.iptc.g2.newsmessage+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IPTC.G2.PLANNINGITEM+XML", + "generate_name": "application/vnd.iptc.g2.planningitem+xml", + "text": { + "EN": [ + "application/vnd.iptc.g2.planningitem+xml", + "vnd.iptc.g2.planningitem+xml" + ], + "FA": [ + "application/vnd.iptc.g2.planningitem+xml", + "vnd.iptc.g2.planningitem+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.IREPOSITORY.PACKAGE+XML", + "generate_name": "application/vnd.irepository.package+xml", + "text": { + "EN": [ + "application/vnd.irepository.package+xml", + "vnd.irepository.package+xml" + ], + "FA": [ + "application/vnd.irepository.package+xml", + "vnd.irepository.package+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ISAC.FCS", + "generate_name": "application/vnd.isac.fcs", + "text": { + "EN": [ + "application/vnd.isac.fcs", + "vnd.isac.fcs" + ], + "FA": [ + "application/vnd.isac.fcs", + "vnd.isac.fcs" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ISO11783_10+ZIP", + "generate_name": "application/vnd.iso11783-10+zip", + "text": { + "EN": [ + "application/vnd.iso11783-10+zip", + "vnd.iso11783-10+zip" + ], + "FA": [ + "application/vnd.iso11783-10+zip", + "vnd.iso11783-10+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.JAPANNET_JPNSTORE_WAKEUP", + "generate_name": "application/vnd.japannet-jpnstore-wakeup", + "text": { + "EN": [ + "application/vnd.japannet-jpnstore-wakeup", + "vnd.japannet-jpnstore-wakeup" + ], + "FA": [ + "application/vnd.japannet-jpnstore-wakeup", + "vnd.japannet-jpnstore-wakeup" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.JAPANNET_REGISTRATION", + "generate_name": "application/vnd.japannet-registration", + "text": { + "EN": [ + "application/vnd.japannet-registration", + "vnd.japannet-registration" + ], + "FA": [ + "application/vnd.japannet-registration", + "vnd.japannet-registration" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.JAPANNET_SETSTORE_WAKEUP", + "generate_name": "application/vnd.japannet-setstore-wakeup", + "text": { + "EN": [ + "application/vnd.japannet-setstore-wakeup", + "vnd.japannet-setstore-wakeup" + ], + "FA": [ + "application/vnd.japannet-setstore-wakeup", + "vnd.japannet-setstore-wakeup" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.JAPANNET_VERIFICATION_WAKEUP", + "generate_name": "application/vnd.japannet-verification-wakeup", + "text": { + "EN": [ + "application/vnd.japannet-verification-wakeup", + "vnd.japannet-verification-wakeup" + ], + "FA": [ + "application/vnd.japannet-verification-wakeup", + "vnd.japannet-verification-wakeup" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.JISP", + "generate_name": "application/vnd.jisp", + "text": { + "EN": [ + "application/vnd.jisp", + "vnd.jisp" + ], + "FA": [ + "application/vnd.jisp", + "vnd.jisp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.JSK.ISDN_NGN", + "generate_name": "application/vnd.jsk.isdn-ngn", + "text": { + "EN": [ + "application/vnd.jsk.isdn-ngn", + "vnd.jsk.isdn-ngn" + ], + "FA": [ + "application/vnd.jsk.isdn-ngn", + "vnd.jsk.isdn-ngn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.KDE.KARBON", + "generate_name": "application/vnd.kde.karbon", + "text": { + "EN": [ + "application/vnd.kde.karbon", + "vnd.kde.karbon" + ], + "FA": [ + "application/vnd.kde.karbon", + "vnd.kde.karbon" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.KDE.KFORMULA", + "generate_name": "application/vnd.kde.kformula", + "text": { + "EN": [ + "application/vnd.kde.kformula", + "vnd.kde.kformula" + ], + "FA": [ + "application/vnd.kde.kformula", + "vnd.kde.kformula" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.KDE.KONTOUR", + "generate_name": "application/vnd.kde.kontour", + "text": { + "EN": [ + "application/vnd.kde.kontour", + "vnd.kde.kontour" + ], + "FA": [ + "application/vnd.kde.kontour", + "vnd.kde.kontour" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.KDE.KSPREAD", + "generate_name": "application/vnd.kde.kspread", + "text": { + "EN": [ + "application/vnd.kde.kspread", + "vnd.kde.kspread" + ], + "FA": [ + "application/vnd.kde.kspread", + "vnd.kde.kspread" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.KDL", + "generate_name": "application/vnd.kdl", + "text": { + "EN": [ + "application/vnd.kdl", + "vnd.kdl" + ], + "FA": [ + "application/vnd.kdl", + "vnd.kdl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.KEYMAN.KMP+ZIP", + "generate_name": "application/vnd.keyman.kmp+zip", + "text": { + "EN": [ + "application/vnd.keyman.kmp+zip", + "vnd.keyman.kmp+zip" + ], + "FA": [ + "application/vnd.keyman.kmp+zip", + "vnd.keyman.kmp+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.KIDSPIRATION", + "generate_name": "application/vnd.kidspiration", + "text": { + "EN": [ + "application/vnd.kidspiration", + "vnd.kidspiration" + ], + "FA": [ + "application/vnd.kidspiration", + "vnd.kidspiration" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.KOAN", + "generate_name": "application/vnd.koan", + "text": { + "EN": [ + "application/vnd.koan", + "vnd.koan" + ], + "FA": [ + "application/vnd.koan", + "vnd.koan" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.LAS", + "generate_name": "application/vnd.las", + "text": { + "EN": [ + "application/vnd.las", + "vnd.las" + ], + "FA": [ + "application/vnd.las", + "vnd.las" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.LAS.LAS+XML", + "generate_name": "application/vnd.las.las+xml", + "text": { + "EN": [ + "application/vnd.las.las+xml", + "vnd.las.las+xml" + ], + "FA": [ + "application/vnd.las.las+xml", + "vnd.las.las+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.LDEV.PRODUCTLICENSING", + "generate_name": "application/vnd.ldev.productlicensing", + "text": { + "EN": [ + "application/vnd.ldev.productlicensing", + "vnd.ldev.productlicensing" + ], + "FA": [ + "application/vnd.ldev.productlicensing", + "vnd.ldev.productlicensing" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.LIBERTY_REQUEST+XML", + "generate_name": "application/vnd.liberty-request+xml", + "text": { + "EN": [ + "application/vnd.liberty-request+xml", + "vnd.liberty-request+xml" + ], + "FA": [ + "application/vnd.liberty-request+xml", + "vnd.liberty-request+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.LLAMAGRAPHICS.LIFE_BALANCE.EXCHANGE+XML", + "generate_name": "application/vnd.llamagraphics.life-balance.exchange+xml", + "text": { + "EN": [ + "application/vnd.llamagraphics.life-balance.exchange+xml", + "vnd.llamagraphics.life-balance.exchange+xml" + ], + "FA": [ + "application/vnd.llamagraphics.life-balance.exchange+xml", + "vnd.llamagraphics.life-balance.exchange+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.LOOM", + "generate_name": "application/vnd.loom", + "text": { + "EN": [ + "application/vnd.loom", + "vnd.loom" + ], + "FA": [ + "application/vnd.loom", + "vnd.loom" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.LOTUS_APPROACH", + "generate_name": "application/vnd.lotus-approach", + "text": { + "EN": [ + "application/vnd.lotus-approach", + "vnd.lotus-approach" + ], + "FA": [ + "application/vnd.lotus-approach", + "vnd.lotus-approach" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.LOTUS_NOTES", + "generate_name": "application/vnd.lotus-notes", + "text": { + "EN": [ + "application/vnd.lotus-notes", + "vnd.lotus-notes" + ], + "FA": [ + "application/vnd.lotus-notes", + "vnd.lotus-notes" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.LOTUS_SCREENCAM", + "generate_name": "application/vnd.lotus-screencam", + "text": { + "EN": [ + "application/vnd.lotus-screencam", + "vnd.lotus-screencam" + ], + "FA": [ + "application/vnd.lotus-screencam", + "vnd.lotus-screencam" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MACPORTS.PORTPKG", + "generate_name": "application/vnd.macports.portpkg", + "text": { + "EN": [ + "application/vnd.macports.portpkg", + "vnd.macports.portpkg" + ], + "FA": [ + "application/vnd.macports.portpkg", + "vnd.macports.portpkg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MARLIN.DRM.ACTIONTOKEN+XML", + "generate_name": "application/vnd.marlin.drm.actiontoken+xml", + "text": { + "EN": [ + "application/vnd.marlin.drm.actiontoken+xml", + "vnd.marlin.drm.actiontoken+xml" + ], + "FA": [ + "application/vnd.marlin.drm.actiontoken+xml", + "vnd.marlin.drm.actiontoken+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MARLIN.DRM.LICENSE+XML", + "generate_name": "application/vnd.marlin.drm.license+xml", + "text": { + "EN": [ + "application/vnd.marlin.drm.license+xml", + "vnd.marlin.drm.license+xml" + ], + "FA": [ + "application/vnd.marlin.drm.license+xml", + "vnd.marlin.drm.license+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MASON+JSON", + "generate_name": "application/vnd.mason+json", + "text": { + "EN": [ + "application/vnd.mason+json", + "vnd.mason+json" + ], + "FA": [ + "application/vnd.mason+json", + "vnd.mason+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MAXMIND.MAXMIND_DB", + "generate_name": "application/vnd.maxmind.maxmind-db", + "text": { + "EN": [ + "application/vnd.maxmind.maxmind-db", + "vnd.maxmind.maxmind-db" + ], + "FA": [ + "application/vnd.maxmind.maxmind-db", + "vnd.maxmind.maxmind-db" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MDL", + "generate_name": "application/vnd.mdl", + "text": { + "EN": [ + "application/vnd.mdl", + "vnd.mdl" + ], + "FA": [ + "application/vnd.mdl", + "vnd.mdl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MEDCALCDATA", + "generate_name": "application/vnd.medcalcdata", + "text": { + "EN": [ + "application/vnd.medcalcdata", + "vnd.medcalcdata" + ], + "FA": [ + "application/vnd.medcalcdata", + "vnd.medcalcdata" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MEDICALHOLODECK.RECORDXR", + "generate_name": "application/vnd.medicalholodeck.recordxr", + "text": { + "EN": [ + "application/vnd.medicalholodeck.recordxr", + "vnd.medicalholodeck.recordxr" + ], + "FA": [ + "application/vnd.medicalholodeck.recordxr", + "vnd.medicalholodeck.recordxr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MERMAID", + "generate_name": "application/vnd.mermaid", + "text": { + "EN": [ + "application/vnd.mermaid", + "vnd.mermaid" + ], + "FA": [ + "application/vnd.mermaid", + "vnd.mermaid" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MFMP", + "generate_name": "application/vnd.mfmp", + "text": { + "EN": [ + "application/vnd.mfmp", + "vnd.mfmp" + ], + "FA": [ + "application/vnd.mfmp", + "vnd.mfmp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MICROGRAFX.FLO", + "generate_name": "application/vnd.micrografx.flo", + "text": { + "EN": [ + "application/vnd.micrografx.flo", + "vnd.micrografx.flo" + ], + "FA": [ + "application/vnd.micrografx.flo", + "vnd.micrografx.flo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MICROSOFT.PORTABLE_EXECUTABLE", + "generate_name": "application/vnd.microsoft.portable-executable", + "text": { + "EN": [ + "application/vnd.microsoft.portable-executable", + "vnd.microsoft.portable-executable" + ], + "FA": [ + "application/vnd.microsoft.portable-executable", + "vnd.microsoft.portable-executable" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MIELE+JSON", + "generate_name": "application/vnd.miele+json", + "text": { + "EN": [ + "application/vnd.miele+json", + "vnd.miele+json" + ], + "FA": [ + "application/vnd.miele+json", + "vnd.miele+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MINISOFT_HP3000_SAVE", + "generate_name": "application/vnd.minisoft-hp3000-save", + "text": { + "EN": [ + "application/vnd.minisoft-hp3000-save", + "vnd.minisoft-hp3000-save" + ], + "FA": [ + "application/vnd.minisoft-hp3000-save", + "vnd.minisoft-hp3000-save" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MOBIUS.DAF", + "generate_name": "application/vnd.mobius.daf", + "text": { + "EN": [ + "application/vnd.mobius.daf", + "vnd.mobius.daf" + ], + "FA": [ + "application/vnd.mobius.daf", + "vnd.mobius.daf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MOBIUS.MBK", + "generate_name": "application/vnd.mobius.mbk", + "text": { + "EN": [ + "application/vnd.mobius.mbk", + "vnd.mobius.mbk" + ], + "FA": [ + "application/vnd.mobius.mbk", + "vnd.mobius.mbk" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MOBIUS.MSL", + "generate_name": "application/vnd.mobius.msl", + "text": { + "EN": [ + "application/vnd.mobius.msl", + "vnd.mobius.msl" + ], + "FA": [ + "application/vnd.mobius.msl", + "vnd.mobius.msl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MOBIUS.TXF", + "generate_name": "application/vnd.mobius.txf", + "text": { + "EN": [ + "application/vnd.mobius.txf", + "vnd.mobius.txf" + ], + "FA": [ + "application/vnd.mobius.txf", + "vnd.mobius.txf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MOPHUN.APPLICATION", + "generate_name": "application/vnd.mophun.application", + "text": { + "EN": [ + "application/vnd.mophun.application", + "vnd.mophun.application" + ], + "FA": [ + "application/vnd.mophun.application", + "vnd.mophun.application" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MOTOROLA.FLEXSUITE", + "generate_name": "application/vnd.motorola.flexsuite", + "text": { + "EN": [ + "application/vnd.motorola.flexsuite", + "vnd.motorola.flexsuite" + ], + "FA": [ + "application/vnd.motorola.flexsuite", + "vnd.motorola.flexsuite" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MOTOROLA.FLEXSUITE.FIS", + "generate_name": "application/vnd.motorola.flexsuite.fis", + "text": { + "EN": [ + "application/vnd.motorola.flexsuite.fis", + "vnd.motorola.flexsuite.fis" + ], + "FA": [ + "application/vnd.motorola.flexsuite.fis", + "vnd.motorola.flexsuite.fis" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MOTOROLA.FLEXSUITE.KMR", + "generate_name": "application/vnd.motorola.flexsuite.kmr", + "text": { + "EN": [ + "application/vnd.motorola.flexsuite.kmr", + "vnd.motorola.flexsuite.kmr" + ], + "FA": [ + "application/vnd.motorola.flexsuite.kmr", + "vnd.motorola.flexsuite.kmr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MOTOROLA.FLEXSUITE.WEM", + "generate_name": "application/vnd.motorola.flexsuite.wem", + "text": { + "EN": [ + "application/vnd.motorola.flexsuite.wem", + "vnd.motorola.flexsuite.wem" + ], + "FA": [ + "application/vnd.motorola.flexsuite.wem", + "vnd.motorola.flexsuite.wem" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MOZILLA.XUL+XML", + "generate_name": "application/vnd.mozilla.xul+xml", + "text": { + "EN": [ + "application/vnd.mozilla.xul+xml", + "vnd.mozilla.xul+xml" + ], + "FA": [ + "application/vnd.mozilla.xul+xml", + "vnd.mozilla.xul+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_ASF", + "generate_name": "application/vnd.ms-asf", + "text": { + "EN": [ + "application/vnd.ms-asf", + "vnd.ms-asf" + ], + "FA": [ + "application/vnd.ms-asf", + "vnd.ms-asf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_3MFDOCUMENT", + "generate_name": "application/vnd.ms-3mfdocument", + "text": { + "EN": [ + "application/vnd.ms-3mfdocument", + "vnd.ms-3mfdocument" + ], + "FA": [ + "application/vnd.ms-3mfdocument", + "vnd.ms-3mfdocument" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_EXCEL.ADDIN.MACROENABLED.12", + "generate_name": "application/vnd.ms-excel.addin.macroenabled.12", + "text": { + "EN": [ + "application/vnd.ms-excel.addin.macroenabled.12", + "vnd.ms-excel.addin.macroenabled.12" + ], + "FA": [ + "application/vnd.ms-excel.addin.macroenabled.12", + "vnd.ms-excel.addin.macroenabled.12" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_EXCEL.SHEET.MACROENABLED.12", + "generate_name": "application/vnd.ms-excel.sheet.macroenabled.12", + "text": { + "EN": [ + "application/vnd.ms-excel.sheet.macroenabled.12", + "vnd.ms-excel.sheet.macroenabled.12" + ], + "FA": [ + "application/vnd.ms-excel.sheet.macroenabled.12", + "vnd.ms-excel.sheet.macroenabled.12" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_FONTOBJECT", + "generate_name": "application/vnd.ms-fontobject", + "text": { + "EN": [ + "application/vnd.ms-fontobject", + "vnd.ms-fontobject" + ], + "FA": [ + "application/vnd.ms-fontobject", + "vnd.ms-fontobject" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_IMS", + "generate_name": "application/vnd.ms-ims", + "text": { + "EN": [ + "application/vnd.ms-ims", + "vnd.ms-ims" + ], + "FA": [ + "application/vnd.ms-ims", + "vnd.ms-ims" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_OFFICE.ACTIVEX+XML", + "generate_name": "application/vnd.ms-office.activex+xml", + "text": { + "EN": [ + "application/vnd.ms-office.activex+xml", + "vnd.ms-office.activex+xml" + ], + "FA": [ + "application/vnd.ms-office.activex+xml", + "vnd.ms-office.activex+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_PLAYREADY.INITIATOR+XML", + "generate_name": "application/vnd.ms-playready.initiator+xml", + "text": { + "EN": [ + "application/vnd.ms-playready.initiator+xml", + "vnd.ms-playready.initiator+xml" + ], + "FA": [ + "application/vnd.ms-playready.initiator+xml", + "vnd.ms-playready.initiator+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_POWERPOINT.ADDIN.MACROENABLED.12", + "generate_name": "application/vnd.ms-powerpoint.addin.macroenabled.12", + "text": { + "EN": [ + "application/vnd.ms-powerpoint.addin.macroenabled.12", + "vnd.ms-powerpoint.addin.macroenabled.12" + ], + "FA": [ + "application/vnd.ms-powerpoint.addin.macroenabled.12", + "vnd.ms-powerpoint.addin.macroenabled.12" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_POWERPOINT.SLIDE.MACROENABLED.12", + "generate_name": "application/vnd.ms-powerpoint.slide.macroenabled.12", + "text": { + "EN": [ + "application/vnd.ms-powerpoint.slide.macroenabled.12", + "vnd.ms-powerpoint.slide.macroenabled.12" + ], + "FA": [ + "application/vnd.ms-powerpoint.slide.macroenabled.12", + "vnd.ms-powerpoint.slide.macroenabled.12" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_POWERPOINT.TEMPLATE.MACROENABLED.12", + "generate_name": "application/vnd.ms-powerpoint.template.macroenabled.12", + "text": { + "EN": [ + "application/vnd.ms-powerpoint.template.macroenabled.12", + "vnd.ms-powerpoint.template.macroenabled.12" + ], + "FA": [ + "application/vnd.ms-powerpoint.template.macroenabled.12", + "vnd.ms-powerpoint.template.macroenabled.12" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_PRINTSCHEMATICKET+XML", + "generate_name": "application/vnd.ms-printschematicket+xml", + "text": { + "EN": [ + "application/vnd.ms-printschematicket+xml", + "vnd.ms-printschematicket+xml" + ], + "FA": [ + "application/vnd.ms-printschematicket+xml", + "vnd.ms-printschematicket+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_TNEF", + "generate_name": "application/vnd.ms-tnef", + "text": { + "EN": [ + "application/vnd.ms-tnef", + "vnd.ms-tnef" + ], + "FA": [ + "application/vnd.ms-tnef", + "vnd.ms-tnef" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_WINDOWS.NWPRINTING.OOB", + "generate_name": "application/vnd.ms-windows.nwprinting.oob", + "text": { + "EN": [ + "application/vnd.ms-windows.nwprinting.oob", + "vnd.ms-windows.nwprinting.oob" + ], + "FA": [ + "application/vnd.ms-windows.nwprinting.oob", + "vnd.ms-windows.nwprinting.oob" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_WINDOWS.WSD.OOB", + "generate_name": "application/vnd.ms-windows.wsd.oob", + "text": { + "EN": [ + "application/vnd.ms-windows.wsd.oob", + "vnd.ms-windows.wsd.oob" + ], + "FA": [ + "application/vnd.ms-windows.wsd.oob", + "vnd.ms-windows.wsd.oob" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_WMDRM.LIC_RESP", + "generate_name": "application/vnd.ms-wmdrm.lic-resp", + "text": { + "EN": [ + "application/vnd.ms-wmdrm.lic-resp", + "vnd.ms-wmdrm.lic-resp" + ], + "FA": [ + "application/vnd.ms-wmdrm.lic-resp", + "vnd.ms-wmdrm.lic-resp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_WMDRM.METER_RESP", + "generate_name": "application/vnd.ms-wmdrm.meter-resp", + "text": { + "EN": [ + "application/vnd.ms-wmdrm.meter-resp", + "vnd.ms-wmdrm.meter-resp" + ], + "FA": [ + "application/vnd.ms-wmdrm.meter-resp", + "vnd.ms-wmdrm.meter-resp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_WORD.TEMPLATE.MACROENABLED.12", + "generate_name": "application/vnd.ms-word.template.macroenabled.12", + "text": { + "EN": [ + "application/vnd.ms-word.template.macroenabled.12", + "vnd.ms-word.template.macroenabled.12" + ], + "FA": [ + "application/vnd.ms-word.template.macroenabled.12", + "vnd.ms-word.template.macroenabled.12" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MS_WPL", + "generate_name": "application/vnd.ms-wpl", + "text": { + "EN": [ + "application/vnd.ms-wpl", + "vnd.ms-wpl" + ], + "FA": [ + "application/vnd.ms-wpl", + "vnd.ms-wpl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MSA_DISK_IMAGE", + "generate_name": "application/vnd.msa-disk-image", + "text": { + "EN": [ + "application/vnd.msa-disk-image", + "vnd.msa-disk-image" + ], + "FA": [ + "application/vnd.msa-disk-image", + "vnd.msa-disk-image" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MSGPACK", + "generate_name": "application/vnd.msgpack", + "text": { + "EN": [ + "application/vnd.msgpack", + "vnd.msgpack" + ], + "FA": [ + "application/vnd.msgpack", + "vnd.msgpack" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MULTIAD.CREATOR", + "generate_name": "application/vnd.multiad.creator", + "text": { + "EN": [ + "application/vnd.multiad.creator", + "vnd.multiad.creator" + ], + "FA": [ + "application/vnd.multiad.creator", + "vnd.multiad.creator" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MUSICIAN", + "generate_name": "application/vnd.musician", + "text": { + "EN": [ + "application/vnd.musician", + "vnd.musician" + ], + "FA": [ + "application/vnd.musician", + "vnd.musician" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.MUVEE.STYLE", + "generate_name": "application/vnd.muvee.style", + "text": { + "EN": [ + "application/vnd.muvee.style", + "vnd.muvee.style" + ], + "FA": [ + "application/vnd.muvee.style", + "vnd.muvee.style" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NACAMAR.YBRID+JSON", + "generate_name": "application/vnd.nacamar.ybrid+json", + "text": { + "EN": [ + "application/vnd.nacamar.ybrid+json", + "vnd.nacamar.ybrid+json" + ], + "FA": [ + "application/vnd.nacamar.ybrid+json", + "vnd.nacamar.ybrid+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NATO.BINDINGDATAOBJECT+JSON", + "generate_name": "application/vnd.nato.bindingdataobject+json", + "text": { + "EN": [ + "application/vnd.nato.bindingdataobject+json", + "vnd.nato.bindingdataobject+json" + ], + "FA": [ + "application/vnd.nato.bindingdataobject+json", + "vnd.nato.bindingdataobject+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NATO.OPENXMLFORMATS_PACKAGE.IEPD+ZIP", + "generate_name": "application/vnd.nato.openxmlformats-package.iepd+zip", + "text": { + "EN": [ + "application/vnd.nato.openxmlformats-package.iepd+zip", + "vnd.nato.openxmlformats-package.iepd+zip" + ], + "FA": [ + "application/vnd.nato.openxmlformats-package.iepd+zip", + "vnd.nato.openxmlformats-package.iepd+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NCD.REFERENCE", + "generate_name": "application/vnd.ncd.reference", + "text": { + "EN": [ + "application/vnd.ncd.reference", + "vnd.ncd.reference" + ], + "FA": [ + "application/vnd.ncd.reference", + "vnd.ncd.reference" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NEBUMIND.LINE", + "generate_name": "application/vnd.nebumind.line", + "text": { + "EN": [ + "application/vnd.nebumind.line", + "vnd.nebumind.line" + ], + "FA": [ + "application/vnd.nebumind.line", + "vnd.nebumind.line" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NETFPX", + "generate_name": "application/vnd.netfpx", + "text": { + "EN": [ + "application/vnd.netfpx", + "vnd.netfpx" + ], + "FA": [ + "application/vnd.netfpx", + "vnd.netfpx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NIMN", + "generate_name": "application/vnd.nimn", + "text": { + "EN": [ + "application/vnd.nimn", + "vnd.nimn" + ], + "FA": [ + "application/vnd.nimn", + "vnd.nimn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NINTENDO.NITRO.ROM", + "generate_name": "application/vnd.nintendo.nitro.rom", + "text": { + "EN": [ + "application/vnd.nintendo.nitro.rom", + "vnd.nintendo.nitro.rom" + ], + "FA": [ + "application/vnd.nintendo.nitro.rom", + "vnd.nintendo.nitro.rom" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOBLENET_DIRECTORY", + "generate_name": "application/vnd.noblenet-directory", + "text": { + "EN": [ + "application/vnd.noblenet-directory", + "vnd.noblenet-directory" + ], + "FA": [ + "application/vnd.noblenet-directory", + "vnd.noblenet-directory" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOBLENET_WEB", + "generate_name": "application/vnd.noblenet-web", + "text": { + "EN": [ + "application/vnd.noblenet-web", + "vnd.noblenet-web" + ], + "FA": [ + "application/vnd.noblenet-web", + "vnd.noblenet-web" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOKIA.CONML+WBXML", + "generate_name": "application/vnd.nokia.conml+wbxml", + "text": { + "EN": [ + "application/vnd.nokia.conml+wbxml", + "vnd.nokia.conml+wbxml" + ], + "FA": [ + "application/vnd.nokia.conml+wbxml", + "vnd.nokia.conml+wbxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOKIA.IPTV.CONFIG+XML", + "generate_name": "application/vnd.nokia.iptv.config+xml", + "text": { + "EN": [ + "application/vnd.nokia.iptv.config+xml", + "vnd.nokia.iptv.config+xml" + ], + "FA": [ + "application/vnd.nokia.iptv.config+xml", + "vnd.nokia.iptv.config+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOKIA.LANDMARK+WBXML", + "generate_name": "application/vnd.nokia.landmark+wbxml", + "text": { + "EN": [ + "application/vnd.nokia.landmark+wbxml", + "vnd.nokia.landmark+wbxml" + ], + "FA": [ + "application/vnd.nokia.landmark+wbxml", + "vnd.nokia.landmark+wbxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOKIA.LANDMARKCOLLECTION+XML", + "generate_name": "application/vnd.nokia.landmarkcollection+xml", + "text": { + "EN": [ + "application/vnd.nokia.landmarkcollection+xml", + "vnd.nokia.landmarkcollection+xml" + ], + "FA": [ + "application/vnd.nokia.landmarkcollection+xml", + "vnd.nokia.landmarkcollection+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOKIA.N_GAGE.AC+XML", + "generate_name": "application/vnd.nokia.n-gage.ac+xml", + "text": { + "EN": [ + "application/vnd.nokia.n-gage.ac+xml", + "vnd.nokia.n-gage.ac+xml" + ], + "FA": [ + "application/vnd.nokia.n-gage.ac+xml", + "vnd.nokia.n-gage.ac+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOKIA.N_GAGE.SYMBIAN.INSTALL", + "generate_name": "application/vnd.nokia.n-gage.symbian.install", + "text": { + "EN": [ + "application/vnd.nokia.n-gage.symbian.install", + "vnd.nokia.n-gage.symbian.install (obsolete; no replacement given)" + ], + "FA": [ + "application/vnd.nokia.n-gage.symbian.install", + "vnd.nokia.n-gage.symbian.install (obsolete; no replacement given)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOKIA.PCD+XML", + "generate_name": "application/vnd.nokia.pcd+xml", + "text": { + "EN": [ + "application/vnd.nokia.pcd+xml", + "vnd.nokia.pcd+xml" + ], + "FA": [ + "application/vnd.nokia.pcd+xml", + "vnd.nokia.pcd+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOKIA.RADIO_PRESETS", + "generate_name": "application/vnd.nokia.radio-presets", + "text": { + "EN": [ + "application/vnd.nokia.radio-presets", + "vnd.nokia.radio-presets" + ], + "FA": [ + "application/vnd.nokia.radio-presets", + "vnd.nokia.radio-presets" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NOVADIGM.EDX", + "generate_name": "application/vnd.novadigm.edx", + "text": { + "EN": [ + "application/vnd.novadigm.edx", + "vnd.novadigm.edx" + ], + "FA": [ + "application/vnd.novadigm.edx", + "vnd.novadigm.edx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NTT_LOCAL.CONTENT_SHARE", + "generate_name": "application/vnd.ntt-local.content-share", + "text": { + "EN": [ + "application/vnd.ntt-local.content-share", + "vnd.ntt-local.content-share" + ], + "FA": [ + "application/vnd.ntt-local.content-share", + "vnd.ntt-local.content-share" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NTT_LOCAL.OGW_REMOTE_ACCESS", + "generate_name": "application/vnd.ntt-local.ogw_remote-access", + "text": { + "EN": [ + "application/vnd.ntt-local.ogw_remote-access", + "vnd.ntt-local.ogw_remote-access" + ], + "FA": [ + "application/vnd.ntt-local.ogw_remote-access", + "vnd.ntt-local.ogw_remote-access" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.NTT_LOCAL.SIP_TA_TCP_STREAM", + "generate_name": "application/vnd.ntt-local.sip-ta_tcp_stream", + "text": { + "EN": [ + "application/vnd.ntt-local.sip-ta_tcp_stream", + "vnd.ntt-local.sip-ta_tcp_stream" + ], + "FA": [ + "application/vnd.ntt-local.sip-ta_tcp_stream", + "vnd.ntt-local.sip-ta_tcp_stream" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OAI.WORKFLOWS+JSON", + "generate_name": "application/vnd.oai.workflows+json", + "text": { + "EN": [ + "application/vnd.oai.workflows+json", + "vnd.oai.workflows+json" + ], + "FA": [ + "application/vnd.oai.workflows+json", + "vnd.oai.workflows+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OASIS.OPENDOCUMENT.BASE", + "generate_name": "application/vnd.oasis.opendocument.base", + "text": { + "EN": [ + "application/vnd.oasis.opendocument.base", + "vnd.oasis.opendocument.base" + ], + "FA": [ + "application/vnd.oasis.opendocument.base", + "vnd.oasis.opendocument.base" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OASIS.OPENDOCUMENT.CHART_TEMPLATE", + "generate_name": "application/vnd.oasis.opendocument.chart-template", + "text": { + "EN": [ + "application/vnd.oasis.opendocument.chart-template", + "vnd.oasis.opendocument.chart-template" + ], + "FA": [ + "application/vnd.oasis.opendocument.chart-template", + "vnd.oasis.opendocument.chart-template" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OASIS.OPENDOCUMENT.FORMULA", + "generate_name": "application/vnd.oasis.opendocument.formula", + "text": { + "EN": [ + "application/vnd.oasis.opendocument.formula", + "vnd.oasis.opendocument.formula" + ], + "FA": [ + "application/vnd.oasis.opendocument.formula", + "vnd.oasis.opendocument.formula" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OASIS.OPENDOCUMENT.GRAPHICS", + "generate_name": "application/vnd.oasis.opendocument.graphics", + "text": { + "EN": [ + "application/vnd.oasis.opendocument.graphics", + "vnd.oasis.opendocument.graphics" + ], + "FA": [ + "application/vnd.oasis.opendocument.graphics", + "vnd.oasis.opendocument.graphics" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OASIS.OPENDOCUMENT.IMAGE", + "generate_name": "application/vnd.oasis.opendocument.image", + "text": { + "EN": [ + "application/vnd.oasis.opendocument.image", + "vnd.oasis.opendocument.image" + ], + "FA": [ + "application/vnd.oasis.opendocument.image", + "vnd.oasis.opendocument.image" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OASIS.OPENDOCUMENT.PRESENTATION", + "generate_name": "application/vnd.oasis.opendocument.presentation", + "text": { + "EN": [ + "application/vnd.oasis.opendocument.presentation", + "vnd.oasis.opendocument.presentation" + ], + "FA": [ + "application/vnd.oasis.opendocument.presentation", + "vnd.oasis.opendocument.presentation" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OASIS.OPENDOCUMENT.SPREADSHEET", + "generate_name": "application/vnd.oasis.opendocument.spreadsheet", + "text": { + "EN": [ + "application/vnd.oasis.opendocument.spreadsheet", + "vnd.oasis.opendocument.spreadsheet" + ], + "FA": [ + "application/vnd.oasis.opendocument.spreadsheet", + "vnd.oasis.opendocument.spreadsheet" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OASIS.OPENDOCUMENT.TEXT", + "generate_name": "application/vnd.oasis.opendocument.text", + "text": { + "EN": [ + "application/vnd.oasis.opendocument.text", + "vnd.oasis.opendocument.text" + ], + "FA": [ + "application/vnd.oasis.opendocument.text", + "vnd.oasis.opendocument.text" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OASIS.OPENDOCUMENT.TEXT_MASTER_TEMPLATE", + "generate_name": "application/vnd.oasis.opendocument.text-master-template", + "text": { + "EN": [ + "application/vnd.oasis.opendocument.text-master-template", + "vnd.oasis.opendocument.text-master-template" + ], + "FA": [ + "application/vnd.oasis.opendocument.text-master-template", + "vnd.oasis.opendocument.text-master-template" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OASIS.OPENDOCUMENT.TEXT_WEB", + "generate_name": "application/vnd.oasis.opendocument.text-web", + "text": { + "EN": [ + "application/vnd.oasis.opendocument.text-web", + "vnd.oasis.opendocument.text-web" + ], + "FA": [ + "application/vnd.oasis.opendocument.text-web", + "vnd.oasis.opendocument.text-web" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OCF+CBOR", + "generate_name": "application/vnd.ocf+cbor", + "text": { + "EN": [ + "application/vnd.ocf+cbor", + "vnd.ocf+cbor" + ], + "FA": [ + "application/vnd.ocf+cbor", + "vnd.ocf+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OFTN.L10N+JSON", + "generate_name": "application/vnd.oftn.l10n+json", + "text": { + "EN": [ + "application/vnd.oftn.l10n+json", + "vnd.oftn.l10n+json" + ], + "FA": [ + "application/vnd.oftn.l10n+json", + "vnd.oftn.l10n+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OIPF.CONTENTACCESSSTREAMING+XML", + "generate_name": "application/vnd.oipf.contentaccessstreaming+xml", + "text": { + "EN": [ + "application/vnd.oipf.contentaccessstreaming+xml", + "vnd.oipf.contentaccessstreaming+xml" + ], + "FA": [ + "application/vnd.oipf.contentaccessstreaming+xml", + "vnd.oipf.contentaccessstreaming+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OIPF.DAE.SVG+XML", + "generate_name": "application/vnd.oipf.dae.svg+xml", + "text": { + "EN": [ + "application/vnd.oipf.dae.svg+xml", + "vnd.oipf.dae.svg+xml" + ], + "FA": [ + "application/vnd.oipf.dae.svg+xml", + "vnd.oipf.dae.svg+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OIPF.MIPPVCONTROLMESSAGE+XML", + "generate_name": "application/vnd.oipf.mippvcontrolmessage+xml", + "text": { + "EN": [ + "application/vnd.oipf.mippvcontrolmessage+xml", + "vnd.oipf.mippvcontrolmessage+xml" + ], + "FA": [ + "application/vnd.oipf.mippvcontrolmessage+xml", + "vnd.oipf.mippvcontrolmessage+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OIPF.SPDISCOVERY+XML", + "generate_name": "application/vnd.oipf.spdiscovery+xml", + "text": { + "EN": [ + "application/vnd.oipf.spdiscovery+xml", + "vnd.oipf.spdiscovery+xml" + ], + "FA": [ + "application/vnd.oipf.spdiscovery+xml", + "vnd.oipf.spdiscovery+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OIPF.UEPROFILE+XML", + "generate_name": "application/vnd.oipf.ueprofile+xml", + "text": { + "EN": [ + "application/vnd.oipf.ueprofile+xml", + "vnd.oipf.ueprofile+xml" + ], + "FA": [ + "application/vnd.oipf.ueprofile+xml", + "vnd.oipf.ueprofile+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OLPC_SUGAR", + "generate_name": "application/vnd.olpc-sugar", + "text": { + "EN": [ + "application/vnd.olpc-sugar", + "vnd.olpc-sugar" + ], + "FA": [ + "application/vnd.olpc-sugar", + "vnd.olpc-sugar" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.BCAST.DRM_TRIGGER+XML", + "generate_name": "application/vnd.oma.bcast.drm-trigger+xml", + "text": { + "EN": [ + "application/vnd.oma.bcast.drm-trigger+xml", + "vnd.oma.bcast.drm-trigger+xml" + ], + "FA": [ + "application/vnd.oma.bcast.drm-trigger+xml", + "vnd.oma.bcast.drm-trigger+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.BCAST.LTKM", + "generate_name": "application/vnd.oma.bcast.ltkm", + "text": { + "EN": [ + "application/vnd.oma.bcast.ltkm", + "vnd.oma.bcast.ltkm" + ], + "FA": [ + "application/vnd.oma.bcast.ltkm", + "vnd.oma.bcast.ltkm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.BCAST.PROVISIONINGTRIGGER", + "generate_name": "application/vnd.oma.bcast.provisioningtrigger", + "text": { + "EN": [ + "application/vnd.oma.bcast.provisioningtrigger", + "vnd.oma.bcast.provisioningtrigger" + ], + "FA": [ + "application/vnd.oma.bcast.provisioningtrigger", + "vnd.oma.bcast.provisioningtrigger" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.BCAST.SGDD+XML", + "generate_name": "application/vnd.oma.bcast.sgdd+xml", + "text": { + "EN": [ + "application/vnd.oma.bcast.sgdd+xml", + "vnd.oma.bcast.sgdd+xml" + ], + "FA": [ + "application/vnd.oma.bcast.sgdd+xml", + "vnd.oma.bcast.sgdd+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.BCAST.SIMPLE_SYMBOL_CONTAINER", + "generate_name": "application/vnd.oma.bcast.simple-symbol-container", + "text": { + "EN": [ + "application/vnd.oma.bcast.simple-symbol-container", + "vnd.oma.bcast.simple-symbol-container" + ], + "FA": [ + "application/vnd.oma.bcast.simple-symbol-container", + "vnd.oma.bcast.simple-symbol-container" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.BCAST.SPROV+XML", + "generate_name": "application/vnd.oma.bcast.sprov+xml", + "text": { + "EN": [ + "application/vnd.oma.bcast.sprov+xml", + "vnd.oma.bcast.sprov+xml" + ], + "FA": [ + "application/vnd.oma.bcast.sprov+xml", + "vnd.oma.bcast.sprov+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.CAB_ADDRESS_BOOK+XML", + "generate_name": "application/vnd.oma.cab-address-book+xml", + "text": { + "EN": [ + "application/vnd.oma.cab-address-book+xml", + "vnd.oma.cab-address-book+xml" + ], + "FA": [ + "application/vnd.oma.cab-address-book+xml", + "vnd.oma.cab-address-book+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.CAB_PCC+XML", + "generate_name": "application/vnd.oma.cab-pcc+xml", + "text": { + "EN": [ + "application/vnd.oma.cab-pcc+xml", + "vnd.oma.cab-pcc+xml" + ], + "FA": [ + "application/vnd.oma.cab-pcc+xml", + "vnd.oma.cab-pcc+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.CAB_USER_PREFS+XML", + "generate_name": "application/vnd.oma.cab-user-prefs+xml", + "text": { + "EN": [ + "application/vnd.oma.cab-user-prefs+xml", + "vnd.oma.cab-user-prefs+xml" + ], + "FA": [ + "application/vnd.oma.cab-user-prefs+xml", + "vnd.oma.cab-user-prefs+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.DCDC", + "generate_name": "application/vnd.oma.dcdc", + "text": { + "EN": [ + "application/vnd.oma.dcdc", + "vnd.oma.dcdc" + ], + "FA": [ + "application/vnd.oma.dcdc", + "vnd.oma.dcdc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.DRM.RISD+XML", + "generate_name": "application/vnd.oma.drm.risd+xml", + "text": { + "EN": [ + "application/vnd.oma.drm.risd+xml", + "vnd.oma.drm.risd+xml" + ], + "FA": [ + "application/vnd.oma.drm.risd+xml", + "vnd.oma.drm.risd+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.LWM2M+CBOR", + "generate_name": "application/vnd.oma.lwm2m+cbor", + "text": { + "EN": [ + "application/vnd.oma.lwm2m+cbor", + "vnd.oma.lwm2m+cbor" + ], + "FA": [ + "application/vnd.oma.lwm2m+cbor", + "vnd.oma.lwm2m+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.LWM2M+TLV", + "generate_name": "application/vnd.oma.lwm2m+tlv", + "text": { + "EN": [ + "application/vnd.oma.lwm2m+tlv", + "vnd.oma.lwm2m+tlv" + ], + "FA": [ + "application/vnd.oma.lwm2m+tlv", + "vnd.oma.lwm2m+tlv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.POC.DETAILED_PROGRESS_REPORT+XML", + "generate_name": "application/vnd.oma.poc.detailed-progress-report+xml", + "text": { + "EN": [ + "application/vnd.oma.poc.detailed-progress-report+xml", + "vnd.oma.poc.detailed-progress-report+xml" + ], + "FA": [ + "application/vnd.oma.poc.detailed-progress-report+xml", + "vnd.oma.poc.detailed-progress-report+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.POC.GROUPS+XML", + "generate_name": "application/vnd.oma.poc.groups+xml", + "text": { + "EN": [ + "application/vnd.oma.poc.groups+xml", + "vnd.oma.poc.groups+xml" + ], + "FA": [ + "application/vnd.oma.poc.groups+xml", + "vnd.oma.poc.groups+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.POC.OPTIMIZED_PROGRESS_REPORT+XML", + "generate_name": "application/vnd.oma.poc.optimized-progress-report+xml", + "text": { + "EN": [ + "application/vnd.oma.poc.optimized-progress-report+xml", + "vnd.oma.poc.optimized-progress-report+xml" + ], + "FA": [ + "application/vnd.oma.poc.optimized-progress-report+xml", + "vnd.oma.poc.optimized-progress-report+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA.SCIDM.MESSAGES+XML", + "generate_name": "application/vnd.oma.scidm.messages+xml", + "text": { + "EN": [ + "application/vnd.oma.scidm.messages+xml", + "vnd.oma.scidm.messages+xml" + ], + "FA": [ + "application/vnd.oma.scidm.messages+xml", + "vnd.oma.scidm.messages+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMADS_EMAIL+XML", + "generate_name": "application/vnd.omads-email+xml", + "text": { + "EN": [ + "application/vnd.omads-email+xml", + "vnd.omads-email+xml" + ], + "FA": [ + "application/vnd.omads-email+xml", + "vnd.omads-email+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMADS_FOLDER+XML", + "generate_name": "application/vnd.omads-folder+xml", + "text": { + "EN": [ + "application/vnd.omads-folder+xml", + "vnd.omads-folder+xml" + ], + "FA": [ + "application/vnd.omads-folder+xml", + "vnd.omads-folder+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA_SCWS_CONFIG", + "generate_name": "application/vnd.oma-scws-config", + "text": { + "EN": [ + "application/vnd.oma-scws-config", + "vnd.oma-scws-config" + ], + "FA": [ + "application/vnd.oma-scws-config", + "vnd.oma-scws-config" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OMA_SCWS_HTTP_RESPONSE", + "generate_name": "application/vnd.oma-scws-http-response", + "text": { + "EN": [ + "application/vnd.oma-scws-http-response", + "vnd.oma-scws-http-response" + ], + "FA": [ + "application/vnd.oma-scws-http-response", + "vnd.oma-scws-http-response" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ONEPAGERTAMP", + "generate_name": "application/vnd.onepagertamp", + "text": { + "EN": [ + "application/vnd.onepagertamp", + "vnd.onepagertamp" + ], + "FA": [ + "application/vnd.onepagertamp", + "vnd.onepagertamp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ONEPAGERTAT", + "generate_name": "application/vnd.onepagertat", + "text": { + "EN": [ + "application/vnd.onepagertat", + "vnd.onepagertat" + ], + "FA": [ + "application/vnd.onepagertat", + "vnd.onepagertat" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ONEPAGERTATX", + "generate_name": "application/vnd.onepagertatx", + "text": { + "EN": [ + "application/vnd.onepagertatx", + "vnd.onepagertatx" + ], + "FA": [ + "application/vnd.onepagertatx", + "vnd.onepagertatx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENBLOX.GAME_BINARY", + "generate_name": "application/vnd.openblox.game-binary", + "text": { + "EN": [ + "application/vnd.openblox.game-binary", + "vnd.openblox.game-binary" + ], + "FA": [ + "application/vnd.openblox.game-binary", + "vnd.openblox.game-binary" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENEYE.OEB", + "generate_name": "application/vnd.openeye.oeb", + "text": { + "EN": [ + "application/vnd.openeye.oeb", + "vnd.openeye.oeb" + ], + "FA": [ + "application/vnd.openeye.oeb", + "vnd.openeye.oeb" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENTIMESTAMPS.OTS", + "generate_name": "application/vnd.opentimestamps.ots", + "text": { + "EN": [ + "application/vnd.opentimestamps.ots", + "vnd.opentimestamps.ots" + ], + "FA": [ + "application/vnd.opentimestamps.ots", + "vnd.opentimestamps.ots" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.CUSTOM_PROPERTIES+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.custom-properties+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.custom-properties+xml", + "vnd.openxmlformats-officedocument.custom-properties+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.custom-properties+xml", + "vnd.openxmlformats-officedocument.custom-properties+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.DRAWING+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.drawing+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.drawing+xml", + "vnd.openxmlformats-officedocument.drawing+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.drawing+xml", + "vnd.openxmlformats-officedocument.drawing+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.DRAWINGML.CHARTSHAPES+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml", + "vnd.openxmlformats-officedocument.drawingml.chartshapes+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml", + "vnd.openxmlformats-officedocument.drawingml.chartshapes+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.DRAWINGML.DIAGRAMDATA+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml", + "vnd.openxmlformats-officedocument.drawingml.diagramdata+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml", + "vnd.openxmlformats-officedocument.drawingml.diagramdata+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.DRAWINGML.DIAGRAMSTYLE+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml", + "vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml", + "vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.PRESENTATIONML.COMMENTAUTHORS+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml", + "vnd.openxmlformats-officedocument.presentationml.commentauthors+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml", + "vnd.openxmlformats-officedocument.presentationml.commentauthors+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.PRESENTATIONML.HANDOUTMASTER+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml", + "vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml", + "vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.PRESENTATIONML.NOTESSLIDE+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml", + "vnd.openxmlformats-officedocument.presentationml.notesslide+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml", + "vnd.openxmlformats-officedocument.presentationml.notesslide+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.PRESENTATIONML.PRESENTATION.MAIN+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml", + "vnd.openxmlformats-officedocument.presentationml.presentation.main+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml", + "vnd.openxmlformats-officedocument.presentationml.presentation.main+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.PRESENTATIONML.SLIDE", + "generate_name": "application/vnd.openxmlformats-officedocument.presentationml.slide", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.presentationml.slide", + "vnd.openxmlformats-officedocument.presentationml.slide" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.presentationml.slide", + "vnd.openxmlformats-officedocument.presentationml.slide" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.PRESENTATIONML.SLIDELAYOUT+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml", + "vnd.openxmlformats-officedocument.presentationml.slidelayout+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml", + "vnd.openxmlformats-officedocument.presentationml.slidelayout+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.PRESENTATIONML.SLIDESHOW", + "generate_name": "application/vnd.openxmlformats-officedocument.presentationml.slideshow", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.presentationml.slideshow", + "vnd.openxmlformats-officedocument.presentationml.slideshow" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.presentationml.slideshow", + "vnd.openxmlformats-officedocument.presentationml.slideshow" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.PRESENTATIONML.SLIDEUPDATEINFO+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml", + "vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml", + "vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.PRESENTATIONML.TAGS+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.presentationml.tags+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.presentationml.tags+xml", + "vnd.openxmlformats-officedocument.presentationml.tags+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.presentationml.tags+xml", + "vnd.openxmlformats-officedocument.presentationml.tags+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.PRESENTATIONML.TEMPLATE.MAIN+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.presentationml.template.main+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.presentationml.template.main+xml", + "vnd.openxmlformats-officedocument.presentationml.template.main+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.presentationml.template.main+xml", + "vnd.openxmlformats-officedocument.presentationml.template.main+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.CALCCHAIN+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.COMMENTS+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.comments+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.comments+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.DIALOGSHEET+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.PIVOTCACHEDEFINITION+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.PIVOTTABLE+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.REVISIONHEADERS+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.SHAREDSTRINGS+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.SHEET.MAIN+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.STYLES+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.styles+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.styles+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.TABLESINGLECELLS+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.TEMPLATE.MAIN+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.SPREADSHEETML.VOLATILEDEPENDENCIES+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml", + "vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.THEME+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.theme+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.theme+xml", + "vnd.openxmlformats-officedocument.theme+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.theme+xml", + "vnd.openxmlformats-officedocument.theme+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.VMLDRAWING", + "generate_name": "application/vnd.openxmlformats-officedocument.vmldrawing", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.vmldrawing", + "vnd.openxmlformats-officedocument.vmldrawing" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.vmldrawing", + "vnd.openxmlformats-officedocument.vmldrawing" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.WORDPROCESSINGML.DOCUMENT", + "generate_name": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.document", + "vnd.openxmlformats-officedocument.wordprocessingml.document" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.document", + "vnd.openxmlformats-officedocument.wordprocessingml.document" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.WORDPROCESSINGML.DOCUMENT.MAIN+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml", + "vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml", + "vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.WORDPROCESSINGML.FONTTABLE+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml", + "vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml", + "vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.WORDPROCESSINGML.FOOTNOTES+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml", + "vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml", + "vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.WORDPROCESSINGML.SETTINGS+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml", + "vnd.openxmlformats-officedocument.wordprocessingml.settings+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml", + "vnd.openxmlformats-officedocument.wordprocessingml.settings+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.WORDPROCESSINGML.TEMPLATE", + "generate_name": "application/vnd.openxmlformats-officedocument.wordprocessingml.template", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.template", + "vnd.openxmlformats-officedocument.wordprocessingml.template" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.template", + "vnd.openxmlformats-officedocument.wordprocessingml.template" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_OFFICEDOCUMENT.WORDPROCESSINGML.WEBSETTINGS+XML", + "generate_name": "application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml", + "vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml" + ], + "FA": [ + "application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml", + "vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OPENXMLFORMATS_PACKAGE.DIGITAL_SIGNATURE_XMLSIGNATURE+XML", + "generate_name": "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml", + "text": { + "EN": [ + "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml", + "vnd.openxmlformats-package.digital-signature-xmlsignature+xml" + ], + "FA": [ + "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml", + "vnd.openxmlformats-package.digital-signature-xmlsignature+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ORACLE.RESOURCE+JSON", + "generate_name": "application/vnd.oracle.resource+json", + "text": { + "EN": [ + "application/vnd.oracle.resource+json", + "vnd.oracle.resource+json" + ], + "FA": [ + "application/vnd.oracle.resource+json", + "vnd.oracle.resource+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OSA.NETDEPLOY", + "generate_name": "application/vnd.osa.netdeploy", + "text": { + "EN": [ + "application/vnd.osa.netdeploy", + "vnd.osa.netdeploy" + ], + "FA": [ + "application/vnd.osa.netdeploy", + "vnd.osa.netdeploy" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OSGI.BUNDLE", + "generate_name": "application/vnd.osgi.bundle", + "text": { + "EN": [ + "application/vnd.osgi.bundle", + "vnd.osgi.bundle" + ], + "FA": [ + "application/vnd.osgi.bundle", + "vnd.osgi.bundle" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OSGI.SUBSYSTEM", + "generate_name": "application/vnd.osgi.subsystem", + "text": { + "EN": [ + "application/vnd.osgi.subsystem", + "vnd.osgi.subsystem" + ], + "FA": [ + "application/vnd.osgi.subsystem", + "vnd.osgi.subsystem" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.OXLI.COUNTGRAPH", + "generate_name": "application/vnd.oxli.countgraph", + "text": { + "EN": [ + "application/vnd.oxli.countgraph", + "vnd.oxli.countgraph" + ], + "FA": [ + "application/vnd.oxli.countgraph", + "vnd.oxli.countgraph" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PALM", + "generate_name": "application/vnd.palm", + "text": { + "EN": [ + "application/vnd.palm", + "vnd.palm" + ], + "FA": [ + "application/vnd.palm", + "vnd.palm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PAOS.XML", + "generate_name": "application/vnd.paos.xml", + "text": { + "EN": [ + "application/vnd.paos.xml", + "vnd.paos.xml" + ], + "FA": [ + "application/vnd.paos.xml", + "vnd.paos.xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PATIENTECOMMSDOC", + "generate_name": "application/vnd.patientecommsdoc", + "text": { + "EN": [ + "application/vnd.patientecommsdoc", + "vnd.patientecommsdoc" + ], + "FA": [ + "application/vnd.patientecommsdoc", + "vnd.patientecommsdoc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PCOS", + "generate_name": "application/vnd.pcos", + "text": { + "EN": [ + "application/vnd.pcos", + "vnd.pcos" + ], + "FA": [ + "application/vnd.pcos", + "vnd.pcos" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PG.OSASLI", + "generate_name": "application/vnd.pg.osasli", + "text": { + "EN": [ + "application/vnd.pg.osasli", + "vnd.pg.osasli" + ], + "FA": [ + "application/vnd.pg.osasli", + "vnd.pg.osasli" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PICSEL", + "generate_name": "application/vnd.picsel", + "text": { + "EN": [ + "application/vnd.picsel", + "vnd.picsel" + ], + "FA": [ + "application/vnd.picsel", + "vnd.picsel" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.POC.GROUP_ADVERTISEMENT+XML", + "generate_name": "application/vnd.poc.group-advertisement+xml", + "text": { + "EN": [ + "application/vnd.poc.group-advertisement+xml", + "vnd.poc.group-advertisement+xml" + ], + "FA": [ + "application/vnd.poc.group-advertisement+xml", + "vnd.poc.group-advertisement+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.POWERBUILDER6", + "generate_name": "application/vnd.powerbuilder6", + "text": { + "EN": [ + "application/vnd.powerbuilder6", + "vnd.powerbuilder6" + ], + "FA": [ + "application/vnd.powerbuilder6", + "vnd.powerbuilder6" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.POWERBUILDER7", + "generate_name": "application/vnd.powerbuilder7", + "text": { + "EN": [ + "application/vnd.powerbuilder7", + "vnd.powerbuilder7" + ], + "FA": [ + "application/vnd.powerbuilder7", + "vnd.powerbuilder7" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.POWERBUILDER75_S", + "generate_name": "application/vnd.powerbuilder75-s", + "text": { + "EN": [ + "application/vnd.powerbuilder75-s", + "vnd.powerbuilder75-s" + ], + "FA": [ + "application/vnd.powerbuilder75-s", + "vnd.powerbuilder75-s" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PREMINET", + "generate_name": "application/vnd.preminet", + "text": { + "EN": [ + "application/vnd.preminet", + "vnd.preminet" + ], + "FA": [ + "application/vnd.preminet", + "vnd.preminet" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PROTEUS.MAGAZINE", + "generate_name": "application/vnd.proteus.magazine", + "text": { + "EN": [ + "application/vnd.proteus.magazine", + "vnd.proteus.magazine" + ], + "FA": [ + "application/vnd.proteus.magazine", + "vnd.proteus.magazine" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PT.MUNDUSMUNDI", + "generate_name": "application/vnd.pt.mundusmundi", + "text": { + "EN": [ + "application/vnd.pt.mundusmundi", + "vnd.pt.mundusmundi" + ], + "FA": [ + "application/vnd.pt.mundusmundi", + "vnd.pt.mundusmundi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PVI.PTID1", + "generate_name": "application/vnd.pvi.ptid1", + "text": { + "EN": [ + "application/vnd.pvi.ptid1", + "vnd.pvi.ptid1" + ], + "FA": [ + "application/vnd.pvi.ptid1", + "vnd.pvi.ptid1" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.PWG_XHTML_PRINT+XML", + "generate_name": "application/vnd.pwg-xhtml-print+xml", + "text": { + "EN": [ + "application/vnd.pwg-xhtml-print+xml", + "vnd.pwg-xhtml-print+xml" + ], + "FA": [ + "application/vnd.pwg-xhtml-print+xml", + "vnd.pwg-xhtml-print+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.QUARANTAINENET", + "generate_name": "application/vnd.quarantainenet", + "text": { + "EN": [ + "application/vnd.quarantainenet", + "vnd.quarantainenet" + ], + "FA": [ + "application/vnd.quarantainenet", + "vnd.quarantainenet" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.QUOBJECT_QUOXDOCUMENT", + "generate_name": "application/vnd.quobject-quoxdocument", + "text": { + "EN": [ + "application/vnd.quobject-quoxdocument", + "vnd.quobject-quoxdocument" + ], + "FA": [ + "application/vnd.quobject-quoxdocument", + "vnd.quobject-quoxdocument" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RADISYS.MSML_AUDIT_CONF+XML", + "generate_name": "application/vnd.radisys.msml-audit-conf+xml", + "text": { + "EN": [ + "application/vnd.radisys.msml-audit-conf+xml", + "vnd.radisys.msml-audit-conf+xml" + ], + "FA": [ + "application/vnd.radisys.msml-audit-conf+xml", + "vnd.radisys.msml-audit-conf+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RADISYS.MSML_AUDIT_DIALOG+XML", + "generate_name": "application/vnd.radisys.msml-audit-dialog+xml", + "text": { + "EN": [ + "application/vnd.radisys.msml-audit-dialog+xml", + "vnd.radisys.msml-audit-dialog+xml" + ], + "FA": [ + "application/vnd.radisys.msml-audit-dialog+xml", + "vnd.radisys.msml-audit-dialog+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RADISYS.MSML_AUDIT+XML", + "generate_name": "application/vnd.radisys.msml-audit+xml", + "text": { + "EN": [ + "application/vnd.radisys.msml-audit+xml", + "vnd.radisys.msml-audit+xml" + ], + "FA": [ + "application/vnd.radisys.msml-audit+xml", + "vnd.radisys.msml-audit+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RADISYS.MSML_DIALOG_BASE+XML", + "generate_name": "application/vnd.radisys.msml-dialog-base+xml", + "text": { + "EN": [ + "application/vnd.radisys.msml-dialog-base+xml", + "vnd.radisys.msml-dialog-base+xml" + ], + "FA": [ + "application/vnd.radisys.msml-dialog-base+xml", + "vnd.radisys.msml-dialog-base+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RADISYS.MSML_DIALOG_FAX_SENDRECV+XML", + "generate_name": "application/vnd.radisys.msml-dialog-fax-sendrecv+xml", + "text": { + "EN": [ + "application/vnd.radisys.msml-dialog-fax-sendrecv+xml", + "vnd.radisys.msml-dialog-fax-sendrecv+xml" + ], + "FA": [ + "application/vnd.radisys.msml-dialog-fax-sendrecv+xml", + "vnd.radisys.msml-dialog-fax-sendrecv+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RADISYS.MSML_DIALOG_SPEECH+XML", + "generate_name": "application/vnd.radisys.msml-dialog-speech+xml", + "text": { + "EN": [ + "application/vnd.radisys.msml-dialog-speech+xml", + "vnd.radisys.msml-dialog-speech+xml" + ], + "FA": [ + "application/vnd.radisys.msml-dialog-speech+xml", + "vnd.radisys.msml-dialog-speech+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RADISYS.MSML_DIALOG+XML", + "generate_name": "application/vnd.radisys.msml-dialog+xml", + "text": { + "EN": [ + "application/vnd.radisys.msml-dialog+xml", + "vnd.radisys.msml-dialog+xml" + ], + "FA": [ + "application/vnd.radisys.msml-dialog+xml", + "vnd.radisys.msml-dialog+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RAINSTOR.DATA", + "generate_name": "application/vnd.rainstor.data", + "text": { + "EN": [ + "application/vnd.rainstor.data", + "vnd.rainstor.data" + ], + "FA": [ + "application/vnd.rainstor.data", + "vnd.rainstor.data" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RAR", + "generate_name": "application/vnd.rar", + "text": { + "EN": [ + "application/vnd.rar", + "vnd.rar" + ], + "FA": [ + "application/vnd.rar", + "vnd.rar" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RECORDARE.MUSICXML", + "generate_name": "application/vnd.recordare.musicxml", + "text": { + "EN": [ + "application/vnd.recordare.musicxml", + "vnd.recordare.musicxml" + ], + "FA": [ + "application/vnd.recordare.musicxml", + "vnd.recordare.musicxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RELPIPE", + "generate_name": "application/vnd.relpipe", + "text": { + "EN": [ + "application/vnd.relpipe", + "vnd.relpipe" + ], + "FA": [ + "application/vnd.relpipe", + "vnd.relpipe" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RESILIENT.LOGIC", + "generate_name": "application/vnd.resilient.logic", + "text": { + "EN": [ + "application/vnd.resilient.logic", + "vnd.resilient.logic" + ], + "FA": [ + "application/vnd.resilient.logic", + "vnd.resilient.logic" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RIG.CRYPTONOTE", + "generate_name": "application/vnd.rig.cryptonote", + "text": { + "EN": [ + "application/vnd.rig.cryptonote", + "vnd.rig.cryptonote" + ], + "FA": [ + "application/vnd.rig.cryptonote", + "vnd.rig.cryptonote" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.RS_274X", + "generate_name": "application/vnd.rs-274x", + "text": { + "EN": [ + "application/vnd.rs-274x", + "vnd.rs-274x" + ], + "FA": [ + "application/vnd.rs-274x", + "vnd.rs-274x" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.S3SMS", + "generate_name": "application/vnd.s3sms", + "text": { + "EN": [ + "application/vnd.s3sms", + "vnd.s3sms" + ], + "FA": [ + "application/vnd.s3sms", + "vnd.s3sms" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SAR", + "generate_name": "application/vnd.sar", + "text": { + "EN": [ + "application/vnd.sar", + "vnd.sar" + ], + "FA": [ + "application/vnd.sar", + "vnd.sar" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SBM.MID2", + "generate_name": "application/vnd.sbm.mid2", + "text": { + "EN": [ + "application/vnd.sbm.mid2", + "vnd.sbm.mid2" + ], + "FA": [ + "application/vnd.sbm.mid2", + "vnd.sbm.mid2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SEALED.3DF", + "generate_name": "application/vnd.sealed.3df", + "text": { + "EN": [ + "application/vnd.sealed.3df", + "vnd.sealed.3df" + ], + "FA": [ + "application/vnd.sealed.3df", + "vnd.sealed.3df" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SEALED.DOC", + "generate_name": "application/vnd.sealed.doc", + "text": { + "EN": [ + "application/vnd.sealed.doc", + "vnd.sealed.doc" + ], + "FA": [ + "application/vnd.sealed.doc", + "vnd.sealed.doc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SEALED.MHT", + "generate_name": "application/vnd.sealed.mht", + "text": { + "EN": [ + "application/vnd.sealed.mht", + "vnd.sealed.mht" + ], + "FA": [ + "application/vnd.sealed.mht", + "vnd.sealed.mht" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SEALED.PPT", + "generate_name": "application/vnd.sealed.ppt", + "text": { + "EN": [ + "application/vnd.sealed.ppt", + "vnd.sealed.ppt" + ], + "FA": [ + "application/vnd.sealed.ppt", + "vnd.sealed.ppt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SEALED.XLS", + "generate_name": "application/vnd.sealed.xls", + "text": { + "EN": [ + "application/vnd.sealed.xls", + "vnd.sealed.xls" + ], + "FA": [ + "application/vnd.sealed.xls", + "vnd.sealed.xls" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SEALEDMEDIA.SOFTSEAL.PDF", + "generate_name": "application/vnd.sealedmedia.softseal.pdf", + "text": { + "EN": [ + "application/vnd.sealedmedia.softseal.pdf", + "vnd.sealedmedia.softseal.pdf" + ], + "FA": [ + "application/vnd.sealedmedia.softseal.pdf", + "vnd.sealedmedia.softseal.pdf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SEIS+JSON", + "generate_name": "application/vnd.seis+json", + "text": { + "EN": [ + "application/vnd.seis+json", + "vnd.seis+json" + ], + "FA": [ + "application/vnd.seis+json", + "vnd.seis+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SEMD", + "generate_name": "application/vnd.semd", + "text": { + "EN": [ + "application/vnd.semd", + "vnd.semd" + ], + "FA": [ + "application/vnd.semd", + "vnd.semd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SHADE_SAVE_FILE", + "generate_name": "application/vnd.shade-save-file", + "text": { + "EN": [ + "application/vnd.shade-save-file", + "vnd.shade-save-file" + ], + "FA": [ + "application/vnd.shade-save-file", + "vnd.shade-save-file" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SHANA.INFORMED.FORMTEMPLATE", + "generate_name": "application/vnd.shana.informed.formtemplate", + "text": { + "EN": [ + "application/vnd.shana.informed.formtemplate", + "vnd.shana.informed.formtemplate" + ], + "FA": [ + "application/vnd.shana.informed.formtemplate", + "vnd.shana.informed.formtemplate" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SHANA.INFORMED.PACKAGE", + "generate_name": "application/vnd.shana.informed.package", + "text": { + "EN": [ + "application/vnd.shana.informed.package", + "vnd.shana.informed.package" + ], + "FA": [ + "application/vnd.shana.informed.package", + "vnd.shana.informed.package" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SHOPKICK+JSON", + "generate_name": "application/vnd.shopkick+json", + "text": { + "EN": [ + "application/vnd.shopkick+json", + "vnd.shopkick+json" + ], + "FA": [ + "application/vnd.shopkick+json", + "vnd.shopkick+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SHX", + "generate_name": "application/vnd.shx", + "text": { + "EN": [ + "application/vnd.shx", + "vnd.shx" + ], + "FA": [ + "application/vnd.shx", + "vnd.shx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SIMTECH_MINDMAPPER", + "generate_name": "application/vnd.simtech-mindmapper", + "text": { + "EN": [ + "application/vnd.simtech-mindmapper", + "vnd.simtech-mindmapper" + ], + "FA": [ + "application/vnd.simtech-mindmapper", + "vnd.simtech-mindmapper" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SKETCHOMETRY", + "generate_name": "application/vnd.sketchometry", + "text": { + "EN": [ + "application/vnd.sketchometry", + "vnd.sketchometry" + ], + "FA": [ + "application/vnd.sketchometry", + "vnd.sketchometry" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SMART.NOTEBOOK", + "generate_name": "application/vnd.smart.notebook", + "text": { + "EN": [ + "application/vnd.smart.notebook", + "vnd.smart.notebook" + ], + "FA": [ + "application/vnd.smart.notebook", + "vnd.smart.notebook" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SMINTIO.PORTALS.ARCHIVE", + "generate_name": "application/vnd.smintio.portals.archive", + "text": { + "EN": [ + "application/vnd.smintio.portals.archive", + "vnd.smintio.portals.archive" + ], + "FA": [ + "application/vnd.smintio.portals.archive", + "vnd.smintio.portals.archive" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SOFTWARE602.FILLER.FORM+XML", + "generate_name": "application/vnd.software602.filler.form+xml", + "text": { + "EN": [ + "application/vnd.software602.filler.form+xml", + "vnd.software602.filler.form+xml" + ], + "FA": [ + "application/vnd.software602.filler.form+xml", + "vnd.software602.filler.form+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SOLENT.SDKM+XML", + "generate_name": "application/vnd.solent.sdkm+xml", + "text": { + "EN": [ + "application/vnd.solent.sdkm+xml", + "vnd.solent.sdkm+xml" + ], + "FA": [ + "application/vnd.solent.sdkm+xml", + "vnd.solent.sdkm+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SPOTFIRE.SFS", + "generate_name": "application/vnd.spotfire.sfs", + "text": { + "EN": [ + "application/vnd.spotfire.sfs", + "vnd.spotfire.sfs" + ], + "FA": [ + "application/vnd.spotfire.sfs", + "vnd.spotfire.sfs" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SSS_COD", + "generate_name": "application/vnd.sss-cod", + "text": { + "EN": [ + "application/vnd.sss-cod", + "vnd.sss-cod" + ], + "FA": [ + "application/vnd.sss-cod", + "vnd.sss-cod" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SSS_NTF", + "generate_name": "application/vnd.sss-ntf", + "text": { + "EN": [ + "application/vnd.sss-ntf", + "vnd.sss-ntf" + ], + "FA": [ + "application/vnd.sss-ntf", + "vnd.sss-ntf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.STEPMANIA.STEPCHART", + "generate_name": "application/vnd.stepmania.stepchart", + "text": { + "EN": [ + "application/vnd.stepmania.stepchart", + "vnd.stepmania.stepchart" + ], + "FA": [ + "application/vnd.stepmania.stepchart", + "vnd.stepmania.stepchart" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SUN.WADL+XML", + "generate_name": "application/vnd.sun.wadl+xml", + "text": { + "EN": [ + "application/vnd.sun.wadl+xml", + "vnd.sun.wadl+xml" + ], + "FA": [ + "application/vnd.sun.wadl+xml", + "vnd.sun.wadl+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SVD", + "generate_name": "application/vnd.svd", + "text": { + "EN": [ + "application/vnd.svd", + "vnd.svd" + ], + "FA": [ + "application/vnd.svd", + "vnd.svd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SYBYL.MOL2", + "generate_name": "application/vnd.sybyl.mol2", + "text": { + "EN": [ + "application/vnd.sybyl.mol2", + "vnd.sybyl.mol2" + ], + "FA": [ + "application/vnd.sybyl.mol2", + "vnd.sybyl.mol2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SYFT+JSON", + "generate_name": "application/vnd.syft+json", + "text": { + "EN": [ + "application/vnd.syft+json", + "vnd.syft+json" + ], + "FA": [ + "application/vnd.syft+json", + "vnd.syft+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SYNCML.DMDDF+XML", + "generate_name": "application/vnd.syncml.dmddf+xml", + "text": { + "EN": [ + "application/vnd.syncml.dmddf+xml", + "vnd.syncml.dmddf+xml" + ], + "FA": [ + "application/vnd.syncml.dmddf+xml", + "vnd.syncml.dmddf+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SYNCML.DMTNDS+XML", + "generate_name": "application/vnd.syncml.dmtnds+xml", + "text": { + "EN": [ + "application/vnd.syncml.dmtnds+xml", + "vnd.syncml.dmtnds+xml" + ], + "FA": [ + "application/vnd.syncml.dmtnds+xml", + "vnd.syncml.dmtnds+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SYNCML.DM+WBXML", + "generate_name": "application/vnd.syncml.dm+wbxml", + "text": { + "EN": [ + "application/vnd.syncml.dm+wbxml", + "vnd.syncml.dm+wbxml" + ], + "FA": [ + "application/vnd.syncml.dm+wbxml", + "vnd.syncml.dm+wbxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.SYNCML.DS.NOTIFICATION", + "generate_name": "application/vnd.syncml.ds.notification", + "text": { + "EN": [ + "application/vnd.syncml.ds.notification", + "vnd.syncml.ds.notification" + ], + "FA": [ + "application/vnd.syncml.ds.notification", + "vnd.syncml.ds.notification" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.TABLESCHEMA+JSON", + "generate_name": "application/vnd.tableschema+json", + "text": { + "EN": [ + "application/vnd.tableschema+json", + "vnd.tableschema+json" + ], + "FA": [ + "application/vnd.tableschema+json", + "vnd.tableschema+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.TCPDUMP.PCAP", + "generate_name": "application/vnd.tcpdump.pcap", + "text": { + "EN": [ + "application/vnd.tcpdump.pcap", + "vnd.tcpdump.pcap" + ], + "FA": [ + "application/vnd.tcpdump.pcap", + "vnd.tcpdump.pcap" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.TML", + "generate_name": "application/vnd.tml", + "text": { + "EN": [ + "application/vnd.tml", + "vnd.tml" + ], + "FA": [ + "application/vnd.tml", + "vnd.tml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.TMOBILE_LIVETV", + "generate_name": "application/vnd.tmobile-livetv", + "text": { + "EN": [ + "application/vnd.tmobile-livetv", + "vnd.tmobile-livetv" + ], + "FA": [ + "application/vnd.tmobile-livetv", + "vnd.tmobile-livetv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.TRID.TPT", + "generate_name": "application/vnd.trid.tpt", + "text": { + "EN": [ + "application/vnd.trid.tpt", + "vnd.trid.tpt" + ], + "FA": [ + "application/vnd.trid.tpt", + "vnd.trid.tpt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.TRUEAPP", + "generate_name": "application/vnd.trueapp", + "text": { + "EN": [ + "application/vnd.trueapp", + "vnd.trueapp" + ], + "FA": [ + "application/vnd.trueapp", + "vnd.trueapp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UBISOFT.WEBPLAYER", + "generate_name": "application/vnd.ubisoft.webplayer", + "text": { + "EN": [ + "application/vnd.ubisoft.webplayer", + "vnd.ubisoft.webplayer" + ], + "FA": [ + "application/vnd.ubisoft.webplayer", + "vnd.ubisoft.webplayer" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UIC.OSDM+JSON", + "generate_name": "application/vnd.uic.osdm+json", + "text": { + "EN": [ + "application/vnd.uic.osdm+json", + "vnd.uic.osdm+json" + ], + "FA": [ + "application/vnd.uic.osdm+json", + "vnd.uic.osdm+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UMAJIN", + "generate_name": "application/vnd.umajin", + "text": { + "EN": [ + "application/vnd.umajin", + "vnd.umajin" + ], + "FA": [ + "application/vnd.umajin", + "vnd.umajin" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UOML+XML", + "generate_name": "application/vnd.uoml+xml", + "text": { + "EN": [ + "application/vnd.uoml+xml", + "vnd.uoml+xml" + ], + "FA": [ + "application/vnd.uoml+xml", + "vnd.uoml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UPLANET.ALERT_WBXML", + "generate_name": "application/vnd.uplanet.alert-wbxml", + "text": { + "EN": [ + "application/vnd.uplanet.alert-wbxml", + "vnd.uplanet.alert-wbxml" + ], + "FA": [ + "application/vnd.uplanet.alert-wbxml", + "vnd.uplanet.alert-wbxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UPLANET.BEARER_CHOICE_WBXML", + "generate_name": "application/vnd.uplanet.bearer-choice-wbxml", + "text": { + "EN": [ + "application/vnd.uplanet.bearer-choice-wbxml", + "vnd.uplanet.bearer-choice-wbxml" + ], + "FA": [ + "application/vnd.uplanet.bearer-choice-wbxml", + "vnd.uplanet.bearer-choice-wbxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UPLANET.CACHEOP_WBXML", + "generate_name": "application/vnd.uplanet.cacheop-wbxml", + "text": { + "EN": [ + "application/vnd.uplanet.cacheop-wbxml", + "vnd.uplanet.cacheop-wbxml" + ], + "FA": [ + "application/vnd.uplanet.cacheop-wbxml", + "vnd.uplanet.cacheop-wbxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UPLANET.CHANNEL_WBXML", + "generate_name": "application/vnd.uplanet.channel-wbxml", + "text": { + "EN": [ + "application/vnd.uplanet.channel-wbxml", + "vnd.uplanet.channel-wbxml" + ], + "FA": [ + "application/vnd.uplanet.channel-wbxml", + "vnd.uplanet.channel-wbxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UPLANET.LISTCMD", + "generate_name": "application/vnd.uplanet.listcmd", + "text": { + "EN": [ + "application/vnd.uplanet.listcmd", + "vnd.uplanet.listcmd" + ], + "FA": [ + "application/vnd.uplanet.listcmd", + "vnd.uplanet.listcmd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UPLANET.LIST_WBXML", + "generate_name": "application/vnd.uplanet.list-wbxml", + "text": { + "EN": [ + "application/vnd.uplanet.list-wbxml", + "vnd.uplanet.list-wbxml" + ], + "FA": [ + "application/vnd.uplanet.list-wbxml", + "vnd.uplanet.list-wbxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.UPLANET.SIGNAL", + "generate_name": "application/vnd.uplanet.signal", + "text": { + "EN": [ + "application/vnd.uplanet.signal", + "vnd.uplanet.signal" + ], + "FA": [ + "application/vnd.uplanet.signal", + "vnd.uplanet.signal" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.VCX", + "generate_name": "application/vnd.vcx", + "text": { + "EN": [ + "application/vnd.vcx", + "vnd.vcx" + ], + "FA": [ + "application/vnd.vcx", + "vnd.vcx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.VECTORWORKS", + "generate_name": "application/vnd.vectorworks", + "text": { + "EN": [ + "application/vnd.vectorworks", + "vnd.vectorworks" + ], + "FA": [ + "application/vnd.vectorworks", + "vnd.vectorworks" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.VERAISON.TSM_REPORT+CBOR", + "generate_name": "application/vnd.veraison.tsm-report+cbor", + "text": { + "EN": [ + "application/vnd.veraison.tsm-report+cbor", + "vnd.veraison.tsm-report+cbor" + ], + "FA": [ + "application/vnd.veraison.tsm-report+cbor", + "vnd.veraison.tsm-report+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.VERIMATRIX.VCAS", + "generate_name": "application/vnd.verimatrix.vcas", + "text": { + "EN": [ + "application/vnd.verimatrix.vcas", + "vnd.verimatrix.vcas" + ], + "FA": [ + "application/vnd.verimatrix.vcas", + "vnd.verimatrix.vcas" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.VERYANT.THIN", + "generate_name": "application/vnd.veryant.thin", + "text": { + "EN": [ + "application/vnd.veryant.thin", + "vnd.veryant.thin" + ], + "FA": [ + "application/vnd.veryant.thin", + "vnd.veryant.thin" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.VIDSOFT.VIDCONFERENCE", + "generate_name": "application/vnd.vidsoft.vidconference", + "text": { + "EN": [ + "application/vnd.vidsoft.vidconference", + "vnd.vidsoft.vidconference" + ], + "FA": [ + "application/vnd.vidsoft.vidconference", + "vnd.vidsoft.vidconference" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.VISIONARY", + "generate_name": "application/vnd.visionary", + "text": { + "EN": [ + "application/vnd.visionary", + "vnd.visionary" + ], + "FA": [ + "application/vnd.visionary", + "vnd.visionary" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.VOCALSHAPER.VSP4", + "generate_name": "application/vnd.vocalshaper.vsp4", + "text": { + "EN": [ + "application/vnd.vocalshaper.vsp4", + "vnd.vocalshaper.vsp4" + ], + "FA": [ + "application/vnd.vocalshaper.vsp4", + "vnd.vocalshaper.vsp4" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WAP.SIC", + "generate_name": "application/vnd.wap.sic", + "text": { + "EN": [ + "application/vnd.wap.sic", + "vnd.wap.sic" + ], + "FA": [ + "application/vnd.wap.sic", + "vnd.wap.sic" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WAP.WBXML", + "generate_name": "application/vnd.wap.wbxml", + "text": { + "EN": [ + "application/vnd.wap.wbxml", + "vnd.wap.wbxml" + ], + "FA": [ + "application/vnd.wap.wbxml", + "vnd.wap.wbxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WAP.WMLSCRIPTC", + "generate_name": "application/vnd.wap.wmlscriptc", + "text": { + "EN": [ + "application/vnd.wap.wmlscriptc", + "vnd.wap.wmlscriptc" + ], + "FA": [ + "application/vnd.wap.wmlscriptc", + "vnd.wap.wmlscriptc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WEBTURBO", + "generate_name": "application/vnd.webturbo", + "text": { + "EN": [ + "application/vnd.webturbo", + "vnd.webturbo" + ], + "FA": [ + "application/vnd.webturbo", + "vnd.webturbo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WFA.P2P", + "generate_name": "application/vnd.wfa.p2p", + "text": { + "EN": [ + "application/vnd.wfa.p2p", + "vnd.wfa.p2p" + ], + "FA": [ + "application/vnd.wfa.p2p", + "vnd.wfa.p2p" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WINDOWS.DEVICEPAIRING", + "generate_name": "application/vnd.windows.devicepairing", + "text": { + "EN": [ + "application/vnd.windows.devicepairing", + "vnd.windows.devicepairing" + ], + "FA": [ + "application/vnd.windows.devicepairing", + "vnd.windows.devicepairing" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WMF.BOOTSTRAP", + "generate_name": "application/vnd.wmf.bootstrap", + "text": { + "EN": [ + "application/vnd.wmf.bootstrap", + "vnd.wmf.bootstrap" + ], + "FA": [ + "application/vnd.wmf.bootstrap", + "vnd.wmf.bootstrap" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WOLFRAM.MATHEMATICA.PACKAGE", + "generate_name": "application/vnd.wolfram.mathematica.package", + "text": { + "EN": [ + "application/vnd.wolfram.mathematica.package", + "vnd.wolfram.mathematica.package" + ], + "FA": [ + "application/vnd.wolfram.mathematica.package", + "vnd.wolfram.mathematica.package" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WORDLIFT", + "generate_name": "application/vnd.wordlift", + "text": { + "EN": [ + "application/vnd.wordlift", + "vnd.wordlift" + ], + "FA": [ + "application/vnd.wordlift", + "vnd.wordlift" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WQD", + "generate_name": "application/vnd.wqd", + "text": { + "EN": [ + "application/vnd.wqd", + "vnd.wqd" + ], + "FA": [ + "application/vnd.wqd", + "vnd.wqd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WT.STF", + "generate_name": "application/vnd.wt.stf", + "text": { + "EN": [ + "application/vnd.wt.stf", + "vnd.wt.stf" + ], + "FA": [ + "application/vnd.wt.stf", + "vnd.wt.stf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.WV.CSP+WBXML", + "generate_name": "application/vnd.wv.csp+wbxml", + "text": { + "EN": [ + "application/vnd.wv.csp+wbxml", + "vnd.wv.csp+wbxml" + ], + "FA": [ + "application/vnd.wv.csp+wbxml", + "vnd.wv.csp+wbxml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.XACML+JSON", + "generate_name": "application/vnd.xacml+json", + "text": { + "EN": [ + "application/vnd.xacml+json", + "vnd.xacml+json" + ], + "FA": [ + "application/vnd.xacml+json", + "vnd.xacml+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.XARIN.CPJ", + "generate_name": "application/vnd.xarin.cpj", + "text": { + "EN": [ + "application/vnd.xarin.cpj", + "vnd.xarin.cpj" + ], + "FA": [ + "application/vnd.xarin.cpj", + "vnd.xarin.cpj" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.XFDL", + "generate_name": "application/vnd.xfdl", + "text": { + "EN": [ + "application/vnd.xfdl", + "vnd.xfdl" + ], + "FA": [ + "application/vnd.xfdl", + "vnd.xfdl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.XMI+XML", + "generate_name": "application/vnd.xmi+xml", + "text": { + "EN": [ + "application/vnd.xmi+xml", + "vnd.xmi+xml" + ], + "FA": [ + "application/vnd.xmi+xml", + "vnd.xmi+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.XMPIE.DPKG", + "generate_name": "application/vnd.xmpie.dpkg", + "text": { + "EN": [ + "application/vnd.xmpie.dpkg", + "vnd.xmpie.dpkg" + ], + "FA": [ + "application/vnd.xmpie.dpkg", + "vnd.xmpie.dpkg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.XMPIE.PPKG", + "generate_name": "application/vnd.xmpie.ppkg", + "text": { + "EN": [ + "application/vnd.xmpie.ppkg", + "vnd.xmpie.ppkg" + ], + "FA": [ + "application/vnd.xmpie.ppkg", + "vnd.xmpie.ppkg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.YAMAHA.HV_DIC", + "generate_name": "application/vnd.yamaha.hv-dic", + "text": { + "EN": [ + "application/vnd.yamaha.hv-dic", + "vnd.yamaha.hv-dic" + ], + "FA": [ + "application/vnd.yamaha.hv-dic", + "vnd.yamaha.hv-dic" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.YAMAHA.HV_VOICE", + "generate_name": "application/vnd.yamaha.hv-voice", + "text": { + "EN": [ + "application/vnd.yamaha.hv-voice", + "vnd.yamaha.hv-voice" + ], + "FA": [ + "application/vnd.yamaha.hv-voice", + "vnd.yamaha.hv-voice" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.YAMAHA.OPENSCOREFORMAT", + "generate_name": "application/vnd.yamaha.openscoreformat", + "text": { + "EN": [ + "application/vnd.yamaha.openscoreformat", + "vnd.yamaha.openscoreformat" + ], + "FA": [ + "application/vnd.yamaha.openscoreformat", + "vnd.yamaha.openscoreformat" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.YAMAHA.SMAF_AUDIO", + "generate_name": "application/vnd.yamaha.smaf-audio", + "text": { + "EN": [ + "application/vnd.yamaha.smaf-audio", + "vnd.yamaha.smaf-audio" + ], + "FA": [ + "application/vnd.yamaha.smaf-audio", + "vnd.yamaha.smaf-audio" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.YAMAHA.THROUGH_NGN", + "generate_name": "application/vnd.yamaha.through-ngn", + "text": { + "EN": [ + "application/vnd.yamaha.through-ngn", + "vnd.yamaha.through-ngn" + ], + "FA": [ + "application/vnd.yamaha.through-ngn", + "vnd.yamaha.through-ngn" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.YAOWEME", + "generate_name": "application/vnd.yaoweme", + "text": { + "EN": [ + "application/vnd.yaoweme", + "vnd.yaoweme" + ], + "FA": [ + "application/vnd.yaoweme", + "vnd.yaoweme" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.YOUTUBE.YT", + "generate_name": "application/vnd.youtube.yt", + "text": { + "EN": [ + "application/vnd.youtube.yt", + "vnd.youtube.yt (obsoleted in favor of video/vnd.youtube.yt)" + ], + "FA": [ + "application/vnd.youtube.yt", + "vnd.youtube.yt (obsoleted in favor of video/vnd.youtube.yt)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VND.ZZAZZ.DECK+XML", + "generate_name": "application/vnd.zzazz.deck+xml", + "text": { + "EN": [ + "application/vnd.zzazz.deck+xml", + "vnd.zzazz.deck+xml" + ], + "FA": [ + "application/vnd.zzazz.deck+xml", + "vnd.zzazz.deck+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VOUCHER_CMS+JSON", + "generate_name": "application/voucher-cms+json", + "text": { + "EN": [ + "application/voucher-cms+json", + "voucher-cms+json" + ], + "FA": [ + "application/voucher-cms+json", + "voucher-cms+json" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VP+COSE", + "generate_name": "application/vp+cose", + "text": { + "EN": [ + "application/vp+cose", + "vp+cose" + ], + "FA": [ + "application/vp+cose", + "vp+cose" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/VQ_RTCPXR", + "generate_name": "application/vq-rtcpxr", + "text": { + "EN": [ + "application/vq-rtcpxr", + "vq-rtcpxr" + ], + "FA": [ + "application/vq-rtcpxr", + "vq-rtcpxr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/WATCHERINFO+XML", + "generate_name": "application/watcherinfo+xml", + "text": { + "EN": [ + "application/watcherinfo+xml", + "watcherinfo+xml" + ], + "FA": [ + "application/watcherinfo+xml", + "watcherinfo+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/WHOISPP_QUERY", + "generate_name": "application/whoispp-query", + "text": { + "EN": [ + "application/whoispp-query", + "whoispp-query" + ], + "FA": [ + "application/whoispp-query", + "whoispp-query" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/WIDGET", + "generate_name": "application/widget", + "text": { + "EN": [ + "application/widget", + "widget" + ], + "FA": [ + "application/widget", + "widget" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/WORDPERFECT5.1", + "generate_name": "application/wordperfect5.1", + "text": { + "EN": [ + "application/wordperfect5.1", + "wordperfect5.1" + ], + "FA": [ + "application/wordperfect5.1", + "wordperfect5.1" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/WSPOLICY+XML", + "generate_name": "application/wspolicy+xml", + "text": { + "EN": [ + "application/wspolicy+xml", + "wspolicy+xml" + ], + "FA": [ + "application/wspolicy+xml", + "wspolicy+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/X_WWW_FORM_URLENCODED", + "generate_name": "application/x-www-form-urlencoded", + "text": { + "EN": [ + "application/x-www-form-urlencoded", + "x-www-form-urlencoded" + ], + "FA": [ + "application/x-www-form-urlencoded", + "x-www-form-urlencoded" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/X_X509_CA_RA_CERT", + "generate_name": "application/x-x509-ca-ra-cert", + "text": { + "EN": [ + "application/x-x509-ca-ra-cert", + "x-x509-ca-ra-cert" + ], + "FA": [ + "application/x-x509-ca-ra-cert", + "x-x509-ca-ra-cert" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/X400_BP", + "generate_name": "application/x400-bp", + "text": { + "EN": [ + "application/x400-bp", + "x400-bp" + ], + "FA": [ + "application/x400-bp", + "x400-bp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/XCAP_ATT+XML", + "generate_name": "application/xcap-att+xml", + "text": { + "EN": [ + "application/xcap-att+xml", + "xcap-att+xml" + ], + "FA": [ + "application/xcap-att+xml", + "xcap-att+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/XCAP_DIFF+XML", + "generate_name": "application/xcap-diff+xml", + "text": { + "EN": [ + "application/xcap-diff+xml", + "xcap-diff+xml" + ], + "FA": [ + "application/xcap-diff+xml", + "xcap-diff+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/XCAP_ERROR+XML", + "generate_name": "application/xcap-error+xml", + "text": { + "EN": [ + "application/xcap-error+xml", + "xcap-error+xml" + ], + "FA": [ + "application/xcap-error+xml", + "xcap-error+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/XCON_CONFERENCE_INFO_DIFF+XML", + "generate_name": "application/xcon-conference-info-diff+xml", + "text": { + "EN": [ + "application/xcon-conference-info-diff+xml", + "xcon-conference-info-diff+xml" + ], + "FA": [ + "application/xcon-conference-info-diff+xml", + "xcon-conference-info-diff+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/XENC+XML", + "generate_name": "application/xenc+xml", + "text": { + "EN": [ + "application/xenc+xml", + "xenc+xml" + ], + "FA": [ + "application/xenc+xml", + "xenc+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/XHTML+XML", + "generate_name": "application/xhtml+xml", + "text": { + "EN": [ + "application/xhtml+xml", + "xhtml+xml" + ], + "FA": [ + "application/xhtml+xml", + "xhtml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/XML", + "generate_name": "application/xml", + "text": { + "EN": [ + "application/xml", + "xml" + ], + "FA": [ + "application/xml", + "xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/XML_EXTERNAL_PARSED_ENTITY", + "generate_name": "application/xml-external-parsed-entity", + "text": { + "EN": [ + "application/xml-external-parsed-entity", + "xml-external-parsed-entity" + ], + "FA": [ + "application/xml-external-parsed-entity", + "xml-external-parsed-entity" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/XMPP+XML", + "generate_name": "application/xmpp+xml", + "text": { + "EN": [ + "application/xmpp+xml", + "xmpp+xml" + ], + "FA": [ + "application/xmpp+xml", + "xmpp+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/XSLT+XML", + "generate_name": "application/xslt+xml", + "text": { + "EN": [ + "application/xslt+xml", + "xslt+xml" + ], + "FA": [ + "application/xslt+xml", + "xslt+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/YAML", + "generate_name": "application/yaml", + "text": { + "EN": [ + "application/yaml", + "yaml" + ], + "FA": [ + "application/yaml", + "yaml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/YANG_DATA+CBOR", + "generate_name": "application/yang-data+cbor", + "text": { + "EN": [ + "application/yang-data+cbor", + "yang-data+cbor" + ], + "FA": [ + "application/yang-data+cbor", + "yang-data+cbor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/YANG_DATA+XML", + "generate_name": "application/yang-data+xml", + "text": { + "EN": [ + "application/yang-data+xml", + "yang-data+xml" + ], + "FA": [ + "application/yang-data+xml", + "yang-data+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/YANG_PATCH+XML", + "generate_name": "application/yang-patch+xml", + "text": { + "EN": [ + "application/yang-patch+xml", + "yang-patch+xml" + ], + "FA": [ + "application/yang-patch+xml", + "yang-patch+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/YIN+XML", + "generate_name": "application/yin+xml", + "text": { + "EN": [ + "application/yin+xml", + "yin+xml" + ], + "FA": [ + "application/yin+xml", + "yin+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_APPLICATION/ZLIB", + "generate_name": "application/zlib", + "text": { + "EN": [ + "application/zlib", + "zlib" + ], + "FA": [ + "application/zlib", + "zlib" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE", + "generate_name": "template", + "text": { + "EN": [ + "template", + "name" + ], + "FA": [ + "template", + "name" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/32KADPCM", + "generate_name": "audio/32kadpcm", + "text": { + "EN": [ + "audio/32kadpcm", + "32kadpcm" + ], + "FA": [ + "audio/32kadpcm", + "32kadpcm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/3GPP2", + "generate_name": "audio/3gpp2", + "text": { + "EN": [ + "audio/3gpp2", + "3gpp2" + ], + "FA": [ + "audio/3gpp2", + "3gpp2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/AC3", + "generate_name": "audio/ac3", + "text": { + "EN": [ + "audio/ac3", + "ac3" + ], + "FA": [ + "audio/ac3", + "ac3" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/AMR_WB", + "generate_name": "audio/amr-wb", + "text": { + "EN": [ + "audio/amr-wb", + "amr-wb" + ], + "FA": [ + "audio/amr-wb", + "amr-wb" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/APTX", + "generate_name": "audio/aptx", + "text": { + "EN": [ + "audio/aptx", + "aptx" + ], + "FA": [ + "audio/aptx", + "aptx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/ATRAC_ADVANCED_LOSSLESS", + "generate_name": "audio/atrac-advanced-lossless", + "text": { + "EN": [ + "audio/atrac-advanced-lossless", + "atrac-advanced-lossless" + ], + "FA": [ + "audio/atrac-advanced-lossless", + "atrac-advanced-lossless" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/ATRAC3", + "generate_name": "audio/atrac3", + "text": { + "EN": [ + "audio/atrac3", + "atrac3" + ], + "FA": [ + "audio/atrac3", + "atrac3" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/BV16", + "generate_name": "audio/bv16", + "text": { + "EN": [ + "audio/bv16", + "bv16" + ], + "FA": [ + "audio/bv16", + "bv16" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/CLEARMODE", + "generate_name": "audio/clearmode", + "text": { + "EN": [ + "audio/clearmode", + "clearmode" + ], + "FA": [ + "audio/clearmode", + "clearmode" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/DAT12", + "generate_name": "audio/dat12", + "text": { + "EN": [ + "audio/dat12", + "dat12" + ], + "FA": [ + "audio/dat12", + "dat12" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/DSR_ES201108", + "generate_name": "audio/dsr-es201108", + "text": { + "EN": [ + "audio/dsr-es201108", + "dsr-es201108" + ], + "FA": [ + "audio/dsr-es201108", + "dsr-es201108" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/DSR_ES202211", + "generate_name": "audio/dsr-es202211", + "text": { + "EN": [ + "audio/dsr-es202211", + "dsr-es202211" + ], + "FA": [ + "audio/dsr-es202211", + "dsr-es202211" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/DV", + "generate_name": "audio/dv", + "text": { + "EN": [ + "audio/dv", + "dv" + ], + "FA": [ + "audio/dv", + "dv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/EAC3", + "generate_name": "audio/eac3", + "text": { + "EN": [ + "audio/eac3", + "eac3" + ], + "FA": [ + "audio/eac3", + "eac3" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/EVRC", + "generate_name": "audio/evrc", + "text": { + "EN": [ + "audio/evrc", + "evrc" + ], + "FA": [ + "audio/evrc", + "evrc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/EVRC0", + "generate_name": "audio/evrc0", + "text": { + "EN": [ + "audio/evrc0", + "evrc0" + ], + "FA": [ + "audio/evrc0", + "evrc0" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/EVRCB", + "generate_name": "audio/evrcb", + "text": { + "EN": [ + "audio/evrcb", + "evrcb" + ], + "FA": [ + "audio/evrcb", + "evrcb" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/EVRCB1", + "generate_name": "audio/evrcb1", + "text": { + "EN": [ + "audio/evrcb1", + "evrcb1" + ], + "FA": [ + "audio/evrcb1", + "evrcb1" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/EVRCNW0", + "generate_name": "audio/evrcnw0", + "text": { + "EN": [ + "audio/evrcnw0", + "evrcnw0" + ], + "FA": [ + "audio/evrcnw0", + "evrcnw0" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/EVRCWB", + "generate_name": "audio/evrcwb", + "text": { + "EN": [ + "audio/evrcwb", + "evrcwb" + ], + "FA": [ + "audio/evrcwb", + "evrcwb" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/EVRCWB1", + "generate_name": "audio/evrcwb1", + "text": { + "EN": [ + "audio/evrcwb1", + "evrcwb1" + ], + "FA": [ + "audio/evrcwb1", + "evrcwb1" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/EXAMPLE", + "generate_name": "audio/example", + "text": { + "EN": [ + "audio/example", + "example" + ], + "FA": [ + "audio/example", + "example" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/FLEXFEC", + "generate_name": "audio/flexfec", + "text": { + "EN": [ + "audio/flexfec", + "flexfec" + ], + "FA": [ + "audio/flexfec", + "flexfec" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/G711_0", + "generate_name": "audio/g711-0", + "text": { + "EN": [ + "audio/g711-0", + "g711-0" + ], + "FA": [ + "audio/g711-0", + "g711-0" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/G7221", + "generate_name": "audio/g7221", + "text": { + "EN": [ + "audio/g7221", + "g7221" + ], + "FA": [ + "audio/g7221", + "g7221" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/G723", + "generate_name": "audio/g723", + "text": { + "EN": [ + "audio/g723", + "g723" + ], + "FA": [ + "audio/g723", + "g723" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/G726_24", + "generate_name": "audio/g726-24", + "text": { + "EN": [ + "audio/g726-24", + "g726-24" + ], + "FA": [ + "audio/g726-24", + "g726-24" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/G726_40", + "generate_name": "audio/g726-40", + "text": { + "EN": [ + "audio/g726-40", + "g726-40" + ], + "FA": [ + "audio/g726-40", + "g726-40" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/G729", + "generate_name": "audio/g729", + "text": { + "EN": [ + "audio/g729", + "g729" + ], + "FA": [ + "audio/g729", + "g729" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/G729D", + "generate_name": "audio/g729d", + "text": { + "EN": [ + "audio/g729d", + "g729d" + ], + "FA": [ + "audio/g729d", + "g729d" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/GSM", + "generate_name": "audio/gsm", + "text": { + "EN": [ + "audio/gsm", + "gsm" + ], + "FA": [ + "audio/gsm", + "gsm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/GSM_HR_08", + "generate_name": "audio/gsm-hr-08", + "text": { + "EN": [ + "audio/gsm-hr-08", + "gsm-hr-08" + ], + "FA": [ + "audio/gsm-hr-08", + "gsm-hr-08" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/IP_MR_V2.5", + "generate_name": "audio/ip-mr_v2.5", + "text": { + "EN": [ + "audio/ip-mr_v2.5", + "ip-mr_v2.5" + ], + "FA": [ + "audio/ip-mr_v2.5", + "ip-mr_v2.5" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/L16", + "generate_name": "audio/l16", + "text": { + "EN": [ + "audio/l16", + "l16" + ], + "FA": [ + "audio/l16", + "l16" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/L24", + "generate_name": "audio/l24", + "text": { + "EN": [ + "audio/l24", + "l24" + ], + "FA": [ + "audio/l24", + "l24" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/MATROSKA", + "generate_name": "audio/matroska", + "text": { + "EN": [ + "audio/matroska", + "matroska" + ], + "FA": [ + "audio/matroska", + "matroska" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/MELP600", + "generate_name": "audio/melp600", + "text": { + "EN": [ + "audio/melp600", + "melp600" + ], + "FA": [ + "audio/melp600", + "melp600" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/MELP2400", + "generate_name": "audio/melp2400", + "text": { + "EN": [ + "audio/melp2400", + "melp2400" + ], + "FA": [ + "audio/melp2400", + "melp2400" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/MIDI_CLIP", + "generate_name": "audio/midi-clip", + "text": { + "EN": [ + "audio/midi-clip", + "midi-clip" + ], + "FA": [ + "audio/midi-clip", + "midi-clip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/MPA", + "generate_name": "audio/mpa", + "text": { + "EN": [ + "audio/mpa", + "mpa" + ], + "FA": [ + "audio/mpa", + "mpa" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/MP4A_LATM", + "generate_name": "audio/mp4a-latm", + "text": { + "EN": [ + "audio/mp4a-latm", + "mp4a-latm" + ], + "FA": [ + "audio/mp4a-latm", + "mp4a-latm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/MPEG", + "generate_name": "audio/mpeg", + "text": { + "EN": [ + "audio/mpeg", + "mpeg" + ], + "FA": [ + "audio/mpeg", + "mpeg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/OGG", + "generate_name": "audio/ogg", + "text": { + "EN": [ + "audio/ogg", + "ogg" + ], + "FA": [ + "audio/ogg", + "ogg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/PARITYFEC", + "generate_name": "audio/parityfec", + "text": { + "EN": [ + "audio/parityfec", + "parityfec" + ], + "FA": [ + "audio/parityfec", + "parityfec" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/PCMA_WB", + "generate_name": "audio/pcma-wb", + "text": { + "EN": [ + "audio/pcma-wb", + "pcma-wb" + ], + "FA": [ + "audio/pcma-wb", + "pcma-wb" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/PCMU_WB", + "generate_name": "audio/pcmu-wb", + "text": { + "EN": [ + "audio/pcmu-wb", + "pcmu-wb" + ], + "FA": [ + "audio/pcmu-wb", + "pcmu-wb" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/QCELP", + "generate_name": "audio/qcelp", + "text": { + "EN": [ + "audio/qcelp", + "qcelp" + ], + "FA": [ + "audio/qcelp", + "qcelp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/RED", + "generate_name": "audio/red", + "text": { + "EN": [ + "audio/red", + "red" + ], + "FA": [ + "audio/red", + "red" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/RTPLOOPBACK", + "generate_name": "audio/rtploopback", + "text": { + "EN": [ + "audio/rtploopback", + "rtploopback" + ], + "FA": [ + "audio/rtploopback", + "rtploopback" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/RTX", + "generate_name": "audio/rtx", + "text": { + "EN": [ + "audio/rtx", + "rtx" + ], + "FA": [ + "audio/rtx", + "rtx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/SMV", + "generate_name": "audio/smv", + "text": { + "EN": [ + "audio/smv", + "smv" + ], + "FA": [ + "audio/smv", + "smv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/SMV_QCP", + "generate_name": "audio/smv-qcp", + "text": { + "EN": [ + "audio/smv-qcp", + "smv-qcp" + ], + "FA": [ + "audio/smv-qcp", + "smv-qcp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/SP_MIDI", + "generate_name": "audio/sp-midi", + "text": { + "EN": [ + "audio/sp-midi", + "sp-midi" + ], + "FA": [ + "audio/sp-midi", + "sp-midi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/T140C", + "generate_name": "audio/t140c", + "text": { + "EN": [ + "audio/t140c", + "t140c" + ], + "FA": [ + "audio/t140c", + "t140c" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/TELEPHONE_EVENT", + "generate_name": "audio/telephone-event", + "text": { + "EN": [ + "audio/telephone-event", + "telephone-event" + ], + "FA": [ + "audio/telephone-event", + "telephone-event" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/TETRA_ACELP_BB", + "generate_name": "audio/tetra_acelp_bb", + "text": { + "EN": [ + "audio/tetra_acelp_bb", + "tetra_acelp_bb" + ], + "FA": [ + "audio/tetra_acelp_bb", + "tetra_acelp_bb" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/TSVCIS", + "generate_name": "audio/tsvcis", + "text": { + "EN": [ + "audio/tsvcis", + "tsvcis" + ], + "FA": [ + "audio/tsvcis", + "tsvcis" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/ULPFEC", + "generate_name": "audio/ulpfec", + "text": { + "EN": [ + "audio/ulpfec", + "ulpfec" + ], + "FA": [ + "audio/ulpfec", + "ulpfec" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VDVI", + "generate_name": "audio/vdvi", + "text": { + "EN": [ + "audio/vdvi", + "vdvi" + ], + "FA": [ + "audio/vdvi", + "vdvi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.3GPP.IUFP", + "generate_name": "audio/vnd.3gpp.iufp", + "text": { + "EN": [ + "audio/vnd.3gpp.iufp", + "vnd.3gpp.iufp" + ], + "FA": [ + "audio/vnd.3gpp.iufp", + "vnd.3gpp.iufp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.AUDIOKOZ", + "generate_name": "audio/vnd.audiokoz", + "text": { + "EN": [ + "audio/vnd.audiokoz", + "vnd.audiokoz" + ], + "FA": [ + "audio/vnd.audiokoz", + "vnd.audiokoz" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.CISCO.NSE", + "generate_name": "audio/vnd.cisco.nse", + "text": { + "EN": [ + "audio/vnd.cisco.nse", + "vnd.cisco.nse" + ], + "FA": [ + "audio/vnd.cisco.nse", + "vnd.cisco.nse" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.CNS.ANP1", + "generate_name": "audio/vnd.cns.anp1", + "text": { + "EN": [ + "audio/vnd.cns.anp1", + "vnd.cns.anp1" + ], + "FA": [ + "audio/vnd.cns.anp1", + "vnd.cns.anp1" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.DECE.AUDIO", + "generate_name": "audio/vnd.dece.audio", + "text": { + "EN": [ + "audio/vnd.dece.audio", + "vnd.dece.audio" + ], + "FA": [ + "audio/vnd.dece.audio", + "vnd.dece.audio" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.DLNA.ADTS", + "generate_name": "audio/vnd.dlna.adts", + "text": { + "EN": [ + "audio/vnd.dlna.adts", + "vnd.dlna.adts" + ], + "FA": [ + "audio/vnd.dlna.adts", + "vnd.dlna.adts" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.DOLBY.HEAAC.2", + "generate_name": "audio/vnd.dolby.heaac.2", + "text": { + "EN": [ + "audio/vnd.dolby.heaac.2", + "vnd.dolby.heaac.2" + ], + "FA": [ + "audio/vnd.dolby.heaac.2", + "vnd.dolby.heaac.2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.DOLBY.MPS", + "generate_name": "audio/vnd.dolby.mps", + "text": { + "EN": [ + "audio/vnd.dolby.mps", + "vnd.dolby.mps" + ], + "FA": [ + "audio/vnd.dolby.mps", + "vnd.dolby.mps" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.DOLBY.PL2X", + "generate_name": "audio/vnd.dolby.pl2x", + "text": { + "EN": [ + "audio/vnd.dolby.pl2x", + "vnd.dolby.pl2x" + ], + "FA": [ + "audio/vnd.dolby.pl2x", + "vnd.dolby.pl2x" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.DOLBY.PULSE.1", + "generate_name": "audio/vnd.dolby.pulse.1", + "text": { + "EN": [ + "audio/vnd.dolby.pulse.1", + "vnd.dolby.pulse.1" + ], + "FA": [ + "audio/vnd.dolby.pulse.1", + "vnd.dolby.pulse.1" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.DTS", + "generate_name": "audio/vnd.dts", + "text": { + "EN": [ + "audio/vnd.dts", + "vnd.dts" + ], + "FA": [ + "audio/vnd.dts", + "vnd.dts" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.DTS.UHD", + "generate_name": "audio/vnd.dts.uhd", + "text": { + "EN": [ + "audio/vnd.dts.uhd", + "vnd.dts.uhd" + ], + "FA": [ + "audio/vnd.dts.uhd", + "vnd.dts.uhd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.EVERAD.PLJ", + "generate_name": "audio/vnd.everad.plj", + "text": { + "EN": [ + "audio/vnd.everad.plj", + "vnd.everad.plj" + ], + "FA": [ + "audio/vnd.everad.plj", + "vnd.everad.plj" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.LUCENT.VOICE", + "generate_name": "audio/vnd.lucent.voice", + "text": { + "EN": [ + "audio/vnd.lucent.voice", + "vnd.lucent.voice" + ], + "FA": [ + "audio/vnd.lucent.voice", + "vnd.lucent.voice" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.NOKIA.MOBILE_XMF", + "generate_name": "audio/vnd.nokia.mobile-xmf", + "text": { + "EN": [ + "audio/vnd.nokia.mobile-xmf", + "vnd.nokia.mobile-xmf" + ], + "FA": [ + "audio/vnd.nokia.mobile-xmf", + "vnd.nokia.mobile-xmf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.NUERA.ECELP4800", + "generate_name": "audio/vnd.nuera.ecelp4800", + "text": { + "EN": [ + "audio/vnd.nuera.ecelp4800", + "vnd.nuera.ecelp4800" + ], + "FA": [ + "audio/vnd.nuera.ecelp4800", + "vnd.nuera.ecelp4800" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.NUERA.ECELP9600", + "generate_name": "audio/vnd.nuera.ecelp9600", + "text": { + "EN": [ + "audio/vnd.nuera.ecelp9600", + "vnd.nuera.ecelp9600" + ], + "FA": [ + "audio/vnd.nuera.ecelp9600", + "vnd.nuera.ecelp9600" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.PRESONUS.MULTITRACK", + "generate_name": "audio/vnd.presonus.multitrack", + "text": { + "EN": [ + "audio/vnd.presonus.multitrack", + "vnd.presonus.multitrack" + ], + "FA": [ + "audio/vnd.presonus.multitrack", + "vnd.presonus.multitrack" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.RHETOREX.32KADPCM", + "generate_name": "audio/vnd.rhetorex.32kadpcm", + "text": { + "EN": [ + "audio/vnd.rhetorex.32kadpcm", + "vnd.rhetorex.32kadpcm" + ], + "FA": [ + "audio/vnd.rhetorex.32kadpcm", + "vnd.rhetorex.32kadpcm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VND.SEALEDMEDIA.SOFTSEAL.MPEG", + "generate_name": "audio/vnd.sealedmedia.softseal.mpeg", + "text": { + "EN": [ + "audio/vnd.sealedmedia.softseal.mpeg", + "vnd.sealedmedia.softseal.mpeg" + ], + "FA": [ + "audio/vnd.sealedmedia.softseal.mpeg", + "vnd.sealedmedia.softseal.mpeg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO/VORBIS", + "generate_name": "audio/vorbis", + "text": { + "EN": [ + "audio/vorbis", + "vorbis" + ], + "FA": [ + "audio/vorbis", + "vorbis" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE", + "generate_name": "template", + "text": { + "EN": [ + "template", + "name" + ], + "FA": [ + "template", + "name" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FONT/OTF", + "generate_name": "font/otf", + "text": { + "EN": [ + "font/otf", + "otf" + ], + "FA": [ + "font/otf", + "otf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FONT/TTF", + "generate_name": "font/ttf", + "text": { + "EN": [ + "font/ttf", + "ttf" + ], + "FA": [ + "font/ttf", + "ttf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FONT/WOFF2", + "generate_name": "font/woff2", + "text": { + "EN": [ + "font/woff2", + "woff2" + ], + "FA": [ + "font/woff2", + "woff2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HAPTICS/IVS", + "generate_name": "haptics/ivs", + "text": { + "EN": [ + "haptics/ivs", + "ivs" + ], + "FA": [ + "haptics/ivs", + "ivs" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_HAPTICS/HMPG", + "generate_name": "haptics/hmpg", + "text": { + "EN": [ + "haptics/hmpg", + "hmpg" + ], + "FA": [ + "haptics/hmpg", + "hmpg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/ACES", + "generate_name": "image/aces", + "text": { + "EN": [ + "image/aces", + "aces" + ], + "FA": [ + "image/aces", + "aces" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/AVCI", + "generate_name": "image/avci", + "text": { + "EN": [ + "image/avci", + "avci" + ], + "FA": [ + "image/avci", + "avci" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/AVIF", + "generate_name": "image/avif", + "text": { + "EN": [ + "image/avif", + "avif" + ], + "FA": [ + "image/avif", + "avif" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/CGM", + "generate_name": "image/cgm", + "text": { + "EN": [ + "image/cgm", + "cgm" + ], + "FA": [ + "image/cgm", + "cgm" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/DPX", + "generate_name": "image/dpx", + "text": { + "EN": [ + "image/dpx", + "dpx" + ], + "FA": [ + "image/dpx", + "dpx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/EXAMPLE", + "generate_name": "image/example", + "text": { + "EN": [ + "image/example", + "example" + ], + "FA": [ + "image/example", + "example" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/G3FAX", + "generate_name": "image/g3fax", + "text": { + "EN": [ + "image/g3fax", + "g3fax" + ], + "FA": [ + "image/g3fax", + "g3fax" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/HEIC", + "generate_name": "image/heic", + "text": { + "EN": [ + "image/heic", + "heic" + ], + "FA": [ + "image/heic", + "heic" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/HEIF", + "generate_name": "image/heif", + "text": { + "EN": [ + "image/heif", + "heif" + ], + "FA": [ + "image/heif", + "heif" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/HEJ2K", + "generate_name": "image/hej2k", + "text": { + "EN": [ + "image/hej2k", + "hej2k" + ], + "FA": [ + "image/hej2k", + "hej2k" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/IEF", + "generate_name": "image/ief", + "text": { + "EN": [ + "image/ief", + "ief" + ], + "FA": [ + "image/ief", + "ief" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/JAII", + "generate_name": "image/jaii", + "text": { + "EN": [ + "image/jaii", + "jaii" + ], + "FA": [ + "image/jaii", + "jaii" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/JLS", + "generate_name": "image/jls", + "text": { + "EN": [ + "image/jls", + "jls" + ], + "FA": [ + "image/jls", + "jls" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/JPEG", + "generate_name": "image/jpeg", + "text": { + "EN": [ + "image/jpeg", + "jpeg" + ], + "FA": [ + "image/jpeg", + "jpeg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/JPHC", + "generate_name": "image/jphc", + "text": { + "EN": [ + "image/jphc", + "jphc" + ], + "FA": [ + "image/jphc", + "jphc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/JPX", + "generate_name": "image/jpx", + "text": { + "EN": [ + "image/jpx", + "jpx" + ], + "FA": [ + "image/jpx", + "jpx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/JXR", + "generate_name": "image/jxr", + "text": { + "EN": [ + "image/jxr", + "jxr" + ], + "FA": [ + "image/jxr", + "jxr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/JXRS", + "generate_name": "image/jxrs", + "text": { + "EN": [ + "image/jxrs", + "jxrs" + ], + "FA": [ + "image/jxrs", + "jxrs" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/JXSC", + "generate_name": "image/jxsc", + "text": { + "EN": [ + "image/jxsc", + "jxsc" + ], + "FA": [ + "image/jxsc", + "jxsc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/JXSS", + "generate_name": "image/jxss", + "text": { + "EN": [ + "image/jxss", + "jxss" + ], + "FA": [ + "image/jxss", + "jxss" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/KTX2", + "generate_name": "image/ktx2", + "text": { + "EN": [ + "image/ktx2", + "ktx2" + ], + "FA": [ + "image/ktx2", + "ktx2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/PNG", + "generate_name": "image/png", + "text": { + "EN": [ + "image/png", + "png" + ], + "FA": [ + "image/png", + "png" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/PRS.PTI", + "generate_name": "image/prs.pti", + "text": { + "EN": [ + "image/prs.pti", + "prs.pti" + ], + "FA": [ + "image/prs.pti", + "prs.pti" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/SVG+XML", + "generate_name": "image/svg+xml", + "text": { + "EN": [ + "image/svg+xml", + "svg+xml" + ], + "FA": [ + "image/svg+xml", + "svg+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/TIFF", + "generate_name": "image/tiff", + "text": { + "EN": [ + "image/tiff", + "tiff" + ], + "FA": [ + "image/tiff", + "tiff" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.ADOBE.PHOTOSHOP", + "generate_name": "image/vnd.adobe.photoshop", + "text": { + "EN": [ + "image/vnd.adobe.photoshop", + "vnd.adobe.photoshop" + ], + "FA": [ + "image/vnd.adobe.photoshop", + "vnd.adobe.photoshop" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.CNS.INF2", + "generate_name": "image/vnd.cns.inf2", + "text": { + "EN": [ + "image/vnd.cns.inf2", + "vnd.cns.inf2" + ], + "FA": [ + "image/vnd.cns.inf2", + "vnd.cns.inf2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.DJVU", + "generate_name": "image/vnd.djvu", + "text": { + "EN": [ + "image/vnd.djvu", + "vnd.djvu" + ], + "FA": [ + "image/vnd.djvu", + "vnd.djvu" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.DXF", + "generate_name": "image/vnd.dxf", + "text": { + "EN": [ + "image/vnd.dxf", + "vnd.dxf" + ], + "FA": [ + "image/vnd.dxf", + "vnd.dxf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.FASTBIDSHEET", + "generate_name": "image/vnd.fastbidsheet", + "text": { + "EN": [ + "image/vnd.fastbidsheet", + "vnd.fastbidsheet" + ], + "FA": [ + "image/vnd.fastbidsheet", + "vnd.fastbidsheet" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.FST", + "generate_name": "image/vnd.fst", + "text": { + "EN": [ + "image/vnd.fst", + "vnd.fst" + ], + "FA": [ + "image/vnd.fst", + "vnd.fst" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.FUJIXEROX.EDMICS_RLC", + "generate_name": "image/vnd.fujixerox.edmics-rlc", + "text": { + "EN": [ + "image/vnd.fujixerox.edmics-rlc", + "vnd.fujixerox.edmics-rlc" + ], + "FA": [ + "image/vnd.fujixerox.edmics-rlc", + "vnd.fujixerox.edmics-rlc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.MICROSOFT.ICON", + "generate_name": "image/vnd.microsoft.icon", + "text": { + "EN": [ + "image/vnd.microsoft.icon", + "vnd.microsoft.icon" + ], + "FA": [ + "image/vnd.microsoft.icon", + "vnd.microsoft.icon" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.MS_MODI", + "generate_name": "image/vnd.ms-modi", + "text": { + "EN": [ + "image/vnd.ms-modi", + "vnd.ms-modi" + ], + "FA": [ + "image/vnd.ms-modi", + "vnd.ms-modi" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.NET_FPX", + "generate_name": "image/vnd.net-fpx", + "text": { + "EN": [ + "image/vnd.net-fpx", + "vnd.net-fpx" + ], + "FA": [ + "image/vnd.net-fpx", + "vnd.net-fpx" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.RADIANCE", + "generate_name": "image/vnd.radiance", + "text": { + "EN": [ + "image/vnd.radiance", + "vnd.radiance" + ], + "FA": [ + "image/vnd.radiance", + "vnd.radiance" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.SEALEDMEDIA.SOFTSEAL.GIF", + "generate_name": "image/vnd.sealedmedia.softseal.gif", + "text": { + "EN": [ + "image/vnd.sealedmedia.softseal.gif", + "vnd.sealedmedia.softseal.gif" + ], + "FA": [ + "image/vnd.sealedmedia.softseal.gif", + "vnd.sealedmedia.softseal.gif" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.SVF", + "generate_name": "image/vnd.svf", + "text": { + "EN": [ + "image/vnd.svf", + "vnd.svf" + ], + "FA": [ + "image/vnd.svf", + "vnd.svf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.VALVE.SOURCE.TEXTURE", + "generate_name": "image/vnd.valve.source.texture", + "text": { + "EN": [ + "image/vnd.valve.source.texture", + "vnd.valve.source.texture" + ], + "FA": [ + "image/vnd.valve.source.texture", + "vnd.valve.source.texture" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/VND.XIFF", + "generate_name": "image/vnd.xiff", + "text": { + "EN": [ + "image/vnd.xiff", + "vnd.xiff" + ], + "FA": [ + "image/vnd.xiff", + "vnd.xiff" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/WEBP", + "generate_name": "image/webp", + "text": { + "EN": [ + "image/webp", + "webp" + ], + "FA": [ + "image/webp", + "webp" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_IMAGE/X_EMF", + "generate_name": "image/x-emf", + "text": { + "EN": [ + "image/x-emf", + "x-emf - deprecated in favor of image/emf" + ], + "FA": [ + "image/x-emf", + "x-emf - deprecated in favor of image/emf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE", + "generate_name": "template", + "text": { + "EN": [ + "template", + "name" + ], + "FA": [ + "template", + "name" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/CPIM", + "generate_name": "message/cpim", + "text": { + "EN": [ + "message/cpim", + "cpim" + ], + "FA": [ + "message/cpim", + "cpim" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/DISPOSITION_NOTIFICATION", + "generate_name": "message/disposition-notification", + "text": { + "EN": [ + "message/disposition-notification", + "disposition-notification" + ], + "FA": [ + "message/disposition-notification", + "disposition-notification" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/EXTERNAL_BODY", + "generate_name": "message/external-body", + "text": { + "EN": [ + "message/external-body", + "external-body" + ], + "FA": [ + "message/external-body", + "external-body" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/GLOBAL", + "generate_name": "message/global", + "text": { + "EN": [ + "message/global", + "global" + ], + "FA": [ + "message/global", + "global" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/GLOBAL_DISPOSITION_NOTIFICATION", + "generate_name": "message/global-disposition-notification", + "text": { + "EN": [ + "message/global-disposition-notification", + "global-disposition-notification" + ], + "FA": [ + "message/global-disposition-notification", + "global-disposition-notification" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/HTTP", + "generate_name": "message/http", + "text": { + "EN": [ + "message/http", + "http" + ], + "FA": [ + "message/http", + "http" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/MLS", + "generate_name": "message/mls", + "text": { + "EN": [ + "message/mls", + "mls" + ], + "FA": [ + "message/mls", + "mls" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/OHTTP_REQ", + "generate_name": "message/ohttp-req", + "text": { + "EN": [ + "message/ohttp-req", + "ohttp-req" + ], + "FA": [ + "message/ohttp-req", + "ohttp-req" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/PARTIAL", + "generate_name": "message/partial", + "text": { + "EN": [ + "message/partial", + "partial" + ], + "FA": [ + "message/partial", + "partial" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/S_HTTP", + "generate_name": "message/s-http", + "text": { + "EN": [ + "message/s-http", + "s-http (obsolete)" + ], + "FA": [ + "message/s-http", + "s-http (obsolete)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/SIPFRAG", + "generate_name": "message/sipfrag", + "text": { + "EN": [ + "message/sipfrag", + "sipfrag" + ], + "FA": [ + "message/sipfrag", + "sipfrag" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE/VND.SI.SIMP", + "generate_name": "message/vnd.si.simp", + "text": { + "EN": [ + "message/vnd.si.simp", + "vnd.si.simp (obsoleted by request)" + ], + "FA": [ + "message/vnd.si.simp", + "vnd.si.simp (obsoleted by request)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE", + "generate_name": "template", + "text": { + "EN": [ + "template", + "name" + ], + "FA": [ + "template", + "name" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/E57", + "generate_name": "model/e57", + "text": { + "EN": [ + "model/e57", + "e57" + ], + "FA": [ + "model/e57", + "e57" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/GLTF_BINARY", + "generate_name": "model/gltf-binary", + "text": { + "EN": [ + "model/gltf-binary", + "gltf-binary" + ], + "FA": [ + "model/gltf-binary", + "gltf-binary" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/JT", + "generate_name": "model/jt", + "text": { + "EN": [ + "model/jt", + "jt" + ], + "FA": [ + "model/jt", + "jt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/MESH", + "generate_name": "model/mesh", + "text": { + "EN": [ + "model/mesh", + "mesh" + ], + "FA": [ + "model/mesh", + "mesh" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/OBJ", + "generate_name": "model/obj", + "text": { + "EN": [ + "model/obj", + "obj" + ], + "FA": [ + "model/obj", + "obj" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/STEP", + "generate_name": "model/step", + "text": { + "EN": [ + "model/step", + "step" + ], + "FA": [ + "model/step", + "step" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/STEP+ZIP", + "generate_name": "model/step+zip", + "text": { + "EN": [ + "model/step+zip", + "step+zip" + ], + "FA": [ + "model/step+zip", + "step+zip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/STL", + "generate_name": "model/stl", + "text": { + "EN": [ + "model/stl", + "stl" + ], + "FA": [ + "model/stl", + "stl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VND.BARY", + "generate_name": "model/vnd.bary", + "text": { + "EN": [ + "model/vnd.bary", + "vnd.bary" + ], + "FA": [ + "model/vnd.bary", + "vnd.bary" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VND.COLLADA+XML", + "generate_name": "model/vnd.collada+xml", + "text": { + "EN": [ + "model/vnd.collada+xml", + "vnd.collada+xml" + ], + "FA": [ + "model/vnd.collada+xml", + "vnd.collada+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VND.FLATLAND.3DML", + "generate_name": "model/vnd.flatland.3dml", + "text": { + "EN": [ + "model/vnd.flatland.3dml", + "vnd.flatland.3dml" + ], + "FA": [ + "model/vnd.flatland.3dml", + "vnd.flatland.3dml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VND.GS_GDL", + "generate_name": "model/vnd.gs-gdl", + "text": { + "EN": [ + "model/vnd.gs-gdl", + "vnd.gs-gdl" + ], + "FA": [ + "model/vnd.gs-gdl", + "vnd.gs-gdl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VND.MOML+XML", + "generate_name": "model/vnd.moml+xml", + "text": { + "EN": [ + "model/vnd.moml+xml", + "vnd.moml+xml" + ], + "FA": [ + "model/vnd.moml+xml", + "vnd.moml+xml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VND.OPENGEX", + "generate_name": "model/vnd.opengex", + "text": { + "EN": [ + "model/vnd.opengex", + "vnd.opengex" + ], + "FA": [ + "model/vnd.opengex", + "vnd.opengex" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VND.PARASOLID.TRANSMIT.TEXT", + "generate_name": "model/vnd.parasolid.transmit.text", + "text": { + "EN": [ + "model/vnd.parasolid.transmit.text", + "vnd.parasolid.transmit.text" + ], + "FA": [ + "model/vnd.parasolid.transmit.text", + "vnd.parasolid.transmit.text" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VND.ROSETTE.ANNOTATED_DATA_MODEL", + "generate_name": "model/vnd.rosette.annotated-data-model", + "text": { + "EN": [ + "model/vnd.rosette.annotated-data-model", + "vnd.rosette.annotated-data-model" + ], + "FA": [ + "model/vnd.rosette.annotated-data-model", + "vnd.rosette.annotated-data-model" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VND.USDA", + "generate_name": "model/vnd.usda", + "text": { + "EN": [ + "model/vnd.usda", + "vnd.usda" + ], + "FA": [ + "model/vnd.usda", + "vnd.usda" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VND.VALVE.SOURCE.COMPILED_MAP", + "generate_name": "model/vnd.valve.source.compiled-map", + "text": { + "EN": [ + "model/vnd.valve.source.compiled-map", + "vnd.valve.source.compiled-map" + ], + "FA": [ + "model/vnd.valve.source.compiled-map", + "vnd.valve.source.compiled-map" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/VRML", + "generate_name": "model/vrml", + "text": { + "EN": [ + "model/vrml", + "vrml" + ], + "FA": [ + "model/vrml", + "vrml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL/X3D+FASTINFOSET", + "generate_name": "model/x3d+fastinfoset", + "text": { + "EN": [ + "model/x3d+fastinfoset", + "x3d+fastinfoset" + ], + "FA": [ + "model/x3d+fastinfoset", + "x3d+fastinfoset" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE", + "generate_name": "template", + "text": { + "EN": [ + "template", + "name" + ], + "FA": [ + "template", + "name" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MULTIPART/APPLEDOUBLE", + "generate_name": "multipart/appledouble", + "text": { + "EN": [ + "multipart/appledouble", + "appledouble" + ], + "FA": [ + "multipart/appledouble", + "appledouble" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MULTIPART/DIGEST", + "generate_name": "multipart/digest", + "text": { + "EN": [ + "multipart/digest", + "digest" + ], + "FA": [ + "multipart/digest", + "digest" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MULTIPART/EXAMPLE", + "generate_name": "multipart/example", + "text": { + "EN": [ + "multipart/example", + "example" + ], + "FA": [ + "multipart/example", + "example" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MULTIPART/HEADER_SET", + "generate_name": "multipart/header-set", + "text": { + "EN": [ + "multipart/header-set", + "header-set" + ], + "FA": [ + "multipart/header-set", + "header-set" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MULTIPART/MULTILINGUAL", + "generate_name": "multipart/multilingual", + "text": { + "EN": [ + "multipart/multilingual", + "multilingual" + ], + "FA": [ + "multipart/multilingual", + "multilingual" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MULTIPART/RELATED", + "generate_name": "multipart/related", + "text": { + "EN": [ + "multipart/related", + "related" + ], + "FA": [ + "multipart/related", + "related" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MULTIPART/SIGNED", + "generate_name": "multipart/signed", + "text": { + "EN": [ + "multipart/signed", + "signed" + ], + "FA": [ + "multipart/signed", + "signed" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MULTIPART/VOICE_MESSAGE", + "generate_name": "multipart/voice-message", + "text": { + "EN": [ + "multipart/voice-message", + "voice-message" + ], + "FA": [ + "multipart/voice-message", + "voice-message" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE", + "generate_name": "template", + "text": { + "EN": [ + "template", + "name" + ], + "FA": [ + "template", + "name" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/CACHE_MANIFEST", + "generate_name": "text/cache-manifest", + "text": { + "EN": [ + "text/cache-manifest", + "cache-manifest" + ], + "FA": [ + "text/cache-manifest", + "cache-manifest" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/CQL", + "generate_name": "text/cql", + "text": { + "EN": [ + "text/cql", + "cql" + ], + "FA": [ + "text/cql", + "cql" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/CQL_IDENTIFIER", + "generate_name": "text/cql-identifier", + "text": { + "EN": [ + "text/cql-identifier", + "cql-identifier" + ], + "FA": [ + "text/cql-identifier", + "cql-identifier" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/CSV", + "generate_name": "text/csv", + "text": { + "EN": [ + "text/csv", + "csv" + ], + "FA": [ + "text/csv", + "csv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/DIRECTORY", + "generate_name": "text/directory", + "text": { + "EN": [ + "text/directory", + "directory - deprecated by rfc6350" + ], + "FA": [ + "text/directory", + "directory - deprecated by rfc6350" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/ECMASCRIPT", + "generate_name": "text/ecmascript", + "text": { + "EN": [ + "text/ecmascript", + "ecmascript (obsoleted in favor of text/javascript)" + ], + "FA": [ + "text/ecmascript", + "ecmascript (obsoleted in favor of text/javascript)" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/ENRICHED", + "generate_name": "text/enriched", + "text": { + "EN": [ + "text/enriched", + "enriched" + ], + "FA": [ + "text/enriched", + "enriched" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/FHIRPATH", + "generate_name": "text/fhirpath", + "text": { + "EN": [ + "text/fhirpath", + "fhirpath" + ], + "FA": [ + "text/fhirpath", + "fhirpath" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/FWDRED", + "generate_name": "text/fwdred", + "text": { + "EN": [ + "text/fwdred", + "fwdred" + ], + "FA": [ + "text/fwdred", + "fwdred" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/GRAMMAR_REF_LIST", + "generate_name": "text/grammar-ref-list", + "text": { + "EN": [ + "text/grammar-ref-list", + "grammar-ref-list" + ], + "FA": [ + "text/grammar-ref-list", + "grammar-ref-list" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/HTML", + "generate_name": "text/html", + "text": { + "EN": [ + "text/html", + "html" + ], + "FA": [ + "text/html", + "html" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/JCR_CND", + "generate_name": "text/jcr-cnd", + "text": { + "EN": [ + "text/jcr-cnd", + "jcr-cnd" + ], + "FA": [ + "text/jcr-cnd", + "jcr-cnd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/MIZAR", + "generate_name": "text/mizar", + "text": { + "EN": [ + "text/mizar", + "mizar" + ], + "FA": [ + "text/mizar", + "mizar" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/PARAMETERS", + "generate_name": "text/parameters", + "text": { + "EN": [ + "text/parameters", + "parameters" + ], + "FA": [ + "text/parameters", + "parameters" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/PLAIN", + "generate_name": "text/plain", + "text": { + "EN": [ + "text/plain", + "plain" + ], + "FA": [ + "text/plain", + "plain" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/PRS.FALLENSTEIN.RST", + "generate_name": "text/prs.fallenstein.rst", + "text": { + "EN": [ + "text/prs.fallenstein.rst", + "prs.fallenstein.rst" + ], + "FA": [ + "text/prs.fallenstein.rst", + "prs.fallenstein.rst" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/PRS.PROP.LOGIC", + "generate_name": "text/prs.prop.logic", + "text": { + "EN": [ + "text/prs.prop.logic", + "prs.prop.logic" + ], + "FA": [ + "text/prs.prop.logic", + "prs.prop.logic" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/RAPTORFEC", + "generate_name": "text/raptorfec", + "text": { + "EN": [ + "text/raptorfec", + "raptorfec" + ], + "FA": [ + "text/raptorfec", + "raptorfec" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/RFC822_HEADERS", + "generate_name": "text/rfc822-headers", + "text": { + "EN": [ + "text/rfc822-headers", + "rfc822-headers" + ], + "FA": [ + "text/rfc822-headers", + "rfc822-headers" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/RTF", + "generate_name": "text/rtf", + "text": { + "EN": [ + "text/rtf", + "rtf" + ], + "FA": [ + "text/rtf", + "rtf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/RTPLOOPBACK", + "generate_name": "text/rtploopback", + "text": { + "EN": [ + "text/rtploopback", + "rtploopback" + ], + "FA": [ + "text/rtploopback", + "rtploopback" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/SGML", + "generate_name": "text/sgml", + "text": { + "EN": [ + "text/sgml", + "sgml" + ], + "FA": [ + "text/sgml", + "sgml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/SHEX", + "generate_name": "text/shex", + "text": { + "EN": [ + "text/shex", + "shex" + ], + "FA": [ + "text/shex", + "shex" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/STRINGS", + "generate_name": "text/strings", + "text": { + "EN": [ + "text/strings", + "strings" + ], + "FA": [ + "text/strings", + "strings" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/TAB_SEPARATED_VALUES", + "generate_name": "text/tab-separated-values", + "text": { + "EN": [ + "text/tab-separated-values", + "tab-separated-values" + ], + "FA": [ + "text/tab-separated-values", + "tab-separated-values" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/TURTLE", + "generate_name": "text/turtle", + "text": { + "EN": [ + "text/turtle", + "turtle" + ], + "FA": [ + "text/turtle", + "turtle" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/URI_LIST", + "generate_name": "text/uri-list", + "text": { + "EN": [ + "text/uri-list", + "uri-list" + ], + "FA": [ + "text/uri-list", + "uri-list" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.A", + "generate_name": "text/vnd.a", + "text": { + "EN": [ + "text/vnd.a", + "vnd.a" + ], + "FA": [ + "text/vnd.a", + "vnd.a" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.ASCII_ART", + "generate_name": "text/vnd.ascii-art", + "text": { + "EN": [ + "text/vnd.ascii-art", + "vnd.ascii-art" + ], + "FA": [ + "text/vnd.ascii-art", + "vnd.ascii-art" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.DEBIAN.COPYRIGHT", + "generate_name": "text/vnd.debian.copyright", + "text": { + "EN": [ + "text/vnd.debian.copyright", + "vnd.debian.copyright" + ], + "FA": [ + "text/vnd.debian.copyright", + "vnd.debian.copyright" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.DVB.SUBTITLE", + "generate_name": "text/vnd.dvb.subtitle", + "text": { + "EN": [ + "text/vnd.dvb.subtitle", + "vnd.dvb.subtitle" + ], + "FA": [ + "text/vnd.dvb.subtitle", + "vnd.dvb.subtitle" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.EXCHANGEABLE", + "generate_name": "text/vnd.exchangeable", + "text": { + "EN": [ + "text/vnd.exchangeable", + "vnd.exchangeable" + ], + "FA": [ + "text/vnd.exchangeable", + "vnd.exchangeable" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.FICLAB.FLT", + "generate_name": "text/vnd.ficlab.flt", + "text": { + "EN": [ + "text/vnd.ficlab.flt", + "vnd.ficlab.flt" + ], + "FA": [ + "text/vnd.ficlab.flt", + "vnd.ficlab.flt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.FMI.FLEXSTOR", + "generate_name": "text/vnd.fmi.flexstor", + "text": { + "EN": [ + "text/vnd.fmi.flexstor", + "vnd.fmi.flexstor" + ], + "FA": [ + "text/vnd.fmi.flexstor", + "vnd.fmi.flexstor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.GRAPHVIZ", + "generate_name": "text/vnd.graphviz", + "text": { + "EN": [ + "text/vnd.graphviz", + "vnd.graphviz" + ], + "FA": [ + "text/vnd.graphviz", + "vnd.graphviz" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.HGL", + "generate_name": "text/vnd.hgl", + "text": { + "EN": [ + "text/vnd.hgl", + "vnd.hgl" + ], + "FA": [ + "text/vnd.hgl", + "vnd.hgl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.IN3D.SPOT", + "generate_name": "text/vnd.in3d.spot", + "text": { + "EN": [ + "text/vnd.in3d.spot", + "vnd.in3d.spot" + ], + "FA": [ + "text/vnd.in3d.spot", + "vnd.in3d.spot" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.IPTC.NITF", + "generate_name": "text/vnd.iptc.nitf", + "text": { + "EN": [ + "text/vnd.iptc.nitf", + "vnd.iptc.nitf" + ], + "FA": [ + "text/vnd.iptc.nitf", + "vnd.iptc.nitf" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.MOTOROLA.REFLEX", + "generate_name": "text/vnd.motorola.reflex", + "text": { + "EN": [ + "text/vnd.motorola.reflex", + "vnd.motorola.reflex" + ], + "FA": [ + "text/vnd.motorola.reflex", + "vnd.motorola.reflex" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.NET2PHONE.COMMCENTER.COMMAND", + "generate_name": "text/vnd.net2phone.commcenter.command", + "text": { + "EN": [ + "text/vnd.net2phone.commcenter.command", + "vnd.net2phone.commcenter.command" + ], + "FA": [ + "text/vnd.net2phone.commcenter.command", + "vnd.net2phone.commcenter.command" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.SENX.WARPSCRIPT", + "generate_name": "text/vnd.senx.warpscript", + "text": { + "EN": [ + "text/vnd.senx.warpscript", + "vnd.senx.warpscript" + ], + "FA": [ + "text/vnd.senx.warpscript", + "vnd.senx.warpscript" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.SUN.J2ME.APP_DESCRIPTOR", + "generate_name": "text/vnd.sun.j2me.app-descriptor", + "text": { + "EN": [ + "text/vnd.sun.j2me.app-descriptor", + "vnd.sun.j2me.app-descriptor" + ], + "FA": [ + "text/vnd.sun.j2me.app-descriptor", + "vnd.sun.j2me.app-descriptor" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.TROLLTECH.LINGUIST", + "generate_name": "text/vnd.trolltech.linguist", + "text": { + "EN": [ + "text/vnd.trolltech.linguist", + "vnd.trolltech.linguist" + ], + "FA": [ + "text/vnd.trolltech.linguist", + "vnd.trolltech.linguist" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.WAP.SI", + "generate_name": "text/vnd.wap.si", + "text": { + "EN": [ + "text/vnd.wap.si", + "vnd.wap.si" + ], + "FA": [ + "text/vnd.wap.si", + "vnd.wap.si" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.WAP.WML", + "generate_name": "text/vnd.wap.wml", + "text": { + "EN": [ + "text/vnd.wap.wml", + "vnd.wap.wml" + ], + "FA": [ + "text/vnd.wap.wml", + "vnd.wap.wml" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/VND.ZOO.KCL", + "generate_name": "text/vnd.zoo.kcl", + "text": { + "EN": [ + "text/vnd.zoo.kcl", + "vnd.zoo.kcl" + ], + "FA": [ + "text/vnd.zoo.kcl", + "vnd.zoo.kcl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/WGSL", + "generate_name": "text/wgsl", + "text": { + "EN": [ + "text/wgsl", + "wgsl" + ], + "FA": [ + "text/wgsl", + "wgsl" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT/XML_EXTERNAL_PARSED_ENTITY", + "generate_name": "text/xml-external-parsed-entity", + "text": { + "EN": [ + "text/xml-external-parsed-entity", + "xml-external-parsed-entity" + ], + "FA": [ + "text/xml-external-parsed-entity", + "xml-external-parsed-entity" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/1D_INTERLEAVED_PARITYFEC", + "generate_name": "video/1d-interleaved-parityfec", + "text": { + "EN": [ + "video/1d-interleaved-parityfec", + "1d-interleaved-parityfec" + ], + "FA": [ + "video/1d-interleaved-parityfec", + "1d-interleaved-parityfec" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/3GPP2", + "generate_name": "video/3gpp2", + "text": { + "EN": [ + "video/3gpp2", + "3gpp2" + ], + "FA": [ + "video/3gpp2", + "3gpp2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/AV1", + "generate_name": "video/av1", + "text": { + "EN": [ + "video/av1", + "av1" + ], + "FA": [ + "video/av1", + "av1" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/BT656", + "generate_name": "video/bt656", + "text": { + "EN": [ + "video/bt656", + "bt656" + ], + "FA": [ + "video/bt656", + "bt656" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/DV", + "generate_name": "video/dv", + "text": { + "EN": [ + "video/dv", + "dv" + ], + "FA": [ + "video/dv", + "dv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/EVC", + "generate_name": "video/evc", + "text": { + "EN": [ + "video/evc", + "evc" + ], + "FA": [ + "video/evc", + "evc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/FFV1", + "generate_name": "video/ffv1", + "text": { + "EN": [ + "video/ffv1", + "ffv1" + ], + "FA": [ + "video/ffv1", + "ffv1" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/H261", + "generate_name": "video/h261", + "text": { + "EN": [ + "video/h261", + "h261" + ], + "FA": [ + "video/h261", + "h261" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/H263_1998", + "generate_name": "video/h263-1998", + "text": { + "EN": [ + "video/h263-1998", + "h263-1998" + ], + "FA": [ + "video/h263-1998", + "h263-1998" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/H264", + "generate_name": "video/h264", + "text": { + "EN": [ + "video/h264", + "h264" + ], + "FA": [ + "video/h264", + "h264" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/H264_SVC", + "generate_name": "video/h264-svc", + "text": { + "EN": [ + "video/h264-svc", + "h264-svc" + ], + "FA": [ + "video/h264-svc", + "h264-svc" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/H266", + "generate_name": "video/h266", + "text": { + "EN": [ + "video/h266", + "h266" + ], + "FA": [ + "video/h266", + "h266" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/JPEG", + "generate_name": "video/jpeg", + "text": { + "EN": [ + "video/jpeg", + "jpeg" + ], + "FA": [ + "video/jpeg", + "jpeg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/JXSV", + "generate_name": "video/jxsv", + "text": { + "EN": [ + "video/jxsv", + "jxsv" + ], + "FA": [ + "video/jxsv", + "jxsv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/MATROSKA_3D", + "generate_name": "video/matroska-3d", + "text": { + "EN": [ + "video/matroska-3d", + "matroska-3d" + ], + "FA": [ + "video/matroska-3d", + "matroska-3d" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/MP1S", + "generate_name": "video/mp1s", + "text": { + "EN": [ + "video/mp1s", + "mp1s" + ], + "FA": [ + "video/mp1s", + "mp1s" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/MP2T", + "generate_name": "video/mp2t", + "text": { + "EN": [ + "video/mp2t", + "mp2t" + ], + "FA": [ + "video/mp2t", + "mp2t" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/MP4V_ES", + "generate_name": "video/mp4v-es", + "text": { + "EN": [ + "video/mp4v-es", + "mp4v-es" + ], + "FA": [ + "video/mp4v-es", + "mp4v-es" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/MPEG", + "generate_name": "video/mpeg", + "text": { + "EN": [ + "video/mpeg", + "mpeg" + ], + "FA": [ + "video/mpeg", + "mpeg" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/NV", + "generate_name": "video/nv", + "text": { + "EN": [ + "video/nv", + "nv" + ], + "FA": [ + "video/nv", + "nv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/PARITYFEC", + "generate_name": "video/parityfec", + "text": { + "EN": [ + "video/parityfec", + "parityfec" + ], + "FA": [ + "video/parityfec", + "parityfec" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/QUICKTIME", + "generate_name": "video/quicktime", + "text": { + "EN": [ + "video/quicktime", + "quicktime" + ], + "FA": [ + "video/quicktime", + "quicktime" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/RAW", + "generate_name": "video/raw", + "text": { + "EN": [ + "video/raw", + "raw" + ], + "FA": [ + "video/raw", + "raw" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/RTPLOOPBACK", + "generate_name": "video/rtploopback", + "text": { + "EN": [ + "video/rtploopback", + "rtploopback" + ], + "FA": [ + "video/rtploopback", + "rtploopback" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/SCIP", + "generate_name": "video/scip", + "text": { + "EN": [ + "video/scip", + "scip" + ], + "FA": [ + "video/scip", + "scip" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/SMPTE292M", + "generate_name": "video/smpte292m", + "text": { + "EN": [ + "video/smpte292m", + "smpte292m" + ], + "FA": [ + "video/smpte292m", + "smpte292m" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VC1", + "generate_name": "video/vc1", + "text": { + "EN": [ + "video/vc1", + "vc1" + ], + "FA": [ + "video/vc1", + "vc1" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.CCTV", + "generate_name": "video/vnd.cctv", + "text": { + "EN": [ + "video/vnd.cctv", + "vnd.cctv" + ], + "FA": [ + "video/vnd.cctv", + "vnd.cctv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.DECE.MOBILE", + "generate_name": "video/vnd.dece.mobile", + "text": { + "EN": [ + "video/vnd.dece.mobile", + "vnd.dece.mobile" + ], + "FA": [ + "video/vnd.dece.mobile", + "vnd.dece.mobile" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.DECE.PD", + "generate_name": "video/vnd.dece.pd", + "text": { + "EN": [ + "video/vnd.dece.pd", + "vnd.dece.pd" + ], + "FA": [ + "video/vnd.dece.pd", + "vnd.dece.pd" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.DECE.VIDEO", + "generate_name": "video/vnd.dece.video", + "text": { + "EN": [ + "video/vnd.dece.video", + "vnd.dece.video" + ], + "FA": [ + "video/vnd.dece.video", + "vnd.dece.video" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.DIRECTV.MPEG_TTS", + "generate_name": "video/vnd.directv.mpeg-tts", + "text": { + "EN": [ + "video/vnd.directv.mpeg-tts", + "vnd.directv.mpeg-tts" + ], + "FA": [ + "video/vnd.directv.mpeg-tts", + "vnd.directv.mpeg-tts" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.DVB.FILE", + "generate_name": "video/vnd.dvb.file", + "text": { + "EN": [ + "video/vnd.dvb.file", + "vnd.dvb.file" + ], + "FA": [ + "video/vnd.dvb.file", + "vnd.dvb.file" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.HNS.VIDEO", + "generate_name": "video/vnd.hns.video", + "text": { + "EN": [ + "video/vnd.hns.video", + "vnd.hns.video" + ], + "FA": [ + "video/vnd.hns.video", + "vnd.hns.video" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.IPTVFORUM.1DPARITYFEC_2005", + "generate_name": "video/vnd.iptvforum.1dparityfec-2005", + "text": { + "EN": [ + "video/vnd.iptvforum.1dparityfec-2005", + "vnd.iptvforum.1dparityfec-2005" + ], + "FA": [ + "video/vnd.iptvforum.1dparityfec-2005", + "vnd.iptvforum.1dparityfec-2005" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.IPTVFORUM.2DPARITYFEC_2005", + "generate_name": "video/vnd.iptvforum.2dparityfec-2005", + "text": { + "EN": [ + "video/vnd.iptvforum.2dparityfec-2005", + "vnd.iptvforum.2dparityfec-2005" + ], + "FA": [ + "video/vnd.iptvforum.2dparityfec-2005", + "vnd.iptvforum.2dparityfec-2005" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.IPTVFORUM.TTSMPEG2", + "generate_name": "video/vnd.iptvforum.ttsmpeg2", + "text": { + "EN": [ + "video/vnd.iptvforum.ttsmpeg2", + "vnd.iptvforum.ttsmpeg2" + ], + "FA": [ + "video/vnd.iptvforum.ttsmpeg2", + "vnd.iptvforum.ttsmpeg2" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.MOTOROLA.VIDEOP", + "generate_name": "video/vnd.motorola.videop", + "text": { + "EN": [ + "video/vnd.motorola.videop", + "vnd.motorola.videop" + ], + "FA": [ + "video/vnd.motorola.videop", + "vnd.motorola.videop" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.MS_PLAYREADY.MEDIA.PYV", + "generate_name": "video/vnd.ms-playready.media.pyv", + "text": { + "EN": [ + "video/vnd.ms-playready.media.pyv", + "vnd.ms-playready.media.pyv" + ], + "FA": [ + "video/vnd.ms-playready.media.pyv", + "vnd.ms-playready.media.pyv" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.NOKIA.MP4VR", + "generate_name": "video/vnd.nokia.mp4vr", + "text": { + "EN": [ + "video/vnd.nokia.mp4vr", + "vnd.nokia.mp4vr" + ], + "FA": [ + "video/vnd.nokia.mp4vr", + "vnd.nokia.mp4vr" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.OBJECTVIDEO", + "generate_name": "video/vnd.objectvideo", + "text": { + "EN": [ + "video/vnd.objectvideo", + "vnd.objectvideo" + ], + "FA": [ + "video/vnd.objectvideo", + "vnd.objectvideo" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.RADGAMETTOOLS.SMACKER", + "generate_name": "video/vnd.radgamettools.smacker", + "text": { + "EN": [ + "video/vnd.radgamettools.smacker", + "vnd.radgamettools.smacker" + ], + "FA": [ + "video/vnd.radgamettools.smacker", + "vnd.radgamettools.smacker" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.SEALED.MPEG4", + "generate_name": "video/vnd.sealed.mpeg4", + "text": { + "EN": [ + "video/vnd.sealed.mpeg4", + "vnd.sealed.mpeg4" + ], + "FA": [ + "video/vnd.sealed.mpeg4", + "vnd.sealed.mpeg4" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.SEALEDMEDIA.SOFTSEAL.MOV", + "generate_name": "video/vnd.sealedmedia.softseal.mov", + "text": { + "EN": [ + "video/vnd.sealedmedia.softseal.mov", + "vnd.sealedmedia.softseal.mov" + ], + "FA": [ + "video/vnd.sealedmedia.softseal.mov", + "vnd.sealedmedia.softseal.mov" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VND.YOUTUBE.YT", + "generate_name": "video/vnd.youtube.yt", + "text": { + "EN": [ + "video/vnd.youtube.yt", + "vnd.youtube.yt" + ], + "FA": [ + "video/vnd.youtube.yt", + "vnd.youtube.yt" + ] + } + }, + { + "id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_VIDEO/VP8", + "generate_name": "video/vp8", + "text": { + "EN": [ + "video/vp8", + "vp8" + ], + "FA": [ + "video/vp8", + "vp8" + ] + } + } + ] + } + ] +} \ No newline at end of file diff --git a/build/tags/a.py b/build/tags/a.py index 11af1317..6f02387d 100644 --- a/build/tags/a.py +++ b/build/tags/a.py @@ -4,11 +4,14 @@ parent_dir = Path(__file__).resolve().parent.parent sys.path.append(str(parent_dir)) +sys.path.append(str(parent_dir) + "/data") from element import Element from lang import Lang from type import Type from value import Value +import languages +import mediatypes if __name__ == "__main__": element = Element() @@ -17,52 +20,6 @@ element.set_text(Lang.EN, "link") element.set_text(Lang.FA, "لینک") - element.add_attribute() \ - .set_generate_name("href") \ - .set_type(Type.Url) \ - .add_text(Lang.EN, "href") \ - .add_text(Lang.FA, "لینک") - - element.add_attribute() \ - .set_generate_name("target") \ - .set_type(Type.String) \ - .add_text(Lang.EN, "target") \ - .add_text(Lang.FA, "هدف") \ - .add_reserve_value(Value().set_generate_name("_blank") \ - .add_text(Lang.EN, "blank") \ - .add_text(Lang.FA, "جدید") - ) \ - .add_reserve_value(Value().set_generate_name("_self") \ - .add_text(Lang.EN, "self") \ - .add_text(Lang.FA, "خود") - ) \ - .add_reserve_value(Value().set_generate_name("_parent") \ - .add_text(Lang.EN, "parent") \ - .add_text(Lang.FA, "والدین") - ) \ - .add_reserve_value(Value().set_generate_name("_top") \ - .add_text(Lang.EN, "top") \ - .add_text(Lang.FA, "بالا") - ) - - element.add_attribute() \ - .set_generate_name("rel") \ - .set_type(Type.String) \ - .add_text(Lang.EN, "rel") \ - .add_text(Lang.FA, "رابطه") \ - .add_reserve_value(Value().set_generate_name("noopener") \ - .add_text(Lang.EN, "noopener") \ - .add_text(Lang.FA, "بدون بازکردن") - ) \ - .add_reserve_value(Value().set_generate_name("noreferrer") \ - .add_text(Lang.EN, "noreferrer") \ - .add_text(Lang.FA, "بدون ارجاع") - ) \ - .add_reserve_value(Value().set_generate_name("external") \ - .add_text(Lang.EN, "external") \ - .add_text(Lang.FA, "خارجی") - ) - element.add_attribute() \ .set_generate_name("download") \ .set_type(Type.String) \ @@ -71,31 +28,36 @@ .add_reserve_value(Value().set_generate_name("file") \ .add_text(Lang.EN, "file") \ .add_text(Lang.FA, "فایل") - ) + ) \ + + element.add_attribute() \ + .set_generate_name("href") \ + .set_type(Type.Url) \ + .add_text(Lang.EN, "href") \ + .add_text(Lang.FA, "لینک") element.add_attribute() \ .set_generate_name("hreflang") \ .set_type(Type.String) \ - .add_text(Lang.EN, "hreflang") \ - .add_text(Lang.FA, "زبان لینک") \ - .add_reserve_value(Value().set_generate_name("en") \ - .add_text(Lang.EN, "en") \ - .add_text(Lang.FA, "انگلیسی") - ) \ - .add_reserve_value(Value().set_generate_name("fa") \ - .add_text(Lang.EN, "fa") \ - .add_text(Lang.FA, "فارسی") - ) \ + .add_text(Lang.EN, "language") \ + .add_text(Lang.FA, "زبان") \ + .add_reserve_values([ + Value() + .set_generate_name(language["code"].upper()) \ + .set_all_text(language["name"]) \ + .set_all_text(language["code"]) \ + for language in languages.languages + ]) \ element.add_attribute() \ .set_generate_name("media") \ - .set_type(Type.AnyTodo) \ + .set_type(Type.CSSMedia) \ .add_text(Lang.EN, "media") \ .add_text(Lang.FA, "رسانه") \ element.add_attribute() \ .set_generate_name("ping") \ - .set_type(Type.AnyTodo) \ + .set_type(Type.Urls) \ .add_text(Lang.EN, "ping") \ .add_text(Lang.FA, "پینگ") \ @@ -108,25 +70,122 @@ .add_text(Lang.EN, "no-referrer") \ .add_text(Lang.FA, "بدون ارجاع") ) \ + .add_reserve_value(Value().set_generate_name("no-referrer-when-downgrade") \ + .add_text(Lang.EN, "no-referrer-when-downgrade") \ + .add_text(Lang.FA, "منبع") + ) \ .add_reserve_value(Value().set_generate_name("origin") \ .add_text(Lang.EN, "origin") \ .add_text(Lang.FA, "منبع") - ) + ) \ + .add_reserve_value(Value().set_generate_name("origin-when-cross-origin") \ + .add_text(Lang.EN, "origin-when-cross-origin") \ + .add_text(Lang.FA, "منبع در صورت عبور از منبع") + ) \ + .add_reserve_value(Value().set_generate_name("same-origin") \ + .add_text(Lang.EN, "same-origin") \ + .add_text(Lang.FA, "منبع یکسان") + ) \ + .add_reserve_value(Value().set_generate_name("strict-origin-when-cross-origin") \ + .add_text(Lang.EN, "strict-origin-when-cross-origin") \ + .add_text(Lang.FA, "حساس به منبع") + ) \ + .add_reserve_value(Value().set_generate_name("unsafe-url") \ + .add_text(Lang.EN, "unsafe-url") \ + .add_text(Lang.FA, "آدرس ناامن") + ) \ + element.add_attribute() \ + .set_generate_name("rel") \ + .set_type(Type.String) \ + .add_text(Lang.EN, "rel") \ + .add_text(Lang.FA, "رابطه") \ + .add_reserve_value(Value().set_generate_name("alternate") \ + .add_text(Lang.EN, "alternate") \ + .add_text(Lang.FA, "متناوب") + ) \ + .add_reserve_value(Value().set_generate_name("author") \ + .add_text(Lang.EN, "author") \ + .add_text(Lang.FA, "نویسنده") + ) \ + .add_reserve_value(Value().set_generate_name("bookmark") \ + .add_text(Lang.EN, "bookmark") \ + .add_text(Lang.FA, "بوکمارک") + ) \ + .add_reserve_value(Value().set_generate_name("external") \ + .add_text(Lang.EN, "external") \ + .add_text(Lang.FA, "خارجی") + ) \ + .add_reserve_value(Value().set_generate_name("help") \ + .add_text(Lang.EN, "help") \ + .add_text(Lang.FA, "کمک") + ) \ + .add_reserve_value(Value().set_generate_name("license") \ + .add_text(Lang.EN, "license") \ + .add_text(Lang.FA, "مجوز") + ) \ + .add_reserve_value(Value().set_generate_name("next") \ + .add_text(Lang.EN, "next") \ + .add_text(Lang.FA, "بعدی") + ) \ + .add_reserve_value(Value().set_generate_name("nofollow") \ + .add_text(Lang.EN, "nofollow") \ + .add_text(Lang.FA, "بدون دنبال") + ) \ + .add_reserve_value(Value().set_generate_name("noreferrer") \ + .add_text(Lang.EN, "noreferrer") \ + .add_text(Lang.FA, "بدون ارجاع") + ) \ + .add_reserve_value(Value().set_generate_name("noopener") \ + .add_text(Lang.EN, "noopener") \ + .add_text(Lang.FA, "بدون بازکردن") + ) \ + .add_reserve_value(Value().set_generate_name("prev") \ + .add_text(Lang.EN, "prev") \ + .add_text(Lang.FA, "قبلی") + ) \ + .add_reserve_value(Value().set_generate_name("search") \ + .add_text(Lang.EN, "search") \ + .add_text(Lang.FA, "جستجو") + ) \ + .add_reserve_value(Value().set_generate_name("tag") \ + .add_text(Lang.EN, "tag") \ + .add_text(Lang.FA, "برچسب") + ) + + element.add_attribute() \ + .set_generate_name("target") \ + .set_type(Type.String) \ + .add_text(Lang.EN, "target") \ + .add_text(Lang.FA, "هدف") \ + .add_reserve_value(Value().set_generate_name("_blank") \ + .add_text(Lang.EN, "blank") \ + .add_text(Lang.FA, "جدید") + ) \ + .add_reserve_value(Value().set_generate_name("_self") \ + .add_text(Lang.EN, "self") \ + .add_text(Lang.FA, "خود") + ) \ + .add_reserve_value(Value().set_generate_name("_parent") \ + .add_text(Lang.EN, "parent") \ + .add_text(Lang.FA, "والدین") + ) \ + .add_reserve_value(Value().set_generate_name("_top") \ + .add_text(Lang.EN, "top") \ + .add_text(Lang.FA, "بالا") + ) + element.add_attribute() \ .set_generate_name("type") \ .set_type(Type.String) \ .add_text(Lang.EN, "type") \ .add_text(Lang.FA, "نوع") \ - .add_reserve_value(Value().set_generate_name("text/html") \ - .add_text(Lang.EN, "text/html") \ - .add_text(Lang.FA, "text/html") - ) \ - .add_reserve_value(Value().set_generate_name("application/pdf") \ - .add_text(Lang.EN, "application/pdf") \ - .add_text(Lang.FA, "application/pdf") - ) + .add_reserve_values([ + Value().set_generate_name(mediatype["code"]).set_all_text(mediatype["code"]).set_all_text(mediatype["name"]) for mediatype in mediatypes.mediatypes + ]) element_dict = element.to_dict() - print(json.dumps(element_dict, indent=4, ensure_ascii=False)) + j = json.dumps(element_dict, indent=4, ensure_ascii=False) + print(j) + open(Path(__file__).stem + ".json", "w", encoding="utf-8").write(j) diff --git a/build/type.py b/build/type.py index a746c1ed..9bf571e8 100644 --- a/build/type.py +++ b/build/type.py @@ -4,5 +4,7 @@ class Type: AnyTodo = "AST_TYPE_ANY" String = "AST_TYPE_STRING" Url = "AST_TYPE_URL" + CSSMedia = "AST_TYPE_ANY" + Urls = "AST_TYPE_URLS" Number = "AST_TYPE_NUMBER" Boolean = "AST_TYPE_BOOLEAN" diff --git a/build/value.py b/build/value.py index 87524340..5f49b21c 100644 --- a/build/value.py +++ b/build/value.py @@ -1,4 +1,5 @@ from text import Text +from lang import Lang class Value: def __init__(self): @@ -9,13 +10,23 @@ def set_generate_name(self, generate_name): """Set the generate name for the attribute value""" self.generate_name = generate_name self.id = "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_" + generate_name.upper().replace(" ", "_").replace("-", "_").replace("__", "_") - return self def add_text(self, language_code, text): """Set text for the main element.""" self.text.add_translation(language_code, text) return self + + def set_all_text(self, text): + """Set text for all languages.""" + if isinstance(text, list): + for lang in text: + self.set_all_text(lang) + elif isinstance(text, str): + list(map(lambda lang: self.add_text(lang, text), Lang.get_languages().keys())) + else: + raise ValueError("The text should be a string or a list of strings.") + return self def validate(self): """Check if all languages have a value for the text."""