Feature: Add catalan (Catalonia) language (#672)

Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
Fernando Verdugo
2020-04-16 11:58:23 +02:00
committed by GitHub
parent 743bddc065
commit c2167fcaaf
22 changed files with 851 additions and 3 deletions

View File

@@ -0,0 +1,27 @@
{
"GENERAL_SETTINGS": {
"TITLE": "Configuració del compte",
"SUBMIT": "Actualització de la configuració",
"UPDATE": {
"ERROR": "No s'ha pogut actualitzar la configuració, torna-ho a provar!",
"SUCCESS": "La configuració del compte s'ha actualitzat correctament"
},
"FORM": {
"ERROR": "Corregiu els errors del formulari",
"GENERAL_SECTION": {
"TITLE": "Configuració general",
"NOTE": ""
},
"NAME": {
"LABEL": "Nom del compte",
"PLACEHOLDER": "El nom del vostre compte",
"ERROR": "Introduïu un nom de compte vàlid"
},
"LANGUAGE": {
"LABEL": "Idioma del lloc (Beta)",
"PLACEHOLDER": "El nom del vostre compte",
"ERROR": ""
}
}
}
}