From 7aaec84c5fb06a05c8de98cdabade0b8678a405b Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 1 May 2018 07:13:53 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I222aafbb93248fefe0fabb229d3d19617f44e2a7 --- .../locale/de/LC_MESSAGES/djangojs.po | 335 +----------- .../locale/en_GB/LC_MESSAGES/djangojs.po | 504 +++++++----------- .../locale/fr/LC_MESSAGES/djangojs.po | 228 +------- .../locale/id/LC_MESSAGES/djangojs.po | 333 +----------- .../locale/ja/LC_MESSAGES/djangojs.po | 89 +--- .../locale/ko_KR/LC_MESSAGES/djangojs.po | 321 +---------- .../locale/ru/LC_MESSAGES/djangojs.po | 259 +-------- .../locale/tr_TR/LC_MESSAGES/djangojs.po | 328 +----------- .../locale/zh_CN/LC_MESSAGES/djangojs.po | 310 +---------- 9 files changed, 217 insertions(+), 2490 deletions(-) diff --git a/neutron_lbaas_dashboard/locale/de/LC_MESSAGES/djangojs.po b/neutron_lbaas_dashboard/locale/de/LC_MESSAGES/djangojs.po index 452d64b..637c64f 100644 --- a/neutron_lbaas_dashboard/locale/de/LC_MESSAGES/djangojs.po +++ b/neutron_lbaas_dashboard/locale/de/LC_MESSAGES/djangojs.po @@ -1,9 +1,9 @@ # Frank Kloeker , 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: neutron-lbaas-dashboard 3.0.0.0b4.dev3\n" +"Project-Id-Version: neutron-lbaas-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2017-08-11 03:11+0000\n" +"POT-Creation-Date: 2018-03-29 00:48+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -11,198 +11,13 @@ msgstr "" "Last-Translator: Robert Simai \n" "Language-Team: German\n" "Language: de\n" -"X-Generator: Zanata 3.9.6\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #, python-format msgid "%(ip)s..." msgstr "%(ip)s..." -msgid "" -"Expected status codes:\n" -" The expected HTTP status codes to get from a successful health check. Must " -"be a single number,\n" -" a comma separated list of numbers, or a range (two numbers separated by a " -"hyphen)." -msgstr "" -"Erwartete Statuscodes:\n" -" Die erwarteten Statuscodes zu empfangen von einem erfolgreichen " -"Gesundheitscheck. Muss eine einzelne Nummer,\n" -" eine kommaseparierte Liste von Nummern oder ein Bereich (zwei Zahlen, " -"getrennt durch einen Bindestrich) sein." - -msgid "" -"HTTP method:\n" -" The HTTP method used to perform the health check." -msgstr "" -"HTTP Methode:\n" -" Die HTTP Methode, mit der der Gesundheitscheck durchgeführt wird." - -msgid "" -"IP address:\n" -" If an IP address is provided it must be a well-formed IPv4 or IPv6 " -"address. The system will\n" -" attempt to assign the provided IP address to the load balancer. If an IP " -"address is not provided\n" -" then one will be allocated for you." -msgstr "" -"IP-Adresse:\n" -" Wird eine IP-Adresse angegeben, so muss sie eine ordentlich formatierte " -"IPv4 oder IPv6 Adresse sein. Das System wird\n" -" versuchen, die bereitgestellte IP-Adresse dem Loadbalancer zuzuweisen. " -"Wird keine IP-Adresse angegeben, wird eine für\n" -" Sie reserviert." - -msgid "" -"IP address:\n" -" The IP address of the member to receive traffic from the load balancer. " -"Must be a well-formed\n" -" IPv4 or IPv6 address." -msgstr "" -"IP-Adresse:\n" -" Die IP-Adresse eines Mitglieds empfängt Datenverkehr vom Loadbalancer. Es " -"muss eine ordentlich formatierte\n" -" IPv4 oder IPv6 Adresse sein." - -msgid "" -"Interval:\n" -" The interval between health checks. Must be greater than or equal to the " -"timeout." -msgstr "" -"Intervall:\n" -" Das Intervall zwischen Gesundheitschecks. Es muss größer oder gleich dem " -"Zeitlimit sein." - -msgid "" -"Method:\n" -" The load balancer algorithm that distributes traffic to the pool members.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Allocates requests to the instance with the least " -"number of active\n" -" connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotates requests evenly between multiple instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requests from a unique source IP address are consistently " -"directed to the same instance.\n" -"
  • \n" -"
" -msgstr "" -"Methode:\n" -" Der Loadbalancer-Algorithmus, der den Datenverkehr an die Pool-Mitglieder " -"verteilt.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: verweise Anfragen an die Instanz mit der geringsten " -"Anzahl von\n" -" aktiven Verbindungen connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Zirkuliert Anfragen gleichmäßig zwischen multiplen " -"Instanzen.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Anfragen einer bestimmten Quell-IP-Adresse werden beständig " -"an die gleiche Instanz geleitet.\n" -"
  • \n" -"
" - -msgid "" -"Port:\n" -" The port on which the front end listens. Must be an integer from 1 to " -"65535." -msgstr "" -"Port:\n" -" Der Port, auf den das Frontend hört. Es muss eine Ganzzahl zwischen 1 und " -"65535 sein." - -msgid "" -"Port:\n" -" The port on which the member listens for traffic. Must be a number from 1 " -"to 65535." -msgstr "" -"Port:\n" -" Der Port, auf dem das Mitglied auf Datenverkehr wartet. Es muss eine Zahl " -"zwischen 1 und 65535 sein." - -msgid "" -"Protocol:\n" -" The protocol for which the front end listens. The TERMINATED_HTTPS " -"protocol is only available if\n" -" the key-manager service is enabled and you have authority to list " -"certificate containers and\n" -" secrets." -msgstr "" -"Protokoll:\n" -" Das Protokoll, auf dass das Frontend hört. Das TERMINATED_HTTPS Protokoll " -"ist nur verfügbar,\n" -" wenn der Schlüsselmanager aktiviert ist und Sie die Berechtigung haben, " -"Zertifikatcontainer\n" -" und Secrets aufzulisten." - -msgid "" -"Retries:\n" -" The number of allowed connection failures before marking the member as " -"inactive. Must be a\n" -" number from 1 to 10." -msgstr "" -"Erneute Versuche:\n" -" Die Anzahl der erlaubten Verbindungsfehler, bevor das Mitglied als inaktiv " -"markiert wird.\n" -" Es muss eine Zahl zwischen 1 und 10 sein." - -msgid "" -"Subnet:\n" -" The network on which to allocate the load balancer's IP address." -msgstr "" -"Subnetz:\n" -" Das Netzwerk, aus welchem dem Loadbalancer eine IP-Adresse zugewiesen wird." - -msgid "" -"Subnet:\n" -" The network which contains the IP address of the member." -msgstr "" -"Subnetz:\n" -" Das Netzwerk, welches die IP-Adresse des Mitgliedes enthält." - -msgid "" -"Timeout:\n" -" The time after which a health check times out. Must be a number greater " -"than or equal to 0\n" -" and less than or equal to the interval." -msgstr "" -"Zeitlimit:\n" -" Die Zeit, nach der ein Gesundheitscheck abläuft.\n" -" Es muss eine Zahl größer oder gleich 0 sein und kleiner oder gleich dem " -"Intervall." - -msgid "" -"URL path:\n" -" The target of the health check HTTP request to the member. Must be a valid " -"URL path." -msgstr "" -"URL Pfad:\n" -" Das Ziel der Gesundheitscheck-HTTP-Anfrage an das Mitglied. Muss ein " -"gültiger URL-Pfad sein." - -msgid "" -"Weight:\n" -" The weight of a member determines the portion of requests or connections " -"it services compared\n" -" to the other members of the pool. A higher weight means it will receive " -"more traffic. Must be\n" -" a number from 1 to 256." -msgstr "" -"Gewicht:\n" -" Das Gewicht eines Mitgliedes bestimmt die Menge an Anfragen oder " -"Verbindungen, die es bedient,\n" -" verglichen mit den anderen Mitgliedern des Pools. Ein höheres Gewicht " -"bedeutet es empfängt mehr\n" -" Datenverkehr. Muss eine Zahl zwischen 1 und 256 sein." - msgid "A new health monitor is being created." msgstr "Ein neuer Gesundheitsmonitor wurde erstellt." @@ -396,13 +211,6 @@ msgstr "Ablaufdatum" msgid "Floating IP Address" msgstr "Floating IP-Adresse" -msgid "" -"Floating IP address or pool\n" -" " -msgstr "" -"Floating-IP-Adresse oder Pool\n" -" " - msgid "Floating IP addresses" msgstr "Floating-IP-Adressen" @@ -424,41 +232,6 @@ msgstr "ID" msgid "IP Address" msgstr "IP-Adresse" -msgid "" -"IP Address\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " -msgstr "" -"IP Adresse\n" -" 0\">\n" -" \n" -" \n" -" Subnetz\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Gewicht\n" -" " - #, python-format msgid "IP Addresses (%(count)s)" msgstr "IP-Adressen (%(count)s)" @@ -478,13 +251,6 @@ msgstr "" msgid "Inactive" msgstr "Inaktiv" -msgid "" -"Interval (sec)\n" -" " -msgstr "" -"Intervall (Sek)\n" -" " - msgid "Least Connections" msgstr "Letzte Verbindungen" @@ -541,26 +307,12 @@ msgstr "" "empfangen. Jedes Mitglied\n" " muss eine einmalige Kombination aus IP-Adresse und Port haben." -msgid "" -"Method\n" -" " -msgstr "" -"Methode\n" -" " - msgid "Monitor Details" msgstr "Monitordetails" msgid "Monitor ID" msgstr "Monitor-ID" -msgid "" -"Monitor type\n" -" " -msgstr "" -"Monitortyp\n" -" " - msgid "Name" msgstr "Name" @@ -618,26 +370,12 @@ msgstr "Pool-Mitglied Gewicht wurde aktualisiert." msgid "Port" msgstr "Port" -msgid "" -"Port\n" -" " -msgstr "" -"Port\n" -" " - msgid "Port ID" msgstr "Port-ID" msgid "Protocol" msgstr "Protokoll" -msgid "" -"Protocol\n" -" " -msgstr "" -"Protokoll\n" -" " - msgid "Protocol Port" msgstr "Protokollport" @@ -662,13 +400,6 @@ msgstr "Provisionierungsstatus" msgid "Remove" msgstr "Entfernen" -msgid "" -"Retries\n" -" " -msgstr "" -"Anzahl Wiederholungen\n" -" " - msgid "Round Robin" msgstr "Rundlauf-Verfahren" @@ -696,13 +427,6 @@ msgstr "Sitzungspersistenz" msgid "Source IP" msgstr "Quell-IP" -msgid "" -"Subnet\n" -" " -msgstr "" -"Subnetz\n" -" " - msgid "Subnet ID" msgstr "Subnetz-ID" @@ -838,13 +562,6 @@ msgstr "" msgid "Timeout" msgstr "Zeitlimit" -msgid "" -"Timeout (sec)\n" -" " -msgstr "" -"Zeitlimit (Sek)\n" -" " - msgid "Type" msgstr "Typ" @@ -955,55 +672,9 @@ msgstr "Pool aktualisieren" msgid "Update Weight" msgstr "Gewicht aktualisieren" -msgid "" -"Use the key-manager service to create any certificate containers before " -"creating the listener.\n" -" The following documentation provides information on how to create a " -"certificate container:\n" -" " -msgstr "" -"Verwenden Sie den Key-Manager Dienst zum Erzeugen von Zertifikatcontainern, " -"bevor Sie den Listener erstellen.\n" -" Die folgende Dokumentation gibt Ihnen Informationen, wie man einen " -"Zertifikatcontainer erstellt:\n" -" " - msgid "Weight" msgstr "Gewicht" -msgid "" -"Weight\n" -" " -msgstr "" -"Gewicht\n" -" " - #, python-format msgid "" "You are about to disassociate the floating IP address from load balancer \"%s" diff --git a/neutron_lbaas_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po b/neutron_lbaas_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po index dc482fc..cd18b2b 100644 --- a/neutron_lbaas_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po +++ b/neutron_lbaas_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po @@ -1,13 +1,14 @@ # Andi Chandler , 2017. #zanata +# Andi Chandler , 2018. #zanata msgid "" msgstr "" "Project-Id-Version: neutron-lbaas-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-02-05 21:38+0000\n" +"POT-Creation-Date: 2018-03-29 00:48+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2017-10-09 12:39+0000\n" +"PO-Revision-Date: 2018-04-30 10:11+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -18,189 +19,6 @@ msgstr "" msgid "%(ip)s..." msgstr "%(ip)s..." -msgid "" -"Expected status codes:\n" -" The expected HTTP status codes to get from a successful health check. Must " -"be a single number,\n" -" a comma separated list of numbers, or a range (two numbers separated by a " -"hyphen)." -msgstr "" -"Expected status codes:\n" -" The expected HTTP status codes to get from a successful health check. Must " -"be a single number,\n" -" a comma separated list of numbers, or a range (two numbers separated by a " -"hyphen)." - -msgid "" -"HTTP method:\n" -" The HTTP method used to perform the health check." -msgstr "" -"HTTP method:\n" -" The HTTP method used to perform the health check." - -msgid "" -"IP address:\n" -" If an IP address is provided it must be a well-formed IPv4 or IPv6 " -"address. The system will\n" -" attempt to assign the provided IP address to the load balancer. If an IP " -"address is not provided\n" -" then one will be allocated for you." -msgstr "" -"IP address:\n" -" If an IP address is provided it must be a well-formed IPv4 or IPv6 " -"address. The system will\n" -" attempt to assign the provided IP address to the load balancer. If an IP " -"address is not provided\n" -" then one will be allocated for you." - -msgid "" -"IP address:\n" -" The IP address of the member to receive traffic from the load balancer. " -"Must be a well-formed\n" -" IPv4 or IPv6 address." -msgstr "" -"IP address:\n" -" The IP address of the member to receive traffic from the load balancer. " -"Must be a well-formed\n" -" IPv4 or IPv6 address." - -msgid "" -"Interval:\n" -" The interval between health checks. Must be greater than or equal to the " -"timeout." -msgstr "" -"Interval:\n" -" The interval between health checks. Must be greater than or equal to the " -"timeout." - -msgid "" -"Method:\n" -" The load balancer algorithm that distributes traffic to the pool members.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Allocates requests to the instance with the least " -"number of active\n" -" connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotates requests evenly between multiple instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requests from a unique source IP address are consistently " -"directed to the same instance.\n" -"
  • \n" -"
