Skip to content

Commit cf217c1

Browse files
committed
Translation into Portuguese of Portugal and Brazil
Translates placeholder message from the form Install WordPress. Item change: Path Text Box.
1 parent 8c7bc46 commit cf217c1

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

locale/pt-BR/LC_MESSAGES/django.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6189,7 +6189,11 @@ msgstr "Instale o WordPress com LSCache."
61896189

61906190
#: websiteFunctions/templates/websiteFunctions/installWordPress.html:28
61916191
msgid "Blog Title"
6192-
msgstr ""
6192+
msgstr "Título do Blog"
6193+
6194+
#: websiteFunctions/templates/websiteFunctions/installWordPress.html:58
6195+
msgid "Leave empty to install in website home directory. (Without preceding slash)"
6196+
msgstr "Deixe em branco para instalar no diretório inicial do site. (Sem barra anterior)"
61936197

61946198
#: websiteFunctions/templates/websiteFunctions/launchChild.html:29
61956199
msgid "Copy/Sync to Master"

locale/pt/LC_MESSAGES/django.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6724,7 +6724,11 @@ msgstr "Instale o WordPress com LSCache."
67246724

67256725
#: websiteFunctions/templates/websiteFunctions/installWordPress.html:28
67266726
msgid "Blog Title"
6727-
msgstr ""
6727+
msgstr "Título do Blog"
6728+
6729+
#: websiteFunctions/templates/websiteFunctions/installWordPress.html:58
6730+
msgid "Leave empty to install in website home directory. (Without preceding slash)"
6731+
msgstr "Deixe em branco para instalar no diretório inicial do site. (Sem barra anterior)"
67286732

67296733
#: websiteFunctions/templates/websiteFunctions/launchChild.html:32
67306734
msgid "Copy/Sync to Master"

websiteFunctions/templates/websiteFunctions/installWordPress.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h3 class="title-hero">
5555
<div ng-hide="installationDetailsForm" class="form-group">
5656
<label class="col-sm-3 control-label">{% trans "Path" %}</label>
5757
<div class="col-sm-6">
58-
<input placeholder="Leave empty to install in website home directory. (Without preceding slash)" type="text" class="form-control" ng-model="installPath">
58+
<input placeholder="{% trans "Leave empty to install in website home directory. (Without preceding slash)" %}" type="text" class="form-control" ng-model="installPath">
5959
</div>
6060
</div>
6161

0 commit comments

Comments
 (0)