mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 18:44:40 +02:00
Translate missing translations
This commit is contained in:
parent
4b8cc7c4d3
commit
753027ffc7
2 changed files with 5 additions and 3 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue