# Translations template for freezer-web-ui. # Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the freezer-web-ui # project. # FIRST AUTHOR , 2025. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: freezer-web-ui VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2025-09-16 06:36+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.17.0\n" #: freezer_ui/dashboard.py:22 msgid "Backup and Restore" msgstr "" #: freezer_ui/dashboard.py:27 msgid "Disaster Recovery" msgstr "" #: freezer_ui/actions/panel.py:23 freezer_ui/actions/tables.py:102 #: freezer_ui/actions/templates/actions/index.html:8 #: freezer_ui/actions/templates/actions/index.html:11 #: freezer_ui/actions/views.py:30 freezer_ui/jobs/tables.py:233 #: freezer_ui/jobs/workflows/actions.py:27 #: freezer_ui/jobs/workflows/actions.py:41 #: freezer_ui/jobs/workflows/create.py:31 #: freezer_ui/jobs/workflows/update_actions.py:33 msgid "Actions" msgstr "" #: freezer_ui/actions/tables.py:24 freezer_ui/jobs/tables.py:193 msgid "Deleted Actions is not recoverable." msgstr "" #: freezer_ui/actions/tables.py:29 freezer_ui/jobs/tables.py:198 msgid "Delete Action" msgid_plural "Delete Actions" msgstr[0] "" msgstr[1] "" #: freezer_ui/actions/tables.py:37 msgid "Deleted Action" msgid_plural "Deleted Actions" msgstr[0] "" msgstr[1] "" #: freezer_ui/actions/tables.py:60 msgid "Create Action" msgstr "" #: freezer_ui/actions/tables.py:68 msgid "Edit" msgstr "" #: freezer_ui/actions/tables.py:89 freezer_ui/actions/workflows/action.py:31 #: freezer_ui/jobs/tables.py:224 msgid "Action Name" msgstr "" #: freezer_ui/actions/tables.py:91 #: freezer_ui/actions/templates/actions/_action.html:5 #: freezer_ui/actions/templates/actions/detail.html:4 #: freezer_ui/actions/templates/actions/detail.html:7 #: freezer_ui/actions/workflows/action.py:277 msgid "Action" msgstr "" #: freezer_ui/actions/tables.py:93 msgid "Path To Backup or Restore" msgstr "" #: freezer_ui/actions/tables.py:94 msgid "Storage" msgstr "" #: freezer_ui/actions/tables.py:95 msgid "Mode" msgstr "" #: freezer_ui/actions/templates/actions/_action.html:8 msgid "" "An action is the simplest execution within a job, it could be a backup or" " a restore and it contains rules that the action must follow (max " "retries, interval between executions, etc)." msgstr "" #: freezer_ui/actions/templates/actions/_advanced.html:5 msgid "Advanced configuration" msgstr "" #: freezer_ui/actions/templates/actions/_advanced.html:7 msgid "Define extra information for the action executed by the client." msgstr "" #: freezer_ui/actions/templates/actions/_rules.html:5 #: freezer_ui/actions/workflows/action.py:556 msgid "Rules" msgstr "" #: freezer_ui/actions/templates/actions/_rules.html:13 msgid "" "Define the following action rules:
  • Number of retries
  • " "
  • Retries interval
  • Action is mandatory
