Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelchior authored and dokuwiki-translate committed Jul 4, 2018
1 parent 7ce66d7 commit 0b3b113
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lang/pt-br/lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Alexandre Belchior <alexbelchior@gmail.com>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
$lang['jenkins.button'] = 'Jenkins Job';
$lang['jenkins.duration'] = 'Duração';
$lang['jenkins.msg'] = 'Mensagem';
$lang['jenkins.nodesc'] = 'Sem descrição.';
$lang['jenkins.error'] = 'Job% s ou número de compilação não foi encontrado!';
10 changes: 10 additions & 0 deletions lang/pt-br/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Alexandre Belchior <alexbelchior@gmail.com>
*/
$lang['jenkins.url'] = 'Adicione sua URL do Jenkins, sem a barra no final. por exemplo: http://my-jenkins.com';
$lang['jenkins.user'] = 'Digite o ID de um usuário Jenkins, com o direito de visualizar qualquer job.';
$lang['jenkins.token'] = 'Defina o token de usuário correspondente do Jenkins. Você pode encontrá-lo em "http: // JENKINS_URL / user / USER / configure", depois clicar em "Show API Token".';

0 comments on commit 0b3b113

Please sign in to comment.