-
Notifications
You must be signed in to change notification settings - Fork 59.9k
/
enterprise.yml
35 lines (29 loc) · 1.94 KB
/
enterprise.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
management_console: 'Management Console'
# https://support.github.com/enterprise/server-upgrade
upgrade_assistant: 'Upgrade assistant'
# GitHub Enterprise Managed Users
prodname_managed_users_caps: 'Managed user accounts'
prodname_managed_users: 'managed user accounts'
prodname_managed_user: 'managed user account'
prodname_emu_enterprise: 'enterprise with managed users'
prodname_emu_org: 'organization with managed users'
## Data residency
data_residency: 'GitHub Enterprise Cloud with data residency'
data_residency_short: 'data residency'
data_residency_site: 'GHE.com'
data_residency_domain: 'SUBDOMAIN.ghe.com'
data_residency_api: 'api.SUBDOMAIN.ghe.com'
data_residency_example_domain: 'octocorp.ghe.com'
# GitHub Connect (enterprise accounts, other unified features)
## Phrase content so that the uncapitalized unified contributions or unified search variables are not used at the start of a sentence.
prodname_unified_contributions: 'unified contributions'
prodname_unified_search: 'unified search'
# Entra ID (previously known as Azure AD)
ghes_azure_ad_app_link: '[GitHub Enterprise Server application](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aad.githubenterpriseserver)'
# GitHub Enterprise not on hosted at GitHub.com
gh_enterprise: '{% ifversion ghec %}{% data variables.enterprise.data_residency %}{% elsif ghes %}{% data variables.product.prodname_ghe_server %}{% endif %}'
gh_enterprise_domain: '{% ifversion ghec %}{% data variables.enterprise.data_residency_domain %}{% elsif ghes %}https://GHE_HOSTNAME{% endif %}'
gh_enterprise_container_registry: '{% ifversion ghes %}https://containers.GHE_HOSTNAME/v2/{% elsif ghec %}https://containers.SUBDOMAIN.ghe.com{% endif %}'
# For features that are available on more than one cloud account type
enterprise_or_org: '{% ifversion fpt %}organization{% elsif ghec %}enterprise{% endif %}'
enterprise_and_org: '{% ifversion fpt %}organization{% elsif ghec %}enterprise and organizations{% endif %}'