" -msgstr "" -"Method:\n" -" The load balancer algorithm that distributes traffic to the pool members.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Allocates requests to the instance with the least " -"number of active\n" -" connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotates requests evenly between multiple instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requests from a unique source IP address are consistently " -"directed to the same instance.\n" -"
  • \n" -"
" - -msgid "" -"Port:\n" -" The port on which the front end listens. Must be an integer from 1 to " -"65535." -msgstr "" -"Port:\n" -" The port on which the front end listens. Must be an integer from 1 to " -"65535." - -msgid "" -"Port:\n" -" The port on which the member listens for traffic. Must be a number from 1 " -"to 65535." -msgstr "" -"Port:\n" -" The port on which the member listens for traffic. Must be a number from 1 " -"to 65535." - -msgid "" -"Protocol:\n" -" The protocol for which the front end listens. The TERMINATED_HTTPS " -"protocol is only available if\n" -" the key-manager service is enabled and you have authority to list " -"certificate containers and\n" -" secrets." -msgstr "" -"Protocol:\n" -" The protocol for which the front end listens. The TERMINATED_HTTPS " -"protocol is only available if\n" -" the key-manager service is enabled and you have authority to list " -"certificate containers and\n" -" secrets." - -msgid "" -"Retries:\n" -" The number of allowed connection failures before marking the member as " -"inactive. Must be a\n" -" number from 1 to 10." -msgstr "" -"Retries:\n" -" The number of allowed connection failures before marking the member as " -"inactive. Must be a\n" -" number from 1 to 10." - -msgid "" -"Subnet:\n" -" The network on which to allocate the load balancer's IP address." -msgstr "" -"Subnet:\n" -" The network on which to allocate the load balancer's IP address." - -msgid "" -"Subnet:\n" -" The network which contains the IP address of the member." -msgstr "" -"Subnet:\n" -" The network which contains the IP address of the member." - -msgid "" -"Timeout:\n" -" The time after which a health check times out. Must be a number greater " -"than or equal to 0\n" -" and less than or equal to the interval." -msgstr "" -"Timeout:\n" -" The time after which a health check times out. Must be a number greater " -"than or equal to 0\n" -" and less than or equal to the interval." - -msgid "" -"URL path:\n" -" The target of the health check HTTP request to the member. Must be a valid " -"URL path." -msgstr "" -"URL path:\n" -" The target of the health check HTTP request to the member. Must be a valid " -"URL path." - -msgid "" -"Weight:\n" -" The weight of a member determines the portion of requests or connections " -"it services compared\n" -" to the other members of the pool. A higher weight means it will receive " -"more traffic. Must be\n" -" a number from 1 to 256." -msgstr "" -"Weight:\n" -" The weight of a member determines the portion of requests or connections " -"it services compared\n" -" to the other members of the pool. A higher weight means it will receive " -"more traffic. Must be\n" -" a number from 1 to 256." - msgid "A new health monitor is being created." msgstr "A new health monitor is being created." @@ -388,18 +206,17 @@ msgstr "Expected Codes" msgid "Expected status codes" msgstr "Expected status codes" +msgid "Expected status codes:" +msgstr "Expected status codes:" + msgid "Expiration Date" msgstr "Expiration Date" msgid "Floating IP Address" msgstr "Floating IP Address" -msgid "" -"Floating IP address or pool\n" -" " -msgstr "" -"Floating IP address or pool\n" -" " +msgid "Floating IP address or pool" +msgstr "Floating IP address or pool" msgid "Floating IP addresses" msgstr "Floating IP addresses" @@ -413,6 +230,9 @@ msgstr "HTTP Method" msgid "HTTP method" msgstr "HTTP method" +msgid "HTTP method:" +msgstr "HTTP method:" + msgid "Health Monitor ID" msgstr "Health Monitor ID" @@ -422,41 +242,6 @@ msgstr "ID" msgid "IP Address" msgstr "IP Address" -msgid "" -"IP Address\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " -msgstr "" -"IP Address\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " - #, python-format msgid "IP Addresses (%(count)s)" msgstr "IP Addresses (%(count)s)" @@ -464,6 +249,22 @@ msgstr "IP Addresses (%(count)s)" msgid "IP address" msgstr "IP address" +msgid "IP address:" +msgstr "IP address:" + +msgid "" +"If an IP address is provided it must be a well-formed IPv4 or IPv6 address. " +"The system will\n" +" attempt to assign the provided IP address to the load balancer. If an IP " +"address is not provided\n" +" then one will be allocated for you." +msgstr "" +"If an IP address is provided it must be a well-formed IPv4 or IPv6 address. " +"The system will\n" +" attempt to assign the provided IP address to the load balancer. If an IP " +"address is not provided\n" +" then one will be allocated for you." + msgid "" "If the listener uses the TERMINATED_HTTPS protocol, then one or more SSL " "certificates must\n" @@ -476,12 +277,26 @@ msgstr "" msgid "Inactive" msgstr "Inactive" +msgid "Interval (sec)" +msgstr "Interval (sec)" + +msgid "Interval:" +msgstr "Interval:" + +msgid "Key Manager API Guide: Creating a Certificate Container" +msgstr "Key Manager API Guide: Creating a Certificate Container" + +msgid "Key Manager Service Command-Line Client" +msgstr "Key Manager Service Command-Line Client" + msgid "" -"Interval (sec)\n" -" " +"LEAST_CONNECTIONS: Allocates requests to the instance with the least number " +"of active\n" +" connections." msgstr "" -"Interval (sec)\n" -" " +"LEAST_CONNECTIONS: Allocates requests to the instance with the least number " +"of active\n" +" connections." msgid "Least Connections" msgstr "Least Connections" @@ -539,12 +354,11 @@ msgstr "" "balancer. Each\n" " member must have a unique combination of IP address and port." -msgid "" -"Method\n" -" " -msgstr "" -"Method\n" -" " +msgid "Method" +msgstr "Method" + +msgid "Method:" +msgstr "Method:" msgid "Monitor Details" msgstr "Monitor Details" @@ -552,12 +366,8 @@ msgstr "Monitor Details" msgid "Monitor ID" msgstr "Monitor ID" -msgid "" -"Monitor type\n" -" " -msgstr "" -"Monitor type\n" -" " +msgid "Monitor type" +msgstr "Monitor type" msgid "Name" msgstr "Name" @@ -616,29 +426,21 @@ msgstr "Pool member weight has been updated." msgid "Port" msgstr "Port" -msgid "" -"Port\n" -" " -msgstr "" -"Port\n" -" " - msgid "Port ID" msgstr "Port ID" +msgid "Port:" +msgstr "Port:" + msgid "Protocol" msgstr "Protocol" -msgid "" -"Protocol\n" -" " -msgstr "" -"Protocol\n" -" " - msgid "Protocol Port" msgstr "Protocol Port" +msgid "Protocol:" +msgstr "Protocol:" + msgid "Provide the details for the health monitor." msgstr "Provide the details for the health monitor." @@ -657,19 +459,28 @@ msgstr "Provider" msgid "Provisioning Status" msgstr "Provisioning Status" +msgid "ROUND_ROBIN: Rotates requests evenly between multiple instances." +msgstr "ROUND_ROBIN: Rotates requests evenly between multiple instances." + msgid "Remove" msgstr "Remove" -msgid "" -"Retries\n" -" " -msgstr "" -"Retries\n" -" " +msgid "Retries" +msgstr "Retries" + +msgid "Retries:" +msgstr "Retries:" msgid "Round Robin" msgstr "Round Robin" +msgid "" +"SOURCE_IP: Requests from a unique source IP address are consistently " +"directed to the same instance." +msgstr "" +"SOURCE_IP: Requests from a unique source IP address are consistently " +"directed to the same instance." + msgid "SSL Certificates" msgstr "SSL Certificates" @@ -692,16 +503,15 @@ msgstr "Session Persistence" msgid "Source IP" msgstr "Source IP" -msgid "" -"Subnet\n" -" " -msgstr "" -"Subnet\n" -" " +msgid "Subnet" +msgstr "Subnet" msgid "Subnet ID" msgstr "Subnet ID" +msgid "Subnet:" +msgstr "Subnet:" + msgid "Tenant ID" msgstr "Tenant ID" @@ -718,12 +528,35 @@ msgstr "" "found in the Available\n" " Instances table." +msgid "The HTTP method used to perform the health check." +msgstr "The HTTP method used to perform the health check." + msgid "The IP address is not valid." msgstr "The IP address is not valid." +msgid "" +"The IP address of the member to receive traffic from the load balancer. Must " +"be a well-formed\n" +" IPv4 or IPv6 address." +msgstr "" +"The IP address of the member to receive traffic from the Load Balancer. Must " +"be a well-formed\n" +" IPv4 or IPv6 address." + msgid "The URL path is not valid." msgstr "The URL path is not valid." +msgid "" +"The expected HTTP status codes to get from a successful health check. Must " +"be a single number,\n" +" a comma separated list of numbers, or a range (two numbers separated by a " +"hyphen)." +msgstr "" +"The expected HTTP status codes to get from a successful health check. Must " +"be a single number,\n" +" a comma separated list of numbers, or a range (two numbers separated by a " +"hyphen)." + msgid "The expected status code is not valid." msgstr "The expected status code is not valid." @@ -783,9 +616,21 @@ msgstr "" "have one health\n" " monitor." +msgid "" +"The interval between health checks. Must be greater than or equal to the " +"timeout." +msgstr "" +"The interval between health checks. Must be greater than or equal to the " +"timeout." + msgid "The listener has been updated." msgstr "The listener has been updated." +msgid "" +"The load balancer algorithm that distributes traffic to the pool members." +msgstr "" +"The load balancer algorithm that distributes traffic to the pool members." + msgid "The load balancer has been updated." msgstr "The load balancer has been updated." @@ -799,6 +644,21 @@ msgstr "" msgid "The max retry count must be a number between 1 and 10." msgstr "The max retry count must be a number between 1 and 10." +msgid "The network on which to allocate the load balancer's IP address." +msgstr "The network on which to allocate the Load Balancer's IP address." + +msgid "The network which contains the IP address of the member." +msgstr "The network which contains the IP address of the member." + +msgid "" +"The number of allowed connection failures before marking the member as " +"inactive. Must be a\n" +" number from 1 to 10." +msgstr "" +"The number of allowed connection failures before marking the member as " +"inactive. Must be a\n" +" number from 1 to 10." + msgid "The pool has been updated." msgstr "The pool has been updated." @@ -813,12 +673,66 @@ msgid "" msgstr "" "The port must be unique among all listeners attached to this load balancer." +msgid "" +"The port on which the front end listens. Must be an integer from 1 to 65535." +msgstr "" +"The port on which the front end listens. Must be an integer from 1 to 65535." + +msgid "" +"The port on which the member listens for traffic. Must be a number from 1 to " +"65535." +msgstr "" +"The port on which the member listens for traffic. Must be a number from 1 to " +"65535." + +msgid "" +"The protocol for which the front end listens. The TERMINATED_HTTPS protocol " +"is only available if\n" +" the key-manager service is enabled and you have authority to list " +"certificate containers and\n" +" secrets." +msgstr "" +"The protocol for which the front end listens. The TERMINATED_HTTPS protocol " +"is only available if\n" +" the key-manager service is enabled and you have authority to list " +"certificate containers and\n" +" secrets." + +msgid "" +"The target of the health check HTTP request to the member. Must be a valid " +"URL path." +msgstr "" +"The target of the health check HTTP request to the member. Must be a valid " +"URL path." + +msgid "" +"The time after which a health check times out. Must be a number greater than " +"or equal to 0\n" +" and less than or equal to the interval." +msgstr "" +"The time after which a health check times out. Must be a number greater than " +"or equal to 0\n" +" and less than or equal to the interval." + msgid "The timeout must be a number greater than or equal to 0." msgstr "The timeout must be a number greater than or equal to 0." msgid "The weight must be a number between 1 and 256." msgstr "The weight must be a number between 1 and 256." +msgid "" +"The weight of a member determines the portion of requests or connections it " +"services compared\n" +" to the other members of the pool. A higher weight means it will receive " +"more traffic. Must be\n" +" a number from 1 to 256." +msgstr "" +"The weight of a member determines the portion of requests or connections it " +"services compared\n" +" to the other members of the pool. A higher weight means it will receive " +"more traffic. Must be\n" +" a number from 1 to 256." + msgid "" "The weight of a member determines the portion of requests or connections it " "services compared to the other members of the pool." @@ -829,12 +743,11 @@ msgstr "" msgid "Timeout" msgstr "Timeout" -msgid "" -"Timeout (sec)\n" -" " -msgstr "" -"Timeout (sec)\n" -" " +msgid "Timeout (sec)" +msgstr "Timeout (sec)" + +msgid "Timeout:" +msgstr "Timeout:" msgid "Type" msgstr "Type" @@ -845,6 +758,9 @@ msgstr "URL Path" msgid "URL path" msgstr "URL path" +msgid "URL path:" +msgstr "URL path:" + msgid "Unable to create health monitor." msgstr "Unable to create health monitor." @@ -949,50 +865,18 @@ msgid "" "Use the key-manager service to create any certificate containers before " "creating the listener.\n" " The following documentation provides information on how to create a " -"certificate container:\n" -" " +"certificate container:" msgstr "" "Use the key-manager service to create any certificate containers before " "creating the listener.\n" " The following documentation provides information on how to create a " -"certificate container:\n" -" " +"certificate container:" msgid "Weight" msgstr "Weight" -msgid "" -"Weight\n" -" " -msgstr "" -"Weight\n" -" " +msgid "Weight:" +msgstr "Weight:" #, python-format msgid "" diff --git a/neutron_lbaas_dashboard/locale/fr/LC_MESSAGES/djangojs.po b/neutron_lbaas_dashboard/locale/fr/LC_MESSAGES/djangojs.po index 7b85997..49fc549 100644 --- a/neutron_lbaas_dashboard/locale/fr/LC_MESSAGES/djangojs.po +++ b/neutron_lbaas_dashboard/locale/fr/LC_MESSAGES/djangojs.po @@ -1,145 +1,25 @@ -# Cedric Savignan , 2017. #zanata # Corinne Verheyde , 2017. #zanata +# Cédric Savignan , 2017. #zanata # Loic Nicolle , 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: neutron-lbaas-dashboard 3.0.1.dev6\n" +"Project-Id-Version: neutron-lbaas-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2017-09-28 01:36+0000\n" +"POT-Creation-Date: 2018-03-29 00:48+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2017-10-05 02:15+0000\n" -"Last-Translator: Cedric Savignan \n" +"Last-Translator: Cédric Savignan \n" "Language-Team: French\n" "Language: fr\n" -"X-Generator: Zanata 3.9.6\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #, python-format msgid "%(ip)s..." msgstr "%(ip)s..." -msgid "" -"HTTP method:\n" -" The HTTP method used to perform the health check." -msgstr "" -"HTTP method:\n" -" Méthode HTTP utilisée pour vérifier l'état de santé." - -msgid "" -"IP address:\n" -" If an IP address is provided it must be a well-formed IPv4 or IPv6 " -"address. The system will\n" -" attempt to assign the provided IP address to the load balancer. If an IP " -"address is not provided\n" -" then one will be allocated for you." -msgstr "" -"Adresse IP:\n" -"Si une adresse IP est fournie, elle doit être une adresse IPv4 ou IPv6 au " -"bon format. Le système tentera d’attribuer l’adresse IP fournie au " -"répartiteur de charge. Si une adresse IP n’est pas fournie alors il en sera " -"alloué une pour vous." - -msgid "" -"IP address:\n" -" The IP address of the member to receive traffic from the load balancer. " -"Must be a well-formed\n" -" IPv4 or IPv6 address." -msgstr "" -"Adresse IP:\n" -" L'adresse IP du membre recevant du trafic du répartiteur de charge. Doit " -"être une adresse IPv4 ou IPv6\n" -" au bon format." - -msgid "" -"Interval:\n" -" The interval between health checks. Must be greater than or equal to the " -"timeout." -msgstr "" -"Intervalle:\n" -"L'intervalle entre chaque diagnostic d'intégrité. Doit être supérieur ou " -"égal au délai d'attente." - -msgid "" -"Method:\n" -" The load balancer algorithm that distributes traffic to the pool members.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Allocates requests to the instance with the least " -"number of active\n" -" connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotates requests evenly between multiple instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requests from a unique source IP address are consistently " -"directed to the same instance.\n" -"
  • \n" -"
