mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 16:56:39 +00:00
Translate missing translations
This commit is contained in:
@@ -1211,5 +1211,7 @@
|
|||||||
"domainPickerShowMore": "Show More",
|
"domainPickerShowMore": "Show More",
|
||||||
"domainNotFound": "Domain Not Found",
|
"domainNotFound": "Domain Not Found",
|
||||||
"domainNotFoundDescription": "This resource is disabled because the domain no longer exists our system. Please set a new domain for this resource.",
|
"domainNotFoundDescription": "This resource is disabled because the domain no longer exists our system. Please set a new domain for this resource.",
|
||||||
"failed": "Failed"
|
"failed": "Failed",
|
||||||
|
"createNewOrgDescription": "Create a new organization",
|
||||||
|
"organization": "Organization"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ export function OrgSelector({ orgId, orgs, isCollapsed = false }: OrgSelectorPro
|
|||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<span className="font-medium">{t('setupNewOrg')}</span>
|
<span className="font-medium">{t('setupNewOrg')}</span>
|
||||||
<span className="text-xs text-muted-foreground">Create a new organization</span>
|
<span className="text-xs text-muted-foreground">{t('createNewOrgDescription')}</span>
|
||||||
</div>
|
</div>
|
||||||
</CommandItem>
|
</CommandItem>
|
||||||
</CommandList>
|
</CommandList>
|
||||||
@@ -129,7 +129,7 @@ export function OrgSelector({ orgId, orgs, isCollapsed = false }: OrgSelectorPro
|
|||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col flex-1">
|
<div className="flex flex-col flex-1">
|
||||||
<span className="font-medium">{org.name}</span>
|
<span className="font-medium">{org.name}</span>
|
||||||
<span className="text-xs text-muted-foreground">Organization</span>
|
<span className="text-xs text-muted-foreground">{t('organization')}</span>
|
||||||
</div>
|
</div>
|
||||||
<Check
|
<Check
|
||||||
className={cn(
|
className={cn(
|
||||||
|
|||||||
Reference in New Issue
Block a user