mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
(i18n) update translations
This commit is contained in:
parent
2e327b5486
commit
9674234b59
@ -1273,6 +1273,7 @@ de:
|
||||
#edit a member
|
||||
members_edit:
|
||||
subscription: "Abonnement"
|
||||
reservations: "Reservations"
|
||||
duration: "Dauer:"
|
||||
expires_at: "Läuft ab am:"
|
||||
price_: "Preis:"
|
||||
|
@ -1273,6 +1273,7 @@ es:
|
||||
#edit a member
|
||||
members_edit:
|
||||
subscription: "Suscripción"
|
||||
reservations: "Reservations"
|
||||
duration: "Duración:"
|
||||
expires_at: "Caduca en:"
|
||||
price_: "Precio:"
|
||||
|
@ -1800,7 +1800,6 @@ fr:
|
||||
reservation_context_feature: "Activer la fonctionnalité \"Nature de réservation\""
|
||||
reservation_context_options: Options de nature de réservation
|
||||
add_a_reservation_context: Ajouter une nouvelle nature
|
||||
confirmation_required: Confirmation requise
|
||||
do_you_really_want_to_delete_this_reservation_context: "Êtes-vous sûr de vouloir supprimer cette nature ?"
|
||||
unable_to_delete_reservation_context_already_related_to_reservations: "Impossible de supprimer ce contexte car il est déjà associé à une réservation"
|
||||
unable_to_delete_reservation_context_an_error_occured: "Impossible de supprimer : une erreur est survenue"
|
||||
|
@ -1273,6 +1273,7 @@ it:
|
||||
#edit a member
|
||||
members_edit:
|
||||
subscription: "Abbonamento"
|
||||
reservations: "Reservations"
|
||||
duration: "Durata:"
|
||||
expires_at: "Scadenza:"
|
||||
price_: "Prezzo:"
|
||||
|
@ -1273,6 +1273,7 @@
|
||||
#edit a member
|
||||
members_edit:
|
||||
subscription: "Medlemskap"
|
||||
reservations: "Reservations"
|
||||
duration: "Varighet:"
|
||||
expires_at: "Utløper:"
|
||||
price_: "Pris:"
|
||||
|
@ -1273,6 +1273,7 @@ pt:
|
||||
#edit a member
|
||||
members_edit:
|
||||
subscription: "Assinatura"
|
||||
reservations: "Reservations"
|
||||
duration: "Duração:"
|
||||
expires_at: "Experia em:"
|
||||
price_: "Preço:"
|
||||
|
@ -1273,6 +1273,7 @@ zu:
|
||||
#edit a member
|
||||
members_edit:
|
||||
subscription: "crwdns25848:0crwdne25848:0"
|
||||
reservations: "crwdns37747:0crwdne37747:0"
|
||||
duration: "crwdns25850:0crwdne25850:0"
|
||||
expires_at: "crwdns25852:0crwdne25852:0"
|
||||
price_: "crwdns25854:0crwdne25854:0"
|
||||
|
@ -154,12 +154,19 @@ de:
|
||||
no_reservation: "No reservation"
|
||||
show_more: "Show more"
|
||||
cancelled_slot: "Cancelled"
|
||||
reservations_panel_as_admin:
|
||||
title: "Reservations"
|
||||
credits_panel:
|
||||
title: "My credits"
|
||||
info: "Your subscription comes with free credits you can use when reserving"
|
||||
remaining_credits_html: "You can book {REMAINING} {REMAINING, plural, one{slot} other{slots}} for free."
|
||||
used_credits_html: "You have already used <strong> {USED} {USED, plural, =0{credit} one{credit} other{credits}}</strong>."
|
||||
no_credits: "You don't have any credits yet. Some subscriptions may allow you to book some slots for free."
|
||||
credits_panel_as_admin:
|
||||
title: "Credits"
|
||||
remaining_credits_html: "{REMAINING} {REMAINING, plural, one{slot} other{slots}} can be booked for free."
|
||||
used_credits_html: "<strong> {USED} {USED, plural, =0{credit} one{credit} other{credits}}</strong> already used."
|
||||
no_credits: "No credits yet."
|
||||
prepaid_packs_panel:
|
||||
title: "My prepaid packs"
|
||||
name: "Prepaid pack name"
|
||||
@ -172,6 +179,8 @@ de:
|
||||
cta_button: "Buy a pack"
|
||||
no_packs: "No prepaid packs available for sale"
|
||||
reserved_for_subscribers_html: 'The purchase of prepaid packs is reserved for subscribers. <a href="{LINK}">Subscribe now</a> to benefit.'
|
||||
prepaid_packs_panel_as_admin:
|
||||
title: "Prepaid packs"
|
||||
#public profil of a member
|
||||
members_show:
|
||||
members_list: "Mitgliederliste"
|
||||
|
@ -154,12 +154,19 @@ es:
|
||||
no_reservation: "Sin reserva"
|
||||
show_more: "Mostrar más"
|
||||
cancelled_slot: "Cancelado"
|
||||
reservations_panel_as_admin:
|
||||
title: "Reservations"
|
||||
credits_panel:
|
||||
title: "Mis créditos"
|
||||
info: "Su suscripción incluye créditos gratuitos que puede utilizar al reservar"
|
||||
remaining_credits_html: "Puede reservar {REMAINING} {REMAINING, plural, one{franja horaria} other{franjas horarias}} gratis."
|
||||
used_credits_html: "Ya has utilizado <strong> {USED} {USED, plural, =0{crédito} one{crédito} other{créditos}}</strong>."
|
||||
no_credits: "Aún no tienes créditos. Algunos abonos te permiten reservar franjas horarias gratuitamente."
|
||||
credits_panel_as_admin:
|
||||
title: "Credits"
|
||||
remaining_credits_html: "{REMAINING} {REMAINING, plural, one{slot} other{slots}} can be booked for free."
|
||||
used_credits_html: "<strong> {USED} {USED, plural, =0{credit} one{credit} other{credits}}</strong> already used."
|
||||
no_credits: "No credits yet."
|
||||
prepaid_packs_panel:
|
||||
title: "Mis paquetes de prepago"
|
||||
name: "Nombre del paquete prepago"
|
||||
@ -172,6 +179,8 @@ es:
|
||||
cta_button: "Comprar un paquete"
|
||||
no_packs: "No hay paquetes de prepago disponibles para la venta"
|
||||
reserved_for_subscribers_html: 'La compra de paquetes de prepago está reservada a los abonados. <a href="{LINK}">Suscríbete ahora</a> para beneficiarte.'
|
||||
prepaid_packs_panel_as_admin:
|
||||
title: "Prepaid packs"
|
||||
#public profil of a member
|
||||
members_show:
|
||||
members_list: "Lista de miembros"
|
||||
|
@ -164,9 +164,9 @@ fr:
|
||||
no_credits: "Vous n'avez pas encore de crédits. Certains abonnements peuvent vous permettre de réserver des créneaux gratuitement."
|
||||
credits_panel_as_admin:
|
||||
title: "Crédits"
|
||||
remaining_credits_html: "{REMAINING} {REMAINING, plural, one{créneau} other{créneaux}} peuvent être réservés gratuitement."
|
||||
used_credits_html: "<strong> {USED} {USED, plural, =0{crédit} one{crédit} other{crédits}}</strong> déjà utilisés."
|
||||
no_credits: "Pas de crédits."
|
||||
remaining_credits_html: "{REMAINING} {REMAINING, plural, one{slot} other{slots}} peut être réservé gratuitement."
|
||||
used_credits_html: "<strong> {USED} {USED, plural, =0{crédit} one{crédit} other{crédits}}</strong> déjà utilisé."
|
||||
no_credits: "Pas encore de crédits."
|
||||
prepaid_packs_panel:
|
||||
title: "Mes packs d'heures prépayées"
|
||||
name: "Nom du pack d'heures prépayées"
|
||||
|
@ -154,12 +154,19 @@ it:
|
||||
no_reservation: "Nessuna prenotazione"
|
||||
show_more: "Mostra altro"
|
||||
cancelled_slot: "Annullato"
|
||||
reservations_panel_as_admin:
|
||||
title: "Reservations"
|
||||
credits_panel:
|
||||
title: "I miei crediti"
|
||||
info: "Il tuo abbonamento viene fornito con crediti gratuiti che puoi utilizzare durante le prenotazioni"
|
||||
remaining_credits_html: "Puoi prenotare {REMAINING} {REMAINING, plural, one{slot} other{slot}} gratis."
|
||||
used_credits_html: "Hai già usato <strong> {USED} {USED, plural, =0{credito} one{credito} other{crediti}}</strong>."
|
||||
no_credits: "Non hai ancora alcun credito. Alcuni abbonamenti potrebbero permetterti di prenotare alcuni slot gratis."
|
||||
credits_panel_as_admin:
|
||||
title: "Credits"
|
||||
remaining_credits_html: "{REMAINING} {REMAINING, plural, one{slot} other{slots}} can be booked for free."
|
||||
used_credits_html: "<strong> {USED} {USED, plural, =0{credit} one{credit} other{credits}}</strong> already used."
|
||||
no_credits: "No credits yet."
|
||||
prepaid_packs_panel:
|
||||
title: "I miei pacchetti prepagati"
|
||||
name: "Nome pacchetto prepagato"
|
||||
@ -172,6 +179,8 @@ it:
|
||||
cta_button: "Acquista un pacchetto"
|
||||
no_packs: "Nessun pacchetto prepagato disponibile per la vendita"
|
||||
reserved_for_subscribers_html: 'L''acquisto di pacchetti prepagati è riservato agli abbonati. <a href="{LINK}">Iscriviti ora</a> per ottenerne.'
|
||||
prepaid_packs_panel_as_admin:
|
||||
title: "Prepaid packs"
|
||||
#public profil of a member
|
||||
members_show:
|
||||
members_list: "Lista dei membri"
|
||||
|
@ -154,12 +154,19 @@
|
||||
no_reservation: "No reservation"
|
||||
show_more: "Show more"
|
||||
cancelled_slot: "Cancelled"
|
||||
reservations_panel_as_admin:
|
||||
title: "Reservations"
|
||||
credits_panel:
|
||||
title: "My credits"
|
||||
info: "Your subscription comes with free credits you can use when reserving"
|
||||
remaining_credits_html: "You can book {REMAINING} {REMAINING, plural, one{slot} other{slots}} for free."
|
||||
used_credits_html: "You have already used <strong> {USED} {USED, plural, =0{credit} one{credit} other{credits}}</strong>."
|
||||
no_credits: "You don't have any credits yet. Some subscriptions may allow you to book some slots for free."
|
||||
credits_panel_as_admin:
|
||||
title: "Credits"
|
||||
remaining_credits_html: "{REMAINING} {REMAINING, plural, one{slot} other{slots}} can be booked for free."
|
||||
used_credits_html: "<strong> {USED} {USED, plural, =0{credit} one{credit} other{credits}}</strong> already used."
|
||||
no_credits: "No credits yet."
|
||||
prepaid_packs_panel:
|
||||
title: "My prepaid packs"
|
||||
name: "Prepaid pack name"
|
||||
@ -172,6 +179,8 @@
|
||||
cta_button: "Buy a pack"
|
||||
no_packs: "No prepaid packs available for sale"
|
||||
reserved_for_subscribers_html: 'The purchase of prepaid packs is reserved for subscribers. <a href="{LINK}">Subscribe now</a> to benefit.'
|
||||
prepaid_packs_panel_as_admin:
|
||||
title: "Prepaid packs"
|
||||
#public profil of a member
|
||||
members_show:
|
||||
members_list: "Medlemsliste"
|
||||
|
@ -154,12 +154,19 @@ pt:
|
||||
no_reservation: "Nenhuma reserva"
|
||||
show_more: "Exibir mais"
|
||||
cancelled_slot: "Cancelado"
|
||||
reservations_panel_as_admin:
|
||||
title: "Reservations"
|
||||
credits_panel:
|
||||
title: "Meus créditos"
|
||||
info: "Sua assinatura vem com créditos gratuitos que você pode usar na reserva"
|
||||
remaining_credits_html: "Você pode reservar {REMAINING} {REMAINING, plural, one{slot} other{slots}} de graça."
|
||||
used_credits_html: "Você já usou <strong>{USED} {USED, plural, =0{crédito} one{crédito} other{créditos}}</strong>."
|
||||
no_credits: "Você não tem nenhum crédito ainda. Algumas assinaturas podem permitir que você reserve alguns slots gratuitamente."
|
||||
credits_panel_as_admin:
|
||||
title: "Credits"
|
||||
remaining_credits_html: "{REMAINING} {REMAINING, plural, one{slot} other{slots}} can be booked for free."
|
||||
used_credits_html: "<strong> {USED} {USED, plural, =0{credit} one{credit} other{credits}}</strong> already used."
|
||||
no_credits: "No credits yet."
|
||||
prepaid_packs_panel:
|
||||
title: "Meus pacotes pré-pagos"
|
||||
name: "Nome do pacote pré-pago"
|
||||
@ -172,6 +179,8 @@ pt:
|
||||
cta_button: "Comprar um pacote"
|
||||
no_packs: "Não há pacotes pré-pagos disponíveis para venda"
|
||||
reserved_for_subscribers_html: 'A compra de pacotes pré-pagos é reservada para os inscritos. <a href="{LINK}">Inscreva-se agora</a> para beneficiar.'
|
||||
prepaid_packs_panel_as_admin:
|
||||
title: "Prepaid packs"
|
||||
#public profil of a member
|
||||
members_show:
|
||||
members_list: "Lista de membros"
|
||||
|
@ -154,12 +154,19 @@ zu:
|
||||
no_reservation: "crwdns37037:0crwdne37037:0"
|
||||
show_more: "crwdns37039:0crwdne37039:0"
|
||||
cancelled_slot: "crwdns37041:0crwdne37041:0"
|
||||
reservations_panel_as_admin:
|
||||
title: "crwdns37749:0crwdne37749:0"
|
||||
credits_panel:
|
||||
title: "crwdns37043:0crwdne37043:0"
|
||||
info: "crwdns37045:0crwdne37045:0"
|
||||
remaining_credits_html: "crwdns37047:0REMAINING={REMAINING}crwdnd37047:0REMAINING={REMAINING}crwdne37047:0"
|
||||
used_credits_html: "crwdns37049:0USED={USED}crwdnd37049:0USED={USED}crwdne37049:0"
|
||||
no_credits: "crwdns37051:0crwdne37051:0"
|
||||
credits_panel_as_admin:
|
||||
title: "crwdns37751:0crwdne37751:0"
|
||||
remaining_credits_html: "crwdns37753:0REMAINING={REMAINING}crwdnd37753:0REMAINING={REMAINING}crwdne37753:0"
|
||||
used_credits_html: "crwdns37755:0USED={USED}crwdnd37755:0USED={USED}crwdne37755:0"
|
||||
no_credits: "crwdns37757:0crwdne37757:0"
|
||||
prepaid_packs_panel:
|
||||
title: "crwdns37053:0crwdne37053:0"
|
||||
name: "crwdns37055:0crwdne37055:0"
|
||||
@ -172,6 +179,8 @@ zu:
|
||||
cta_button: "crwdns37069:0crwdne37069:0"
|
||||
no_packs: "crwdns37389:0crwdne37389:0"
|
||||
reserved_for_subscribers_html: 'crwdns37391:0{LINK}crwdne37391:0'
|
||||
prepaid_packs_panel_as_admin:
|
||||
title: "crwdns37759:0crwdne37759:0"
|
||||
#public profil of a member
|
||||
members_show:
|
||||
members_list: "crwdns27656:0crwdne27656:0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user