Skip to content

Commit

Permalink
Translate Odoo module literals to Spanish (#77)
Browse files Browse the repository at this point in the history
* Translate Odoo module literals to Spanish

* Translate Odoo module literals to Catalan
  • Loading branch information
fblupi authored Jun 11, 2024
1 parent 12eabf2 commit 8cf7ca6
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
38 changes: 38 additions & 0 deletions config/locales/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,41 @@ ca:
settings:
authorization_method:
odoo: Només membres d'Odoo
admin:
filters:
coop_candidate_eq:
label: És candidat a soci
values:
'false': 'No'
'true': ''
member_eq:
label: És soci
values:
'false': 'No'
'true': ''
authorization_handlers:
odoo_member:
explanation: Verficar la condició societària de la persona
name: Membre d'Odoo
odoo:
admin:
members:
index:
actions: Accions
alias: Àlies
contact: Contacte
coop_candidate: Candidat a soci
empty: No hi ha socis a la base de dades
last_sync: Última sincronització
member: Socia
name: Nom
odoo_id: Odoo ID
ref: Ref
show_email: Mostrar correu electrònic
sync: Sincronitzar amb Odoo
sync_all: Sincronitzar tot amb Odoo
title: Socis a Odoo
sync:
success: La sincronització ha començat. Pot trigar uns quants minuts
errors:
not_found: L'usuari d'Odoo no s'ha trobat
38 changes: 38 additions & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,41 @@ es:
settings:
authorization_method:
odoo: Solo miembros de Odoo
admin:
filters:
coop_candidate_eq:
label: Es candidato a socio
values:
'false': 'No'
'true': ''
member_eq:
label: Es socio
values:
'false': 'No'
'true': ''
authorization_handlers:
odoo_member:
explanation: Verificar la condición societaria de la persona
name: Miembro de Odoo
odoo:
admin:
members:
index:
actions: Acciones
alias: Alias
contact: Contacto
coop_candidate: Candidato a socio
empty: No hay socios en la base de datos
last_sync: Última sincronización
member: Socio
name: Nombre
odoo_id: Odoo ID
ref: Ref
show_email: Mostrar email
sync: Sincronizar con Odoo
sync_all: Sincronizar todo con Odoo
title: Socios en Odoo
sync:
success: La sincronización ha comenzado. Puede llevar varios minutos
errors:
not_found: El usuario de Odoo no se ha encontrado

0 comments on commit 8cf7ca6

Please sign in to comment.