# Translations template for qinling-dashboard. # Copyright (C) 2020 ORGANIZATION # This file is distributed under the same license as the qinling-dashboard # project. # FIRST AUTHOR , 2020. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: qinling-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2020-09-22 21:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" #: qinling_dashboard/utils.py:65 msgctxt "current status of runtime" msgid "Creating" msgstr "" #: qinling_dashboard/utils.py:67 msgctxt "current status of runtime" msgid "Available" msgstr "" #: qinling_dashboard/utils.py:69 msgctxt "current status of runtime" msgid "Upgrading" msgstr "" #: qinling_dashboard/utils.py:70 msgctxt "current status of runtime" msgid "Error" msgstr "" #: qinling_dashboard/utils.py:71 msgctxt "current status of runtime" msgid "Deleting" msgstr "" #: qinling_dashboard/utils.py:72 msgctxt "current status of runtime" msgid "Running" msgstr "" #: qinling_dashboard/utils.py:73 msgctxt "current status of runtime" msgid "Done" msgstr "" #: qinling_dashboard/utils.py:74 msgctxt "current status of runtime" msgid "Paused" msgstr "" #: qinling_dashboard/utils.py:76 msgctxt "current status of runtime" msgid "Cancelled" msgstr "" #: qinling_dashboard/utils.py:77 msgctxt "current status of runtime" msgid "Success" msgstr "" #: qinling_dashboard/utils.py:78 msgctxt "current status of runtime" msgid "Failed" msgstr "" #: qinling_dashboard/validators.py:29 msgid "1st character is not valid." msgstr "" #: qinling_dashboard/validators.py:35 msgid "Last character is not valid." msgstr "" #: qinling_dashboard/validators.py:50 msgid "Invalid character is used or exceeding maximum length." msgstr "" #: qinling_dashboard/validators.py:71 msgid "Not key-value pair." msgstr "" #: qinling_dashboard/content/executions/forms.py:35 msgid "Function" msgstr "" #: qinling_dashboard/content/executions/forms.py:36 msgid "Function to execute." msgstr "" #: qinling_dashboard/content/executions/forms.py:40 msgid "Version" msgstr "" #: qinling_dashboard/content/executions/forms.py:46 #: qinling_dashboard/content/executions/tables.py:139 #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:39 msgid "Sync" msgstr "" #: qinling_dashboard/content/executions/forms.py:48 msgid "Check this item if you would like sync execution." msgstr "" #: qinling_dashboard/content/executions/forms.py:53 #: qinling_dashboard/content/executions/tables.py:134 #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:18 msgid "Input" msgstr "" #: qinling_dashboard/content/executions/forms.py:54 msgid "" "Specify input parmeters like name1=value2. One line is equivalent of one " "input parameter." msgstr "" #: qinling_dashboard/content/executions/forms.py:80 #, python-format msgid "Unable to load the specified function. %s" msgstr "" #: qinling_dashboard/content/executions/forms.py:101 #, python-format msgid "This function does not have specified version number: %s" msgstr "" #: qinling_dashboard/content/executions/forms.py:115 msgid "No functions available." msgstr "" #: qinling_dashboard/content/executions/forms.py:127 #, python-format msgid "Created execution of \"%s\"" msgstr "" #: qinling_dashboard/content/executions/forms.py:133 #: qinling_dashboard/content/functions/forms.py:454 msgid "Unable to create execution." msgstr "" #: qinling_dashboard/content/executions/panel.py:20 #: qinling_dashboard/content/executions/tables.py:161 #: qinling_dashboard/content/executions/views.py:42 #: qinling_dashboard/content/functions/tables.py:286 msgid "Executions" msgstr "" #: qinling_dashboard/content/executions/tables.py:28 #: qinling_dashboard/content/executions/templates/executions/create.html:3 #: qinling_dashboard/content/executions/views.py:33 #: qinling_dashboard/content/functions/tables.py:209 #: qinling_dashboard/content/functions/views.py:43 msgid "Create Execution" msgstr "" #: qinling_dashboard/content/executions/tables.py:38 msgid "Show Execution Logs" msgstr "" #: qinling_dashboard/content/executions/tables.py:50 msgid "Deleted executions are not recoverable." msgstr "" #: qinling_dashboard/content/executions/tables.py:54 #: qinling_dashboard/content/executions/tables.py:62 msgid "Delete Execution" msgid_plural "Delete Executions" msgstr[0] "" msgstr[1] "" #: qinling_dashboard/content/executions/tables.py:121 #: qinling_dashboard/content/functions/tables.py:128 #: qinling_dashboard/content/functions/tables.py:248 #: qinling_dashboard/content/runtimes/tables.py:52 msgid "Id" msgstr "" #: qinling_dashboard/content/executions/tables.py:125 #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:9 #: qinling_dashboard/content/functions/forms.py:429 #: qinling_dashboard/content/functions/tables.py:255 #: qinling_dashboard/content/functions/templates/functions/_detail_version_overview.html:9 msgid "Function ID" msgstr "" #: qinling_dashboard/content/executions/tables.py:129 #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:12 msgid "Function Version" msgstr "" #: qinling_dashboard/content/executions/tables.py:132 #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:15 #: qinling_dashboard/content/functions/forms.py:66 #: qinling_dashboard/content/functions/forms.py:441 #: qinling_dashboard/content/functions/tables.py:135 #: qinling_dashboard/content/functions/tables.py:252 #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:12 #: qinling_dashboard/content/functions/templates/functions/_detail_version_overview.html:12 #: qinling_dashboard/content/runtimes/forms.py:48 #: qinling_dashboard/content/runtimes/templates/runtimes/_detail_overview.html:15 msgid "Description" msgstr "" #: qinling_dashboard/content/executions/tables.py:137 #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:21 msgid "Result" msgstr "" #: qinling_dashboard/content/executions/tables.py:142 #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:45 #: qinling_dashboard/content/functions/tables.py:145 #: qinling_dashboard/content/functions/tables.py:264 #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:45 #: qinling_dashboard/content/functions/templates/functions/_detail_version_overview.html:24 #: qinling_dashboard/content/runtimes/tables.py:62 #: qinling_dashboard/content/runtimes/templates/runtimes/_detail_overview.html:21 msgid "Created At" msgstr "" #: qinling_dashboard/content/executions/tables.py:145 #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:48 #: qinling_dashboard/content/functions/tables.py:148 #: qinling_dashboard/content/functions/tables.py:267 #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:48 #: qinling_dashboard/content/functions/templates/functions/_detail_version_overview.html:27 #: qinling_dashboard/content/runtimes/tables.py:65 #: qinling_dashboard/content/runtimes/templates/runtimes/_detail_overview.html:24 msgid "Updated At" msgstr "" #: qinling_dashboard/content/executions/tables.py:148 #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:42 #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:42 #: qinling_dashboard/content/functions/templates/functions/_detail_version_overview.html:21 #: qinling_dashboard/content/runtimes/tables.py:68 #: qinling_dashboard/content/runtimes/templates/runtimes/_detail_overview.html:18 msgid "Project ID" msgstr "" #: qinling_dashboard/content/executions/tabs.py:24 #: qinling_dashboard/content/functions/tabs.py:26 #: qinling_dashboard/content/runtimes/tabs.py:24 msgid "Overview" msgstr "" #: qinling_dashboard/content/executions/tabs.py:35 msgid "Execution Logs" msgstr "" #: qinling_dashboard/content/executions/views.py:49 msgid "Unable to retrieve executions list." msgstr "" #: qinling_dashboard/content/executions/views.py:57 msgid "Execution Details: {{ resource_name }}" msgstr "" #: qinling_dashboard/content/executions/views.py:68 #, python-format msgid "Unable to retrieve details for execution \"%s\"." msgstr "" #: qinling_dashboard/content/executions/views.py:81 msgid "Unable to retrieve execution logs." msgstr "" #: qinling_dashboard/content/executions/templates/executions/_create.html:4 #: qinling_dashboard/content/functions/templates/functions/_create_function.html:5 #: qinling_dashboard/content/functions/templates/functions/_create_version.html:4 #: qinling_dashboard/content/functions/templates/functions/_update_function.html:5 #: qinling_dashboard/content/runtimes/templates/runtimes/_create.html:4 msgid "Description:" msgstr "" #: qinling_dashboard/content/executions/templates/executions/_create.html:5 msgid "Create a new execution of function." msgstr "" #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:6 #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:6 #: qinling_dashboard/content/functions/templates/functions/_detail_version_overview.html:6 #: qinling_dashboard/content/runtimes/templates/runtimes/_detail_overview.html:6 msgid "ID" msgstr "" #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:26 #: qinling_dashboard/content/executions/templates/executions/_execution_result.html:2 msgid "Duration" msgstr "" #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:27 #: qinling_dashboard/content/executions/templates/executions/_execution_result.html:3 msgid "Output" msgstr "" #: qinling_dashboard/content/executions/templates/executions/_detail_overview.html:51 #: qinling_dashboard/content/runtimes/templates/runtimes/_detail_overview.html:32 msgid "Status" msgstr "" #: qinling_dashboard/content/executions/templates/executions/detail.html:3 msgid "Execution Details" msgstr "" #: qinling_dashboard/content/functions/forms.py:37 msgid "Limit of cpu resource(unit: millicpu). Range: {0} ~ {1}" msgstr "" #: qinling_dashboard/content/functions/forms.py:40 msgid "Limit of memory resource(unit: bytes). Range: {0} ~ {1} (bytes)." msgstr "" #: qinling_dashboard/content/functions/forms.py:44 msgid "Package" msgstr "" #: qinling_dashboard/content/functions/forms.py:45 msgid "Swift Container" msgstr "" #: qinling_dashboard/content/functions/forms.py:46 msgid "Swift Object" msgstr "" #: qinling_dashboard/content/functions/forms.py:47 #: qinling_dashboard/content/runtimes/forms.py:34 #: qinling_dashboard/content/runtimes/tables.py:59 #: qinling_dashboard/content/runtimes/templates/runtimes/_detail_overview.html:12 msgid "Image" msgstr "" #: qinling_dashboard/content/functions/forms.py:57 #: qinling_dashboard/content/functions/tables.py:132 #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:9 #: qinling_dashboard/content/runtimes/forms.py:39 #: qinling_dashboard/content/runtimes/tables.py:56 #: qinling_dashboard/content/runtimes/templates/runtimes/_detail_overview.html:9 msgid "Name" msgstr "" #: qinling_dashboard/content/functions/forms.py:69 msgid "CPU" msgstr "" #: qinling_dashboard/content/functions/forms.py:75 msgid "Memory Size" msgstr "" #: qinling_dashboard/content/functions/forms.py:82 #: qinling_dashboard/content/functions/forms.py:356 msgid "Code Type" msgstr "" #: qinling_dashboard/content/functions/forms.py:83 msgid "Select Your Code Type." msgstr "" #: qinling_dashboard/content/functions/forms.py:93 msgid "Code package zip file path." msgstr "" #: qinling_dashboard/content/functions/forms.py:104 #: qinling_dashboard/content/functions/forms.py:111 #: qinling_dashboard/content/functions/forms.py:147 #: qinling_dashboard/content/functions/forms.py:154 #: qinling_dashboard/content/functions/tables.py:142 #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:39 msgid "Entry" msgstr "" #: qinling_dashboard/content/functions/forms.py:105 #: qinling_dashboard/content/functions/forms.py:148 msgid "Function entry in the format of ." msgstr "" #: qinling_dashboard/content/functions/forms.py:116 #: qinling_dashboard/content/functions/forms.py:120 #: qinling_dashboard/content/functions/forms.py:159 #: qinling_dashboard/content/functions/forms.py:163 msgid "Runtime" msgstr "" #: qinling_dashboard/content/functions/forms.py:126 msgid "Container name in Swift." msgstr "" #: qinling_dashboard/content/functions/forms.py:137 msgid "Object name in Swift." msgstr "" #: qinling_dashboard/content/functions/forms.py:169 msgid "Image name in Docker hub." msgstr "" #: qinling_dashboard/content/functions/forms.py:183 msgid "Unable to retrieve runtimes." msgstr "" #: qinling_dashboard/content/functions/forms.py:191 msgid "No runtimes found" msgstr "" #: qinling_dashboard/content/functions/forms.py:204 msgid "You must specify container and object both in case code type is Swift." msgstr "" #: qinling_dashboard/content/functions/forms.py:210 #: qinling_dashboard/content/functions/forms.py:232 msgid "You must specify runtime." msgstr "" #: qinling_dashboard/content/functions/forms.py:216 msgid "You must specify Docker image." msgstr "" #: qinling_dashboard/content/functions/forms.py:227 msgid "You must specify package file." msgstr "" #: qinling_dashboard/content/functions/forms.py:339 #, python-format msgid "Created function \"%s\"" msgstr "" #: qinling_dashboard/content/functions/forms.py:346 msgid "Unable to create function." msgstr "" #: qinling_dashboard/content/functions/forms.py:357 msgid "Code Type can not be changed when you update function." msgstr "" #: qinling_dashboard/content/functions/forms.py:415 #, python-format msgid "Updated function \"%s\"" msgstr "" #: qinling_dashboard/content/functions/forms.py:422 #, python-format msgid "Unable to update function %s" msgstr "" #: qinling_dashboard/content/functions/forms.py:430 msgid "Function which new version will be created." msgstr "" #: qinling_dashboard/content/functions/forms.py:449 #, python-format msgid "Created new version of \"%s\"" msgstr "" #: qinling_dashboard/content/functions/panel.py:20 #: qinling_dashboard/content/functions/tables.py:159 #: qinling_dashboard/content/functions/views.py:154 msgid "Functions" msgstr "" #: qinling_dashboard/content/functions/tables.py:29 #: qinling_dashboard/content/functions/templates/functions/create_function.html:3 #: qinling_dashboard/content/functions/views.py:65 msgid "Create Function" msgstr "" #: qinling_dashboard/content/functions/tables.py:39 #: qinling_dashboard/content/functions/views.py:124 msgid "Create Version" msgstr "" #: qinling_dashboard/content/functions/tables.py:55 #: qinling_dashboard/content/functions/templates/functions/update_function.html:3 #: qinling_dashboard/content/functions/views.py:74 msgid "Update Function" msgstr "" #: qinling_dashboard/content/functions/tables.py:65 msgid "Download Function" msgstr "" #: qinling_dashboard/content/functions/tables.py:80 msgid "Deleted functions are not recoverable." msgstr "" #: qinling_dashboard/content/functions/tables.py:84 #: qinling_dashboard/content/functions/tables.py:92 msgid "Delete Function" msgid_plural "Delete Functions" msgstr[0] "" msgstr[1] "" #: qinling_dashboard/content/functions/tables.py:138 #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:36 msgid "Runtime ID" msgstr "" #: qinling_dashboard/content/functions/tables.py:150 msgid "CPU (Milli CPU)" msgstr "" #: qinling_dashboard/content/functions/tables.py:152 #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:54 msgid "Memory Size (Bytes)" msgstr "" #: qinling_dashboard/content/functions/tables.py:177 msgid "Deleted function versions are not recoverable." msgstr "" #: qinling_dashboard/content/functions/tables.py:181 #: qinling_dashboard/content/functions/tables.py:189 msgid "Delete Function Version" msgid_plural "Delete Function Versions" msgstr[0] "" msgstr[1] "" #: qinling_dashboard/content/functions/tables.py:259 #: qinling_dashboard/content/functions/templates/functions/_detail_version_overview.html:15 msgid "Version Number" msgstr "" #: qinling_dashboard/content/functions/tables.py:261 #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:15 #: qinling_dashboard/content/functions/templates/functions/_detail_version_overview.html:18 msgid "Count" msgstr "" #: qinling_dashboard/content/functions/tables.py:274 msgid "Versions" msgstr "" #: qinling_dashboard/content/functions/tabs.py:40 msgid "Executions of this function" msgstr "" #: qinling_dashboard/content/functions/tabs.py:51 msgid "Versions of this function" msgstr "" #: qinling_dashboard/content/functions/tabs.py:69 msgid "Version detail" msgstr "" #: qinling_dashboard/content/functions/views.py:86 msgid "Unable to retrieve function details." msgstr "" #: qinling_dashboard/content/functions/views.py:161 msgid "Unable to retrieve functions list." msgstr "" #: qinling_dashboard/content/functions/views.py:169 msgid "Function Details: {{ resource_name }}" msgstr "" #: qinling_dashboard/content/functions/views.py:180 #, python-format msgid "Unable to retrieve details for Function \"%s\"." msgstr "" #: qinling_dashboard/content/functions/views.py:205 #, python-format msgid "Unable to get executions of this function \"%s\"." msgstr "" #: qinling_dashboard/content/functions/views.py:216 #, python-format msgid "Unable to get versions of this function \"%s\"." msgstr "" #: qinling_dashboard/content/functions/views.py:238 msgid "" "Function Version Details: {{ version.function_id }} (Version Number={{ " "version_number }})" msgstr "" #: qinling_dashboard/content/functions/views.py:264 #, python-format msgid "Unable to retrieve details for function version \"%s\"." msgstr "" #: qinling_dashboard/content/functions/views.py:306 #, python-format msgid "Error because file not found function: %s" msgstr "" #: qinling_dashboard/content/functions/views.py:308 #, python-format msgid "Error downloading function: %s" msgstr "" #: qinling_dashboard/content/functions/templates/functions/_create_function.html:6 msgid "Create a new function." msgstr "" #: qinling_dashboard/content/functions/templates/functions/_create_version.html:5 msgid "Create a new version of function." msgstr "" #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:18 msgid "Code" msgstr "" #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:23 msgid "Source" msgstr "" #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:24 msgid "Md5sum" msgstr "" #: qinling_dashboard/content/functions/templates/functions/_detail_overview.html:51 msgid "CPU (Milli CPU)" msgstr "" #: qinling_dashboard/content/functions/templates/functions/_update_function.html:6 msgid "Update function." msgstr "" #: qinling_dashboard/content/functions/templates/functions/create_version.html:3 msgid "Create Function Version" msgstr "" #: qinling_dashboard/content/functions/templates/functions/detail.html:3 msgid "Function Details" msgstr "" #: qinling_dashboard/content/functions/templates/functions/detail_version.html:3 msgid "Function Version Details" msgstr "" #: qinling_dashboard/content/runtimes/forms.py:52 msgid "Create as Untrusted Image" msgstr "" #: qinling_dashboard/content/runtimes/forms.py:54 msgid "Check this item if you would like to create untrusted runtime" msgstr "" #: qinling_dashboard/content/runtimes/forms.py:80 #, python-format msgid "Created runtime \"%s\"" msgstr "" #: qinling_dashboard/content/runtimes/forms.py:87 msgid "Unable to create runtime." msgstr "" #: qinling_dashboard/content/runtimes/panel.py:20 #: qinling_dashboard/content/runtimes/tables.py:87 #: qinling_dashboard/content/runtimes/views.py:41 msgid "Runtimes" msgstr "" #: qinling_dashboard/content/runtimes/tables.py:24 #: qinling_dashboard/content/runtimes/templates/runtimes/create.html:3 #: qinling_dashboard/content/runtimes/views.py:32 msgid "Create Runtime" msgstr "" #: qinling_dashboard/content/runtimes/tables.py:71 #: qinling_dashboard/content/runtimes/templates/runtimes/_detail_overview.html:28 msgid "Is Public" msgstr "" #: qinling_dashboard/content/runtimes/views.py:48 msgid "Unable to retrieve runtimes list." msgstr "" #: qinling_dashboard/content/runtimes/views.py:56 msgid "Runtime Details: {{ resource_name }}" msgstr "" #: qinling_dashboard/content/runtimes/views.py:67 #, python-format msgid "Unable to retrieve details for Runtime \"%s\"." msgstr "" #: qinling_dashboard/content/runtimes/templates/runtimes/_create.html:5 msgid "Create a new runtime." msgstr "" #: qinling_dashboard/content/runtimes/templates/runtimes/_detail_overview.html:29 msgid "Unknown" msgstr "" #: qinling_dashboard/content/runtimes/templates/runtimes/detail.html:3 msgid "Runtime Details" msgstr "" #: qinling_dashboard/enabled/_7110_project_function_engine_panel.py:20 msgid "Function Engine" msgstr ""