Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Update) Danish Translations #1593

Merged
merged 4 commits into from
Jan 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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