mirror of
https://github.com/louislam/dockge.git
synced 2024-11-28 21:44:04 +00:00
53 lines
2.1 KiB
JSON
53 lines
2.1 KiB
JSON
{
|
|
"languageName": "English",
|
|
"authIncorrectCreds": "Incorrect username or password.",
|
|
"PasswordsDoNotMatch": "Passwords do not match.",
|
|
"signedInDisp": "Signed in as {0}",
|
|
"signedInDispDisabled": "Auth Disabled.",
|
|
"home": "Home",
|
|
"console": "Console",
|
|
"registry": "Registry",
|
|
"compose": "Compose",
|
|
"addFirstStackMsg": "Compose your first stack!",
|
|
"stackName" : "Stack Name",
|
|
"deployStack": "Deploy",
|
|
"deleteStack": "Delete",
|
|
"stopStack": "Stop",
|
|
"restartStack": "Restart",
|
|
"updateStack": "Update",
|
|
"startStack": "Start",
|
|
"editStack": "Edit",
|
|
"discardStack": "Discard",
|
|
"saveStackDraft": "Save",
|
|
"notAvailableShort" : "N/A",
|
|
"deleteStackMsg": "Are you sure you want to delete this stack?",
|
|
"stackNotManagedByDockgeMsg": "This stack is not managed by Dockge.",
|
|
"primaryHostname": "Primary Hostname",
|
|
"general": "General",
|
|
"container": "Container | Containers",
|
|
"scanFolder": "Scan Stacks Folder",
|
|
"dockerImage": "Image",
|
|
"restartPolicyUnlessStopped": "Unless Stopped",
|
|
"restartPolicyAlways": "Always",
|
|
"restartPolicyOnFailure": "On Failure",
|
|
"restartPolicyNo": "No",
|
|
"environmentVariable": "Environment Variable | Environment Variables",
|
|
"restartPolicy": "Restart Policy",
|
|
"containerName": "Container Name",
|
|
"port": "Port | Ports",
|
|
"volume": "Volume | Volumes",
|
|
"network": "Network | Networks",
|
|
"dependsOn": "Container Dependency | Container Dependencies",
|
|
"addListItem": "Add {0}",
|
|
"deleteContainer": "Delete",
|
|
"addContainer": "Add Container",
|
|
"addNetwork": "Add Network",
|
|
"disableauth.message1": "Are you sure want to <strong>disable authentication</strong>?",
|
|
"disableauth.message2": "It is designed for scenarios <strong>where you intend to implement third-party authentication</strong> in front of Uptime Kuma such as Cloudflare Access, Authelia or other authentication mechanisms.",
|
|
"passwordNotMatchMsg": "The repeat password does not match.",
|
|
"autoGet": "Auto Get",
|
|
"add": "Add",
|
|
"applyToYAML": "Apply to YAML",
|
|
"createExternalNetwork": "Create",
|
|
"addInternalNetwork": "Add"
|
|
}
|