" -msgstr "" -"Méthode:\n" -" L'algorithme du répartiteur de charge distribuant le trafic aux membres du " -"pool.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: LEAST_CONNECTIONS: Allocation des requêtes à " -"l'instance \n" -" possédant le moins de connexions actives. .\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotation des requêtes alternativement entre les " -"différentes instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requêtes d'une même adresse IP source sont toujours " -"dirigées vers la même instance.\n" -"
  • \n" -"
" - -msgid "" -"Port:\n" -" The port on which the front end listens. Must be an integer from 1 to " -"65535." -msgstr "" -"Port:\n" -" Le port sur lequel le front end écoute. Doit être un entier de 1 à 65535." - -msgid "" -"Port:\n" -" The port on which the member listens for traffic. Must be a number from 1 " -"to 65535." -msgstr "" -"Port:\n" -"Le port sur lequel le membre écoute le trafic. Doit être un nombre de 1 à " -"65535." - -msgid "" -"Retries:\n" -" The number of allowed connection failures before marking the member as " -"inactive. Must be a\n" -" number from 1 to 10." -msgstr "" -"Tentatives:\n" -"Le nombre de connexions en échecs avant de définir le membre comme inactif. " -"Doit être un \n" -"nombre entre 1 et 10." - -msgid "" -"Subnet:\n" -" The network on which to allocate the load balancer's IP address." -msgstr "" -"Sous-réseau:\n" -"Le réseau dans lequel allouer l'adresse IP du répartiteur de charge." - -msgid "" -"Subnet:\n" -" The network which contains the IP address of the member." -msgstr "" -"Sous-réseau:\n" -"Le réseau contenant l'adresse IP du membre." - msgid "A new health monitor is being created." msgstr "Un nouveau moniteur de santé est en cours de création." @@ -321,41 +201,6 @@ msgstr "ID" msgid "IP Address" msgstr "Adresse IP" -msgid "" -"IP Address\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " -msgstr "" -"Adresse IP\n" -" 0\">\n" -" \n" -" \n" -" Sous-réseau\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Poids\n" -" " - #, python-format msgid "IP Addresses (%(count)s)" msgstr "Adresses IP (%(count)s)" @@ -366,13 +211,6 @@ msgstr "Adresse IP" msgid "Inactive" msgstr "Inactif" -msgid "" -"Interval (sec)\n" -" " -msgstr "" -"Intervalle (sec)\n" -" " - msgid "Least Connections" msgstr "Connexions minimales" @@ -407,26 +245,12 @@ msgstr "ID du membre" msgid "Members" msgstr "Membres" -msgid "" -"Method\n" -" " -msgstr "" -"Méthode\n" -" " - msgid "Monitor Details" msgstr "Détails du moniteur" msgid "Monitor ID" msgstr "ID du moniteur" -msgid "" -"Monitor type\n" -" " -msgstr "" -"Type de moniteur\n" -" " - msgid "Name" msgstr "Nom" @@ -481,26 +305,12 @@ msgstr "Membres du pool" msgid "Port" msgstr "Port" -msgid "" -"Port\n" -" " -msgstr "" -"Port\n" -" " - msgid "Port ID" msgstr "ID port" msgid "Protocol" msgstr "Protocole" -msgid "" -"Protocol\n" -" " -msgstr "" -"Protocole\n" -" " - msgid "Protocol Port" msgstr "Port de protocole" @@ -519,13 +329,6 @@ msgstr "Statut de Déploiement" msgid "Remove" msgstr "Retirer" -msgid "" -"Retries\n" -" " -msgstr "" -"Tentatives\n" -" " - msgid "Round Robin" msgstr "Round Robin" @@ -541,13 +344,6 @@ msgstr "Persistance de session" msgid "Source IP" msgstr "IP source" -msgid "" -"Subnet\n" -" " -msgstr "" -"Sous-réseau\n" -" " - msgid "Subnet ID" msgstr "ID sous-réseau" @@ -602,13 +398,6 @@ msgstr "Le poids doit être un nombre compris entre 1 et 256" msgid "Timeout" msgstr "Délai d'attente" -msgid "" -"Timeout (sec)\n" -" " -msgstr "" -"Délai d'attente (sec)\n" -" " - msgid "Type" msgstr "Type" @@ -720,13 +509,6 @@ msgstr "Mettre à jour les poids" msgid "Weight" msgstr "Poids" -msgid "" -"Weight\n" -" " -msgstr "" -"Poids\n" -" " - #, python-format msgid "" "You are about to disassociate the floating IP address from load balancer \"%s" diff --git a/neutron_lbaas_dashboard/locale/id/LC_MESSAGES/djangojs.po b/neutron_lbaas_dashboard/locale/id/LC_MESSAGES/djangojs.po index f38189b..f63d4c7 100644 --- a/neutron_lbaas_dashboard/locale/id/LC_MESSAGES/djangojs.po +++ b/neutron_lbaas_dashboard/locale/id/LC_MESSAGES/djangojs.po @@ -1,9 +1,9 @@ # suhartono , 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: neutron-lbaas-dashboard 3.0.0.0b4.dev2\n" +"Project-Id-Version: neutron-lbaas-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2017-08-07 16:14+0000\n" +"POT-Creation-Date: 2018-03-29 00:48+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -11,196 +11,13 @@ msgstr "" "Last-Translator: suhartono \n" "Language-Team: Indonesian\n" "Language: id\n" -"X-Generator: Zanata 3.9.6\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=1; plural=0\n" #, python-format msgid "%(ip)s..." msgstr "%(ip)s..." -msgid "" -"Expected status codes:\n" -" The expected HTTP status codes to get from a successful health check. Must " -"be a single number,\n" -" a comma separated list of numbers, or a range (two numbers separated by a " -"hyphen)." -msgstr "" -"Expected status codes:\n" -"Kode status HTTP yang diharapkan untuk mendapatkan dari pemeriksaan " -"kesehatan yang sukses. Harus nomor tunggal, \n" -"   daftar nomor yang dipisahkan koma, atau kisaran (dua angka yang " -"dipisahkan oleh tanda hubung)." - -msgid "" -"HTTP method:\n" -" The HTTP method used to perform the health check." -msgstr "" -"HTTP method:\n" -"Metode HTTP yang digunakan untuk melakukan cek kesehatan." - -msgid "" -"IP address:\n" -" If an IP address is provided it must be a well-formed IPv4 or IPv6 " -"address. The system will\n" -" attempt to assign the provided IP address to the load balancer. If an IP " -"address is not provided\n" -" then one will be allocated for you." -msgstr "" -"IP address:\n" -" Jika alamat IP disediakan, maka itu harus menjadi alamat IPv4 atau IPv6 " -"well-formed. Sistem akan\n" -"   mencoba untuk menetapkan alamat IP yang disediakan untuk penyeimbang " -"beban. Jika alamat IP tidak disediakan\n" -"   maka salah satu akan dialokasikan untuk Anda." - -msgid "" -"IP address:\n" -" The IP address of the member to receive traffic from the load balancer. " -"Must be a well-formed\n" -" IPv4 or IPv6 address." -msgstr "" -"IP address:\n" -" Alamat IP dari anggota untuk menerima lalu lintas dari penyeimbang beban. " -"Harus alamat \n" -"   IPv4 atau IPv6 well-formed." - -msgid "" -"Interval:\n" -" The interval between health checks. Must be greater than or equal to the " -"timeout." -msgstr "" -"Interval:\n" -"Jarak waktu antara pemeriksaan kesehatan. Harus lebih besar dari atau sama " -"dengan batas waktu (timeout)." - -msgid "" -"Method:\n" -" The load balancer algorithm that distributes traffic to the pool members.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Allocates requests to the instance with the least " -"number of active\n" -" connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotates requests evenly between multiple instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requests from a unique source IP address are consistently " -"directed to the same instance.\n" -"
  • \n" -"
