Skip to content

Commit

Permalink
Adding new observation on import form
Browse files Browse the repository at this point in the history
  • Loading branch information
wiltonsr committed Apr 25, 2019
1 parent 2eb30d9 commit 9d1a0ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Locale/pt_BR/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'Your file must use the JSON format' => 'Seu arquivo deve usar o formato JSON',
'The JSON file must contain the keys: name, lists, cards, checklists and actions' => 'O arquivo JSON deve conter as chaves: name, lists, cards, checklists e actions',
'Your user will be the author of the imported comments' => 'Seu usuário será o autor dos comentários importados',
'Your attachments that are links will be imported as comments' => 'Seus anexos que são links serão importados como comentários',
'Import' => 'Importar',
//Template/dashboard/menu.php
'Import Trello JSON' => 'Importar JSON do Trello',
Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.5';
return '1.0.6';
}

public function getPluginHomepage()
Expand Down
1 change: 1 addition & 0 deletions Template/json_import/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<li><?= t('Your file must use the JSON format') ?></li>
<li><?= t('The JSON file must contain the keys: name, lists, cards, checklists and actions') ?></li>
<li><?= t('Your user will be the author of the imported comments') ?></li>
<li><?= t('Your attachments that are links will be imported as comments') ?></li>
</ul>
<p class="margin-top">
<?= $this->modal->submitButtons(array('submitLabel' => t('Import'))) ?>
Expand Down

0 comments on commit 9d1a0ff

Please sign in to comment.