بۆ ناوەڕۆک بازبدە

داڕێژە:soraniwordentry

لە ویکیفەرھەنگ

{

 "description": "Template for Sorani Kurdish Wiktionary entries",
 "params": {
   "pos": {
     "label": "Part of speech",
     "description": "Part of speech (e.g., noun, verb, adjective, etc.)",
     "type": "string",
     "required": true
   },
   "etymology": {
     "label": "Etymology",
     "description": "Etymological information about the word",
     "type": "object",
     "properties": {
       "language": {
         "label": "Language of origin",
         "description": "Language from which the word originated",
         "type": "string"
       },
       "root": {
         "label": "Root word",
         "description": "Root word or prefix",
         "type": "string"
       },
       "notes": {
         "label": "Notes",
         "description": "Additional etymological notes",
         "type": "string"
       }
     }
   },
   "definition": {
     "label": "Definition",
     "description": "Definition of the word",
     "type": "string",
     "required": true
   },
   "example": {
     "label": "Example",
     "description": "Example sentence or usage",
     "type": "object",
     "properties": {
       "sentence": {
         "label": "Example sentence",
         "description": "Example sentence using the word",
         "type": "string"
       },
       "translation": {
         "label": "Translation",
         "description": "Translation of the example sentence",
         "type": "string"
       }
     }
   },
   "latin": {
     "label": "Latin transcription",
     "description": "Latin transcription of the word",
     "type": "string"
   },
   "synonyms": {
     "label": "Synonyms",
     "description": "Synonyms of the word",
     "type": "array",
     "items": {
       "type": "object",
       "properties": {
         "word": {
           "label": "Synonym",
           "description": "Synonym of the word",
           "type": "string"
         },
         "relationship": {
           "label": "Relationship",
           "description": "Relationship between the words (e.g., close, loose, etc.)",
           "type": "string"
         }
       }
     }
   },
   "antonyms": {
     "label": "Antonyms",
     "description": "Antonyms of the word",
     "type": "array",
     "items": {
       "type": "object",
       "properties": {
         "word": {
           "label": "Antonym",
           "description": "Antonym of the word",
           "type": "string"
         },
         "relationship": {
           "label": "Relationship",
           "description": "Relationship between the words (e.g., opposite, contrast, etc.)",
           "type": "string"
         }
       }
     }
   },
   "translations": {
     "label": "Translations",
     "description": "Translations of the word",
     "type": "object",
     "properties": {
       "en": {
         "label": "English",
         "description": "English translation",
         "type": "object",
         "properties": {
           "translation": {
             "label": "Translation",
             "description": "English translation of the word",
             "type": "string"
           },
           "notes": {
             "label": "Notes",
             "description": "Additional notes about the translation",
             "type": "string"
           }
         }
       },
       "ar": {
         "label": "Arabic",
         "description": "Arabic translation",
         "type": "object",
         "properties": {
           "translation": {
             "label": "Translation",
             "description": "Arabic translation of the word",
             "type": "string"
           },
           "notes": {
             "label": "Notes",
             "description": "Additional notes about the translation",
             "type": "string"
           }
         }
       },
       "fa": {
         "label": "Persian",
         "description": "Persian translation",
         "type": "object",
         "properties": {
           "translation": {
             "label": "Translation",
             "description": "Persian translation of the word",
             "type": "string"
           },
           "notes": {
             "label": "Notes",
             "description": "Additional notes about the translation",
             "type": "string"
           }
         }
       },
       "tr": {
         "label": "Turkish",
         "description": "Turkish translation",
         "type ": "object",
         "properties": {
           "translation": {
             "label": "Translation",
             "description": "Turkish translation of the word",
             "type": "string"
           },
           "notes": {
             "label": "Notes",
             "description": "Additional notes about the translation",
             "type": "string"
           }
         }
       }
     }
   }
 }

}