Merge pull request #748 from amrrs/master

Added Tamil Language Support
This commit is contained in:
Abubakar Abid 2022-02-28 08:19:23 -05:00 committed by GitHub
commit ad8c772521
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": "கோப்பை வை",
"drop_csv": "சிஎஸ்வி வை",
"or": "அல்லது",
"click_to_upload": "பதிவேற்ற கிளிக் செய்",
"view_api": "அபியை காண்",
"built_with_Gradio": "க்ரேடியோ-வுடன் கட்டப்பட்டது"
}
}