mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 14:02:17 +00:00
Add Translation keys (#506)
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
"reverseProxyMsg1": "Using a Reverse Proxy?",
|
||||
"reverseProxyMsg2": "Check how to config it for WebSocket",
|
||||
"Cannot connect to the socket server.": "Cannot connect to the socket server.",
|
||||
"Lost connection to the socket server. Reconnecting...": "Lost connection to the socket server. Reconnecting...",
|
||||
"reconnecting...": "Reconnecting…",
|
||||
"connecting...": "Connecting to the socket server…",
|
||||
"url": "URL | URLs",
|
||||
@@ -112,5 +113,20 @@
|
||||
"agentRemovedSuccessfully": "Agent removed successfully.",
|
||||
"removeAgent": "Remove Agent",
|
||||
"removeAgentMsg": "Are you sure you want to remove this agent?",
|
||||
"LongSyntaxNotSupported": "Long syntax is not supported here. Please use the YAML editor."
|
||||
"LongSyntaxNotSupported": "Long syntax is not supported here. Please use the YAML editor.",
|
||||
"Saved": "Saved",
|
||||
"Deployed": "Deployed",
|
||||
"Deleted": "Deleted",
|
||||
"Updated": "Updated",
|
||||
"Started": "Started",
|
||||
"Stopped": "Stopped",
|
||||
"Restarted": "Restarted",
|
||||
"Downed": "Downed",
|
||||
"Switch to sh": "Switch to sh",
|
||||
"terminal": "Terminal",
|
||||
"CurrentHostname": "(Unset: Follow current hostname)",
|
||||
"New Container Name...": "New Container Name...",
|
||||
"Network name...": "Network name...",
|
||||
"Select a network...": "Select a network...",
|
||||
"NoNetworksAvailable": "No networks available. You need to add internal networks or enable external networks in the right side first."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user