" -msgstr "" -"Method:\n" -"Algoritma penyeimbang beban yang mendistribusikan lalu lintas kepada anggota " -"kolam.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Allocates requests to the instance with the least " -"number of active\n" -" connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotates requests evenly between multiple instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requests from a unique source IP address are consistently " -"directed to the same instance.\n" -"
  • \n" -"
" - -msgid "" -"Port:\n" -" The port on which the front end listens. Must be an integer from 1 to " -"65535." -msgstr "" -"Port:\n" -" Port dimana ujung depannya mendengarkan. Harus integer 1sampai 65535." - -msgid "" -"Port:\n" -" The port on which the member listens for traffic. Must be a number from 1 " -"to 65535." -msgstr "" -"Port:\n" -" port dimana anggota mendengarkan lalu lintas. Harus berupa angka 1 sampai " -"65535." - -msgid "" -"Protocol:\n" -" The protocol for which the front end listens. The TERMINATED_HTTPS " -"protocol is only available if\n" -" the key-manager service is enabled and you have authority to list " -"certificate containers and\n" -" secrets." -msgstr "" -"Protocol:\n" -" Protokol dimana ujung depannya mendengarkan. Protokol TERMINATED_HTTPS ini " -"hanya tersedia jika\n" -"   layanan key-manager diaktifkan dan Anda memiliki kewenangan untuk " -"mendaftar kontainer sertifikat dan\n" -"   kerahasiaan." - -msgid "" -"Retries:\n" -" The number of allowed connection failures before marking the member as " -"inactive. Must be a\n" -" number from 1 to 10." -msgstr "" -"Retries:\n" -"Jumlah kegagalan koneksi yang diperbolehkan sebelum menandai anggota sebagai " -"tidak aktif. Harus\n" -"   nomor dari 1 sampai 10." - -msgid "" -"Subnet:\n" -" The network on which to allocate the load balancer's IP address." -msgstr "" -"Subnet:\n" -" Jaringan yang mengalokasikan alamat IP milik penyeimbang beban ini." - -msgid "" -"Subnet:\n" -" The network which contains the IP address of the member." -msgstr "" -"Subnet:\n" -"Jaringan yang berisi alamat IP dari anggota." - -msgid "" -"Timeout:\n" -" The time after which a health check times out. Must be a number greater " -"than or equal to 0\n" -" and less than or equal to the interval." -msgstr "" -"Timeout:\n" -" Waktu setelah beberapa kali pemeriksaan kesehatan keluar. Harus angka yang " -"lebih besar dari atau sama dengan 0\n" -"   dan kurang dari atau sama dengan interval." - -msgid "" -"URL path:\n" -" The target of the health check HTTP request to the member. Must be a valid " -"URL path." -msgstr "" -"URL path:\n" -"Target dari permintaan HTTP cek kesehatan ke anggota. Harus path URL yang " -"valid." - -msgid "" -"Weight:\n" -" The weight of a member determines the portion of requests or connections " -"it services compared\n" -" to the other members of the pool. A higher weight means it will receive " -"more traffic. Must be\n" -" a number from 1 to 256." -msgstr "" -"Weight:\n" -" Berat anggota menentukan porsi permintaan atau koneksi layanan IT " -"dibandingkan\n" -"   degan anggota lain dari kolam. Sebuah berat yang lebih tinggi berarti " -"akan menerima lebih banyak lalu lintas. Harus dalam \n" -"   nomor 1 sampai 256." - msgid "A new health monitor is being created." msgstr "Sebuah pemantauan kesehatan baru sedang dibuat." @@ -394,13 +211,6 @@ msgstr "Expiration Date (tanggal kadaluarsa)" msgid "Floating IP Address" msgstr "Floating IP Address (alamat IP mengambang)" -msgid "" -"Floating IP address or pool\n" -" " -msgstr "" -"Kolam atau alamat IP mengambang " - msgid "Floating IP addresses" msgstr "Floating IP addresses (alamat IP mengambang)" @@ -422,41 +232,6 @@ msgstr "ID" msgid "IP Address" msgstr "IP Address (alamat IP)" -msgid "" -"IP Address\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " -msgstr "" -"Alamat IP\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " - #, python-format msgid "IP Addresses (%(count)s)" msgstr "Alamat IP (%(count)s)" @@ -476,13 +251,6 @@ msgstr "" msgid "Inactive" msgstr "Inactive" -msgid "" -"Interval (sec)\n" -" " -msgstr "" -"Interval (sec)\n" -" " - msgid "Least Connections" msgstr "Least Connections (koneksi paling sedikit)" @@ -539,26 +307,12 @@ msgstr "" "penyeimbang beban. Setiap\n" "   anggota harus memiliki kombinasi yang unik dari alamat IP dan port." -msgid "" -"Method\n" -" " -msgstr "" -"Method\n" -" " - msgid "Monitor Details" msgstr "Monitor Details (rincian pemantauan)" msgid "Monitor ID" msgstr "Monitor ID" -msgid "" -"Monitor type\n" -" " -msgstr "" -"Tipe pemantauan\n" -" " - msgid "Name" msgstr "Name (nama)" @@ -616,26 +370,12 @@ msgstr "Berat anggota kolam telah diperbarui." msgid "Port" msgstr "Port" -msgid "" -"Port\n" -" " -msgstr "" -"Port\n" -" " - msgid "Port ID" msgstr "Port ID (ID port)" msgid "Protocol" msgstr "Protocol (protokol)" -msgid "" -"Protocol\n" -" " -msgstr "" -"Protokol\n" -" " - msgid "Protocol Port" msgstr "Protocol Port (port protokol)" @@ -660,13 +400,6 @@ msgstr "Provisioning Status (status penyediaan)" msgid "Remove" msgstr "Remove (hilangkan)" -msgid "" -"Retries\n" -" " -msgstr "" -"Retries\n" -" " - msgid "Round Robin" msgstr "Round Robin" @@ -692,13 +425,6 @@ msgstr "Session Persistence" msgid "Source IP" msgstr "Source IP (IP sumber)" -msgid "" -"Subnet\n" -" " -msgstr "" -"Subnet\n" -" " - msgid "Subnet ID" msgstr "Subnet ID (ID subnet)" @@ -829,13 +555,6 @@ msgstr "" msgid "Timeout" msgstr "Timeout (waktu habis)" -msgid "" -"Timeout (sec)\n" -" " -msgstr "" -"Timeout (sec)\n" -" " - msgid "Type" msgstr "Type (tipe)" @@ -946,55 +665,9 @@ msgstr "Update Pool (perbarui kolam)" msgid "Update Weight" msgstr "Update Weight (perbarui berat)" -msgid "" -"Use the key-manager service to create any certificate containers before " -"creating the listener.\n" -" The following documentation provides information on how to create a " -"certificate container:\n" -" " -msgstr "" -"Gunakan layanan key-manager untuk menciptakan kontainer sertifikat sebelum " -"membuat pendengar.\n" -"   Dokumentasi berikut memberikan informasi tentang cara membuat kontainer " -"sertifikat:\n" -" " - msgid "Weight" msgstr "Weight (berat)" -msgid "" -"Weight\n" -" " -msgstr "" -"Weight (berat) \n" -" " - #, python-format msgid "" "You are about to disassociate the floating IP address from load balancer \"%s" diff --git a/neutron_lbaas_dashboard/locale/ja/LC_MESSAGES/djangojs.po b/neutron_lbaas_dashboard/locale/ja/LC_MESSAGES/djangojs.po index 4457369..175a238 100644 --- a/neutron_lbaas_dashboard/locale/ja/LC_MESSAGES/djangojs.po +++ b/neutron_lbaas_dashboard/locale/ja/LC_MESSAGES/djangojs.po @@ -1,13 +1,12 @@ -# Alex Eng , 2016. #zanata # Yukinori Yagisawa , 2016. #zanata # Yusuke Higashino , 2016. #zanata # 小羽根 陸 , 2016. #zanata # Kyohei Moriyama , 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: neutron-lbaas-dashboard 3.0.0.0b4.dev3\n" +"Project-Id-Version: neutron-lbaas-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2017-08-11 03:11+0000\n" +"POT-Creation-Date: 2018-03-29 00:48+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -15,45 +14,13 @@ msgstr "" "Last-Translator: Kyohei Moriyama \n" "Language-Team: Japanese\n" "Language: ja\n" -"X-Generator: Zanata 3.9.6\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=1; plural=0\n" #, python-format msgid "%(ip)s..." msgstr "%(ip)s..." -msgid "" -"HTTP method:\n" -" The HTTP method used to perform the health check." -msgstr "" -"HTTP method:\n" -"   ヘルスチェックの実行に使用されたHTTPメソッドです。" - -msgid "" -"Interval:\n" -" The interval between health checks. Must be greater than or equal to the " -"timeout." -msgstr "" -"Interval:\n" -"ヘルスチェックの間隔はタイムアウト値以上でなければいけません。" - -msgid "" -"Retries:\n" -" The number of allowed connection failures before marking the member as " -"inactive. Must be a\n" -" number from 1 to 10." -msgstr "" -" 取得 :\n" -" 接続可能数が失敗するにはメンバーを無効しなければいけません。数は1~10までで" -"す。" - -msgid "" -"Subnet:\n" -" The network which contains the IP address of the member." -msgstr "" -"Subnet:\n" -"メンバーのIPアドレスを含むネットワーク。" - msgid "A new health monitor is being created." msgstr "新しいヘルスモニターが作成されました。" @@ -232,13 +199,6 @@ msgstr "期限切れ日" msgid "Floating IP Address" msgstr "Floating IP アドレス" -msgid "" -"Floating IP address or pool\n" -" " -msgstr "" -"Floating IP アドレスもしくは、プール " - msgid "Floating IP addresses" msgstr "Floating IP アドレス" @@ -270,13 +230,6 @@ msgstr "IP アドレス" msgid "Inactive" msgstr "非稼働" -msgid "" -"Interval (sec)\n" -" " -msgstr "" -"インターバル(秒)\n" -" " - msgid "Least Connections" msgstr "最小接続数" @@ -324,24 +277,12 @@ msgstr "メンバー ID" msgid "Members" msgstr "メンバー" -msgid "" -"Method\n" -" " -msgstr "メソッド" - msgid "Monitor Details" msgstr "モニターの詳細" msgid "Monitor ID" msgstr "モニター ID" -msgid "" -"Monitor type\n" -" " -msgstr "" -"モニタータイプ\n" -" " - msgid "Name" msgstr "名前" @@ -423,13 +364,6 @@ msgstr "プロビジョニング状態" msgid "Remove" msgstr "削除" -msgid "" -"Retries\n" -" " -msgstr "" -"取得\n" -" " - msgid "Round Robin" msgstr "ラウンドロビン" @@ -456,11 +390,6 @@ msgstr "セッション永続性" msgid "Source IP" msgstr "送信元 IP" -msgid "" -"Subnet\n" -" " -msgstr "サブネット" - msgid "Subnet ID" msgstr "サブネット ID" @@ -533,13 +462,6 @@ msgstr "ウェイトは1~256までとなっています。" msgid "Timeout" msgstr "タイムアウト" -msgid "" -"Timeout (sec)\n" -" " -msgstr "" -"タイムアウト(秒)\n" -" " - msgid "Type" msgstr "種別" @@ -653,11 +575,6 @@ msgstr "ウェイトの更新" msgid "Weight" msgstr "ウェイト" -msgid "" -"Weight\n" -" " -msgstr "ウェイト" - #, python-format msgid "" "You are about to disassociate the floating IP address from load balancer \"%s" diff --git a/neutron_lbaas_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po b/neutron_lbaas_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po index 08d598a..9f4c5a6 100644 --- a/neutron_lbaas_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po +++ b/neutron_lbaas_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po @@ -2,13 +2,12 @@ # Eunseop Shin , 2017. #zanata # Hyeunjee Kim , 2017. #zanata # Sungjin Kang , 2017. #zanata -# minwook-shin , 2017. #zanata # youngwoo Kim , 2017. #zanata msgid "" msgstr "" "Project-Id-Version: neutron-lbaas-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-02-05 21:38+0000\n" +"POT-Creation-Date: 2018-03-29 00:48+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -23,181 +22,6 @@ msgstr "" msgid "%(ip)s..." msgstr "%(ip)s..." -msgid "" -"Expected status codes:\n" -" The expected HTTP status codes to get from a successful health check. Must " -"be a single number,\n" -" a comma separated list of numbers, or a range (two numbers separated by a " -"hyphen)." -msgstr "" -"예상 상태 코드:\n" -" 상태 체크가 성공했을 때 수신하게 되는 HTTP 상태 코드입니다. 단일 숫자이어" -"야 하고,\n" -" 쉼표로 구분된 숫자 리스트이거나 두 개의 숫자가 하이픈으로 구별된 범주이어" -"야 합니다." - -msgid "" -"HTTP method:\n" -" The HTTP method used to perform the health check." -msgstr "" -"HTTP 메소드:\n" -" 상태 체크를 수행하기 위한 HTTP 메소드." - -msgid "" -"IP address:\n" -" If an IP address is provided it must be a well-formed IPv4 or IPv6 " -"address. The system will\n" -" attempt to assign the provided IP address to the load balancer. If an IP " -"address is not provided\n" -" then one will be allocated for you." -msgstr "" -" IP 주소: \n" -"   IP 주소가 제공된 경우 올바른 형식의 IPv4 또는 IPv6 주소여야합니다. 시스템" -"은\n" -"   제공된 IP 주소를 로드 밸런서에 할당하려고 시도합니다. IP 주소가 제공되지 " -"않은 경우\n" -"   하나가 할당될 것입니다." - -msgid "" -"IP address:\n" -" The IP address of the member to receive traffic from the load balancer. " -"Must be a well-formed\n" -" IPv4 or IPv6 address." -msgstr "" -"IP 주소:\n" -" 로드 밸런서에서 트래픽을 받는 멤버의 IP 주소입니다. 양식에 맞는 \n" -" IPv4나 IPv6 주소이어야 합니다." - -msgid "" -"Interval:\n" -" The interval between health checks. Must be greater than or equal to the " -"timeout." -msgstr "" -"간격:\n" -" 상태 체크 사이의 간격. 타임아웃 이상이어야 합니다." - -msgid "" -"Method:\n" -" The load balancer algorithm that distributes traffic to the pool members.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Allocates requests to the instance with the least " -"number of active\n" -" connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotates requests evenly between multiple instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requests from a unique source IP address are consistently " -"directed to the same instance.\n" -"
  • \n" -"
