-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
ca: | ||
decidim: | ||
admin: | ||
filters: | ||
coop_candidate_eq: | ||
label: És candidat a soci | ||
values: | ||
'false': 'No' | ||
'true': 'Sí' | ||
member_eq: | ||
label: És soci | ||
values: | ||
'false': 'No' | ||
'true': 'Sí' | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
es: | ||
decidim: | ||
admin: | ||
filters: | ||
coop_candidate_eq: | ||
label: Es candidato a socio | ||
values: | ||
'false': 'No' | ||
'true': 'Sí' | ||
member_eq: | ||
label: Es socio | ||
values: | ||
'false': 'No' | ||
'true': 'Sí' | ||
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 |