" msgstr "" #: freezer_ui/actions/templates/actions/_snapshot.html:5 #: freezer_ui/actions/workflows/action.py:311 #: freezer_ui/actions/workflows/action.py:319 msgid "Snapshot" msgstr "" #: freezer_ui/actions/templates/actions/_snapshot.html:7 msgid "" "The snapshot technologies currently supported are LVM for Linux and " "Volume Shadow Copy for Windows." msgstr "" #: freezer_ui/actions/templates/actions/_snapshot.html:9 msgid "" "For Linux, in order to use snapshot features, the data has to reside on " "an LVM volume." msgstr "" #: freezer_ui/actions/workflows/action.py:35 msgid "Set the action to be taken." msgstr "" #: freezer_ui/actions/workflows/action.py:38 msgid "Choose what you want to backup." msgstr "" #: freezer_ui/actions/workflows/action.py:42 msgid "Set storage backend for a backup." msgstr "" #: freezer_ui/actions/workflows/action.py:45 msgid "" "Engine to be used for backup/restore. With tar, the file inode will be " "checked for changes amid backup execution. If the file inode changed, the" " whole file will be backed up. With rsync, the data blocks changes will " "be verified and only the changed blocks will be backed up. Tar is faster," " but is uses more space and bandwidth. Rsync is slower, but uses less " "space and bandwidth. Nova engine can be used to backup/restore running " "instances. Backing up instances and it's metadata." msgstr "" #: freezer_ui/actions/workflows/action.py:57 msgid "MySQL Configuration File" msgstr "" #: freezer_ui/actions/workflows/action.py:58 msgid "Set the path where the MySQL configuration file is on the file system." msgstr "" #: freezer_ui/actions/workflows/action.py:63 msgid "SQL Server Configuration File" msgstr "" #: freezer_ui/actions/workflows/action.py:64 msgid "" "Set the path where the SQL Server configuration file is on the file " "system." msgstr "" #: freezer_ui/actions/workflows/action.py:69 msgid "Source File/Directory" msgstr "" #: freezer_ui/actions/workflows/action.py:70 msgid "The file or directory you want to backup." msgstr "" #: freezer_ui/actions/workflows/action.py:74 msgid "Container Name or Path" msgstr "" #: freezer_ui/actions/workflows/action.py:75 msgid "Swift container for Swift backend or path for SSH or local backend." msgstr "" #: freezer_ui/actions/workflows/action.py:80 msgid "Restore Absolute Path" msgstr "" #: freezer_ui/actions/workflows/action.py:81 msgid "Set the absolute path where you want your data restored." msgstr "" #: freezer_ui/actions/workflows/action.py:86 msgid "Restore From Host" msgstr "" #: freezer_ui/actions/workflows/action.py:87 msgid "" "Set the hostname used to identify the data you want to restore from. If " "you want to restore data in the same host where the backup was executed " "just type from your shell: '$ hostname' and the output is the value that " "needs to be passed to this option. Mandatory with Restore." msgstr "" #: freezer_ui/actions/workflows/action.py:98 msgid "Restore From Date" msgstr "" #: freezer_ui/actions/workflows/action.py:99 msgid "" "Set the absolute path where you want your data restored. Please provide " "datetime in format 'YYYY-MM-DDThh:mm:ss' i.e. '1979-10-03T23:23:23'. Make" " sure the 'T' is between date and time." msgstr "" #: freezer_ui/actions/workflows/action.py:107 msgid "Cinder Volume ID" msgstr "" #: freezer_ui/actions/workflows/action.py:108 msgid "ID of Cinder Volume for backup." msgstr "" #: freezer_ui/actions/workflows/action.py:112 msgid "Nova Instance ID" msgstr "" #: freezer_ui/actions/workflows/action.py:113 msgid "ID of Nova Instance for backup." msgstr "" #: freezer_ui/actions/workflows/action.py:117 msgid "Nova Network ID" msgstr "" #: freezer_ui/actions/workflows/action.py:118 msgid "ID of Nova Network for recover." msgstr "" #: freezer_ui/actions/workflows/action.py:122 msgid "Get A Single Object" msgstr "" #: freezer_ui/actions/workflows/action.py:123 msgid "The Object name you want to download on the local file system." msgstr "" #: freezer_ui/actions/workflows/action.py:128 msgid "Destination File" msgstr "" #: freezer_ui/actions/workflows/action.py:129 msgid "" "The file name used to save the object on your local disk and upload file " "in Swift." msgstr "" #: freezer_ui/actions/workflows/action.py:134 msgid "Remove Older Than" msgstr "" #: freezer_ui/actions/workflows/action.py:135 msgid "" "Checks in the specified container for object older than the specified " "days. If i.e. 30 is specified, it will remove the remote object older " "than 30 days. Default: False (Disabled). The option --remove-older-then " "is deprecated and will be removed soon." msgstr "" #: freezer_ui/actions/workflows/action.py:145 msgid "Remove From Date" msgstr "" #: freezer_ui/actions/workflows/action.py:146 msgid "" "Checks the specified container and removes objects older than the " "provided datetime in the format YYYY-MM-DDThh:mm:ss i.e. " "1974-03-25T23:23:23. Make sure the 'T' is between date and time." msgstr "" #: freezer_ui/actions/workflows/action.py:154 msgid "SSH Private Key" msgstr "" #: freezer_ui/actions/workflows/action.py:155 msgid "Path for SSH private key." msgstr "" #: freezer_ui/actions/workflows/action.py:159 msgid "SSH Username" msgstr "" #: freezer_ui/actions/workflows/action.py:163 msgid "SSH Host" msgstr "" #: freezer_ui/actions/workflows/action.py:164 msgid "IP address or DNS name of host to connect through SSH." msgstr "" #: freezer_ui/actions/workflows/action.py:204 msgid "You must define Nova Network ID to restore." msgstr "" #: freezer_ui/actions/workflows/action.py:209 msgid "You must define Nova Instance ID to restore or backup." msgstr "" #: freezer_ui/actions/workflows/action.py:214 msgid "You must define Cinder Volume ID to backup." msgstr "" #: freezer_ui/actions/workflows/action.py:219 msgid "You must define a path to restore." msgstr "" #: freezer_ui/actions/workflows/action.py:224 msgid "You must define a container or path to backup." msgstr "" #: freezer_ui/actions/workflows/action.py:229 msgid "You must define an action name." msgstr "" #: freezer_ui/actions/workflows/action.py:234 msgid "You must define a path to backup." msgstr "" #: freezer_ui/actions/workflows/action.py:239 msgid "File system" msgstr "" #: freezer_ui/actions/workflows/action.py:240 msgid "MongoDB" msgstr "" #: freezer_ui/actions/workflows/action.py:241 msgid "MySQL" msgstr "" #: freezer_ui/actions/workflows/action.py:242 msgid "Microsoft SQL Server" msgstr "" #: freezer_ui/actions/workflows/action.py:243 msgid "Cinder" msgstr "" #: freezer_ui/actions/workflows/action.py:244 msgid "Nova" msgstr "" #: freezer_ui/actions/workflows/action.py:249 msgid "Backup" msgstr "" #: freezer_ui/actions/workflows/action.py:250 freezer_ui/backups/tables.py:30 #: freezer_ui/backups/workflows/restore.py:55 #: freezer_ui/backups/workflows/restore.py:56 msgid "Restore" msgstr "" #: freezer_ui/actions/workflows/action.py:251 msgid "Admin" msgstr "" #: freezer_ui/actions/workflows/action.py:256 msgid "Swift" msgstr "" #: freezer_ui/actions/workflows/action.py:257 msgid "Local Path" msgstr "" #: freezer_ui/actions/workflows/action.py:258 msgid "SSH" msgstr "" #: freezer_ui/actions/workflows/action.py:263 msgid "tar" msgstr "" #: freezer_ui/actions/workflows/action.py:264 msgid "rsync" msgstr "" #: freezer_ui/actions/workflows/action.py:265 msgid "rsyncv2" msgstr "" #: freezer_ui/actions/workflows/action.py:266 msgid "nova" msgstr "" #: freezer_ui/actions/workflows/action.py:267 msgid "osbrick" msgstr "" #: freezer_ui/actions/workflows/action.py:312 msgid "" "Use a LVM or Shadow Copy snapshot to have point in time consistent " "backups." msgstr "" #: freezer_ui/actions/workflows/action.py:332 msgid "Log File Path" msgstr "" #: freezer_ui/actions/workflows/action.py:333 msgid "" "Set log file. By default logs to /var/log/freezer.log If that file is not" " writable, Freezer tries to log to ~/.freezer/freezer.log" msgstr "" #: freezer_ui/actions/workflows/action.py:340 msgid "Exclude Files" msgstr "" #: freezer_ui/actions/workflows/action.py:341 msgid "" "Exclude files, given as a PATTERN. Example: '*.log, *.pyc' will exclude " "any file with name ending with .log. Default: no exclude." msgstr "" #: freezer_ui/actions/workflows/action.py:349 msgid "Proxy URL" msgstr "" #: freezer_ui/actions/workflows/action.py:350 msgid "Enforce proxy that alters system HTTP_PROXY and HTTPS_PROXY." msgstr "" #: freezer_ui/actions/workflows/action.py:356 msgid "OpenStack Authentication Version" msgstr "" #: freezer_ui/actions/workflows/action.py:357 msgid "Swift auth version, could be 1, 2 or 3." msgstr "" #: freezer_ui/actions/workflows/action.py:361 msgid "Upload Limit" msgstr "" #: freezer_ui/actions/workflows/action.py:362 msgid "" "Upload bandwidth limit in Bytes per sec.. Can be invoked with dimensions " "(10K, 120M, 10G)." msgstr "" #: freezer_ui/actions/workflows/action.py:369 msgid "Download Limit" msgstr "" #: freezer_ui/actions/workflows/action.py:370 msgid "" "Download bandwidth limit in Bytes per sec.. Can be invoked with " "dimensions (10K, 120M, 10G)." msgstr "" #: freezer_ui/actions/workflows/action.py:378 msgid "Minimum Compression (GZip/Zip/Zlib)" msgstr "" #: freezer_ui/actions/workflows/action.py:379 msgid "More Effective Compression (Bzip2)" msgstr "" #: freezer_ui/actions/workflows/action.py:380 msgid "Lossless Data Compression (XZ)" msgstr "" #: freezer_ui/actions/workflows/action.py:383 msgid "Compression Level" msgstr "" #: freezer_ui/actions/workflows/action.py:387 msgid "Maximum Segment Size" msgstr "" #: freezer_ui/actions/workflows/action.py:388 msgid "" "Set the maximum file chunk size in bytes to upload to Swift. Default: " "67108864 bytes (64MB)." msgstr "" #: freezer_ui/actions/workflows/action.py:395 freezer_ui/backups/tables.py:124 #: freezer_ui/clients/tables.py:64 msgid "Hostname" msgstr "" #: freezer_ui/actions/workflows/action.py:396 msgid "" "Set hostname to execute actions. If you are executing freezer from one " "host but you want to delete objects belonging to another host then you " "can set this option that hostname and execute appropriate actions. " "Default: Current hostname." msgstr "" #: freezer_ui/actions/workflows/action.py:405 msgid "Encryption Key" msgstr "" #: freezer_ui/actions/workflows/action.py:406 msgid "Set the path where the encryption key is on the file system." msgstr "" #: freezer_ui/actions/workflows/action.py:411 msgid "No Incremental" msgstr "" #: freezer_ui/actions/workflows/action.py:412 msgid "" "Disable incremental feature. By default freezer build the meta data even " "for level 0 backup. By setting this option incremental meta data is not " "created at all. Default: Disabled." msgstr "" #: freezer_ui/actions/workflows/action.py:422 msgid "Max Level" msgstr "" #: freezer_ui/actions/workflows/action.py:425 msgid "" "Set the backup level used with tar to implement incremental backup. If a " "level 1 is specified but no level 0 is already available, a level 0 will " "be done and subsequently backs to level 1. Default: 0 (No Incremental)." msgstr "" #: freezer_ui/actions/workflows/action.py:433 msgid "Always Level" msgstr "" #: freezer_ui/actions/workflows/action.py:435 msgid "" "Set backup maximum level used with tar to implement incremental backup. " "If a level 3 is specified, the backup will be executed from level 0 to " "level 3 and to that point always a backup level 3 will be executed. It " "will not restart from level 0. This option has precedence over --max-" "backup-level. Default: False (Disabled)." msgstr "" #: freezer_ui/actions/workflows/action.py:446 msgid "Restart Always Level" msgstr "" #: freezer_ui/actions/workflows/action.py:448 msgid "" "Restart the backup from level 0 after N days. Valid only if --always-" "level option if set. If --always-level is used together with --remove-" "older-then, there might be the chance where the initial level 0 will be " "removed. Default: False (Disabled)." msgstr "" #: freezer_ui/actions/workflows/action.py:457 msgid "Insecure" msgstr "" #: freezer_ui/actions/workflows/action.py:458 msgid "Allow to access Swift servers without checking SSL certificates." msgstr "" #: freezer_ui/actions/workflows/action.py:464 msgid "Follow Symlinks" msgstr "" #: freezer_ui/actions/workflows/action.py:465 msgid "" "Follow hard and soft links and archive and dump the files they refer to. " "Default: False." msgstr "" #: freezer_ui/actions/workflows/action.py:472 msgid "Dry Run" msgstr "" #: freezer_ui/actions/workflows/action.py:473 msgid "Do everything except writing or removing objects." msgstr "" #: freezer_ui/actions/workflows/action.py:479 msgid "Max Priority" msgstr "" #: freezer_ui/actions/workflows/action.py:480 msgid "" "Set the cpu process to the highest priority (i.e. -20 on Linux) and real-" "time for I/O. The process priority will be set only if nice and ionice " "are installed. Default: Disabled. Use with caution." msgstr "" #: freezer_ui/actions/workflows/action.py:491 msgid "Quiet" msgstr "" #: freezer_ui/actions/workflows/action.py:492 msgid "Suppress error messages." msgstr "" #: freezer_ui/actions/workflows/action.py:498 msgid "v2" msgstr "" #: freezer_ui/actions/workflows/action.py:499 msgid "v1" msgstr "" #: freezer_ui/actions/workflows/action.py:500 msgid "v3" msgstr "" #: freezer_ui/actions/workflows/action.py:504 msgid "Advanced" msgstr "" #: freezer_ui/actions/workflows/action.py:534 msgid "Max Retries" msgstr "" #: freezer_ui/actions/workflows/action.py:537 msgid "In case of error, set the amount of retries for this job." msgstr "" #: freezer_ui/actions/workflows/action.py:542 msgid "Max Retries Interval" msgstr "" #: freezer_ui/actions/workflows/action.py:545 msgid "Set the interval between executions for retries in seconds." msgstr "" #: freezer_ui/actions/workflows/action.py:550 msgid "Mandatory" msgstr "" #: freezer_ui/actions/workflows/action.py:551 msgid "Set this action as mandatory." msgstr "" #: freezer_ui/actions/workflows/action.py:570 msgid "Action Configuration" msgstr "" #: freezer_ui/actions/workflows/action.py:571 #: freezer_ui/jobs/workflows/actions.py:63 #: freezer_ui/jobs/workflows/create.py:202 #: freezer_ui/jobs/workflows/update_actions.py:47 #: freezer_ui/jobs/workflows/update_job.py:111 #: freezer_ui/sessions/workflows/create.py:104 msgid "Save" msgstr "" #: freezer_ui/actions/workflows/action.py:572 msgid "Action queued correctly. It will appear soon." msgstr "" #: freezer_ui/actions/workflows/action.py:573 msgid "Unable to save action file." msgstr "" #: freezer_ui/backups/panel.py:23 #: freezer_ui/backups/templates/backups/detail.html:4 #: freezer_ui/backups/templates/backups/detail.html:7 #: freezer_ui/backups/templates/backups/index.html:9 #: freezer_ui/backups/templates/backups/index.html:12 #: freezer_ui/backups/views.py:30 msgid "Backups" msgstr "" #: freezer_ui/backups/tables.py:40 msgid "Deleted Backups is not recoverable." msgstr "" #: freezer_ui/backups/tables.py:45 msgid "Delete Backup" msgid_plural "Delete Backups" msgstr[0] "" msgstr[1] "" #: freezer_ui/backups/tables.py:53 msgid "Deleted Backup" msgid_plural "Deleted Backups" msgstr[0] "" msgstr[1] "" #: freezer_ui/backups/tables.py:122 msgid "Backup Name" msgstr "" #: freezer_ui/backups/tables.py:126 msgid "Created At" msgstr "" #: freezer_ui/backups/tables.py:139 msgid "Backup History" msgstr "" #: freezer_ui/backups/workflows/restore.py:26 msgid "Destination Path" msgstr "" #: freezer_ui/backups/workflows/restore.py:27 msgid "The path in which the backup should be restored" msgstr "" #: freezer_ui/backups/workflows/restore.py:35 msgid "Client is required" msgstr "" #: freezer_ui/backups/workflows/restore.py:40 msgid "Destination" msgstr "" #: freezer_ui/backups/workflows/restore.py:58 msgid "Restore job successfully queued. It will get executed soon." msgstr "" #: freezer_ui/clients/panel.py:23 freezer_ui/clients/tables.py:71 #: freezer_ui/clients/templates/clients/index.html:9 #: freezer_ui/clients/templates/clients/index.html:12 #: freezer_ui/clients/views.py:27 freezer_ui/jobs/workflows/create.py:69 msgid "Clients" msgstr "" #: freezer_ui/clients/tables.py:29 msgid "Deleted Clients is not recoverable." msgstr "" #: freezer_ui/clients/tables.py:34 msgid "Delete Client" msgid_plural "Delete Clients" msgstr[0] "" msgstr[1] "" #: freezer_ui/clients/tables.py:42 msgid "Deleted Client" msgid_plural "Deleted Clients" msgstr[0] "" msgstr[1] "" #: freezer_ui/clients/tables.py:62 freezer_ui/sessions/tables.py:111 msgid "Client ID" msgstr "" #: freezer_ui/clients/templates/clients/detail.html:4 #: freezer_ui/clients/templates/clients/detail.html:7 msgid "Client" msgstr "" #: freezer_ui/jobs/browsers.py:24 freezer_ui/jobs/workflows/create.py:201 msgid "Job Configuration" msgstr "" #: freezer_ui/jobs/browsers.py:27 freezer_ui/jobs/panel.py:23 #: freezer_ui/jobs/tables.py:176 freezer_ui/jobs/templates/jobs/browser.html:3 #: freezer_ui/jobs/templates/jobs/browser.html:6 #: freezer_ui/sessions/tables.py:125 msgid "Jobs" msgstr "" #: freezer_ui/jobs/tables.py:34 freezer_ui/sessions/workflows/attach.py:57 msgid "Attach To Session" msgstr "" #: freezer_ui/jobs/tables.py:47 freezer_ui/sessions/tables.py:84 msgid "Deleted Jobs is not recoverable." msgstr "" #: freezer_ui/jobs/tables.py:52 msgid "Delete Job File" msgid_plural "Delete Job Files" msgstr[0] "" msgstr[1] "" #: freezer_ui/jobs/tables.py:60 msgid "Deleted Job File" msgid_plural "Deleted Job Files" msgstr[0] "" msgstr[1] "" #: freezer_ui/jobs/tables.py:76 msgid "Clone Job" msgstr "" #: freezer_ui/jobs/tables.py:77 msgid "Clone and edit a job file" msgstr "" #: freezer_ui/jobs/tables.py:87 msgid "Edit Job" msgstr "" #: freezer_ui/jobs/tables.py:98 msgid "Edit Actions" msgstr "" #: freezer_ui/jobs/tables.py:109 msgid "Start Job" msgstr "" #: freezer_ui/jobs/tables.py:114 msgid "Job has started" msgstr "" #: freezer_ui/jobs/tables.py:123 msgid "Stop Job" msgstr "" #: freezer_ui/jobs/tables.py:128 msgid "Job has stopped" msgstr "" #: freezer_ui/jobs/tables.py:144 msgid "Create Job" msgstr "" #: freezer_ui/jobs/tables.py:157 msgid "Name" msgstr "" #: freezer_ui/jobs/tables.py:160 msgid "Host" msgstr "" #: freezer_ui/jobs/tables.py:163 freezer_ui/sessions/tables.py:115 #: freezer_ui/sessions/tables.py:142 msgid "Status" msgstr "" #: freezer_ui/jobs/tables.py:166 msgid "Result" msgstr "" #: freezer_ui/jobs/tables.py:206 msgid "Deleted Action File" msgid_plural "Deleted Action Files" msgstr[0] "" msgstr[1] "" #: freezer_ui/jobs/tables.py:222 msgid "Action Type" msgstr "" #: freezer_ui/jobs/templates/jobs/_actions.html:15 msgid "Drag actions in the order they will be executed on the client." msgstr "" #: freezer_ui/jobs/templates/jobs/_actions.html:23 msgid "Available Actions" msgstr "" #: freezer_ui/jobs/templates/jobs/_actions.html:33 msgid "Selected Actions In Order" msgstr "" #: freezer_ui/jobs/templates/jobs/_info.html:4 msgid "Job" msgstr "" #: freezer_ui/jobs/templates/jobs/_info.html:5 msgid "Describes actions to be executed by a client." msgstr "" #: freezer_ui/jobs/templates/jobs/_info.html:6 msgid "" "Job executions can be executed and scheduled, by providing the following " "settings." msgstr "" #: freezer_ui/jobs/workflows/actions.py:39 msgid "Job ID" msgstr "" #: freezer_ui/jobs/workflows/actions.py:49 msgid "Info" msgstr "" #: freezer_ui/jobs/workflows/actions.py:62 msgid "Actions Configuration" msgstr "" #: freezer_ui/jobs/workflows/actions.py:64 msgid "Actions saved correctly." msgstr "" #: freezer_ui/jobs/workflows/actions.py:65 msgid "Unable to save actions." msgstr "" #: freezer_ui/jobs/workflows/create.py:47 msgid "Unable to retrieve client list." msgstr "" #: freezer_ui/jobs/workflows/create.py:75 msgid "" "From here you can add and remove clients to this job from the list of " "available clients" msgstr "" #: freezer_ui/jobs/workflows/create.py:77 msgid "All Clients" msgstr "" #: freezer_ui/jobs/workflows/create.py:78 msgid "Selected Clients" msgstr "" #: freezer_ui/jobs/workflows/create.py:79 msgid "No clients found." msgstr "" #: freezer_ui/jobs/workflows/create.py:80 msgid "No clients selected." msgstr "" #: freezer_ui/jobs/workflows/create.py:98 #: freezer_ui/jobs/workflows/update_job.py:30 msgid "Job Name" msgstr "" #: freezer_ui/jobs/workflows/create.py:99 #: freezer_ui/jobs/workflows/update_job.py:31 msgid "Set a name for this job" msgstr "" #: freezer_ui/jobs/workflows/create.py:106 #: freezer_ui/jobs/workflows/update_job.py:38 #: freezer_ui/sessions/workflows/create.py:38 msgid "Start Date and Time" msgstr "" #: freezer_ui/jobs/workflows/create.py:110 msgid "Interval Unit" msgstr "" #: freezer_ui/jobs/workflows/create.py:111 msgid "Set the unit for the Interval" msgstr "" #: freezer_ui/jobs/workflows/create.py:115 msgid "Interval Value" msgstr "" #: freezer_ui/jobs/workflows/create.py:118 msgid "Set the interval value" msgstr "" #: freezer_ui/jobs/workflows/create.py:122 #: freezer_ui/jobs/workflows/update_job.py:55 #: freezer_ui/sessions/workflows/create.py:55 msgid "End Date and Time" msgstr "" #: freezer_ui/jobs/workflows/create.py:146 msgid "Please choose a interval unit" msgstr "" #: freezer_ui/jobs/workflows/create.py:147 msgid "Continuous" msgstr "" #: freezer_ui/jobs/workflows/create.py:148 msgid "Weeks" msgstr "" #: freezer_ui/jobs/workflows/create.py:149 msgid "Days" msgstr "" #: freezer_ui/jobs/workflows/create.py:150 msgid "Hours" msgstr "" #: freezer_ui/jobs/workflows/create.py:151 msgid "Minutes" msgstr "" #: freezer_ui/jobs/workflows/create.py:152 msgid "Seconds" msgstr "" #: freezer_ui/jobs/workflows/create.py:159 #: freezer_ui/jobs/workflows/update_job.py:81 #: freezer_ui/sessions/workflows/create.py:75 msgid "Start date time is not in ISO format." msgstr "" #: freezer_ui/jobs/workflows/create.py:165 #: freezer_ui/jobs/workflows/create.py:171 msgid "Please provide this value." msgstr "" #: freezer_ui/jobs/workflows/create.py:178 #: freezer_ui/jobs/workflows/update_job.py:88 #: freezer_ui/sessions/workflows/create.py:82 msgid "End date time is not in ISO format." msgstr "" #: freezer_ui/jobs/workflows/create.py:182 #: freezer_ui/jobs/workflows/update_job.py:92 msgid "Job Info" msgstr "" #: freezer_ui/jobs/workflows/create.py:203 msgid "Job queued correctly. It will appear soon" msgstr "" #: freezer_ui/jobs/workflows/create.py:204 msgid "Unable to created job." msgstr "" #: freezer_ui/jobs/workflows/update_actions.py:46 msgid "Update Actions" msgstr "" #: freezer_ui/jobs/workflows/update_actions.py:48 msgid "Actions updated correctly." msgstr "" #: freezer_ui/jobs/workflows/update_actions.py:49 msgid "Unable to update actions." msgstr "" #: freezer_ui/jobs/workflows/update_job.py:42 #: freezer_ui/sessions/workflows/create.py:42 msgid "Interval" msgstr "" #: freezer_ui/jobs/workflows/update_job.py:44 #: freezer_ui/sessions/workflows/create.py:44 msgid "" "Set the interval in the following format:\n" " continuous,\n" " N weeks,\n" " N days,\n" " N hours,\n" " N minutes,\n" " N seconds,\n" " If no start date is provided the job\n" " will start immediately" msgstr "" #: freezer_ui/jobs/workflows/update_job.py:110 msgid "Update Job" msgstr "" #: freezer_ui/jobs/workflows/update_job.py:112 msgid "Job updated correctly." msgstr "" #: freezer_ui/jobs/workflows/update_job.py:113 msgid "Unable to update job." msgstr "" #: freezer_ui/sessions/browsers.py:24 msgid "Session Configuration" msgstr "" #: freezer_ui/sessions/browsers.py:27 freezer_ui/sessions/panel.py:24 #: freezer_ui/sessions/tables.py:149 #: freezer_ui/sessions/templates/sessions/browser.html:3 #: freezer_ui/sessions/templates/sessions/browser.html:6 #: freezer_ui/sessions/workflows/attach.py:45 msgid "Sessions" msgstr "" #: freezer_ui/sessions/tables.py:37 freezer_ui/sessions/workflows/create.py:103 msgid "Create Session" msgstr "" #: freezer_ui/sessions/tables.py:44 msgid "Deleted Sessions is not recoverable." msgstr "" #: freezer_ui/sessions/tables.py:49 msgid "Delete Session" msgid_plural "Delete Sessions" msgstr[0] "" msgstr[1] "" #: freezer_ui/sessions/tables.py:57 msgid "Deleted Session" msgid_plural "Deleted Sessions" msgstr[0] "" msgstr[1] "" #: freezer_ui/sessions/tables.py:69 msgid "Edit Session" msgstr "" #: freezer_ui/sessions/tables.py:89 msgid "Delete Job" msgid_plural "Delete Jobs" msgstr[0] "" msgstr[1] "" #: freezer_ui/sessions/tables.py:97 msgid "Deleted Job" msgid_plural "Deleted Jobs" msgstr[0] "" msgstr[1] "" #: freezer_ui/sessions/tables.py:139 #: freezer_ui/sessions/templates/sessions/_info.html:4 msgid "Session" msgstr "" #: freezer_ui/sessions/templates/sessions/_info.html:6 msgid "A group of jobs which share the same scheduling time." msgstr "" #: freezer_ui/sessions/workflows/attach.py:27 msgid "Set a session to attach this job" msgstr "" #: freezer_ui/sessions/workflows/attach.py:28 #: freezer_ui/sessions/workflows/create.py:30 msgid "Session Name" msgstr "" #: freezer_ui/sessions/workflows/attach.py:38 msgid "Error getting session list" msgstr "" #: freezer_ui/sessions/workflows/attach.py:41 msgid "Select A Session" msgstr "" #: freezer_ui/sessions/workflows/attach.py:58 msgid "Attach" msgstr "" #: freezer_ui/sessions/workflows/attach.py:59 msgid "Job attached successfully." msgstr "" #: freezer_ui/sessions/workflows/attach.py:60 msgid "Unable to attach to session." msgstr "" #: freezer_ui/sessions/workflows/create.py:31 msgid "Define a name for this session" msgstr "" #: freezer_ui/sessions/workflows/create.py:86 msgid "Session Information" msgstr "" #: freezer_ui/sessions/workflows/create.py:105 msgid "Session queued correctly. It will appear soon" msgstr "" #: freezer_ui/sessions/workflows/create.py:106 msgid "Unable to create session." msgstr ""