saucy/config/locales/en.yml

93 lines
3.0 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

en:
option:
positive: Yes
negative: No
navigation:
members: "Member list"
board: "Board"
notifications: "Notificações"
contributions: "Contributions"
due_contributions: "Dues"
footer:
description: saucy Membership management platform.
free_software_html: It's <a href="https://git.ansol.org/ansol/saucy">Free Software</a>.
members:
index:
title: "Members"
actions:
new: "New member"
clear_search: "Clear search"
show: "Show"
edit: "Edit"
new_contribution: "Register contribution"
show:
title: "Member details"
actions:
edit: "Edit"
resend_registration: "Send initial payment email reminder"
edit:
title: "Edit member details"
actions:
back_to_show: "Show this member"
edit_dates_warning: "Warning: changing the join/expiration date may trigger the delivery of email notifications regarding pending payments."
new:
title: "Register new member"
attributes:
number: "#"
status: "Status"
email: "Email address"
display_name: "Display name"
legal_name: "Legal name"
pronouns: "Pronouns"
joined_on: "Joined on"
expires_on: "Expires on"
category: "Category"
identification_number: "ID number"
address: "Postal address"
status:
any: "Any"
active: "Active"
passive: "Passive"
pending: "Pending"
expired: "Expired"
cancelled: "Cancelled"
category:
any: "Any"
employed: "Employed"
unemployed: "Unemployed"
student: "Student"
retired: "Retired"
contributions:
attributes:
should_send_notification: Send payment receipt
due:
title: "Due contributions"
new:
expires_on_warning: |
Adding a contribution will automatically bump the membership expiration
date by one year. If it's the first contribution for this member, the
join date will be set to the payment date and the expiration date one
year after that. You can override the expiration date by setting a date
below.
notification_mailer:
payment_cta: "Pay now"
expiration_in_60d:
subject: "%{organization_short_name} - Yearly membership renewal"
expiration_in_30d:
subject: "%{organization_short_name} - Your membership expires in 30 days"
expired:
subject: "%{organization_short_name} - Membership payment pending"
expired_30d_ago:
subject: "%{organization_short_name} - Membership payment expired"
expired_60d_ago:
subject: "%{organization_short_name} - Your membership is about to be suspended"
first_payment_confirmation:
subject: "%{organization_short_name} - Payment received: Welcome!"
payment_renewal_confirmation:
subject: "%{organization_short_name} - Payment received"
registration:
subject: "%{organization_short_name} - Registration approved: Payment required"
cancelled:
subject: "%{organization_short_name} - Membership suspended"
greetings: "Dear %{display_name}"