" -msgstr "" -"방법:\n" -" 풀 구성원에게 트래픽을 분산시키는 로드 밸런서 알고리즘.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS : 가장 적은 수의 활성 연결을 가진 인스턴스에 요청을 " -"할당합니다.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: 여러 인스턴스간에 요청을 균등하게 회전합니다.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: 고유 한 소스 IP 주소의 요청은 일관되게 동일한 인스턴스로 전" -"달됩니다.\n" -"
  • \n" -"
" - -msgid "" -"Port:\n" -" The port on which the front end listens. Must be an integer from 1 to " -"65535." -msgstr "" -"포트:\n" -" 프런트 엔드에서 listen하는 포트. 1에서 65535 사이의 정수여야 합니다." - -msgid "" -"Port:\n" -" The port on which the member listens for traffic. Must be a number from 1 " -"to 65535." -msgstr "" -"포트:\n" -" 트래픽을 수신하는 멤버의 포트 번호입니다. 포트 번호는 1 ~ 65535 사이 숫자이" -"어야 합니다." - -msgid "" -"Protocol:\n" -" The protocol for which the front end listens. The TERMINATED_HTTPS " -"protocol is only available if\n" -" the key-manager service is enabled and you have authority to list " -"certificate containers and\n" -" secrets." -msgstr "" -"프로토콜:\n" -" 프런트 엔드에서 수신하는 프로토콜. TERMINATED_HTTPS 프로토콜은\n" -" key-manager 서비스가 활성화되고 인증서 컨테이너와 비밀값을 리스트할 수 있" -"는 \n" -" 권한이 있어야 이용이 가능합니다." - -msgid "" -"Retries:\n" -" The number of allowed connection failures before marking the member as " -"inactive. Must be a\n" -" number from 1 to 10." -msgstr "" -"재시도: \n" -" 재시도 횟수를 초과하여 연결이 실패하면 멤버는 비활성화 되고, 재시도 횟수" -"는\n" -" 1에서 10까지의 숫자이어야 합니다." - -msgid "" -"Subnet:\n" -" The network on which to allocate the load balancer's IP address." -msgstr "" -"서브넷:\n" -" 로드 밸런서의 IP 주소를 할당하는 네트워크" - -msgid "" -"Subnet:\n" -" The network which contains the IP address of the member." -msgstr "" -"서브넷:\n" -" 멤버의 IP 주소를 포함하고 있는 네트워크입니다." - -msgid "" -"Timeout:\n" -" The time after which a health check times out. Must be a number greater " -"than or equal to 0\n" -" and less than or equal to the interval." -msgstr "" -"타임아웃:\n" -" 상태 체크 시간이 종료되는 시간. 0 이상의 숫자이어야 하고\n" -" 타임아웃 값은 상태 체크 간격 이하이어야 합니다." - -msgid "" -"URL path:\n" -" The target of the health check HTTP request to the member. Must be a valid " -"URL path." -msgstr "" -"URL 경로:\n" -" 상태 체크하기 위해 멤버에게 HTTP 요청하는 대상. 유효한 URL 경로이어야 합니" -"다." - -msgid "" -"Weight:\n" -" The weight of a member determines the portion of requests or connections " -"it services compared\n" -" to the other members of the pool. A higher weight means it will receive " -"more traffic. Must be\n" -" a number from 1 to 256." -msgstr "" -"가중치:\n" -" 멤버의 가중치는 풀의 다른 멤버와 비교하여 요청이나 연결의\n" -" 양을 결정합니다. 가중치가 높을수록 더 많은 트래픽을 받게 됩니다.\n" -" 가중치는 숫자 1과 256사이여야 합니다." - msgid "A new health monitor is being created." msgstr "새로운 상태 모니터를 생성하고 있습니다." @@ -389,13 +213,6 @@ msgstr "만료 날짜" msgid "Floating IP Address" msgstr "유동 IP 주소" -msgid "" -"Floating IP address or pool\n" -" " -msgstr "" -"유동 IP 주소 또는 풀\n" -" " - msgid "Floating IP addresses" msgstr "유동 IP 주소" @@ -417,41 +234,6 @@ msgstr "ID" msgid "IP Address" msgstr "IP 주소" -msgid "" -"IP Address\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " -msgstr "" -"IP 주소\n" -" 0\">\n" -" \n" -" \n" -" 서브넷\n" -" 0\">\n" -" \n" -" \n" -" 포트\n" -" 0\">\n" -" \n" -" 가중치\n" -" " - #, python-format msgid "IP Addresses (%(count)s)" msgstr "IP 주소 (%(count)s)" @@ -470,13 +252,6 @@ msgstr "" msgid "Inactive" msgstr "비활성" -msgid "" -"Interval (sec)\n" -" " -msgstr "" -"간격 (초)\n" -" " - msgid "Least Connections" msgstr "최소 연결" @@ -532,26 +307,12 @@ msgstr "" "멤버는 로드 밸런서에서 트래픽을 받게 되는 실제 IP 주소입니다.\n" " 각 멤버는 유일한 IP 주소와 포트의 조합을 가지고 있어야 합니다." -msgid "" -"Method\n" -" " -msgstr "" -"메소드\n" -" " - msgid "Monitor Details" msgstr "모니터 세부정보" msgid "Monitor ID" msgstr "모니터 ID" -msgid "" -"Monitor type\n" -" " -msgstr "" -"모니터 타입\n" -" " - msgid "Name" msgstr "이름" @@ -609,26 +370,12 @@ msgstr "풀 멤버의 가중치가 업데이트 되었습니다." msgid "Port" msgstr "포트" -msgid "" -"Port\n" -" " -msgstr "" -"포트\n" -" " - msgid "Port ID" msgstr "포트 ID" msgid "Protocol" msgstr "프로토콜" -msgid "" -"Protocol\n" -" " -msgstr "" -"프로토콜\n" -" " - msgid "Protocol Port" msgstr "프로토콜 포트" @@ -653,13 +400,6 @@ msgstr "프로비저닝 상태" msgid "Remove" msgstr "제거" -msgid "" -"Retries\n" -" " -msgstr "" -"재시도\n" -" " - msgid "Round Robin" msgstr "라운드 로빈" @@ -685,13 +425,6 @@ msgstr "세션 지속성" msgid "Source IP" msgstr "소스 IP" -msgid "" -"Subnet\n" -" " -msgstr "" -"서브넷\n" -" " - msgid "Subnet ID" msgstr "서브넷 ID" @@ -814,13 +547,6 @@ msgstr "" msgid "Timeout" msgstr "제한시간" -msgid "" -"Timeout (sec)\n" -" " -msgstr "" -"타임아웃 (초)\n" -" " - msgid "Type" msgstr "타입" @@ -930,54 +656,9 @@ msgstr "풀 업데이트" msgid "Update Weight" msgstr "가중치 업데이트" -msgid "" -"Use the key-manager service to create any certificate containers before " -"creating the listener.\n" -" The following documentation provides information on how to create a " -"certificate container:\n" -" " -msgstr "" -"리스너를 생성하기 전에 키 관리자 서비스를 사용하여 인증 컨테이너를 만드세" -"요.\n" -" 다음 문서가 어떻게 인증 컨테이너를 만들수 있는지 정보를 제공합니다.\n" -" " - msgid "Weight" msgstr "가충치" -msgid "" -"Weight\n" -" " -msgstr "" -"가중치\n" -" " - #, python-format msgid "" "You are about to disassociate the floating IP address from load balancer \"%s" diff --git a/neutron_lbaas_dashboard/locale/ru/LC_MESSAGES/djangojs.po b/neutron_lbaas_dashboard/locale/ru/LC_MESSAGES/djangojs.po index fff327e..f768bb4 100644 --- a/neutron_lbaas_dashboard/locale/ru/LC_MESSAGES/djangojs.po +++ b/neutron_lbaas_dashboard/locale/ru/LC_MESSAGES/djangojs.po @@ -7,17 +7,17 @@ # Ivan Startsev , 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: neutron-lbaas-dashboard 2.0.1.dev8\n" +"Project-Id-Version: neutron-lbaas-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2017-04-07 17:06+0000\n" +"POT-Creation-Date: 2018-03-29 00:48+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2017-02-28 06:59+0000\n" +"PO-Revision-Date: 2017-02-28 06:46+0000\n" "Last-Translator: Ivan Startsev \n" "Language-Team: Russian\n" "Language: ru\n" -"X-Generator: Zanata 3.9.6\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" @@ -25,152 +25,6 @@ msgstr "" msgid "%(ip)s..." msgstr "%(ip)s..." -msgid "" -"Expected status codes:\n" -" The expected HTTP status codes to get from a successful health check. Must " -"be a single number,\n" -" a comma separated list of numbers, or a range (two numbers separated by a " -"hyphen)." -msgstr "" -"Ожидаемый статус-код:\n" -" Ожидаемый HTTP статус-код при успешной проверке работоспособности. Должен " -"быть одним \n" -"числом, списком чисел разделённых запятой или диапозоном(два чиста " -"разделённых дефисом)." - -msgid "" -"HTTP method:\n" -" The HTTP method used to perform the health check." -msgstr "" -"HTTP метод:\n" -" HTTP метод используется для проверки работоспособности." - -msgid "" -"IP address:\n" -" If an IP address is provided it must be a well-formed IPv4 or IPv6 " -"address. The system will\n" -" attempt to assign the provided IP address to the load balancer. If an IP " -"address is not provided\n" -" then one will be allocated for you." -msgstr "" -"IP адрес:\n" -" Если предоставляется IP адрес, то он должен быть в формате IPv4 или IPv6. " -"Система попытается\n" -" назначить предоставленный IP адрес балансировщику нагрузки. Если IP адресс " -"не предоставлен,\n" -"тогда он будет выделен вам. " - -msgid "" -"IP address:\n" -" The IP address of the member to receive traffic from the load balancer. " -"Must be a well-formed\n" -" IPv4 or IPv6 address." -msgstr "" -"IP адрес:\n" -" IP адрес участника для получение даннх от балансировщика нагрузки. Должен " -"быть в формате \n" -" IPv4 или IPv6." - -msgid "" -"Interval:\n" -" The interval between health checks. Must be greater than or equal to the " -"timeout." -msgstr "" -"Интервал:\n" -" Интервал между проверками работоспособности. Должен быть не меньше времени " -"ожидания." - -msgid "" -"Method:\n" -" The load balancer algorithm that distributes traffic to the pool members.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Allocates requests to the instance with the least " -"number of active\n" -" connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotates requests evenly between multiple instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requests from a unique source IP address are consistently " -"directed to the same instance.\n" -"
  • \n" -"
