2018-11-14 12:46:56 +01:00
|
|
|
{{ _('Welcome to Zulip!') }}
|
2013-10-07 17:36:38 +02:00
|
|
|
|
2018-11-14 12:46:56 +01:00
|
|
|
{% if realm_creation %}
|
2018-05-23 23:12:50 +02:00
|
|
|
{% trans %}
|
2018-11-14 12:46:56 +01:00
|
|
|
You've created the new Zulip organization {{ realm_name }}.
|
2018-05-23 23:12:50 +02:00
|
|
|
{% endtrans %}
|
2018-11-14 12:46:56 +01:00
|
|
|
{% else %}
|
2018-05-23 23:12:50 +02:00
|
|
|
{% trans %}
|
2018-11-14 12:46:56 +01:00
|
|
|
You've joined the Zulip organization {{ realm_name }}.
|
2018-05-23 23:12:50 +02:00
|
|
|
{% endtrans %}
|
2018-11-14 12:46:56 +01:00
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{{ _('Your account details:') }}
|
|
|
|
* {{ _('Organization URL:') }} {{ realm_uri }}
|
2018-11-29 16:32:17 +01:00
|
|
|
{% if ldap %}
|
2018-11-14 12:46:56 +01:00
|
|
|
{% if ldap_username %}
|
2018-11-29 16:32:17 +01:00
|
|
|
* {{ _('Username:') }} {{ ldap_username }}
|
|
|
|
{% else %}
|
|
|
|
* {{ _('Use your LDAP account to login') }}
|
|
|
|
{% endif %}
|
2018-11-14 12:46:56 +01:00
|
|
|
{% else %}
|
|
|
|
* {{ _('Email:') }} {{ email }}
|
|
|
|
{% endif %}
|
2018-05-23 23:12:50 +02:00
|
|
|
{% trans %}
|
2018-11-14 12:46:56 +01:00
|
|
|
(you'll need these to sign in to the mobile and desktop apps (https://zulipchat.com/apps))
|
2018-05-23 23:12:50 +02:00
|
|
|
{% endtrans %}
|
2018-04-24 23:02:01 +02:00
|
|
|
|
2018-11-14 12:46:56 +01:00
|
|
|
{% 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 %}
|
2018-05-23 23:12:50 +02:00
|
|
|
{% trans %}
|
2018-11-14 12:46:56 +01:00
|
|
|
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 }}!
|
2018-05-23 23:12:50 +02:00
|
|
|
{% endtrans %}
|
2018-11-14 12:46:56 +01:00
|
|
|
{% endif %}
|
2013-10-07 17:36:38 +02:00
|
|
|
|
2018-05-23 23:12:50 +02:00
|
|
|
{{ _("Cheers,") }}
|
|
|
|
{{ _("Team Zulip") }}
|
2013-10-07 17:36:38 +02:00
|
|
|
|
2018-05-23 23:12:50 +02:00
|
|
|
{% trans %}
|
2018-04-24 23:02:01 +02:00
|
|
|
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)!
|
2018-05-23 23:12:50 +02:00
|
|
|
{% endtrans %}
|