Add Catalan translation (#4483)

* Add Catalan translation

* Add CHANGELOG entry
This commit is contained in:
Jordi Mas 2023-06-12 22:02:02 +02:00 committed by GitHub
parent d88ba87c24
commit 17a3be3d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View File

@ -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
View 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"
}