" -msgstr "" -"Алгоритм:\n" -" Алгоритм балансировки, используемый для распределения трафика среди " -"участников пула.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Направляет запросы инстансу с наименьшим " -"количеством соединений.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Равномерно распределяет запросы между инстансами.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Запросы от одинаковых IP адресов последовательно " -"направляются на один и тот же инстанс.\n" -"
  • \n" -"
" - -msgid "" -"Port:\n" -" The port on which the front end listens. Must be an integer from 1 to " -"65535." -msgstr "" -"Порт:\n" -" Порт который слушает фронтэнд. Должно быть числом от 1 до 65535." - -msgid "" -"Port:\n" -" The port on which the member listens for traffic. Must be a number from 1 " -"to 65535." -msgstr "" -"Порт:\n" -" Порт, через который участник пула ожидает трафик. Должен быть в диапазоне " -"между 1 и 65535." - -msgid "" -"Retries:\n" -" The number of allowed connection failures before marking the member as " -"inactive. Must be a\n" -" number from 1 to 10." -msgstr "" -"Повторы:\n" -" Количество допустимых ошибок соединения перед изменением состояния " -"участника на неактивное. Значение должно\n" -" быть в диапазоне между 1 и 10." - -msgid "" -"Subnet:\n" -" The network on which to allocate the load balancer's IP address." -msgstr "" -"Подсеть:\n" -" Сеть в которой выделяется IP адрес балансировщику нагрузки." - -msgid "" -"Subnet:\n" -" The network which contains the IP address of the member." -msgstr "" -"Подсеть:\n" -" Сеть содержащая IP адрес участников." - -msgid "" -"Weight:\n" -" The weight of a member determines the portion of requests or connections " -"it services compared\n" -" to the other members of the pool. A higher weight means it will receive " -"more traffic. Must be\n" -" a number from 1 to 256." -msgstr "" -"Вес:\n" -" Вес участника определяет долю обслуживаемых запросов или соединений по " -"отношению к другим участникам пула.\n" -" Больший вес означает, что участник пула получит больше трафика. Должен быть " -"в диапазоне между 1 и 256." - msgid "A new health monitor is being created." msgstr "Новый монитор работоспособности создается." @@ -344,13 +198,6 @@ msgstr "Дата окончания действия" msgid "Floating IP Address" msgstr "Нефиксированный IP Адресс" -msgid "" -"Floating IP address or pool\n" -" " -msgstr "" -"Назначаемый IP адрес или пул\n" -" " - msgid "Floating IP addresses" msgstr "Назначаемые IP-адреса" @@ -372,41 +219,6 @@ msgstr "ID" msgid "IP Address" msgstr "IP адрес" -msgid "" -"IP Address\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " -msgstr "" -"IP адрес\n" -" 0\">\n" -" \n" -" \n" -" Подсеть\n" -" 0\">\n" -" \n" -" \n" -" Порт\n" -" 0\">\n" -" \n" -" Вес\n" -" " - #, python-format msgid "IP Addresses (%(count)s)" msgstr "IP адрес (%(count)s)" @@ -423,13 +235,6 @@ msgstr "" "TERMINATED_HTTPS протокол. Первый сертификат будет использоваться по " "умолчанию." -msgid "" -"Interval (sec)\n" -" " -msgstr "" -"Интервал (сек)\n" -" " - msgid "Least Connections" msgstr "Меньше соединений" @@ -485,26 +290,12 @@ msgstr "" "Участники - IP адреса, принимающие трафик от балансировщика нагрузки. IP " "адрес и порт каждого участника должны быть уникальны." -msgid "" -"Method\n" -" " -msgstr "" -"Метод\n" -" " - msgid "Monitor Details" msgstr "Детали Монитора" msgid "Monitor ID" msgstr "ИД монитора" -msgid "" -"Monitor type\n" -" " -msgstr "" -"Тип монитора\n" -" " - msgid "Name" msgstr "Имя" @@ -562,26 +353,12 @@ msgstr "Весь элемента пула был изменен." msgid "Port" msgstr "Порт" -msgid "" -"Port\n" -" " -msgstr "" -"Порт\n" -" " - msgid "Port ID" msgstr "ID порта" msgid "Protocol" msgstr "Протокол" -msgid "" -"Protocol\n" -" " -msgstr "" -"Протокол\n" -" " - msgid "Protocol Port" msgstr "Порт протокола" @@ -606,13 +383,6 @@ msgstr "Статус развертывания" msgid "Remove" msgstr "Удалить" -msgid "" -"Retries\n" -" " -msgstr "" -"Повторные попытки\n" -" " - msgid "Round Robin" msgstr "Циклический" @@ -638,13 +408,6 @@ msgstr "Постоянство сессии" msgid "Source IP" msgstr "IP-адрес источника" -msgid "" -"Subnet\n" -" " -msgstr "" -"Подсеть\n" -" " - msgid "Subnet ID" msgstr "ID подсети" @@ -748,13 +511,6 @@ msgstr "" msgid "Timeout" msgstr "Таймаут" -msgid "" -"Timeout (sec)\n" -" " -msgstr "" -"Таймаут (сек)\n" -" " - msgid "Type" msgstr "Тип" @@ -865,13 +621,6 @@ msgstr "Обновить вес" msgid "Weight" msgstr "Вес" -msgid "" -"Weight\n" -" " -msgstr "" -"Вес\n" -" " - #, python-format msgid "" "You are about to disassociate the floating IP address from load balancer \"%s" diff --git a/neutron_lbaas_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po b/neutron_lbaas_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po index 3cbc3bd..a1f350b 100644 --- a/neutron_lbaas_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po +++ b/neutron_lbaas_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po @@ -1,15 +1,14 @@ -# Andreas Jaeger , 2017. #zanata # işbaran akçayır , 2017. #zanata msgid "" msgstr "" "Project-Id-Version: neutron-lbaas-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-02-05 21:38+0000\n" +"POT-Creation-Date: 2018-03-29 00:48+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2017-06-19 11:58+0000\n" -"Last-Translator: Andreas Jaeger \n" +"PO-Revision-Date: 2017-05-23 12:37+0000\n" +"Last-Translator: Copied by Zanata \n" "Language-Team: Turkish (Turkey)\n" "Language: tr_TR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -20,184 +19,6 @@ msgstr "" msgid "%(ip)s..." msgstr "%(ip)s..." -msgid "" -"Expected status codes:\n" -" The expected HTTP status codes to get from a successful health check. Must " -"be a single number,\n" -" a comma separated list of numbers, or a range (two numbers separated by a " -"hyphen)." -msgstr "" -"Beklenen durum kodu:\n" -" Başarılı bir sağlık kontrolünden sonra alınması beklenen HTTP durum " -"kodları. Tek bir say,\n" -" virgülle ayrılmış sayılar listesi, veya bir aralık olabilir (tire ile " -"ayrılmış iki sayı)." - -msgid "" -"HTTP method:\n" -" The HTTP method used to perform the health check." -msgstr "" -"HTTP yöntemi:\n" -" Sağlık kontrolü yapılırken kullanılacak HTTP yöntemi." - -msgid "" -"IP address:\n" -" If an IP address is provided it must be a well-formed IPv4 or IPv6 " -"address. The system will\n" -" attempt to assign the provided IP address to the load balancer. If an IP " -"address is not provided\n" -" then one will be allocated for you." -msgstr "" -"IP adresi:\n" -" Bir IP adresi sağlanmışsa iyi biçimlenmiş bir IPv4 veya IPv6 adresi " -"olmalıdır. Sistem sağlanan IP\n" -" adresini yük dengeleyiciye atamaya çalışacaktır. IP adresi sağlanmamışsa " -"sizin için bir tane\n" -" ayrılır." - -msgid "" -"IP address:\n" -" The IP address of the member to receive traffic from the load balancer. " -"Must be a well-formed\n" -" IPv4 or IPv6 address." -msgstr "" -"IP adresi:\n" -" Yük dengeleyiciden trafiği alacak üyenin IP adresi. İyi biçimlendirilmiş " -"IPv4 veya IPv6 adresi olmalıdır." - -msgid "" -"Interval:\n" -" The interval between health checks. Must be greater than or equal to the " -"timeout." -msgstr "" -"Aralık:\n" -" Sağlık kontrolleri arasındaki aralık. Zaman aşımına eşit ya da zaman " -"aşımından büyük olmalı." - -msgid "" -"Method:\n" -" The load balancer algorithm that distributes traffic to the pool members.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Allocates requests to the instance with the least " -"number of active\n" -" connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotates requests evenly between multiple instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requests from a unique source IP address are consistently " -"directed to the same instance.\n" -"
  • \n" -"
