mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Add Catalan translation (#4483)
* Add Catalan translation * Add CHANGELOG entry
This commit is contained in:
parent
d88ba87c24
commit
17a3be3d81
@ -17,6 +17,7 @@
|
||||
|
||||
- Clean up unnecessary `new Promise()`s by [@akx](https://github.com/akx) in [PR 4442](https://github.com/gradio-app/gradio/pull/4442).
|
||||
- Minor UI cleanup for Examples and Dataframe components [@aliabid94](https://github.com/aliabid94) in [PR 4455](https://github.com/gradio-app/gradio/pull/4455).
|
||||
- Add Catalan translation [@jordimas](https://github.com/jordimas) in [PR 4483](https://github.com/gradio-app/gradio/pull/4483).
|
||||
|
||||
## Breaking Changes:
|
||||
|
||||
|
22
js/app/src/lang/ca.json
Normal file
22
js/app/src/lang/ca.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"interface": {
|
||||
"drop_image": "Deixeu anar la imatge aquí",
|
||||
"drop_video": "Deixeu anar el vídeo aquí",
|
||||
"drop_audio": "Deixeu anar l'àudio aquí",
|
||||
"drop_file": "Deixeu anar el fitxer aquí",
|
||||
"drop_csv": "Deixeu anar el CSV aquí",
|
||||
"click_to_upload": "Feu clic per pujar",
|
||||
"view_api": "Veure l'API",
|
||||
"built_with_Gradio": "Construït amb gradio",
|
||||
"copy_to_clipboard": "Copia el json",
|
||||
"loading": "S'està carregant",
|
||||
"error": "ERROR",
|
||||
"empty": "Buit"
|
||||
},
|
||||
"Submit": "Envia",
|
||||
"Clear": "Neteja",
|
||||
"Interpret": "Interpreta",
|
||||
"Flag": "Avisa",
|
||||
"Examples": "Exemples",
|
||||
"or": "o"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user