Skip to content

Commit bb7b92b

Browse files
committed
some lang patches
1 parent 6155168 commit bb7b92b

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/Translations/ca/lang.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
'create-ticket-info-start-date' => 'Predeterminat: Ara',
220220
'create-ticket-info-limit-date' => 'Predeterminat: Sense límit',
221221
'create-ticket-describe-issue' => 'Descriu els detalls del problema',
222+
'create-ticket-intervention-help' => 'Accions realitzades per a la resolució del tiquet',
222223
'attach-files' => 'Adjuntar fitxers',
223224
'pending-attachment' => 'Aquest fitxer s\'afegirà quan s\'actualitzi el tiquet',
224225
'attachment-new-name' => 'Nom nou',

src/Translations/en/lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'nav-new-tickets' => 'New',
1010
'nav-new-tickets-title' => 'New tickets',
1111
'nav-new-dd-list' => 'List',
12+
'nav-new-dd-list-title' => 'New tickets list',
1213
'nav-new-dd-create' => 'Create',
1314
'nav-create-ticket' => 'Create new',
1415
'nav-create-ticket-title' => 'Create new ticket',
@@ -220,6 +221,7 @@
220221
'create-ticket-info-start-date' => 'Default: Now',
221222
'create-ticket-info-limit-date' => 'Default: No limit',
222223
'create-ticket-describe-issue' => 'Describe your issue here in details',
224+
'create-ticket-intervention-help' => 'Taken actions for ticket resolution',
223225
'attach-files' => 'Attach files',
224226
'pending-attachment' => 'This file will be uploaded when the ticket is updated',
225227
'attachment-new-name' => 'New name',

src/Translations/pt_BR/lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
'date-format' => 'Y-m-d',
171171

172-
'datetimepicker-format' => 'AAAA-MM-DD HH: mm',
172+
'datetimepicker-format' => 'YYYY-MM-DD HH: mm',
173173

174174
'datetimepicker-validation' => 'Y-m-d H: i',
175175

src/Views/tickets/createedit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
@if ($u->currentLevel() > 1)
191191
<div class="jquery_level2_show">
192192
<div class="form-group"><!-- INTERVENTION -->
193-
<label for="intervention" class="col-lg-2 control-label tooltip-info" title="Accions realitzades per a la resolució del tiquet">Actuació{{trans('panichd::lang.colon')}} <span class="glyphicon glyphicon-question-sign" style="color: #bbb"></span></label>
193+
<label for="intervention" class="col-lg-2 control-label tooltip-info" title="{{ trans('panichd::lang.create-ticket-intervention-help') }}">{{ trans('panichd::lang.intervention') . trans('panichd::lang.colon') }} <span class="glyphicon glyphicon-question-sign" style="color: #bbb"></span></label>
194194
<div class="col-lg-10 summernote-text-wrapper">
195195
<textarea class="form-control summernote-editor" style="display: none" rows="5" name="intervention" cols="50">{!! $a_current['intervention'] !!}</textarea>
196196
</div>

0 commit comments

Comments
 (0)