mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 14:26:16 +01:00
Translation into Portuguese of Portugal and Brazil
Translates placeholder message from the form Install WordPress. Item change: Path Text Box.
This commit is contained in:
@@ -6189,7 +6189,11 @@ msgstr "Instale o WordPress com LSCache."
|
||||
|
||||
#: websiteFunctions/templates/websiteFunctions/installWordPress.html:28
|
||||
msgid "Blog Title"
|
||||
msgstr ""
|
||||
msgstr "Título do Blog"
|
||||
|
||||
#: websiteFunctions/templates/websiteFunctions/installWordPress.html:58
|
||||
msgid "Leave empty to install in website home directory. (Without preceding slash)"
|
||||
msgstr "Deixe em branco para instalar no diretório inicial do site. (Sem barra anterior)"
|
||||
|
||||
#: websiteFunctions/templates/websiteFunctions/launchChild.html:29
|
||||
msgid "Copy/Sync to Master"
|
||||
|
||||
@@ -6724,7 +6724,11 @@ msgstr "Instale o WordPress com LSCache."
|
||||
|
||||
#: websiteFunctions/templates/websiteFunctions/installWordPress.html:28
|
||||
msgid "Blog Title"
|
||||
msgstr ""
|
||||
msgstr "Título do Blog"
|
||||
|
||||
#: websiteFunctions/templates/websiteFunctions/installWordPress.html:58
|
||||
msgid "Leave empty to install in website home directory. (Without preceding slash)"
|
||||
msgstr "Deixe em branco para instalar no diretório inicial do site. (Sem barra anterior)"
|
||||
|
||||
#: websiteFunctions/templates/websiteFunctions/launchChild.html:32
|
||||
msgid "Copy/Sync to Master"
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<div ng-hide="installationDetailsForm" class="form-group">
|
||||
<label class="col-sm-3 control-label">{% trans "Path" %}</label>
|
||||
<div class="col-sm-6">
|
||||
<input placeholder="Leave empty to install in website home directory. (Without preceding slash)" type="text" class="form-control" ng-model="installPath">
|
||||
<input placeholder="{% trans "Leave empty to install in website home directory. (Without preceding slash)" %}" type="text" class="form-control" ng-model="installPath">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user