Create hi.json

This commit is contained in:
Deepak Mittal 2022-02-19 09:15:29 +05:30 committed by GitHub
parent e76e8ae338
commit 49cf520946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
{
"interface": {
"submit": "सबमिट करे",
"clear": "हटाये",
"interpret": "व्याख्या करे",
"flag": "चिह्नित करे",
"examples": "उदाहरण",
"drop_image": "यहाँ इमेज ड्रॉप करें",
"drop_video": "यहाँ वीडियो ड्रॉप करें",
"drop_audio": "यहाँ ऑडियो ड्रॉप करें",
"drop_file": "यहाँ File ड्रॉप करें",
"drop_csv": "यहाँ CSV ड्रॉप करें",
"or": "या",
"click_to_upload": "अपलोड के लिए बटन दबायें",
"view_api": "API को देखे",
"built_with_Gradio": "Gradio से बना"
}
}