" -msgstr "" -"Yöntem:\n" -" Trafiği havuz üyelerine dağıtan yük dengeleme algoritması.\n" -"
    \n" -"
  • \n" -" EN_AZ_BAĞLANTI: İsteği en az etkin bağlantıya sahip sunucuya ayırır.\n" -"
  • \n" -"
  • \n" -" HEPSİNİ_SIRAYLA: İstekleri birden fazla sunucu arasında eşit şekilde " -"döndürür.\n" -"
  • \n" -"
  • \n" -" KAYNAK_IP: Aynı IP adresi kaynaklı istekler sürekli aynı sunucuya " -"yönlendirilir.\n" -"
  • \n" -"
" - -msgid "" -"Port:\n" -" The port on which the front end listens. Must be an integer from 1 to " -"65535." -msgstr "" -"Bağlantı Noktası:\n" -" Ön ucun dinleyeceği bağlantı noktası. 1 ve 65535 arasında tam sayı " -"olmalıdır." - -msgid "" -"Port:\n" -" The port on which the member listens for traffic. Must be a number from 1 " -"to 65535." -msgstr "" -"Bağlantı Noktası:\n" -" Üyenin trafik dinleyeceği bağlantı noktası. 1 ve 65535 arasında bir sayı " -"olmalı." - -msgid "" -"Protocol:\n" -" The protocol for which the front end listens. The TERMINATED_HTTPS " -"protocol is only available if\n" -" the key-manager service is enabled and you have authority to list " -"certificate containers and\n" -" secrets." -msgstr "" -"İletişim Kuralı:\n" -" Ön ucun dinleyeceği iletişim kuralı. TERMINATED_HTTPS iletişim kuralı " -"yalnızca anahtar-yönetici servisi\n" -" etkinse ve sertifika kapsayıcıları ve gizleri listeleme yetkiniz varsa " -"kullanılabilir." - -msgid "" -"Retries:\n" -" The number of allowed connection failures before marking the member as " -"inactive. Must be a\n" -" number from 1 to 10." -msgstr "" -"Yeniden deneme:\n" -" Üyeyi pasif olarak işaretlemeden önce izin verilen başarısız bağlantı " -"sayısı. 1 ve 10 arasında bir sayı olmalıdır." - -msgid "" -"Subnet:\n" -" The network on which to allocate the load balancer's IP address." -msgstr "" -"Alt ağ:\n" -" Yük dengeleyicinin IP adresinin ayrılacağı ağ." - -msgid "" -"Subnet:\n" -" The network which contains the IP address of the member." -msgstr "" -"Alt ağ:\n" -" Üyenin IP adresini içeren ağ." - -msgid "" -"Timeout:\n" -" The time after which a health check times out. Must be a number greater " -"than or equal to 0\n" -" and less than or equal to the interval." -msgstr "" -"Zaman aşımı:\n" -" Bir sağlık kontrolünün zaman aşımına uğrama zamanı. 0 veya 0'dan büyük, " -"aralığa eşit ya da\n" -" aralıktan küçük bir sayı olmalıdır." - -msgid "" -"URL path:\n" -" The target of the health check HTTP request to the member. Must be a valid " -"URL path." -msgstr "" -"URL yolu:\n" -" Üyeye yapılan sağlık kontrolü HTTP isteğinin hedefi. Geçerli bir URL yolu " -"olmalı." - -msgid "" -"Weight:\n" -" The weight of a member determines the portion of requests or connections " -"it services compared\n" -" to the other members of the pool. A higher weight means it will receive " -"more traffic. Must be\n" -" a number from 1 to 256." -msgstr "" -"Ağırlık:\n" -" Bir üyenin ağırlığı havuzun diğer üyelerine oranla ne kadar bağlantı ya da " -"istek servis edeceğini\n" -" belirler. Daha yüksek ağırlık daha çok trafik alacak demektir. 1 ve 256 " -"arasında bir sayı olmalıdır." - msgid "A new health monitor is being created." msgstr "Yeni bir sağlık izleyici oluşturuluyor." @@ -386,13 +207,6 @@ msgstr "Son Kullanma Tarihi" msgid "Floating IP Address" msgstr "Değişken IP Adresi" -msgid "" -"Floating IP address or pool\n" -" " -msgstr "" -"Değişken IP adresi veya havuzu\n" -"" - msgid "Floating IP addresses" msgstr "Değişken IP adresleri" @@ -414,41 +228,6 @@ msgstr "Kimlik" msgid "IP Address" msgstr "IP Adresi" -msgid "" -"IP Address\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " -msgstr "" -"IP Adresi\n" -" 0\">\n" -"\n" -"\n" -"Alt Ağ\n" -" 0\">\n" -"\n" -"\n" -"Bağlantı Noktası\n" -" 0\">\n" -"\n" -"Ağırlık\n" -"" - #, python-format msgid "IP Addresses (%(count)s)" msgstr "IP Adresleri (%(count)s)" @@ -465,13 +244,6 @@ msgstr "" "SSL sertifikası seçilmelidir.\n" " İlk sertifika ön tanımlı olur." -msgid "" -"Interval (sec)\n" -" " -msgstr "" -"Aralık (sn)\n" -"" - msgid "Least Connections" msgstr "En Az Bağlantı" @@ -528,26 +300,12 @@ msgstr "" "benzersiz bir\n" " IP adresi ve bağlantı noktası bileşimi olmalıdır." -msgid "" -"Method\n" -" " -msgstr "" -"Yöntem\n" -"" - msgid "Monitor Details" msgstr "İzleyici Ayrıntıları" msgid "Monitor ID" msgstr "İzleyici Kimliği" -msgid "" -"Monitor type\n" -" " -msgstr "" -"İzleyici türü\n" -"" - msgid "Name" msgstr "İsim" @@ -605,26 +363,12 @@ msgstr "Havuz üye ağırlığı güncellendi." msgid "Port" msgstr "Bağlantı Noktası" -msgid "" -"Port\n" -" " -msgstr "" -"Bağlantı Noktası\n" -"" - msgid "Port ID" msgstr "Bağlantı Noktası Kimliği" msgid "Protocol" msgstr "İletişim Kuralı" -msgid "" -"Protocol\n" -" " -msgstr "" -"İletişim kuralı\n" -"" - msgid "Protocol Port" msgstr "İletişim Bağlantı Noktası" @@ -649,13 +393,6 @@ msgstr "Hazırlama Durumu" msgid "Remove" msgstr "Kaldır" -msgid "" -"Retries\n" -" " -msgstr "" -"Yeniden denemeler\n" -"" - msgid "Round Robin" msgstr "Hepsini Sırayla" @@ -681,13 +418,6 @@ msgstr "Oturum Kalıcılığı" msgid "Source IP" msgstr "Kaynak IP" -msgid "" -"Subnet\n" -" " -msgstr "" -"Alt ağ\n" -"" - msgid "Subnet ID" msgstr "Alt Ağ Kimliği" @@ -815,13 +545,6 @@ msgstr "" msgid "Timeout" msgstr "Zaman aşımı" -msgid "" -"Timeout (sec)\n" -" " -msgstr "" -"Zaman aşımı (sn)\n" -"" - msgid "Type" msgstr "Tür" @@ -928,54 +651,9 @@ msgstr "Havuzu Güncelle" msgid "Update Weight" msgstr "Ağırlığı Güncelle" -msgid "" -"Use the key-manager service to create any certificate containers before " -"creating the listener.\n" -" The following documentation provides information on how to create a " -"certificate container:\n" -" " -msgstr "" -"Dinleyiciyi oluşturmadan önce sertifika kapsayıcıları oluşturmak için " -"anahtar-yönetim servisini kullanın.\n" -" Aşağıdaki belgeler nasıl sertifika kapsayıcı oluşturulacağını anlatır:\n" -" " - msgid "Weight" msgstr "Ağırlık" -msgid "" -"Weight\n" -" " -msgstr "" -"Ağırlık\n" -"" - #, python-format msgid "" "You are about to disassociate the floating IP address from load balancer \"%s" diff --git a/neutron_lbaas_dashboard/locale/zh_CN/LC_MESSAGES/djangojs.po b/neutron_lbaas_dashboard/locale/zh_CN/LC_MESSAGES/djangojs.po index 4efabf7..46dae40 100644 --- a/neutron_lbaas_dashboard/locale/zh_CN/LC_MESSAGES/djangojs.po +++ b/neutron_lbaas_dashboard/locale/zh_CN/LC_MESSAGES/djangojs.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: neutron-lbaas-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-02-05 21:38+0000\n" +"POT-Creation-Date: 2018-03-29 00:48+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -19,172 +19,6 @@ msgstr "" msgid "%(ip)s..." msgstr "%(ip)s..." -msgid "" -"Expected status codes:\n" -" The expected HTTP status codes to get from a successful health check. Must " -"be a single number,\n" -" a comma separated list of numbers, or a range (two numbers separated by a " -"hyphen)." -msgstr "" -"期望的状态码:\n" -"健康检查成功返回的期望HTTP状态码。\n" -"必须为单个数字,逗号分隔的一组数字或一个范围(用连接符分隔的两个数字)。" - -msgid "" -"HTTP method:\n" -" The HTTP method used to perform the health check." -msgstr "" -"HTTP方法:\n" -"用来进行健康检查的HTTP请求方式。" - -msgid "" -"IP address:\n" -" If an IP address is provided it must be a well-formed IPv4 or IPv6 " -"address. The system will\n" -" attempt to assign the provided IP address to the load balancer. If an IP " -"address is not provided\n" -" then one will be allocated for you." -msgstr "" -"IP地址:\n" -"IP地址必须为格式良好的IPv4或IPv6地址。\n" -"系统尝试为负载均衡器分配提供的IP地址。\n" -"如果没有提供IP地址,则需要你手动分配一个IP。" - -msgid "" -"IP address:\n" -" The IP address of the member to receive traffic from the load balancer. " -"Must be a well-formed\n" -" IPv4 or IPv6 address." -msgstr "" -"IP地址:\n" -"成员的IP地址从负载均衡器中接收消息。\n" -"必须使用格式良好的IPv4或IPv6地址。" - -msgid "" -"Interval:\n" -" The interval between health checks. Must be greater than or equal to the " -"timeout." -msgstr "" -"隔离:\n" -"健康检查之间相互隔离,必须大于或等于超时时限。" - -msgid "" -"Method:\n" -" The load balancer algorithm that distributes traffic to the pool members.\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS: Allocates requests to the instance with the least " -"number of active\n" -" connections.\n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN: Rotates requests evenly between multiple instances.\n" -"
  • \n" -"
  • \n" -" SOURCE_IP: Requests from a unique source IP address are consistently " -"directed to the same instance.\n" -"
  • \n" -"
