Skip to content

Commit

Permalink
Merge pull request #1593 from Globbered/master
Browse files Browse the repository at this point in the history
(Update) Danish Translations
  • Loading branch information
HDVinnie authored Jan 11, 2021
2 parents 7679d1b + 6992745 commit 96c26c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
7 changes: 4 additions & 3 deletions resources/lang/da/request.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'category' => 'Kategori',
'claim' => 'Opkræv',
'claim-anon-choose' => 'Vælg venligst klogt',
'claim-as-anon' => 'Vil du gerne opkræve dette anonomt',
'claim-as-anon' => 'Vil du gerne opkræve dette anonymt',
'claim-now' => 'Opkræv nu',
'claimed' => 'Opkrævet',
'current' => 'Nuværende',
Expand Down Expand Up @@ -62,8 +62,9 @@
'reset' => 'Nulstil',
'reset-confirmation' => 'Er du sikker på, at du vil nulstille denne request',
'reset-request' => 'Nulstil denne request',
'resolution' => 'Opløsning',
'reward' => 'Belønning',
'reward-desc' => 'Hvor mange bonuspoint vil du gerne belønne? Minimum 100 BP',
'reward-desc' => 'Hvor mange bonuspoint vil du gerne belønne requesten med? Minimum 100 BP',
'reward-from' => 'Fra',
'title' => 'Titel',
'torrent-hash' => 'Torrent Hash',
Expand All @@ -75,7 +76,7 @@
'view-unfilled' => 'Vis ikke opfyldte',
'vote' => 'Stem',
'vote-that' => 'Stem på denne',
'voters' => 'bruger(re) der har stemt på dette request!',
'voters' => 'Bruger(re) har stemt på dette request!',
'votes' => 'Stemmer',
'yes' => 'Ja',

Expand Down
9 changes: 6 additions & 3 deletions resources/views/requests/requests.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,22 @@ class="form-horizontal form-condensed form-torrent-search form-bordered">
<span class="badge-user">
<label class="inline">
<input type="checkbox" id="myclaims" value="1">
<span class="{{ config('other.font-awesome') }} fa-user text-blue"></span> My claims
<span class="{{ config('other.font-awesome') }} fa-user text-blue"></span>
@lang('request.my-claims')
</label>
</span>
<span class="badge-user">
<label class="inline">
<input type="checkbox" id="myvoted" value="1">
<span class="{{ config('other.font-awesome') }} fa-user text-blue"></span> My voted
<span class="{{ config('other.font-awesome') }} fa-user text-blue"></span>
@lang('request.my-voted')
</label>
</span>
<span class="badge-user">
<label class="inline">
<input type="checkbox" id="myfiled" value="1">
<span class="{{ config('other.font-awesome') }} fa-user text-blue"></span> My filled
<span class="{{ config('other.font-awesome') }} fa-user text-blue"></span>
@lang('request.my-filled')
</label>
</span>
</div>
Expand Down

0 comments on commit 96c26c7

Please sign in to comment.