zulip/templates/zerver/emails/followup_day1.txt

48 lines
1.3 KiB
Plaintext

{{ _('Welcome to Zulip!') }}
{% if realm_creation %}
{% trans %}
You've created the new Zulip organization {{ realm_name }}.
{% endtrans %}
{% else %}
{% trans %}
You've joined the Zulip organization {{ realm_name }}.
{% endtrans %}
{% endif %}
{{ _('Your account details:') }}
* {{ _('Organization URL:') }} {{ realm_uri }}
{% if ldap %}
{% if ldap_username %}
* {{ _('Username:') }} {{ ldap_username }}
{% else %}
* {{ _('Use your LDAP account to login') }}
{% endif %}
{% else %}
* {{ _('Email:') }} {{ email }}
{% endif %}
{% trans %}
(you'll need these to sign in to the mobile and desktop apps (https://zulipchat.com/apps))
{% endtrans %}
{% if is_realm_admin %}
{% trans %}
Check out our guide ({{ getting_started_link }}) for admins, become a Zulip pro with a
few keyboard shortcuts ({{ keyboard_shortcuts_link }}), or dive right in to {{ realm_uri }}!
{% endtrans %}
{% else %}
{% trans %}
Learn more ({{ getting_started_link }}) about Zulip, become a pro with a few keyboard
shortcuts ({{ keyboard_shortcuts_link }}), or dive right in to {{ realm_uri }}!
{% endtrans %}
{% endif %}
{{ _("Cheers,") }}
{{ _("Team Zulip") }}
{% trans %}
PS: Check us out on Twitter (@zulip), star us on GitHub
(https://github.com/zulip/zulip), or chat with us live on the
Zulip community server (https://chat.zulip.org)!
{% endtrans %}