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 %}
2021-09-09 21:51:55 +02:00
{% if is_demo_org %}
2023-02-03 02:16:43 +01:00
{% trans demo_organizations_help_link="https://zulip.com/help/demo-organizations" %} Congratulations, you have created a new demo Zulip organization. Note that this organization will be automatically deleted in 30 days. Learn more about demo organizations here: {{ demo_organizations_help_link }}!{% endtrans %}
2021-09-09 21:51:55 +02:00
{% else %}
2023-02-03 02:16:43 +01:00
{% trans %}Congratulations, you have created a new Zulip organization: {{ realm_name }}.{% endtrans %}
2021-09-09 21:51:55 +02:00
{% endif %}
2018-11-14 12:46:56 +01:00
{% else %}
2019-02-08 10:53:01 +01:00
{% trans %}You've joined the Zulip organization {{ realm_name }}.{% endtrans %}
2018-11-14 12:46:56 +01:00
{% endif %}
2019-02-08 10:53:01 +01:00
2023-03-23 03:59:33 +01:00
{% trans apps_page_link="https://zulip.com/apps/" %}You will use the following info to log into the Zulip web, mobile and desktop apps ({{ apps_page_link}}):{% endtrans %}
2023-02-03 02:16:43 +01:00
2020-10-26 08:39:57 +01:00
* {% trans organization_url=realm_uri %}Organization URL: {{ organization_url }}{% endtrans %}
2023-02-03 02:16:43 +01:00
2018-11-29 16:32:17 +01:00
{% if ldap %}
2018-11-14 12:46:56 +01:00
{% if ldap_username %}
2023-02-03 02:16:43 +01:00
* {% trans %}Your username: {{ ldap_username }}{% endtrans %}
2018-11-29 16:32:17 +01:00
{% else %}
2020-08-11 02:20:10 +02:00
* {{ _('Use your LDAP account to log in') }}
2018-11-29 16:32:17 +01:00
{% endif %}
2018-11-14 12:46:56 +01:00
{% else %}
2023-02-03 02:16:43 +01:00
* {% trans %}Your account email: {{ email }}{% endtrans %}
2018-11-14 12:46:56 +01:00
{% endif %}
2019-02-08 10:53:01 +01:00
2018-04-24 23:02:01 +02:00
2023-02-03 02:16:43 +01:00
{% trans %}If you are new to Zulip, check out our Getting started guide ({{ getting_user_started_link }})!{% endtrans %}
2018-11-14 12:46:56 +01:00
{% if is_realm_admin %}
2023-02-03 02:16:43 +01:00
{% trans %} We also have a guide for Setting up your organization ({{ getting_organization_started_link }}).{% endtrans %}
2018-11-14 12:46:56 +01:00
{% endif %}
2023-04-20 20:11:50 +02:00
{% if corporate_enabled %}
{% trans %}Questions? Contact us at {{ support_email }} — we'd love to help!{% endtrans %}
{% else %}
{% trans %}If you have any questions, please contact this Zulip server's administrators at {{ support_email }}.{% endtrans %}
{% endif %}