#, fuzzy msgid "" msgstr "" "Project-Id-Version: horizon VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2024-04-23 22:35+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: horizon/static/framework/framework.module.js:132 msgid "Unauthorized. Redirecting to login" msgstr "" #: horizon/static/framework/framework.module.js:136 msgid "Forbidden. Insufficient permissions of the requested operation" msgstr "" #: horizon/static/framework/conf/resource-type-registry.service.spec.js:86 msgid "Example" msgstr "" #: horizon/static/framework/util/filters/filters.js:46 msgid "Yes" msgstr "" #: horizon/static/framework/util/filters/filters.js:46 msgid "No" msgstr "" #: horizon/static/framework/util/filters/filters.js:114 #: horizon/static/framework/util/filters/filters.js:239 #, python-format msgid "%s TB" msgstr "" #: horizon/static/framework/util/filters/filters.js:116 msgid "0 GB" msgstr "" #: horizon/static/framework/util/filters/filters.js:118 #: horizon/static/framework/util/filters/filters.js:137 #: horizon/static/framework/util/filters/filters.js:241 #, python-format msgid "%s GB" msgstr "" #: horizon/static/framework/util/filters/filters.js:139 msgid "0 MB" msgstr "" #: horizon/static/framework/util/filters/filters.js:141 #: horizon/static/framework/util/filters/filters.js:243 #, python-format msgid "%s MB" msgstr "" #: horizon/static/framework/util/filters/filters.js:189 msgid "-" msgstr "" #: horizon/static/framework/util/filters/filters.js:204 msgid "None" msgstr "" #: horizon/static/framework/util/filters/filters.js:245 #, python-format msgid "%s KB" msgstr "" #: horizon/static/framework/util/filters/filters.js:247 #, python-format msgid "%s bytes" msgstr "" #: horizon/static/framework/util/filters/filters.js:272 #: horizon/static/horizon/js/horizon.tables.js:504 #, python-format msgid "Displaying %s item" msgid_plural "Displaying %s items" msgstr[0] "" #: horizon/static/framework/util/filters/filters.js:276 #, python-format msgid "Displaying %(count)s of %(total)s items" msgstr "" #: horizon/static/framework/util/filters/filters.js:307 msgid "Unlimited" msgstr "" #: horizon/static/framework/widgets/action-list/action-list.module.js:49 msgid "" "The action cannot be performed. The contents of this row have errors or are " "missing information." msgstr "" #: horizon/static/framework/widgets/action-list/button-tooltip.row-warning.service.js:41 msgid "Click here to expand the row and view the errors." msgstr "" #: horizon/static/framework/widgets/action-list/split-button.html:13 msgid "Toggle Dropdown" msgstr "" #: horizon/static/framework/widgets/charts/charts.module.js:107 msgid "Current Usage" msgstr "" #: horizon/static/framework/widgets/charts/charts.module.js:109 msgid "Added" msgstr "" #: horizon/static/framework/widgets/charts/charts.module.js:111 msgid "Remaining" msgstr "" #: horizon/static/framework/widgets/charts/pie-chart.directive.js:178 #, python-format msgid "%(total)s %(type)s" msgstr "" #: horizon/static/framework/widgets/charts/pie-chart.directive.js:188 msgid "No Limit" msgstr "" #: horizon/static/framework/widgets/details/routed-details-view.controller.js:131 msgid "Please Wait" msgstr "" #: horizon/static/framework/widgets/details/routed-details-view.html:5 #: horizon/static/framework/widgets/form/modal-form.html:36 #: horizon/static/framework/widgets/wizard/wizard.module.js:48 msgid "Back" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:138 msgid "The data in this field is invalid" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:139 msgid "Invalid type, expected {$schema.type$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:140 msgid "No enum match for: {$viewValue$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:141 msgid "Data does not match any schemas from 'anyOf'" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:142 msgid "Data does not match any schemas from 'oneOf'" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:143 msgid "Data is valid against more than one schema from 'oneOf'" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:144 msgid "Data matches schema from 'not'" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:146 msgid "{$viewValue$} is not a multiple of {$schema.multipleOf$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:147 msgid "{$viewValue$} is less than the allowed minimum of {$schema.minimum$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:148 msgid "{$viewValue$} is equal to the exclusive minimum {$schema.minimum$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:149 msgid "" "{$viewValue$} is greater than the allowed maximum of {$schema.maximum$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:150 msgid "{$viewValue$} is equal to the exclusive maximum {$schema.maximum$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:151 msgid "{$viewValue$} is not a valid number" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:154 msgid "" "{$schema.title$} is too short ({$viewValue.length$} characters), minimum " "{$schema.minLength$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:155 msgid "" "{$schema.title$} is too long ({$viewValue.length$} characters), maximum " "{$schema.maxLength$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:157 msgid "{$schema.title$} is formatted incorrectly" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:159 msgid "Too few properties defined, minimum {$schema.minProperties$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:160 msgid "Too many properties defined, maximum {$schema.maxProperties$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:161 msgid "{$schema.title$} is a required field" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:162 msgid "Additional properties not allowed" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:163 msgid "Dependency failed - key must exist" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:165 msgid "" "Array is too short ({$value.length$} items), minimum {$schema.minItems$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:166 msgid "" "Array is too long ({$value.length$} items), maximum {$schema.maxItems$}" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:167 msgid "Array items must be unique" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:168 msgid "Additional items not allowed" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:170 msgid "Format validation failed" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:171 msgid "Keyword failed: '{$title$}'" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:173 msgid "Circular $refs" msgstr "" #: horizon/static/framework/widgets/form/decorator.js:175 msgid "Unknown property (not in schema)" msgstr "" #: horizon/static/framework/widgets/form/modal-form.html:27 #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:35 #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:107 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:55 #: horizon/static/framework/widgets/modal/simple-modal.service.js:83 #: horizon/static/framework/widgets/wizard/wizard.module.js:47 #: horizon/static/horizon/js/horizon.modals.js:48 msgid "Cancel" msgstr "" #: horizon/static/framework/widgets/form/modal-form.html:44 #: horizon/static/framework/widgets/table/pagination.html:10 #: horizon/static/framework/widgets/wizard/wizard.module.js:49 msgid "Next" msgstr "" #: horizon/static/framework/widgets/form/modal-form.service.js:58 #: horizon/static/framework/widgets/modal/simple-modal.service.js:82 msgid "Submit" msgstr "" #: horizon/static/framework/widgets/form/fields/array.html:16 msgid "Close" msgstr "" #: horizon/static/framework/widgets/form/fields/array.html:35 msgid "Add" msgstr "" #: horizon/static/framework/widgets/form/fields/tabs.html:8 #: horizon/static/framework/widgets/form/fields/tabs.html:10 #: horizon/static/framework/widgets/wizard/wizard.html:18 #: horizon/static/framework/widgets/wizard/wizard.html:20 msgid "Toggle navigation" msgstr "" #: horizon/static/framework/widgets/load-edit/load-edit.html:2 msgid "Load {$ ::title $} from a file" msgstr "" #: horizon/static/framework/widgets/load-edit/load-edit.html:10 msgid "(Modified)" msgstr "" #. Strings between {$ and $} should be left untranslated. #: horizon/static/framework/widgets/load-edit/load-edit.html:15 msgid "" "Content size: {$ (textBytes || 0) | bytes $} of {$ ::maxBytes | bytes $}" msgstr "" #: horizon/static/framework/widgets/load-edit/load-edit.html:27 msgid "The content is larger than the maximum byte size" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:36 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:56 msgid "Prompt" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:37 #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:109 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:57 msgid "Remove" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:38 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:58 msgid "Text" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:44 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:64 #: horizon/static/framework/widgets/transfer-table/transfer-table.example.html:14 msgid "Name" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:49 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:75 msgid "Status" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:51 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:77 msgid "Active" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:52 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:78 msgid "Shutdown" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:53 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:79 #: horizon/static/framework/widgets/toast/toast.service.js:63 msgid "Error" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:58 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:84 msgid "Flavor" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:61 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:87 msgid "m1.tiny" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-bar.spec.js:62 #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:88 msgid "m1.small" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:108 msgid "Click here for filters or full text search." msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:111 msgid "Search in current results" msgstr "" #: horizon/static/framework/widgets/magic-search/hz-magic-search-context.directive.js:112 msgid "Full Text Search" msgstr "" #: horizon/static/framework/widgets/magic-search/st-magic-search.directive.spec.js:69 msgid "Server Name" msgstr "" #: horizon/static/framework/widgets/metadata/display/metadata-display.html:25 msgid "Detail Information" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:44 msgid "" "You can specify resource metadata by moving items from the left column to " "the right column. In the left column there are metadata definitions from the " "Glance Metadata Catalog. Use the \"Custom\" option to add metadata with " "the key of your choice." msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:46 msgid "Click each item to get its description here." msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:47 msgid "Min" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:48 msgid "Max" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:49 msgid "Min length" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:50 msgid "Max length" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:51 msgid "Pattern mismatch" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:52 msgid "Integer required" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:53 msgid "Decimal required" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:54 msgid "Required" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:55 msgid "Duplicate keys are not allowed" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:56 #: horizon/static/framework/widgets/table/table.module.js:50 msgid "Filter" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:57 msgid "Available Metadata" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:58 msgid "Existing Metadata" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:59 msgid "Custom" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:60 msgid "No available metadata" msgstr "" #: horizon/static/framework/widgets/metadata/tree/tree.module.js:61 msgid "No existing metadata" msgstr "" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:20 msgid "Confirm Delete Foobars" msgstr "" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:21 #, python-format msgid "selected \"%s\"" msgstr "" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:22 msgid "Delete" msgstr "" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:23 #, python-format msgid "Deleted : %s." msgstr "" #: horizon/static/framework/widgets/modal/delete-modal.service.spec.js:24 #, python-format msgid "Unable to delete: %s." msgstr "" #: horizon/static/framework/widgets/table/hz-dynamic-table.html:44 msgid "{$ column.title $}" msgstr "" #: horizon/static/framework/widgets/table/hz-dynamic-table.html:108 msgid "{$ 'Please provide a search criteria first.' $}" msgstr "" #: horizon/static/framework/widgets/table/hz-no-items.html:5 msgid "{$ message || 'No items to display.' $}" msgstr "" #: horizon/static/framework/widgets/table/pagination.html:5 msgid "Prev" msgstr "" #: horizon/static/framework/widgets/toast/toast.service.js:59 msgid "Danger" msgstr "" #: horizon/static/framework/widgets/toast/toast.service.js:60 msgid "Warning" msgstr "" #: horizon/static/framework/widgets/toast/toast.service.js:61 msgid "Info" msgstr "" #: horizon/static/framework/widgets/toast/toast.service.js:62 msgid "Success" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.example.html:15 msgid "description" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.example.html:23 #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:60 msgid "No available items" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:56 msgid "Allocated" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:57 msgid "Available" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:58 msgid "Select one" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:59 msgid "Select an item from Available items below" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:61 msgid "Expand to see allocated items" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:62 msgid "Expand to see available items" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:63 msgid "Click to show or hide" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:64 msgid "Re-order items using drag and drop" msgstr "" #: horizon/static/framework/widgets/transfer-table/transfer-table.module.js:65 msgid "Click to see more details" msgstr "" #: horizon/static/framework/widgets/wizard/wizard.module.js:50 msgid "Finish" msgstr "" #: horizon/static/horizon/js/horizon.d3linechart.js:225 #: horizon/static/horizon/js/horizon.modals.js:452 #: horizon/static/horizon/js/horizon.modals.js:535 #: horizon/static/horizon/js/horizon.tabs.js:37 msgid "Loading" msgstr "" #: horizon/static/horizon/js/horizon.d3linechart.js:403 #: horizon/static/horizon/js/horizon.modals.js:471 msgid "An error occurred. Please try again later." msgstr "" #: horizon/static/horizon/js/horizon.d3linechart.js:422 #: horizon/static/horizon/js/horizon.d3linechart.js:449 #: horizon/static/horizon/js/horizon.d3linechart.js:459 msgid "No data available." msgstr "" #: horizon/static/horizon/js/horizon.extensible_header.js:53 msgid "Failed to populate extensible header." msgstr "" #: horizon/static/horizon/js/horizon.forms.js:108 msgid "pool default" msgstr "" #: horizon/static/horizon/js/horizon.lists.js:92 msgid "There was a problem communicating with the server, please try again." msgstr "" #: horizon/static/horizon/js/horizon.membership.js:210 msgid "No roles" msgstr "" #: horizon/static/horizon/js/horizon.membership.js:242 msgid "Roles" msgstr "" #: horizon/static/horizon/js/horizon.messages.js:26 msgid "Danger: " msgstr "" #: horizon/static/horizon/js/horizon.messages.js:27 msgid "Warning: " msgstr "" #: horizon/static/horizon/js/horizon.messages.js:28 msgid "Notice: " msgstr "" #: horizon/static/horizon/js/horizon.messages.js:29 msgid "Success: " msgstr "" #: horizon/static/horizon/js/horizon.messages.js:30 msgid "Error: " msgstr "" #: horizon/static/horizon/js/horizon.modals.js:226 msgid "Uploading image" msgstr "" #: horizon/static/horizon/js/horizon.modals.js:366 msgid "There was an error submitting the form. Please try again." msgstr "" #: horizon/static/horizon/js/horizon.modals.js:378 #: horizon/static/horizon/js/horizon.tables.js:348 msgid "Working" msgstr "" #: horizon/static/horizon/js/horizon.tables.js:58 #: horizon/static/horizon/js/horizon.tables.js:523 msgid "No items to display." msgstr "" #: horizon/static/horizon/js/horizon.tables.js:71 #: horizon/static/horizon/js/horizon.tables.js:161 msgid "An error occurred while updating." msgstr "" #: horizon/static/horizon/js/horizon.tables.js:309 #, python-format msgid "Confirm %s" msgstr "" #: horizon/static/horizon/js/horizon.tables.js:323 msgid "Please confirm your selection. " msgstr "" #: horizon/static/horizon/js/horizon.users.js:32 msgid "Passwords do not match." msgstr ""