mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
* B #1712: Added TR language to Sunstone * Update network.js
This commit is contained in:
parent
91f4d0f039
commit
056586cc32
@ -507,6 +507,7 @@ INSTALL_SUNSTONE_PUBLIC_MINIFIED_FILES=(
|
||||
SUNSTONE_PUBLIC_LOCALE_RU_RU:$SUNSTONE_LOCATION/public/locale/languages
|
||||
SUNSTONE_PUBLIC_LOCALE_SK_SK:$SUNSTONE_LOCATION/public/locale/languages
|
||||
SUNSTONE_PUBLIC_LOCALE_ZH_CN:$SUNSTONE_LOCATION/public/locale/languages
|
||||
SUNSTONE_PUBLIC_LOCALE_TR_TR:$SUNSTONE_LOCATION/public/locale/languages
|
||||
)
|
||||
|
||||
INSTALL_SUNSTONE_PUBLIC_DEV_DIR=(
|
||||
@ -1781,6 +1782,10 @@ SUNSTONE_PUBLIC_LOCALE_ZH_CN="\
|
||||
src/sunstone/public/locale/languages/zh_CN.js \
|
||||
src/sunstone/public/locale/languages/zh_datatable.txt"
|
||||
|
||||
SUNSTONE_PUBLIC_LOCALE_TR_TR="\
|
||||
src/sunstone/public/locale/languages/tr_TR.js \
|
||||
src/sunstone/public/locale/languages/tr_datatable.txt"
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# OneGate files
|
||||
#-----------------------------------------------------------------------------
|
||||
|
@ -15,11 +15,12 @@
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
define(function(require) {
|
||||
var TAB_ID = 'network-top-tab';
|
||||
var Locale = require("utils/locale");
|
||||
var TAB_ID = "network-top-tab";
|
||||
|
||||
var Tab = {
|
||||
tabId: TAB_ID,
|
||||
title: 'Network',
|
||||
title: Locale.tr("Network"),
|
||||
no_content: true
|
||||
};
|
||||
|
||||
|
@ -15,11 +15,12 @@
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
define(function(require) {
|
||||
var TAB_ID = 'storage-top-tab';
|
||||
var Locale = require("utils/locale");
|
||||
var TAB_ID = "storage-top-tab";
|
||||
|
||||
var Tab = {
|
||||
tabId: TAB_ID,
|
||||
title: 'Storage',
|
||||
title: Locale.tr("Storage"),
|
||||
no_content: true
|
||||
};
|
||||
|
||||
|
@ -53,7 +53,7 @@ define(function(require) {
|
||||
this.wizardTabId = WIZARD_TAB_ID + UniqueId.id();
|
||||
this.icon = 'fa-globe';
|
||||
this.title = Locale.tr("Network");
|
||||
this.classes = "hypervisor only_kvm only_vcenter"
|
||||
this.classes = "hypervisor only_kvm only_vcenter";
|
||||
|
||||
if(opts.listener != undefined){
|
||||
this.listener = opts.listener;
|
||||
|
@ -33,6 +33,7 @@ define(function(require) {
|
||||
<option value="pl">Polish (pl)</option>\
|
||||
<option value="pt_BR">Portuguese (pt_BR)</option>\
|
||||
<option value="pt_PT">Portuguese (pt_PT)</option>\
|
||||
<option value="tr_TR">Turkish (tr_TR)</option>\
|
||||
<option value="ru_RU">Russian (ru_RU)</option>\
|
||||
<option value="zh_CN">Simplified Chinese (zh_CN)</option>\
|
||||
<option value="sk_SK">Slovak (sk_SK)</option>\
|
||||
|
@ -31,6 +31,7 @@ env.Po('de.po')
|
||||
env.Po('el_GR.po')
|
||||
env.Po('en_US.po')
|
||||
env.Po('es_ES.po')
|
||||
env.Po('tr_TR.po')
|
||||
env.Po('fa_IR.po')
|
||||
env.Po('fr_FR.po')
|
||||
env.Po('it_IT.po')
|
||||
|
@ -5,13 +5,14 @@
|
||||
# Translators:
|
||||
# Anton Todorov <at@storpool.com>, 2015-2017
|
||||
# Stefan Ivanov <stefan.s.ivanov@gmail.com>, 2016
|
||||
# Vladislav Naydenov <v.naydenov@icloud.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"PO-Revision-Date: 2017-11-21 07:40+0000\n"
|
||||
"Last-Translator: Vladislav Naydenov <v.naydenov@icloud.com>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/opennebula/one/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -2565,15 +2566,15 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/actions.js:69
|
||||
msgid "Time"
|
||||
msgstr ""
|
||||
msgstr "Време"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/actions.js:70
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
msgstr "Готово"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/actions.js:71
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
msgstr "Съобщение"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/actions.js:73
|
||||
msgid "Add action"
|
||||
@ -2654,15 +2655,15 @@ msgstr "Време"
|
||||
#: ../app/tabs/vms-tab/dialogs/snapshot/html.hbs:33
|
||||
#: ../app/tabs/vms-tab/dialogs/disk-snapshot/html.hbs:39
|
||||
msgid "Take snapshot"
|
||||
msgstr ""
|
||||
msgstr "Направи снапшот"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/snapshots.js:104
|
||||
msgid "No snapshots to show"
|
||||
msgstr ""
|
||||
msgstr "Няма снапшоти за показване"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/snapshots.js:116
|
||||
msgid "snapshot in progress"
|
||||
msgstr ""
|
||||
msgstr "снапшот в прогрес"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/snapshots.js:124
|
||||
#: ../app/tabs/images-tab/panels/snapshots/html.hbs:27
|
||||
@ -2691,7 +2692,7 @@ msgstr "Избрахте следните виртуални машини:"
|
||||
#: ../app/tabs/templates-tab/actions-common.js:161
|
||||
#: ../app/tabs/templates-tab/actions-common.js:208
|
||||
msgid "VM created"
|
||||
msgstr ""
|
||||
msgstr "Виртуалната Машина е създадена"
|
||||
|
||||
#: ../app/tabs/vms-tab/utils/datatable-common.js:35
|
||||
msgid "Used CPU"
|
||||
@ -2819,17 +2820,17 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/form-panels/create.js:127
|
||||
msgid "Create MarketPlace"
|
||||
msgstr ""
|
||||
msgstr "Създай MarketPlace"
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/form-panels/create.js:132
|
||||
msgid "Update MarketPlace"
|
||||
msgstr ""
|
||||
msgstr "Обнови MarketPlace"
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/panels/apps.js:38
|
||||
#: ../app/tabs/marketplaces-tab/datatable.js:87
|
||||
#: ../app/tabs/marketplaceapps-tab.js:49 ../app/tabs/marketplaceapps-tab.js:53
|
||||
msgid "Apps"
|
||||
msgstr ""
|
||||
msgstr "Приложения"
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/datatable.js:88
|
||||
#: ../app/tabs/marketplaces-tab/panels/info/html.hbs:32
|
||||
@ -2839,7 +2840,7 @@ msgstr "Драйвер"
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/datatable.js:98
|
||||
msgid "Please select a marketplace from the list"
|
||||
msgstr ""
|
||||
msgstr "Моля, изберете MarketPlace от списъка"
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/datatable.js:99
|
||||
msgid "You selected the following marketplace:"
|
||||
@ -2888,15 +2889,15 @@ msgstr "Прикачи файл"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab.js:54
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
msgstr "Приложение"
|
||||
|
||||
#: ../app/tabs/instances-top-tab.js:23
|
||||
msgid "Instances"
|
||||
msgstr ""
|
||||
msgstr "Инстанции"
|
||||
|
||||
#: ../app/tabs/files-tab/datatable.js:44
|
||||
msgid "Please select a file from the list"
|
||||
msgstr ""
|
||||
msgstr "Моля, изберете файл от списъка"
|
||||
|
||||
#: ../app/tabs/files-tab/datatable.js:45
|
||||
msgid "You selected the following file:"
|
||||
@ -2912,7 +2913,7 @@ msgstr "Избрахте следните файлове:"
|
||||
|
||||
#: ../app/tabs/files-tab/actions.js:30
|
||||
msgid "File created"
|
||||
msgstr ""
|
||||
msgstr "Файлът е създаден "
|
||||
|
||||
#: ../app/tabs/oneflow-templates-tab/form-panels/instantiate.js:56
|
||||
msgid "Instantiate Service Template"
|
||||
@ -2937,7 +2938,7 @@ msgstr "Обнови шаблон за услуга"
|
||||
#: ../app/tabs/vmgroup-tab/utils/role-tab/html.hbs:24
|
||||
#: ../app/utils/user-inputs/row.hbs:5
|
||||
msgid "Can only contain alphanumeric and underscore characters"
|
||||
msgstr "Може да съдържа само букви, цифри и почертавка"
|
||||
msgstr "Може да съдържа само букви, цифри и долна черта"
|
||||
|
||||
#: ../app/tabs/oneflow-templates-tab/form-panels/create.js:430
|
||||
#: ../app/tabs/vmgroup-tab/form-panels/create.js:370
|
||||
@ -3167,7 +3168,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/vnets-tab/form-panels/import.js:50
|
||||
msgid "Import vCenter Networks"
|
||||
msgstr "Импортирай Виртуална Мрежа"
|
||||
msgstr "Импортирай vCenter Мрежи"
|
||||
|
||||
#: ../app/tabs/vnets-tab/dialogs/add-ar.js:81
|
||||
#: ../app/tabs/vnets-tab/dialogs/update-ar.js:77
|
||||
@ -3176,7 +3177,7 @@ msgstr "Липсват едно или повече от необходимит
|
||||
|
||||
#: ../app/tabs/vnets-tab/dialogs/reserve/ar-datatable.js:62
|
||||
msgid "End"
|
||||
msgstr ""
|
||||
msgstr "Край"
|
||||
|
||||
#: ../app/tabs/vnets-tab/dialogs/reserve/ar-datatable.js:63
|
||||
#: ../app/tabs/vnets-tab/panels/leases.js:42
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 18:51+0000\n"
|
||||
"PO-Revision-Date: 2017-09-19 13:38+0000\n"
|
||||
"Last-Translator: Vlastimil Holer <vlastimil.holer@gmail.com>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/opennebula/one/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -9,7 +9,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"PO-Revision-Date: 2017-09-23 19:01+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/opennebula/one/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -3,12 +3,14 @@
|
||||
# This file is distributed under the same license as the OpenNebula package.
|
||||
#
|
||||
# Translators:
|
||||
# aschwoerer <schwoerer_andreas@web.de>, 2017
|
||||
# Bastian Widmer <bastian.widmer@gmail.com>, 2012-2013
|
||||
# Bastian Widmer <bastian.widmer@gmail.com>, 2012
|
||||
# Daniel Seichter <daniel.seichter@dseichter.de>, 2016
|
||||
# jules <>, 2012
|
||||
# jules <>, 2012
|
||||
# Matthias Albert <matthias@ma-c.de>, 2013
|
||||
# Markus Kneissl-Stettner <m.ks@gmx.de>, 2018
|
||||
# Martin Alfke <tuxmea@gmail.com>, 2013-2015
|
||||
# Matthias Albert <matthias@ma-c.de>, 2013
|
||||
# Mirco S. <mis@metanet.ch>, 2015
|
||||
@ -34,8 +36,8 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"PO-Revision-Date: 2018-01-31 14:55+0000\n"
|
||||
"Last-Translator: Markus Kneissl-Stettner <m.ks@gmx.de>\n"
|
||||
"Language-Team: German (http://www.transifex.com/opennebula/one/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -781,7 +783,7 @@ msgstr "Deaktivieren"
|
||||
#: ../app/tabs/vms-tab/panels/info.js:112
|
||||
#: ../app/tabs/vnets-tab/panels/info.js:97
|
||||
msgid "vCenter information"
|
||||
msgstr ""
|
||||
msgstr "vCenter Informationen"
|
||||
|
||||
#: ../app/tabs/datastores-tab/panels/clusters.js:38
|
||||
#: ../app/tabs/vdcs-tab/datatable.js:68 ../app/tabs/clusters-tab.js:46
|
||||
@ -1002,11 +1004,11 @@ msgstr "Alle"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:416
|
||||
msgid "GUEST STATE"
|
||||
msgstr ""
|
||||
msgstr "GAST STATUS"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:417
|
||||
msgid "VMWARETOOLS RUNNING STATUS"
|
||||
msgstr ""
|
||||
msgstr "VMWARETOOL Status"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:419
|
||||
msgid "VMWARETOOLS VERSION"
|
||||
@ -1210,7 +1212,7 @@ msgstr "SKALIEREN FEHLGESCHLAGEN"
|
||||
|
||||
#: ../app/tabs/vrouter-templates-tab/form-panels/instantiate.js:58
|
||||
msgid "Instantiate Virtual Router Template"
|
||||
msgstr ""
|
||||
msgstr "Virtual Router Vorlage instantiieren"
|
||||
|
||||
#: ../app/tabs/vrouter-templates-tab/form-panels/instantiate.js:59
|
||||
#: ../app/tabs/vrouter-templates-tab/buttons.js:30
|
||||
@ -1266,7 +1268,7 @@ msgstr "ESX"
|
||||
|
||||
#: ../app/tabs/hosts-tab/panels/zombies.js:48
|
||||
msgid "Zombies"
|
||||
msgstr ""
|
||||
msgstr "Zombies"
|
||||
|
||||
#: ../app/tabs/hosts-tab/panels/pci.js:45
|
||||
msgid "PCI"
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -29,7 +29,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:51+0000\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:17+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"Language-Team: Spanish (Spain) (http://www.transifex.com/opennebula/one/language/es_ES/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
7842
src/sunstone/public/locale/languages/et_EE.po
Normal file
7842
src/sunstone/public/locale/languages/et_EE.po
Normal file
File diff suppressed because it is too large
Load Diff
7841
src/sunstone/public/locale/languages/fa.po
Normal file
7841
src/sunstone/public/locale/languages/fa.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"PO-Revision-Date: 2017-09-19 13:37+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"Language-Team: Persian (Iran) (http://www.transifex.com/opennebula/one/language/fa_IR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -37,7 +37,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 11:26+0000\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:13+0000\n"
|
||||
"Last-Translator: Daniel Dehennin <git@baby-gnu.org>\n"
|
||||
"Language-Team: French (France) (http://www.transifex.com/opennebula/one/language/fr_FR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"PO-Revision-Date: 2017-09-23 18:17+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"Language-Team: Italian (Italy) (http://www.transifex.com/opennebula/one/language/it_IT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -4,15 +4,17 @@
|
||||
#
|
||||
# Translators:
|
||||
# Akihiko Ota <skywalker.37th@gmail.com>, 2015
|
||||
# nasa9084 <nasa.9084.bassclarinet@gmail.com>, 2017
|
||||
# kuromabo <md81bird@hitaki.net>, 2015-2016
|
||||
# nasa9084 <nasa.9084.bassclarinet@gmail.com>, 2017
|
||||
# Sono Mishiro <selene.jaxa@gmail.com>, 2014-2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:22+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"PO-Revision-Date: 2017-11-15 05:20+0000\n"
|
||||
"Last-Translator: nasa9084 <nasa.9084.bassclarinet@gmail.com>\n"
|
||||
"Language-Team: Japanese (http://www.transifex.com/opennebula/one/language/ja/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -96,7 +98,7 @@ msgstr ""
|
||||
|
||||
#: ../app/opennebula/host.js:41
|
||||
msgid "MONITORED"
|
||||
msgstr ""
|
||||
msgstr "監視中"
|
||||
|
||||
#: ../app/opennebula/host.js:42 ../app/opennebula/host.js:54
|
||||
#: ../app/opennebula/marketplaceapp.js:27 ../app/opennebula/image.js:28
|
||||
@ -129,7 +131,7 @@ msgstr ""
|
||||
|
||||
#: ../app/opennebula/host.js:47
|
||||
msgid "OFFLINE"
|
||||
msgstr ""
|
||||
msgstr "オフライン"
|
||||
|
||||
#: ../app/opennebula/host.js:52
|
||||
msgid "UPDATE"
|
||||
@ -174,7 +176,7 @@ msgstr "UNKNOWN"
|
||||
|
||||
#: ../app/opennebula/marketplaceapp.js:33 ../app/opennebula/datastore.js:29
|
||||
msgid "IMAGE"
|
||||
msgstr ""
|
||||
msgstr "イメージ"
|
||||
|
||||
#: ../app/opennebula/marketplaceapp.js:34
|
||||
msgid "VMTEMPLATE"
|
||||
@ -226,7 +228,7 @@ msgstr "DATABLOCK"
|
||||
#: ../app/opennebula/image.js:40
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:103
|
||||
msgid "KERNEL"
|
||||
msgstr ""
|
||||
msgstr "カーネル"
|
||||
|
||||
#: ../app/opennebula/image.js:41
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:104
|
||||
@ -316,7 +318,7 @@ msgstr ""
|
||||
|
||||
#: ../app/opennebula/datastore.js:31
|
||||
msgid "FILE"
|
||||
msgstr ""
|
||||
msgstr "ファイル"
|
||||
|
||||
#: ../app/tabs/vrouters-tab.js:46 ../app/tabs/vrouters-tab.js:50
|
||||
#: ../app/tabs/vrouter-templates-tab.js:45
|
||||
@ -667,7 +669,7 @@ msgstr "このデータストアに対するクラスタを選択してくださ
|
||||
|
||||
#: ../app/tabs/datastores-tab/form-panels/import.js:50
|
||||
msgid "Import vCenter Datastores"
|
||||
msgstr ""
|
||||
msgstr "vCenterのデータストアをインポート"
|
||||
|
||||
#: ../app/tabs/datastores-tab/form-panels/import.js:51
|
||||
#: ../app/tabs/datastores-tab/buttons.js:33
|
||||
@ -758,7 +760,7 @@ msgstr "無効"
|
||||
#: ../app/tabs/vms-tab/panels/info.js:112
|
||||
#: ../app/tabs/vnets-tab/panels/info.js:97
|
||||
msgid "vCenter information"
|
||||
msgstr ""
|
||||
msgstr "vCenterの情報"
|
||||
|
||||
#: ../app/tabs/datastores-tab/panels/clusters.js:38
|
||||
#: ../app/tabs/vdcs-tab/datatable.js:68 ../app/tabs/clusters-tab.js:46
|
||||
@ -1046,7 +1048,7 @@ msgstr "利用可能なテンプレートがありません"
|
||||
#: ../app/tabs/provision-tab/templates/list.js:114
|
||||
#: ../app/tabs/provision-tab.js:653
|
||||
msgid "No labels defined"
|
||||
msgstr ""
|
||||
msgstr "ラベルが定義されていません"
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:149
|
||||
msgid "Create a template by saving a running Virtual Machine"
|
||||
@ -1148,7 +1150,7 @@ msgstr "このルールのカーディナリティは変更できません"
|
||||
#: ../app/tabs/provision-tab/flows/list.js:504
|
||||
#: ../app/tabs/provision-tab/flows/list.js:525
|
||||
msgid "Dismiss Alert"
|
||||
msgstr ""
|
||||
msgstr "アラートを無視する"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:455
|
||||
#: ../app/tabs/provision-tab.js:150
|
||||
@ -1157,7 +1159,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:495
|
||||
msgid "Be careful, this action will immediately destroy your Service"
|
||||
msgstr ""
|
||||
msgstr "この操作は直ちにサービスを壊す可能性があるので注意してください"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:497
|
||||
#: ../app/tabs/provision-tab/flows/list.js:518
|
||||
@ -1166,7 +1168,7 @@ msgstr "全ての情報が失われるでしょう!"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:516
|
||||
msgid "Be careful, this action will immediately shutdown your Service"
|
||||
msgstr ""
|
||||
msgstr "この操作は直ちにサービスをシャットダウンする可能性があるので注意してください"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:522
|
||||
#: ../app/tabs/provision-tab/flows/info.hbs:52
|
||||
@ -1206,7 +1208,7 @@ msgstr "仮想ルーターを作成しました"
|
||||
|
||||
#: ../app/tabs/vrouter-templates-tab/form-panels/instantiate.js:166
|
||||
msgid "Failed to create VMs. Virtual Router may need to be deleted manually."
|
||||
msgstr ""
|
||||
msgstr "VMを作製するのに失敗しました。仮想ルータは手動で削除する必要があります。"
|
||||
|
||||
#: ../app/tabs/vrouter-templates-tab/form-panels/instantiate.js:198
|
||||
#: ../app/tabs/vrouters-tab/form-panels/instantiate.js:116
|
||||
@ -1460,15 +1462,15 @@ msgstr "作成されたVDC"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/form-panels/export.js:55
|
||||
msgid "Download App To OpenNebula"
|
||||
msgstr ""
|
||||
msgstr "OpenNeblaにAppをダウンロードする"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/form-panels/export.js:56
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
msgstr "ダウンロード"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/form-panels/create.js:56
|
||||
msgid "Create MarketPlace App"
|
||||
msgstr ""
|
||||
msgstr "マーケットプレイスアプリを作成する"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/form-panels/create.js:61
|
||||
msgid "Create MarketPlace App from Image"
|
||||
@ -1561,7 +1563,7 @@ msgstr "VMテンプレートを作成しました"
|
||||
#: ../app/tabs/marketplaceapps-tab/actions.js:130
|
||||
#: ../app/tabs/images-tab/actions.js:94
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
msgstr "エラー"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/actions.js:133
|
||||
msgid "This MarketPlace App resides in Zone "
|
||||
@ -1713,7 +1715,7 @@ msgstr "任意"
|
||||
|
||||
#: ../app/tabs/images-tab/form-panels/import.js:51
|
||||
msgid "Import vCenter Images"
|
||||
msgstr ""
|
||||
msgstr "vCenterイメージをインポートする"
|
||||
|
||||
#: ../app/tabs/images-tab/form-panels/create-common.js:53
|
||||
msgid "Create Image"
|
||||
@ -1734,7 +1736,7 @@ msgstr "このイメージのデータストアを選択してください"
|
||||
|
||||
#: ../app/tabs/images-tab/form-panels/create-common.js:463
|
||||
msgid "Please select a file to upload"
|
||||
msgstr ""
|
||||
msgstr "アップロードするファイルを選択してください"
|
||||
|
||||
#: ../app/tabs/images-tab/form-panels/create-common.js:471
|
||||
msgid "Registering in OpenNebula"
|
||||
@ -1743,7 +1745,7 @@ msgstr "OpenNebulaに登録"
|
||||
#: ../app/tabs/images-tab/buttons.js:32 ../app/tabs/marketplaces-tab.js:53
|
||||
#: ../app/tabs/marketplaceapps-tab/panels/info/html.hbs:32
|
||||
msgid "MarketPlace"
|
||||
msgstr ""
|
||||
msgstr "マーケットプレース"
|
||||
|
||||
#: ../app/tabs/images-tab/buttons.js:67
|
||||
msgid "Make persistent"
|
||||
@ -2106,7 +2108,7 @@ msgstr "アンデプロイ"
|
||||
#: ../app/tabs/oneflow-templates-tab/form-panels/create/wizard.hbs:82
|
||||
#: ../app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs:140
|
||||
msgid "Terminate"
|
||||
msgstr ""
|
||||
msgstr "終了"
|
||||
|
||||
#: ../app/tabs/oneflow-services-tab/panels/roles.js:58
|
||||
#: ../app/utils/vmgroup-section.js:145
|
||||
@ -2222,7 +2224,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:138 ../app/tabs/vms-tab/buttons.js:146
|
||||
msgid " Terminate"
|
||||
msgstr ""
|
||||
msgstr "終了"
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:140 ../app/tabs/vms-tab/buttons.js:148
|
||||
msgid "This will remove information from non-persistent hard disks"
|
||||
@ -2239,7 +2241,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:168
|
||||
msgid "retry"
|
||||
msgstr ""
|
||||
msgstr "リトライ"
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:169
|
||||
msgid "success"
|
||||
@ -2501,11 +2503,11 @@ msgstr "アクション"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/placement.js:71
|
||||
msgid "UID"
|
||||
msgstr ""
|
||||
msgstr "UID"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/placement.js:72
|
||||
msgid "GID"
|
||||
msgstr ""
|
||||
msgstr "GID"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/placement.js:73
|
||||
msgid "ReqID"
|
||||
@ -2766,11 +2768,11 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/form-panels/create.js:68
|
||||
msgid "Access Key Id"
|
||||
msgstr ""
|
||||
msgstr "アクセスキーID"
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/form-panels/create.js:73
|
||||
msgid "Secret Access Key"
|
||||
msgstr ""
|
||||
msgstr "シークレットアクセスキー"
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/form-panels/create.js:78
|
||||
msgid "S3 bucket to store marketapps"
|
||||
@ -2816,7 +2818,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"Split marketapps into chunks of this size (in MB). You should **never** user"
|
||||
" a quantity larger than 100. Defaults to 32 (MB)."
|
||||
msgstr ""
|
||||
msgstr "マーケットアプリをこのサイズ(MB)に分割します。100以上の大きさには**絶対に**市内で下さい。既定値は32(MB)です。"
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/form-panels/create.js:127
|
||||
msgid "Create MarketPlace"
|
||||
@ -6652,7 +6654,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid/ec2.hbs:122
|
||||
msgid "Security group IDs"
|
||||
msgstr ""
|
||||
msgstr "セキュリティグループのID"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid/ec2.hbs:131
|
||||
msgid "Subnet ID"
|
||||
@ -6923,7 +6925,7 @@ msgstr ""
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/other/html.hbs:53
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/network/nic-tab/html.hbs:207
|
||||
msgid "Device name"
|
||||
msgstr ""
|
||||
msgstr "デバイス名"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/other/html.hbs:54
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/network/nic-tab/html.hbs:208
|
||||
@ -7577,7 +7579,7 @@ msgstr "テンプレートを複製"
|
||||
msgid ""
|
||||
"You can also clone any Image referenced inside this Template. They will be "
|
||||
"cloned to a new Image, and made persistent."
|
||||
msgstr ""
|
||||
msgstr "このテンプレート内で参照されている任意のイメージを複製することもできます。新しいイメージに複製され、永続化されます。"
|
||||
|
||||
#: ../app/tabs/templates-tab/dialogs/clone/html.hbs:44
|
||||
msgid "Clone with Images"
|
||||
@ -7706,13 +7708,13 @@ msgstr ""
|
||||
|
||||
#: ../app/utils/user-inputs/row.hbs:19
|
||||
msgid "boolean"
|
||||
msgstr ""
|
||||
msgstr "真偽値"
|
||||
|
||||
#: ../app/utils/user-inputs/row.hbs:28 ../app/utils/user-inputs/row.hbs:33
|
||||
#: ../app/utils/user-inputs/row.hbs:38 ../app/utils/user-inputs/row.hbs:55
|
||||
#: ../app/utils/user-inputs/row.hbs:72 ../app/utils/user-inputs/row.hbs:82
|
||||
msgid "Default value"
|
||||
msgstr ""
|
||||
msgstr "既定値"
|
||||
|
||||
#: ../app/utils/user-inputs/row.hbs:78
|
||||
msgid "Options"
|
||||
@ -7770,7 +7772,7 @@ msgstr "ネットワークを選択"
|
||||
|
||||
#: ../app/utils/nics-section/dd.hbs:31
|
||||
msgid "Force IPv4:"
|
||||
msgstr ""
|
||||
msgstr "IPv4を強制する:"
|
||||
|
||||
#: ../app/utils/nics-section/dd.hbs:33 ../app/utils/nics-section/dd.hbs:72
|
||||
msgid "Optionally, you can force the IP assigned to the network interface."
|
||||
@ -7780,7 +7782,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"If checked, each Virtual Machine will have a floating IP added to its "
|
||||
"network interface."
|
||||
msgstr ""
|
||||
msgstr "チェックされている場合、各仮想マシンはネットワークインターフェースからフローティングIPを取得します。"
|
||||
|
||||
#: ../app/utils/nics-section/dd.hbs:60
|
||||
msgid ""
|
||||
@ -7790,7 +7792,7 @@ msgstr "チェックした場合、このネットワークインターフェー
|
||||
|
||||
#: ../app/utils/nics-section/dd.hbs:70
|
||||
msgid "Force IPv6:"
|
||||
msgstr ""
|
||||
msgstr "IPv6を強制する:"
|
||||
|
||||
#: ../app/utils/nics-section/dd.hbs:88
|
||||
msgid ""
|
||||
@ -7805,7 +7807,7 @@ msgstr ""
|
||||
|
||||
#: ../app/utils/disks-resize/html.hbs:19
|
||||
msgid "Disks"
|
||||
msgstr ""
|
||||
msgstr "ディスク"
|
||||
|
||||
#: ../app/utils/vmgroup-section/html.hbs:5
|
||||
msgid "Clear"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"PO-Revision-Date: 2017-09-23 20:05+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/opennebula/one/language/lt_LT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -18,7 +18,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"PO-Revision-Date: 2017-09-19 14:08+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/opennebula/one/language/nl_NL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -6,14 +6,15 @@
|
||||
# Dariusz Duszynski <dariusz.duszynski@gmail.com>, 2015-2016
|
||||
# Grzegorz Kocur <gkocur@cloudox.pl>, 2013
|
||||
# Kamil Szczygieł <k.szczygiel@intratel.pl>, 2013-2014
|
||||
# Maczuha Ugabuga <jakpap10@wp.pl>, 2017
|
||||
# m.prostko <m.prostko@intratel.pl>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"PO-Revision-Date: 2017-09-17 13:56+0000\n"
|
||||
"Last-Translator: Maczuha Ugabuga <jakpap10@wp.pl>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/opennebula/one/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -118,11 +119,11 @@ msgstr ""
|
||||
|
||||
#: ../app/opennebula/host.js:44
|
||||
msgid "MONITORING_ERROR"
|
||||
msgstr ""
|
||||
msgstr "BŁĄD_MONITORING"
|
||||
|
||||
#: ../app/opennebula/host.js:45
|
||||
msgid "MONITORING_INIT"
|
||||
msgstr ""
|
||||
msgstr "MONITORING_INIT"
|
||||
|
||||
#: ../app/opennebula/host.js:46
|
||||
msgid "MONITORING_DISABLED"
|
||||
@ -130,7 +131,7 @@ msgstr ""
|
||||
|
||||
#: ../app/opennebula/host.js:47
|
||||
msgid "OFFLINE"
|
||||
msgstr ""
|
||||
msgstr "OFFLINE"
|
||||
|
||||
#: ../app/opennebula/host.js:52
|
||||
msgid "UPDATE"
|
||||
@ -158,11 +159,11 @@ msgstr "WYŁĄCZONY"
|
||||
#: ../app/opennebula/marketplaceapp.js:25 ../app/opennebula/image.js:24
|
||||
#: ../app/tabs/provision-tab/vms/list.js:990
|
||||
msgid "READY"
|
||||
msgstr ""
|
||||
msgstr "GOTOWE"
|
||||
|
||||
#: ../app/opennebula/marketplaceapp.js:26 ../app/opennebula/image.js:27
|
||||
msgid "LOCKED"
|
||||
msgstr ""
|
||||
msgstr "ZABLOKOWANY"
|
||||
|
||||
#: ../app/opennebula/marketplaceapp.js:32 ../app/opennebula/vm.js:211
|
||||
#: ../app/tabs/provision-tab/vms/list.js:910
|
||||
@ -179,7 +180,7 @@ msgstr "Obraz"
|
||||
|
||||
#: ../app/opennebula/marketplaceapp.js:34
|
||||
msgid "VMTEMPLATE"
|
||||
msgstr ""
|
||||
msgstr "VMTEMPLATE"
|
||||
|
||||
#: ../app/opennebula/marketplaceapp.js:35
|
||||
msgid "SERVICE_TEMPLATE"
|
||||
@ -191,11 +192,11 @@ msgstr "ZUŻYTE"
|
||||
|
||||
#: ../app/opennebula/image.js:29
|
||||
msgid "CLONE"
|
||||
msgstr ""
|
||||
msgstr "KLONUJ"
|
||||
|
||||
#: ../app/opennebula/image.js:30
|
||||
msgid "DELETE"
|
||||
msgstr ""
|
||||
msgstr "USUŃ"
|
||||
|
||||
#: ../app/opennebula/image.js:31
|
||||
msgid "USED_PERS"
|
||||
@ -212,7 +213,7 @@ msgstr ""
|
||||
#: ../app/opennebula/image.js:37
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:96
|
||||
msgid "OS"
|
||||
msgstr "SO"
|
||||
msgstr "OS"
|
||||
|
||||
#: ../app/opennebula/image.js:38
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:97
|
||||
@ -227,12 +228,12 @@ msgstr "DATABLOCK"
|
||||
#: ../app/opennebula/image.js:40
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:103
|
||||
msgid "KERNEL"
|
||||
msgstr ""
|
||||
msgstr "KERNEL"
|
||||
|
||||
#: ../app/opennebula/image.js:41
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:104
|
||||
msgid "RAMDISK"
|
||||
msgstr ""
|
||||
msgstr "RAMDISK"
|
||||
|
||||
#: ../app/opennebula/image.js:42
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:105
|
||||
@ -264,7 +265,7 @@ msgstr "MIGRACJA"
|
||||
#: ../app/opennebula/vm.js:200 ../app/opennebula/vm.js:201
|
||||
#: ../app/opennebula/vm.js:202
|
||||
msgid "SAVE"
|
||||
msgstr ""
|
||||
msgstr "ZAPISZ"
|
||||
|
||||
#: ../app/opennebula/vm.js:205 ../app/opennebula/vm.js:206
|
||||
#: ../app/opennebula/vm.js:225
|
||||
@ -317,7 +318,7 @@ msgstr "SYSTEM"
|
||||
|
||||
#: ../app/opennebula/datastore.js:31
|
||||
msgid "FILE"
|
||||
msgstr "Plik"
|
||||
msgstr "PLIK"
|
||||
|
||||
#: ../app/tabs/vrouters-tab.js:46 ../app/tabs/vrouters-tab.js:50
|
||||
#: ../app/tabs/vrouter-templates-tab.js:45
|
||||
@ -325,12 +326,12 @@ msgstr "Plik"
|
||||
#: ../app/tabs/groups-tab/form-panels/create/wizard.hbs:216
|
||||
#: ../app/tabs/acls-tab/form-panels/create/wizard.hbs:121
|
||||
msgid "Virtual Routers"
|
||||
msgstr ""
|
||||
msgstr "Wirtualne routery"
|
||||
|
||||
#: ../app/tabs/vrouters-tab.js:51 ../app/tabs/vms-tab/panels/info/html.hbs:72
|
||||
#: ../app/tabs/vms-tab/datatable/search.hbs:32
|
||||
msgid "Virtual Router"
|
||||
msgstr ""
|
||||
msgstr "Wirtualny router"
|
||||
|
||||
#: ../app/tabs/clusters-tab/form-panels/create.js:52
|
||||
msgid "Create Cluster"
|
||||
@ -637,7 +638,7 @@ msgstr "Wybierz klaster z listy"
|
||||
|
||||
#: ../app/tabs/clusters-tab/datatable.js:74
|
||||
msgid "You selected the following Cluster:"
|
||||
msgstr ""
|
||||
msgstr "Wybrałeś następujący klaster:"
|
||||
|
||||
#: ../app/tabs/clusters-tab/datatable.js:75
|
||||
msgid "Please select one or more clusters from the list"
|
||||
@ -759,7 +760,7 @@ msgstr "Wyłącz"
|
||||
#: ../app/tabs/vms-tab/panels/info.js:112
|
||||
#: ../app/tabs/vnets-tab/panels/info.js:97
|
||||
msgid "vCenter information"
|
||||
msgstr ""
|
||||
msgstr "Informacje vCenter"
|
||||
|
||||
#: ../app/tabs/datastores-tab/panels/clusters.js:38
|
||||
#: ../app/tabs/vdcs-tab/datatable.js:68 ../app/tabs/clusters-tab.js:46
|
||||
@ -969,7 +970,7 @@ msgstr "Maszyny wirtualne"
|
||||
#: ../app/tabs/provision-tab/vms/list.js:97
|
||||
#: ../app/tabs/provision-tab/vms/list.js:161
|
||||
msgid "There are no Virtual Machines"
|
||||
msgstr ""
|
||||
msgstr "Brak maszyn wirtualnych"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:245
|
||||
#: ../app/tabs/provision-tab/templates/list.js:253
|
||||
@ -1004,21 +1005,21 @@ msgstr "Szablon maszyny wirtualnej"
|
||||
#: ../app/tabs/provision-tab/vms/list.js:527
|
||||
#: ../app/tabs/vms-tab/dialogs/saveas-template.js:86
|
||||
msgid "saved successfully"
|
||||
msgstr ""
|
||||
msgstr "Zapisano pomyślnie"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:535
|
||||
msgid ""
|
||||
"VM cloning in the background. The Template will appear as soon as it is "
|
||||
"ready, and the VM unlocked."
|
||||
msgstr ""
|
||||
msgstr "Klonowanie rozpoczęło się w tle. Szablon pojawi się jak tylko będzie gotowy, a maszyna wirtualna odblokowana."
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:873
|
||||
msgid "SAVING IMAGE"
|
||||
msgstr ""
|
||||
msgstr "ZAPISYWANIE OBRAZU"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:906
|
||||
msgid "POWERING OFF"
|
||||
msgstr ""
|
||||
msgstr "WYŁĄCZANIE"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:929
|
||||
msgid "UNDEPLOYED"
|
||||
@ -1026,7 +1027,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:1009
|
||||
msgid "DELETING"
|
||||
msgstr ""
|
||||
msgstr "USUWANIE"
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:55
|
||||
#: ../app/tabs/templates-top-tab.js:23
|
||||
@ -1042,7 +1043,7 @@ msgstr "Szablony"
|
||||
#: ../app/tabs/provision-tab.js:638 ../app/tabs/provision-tab.js:822
|
||||
#: ../app/tabs/provision-tab.js:1114
|
||||
msgid "There are no templates available"
|
||||
msgstr ""
|
||||
msgstr "Brak dostępnych szablonów"
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:114
|
||||
#: ../app/tabs/provision-tab.js:653
|
||||
@ -1051,7 +1052,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:149
|
||||
msgid "Create a template by saving a running Virtual Machine"
|
||||
msgstr ""
|
||||
msgstr "Stwórz szablon poprzez zapisanie działającej wirtualnej maszyny"
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:164
|
||||
#: ../app/tabs/templates-tab/buttons.js:75
|
||||
@ -1069,16 +1070,16 @@ msgstr "Udostępnij"
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:274
|
||||
msgid "Handle with care! This action will immediately destroy the template"
|
||||
msgstr ""
|
||||
msgstr "Uważaj! Ta akcja spowoduje natychmiastowe usunięcie szablonu!"
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:276
|
||||
msgid "and the image associated."
|
||||
msgstr ""
|
||||
msgstr "i powiązanego obrazu."
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:324
|
||||
#: ../app/tabs/provision-tab/templates/list.js:372
|
||||
msgid "The template"
|
||||
msgstr ""
|
||||
msgstr "Szablon"
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:326
|
||||
msgid ""
|
||||
@ -1088,7 +1089,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:330
|
||||
msgid "Share template"
|
||||
msgstr ""
|
||||
msgstr "Udostępnij szablon"
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:374
|
||||
msgid ""
|
||||
@ -1106,12 +1107,12 @@ msgstr ""
|
||||
#: ../app/tabs/oneflow-services-tab.js:51
|
||||
#: ../app/utils/menu/provision-top-row.hbs:42
|
||||
msgid "Services"
|
||||
msgstr ""
|
||||
msgstr "Usługi"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:95
|
||||
#: ../app/tabs/provision-tab/flows/list.js:154
|
||||
msgid "There are no Services"
|
||||
msgstr ""
|
||||
msgstr "Brak usług"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:110
|
||||
#: ../app/tabs/oneflow-templates-tab.js:57
|
||||
@ -1149,7 +1150,7 @@ msgstr ""
|
||||
#: ../app/tabs/provision-tab/flows/list.js:504
|
||||
#: ../app/tabs/provision-tab/flows/list.js:525
|
||||
msgid "Dismiss Alert"
|
||||
msgstr ""
|
||||
msgstr "Pomiń"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:455
|
||||
#: ../app/tabs/provision-tab.js:150
|
||||
@ -1158,16 +1159,16 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:495
|
||||
msgid "Be careful, this action will immediately destroy your Service"
|
||||
msgstr ""
|
||||
msgstr "Uwaga, ta akcja natychmiastowo usunie twoje usługi"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:497
|
||||
#: ../app/tabs/provision-tab/flows/list.js:518
|
||||
msgid "All the information will be lost!"
|
||||
msgstr ""
|
||||
msgstr "Wszystkie informacje zostaną stracone!"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:516
|
||||
msgid "Be careful, this action will immediately shutdown your Service"
|
||||
msgstr ""
|
||||
msgstr "Uwaga, ta akcja natychmiastowo wyłączy twoje usługi"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:522
|
||||
#: ../app/tabs/provision-tab/flows/info.hbs:52
|
||||
@ -1207,7 +1208,7 @@ msgstr "Utowrzono wirtualny router"
|
||||
|
||||
#: ../app/tabs/vrouter-templates-tab/form-panels/instantiate.js:166
|
||||
msgid "Failed to create VMs. Virtual Router may need to be deleted manually."
|
||||
msgstr ""
|
||||
msgstr "Niepowodzenie tworzenia wirtualnej maszyny. Może być wymagane ręczne usunięcie wirtualnego routera."
|
||||
|
||||
#: ../app/tabs/vrouter-templates-tab/form-panels/instantiate.js:198
|
||||
#: ../app/tabs/vrouters-tab/form-panels/instantiate.js:116
|
||||
@ -1228,11 +1229,11 @@ msgstr "Stwórz gospodarza"
|
||||
|
||||
#: ../app/tabs/hosts-tab/buttons.js:34
|
||||
msgid "Select the destination cluster"
|
||||
msgstr ""
|
||||
msgstr "Wybierz klaster docelowy"
|
||||
|
||||
#: ../app/tabs/hosts-tab/buttons.js:49
|
||||
msgid "Offline"
|
||||
msgstr ""
|
||||
msgstr "Offline"
|
||||
|
||||
#: ../app/tabs/hosts-tab/buttons.js:54
|
||||
msgid "Delete host"
|
||||
@ -1303,7 +1304,7 @@ msgstr ""
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:152
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:382
|
||||
msgid "VM imported"
|
||||
msgstr ""
|
||||
msgstr "Wirtualna maszyna zaaimportowana"
|
||||
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:193
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:235
|
||||
@ -1465,7 +1466,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/form-panels/export.js:56
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
msgstr "Pobierz"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/form-panels/create.js:56
|
||||
msgid "Create MarketPlace App"
|
||||
@ -1479,7 +1480,7 @@ msgstr ""
|
||||
#: ../app/tabs/marketplaceapps-tab/form-panels/create/wizard.hbs:40
|
||||
#: ../app/tabs/marketplaceapps-tab/panels/info/html.hbs:61
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
msgstr "Wersja"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable.js:88
|
||||
#: ../app/tabs/secgroups-tab/utils/common.js:109
|
||||
@ -1511,7 +1512,7 @@ msgstr "Stan"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable.js:91
|
||||
msgid "Registration Time"
|
||||
msgstr ""
|
||||
msgstr "Czas rejestracji"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable.js:92
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable/search.hbs:28
|
||||
@ -1529,19 +1530,19 @@ msgstr "Strefa"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable.js:102
|
||||
msgid "Please select an appliance from the list"
|
||||
msgstr ""
|
||||
msgstr "Proszę wybrać aplikację z listy"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable.js:103
|
||||
msgid "You selected the following appliance:"
|
||||
msgstr ""
|
||||
msgstr "Wybrałeś następującą aplikację:"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable.js:104
|
||||
msgid "Please select one or more appliances from the list"
|
||||
msgstr ""
|
||||
msgstr "Proszę wybrać jedną lub więcej aplikacji z listy:"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable.js:105
|
||||
msgid "You selected the following appliances:"
|
||||
msgstr ""
|
||||
msgstr "Wybrałeś następujące aplikacje:"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/actions.js:35
|
||||
msgid "MarketPlace App created"
|
||||
@ -1557,7 +1558,7 @@ msgstr "Utworzono obraz"
|
||||
#: ../app/tabs/templates-tab/actions-common.js:234
|
||||
#: ../app/tabs/templates-tab/actions-common.js:247
|
||||
msgid "VM Template created"
|
||||
msgstr ""
|
||||
msgstr "Szablon maszyny wirtualnej utworzony"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/actions.js:130
|
||||
#: ../app/tabs/images-tab/actions.js:94
|
||||
@ -1577,7 +1578,7 @@ msgstr ""
|
||||
#: ../app/tabs/marketplaceapps-tab/actions.js:138
|
||||
#: ../app/tabs/images-tab/actions.js:101
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
msgstr "OK"
|
||||
|
||||
#: ../app/tabs/vms-tab.js:72 ../app/tabs/vms-tab/dialogs/migrate.js:138
|
||||
#: ../app/tabs/vnets-topology-tab.js:529
|
||||
@ -1608,11 +1609,11 @@ msgstr "BŁĄD"
|
||||
|
||||
#: ../app/tabs/secgroups-tab/form-panels/create.js:55
|
||||
msgid "Create Security Group"
|
||||
msgstr ""
|
||||
msgstr "Utwórz grupę bezpieczeństwa"
|
||||
|
||||
#: ../app/tabs/secgroups-tab/form-panels/create.js:60
|
||||
msgid "Update Security Group"
|
||||
msgstr ""
|
||||
msgstr "Zaktualizuj grupę bezpieczeństwa"
|
||||
|
||||
#: ../app/tabs/secgroups-tab/dialogs/clone.js:71
|
||||
#: ../app/tabs/users-tab/dialogs/auth-driver.js:78
|
||||
@ -1669,12 +1670,12 @@ msgstr ""
|
||||
#: ../app/tabs/secgroups-tab/utils/common.js:44
|
||||
#: ../app/tabs/secgroups-tab/form-panels/create/wizard.hbs:48
|
||||
msgid "TCP"
|
||||
msgstr ""
|
||||
msgstr "TCP"
|
||||
|
||||
#: ../app/tabs/secgroups-tab/utils/common.js:47
|
||||
#: ../app/tabs/secgroups-tab/form-panels/create/wizard.hbs:49
|
||||
msgid "UDP"
|
||||
msgstr ""
|
||||
msgstr "UDP"
|
||||
|
||||
#: ../app/tabs/secgroups-tab/utils/common.js:50
|
||||
#: ../app/tabs/secgroups-tab/form-panels/create/wizard.hbs:50
|
||||
@ -1689,12 +1690,12 @@ msgstr ""
|
||||
#: ../app/tabs/secgroups-tab/utils/common.js:68
|
||||
#: ../app/tabs/secgroups-tab/form-panels/create/wizard.hbs:41
|
||||
msgid "Outbound"
|
||||
msgstr ""
|
||||
msgstr "Wychodzące"
|
||||
|
||||
#: ../app/tabs/secgroups-tab/utils/common.js:71
|
||||
#: ../app/tabs/secgroups-tab/form-panels/create/wizard.hbs:40
|
||||
msgid "Inbound"
|
||||
msgstr ""
|
||||
msgstr "Przychodzące"
|
||||
|
||||
#: ../app/tabs/secgroups-tab/utils/common.js:95 ../app/tabs/vnets-tab.js:57
|
||||
msgid "Virtual Network"
|
||||
@ -1705,7 +1706,7 @@ msgstr "Sieć wirtualna"
|
||||
#: ../app/tabs/vnets-tab/dialogs/reserve/ar-datatable.js:61
|
||||
#: ../app/tabs/vnets-tab/panels/ar/html.hbs:46
|
||||
msgid "Start"
|
||||
msgstr ""
|
||||
msgstr "Start"
|
||||
|
||||
#: ../app/tabs/secgroups-tab/utils/common.js:113
|
||||
#: ../app/tabs/vms-tab/datatable/search.hbs:30
|
||||
@ -1783,12 +1784,12 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/images-tab/panels/snapshots.js:164
|
||||
msgid "This will delete the image snapshot "
|
||||
msgstr ""
|
||||
msgstr "Usunie to obraz snapshotu"
|
||||
|
||||
#: ../app/tabs/images-tab/panels/snapshots.js:202
|
||||
#: ../app/tabs/vms-tab/panels/storage.js:675
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
msgstr "Aktywne"
|
||||
|
||||
#: ../app/tabs/images-tab/datatable-common.js:69
|
||||
#: ../app/tabs/vms-tab/panels/placement.js:69 ../app/tabs/datastores-tab.js:51
|
||||
@ -4547,7 +4548,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/confirm_terminate.hbs:5
|
||||
msgid "Be careful, this action will shutdown and destroy your Virtual Machine"
|
||||
msgstr ""
|
||||
msgstr "Uwaga, ta akcja wyłączy i usunie twoją wirtualną maszynę"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/confirm_terminate.hbs:9
|
||||
msgid ""
|
||||
|
@ -5,6 +5,7 @@
|
||||
# Translators:
|
||||
# Carlos Cesario <carloscesario@gmail.com>, 2016
|
||||
# Christopher Mota <chrmorandi@yahoo.com.br>, 2013
|
||||
# Luís Eduardo <eduardovansilva@gmail.com>, 2017
|
||||
# Marcosh72, 2013
|
||||
# Marcos Meyer Hollerweger, 2013
|
||||
# Paulo A. L. Rego <pauloalr@gmail.com>, 2014
|
||||
@ -17,8 +18,8 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"PO-Revision-Date: 2017-09-19 14:10+0000\n"
|
||||
"Last-Translator: Luís Eduardo <eduardovansilva@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/opennebula/one/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -30,7 +31,7 @@ msgstr ""
|
||||
#: ../app/tabs/provision-tab/flows/list.js:624 ../app/tabs/vms-tab.js:76
|
||||
#: ../app/tabs/dashboard-tab/vms.hbs:26
|
||||
msgid "PENDING"
|
||||
msgstr "PENDENTES"
|
||||
msgstr "PENDENTE"
|
||||
|
||||
#: ../app/opennebula/role.js:45 ../app/opennebula/service.js:27
|
||||
#: ../app/tabs/provision-tab/vms/list.js:818
|
||||
@ -2228,7 +2229,7 @@ msgstr "forçado"
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:138 ../app/tabs/vms-tab/buttons.js:146
|
||||
msgid " Terminate"
|
||||
msgstr ""
|
||||
msgstr "Encerrar"
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:140 ../app/tabs/vms-tab/buttons.js:148
|
||||
msgid "This will remove information from non-persistent hard disks"
|
||||
@ -2507,11 +2508,11 @@ msgstr "Ação"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/placement.js:71
|
||||
msgid "UID"
|
||||
msgstr ""
|
||||
msgstr "UID"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/placement.js:72
|
||||
msgid "GID"
|
||||
msgstr ""
|
||||
msgstr "GID"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/placement.js:73
|
||||
msgid "ReqID"
|
||||
@ -3466,7 +3467,7 @@ msgstr "Loja de Apps"
|
||||
#: ../app/tabs/acls-tab/datatable.js:184 ../app/tabs/vmgroup-tab.js:37
|
||||
#: ../app/tabs/vmgroup-tab.js:41 ../app/tabs/vmgroup-tab.js:42
|
||||
msgid "VM Groups"
|
||||
msgstr ""
|
||||
msgstr "Grupos de VM"
|
||||
|
||||
#: ../app/tabs/acls-tab/datatable.js:243
|
||||
msgid "Cluster ID"
|
||||
@ -3488,11 +3489,11 @@ msgstr "Imagem"
|
||||
|
||||
#: ../app/tabs/vmgroup-tab/form-panels/create.js:59
|
||||
msgid "Create Virtual Machine Group"
|
||||
msgstr ""
|
||||
msgstr "Criar Grupo de Máquinas Virtuais"
|
||||
|
||||
#: ../app/tabs/vmgroup-tab/form-panels/create.js:64
|
||||
msgid "Update Virtual Machine Group"
|
||||
msgstr ""
|
||||
msgstr "Atualizar Grupo de Máquinas Virtuais"
|
||||
|
||||
#: ../app/tabs/vmgroup-tab/form-panels/create.js:358
|
||||
msgid "The new role name contains invalid characters."
|
||||
@ -3873,7 +3874,7 @@ msgstr "Prefixo ULA"
|
||||
|
||||
#: ../app/utils/vcenter/networks.js:193
|
||||
msgid "IPv6 address"
|
||||
msgstr ""
|
||||
msgstr "endereço IPv6"
|
||||
|
||||
#: ../app/utils/vcenter/networks.js:197
|
||||
#: ../app/tabs/vnets-tab/utils/ar-tab/html.hbs:69
|
||||
|
@ -11,7 +11,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"PO-Revision-Date: 2017-09-19 12:58+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/opennebula/one/language/pt_PT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -11,8 +11,8 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:22+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"PO-Revision-Date: 2017-11-21 07:00+0000\n"
|
||||
"Last-Translator: Stefaniu Criste\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/opennebula/one/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -37,7 +37,7 @@ msgstr "ÎN AȘTEPTARE"
|
||||
#: ../app/tabs/provision-tab/dashboard/group-vms.hbs:54
|
||||
#: ../app/tabs/provision-tab/dashboard/vms.hbs:62
|
||||
msgid "DEPLOYING"
|
||||
msgstr ""
|
||||
msgstr "ÎN CONSTRUCȚIE"
|
||||
|
||||
#: ../app/opennebula/role.js:46 ../app/opennebula/service.js:28
|
||||
#: ../app/opennebula/vm.js:198 ../app/tabs/provision-tab/vms/list.js:863
|
||||
@ -45,12 +45,12 @@ msgstr ""
|
||||
#: ../app/tabs/provision-tab/dashboard/group-vms.hbs:46
|
||||
#: ../app/tabs/provision-tab/dashboard/vms.hbs:54
|
||||
msgid "RUNNING"
|
||||
msgstr ""
|
||||
msgstr "ÎN UZ"
|
||||
|
||||
#: ../app/opennebula/role.js:47 ../app/opennebula/service.js:29
|
||||
#: ../app/tabs/provision-tab/flows/list.js:632
|
||||
msgid "UNDEPLOYING"
|
||||
msgstr ""
|
||||
msgstr "ÎN DESTRUCTURARE"
|
||||
|
||||
#: ../app/opennebula/role.js:48 ../app/opennebula/service.js:30
|
||||
#: ../app/tabs/provision-tab/flows/list.js:648
|
||||
@ -64,20 +64,20 @@ msgstr "GATA"
|
||||
|
||||
#: ../app/opennebula/role.js:50 ../app/opennebula/service.js:32
|
||||
msgid "FAILED_UNDEPLOYING"
|
||||
msgstr ""
|
||||
msgstr "EȘEC_DESTRUCTURARE"
|
||||
|
||||
#: ../app/opennebula/role.js:51 ../app/opennebula/service.js:33
|
||||
msgid "FAILED_DEPLOYING"
|
||||
msgstr ""
|
||||
msgstr "EȘEC_CONSTRUCȚIE"
|
||||
|
||||
#: ../app/opennebula/role.js:52 ../app/opennebula/service.js:34
|
||||
#: ../app/tabs/provision-tab/flows/list.js:656
|
||||
msgid "SCALING"
|
||||
msgstr ""
|
||||
msgstr "SCALARE"
|
||||
|
||||
#: ../app/opennebula/role.js:53 ../app/opennebula/service.js:35
|
||||
msgid "FAILED_SCALING"
|
||||
msgstr ""
|
||||
msgstr "EȘEC_SCALARE"
|
||||
|
||||
#: ../app/opennebula/role.js:54 ../app/opennebula/service.js:36
|
||||
#: ../app/tabs/provision-tab/flows/list.js:660
|
||||
@ -92,11 +92,11 @@ msgstr "INIT"
|
||||
|
||||
#: ../app/opennebula/host.js:40
|
||||
msgid "MONITORING_MONITORED"
|
||||
msgstr ""
|
||||
msgstr "MONITORIZARE_MONITORIZAT"
|
||||
|
||||
#: ../app/opennebula/host.js:41
|
||||
msgid "MONITORED"
|
||||
msgstr ""
|
||||
msgstr "MONITORIZAT"
|
||||
|
||||
#: ../app/opennebula/host.js:42 ../app/opennebula/host.js:54
|
||||
#: ../app/opennebula/marketplaceapp.js:27 ../app/opennebula/image.js:28
|
||||
@ -113,19 +113,19 @@ msgstr "EROARE"
|
||||
#: ../app/opennebula/host.js:58 ../app/opennebula/marketplaceapp.js:28
|
||||
#: ../app/opennebula/image.js:26
|
||||
msgid "DISABLED"
|
||||
msgstr ""
|
||||
msgstr "DEZACTIVAT"
|
||||
|
||||
#: ../app/opennebula/host.js:44
|
||||
msgid "MONITORING_ERROR"
|
||||
msgstr ""
|
||||
msgstr "MONITORIZARE_EROARE"
|
||||
|
||||
#: ../app/opennebula/host.js:45
|
||||
msgid "MONITORING_INIT"
|
||||
msgstr ""
|
||||
msgstr "MONITORIZARE_INITIALIZARE"
|
||||
|
||||
#: ../app/opennebula/host.js:46
|
||||
msgid "MONITORING_DISABLED"
|
||||
msgstr ""
|
||||
msgstr "MONITORIZARE_DEZACTIVAT"
|
||||
|
||||
#: ../app/opennebula/host.js:47
|
||||
msgid "OFFLINE"
|
||||
@ -138,11 +138,11 @@ msgstr ""
|
||||
#: ../app/opennebula/host.js:53 ../app/opennebula/datastore.js:25
|
||||
#: ../app/tabs/hosts-tab.js:58 ../app/tabs/dashboard-tab/hosts.hbs:25
|
||||
msgid "ON"
|
||||
msgstr ""
|
||||
msgstr "PORNIT"
|
||||
|
||||
#: ../app/opennebula/host.js:56
|
||||
msgid "RETRY"
|
||||
msgstr ""
|
||||
msgstr "REÎNCEARCĂ"
|
||||
|
||||
#: ../app/opennebula/host.js:59 ../app/opennebula/datastore.js:26
|
||||
#: ../app/tabs/provision-tab/vms/list.js:924
|
||||
@ -152,16 +152,16 @@ msgstr ""
|
||||
#: ../app/tabs/provision-tab/dashboard/vms.hbs:70
|
||||
#: ../app/tabs/dashboard-tab/hosts.hbs:26
|
||||
msgid "OFF"
|
||||
msgstr ""
|
||||
msgstr "OPRIT"
|
||||
|
||||
#: ../app/opennebula/marketplaceapp.js:25 ../app/opennebula/image.js:24
|
||||
#: ../app/tabs/provision-tab/vms/list.js:990
|
||||
msgid "READY"
|
||||
msgstr ""
|
||||
msgstr "GATA"
|
||||
|
||||
#: ../app/opennebula/marketplaceapp.js:26 ../app/opennebula/image.js:27
|
||||
msgid "LOCKED"
|
||||
msgstr ""
|
||||
msgstr "BLOCAT"
|
||||
|
||||
#: ../app/opennebula/marketplaceapp.js:32 ../app/opennebula/vm.js:211
|
||||
#: ../app/tabs/provision-tab/vms/list.js:910
|
||||
@ -170,7 +170,7 @@ msgstr ""
|
||||
#: ../app/tabs/provision-tab/vms/list.js:1013
|
||||
#: ../app/tabs/provision-tab/flows/list.js:668
|
||||
msgid "UNKNOWN"
|
||||
msgstr ""
|
||||
msgstr "NECUNOSCUT"
|
||||
|
||||
#: ../app/opennebula/marketplaceapp.js:33 ../app/opennebula/datastore.js:29
|
||||
msgid "IMAGE"
|
||||
@ -186,15 +186,15 @@ msgstr ""
|
||||
|
||||
#: ../app/opennebula/image.js:25 ../app/tabs/dashboard-tab/storage.hbs:24
|
||||
msgid "USED"
|
||||
msgstr ""
|
||||
msgstr "UTILIZAT"
|
||||
|
||||
#: ../app/opennebula/image.js:29
|
||||
msgid "CLONE"
|
||||
msgstr ""
|
||||
msgstr "CLONARE"
|
||||
|
||||
#: ../app/opennebula/image.js:30
|
||||
msgid "DELETE"
|
||||
msgstr ""
|
||||
msgstr "ȘTERGERE"
|
||||
|
||||
#: ../app/opennebula/image.js:31
|
||||
msgid "USED_PERS"
|
||||
@ -211,12 +211,12 @@ msgstr ""
|
||||
#: ../app/opennebula/image.js:37
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:96
|
||||
msgid "OS"
|
||||
msgstr ""
|
||||
msgstr "OS"
|
||||
|
||||
#: ../app/opennebula/image.js:38
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:97
|
||||
msgid "CDROM"
|
||||
msgstr ""
|
||||
msgstr "CDROM"
|
||||
|
||||
#: ../app/opennebula/image.js:39
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:98
|
||||
@ -226,26 +226,26 @@ msgstr ""
|
||||
#: ../app/opennebula/image.js:40
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:103
|
||||
msgid "KERNEL"
|
||||
msgstr ""
|
||||
msgstr "KERNEL"
|
||||
|
||||
#: ../app/opennebula/image.js:41
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:104
|
||||
msgid "RAMDISK"
|
||||
msgstr ""
|
||||
msgstr "RAMDISK"
|
||||
|
||||
#: ../app/opennebula/image.js:42
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:105
|
||||
msgid "CONTEXT"
|
||||
msgstr ""
|
||||
msgstr "CONTEXT"
|
||||
|
||||
#: ../app/opennebula/vm.js:195
|
||||
msgid "LCM_INIT"
|
||||
msgstr ""
|
||||
msgstr "LCM_INIT"
|
||||
|
||||
#: ../app/opennebula/vm.js:196 ../app/opennebula/vm.js:204
|
||||
#: ../app/opennebula/vm.js:226
|
||||
msgid "PROLOG"
|
||||
msgstr ""
|
||||
msgstr "PROLOG"
|
||||
|
||||
#: ../app/opennebula/vm.js:197 ../app/opennebula/vm.js:214
|
||||
#: ../app/opennebula/vm.js:215 ../app/opennebula/vm.js:216
|
||||
@ -258,22 +258,22 @@ msgstr "BOOT"
|
||||
#: ../app/opennebula/vm.js:238 ../app/opennebula/vm.js:240
|
||||
#: ../app/opennebula/vm.js:255
|
||||
msgid "MIGRATE"
|
||||
msgstr ""
|
||||
msgstr "MIGREAZĂ"
|
||||
|
||||
#: ../app/opennebula/vm.js:200 ../app/opennebula/vm.js:201
|
||||
#: ../app/opennebula/vm.js:202
|
||||
msgid "SAVE"
|
||||
msgstr ""
|
||||
msgstr "SALVEAZĂ"
|
||||
|
||||
#: ../app/opennebula/vm.js:205 ../app/opennebula/vm.js:206
|
||||
#: ../app/opennebula/vm.js:225
|
||||
msgid "EPILOG"
|
||||
msgstr ""
|
||||
msgstr "EPILOG"
|
||||
|
||||
#: ../app/opennebula/vm.js:207 ../app/opennebula/vm.js:208
|
||||
#: ../app/opennebula/vm.js:213 ../app/opennebula/vm.js:224
|
||||
msgid "SHUTDOWN"
|
||||
msgstr ""
|
||||
msgstr "OPRIRE"
|
||||
|
||||
#: ../app/opennebula/vm.js:209 ../app/opennebula/vm.js:231
|
||||
#: ../app/opennebula/vm.js:232 ../app/opennebula/vm.js:233
|
||||
@ -284,7 +284,7 @@ msgstr ""
|
||||
#: ../app/opennebula/vm.js:244 ../app/opennebula/vm.js:245
|
||||
#: ../app/opennebula/vm.js:256
|
||||
msgid "FAILURE"
|
||||
msgstr ""
|
||||
msgstr "EȘEC"
|
||||
|
||||
#: ../app/opennebula/vm.js:210 ../app/opennebula/vm.js:218
|
||||
msgid "CLEANUP"
|
||||
@ -303,12 +303,12 @@ msgstr ""
|
||||
#: ../app/opennebula/vm.js:251 ../app/opennebula/vm.js:252
|
||||
#: ../app/opennebula/vm.js:253 ../app/opennebula/vm.js:254
|
||||
msgid "SNAPSHOT"
|
||||
msgstr ""
|
||||
msgstr "SNAPSHOT"
|
||||
|
||||
#: ../app/opennebula/vm.js:257 ../app/opennebula/vm.js:258
|
||||
#: ../app/opennebula/vm.js:259
|
||||
msgid "DISK_RSZ"
|
||||
msgstr ""
|
||||
msgstr "DISK_RSZ"
|
||||
|
||||
#: ../app/opennebula/datastore.js:30
|
||||
msgid "SYSTEM"
|
||||
@ -316,7 +316,7 @@ msgstr "SISTEM"
|
||||
|
||||
#: ../app/opennebula/datastore.js:31
|
||||
msgid "FILE"
|
||||
msgstr ""
|
||||
msgstr "FIȘIER"
|
||||
|
||||
#: ../app/tabs/vrouters-tab.js:46 ../app/tabs/vrouters-tab.js:50
|
||||
#: ../app/tabs/vrouter-templates-tab.js:45
|
||||
@ -333,7 +333,7 @@ msgstr "Router virtual"
|
||||
|
||||
#: ../app/tabs/clusters-tab/form-panels/create.js:52
|
||||
msgid "Create Cluster"
|
||||
msgstr ""
|
||||
msgstr "Creează Cluster"
|
||||
|
||||
#: ../app/tabs/clusters-tab/form-panels/create.js:53
|
||||
#: ../app/tabs/datastores-tab/form-panels/create.js:55
|
||||
@ -359,11 +359,11 @@ msgstr ""
|
||||
#: ../app/tabs/zones-tab/dialogs/create/html.hbs:37
|
||||
#: ../app/tabs/acls-tab/form-panels/create/wizard.hbs:195
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "Creează"
|
||||
|
||||
#: ../app/tabs/clusters-tab/form-panels/create.js:57
|
||||
msgid "Update Cluster"
|
||||
msgstr ""
|
||||
msgstr "Actualizare Cluster"
|
||||
|
||||
#: ../app/tabs/clusters-tab/form-panels/create.js:58
|
||||
#: ../app/tabs/clusters-tab/buttons.js:33
|
||||
@ -465,7 +465,7 @@ msgstr "Atribute"
|
||||
#: ../app/tabs/vdcs-tab/utils/resources-zone/html.hbs:22
|
||||
#: ../app/tabs/groups-tab/form-panels/create/wizard.hbs:214
|
||||
msgid "VNets"
|
||||
msgstr ""
|
||||
msgstr "VNet-uri"
|
||||
|
||||
#: ../app/tabs/clusters-tab/panels/hosts.js:39
|
||||
#: ../app/tabs/clusters-tab/datatable.js:64
|
||||
@ -640,16 +640,16 @@ msgstr "Ați ales următorul cluster:"
|
||||
|
||||
#: ../app/tabs/clusters-tab/datatable.js:75
|
||||
msgid "Please select one or more clusters from the list"
|
||||
msgstr ""
|
||||
msgstr "Alege unul sau mai multe clustere din listă"
|
||||
|
||||
#: ../app/tabs/clusters-tab/datatable.js:76
|
||||
msgid "You selected the following clusters:"
|
||||
msgstr ""
|
||||
msgstr "Ai ales următoarele clustere:"
|
||||
|
||||
#: ../app/tabs/clusters-tab/actions.js:33
|
||||
#: ../app/tabs/clusters-tab/actions.js:65
|
||||
msgid "Cluster created"
|
||||
msgstr ""
|
||||
msgstr "Clusterul a fost creat"
|
||||
|
||||
#: ../app/tabs/system-top-tab.js:23
|
||||
#: ../app/tabs/datastores-tab/form-panels/create/wizard.hbs:92
|
||||
@ -659,15 +659,15 @@ msgstr "Sistem"
|
||||
|
||||
#: ../app/tabs/datastores-tab/form-panels/create.js:54
|
||||
msgid "Create Datastore"
|
||||
msgstr ""
|
||||
msgstr "Creează Datastore"
|
||||
|
||||
#: ../app/tabs/datastores-tab/form-panels/create.js:345
|
||||
msgid "Please select a cluster for this datastore"
|
||||
msgstr ""
|
||||
msgstr "Alage un cluster pentru acest datastore"
|
||||
|
||||
#: ../app/tabs/datastores-tab/form-panels/import.js:50
|
||||
msgid "Import vCenter Datastores"
|
||||
msgstr ""
|
||||
msgstr "Importa datacentere din vCenter"
|
||||
|
||||
#: ../app/tabs/datastores-tab/form-panels/import.js:51
|
||||
#: ../app/tabs/datastores-tab/buttons.js:33
|
||||
@ -684,7 +684,7 @@ msgstr "Import"
|
||||
#: ../app/tabs/datastores-tab/buttons.js:39
|
||||
#: ../app/tabs/hosts-tab/buttons.js:32 ../app/tabs/vnets-tab/buttons.js:51
|
||||
msgid "Select cluster"
|
||||
msgstr ""
|
||||
msgstr "Alege clusterul"
|
||||
|
||||
#: ../app/tabs/datastores-tab/buttons.js:43
|
||||
#: ../app/tabs/marketplaceapps-tab/buttons.js:40
|
||||
@ -697,7 +697,7 @@ msgstr ""
|
||||
#: ../app/tabs/vnets-tab/buttons.js:55 ../app/tabs/vmgroup-tab/buttons.js:38
|
||||
#: ../app/tabs/templates-tab/buttons.js:49
|
||||
msgid "Change owner"
|
||||
msgstr ""
|
||||
msgstr "Schimbă proprietarul"
|
||||
|
||||
#: ../app/tabs/datastores-tab/buttons.js:46
|
||||
#: ../app/tabs/marketplaceapps-tab/buttons.js:43
|
||||
@ -710,7 +710,7 @@ msgstr ""
|
||||
#: ../app/tabs/vnets-tab/buttons.js:58 ../app/tabs/vmgroup-tab/buttons.js:41
|
||||
#: ../app/tabs/templates-tab/buttons.js:52
|
||||
msgid "Select the new owner"
|
||||
msgstr ""
|
||||
msgstr "Alege noul proprietar"
|
||||
|
||||
#: ../app/tabs/datastores-tab/buttons.js:50
|
||||
#: ../app/tabs/marketplaceapps-tab/buttons.js:47
|
||||
@ -723,7 +723,7 @@ msgstr ""
|
||||
#: ../app/tabs/vnets-tab/buttons.js:63 ../app/tabs/vmgroup-tab/buttons.js:45
|
||||
#: ../app/tabs/templates-tab/buttons.js:56
|
||||
msgid "Change group"
|
||||
msgstr ""
|
||||
msgstr "Schimbă grupul"
|
||||
|
||||
#: ../app/tabs/datastores-tab/buttons.js:53
|
||||
#: ../app/tabs/marketplaceapps-tab/buttons.js:50
|
||||
@ -947,11 +947,11 @@ msgstr "Ați ales următorul datastore:"
|
||||
|
||||
#: ../app/tabs/datastores-tab/datatable.js:102
|
||||
msgid "Please select one or more datastores from the list"
|
||||
msgstr ""
|
||||
msgstr "Alege unul sau mai multe datastore-uri din listă"
|
||||
|
||||
#: ../app/tabs/datastores-tab/datatable.js:103
|
||||
msgid "You selected the following datastores:"
|
||||
msgstr ""
|
||||
msgstr "Ai ales următoarele datastore-uri:"
|
||||
|
||||
#: ../app/tabs/datastores-tab/actions.js:34
|
||||
msgid "Datastore created"
|
||||
@ -1064,7 +1064,7 @@ msgstr ""
|
||||
#: ../app/tabs/provision-tab/templates/list.js:167
|
||||
#: ../app/tabs/templates-tab/buttons.js:69
|
||||
msgid "Share"
|
||||
msgstr ""
|
||||
msgstr "Partajează"
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:274
|
||||
msgid "Handle with care! This action will immediately destroy the template"
|
||||
@ -1083,11 +1083,11 @@ msgstr "Șablonul"
|
||||
msgid ""
|
||||
"and the image associated will be shared and all the users will be able to "
|
||||
"instantiate new VMs using this template."
|
||||
msgstr ""
|
||||
msgstr "și imaginea asociată vor fi partajate, astfel încât toți utilizatorii vor putea instanția mașini virtuale folosind acest șablon."
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:330
|
||||
msgid "Share template"
|
||||
msgstr ""
|
||||
msgstr "Partajează șablonul"
|
||||
|
||||
#: ../app/tabs/provision-tab/templates/list.js:374
|
||||
msgid ""
|
||||
@ -1157,7 +1157,7 @@ msgstr "Numarul de VMuri pentru rolul"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:495
|
||||
msgid "Be careful, this action will immediately destroy your Service"
|
||||
msgstr ""
|
||||
msgstr "Atenție, această acțiune va distruge imediat serviciul tău"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:497
|
||||
#: ../app/tabs/provision-tab/flows/list.js:518
|
||||
@ -1171,7 +1171,7 @@ msgstr ""
|
||||
#: ../app/tabs/provision-tab/flows/list.js:522
|
||||
#: ../app/tabs/provision-tab/flows/info.hbs:52
|
||||
msgid "Shutdown"
|
||||
msgstr ""
|
||||
msgstr "Shutdown"
|
||||
|
||||
#: ../app/tabs/provision-tab/flows/list.js:636
|
||||
msgid "FAILED UNDEPLOYING"
|
||||
@ -1197,7 +1197,7 @@ msgstr ""
|
||||
#: ../app/tabs/templates-tab/form-panels/instantiate.js:56
|
||||
#: ../app/tabs/templates-tab/buttons.js:45
|
||||
msgid "Instantiate"
|
||||
msgstr ""
|
||||
msgstr "Instanțiază"
|
||||
|
||||
#: ../app/tabs/vrouter-templates-tab/form-panels/instantiate.js:146
|
||||
#: ../app/tabs/vrouters-tab/actions.js:32
|
||||
@ -1206,7 +1206,7 @@ msgstr "Routerul virtual a fost creat"
|
||||
|
||||
#: ../app/tabs/vrouter-templates-tab/form-panels/instantiate.js:166
|
||||
msgid "Failed to create VMs. Virtual Router may need to be deleted manually."
|
||||
msgstr ""
|
||||
msgstr "Nu am putut crea mașinile virtuale. E posibil ca routerul virtual sa trebuiască șters manual."
|
||||
|
||||
#: ../app/tabs/vrouter-templates-tab/form-panels/instantiate.js:198
|
||||
#: ../app/tabs/vrouters-tab/form-panels/instantiate.js:116
|
||||
@ -1223,7 +1223,7 @@ msgstr "Panou general"
|
||||
|
||||
#: ../app/tabs/hosts-tab/form-panels/create.js:54
|
||||
msgid "Create Host"
|
||||
msgstr ""
|
||||
msgstr "Creează Host"
|
||||
|
||||
#: ../app/tabs/hosts-tab/buttons.js:34
|
||||
msgid "Select the destination cluster"
|
||||
@ -1280,11 +1280,11 @@ msgstr "Total +/- rezervat"
|
||||
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:53
|
||||
msgid "Wilds"
|
||||
msgstr ""
|
||||
msgstr "Orfane"
|
||||
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:77
|
||||
msgid "Could not import the wild VM "
|
||||
msgstr ""
|
||||
msgstr "Nun am putut importa VM-ul orfan."
|
||||
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:80
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:98
|
||||
@ -1297,7 +1297,7 @@ msgstr ""
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:403
|
||||
#: ../app/tabs/hosts-tab/panels/wilds/html.hbs:19
|
||||
msgid "Import Wilds"
|
||||
msgstr ""
|
||||
msgstr "importă mașinile orfane"
|
||||
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:152
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:382
|
||||
@ -1377,7 +1377,7 @@ msgstr ""
|
||||
#: ../app/tabs/hosts-tab/datatable.js:91
|
||||
#: ../app/tabs/vmgroup-tab/utils/datatable.js:78
|
||||
msgid "You selected the following hosts:"
|
||||
msgstr ""
|
||||
msgstr "Ai ales următoarele host-uri:"
|
||||
|
||||
#: ../app/tabs/hosts-tab/datatable.js:252
|
||||
#: ../app/tabs/hosts-tab/panels/info/html.hbs:59
|
||||
@ -1392,7 +1392,7 @@ msgstr "Memorie reală"
|
||||
|
||||
#: ../app/tabs/hosts-tab/actions.js:33
|
||||
msgid "Host created"
|
||||
msgstr ""
|
||||
msgstr "Host-ul a fost creat"
|
||||
|
||||
#: ../app/tabs/vdcs-tab/form-panels/create.js:59
|
||||
msgid "Create Virtual Data Center"
|
||||
@ -1510,12 +1510,12 @@ msgstr "Stare"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable.js:91
|
||||
msgid "Registration Time"
|
||||
msgstr ""
|
||||
msgstr "Înregistrat la"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable.js:92
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable/search.hbs:28
|
||||
msgid "Marketplace"
|
||||
msgstr ""
|
||||
msgstr "Piață"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab/datatable.js:93
|
||||
#: ../app/tabs/marketplaces-tab/datatable.js:89
|
||||
@ -1603,7 +1603,7 @@ msgstr "ACTIVE"
|
||||
|
||||
#: ../app/tabs/vms-tab.js:77 ../app/tabs/dashboard-tab/vms.hbs:27
|
||||
msgid "FAILED"
|
||||
msgstr ""
|
||||
msgstr "EȘEC"
|
||||
|
||||
#: ../app/tabs/secgroups-tab/form-panels/create.js:55
|
||||
msgid "Create Security Group"
|
||||
@ -1655,7 +1655,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/secgroups-tab/actions.js:33
|
||||
msgid "Security Group created"
|
||||
msgstr ""
|
||||
msgstr "Grupul de securitate a fost creat"
|
||||
|
||||
#: ../app/tabs/secgroups-tab/actions.js:80
|
||||
msgid ""
|
||||
@ -1709,15 +1709,15 @@ msgstr "Start"
|
||||
#: ../app/tabs/secgroups-tab/utils/common.js:113
|
||||
#: ../app/tabs/vms-tab/datatable/search.hbs:30
|
||||
msgid "Any"
|
||||
msgstr ""
|
||||
msgstr "Oricare"
|
||||
|
||||
#: ../app/tabs/images-tab/form-panels/import.js:51
|
||||
msgid "Import vCenter Images"
|
||||
msgstr ""
|
||||
msgstr "importă imagini din vCenter"
|
||||
|
||||
#: ../app/tabs/images-tab/form-panels/create-common.js:53
|
||||
msgid "Create Image"
|
||||
msgstr ""
|
||||
msgstr "Creează imagine"
|
||||
|
||||
#: ../app/tabs/images-tab/form-panels/create-common.js:55
|
||||
msgid "Create File"
|
||||
@ -1730,11 +1730,11 @@ msgstr "Încărcare..."
|
||||
#: ../app/tabs/images-tab/form-panels/create-common.js:381
|
||||
#: ../app/tabs/images-tab/form-panels/create-common.js:506
|
||||
msgid "Please select a datastore for this image"
|
||||
msgstr ""
|
||||
msgstr "Definește un datastore pentru această imagine"
|
||||
|
||||
#: ../app/tabs/images-tab/form-panels/create-common.js:463
|
||||
msgid "Please select a file to upload"
|
||||
msgstr ""
|
||||
msgstr "Alege un fișier pentru încărcare"
|
||||
|
||||
#: ../app/tabs/images-tab/form-panels/create-common.js:471
|
||||
msgid "Registering in OpenNebula"
|
||||
@ -1743,15 +1743,15 @@ msgstr ""
|
||||
#: ../app/tabs/images-tab/buttons.js:32 ../app/tabs/marketplaces-tab.js:53
|
||||
#: ../app/tabs/marketplaceapps-tab/panels/info/html.hbs:32
|
||||
msgid "MarketPlace"
|
||||
msgstr ""
|
||||
msgstr "Piața"
|
||||
|
||||
#: ../app/tabs/images-tab/buttons.js:67
|
||||
msgid "Make persistent"
|
||||
msgstr ""
|
||||
msgstr "Fă-l persistent"
|
||||
|
||||
#: ../app/tabs/images-tab/buttons.js:72
|
||||
msgid "Make non persistent"
|
||||
msgstr ""
|
||||
msgstr "Fă-l efemer"
|
||||
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:66
|
||||
#: ../app/tabs/images-tab/panels/info-common.js:145
|
||||
@ -1787,7 +1787,7 @@ msgstr ""
|
||||
#: ../app/tabs/images-tab/panels/snapshots.js:202
|
||||
#: ../app/tabs/vms-tab/panels/storage.js:675
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
msgstr "Activ"
|
||||
|
||||
#: ../app/tabs/images-tab/datatable-common.js:69
|
||||
#: ../app/tabs/vms-tab/panels/placement.js:69 ../app/tabs/datastores-tab.js:51
|
||||
@ -1806,7 +1806,7 @@ msgstr "Datastore"
|
||||
#: ../app/tabs/images-tab/datatable-common.js:72
|
||||
#: ../app/tabs/templates-tab/datatable-common.js:70
|
||||
msgid "Registration time"
|
||||
msgstr ""
|
||||
msgstr "Înregistrat la"
|
||||
|
||||
#: ../app/tabs/images-tab/datatable-common.js:73
|
||||
#: ../app/tabs/provision-tab/vms/create.hbs:41
|
||||
@ -1893,7 +1893,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/users-tab/form-panels/create.js:52
|
||||
msgid "Create User"
|
||||
msgstr ""
|
||||
msgstr "Creează utilizator"
|
||||
|
||||
#: ../app/tabs/users-tab/form-panels/create.js:95
|
||||
msgid "To define secondary groups you need to also set the main group"
|
||||
@ -1959,12 +1959,12 @@ msgstr "Parola curentă"
|
||||
#: ../app/tabs/users-tab/panels/auth-common.js:119
|
||||
#: ../app/utils/tab-datatable/search-input.hbs:41
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Închide"
|
||||
|
||||
#: ../app/tabs/users-tab/panels/accounting-common.js:37
|
||||
#: ../app/tabs/groups-tab/panels/accounting.js:39
|
||||
msgid "Accounting"
|
||||
msgstr ""
|
||||
msgstr "Contabilitate"
|
||||
|
||||
#: ../app/tabs/users-tab/panels/info-common.js:113
|
||||
msgid "ascending"
|
||||
@ -1977,7 +1977,7 @@ msgstr "descendent"
|
||||
#: ../app/tabs/users-tab/datatable.js:71
|
||||
#: ../app/tabs/users-tab/datatable/search.hbs:22
|
||||
msgid "Auth driver"
|
||||
msgstr ""
|
||||
msgstr "Driver autentificare"
|
||||
|
||||
#: ../app/tabs/users-tab/datatable.js:74
|
||||
#: ../app/tabs/groups-tab/datatable.js:69
|
||||
@ -2032,7 +2032,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/users-tab/actions.js:37
|
||||
msgid "User created"
|
||||
msgstr ""
|
||||
msgstr "Utilizatorul a fost creat"
|
||||
|
||||
#: ../app/tabs/users-tab/utils/user-creation.js:141
|
||||
#: ../app/utils/quotas/quota-widgets.js:848
|
||||
@ -2072,7 +2072,7 @@ msgstr ""
|
||||
#: ../app/tabs/oneflow-services-tab/panels/roles/roles-buttons.js:38
|
||||
#: ../app/tabs/vms-tab/buttons.js:83
|
||||
msgid "Suspend"
|
||||
msgstr ""
|
||||
msgstr "Suspendă"
|
||||
|
||||
#: ../app/tabs/oneflow-services-tab/panels/roles/roles-buttons.js:48
|
||||
#: ../app/tabs/vms-tab/buttons.js:95
|
||||
@ -2091,7 +2091,7 @@ msgstr "Reboot"
|
||||
#: ../app/tabs/oneflow-services-tab/panels/roles/roles-buttons.js:68
|
||||
#: ../app/tabs/vms-tab/buttons.js:113 ../app/tabs/vms-tab/buttons.js:119
|
||||
msgid "Power Off"
|
||||
msgstr ""
|
||||
msgstr "Deconectează"
|
||||
|
||||
#: ../app/tabs/oneflow-services-tab/panels/roles/roles-buttons.js:73
|
||||
#: ../app/tabs/oneflow-services-tab/panels/roles/roles-buttons.js:78
|
||||
@ -2106,7 +2106,7 @@ msgstr ""
|
||||
#: ../app/tabs/oneflow-templates-tab/form-panels/create/wizard.hbs:82
|
||||
#: ../app/tabs/oneflow-templates-tab/utils/role-tab/html.hbs:140
|
||||
msgid "Terminate"
|
||||
msgstr ""
|
||||
msgstr "Distruge"
|
||||
|
||||
#: ../app/tabs/oneflow-services-tab/panels/roles.js:58
|
||||
#: ../app/utils/vmgroup-section.js:145
|
||||
@ -2131,7 +2131,7 @@ msgstr ""
|
||||
#: ../app/tabs/oneflow-services-tab/panels/roles.js:255
|
||||
#: ../app/tabs/vms-tab/datatable.js:169 ../app/tabs/vms-tab/actions.js:153
|
||||
msgid "VNC Connection in progress"
|
||||
msgstr ""
|
||||
msgstr "Conexiune VNC în progres"
|
||||
|
||||
#: ../app/tabs/oneflow-services-tab/panels/roles.js:269
|
||||
#: ../app/tabs/vms-tab/datatable.js:182 ../app/tabs/vms-tab/actions.js:181
|
||||
@ -2145,7 +2145,7 @@ msgstr "Log"
|
||||
|
||||
#: ../app/tabs/oneflow-services-tab/datatable.js:77
|
||||
msgid "Please select a Service from the list"
|
||||
msgstr ""
|
||||
msgstr "Alege un serviciu din listă"
|
||||
|
||||
#: ../app/tabs/oneflow-services-tab/datatable.js:78
|
||||
msgid "You selected the following Service:"
|
||||
@ -2199,7 +2199,7 @@ msgstr ""
|
||||
#: ../app/tabs/vms-tab/buttons.js:59 ../app/tabs/vms-tab/buttons.js:65
|
||||
#: ../app/tabs/vms-tab/dialogs/migrate/html.hbs:52
|
||||
msgid "Migrate"
|
||||
msgstr ""
|
||||
msgstr "Migrează"
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:65
|
||||
msgid "live"
|
||||
@ -2222,7 +2222,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:138 ../app/tabs/vms-tab/buttons.js:146
|
||||
msgid " Terminate"
|
||||
msgstr ""
|
||||
msgstr "Distruge"
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:140 ../app/tabs/vms-tab/buttons.js:148
|
||||
msgid "This will remove information from non-persistent hard disks"
|
||||
@ -2251,7 +2251,7 @@ msgstr "eșec"
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:171
|
||||
msgid "delete"
|
||||
msgstr ""
|
||||
msgstr "șterge"
|
||||
|
||||
#: ../app/tabs/vms-tab/buttons.js:172
|
||||
msgid "delete-recreate"
|
||||
@ -2378,7 +2378,7 @@ msgstr "Adresă PCI"
|
||||
#: ../app/tabs/vms-tab/panels/network.js:87
|
||||
#: ../app/tabs/vnets-tab/panels/leases/html.hbs:41
|
||||
msgid "IPv6 ULA"
|
||||
msgstr ""
|
||||
msgstr "IPv6 ULA"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/network.js:88
|
||||
#: ../app/tabs/vnets-tab/panels/leases/html.hbs:42
|
||||
@ -2397,7 +2397,7 @@ msgstr "Acțiuni"
|
||||
#: ../app/tabs/vms-tab/panels/network.js:98
|
||||
#: ../app/tabs/vms-tab/panels/network.js:101
|
||||
msgid "Attach nic"
|
||||
msgstr ""
|
||||
msgstr "Atașează NIC"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/network.js:121
|
||||
msgid "Network Monitoring Attributes"
|
||||
@ -2405,11 +2405,11 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/network.js:145
|
||||
msgid "NET RX"
|
||||
msgstr ""
|
||||
msgstr "NET RX"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/network.js:161
|
||||
msgid "NET TX"
|
||||
msgstr ""
|
||||
msgstr "NET TX"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/network.js:177
|
||||
msgid "NET DOWNLOAD SPEED"
|
||||
@ -2582,11 +2582,11 @@ msgstr "Adaugă acțiune"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/actions.js:93
|
||||
msgid "terminate"
|
||||
msgstr ""
|
||||
msgstr "distruge"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/actions.js:94
|
||||
msgid "terminate-hard"
|
||||
msgstr ""
|
||||
msgstr "distruge-forțat"
|
||||
|
||||
#: ../app/tabs/vms-tab/panels/actions.js:95
|
||||
msgid "hold"
|
||||
@ -2856,7 +2856,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/marketplaces-tab/actions.js:30
|
||||
msgid "MarketPlace created"
|
||||
msgstr ""
|
||||
msgstr "Piața a fost creată"
|
||||
|
||||
#: ../app/tabs/zones-tab/datatable.js:64
|
||||
#: ../app/tabs/zones-tab/dialogs/create/html.hbs:32
|
||||
@ -2865,11 +2865,11 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/zones-tab/datatable.js:71
|
||||
msgid "Please select a Zone from the list"
|
||||
msgstr ""
|
||||
msgstr "Alege o zonă din listă"
|
||||
|
||||
#: ../app/tabs/zones-tab/datatable.js:72
|
||||
msgid "You selected the following Zone:"
|
||||
msgstr ""
|
||||
msgstr "Ai ales următoarea zonă:"
|
||||
|
||||
#: ../app/tabs/zones-tab/datatable.js:73
|
||||
msgid "Please select one or more Zones from the list"
|
||||
@ -2889,7 +2889,7 @@ msgstr "Încarcă un fișier"
|
||||
|
||||
#: ../app/tabs/marketplaceapps-tab.js:54
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
msgstr "App"
|
||||
|
||||
#: ../app/tabs/instances-top-tab.js:23
|
||||
msgid "Instances"
|
||||
@ -3245,7 +3245,7 @@ msgstr "Prefix global"
|
||||
|
||||
#: ../app/tabs/vnets-tab/panels/ar.js:309
|
||||
msgid "ULA prefix"
|
||||
msgstr ""
|
||||
msgstr "Prefix ULA"
|
||||
|
||||
#: ../app/tabs/vnets-tab/panels/ar.js:311
|
||||
msgid "Used leases"
|
||||
@ -3286,7 +3286,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/vnets-tab/datatable.js:85
|
||||
msgid "You selected the following network:"
|
||||
msgstr ""
|
||||
msgstr "Ai ales următoarea rețea:"
|
||||
|
||||
#: ../app/tabs/vnets-tab/datatable.js:86
|
||||
msgid "Please select one or more networks from the list"
|
||||
@ -5122,7 +5122,7 @@ msgstr ""
|
||||
#: ../app/tabs/vnets-tab/dialogs/reserve/html.hbs:56
|
||||
#: ../app/tabs/vnets-tab/utils/ar-tab/html.hbs:75
|
||||
msgid "Advanced Options"
|
||||
msgstr ""
|
||||
msgstr "Opțiuni avansate"
|
||||
|
||||
#: ../app/tabs/images-tab/form-panels/create/advanced.hbs:26
|
||||
msgid "Write the Image template here"
|
||||
@ -5164,13 +5164,13 @@ msgstr ""
|
||||
#: ../app/tabs/vrouters-tab/dialogs/attach-nic/html.hbs:20
|
||||
#: ../app/tabs/vms-tab/dialogs/attach-nic/html.hbs:20
|
||||
msgid "Attach new nic"
|
||||
msgstr ""
|
||||
msgstr "Atașează NIC nou"
|
||||
|
||||
#: ../app/tabs/vrouters-tab/dialogs/attach-nic/html.hbs:35
|
||||
#: ../app/tabs/vms-tab/dialogs/attach-nic/html.hbs:29
|
||||
#: ../app/tabs/vms-tab/dialogs/attach-disk/html.hbs:29
|
||||
msgid "Attach"
|
||||
msgstr ""
|
||||
msgstr "Atașează"
|
||||
|
||||
#: ../app/tabs/vrouters-tab/panels/info/html.hbs:45
|
||||
#: ../app/utils/nics-section/dd.hbs:47
|
||||
@ -5192,12 +5192,12 @@ msgstr "Interfața de management"
|
||||
|
||||
#: ../app/tabs/vrouters-tab/panels/info/html.hbs:53
|
||||
msgid "Attach NIC"
|
||||
msgstr ""
|
||||
msgstr "Atașează NIC"
|
||||
|
||||
#: ../app/tabs/users-tab/dialogs/login-token/html.hbs:20
|
||||
#: ../app/tabs/settings-tab/panels/user-config/html.hbs:194
|
||||
msgid "Login Token"
|
||||
msgstr ""
|
||||
msgstr "Token autentificare"
|
||||
|
||||
#: ../app/tabs/users-tab/dialogs/login-token/html.hbs:29
|
||||
#: ../app/tabs/settings-tab/panels/user-config/html.hbs:199
|
||||
@ -5639,7 +5639,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/zones-tab/dialogs/create/html.hbs:20
|
||||
msgid "Create Zone"
|
||||
msgstr ""
|
||||
msgstr "Creează Zona"
|
||||
|
||||
#: ../app/tabs/zones-tab/dialogs/create/html.hbs:26
|
||||
msgid "Zone Name"
|
||||
@ -6136,7 +6136,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/vnets-tab/form-panels/create/wizard.hbs:177
|
||||
msgid "MTU of the interface"
|
||||
msgstr ""
|
||||
msgstr "MTU pentru interfață"
|
||||
|
||||
#: ../app/tabs/vnets-tab/form-panels/create/wizard.hbs:185
|
||||
msgid "Switch name"
|
||||
@ -6667,7 +6667,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid/ec2.hbs:138
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
msgstr "Etichete"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid/ec2.hbs:139
|
||||
msgid ""
|
||||
@ -6954,11 +6954,11 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/io/html.hbs:45
|
||||
msgid "Server port"
|
||||
msgstr ""
|
||||
msgstr "Portul serverului"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/io/html.hbs:46
|
||||
msgid "Port for the VNC/SPICE server"
|
||||
msgstr ""
|
||||
msgstr "Portul pentru serverul VNC/SPICE"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/io/html.hbs:52
|
||||
msgid "Keymap"
|
||||
@ -6966,7 +6966,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/io/html.hbs:69
|
||||
msgid "Generate random password"
|
||||
msgstr ""
|
||||
msgstr "Generează o parolă aleatoare"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/io/html.hbs:77
|
||||
msgid "Inputs"
|
||||
@ -7006,7 +7006,7 @@ msgstr "Arhitectură CPU"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:49
|
||||
msgid "libvirt machine type"
|
||||
msgstr ""
|
||||
msgstr "tip mașină libvirt"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:57
|
||||
msgid "Root device"
|
||||
@ -7022,7 +7022,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:78
|
||||
msgid "Kernel boot parameters"
|
||||
msgstr ""
|
||||
msgstr "Parametri de boot kernel"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:86
|
||||
msgid "Path to the bootloader executable"
|
||||
@ -7039,7 +7039,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:107
|
||||
msgid "KERNEL_DS"
|
||||
msgstr ""
|
||||
msgstr "KERNEL_DS"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:116
|
||||
msgid "Path to the OS kernel to boot the image"
|
||||
@ -7051,11 +7051,11 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:137
|
||||
msgid "INITRD_DS"
|
||||
msgstr ""
|
||||
msgstr "INITRD_DS"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:147
|
||||
msgid "Path to the initrd image"
|
||||
msgstr ""
|
||||
msgstr "Calea către imaginea initrd"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:158
|
||||
msgid "ACPI"
|
||||
@ -7084,7 +7084,7 @@ msgstr ""
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:193
|
||||
msgid "HYPERV"
|
||||
msgstr ""
|
||||
msgstr "HYPERV"
|
||||
|
||||
#: ../app/tabs/templates-tab/form-panels/create/wizard-tabs/os/html.hbs:194
|
||||
msgid "Add support in the VM for hyper-v features (HYPERV)"
|
||||
@ -7712,7 +7712,7 @@ msgstr "boolean"
|
||||
#: ../app/utils/user-inputs/row.hbs:38 ../app/utils/user-inputs/row.hbs:55
|
||||
#: ../app/utils/user-inputs/row.hbs:72 ../app/utils/user-inputs/row.hbs:82
|
||||
msgid "Default value"
|
||||
msgstr ""
|
||||
msgstr "Valoare implicită"
|
||||
|
||||
#: ../app/utils/user-inputs/row.hbs:78
|
||||
msgid "Options"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -15,6 +15,7 @@
|
||||
# Роман Бычков <bychkovry@gmail.com>, 2016
|
||||
# vivoss <rss@vivos.ru>, 2014
|
||||
# vivoss <rss@vivos.ru>, 2012
|
||||
# Vladimir Drobyshevskiy <v.heathen@gmail.com>, 2017
|
||||
# Антон Зубков <anton.zubkoff@gmail.com>, 2016
|
||||
# Артем Салпагаров <artem.salpagarov@gmail.com>, 2013
|
||||
# Роман Бычков <bychkovry@gmail.com>, 2016
|
||||
@ -23,8 +24,8 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"PO-Revision-Date: 2017-11-08 15:32+0000\n"
|
||||
"Last-Translator: Vladimir Drobyshevskiy <v.heathen@gmail.com>\n"
|
||||
"Language-Team: Russian (Russia) (http://www.transifex.com/opennebula/one/language/ru_RU/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -36,7 +37,7 @@ msgstr ""
|
||||
#: ../app/tabs/provision-tab/flows/list.js:624 ../app/tabs/vms-tab.js:76
|
||||
#: ../app/tabs/dashboard-tab/vms.hbs:26
|
||||
msgid "PENDING"
|
||||
msgstr "Ожидает"
|
||||
msgstr "ОЖИДАНИЕ"
|
||||
|
||||
#: ../app/opennebula/role.js:45 ../app/opennebula/service.js:27
|
||||
#: ../app/tabs/provision-tab/vms/list.js:818
|
||||
@ -49,7 +50,7 @@ msgstr "Ожидает"
|
||||
#: ../app/tabs/provision-tab/dashboard/group-vms.hbs:54
|
||||
#: ../app/tabs/provision-tab/dashboard/vms.hbs:62
|
||||
msgid "DEPLOYING"
|
||||
msgstr "Развёртывается"
|
||||
msgstr "РАЗВОРАЧИВАЕТСЯ"
|
||||
|
||||
#: ../app/opennebula/role.js:46 ../app/opennebula/service.js:28
|
||||
#: ../app/opennebula/vm.js:198 ../app/tabs/provision-tab/vms/list.js:863
|
||||
@ -62,17 +63,17 @@ msgstr "ЗАПУЩЕНО"
|
||||
#: ../app/opennebula/role.js:47 ../app/opennebula/service.js:29
|
||||
#: ../app/tabs/provision-tab/flows/list.js:632
|
||||
msgid "UNDEPLOYING"
|
||||
msgstr "Отключается"
|
||||
msgstr "СВОРАЧИВАЕТСЯ"
|
||||
|
||||
#: ../app/opennebula/role.js:48 ../app/opennebula/service.js:30
|
||||
#: ../app/tabs/provision-tab/flows/list.js:648
|
||||
msgid "WARNING"
|
||||
msgstr "Предупреждение"
|
||||
msgstr "ПРЕДУПРЕЖДЕНИЕ"
|
||||
|
||||
#: ../app/opennebula/role.js:49 ../app/opennebula/service.js:31
|
||||
#: ../app/tabs/provision-tab/flows/list.js:664
|
||||
msgid "DONE"
|
||||
msgstr "Завершён"
|
||||
msgstr "ЗАВЕРШЕНО"
|
||||
|
||||
#: ../app/opennebula/role.js:50 ../app/opennebula/service.js:32
|
||||
msgid "FAILED_UNDEPLOYING"
|
||||
@ -644,7 +645,7 @@ msgstr "Метки"
|
||||
|
||||
#: ../app/tabs/clusters-tab/datatable.js:73
|
||||
msgid "Please select a Cluster from the list"
|
||||
msgstr "Пожалуйста выберите кластер из списка"
|
||||
msgstr "Пожалуйста, выберите кластер из списка"
|
||||
|
||||
#: ../app/tabs/clusters-tab/datatable.js:74
|
||||
msgid "You selected the following Cluster:"
|
||||
@ -652,7 +653,7 @@ msgstr "Вы выбрали следующий кластер:"
|
||||
|
||||
#: ../app/tabs/clusters-tab/datatable.js:75
|
||||
msgid "Please select one or more clusters from the list"
|
||||
msgstr "Пожалуйста выберите из списка не менее одного кластера"
|
||||
msgstr "Пожалуйста, выберите из списка не менее одного кластера"
|
||||
|
||||
#: ../app/tabs/clusters-tab/datatable.js:76
|
||||
msgid "You selected the following clusters:"
|
||||
@ -675,7 +676,7 @@ msgstr "Создать хранилище"
|
||||
|
||||
#: ../app/tabs/datastores-tab/form-panels/create.js:345
|
||||
msgid "Please select a cluster for this datastore"
|
||||
msgstr "Выберите кластер для этого хранилища"
|
||||
msgstr "Пожалуйста, выберите кластер для этого хранилища"
|
||||
|
||||
#: ../app/tabs/datastores-tab/form-panels/import.js:50
|
||||
msgid "Import vCenter Datastores"
|
||||
|
7842
src/sunstone/public/locale/languages/si.po
Normal file
7842
src/sunstone/public/locale/languages/si.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 09:29+0000\n"
|
||||
"PO-Revision-Date: 2017-09-19 13:36+0000\n"
|
||||
"Last-Translator: Jan Benadik <jan.benadik@atos.net>\n"
|
||||
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/opennebula/one/language/sk_SK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
17
src/sunstone/public/locale/languages/tr_datatable.txt
Normal file
17
src/sunstone/public/locale/languages/tr_datatable.txt
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"sProcessing": "İşleniyor...",
|
||||
"sLengthMenu": "_MENU_",
|
||||
"sZeroRecords": "Hiçbir eşleşen kayıt bulunamadı",
|
||||
"sInfo": "Gösteriliyor _START_ dan _END_ e kadar toplam _TOTAL_ kayıt",
|
||||
"sInfoEmpty": "Gösteriliyor 0 dan 0 e kadar toplam 0 kayıt",
|
||||
"sInfoFiltered": "(_MAX_ kayıt üzerinden filtrelenen kayıtlar)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "Arama:",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "İlk",
|
||||
"sPrevious": "Önceki",
|
||||
"sNext": "Sonraki",
|
||||
"sLast": "Son"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -11,15 +11,16 @@
|
||||
# Lei Zhou <leizho_ray2222@163.com>, 2016
|
||||
# Qingye Jiang (John) <qingye.jiang@eucalyptus.com>, 2012
|
||||
# Qingye Jiang (John) <qingye.jiang@eucalyptus.com>, 2013
|
||||
# tony19955569 <tony19955569@gmail.com>, 2016
|
||||
# Rendy Wang <rendywang@gmail.com>, 2017
|
||||
# Tony Yu <tony19955569@gmail.com>, 2016
|
||||
# 国良 祁 <nateqigl@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-10 04:37+0000\n"
|
||||
"Last-Translator: 国良 祁 <nateqigl@gmail.com>\n"
|
||||
"PO-Revision-Date: 2017-11-18 16:16+0000\n"
|
||||
"Last-Translator: Rendy Wang <rendywang@gmail.com>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/opennebula/one/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -986,19 +987,19 @@ msgstr "所有"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:416
|
||||
msgid "GUEST STATE"
|
||||
msgstr ""
|
||||
msgstr "客户机状态"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:417
|
||||
msgid "VMWARETOOLS RUNNING STATUS"
|
||||
msgstr ""
|
||||
msgstr "VMWARETOOLS运行状态"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:419
|
||||
msgid "VMWARETOOLS VERSION"
|
||||
msgstr ""
|
||||
msgstr "VMWARETOOLS版本"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:419
|
||||
msgid "VMWARETOOLS VERSION STATUS"
|
||||
msgstr ""
|
||||
msgstr "VMWARETOOLS版本状态"
|
||||
|
||||
#: ../app/tabs/provision-tab/vms/list.js:527
|
||||
#: ../app/tabs/vms-tab/dialogs/saveas-template.js:86
|
||||
@ -1291,7 +1292,7 @@ msgstr "Wilds"
|
||||
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:77
|
||||
msgid "Could not import the wild VM "
|
||||
msgstr ""
|
||||
msgstr "不能导入此虚拟机"
|
||||
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:80
|
||||
#: ../app/tabs/hosts-tab/panels/wilds.js:98
|
||||
@ -3813,17 +3814,17 @@ msgstr "位置"
|
||||
#: ../app/utils/vcenter/clusters.js:142
|
||||
#, javascript-format
|
||||
msgid "Select all %1$s Clusters"
|
||||
msgstr ""
|
||||
msgstr "选中所有 %1$s 个集群"
|
||||
|
||||
#: ../app/utils/vcenter/clusters.js:146
|
||||
#, javascript-format
|
||||
msgid "All %1$s Clusters selected."
|
||||
msgstr ""
|
||||
msgstr "已选中总计 %1$s 个集群。"
|
||||
|
||||
#: ../app/utils/vcenter/clusters.js:147
|
||||
#, javascript-format
|
||||
msgid "%1$s Clusters selected."
|
||||
msgstr ""
|
||||
msgstr "已选中 %1$s 个集群 "
|
||||
|
||||
#: ../app/utils/vcenter/clusters.js:212 ../app/utils/vcenter/clusters.js:260
|
||||
#, javascript-format
|
||||
@ -3935,15 +3936,15 @@ msgstr "清除导入的数据仓库"
|
||||
|
||||
#: ../app/utils/vcenter/datastores.js:99
|
||||
msgid "Total MB"
|
||||
msgstr ""
|
||||
msgstr "总空间(/MB)"
|
||||
|
||||
#: ../app/utils/vcenter/datastores.js:100
|
||||
msgid "Free MB"
|
||||
msgstr ""
|
||||
msgstr "可用(/MB)"
|
||||
|
||||
#: ../app/utils/vcenter/datastores.js:101
|
||||
msgid "OpenNebula Cluster IDs"
|
||||
msgstr ""
|
||||
msgstr "OpenNebula 集群 IDs"
|
||||
|
||||
#: ../app/utils/vcenter/datastores.js:138
|
||||
#, javascript-format
|
||||
@ -3990,7 +3991,7 @@ msgstr "选中模版 %1$s "
|
||||
|
||||
#: ../app/utils/vcenter/templates.js:186
|
||||
msgid "Could not import the template due to "
|
||||
msgstr ""
|
||||
msgstr "不能导入此模板由于"
|
||||
|
||||
#: ../app/utils/vcenter/templates.js:262 ../app/utils/vcenter/templates.js:507
|
||||
#, javascript-format
|
||||
@ -4443,7 +4444,7 @@ msgstr "需要的,如果使用非默认的ceph配置文件的路径"
|
||||
|
||||
#: ../app/tabs/datastores-tab/form-panels/create/wizard.hbs:270
|
||||
msgid "Ceph keyfile"
|
||||
msgstr ""
|
||||
msgstr "Ceph keyfile"
|
||||
|
||||
#: ../app/tabs/datastores-tab/form-panels/create/wizard.hbs:272
|
||||
msgid "File containing the secret key of user."
|
||||
|
@ -13,7 +13,7 @@ msgstr ""
|
||||
"Project-Id-Version: OpenNebula\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-07-07 09:21+0200\n"
|
||||
"PO-Revision-Date: 2017-07-07 07:23+0000\n"
|
||||
"PO-Revision-Date: 2017-09-19 13:36+0000\n"
|
||||
"Last-Translator: juanmont <jjmontiel@opennebula.org>\n"
|
||||
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/opennebula/one/language/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
Loading…
Reference in New Issue
Block a user