You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/messages-en.xtb
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,4 +83,28 @@
83
83
<translationid="3539277368227313625"key="MSG_DEPLOY_UPLOAD_FILE_USER_HELP"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="User help for the YAML/JSON file upload form on the deploy page.">Select a YAML or JSON file, specifying the resources to deploy.</translation>
84
84
<translationid="4100105138388508081"key="MSG_DEPLOY_UPLOAD_FILE_LEARN_MORE_ACTION"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="The text is used as a 'Learn more' link text besides the file upload on the deploy page.">Learn more</translation>
85
85
<translationid="5372554302338765680"key="MSG_DEPLOY_DASHBOARD_TOUR_USER_HELP"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="User help with a link redirecting to the "Dashboard tour" on the deploy page.">To learn more, <phname="OPEN_LINK" /> take the Dashboard Tour <phname="LINK_ICON" /> <phname="CLOSE_LINK" /></translation>
86
-
</translationbundle>
86
+
<translationid="6458313634738030070"key="MSG_DEPLOY_LABEL_KEY_NOT_UNIQUE_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the key of a specified kubernetes label on the deploy page is not unique."><phname="LABEL_KEY" /> is not unique.</translation>
87
+
<translationid="5942949269312477924"key="MSG_DEPLOY_LABEL_KEY_PREFIX_PATTERN_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the key of a specified kubernetes label (on the deploy page) does not start with a proper prefix.">Prefix is not a valid DNS subdomain prefix. Example: my-domain.com</translation>
88
+
<translationid="2202844148518919115"key="MSG_DEPLOY_LABEL_KEY_NAME_PATTERN_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the key name of a specified kubernetes label (on the deploy page) does not match the required pattern.">Label key name must be alphanumeric separated by '-', '_' or '.', optionally prefixed by a DNS subdomain and '/'</translation>
89
+
<translationid="5453986949828048308"key="MSG_DEPLOY_LABEL_KEY_PREFIX_MAX_LENGTH_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the key prefix of a specified kubernetes label (on the deploy page) is too long.">Prefix should not exceed 253 characters</translation>
90
+
<translationid="704934282074920058"key="MSG_DEPLOY_LABEL_KEY_NAME_MAX_LENGTH_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the key name of a specified kubernetes label (on the deploy page) is too long.">Label Key name should not exceed 63 characters</translation>
91
+
<translationid="2368273836200596195"key="MSG_DEPLOY_LABEL_VALUE_PATTERN_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the value of a specified kubernetes label (on the deploy page) does not match the required pattern.">Label value must be alphanumeric separated by '.' , '-' or '_'</translation>
92
+
<translationid="3530700384293436417"key="MSG_DEPLOY_LABEL_VALUE_MAX_LENGTH_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the value of a specified kubernetes label (on the deploy page) is too long.">Label Value must not exceed 253 characters</translation>
93
+
<translationid="2239228020495216701"key="MSG_PORT_MAPPINGS_SERVICE_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'Service' above the service type selection box on the deploy page.">Service</translation>
94
+
<translationid="721797967401199865"key="MSG_PORT_MAPPINGS_SERVICE_TYPE_NONE_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'None', which appears as an option in the service type selection box on the deploy page.">None</translation>
95
+
<translationid="8050645543692471361"key="MSG_PORT_MAPPINGS_SERVICE_TYPE_INTERNAL_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'Internal', which appears as an option in the service type selection box on the deploy page.">Internal</translation>
96
+
<translationid="2609771245063229855"key="MSG_PORT_MAPPINGS_SERVICE_TYPE_EXTERNAL_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'External', which appears as an option in the service type selection box on the deploy page.">External</translation>
97
+
<translationid="8712773463792545626"key="MSG_PORT_MAPPINGS_PORT_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'Port', which serves as a placeholder for the port input field in the port mappings section on the deploy page.">Port</translation>
98
+
<translationid="7552176658498554111"key="MSG_PORT_MAPPINGS_PORT_INTEGER_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies a non-integer port number in the port mappings section on the deploy page.">Port must be an integer</translation>
99
+
<translationid="7607790311678378779"key="MSG_PORT_MAPPINGS_PORT_NEGATIVE_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies a negative port number in the port mappings section on the deploy page.">Port must greater than 0</translation>
100
+
<translationid="3681215085326163472"key="MSG_PORT_MAPPINGS_PORT_MAX_VALUE_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when a typed in port number exceeds the maximum allowed value (in the port mappings section on the deploy page).">Port must less than 65536</translation>
101
+
<translationid="6532475438704503011"key="MSG_PORT_MAPPINGS_PORT_EMPTY_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies an empty port number and a target port number is already there (in the port mappings section on the deploy page).">Port can't be empty when target port is specified.</translation>
102
+
<translationid="6886379315958130279"key="MSG_PORT_MAPPINGS_TARGET_PORT_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'Target port', which serves as a placeholder for the target port input field in the port mappings section on the deploy page.">Target port</translation>
103
+
<translationid="675488554787346531"key="MSG_PORT_MAPPINGS_TARGET_PORT_INTEGER_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies a non-integer target port number in the port mappings section on the deploy page.">Target port must be an integer</translation>
104
+
<translationid="4283436343708019746"key="MSG_PORT_MAPPINGS_TARGET_PORT_NEGATIVE_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies a negative target port number in the port mappings section on the deploy page.">Target port must greater than 0</translation>
105
+
<translationid="1828566570474734407"key="MSG_PORT_MAPPINGS_TARGET_PORT_MAX_VALUE_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when a typed in target port number exceeds the maximum allowed value (in the port mappings section on the deploy page).">Target port must less than 65536</translation>
106
+
<translationid="958102129872905095"key="MSG_PORT_MAPPINGS_TARGET_PORT_EMPTY_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies an empty target port number and a port number is already there (in the port mappings section on the deploy page).">Target port can't be empty when port is specified.</translation>
107
+
<translationid="1603454081570532220"key="MSG_PORT_MAPPINGS_PROTOCOL_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'Protocol' above the protocol selection box in the port mappings section, on the deploy page.">Protocol</translation>
108
+
<translationid="520366299646638360"key="MSG_PORT_MAPPINGS_PROTOCOL_REQUIRED_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user does not specify a protocol for an existing port mapping (in the port mappings section, on the deploy page).">Protocol is required</translation>
109
+
<translationid="1660903123116357917"key="MSG_PORT_MAPPINGS_PROTOCOL_INVALID_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies an invalid protocol for a port mapping (in the port mappings section, on the deploy page).">Invalid protocol</translation>
Copy file name to clipboardExpand all lines: i18n/messages-ja.xtb
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,4 +83,28 @@
83
83
<translationid="3539277368227313625"key="MSG_DEPLOY_UPLOAD_FILE_USER_HELP"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="User help for the YAML/JSON file upload form on the deploy page.">Select a YAML or JSON file, specifying the resources to deploy.</translation>
84
84
<translationid="4100105138388508081"key="MSG_DEPLOY_UPLOAD_FILE_LEARN_MORE_ACTION"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="The text is used as a 'Learn more' link text besides the file upload on the deploy page.">Learn more</translation>
85
85
<translationid="5372554302338765680"key="MSG_DEPLOY_DASHBOARD_TOUR_USER_HELP"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="User help with a link redirecting to the "Dashboard tour" on the deploy page.">To learn more, <phname="OPEN_LINK" /> take the Dashboard Tour <phname="LINK_ICON" /> <phname="CLOSE_LINK" /></translation>
86
-
</translationbundle>
86
+
<translationid="6458313634738030070"key="MSG_DEPLOY_LABEL_KEY_NOT_UNIQUE_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the key of a specified kubernetes label on the deploy page is not unique."><phname="LABEL_KEY" /> is not unique.</translation>
87
+
<translationid="5942949269312477924"key="MSG_DEPLOY_LABEL_KEY_PREFIX_PATTERN_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the key of a specified kubernetes label (on the deploy page) does not start with a proper prefix.">Prefix is not a valid DNS subdomain prefix. Example: my-domain.com</translation>
88
+
<translationid="2202844148518919115"key="MSG_DEPLOY_LABEL_KEY_NAME_PATTERN_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the key name of a specified kubernetes label (on the deploy page) does not match the required pattern.">Label key name must be alphanumeric separated by '-', '_' or '.', optionally prefixed by a DNS subdomain and '/'</translation>
89
+
<translationid="5453986949828048308"key="MSG_DEPLOY_LABEL_KEY_PREFIX_MAX_LENGTH_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the key prefix of a specified kubernetes label (on the deploy page) is too long.">Prefix should not exceed 253 characters</translation>
90
+
<translationid="704934282074920058"key="MSG_DEPLOY_LABEL_KEY_NAME_MAX_LENGTH_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the key name of a specified kubernetes label (on the deploy page) is too long.">Label Key name should not exceed 63 characters</translation>
91
+
<translationid="2368273836200596195"key="MSG_DEPLOY_LABEL_VALUE_PATTERN_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the value of a specified kubernetes label (on the deploy page) does not match the required pattern.">Label value must be alphanumeric separated by '.' , '-' or '_'</translation>
92
+
<translationid="3530700384293436417"key="MSG_DEPLOY_LABEL_VALUE_MAX_LENGTH_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the value of a specified kubernetes label (on the deploy page) is too long.">Label Value must not exceed 253 characters</translation>
93
+
<translationid="2239228020495216701"key="MSG_PORT_MAPPINGS_SERVICE_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'Service' above the service type selection box on the deploy page.">Service</translation>
94
+
<translationid="721797967401199865"key="MSG_PORT_MAPPINGS_SERVICE_TYPE_NONE_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'None', which appears as an option in the service type selection box on the deploy page.">None</translation>
95
+
<translationid="8050645543692471361"key="MSG_PORT_MAPPINGS_SERVICE_TYPE_INTERNAL_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'Internal', which appears as an option in the service type selection box on the deploy page.">Internal</translation>
96
+
<translationid="2609771245063229855"key="MSG_PORT_MAPPINGS_SERVICE_TYPE_EXTERNAL_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'External', which appears as an option in the service type selection box on the deploy page.">External</translation>
97
+
<translationid="8712773463792545626"key="MSG_PORT_MAPPINGS_PORT_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'Port', which serves as a placeholder for the port input field in the port mappings section on the deploy page.">Port</translation>
98
+
<translationid="7552176658498554111"key="MSG_PORT_MAPPINGS_PORT_INTEGER_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies a non-integer port number in the port mappings section on the deploy page.">Port must be an integer</translation>
99
+
<translationid="7607790311678378779"key="MSG_PORT_MAPPINGS_PORT_NEGATIVE_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies a negative port number in the port mappings section on the deploy page.">Port must greater than 0</translation>
100
+
<translationid="3681215085326163472"key="MSG_PORT_MAPPINGS_PORT_MAX_VALUE_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when a typed in port number exceeds the maximum allowed value (in the port mappings section on the deploy page).">Port must less than 65536</translation>
101
+
<translationid="6532475438704503011"key="MSG_PORT_MAPPINGS_PORT_EMPTY_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies an empty port number and a target port number is already there (in the port mappings section on the deploy page).">Port can't be empty when target port is specified.</translation>
102
+
<translationid="6886379315958130279"key="MSG_PORT_MAPPINGS_TARGET_PORT_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'Target port', which serves as a placeholder for the target port input field in the port mappings section on the deploy page.">Target port</translation>
103
+
<translationid="675488554787346531"key="MSG_PORT_MAPPINGS_TARGET_PORT_INTEGER_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies a non-integer target port number in the port mappings section on the deploy page.">Target port must be an integer</translation>
104
+
<translationid="4283436343708019746"key="MSG_PORT_MAPPINGS_TARGET_PORT_NEGATIVE_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies a negative target port number in the port mappings section on the deploy page.">Target port must greater than 0</translation>
105
+
<translationid="1828566570474734407"key="MSG_PORT_MAPPINGS_TARGET_PORT_MAX_VALUE_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when a typed in target port number exceeds the maximum allowed value (in the port mappings section on the deploy page).">Target port must less than 65536</translation>
106
+
<translationid="958102129872905095"key="MSG_PORT_MAPPINGS_TARGET_PORT_EMPTY_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies an empty target port number and a port number is already there (in the port mappings section on the deploy page).">Target port can't be empty when port is specified.</translation>
107
+
<translationid="1603454081570532220"key="MSG_PORT_MAPPINGS_PROTOCOL_LABEL"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="Label 'Protocol' above the protocol selection box in the port mappings section, on the deploy page.">Protocol</translation>
108
+
<translationid="520366299646638360"key="MSG_PORT_MAPPINGS_PROTOCOL_REQUIRED_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user does not specify a protocol for an existing port mapping (in the port mappings section, on the deploy page).">Protocol is required</translation>
109
+
<translationid="1660903123116357917"key="MSG_PORT_MAPPINGS_PROTOCOL_INVALID_WARNING"source="/home/mirchev/go_workspace/src/github.com/kubernetes/dashboard/.tmp/serve/app-dev.js"desc="This warning appears when the user specifies an invalid protocol for a port mapping (in the port mappings section, on the deploy page).">Invalid protocol</translation>
0 commit comments