Skip to content

Commit

Permalink
Translation into Portuguese of Portugal and Brazil
Browse files Browse the repository at this point in the history
Translates placeholder message from the form Install WordPress. Item change: Path Text Box.
  • Loading branch information
guilhermelim committed May 5, 2020
1 parent 8c7bc46 commit cf217c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion locale/pt-BR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 5 additions & 1 deletion locale/pt/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h3 class="title-hero">
<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>

Expand Down

0 comments on commit cf217c1

Please sign in to comment.