Create ja.json

Japanese language file
This commit is contained in:
osushiski 2022-02-22 04:32:28 +09:00 committed by GitHub
parent 700b534d00
commit b98d6b1b9d
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": "ここにCSVをドロップ",
"or": "または",
"click_to_upload": "クリックしてアップロード",
"view_api": "APIを見る",
"built_with_Gradio": "gradioで作ろう"
}
}