mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 07:46:36 +00:00
Translate
This commit is contained in:
@@ -1517,5 +1517,7 @@
|
|||||||
"domainPickerInvalidSubdomainRemoved": "The input \"{sub}\" was removed because it's not valid.",
|
"domainPickerInvalidSubdomainRemoved": "The input \"{sub}\" was removed because it's not valid.",
|
||||||
"domainPickerInvalidSubdomainCannotMakeValid": "\"{sub}\" could not be made valid for {domain}.",
|
"domainPickerInvalidSubdomainCannotMakeValid": "\"{sub}\" could not be made valid for {domain}.",
|
||||||
"domainPickerSubdomainSanitized": "Subdomain sanitized",
|
"domainPickerSubdomainSanitized": "Subdomain sanitized",
|
||||||
"domainPickerSubdomainCorrected": "\"{sub}\" was corrected to \"{sanitized}\""
|
"domainPickerSubdomainCorrected": "\"{sub}\" was corrected to \"{sanitized}\"",
|
||||||
|
"resourceAddEntrypointsEditFile": "Edit file: config/traefik/traefik_config.yml",
|
||||||
|
"resourceExposePortsEditFile": "Edit file: docker-compose.yml"
|
||||||
}
|
}
|
||||||
@@ -1423,7 +1423,7 @@ export default function Page() {
|
|||||||
{t("resourceAddEntrypoints")}
|
{t("resourceAddEntrypoints")}
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
(Edit file: config/traefik/traefik_config.yml)
|
{t("resourceAddEntrypointsEditFile")}
|
||||||
</p>
|
</p>
|
||||||
<CopyTextBox
|
<CopyTextBox
|
||||||
text={`entryPoints:
|
text={`entryPoints:
|
||||||
@@ -1438,7 +1438,7 @@ export default function Page() {
|
|||||||
{t("resourceExposePorts")}
|
{t("resourceExposePorts")}
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
(Edit file: docker-compose.yml)
|
{t("resourceExposePortsEditFile")}
|
||||||
</p>
|
</p>
|
||||||
<CopyTextBox
|
<CopyTextBox
|
||||||
text={`ports:
|
text={`ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user