" -msgstr "" -"方法:\n" -" 资源池成员分布式通信的负载均衡算法\n" -"
    \n" -"
  • \n" -" LEAST_CONNECTIONS:为实例分配请求的最少活动连接次数。\n" -" \n" -"
  • \n" -"
  • \n" -" ROUND_ROBIN:多个实例之间的轮询请求。\n" -"
  • \n" -"
  • \n" -" SOURCE_IP:来自唯一源IP地址的请求直接连续的发送到同一实例。\n" -"
  • \n" -"
" - -msgid "" -"Port:\n" -" The port on which the front end listens. Must be an integer from 1 to " -"65535." -msgstr "" -"端口:\n" -"监听器之间的端口号。必须为1到65536之间的整数。" - -msgid "" -"Port:\n" -" The port on which the member listens for traffic. Must be a number from 1 " -"to 65535." -msgstr "" -"端口:\n" -"用来通信的成员监听端口。必须为1到65536之间的整数。" - -msgid "" -"Protocol:\n" -" The protocol for which the front end listens. The TERMINATED_HTTPS " -"protocol is only available if\n" -" the key-manager service is enabled and you have authority to list " -"certificate containers and\n" -" secrets." -msgstr "" -"协议:\n" -"监听器之间通信的协议。\n" -"TERMINATED_HTTPS协议只有在key-manager服务可用\n" -"并且你又权限查询证书容器和密钥的情况下才有用。" - -msgid "" -"Retries:\n" -" The number of allowed connection failures before marking the member as " -"inactive. Must be a\n" -" number from 1 to 10." -msgstr "" -"重试:\n" -"在将成员标记为未活动状态之前,允许连接失败的次数。\n" -"必须为1到10之间的整数。" - -msgid "" -"Subnet:\n" -" The network on which to allocate the load balancer's IP address." -msgstr "" -"子网:\n" -"给分配负载均衡器IP地址的网络。" - -msgid "" -"Subnet:\n" -" The network which contains the IP address of the member." -msgstr "" -"子网:\n" -"关联成员IP地址的网络。" - -msgid "" -"Timeout:\n" -" The time after which a health check times out. Must be a number greater " -"than or equal to 0\n" -" and less than or equal to the interval." -msgstr "" -"超时时限:\n" -"健康检查请求超时的时间。\n" -"必须为大于或等于0的整数,并小于或等于间隔时间。" - -msgid "" -"URL path:\n" -" The target of the health check HTTP request to the member. Must be a valid " -"URL path." -msgstr "" -"URL地址:\n" -"成员发送健康检查HTTP请求的目标地址,必须为合法的URL路径。" - -msgid "" -"Weight:\n" -" The weight of a member determines the portion of requests or connections " -"it services compared\n" -" to the other members of the pool. A higher weight means it will receive " -"more traffic. Must be\n" -" a number from 1 to 256." -msgstr "" -"权重:\n" -"成员的权重决定了它在服务中与其他池成员的请求和连接的占比。\n" -"权重越高意味着接收的消息越多。\n" -"必须为1到256之间的整数。" - msgid "A new health monitor is being created." msgstr "一个新的健康监控器正在创建。" @@ -374,13 +208,6 @@ msgstr "截止日期" msgid "Floating IP Address" msgstr "浮动IP地址" -msgid "" -"Floating IP address or pool\n" -" " -msgstr "" -"浮动IP地址或浮动IP地址池\n" -"" - msgid "Floating IP addresses" msgstr "浮动IP地址" @@ -402,41 +229,6 @@ msgstr "ID" msgid "IP Address" msgstr "IP地址" -msgid "" -"IP Address\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " -msgstr "" -"IP地址\n" -" 0\">\n" -" \n" -" \n" -" Subnet\n" -" 0\">\n" -" \n" -" \n" -" Port\n" -" 0\">\n" -" \n" -" Weight\n" -" " - #, python-format msgid "IP Addresses (%(count)s)" msgstr "IP地址(%(count)s)" @@ -455,13 +247,6 @@ msgstr "" msgid "Inactive" msgstr "失效" -msgid "" -"Interval (sec)\n" -" " -msgstr "" -"时间间隔(秒)\n" -"" - msgid "Least Connections" msgstr "最少连接数" @@ -517,26 +302,12 @@ msgstr "" "成员是在负载均衡器中通信的实际IP地址。\n" "每个成员必须有一个唯一关联的IP地址和端口。" -msgid "" -"Method\n" -" " -msgstr "" -"方法\n" -"" - msgid "Monitor Details" msgstr "监控详情" msgid "Monitor ID" msgstr "监控ID" -msgid "" -"Monitor type\n" -" " -msgstr "" -"健康类型\n" -"" - msgid "Name" msgstr "名称" @@ -594,26 +365,12 @@ msgstr "负载均衡池成员权重已经更新。" msgid "Port" msgstr "端口" -msgid "" -"Port\n" -" " -msgstr "" -"端口\n" -"" - msgid "Port ID" msgstr "端口ID" msgid "Protocol" msgstr "协议" -msgid "" -"Protocol\n" -" " -msgstr "" -"协议\n" -"" - msgid "Protocol Port" msgstr "协议端口" @@ -638,13 +395,6 @@ msgstr "配置状态" msgid "Remove" msgstr "移除" -msgid "" -"Retries\n" -" " -msgstr "" -"重试次数\n" -"" - msgid "Round Robin" msgstr "轮询" @@ -669,13 +419,6 @@ msgstr "会话持久化" msgid "Source IP" msgstr "源IP" -msgid "" -"Subnet\n" -" " -msgstr "" -"子网\n" -"" - msgid "Subnet ID" msgstr "子网ID" @@ -790,13 +533,6 @@ msgstr "成员的权重决定了它在服务中与其他池成员的请求和连 msgid "Timeout" msgstr "超时时限" -msgid "" -"Timeout (sec)\n" -" " -msgstr "" -"超时时限(秒)\n" -"" - msgid "Type" msgstr "类型" @@ -906,53 +642,9 @@ msgstr "更新资源池" msgid "Update Weight" msgstr "更新权重" -msgid "" -"Use the key-manager service to create any certificate containers before " -"creating the listener.\n" -" The following documentation provides information on how to create a " -"certificate container:\n" -" " -msgstr "" -"创建监听器前,使用key-manager服务创建所有证书容器。\n" -"下面的文档介绍了如何创建一个证书容器:\n" -"" - msgid "Weight" msgstr "权重" -msgid "" -"Weight\n" -" " -msgstr "" -"权重\n" -"" - #, python-format msgid "" "You are about to disassociate the floating IP address from load balancer \"%s"