Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zwordi
funkwhale
Commits
ee23e145
Commit
ee23e145
authored
6 years ago
by
Jo Vuit
Browse files
Options
Downloads
Patches
Plain Diff
Replaced detail part of string context 'Name' by 'Noun', which is the correct word in English...
parent
56a5a5ed
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
front/src/views/playlists/List.vue
+5
-5
5 additions, 5 deletions
front/src/views/playlists/List.vue
with
5 additions
and
5 deletions
front/src/views/playlists/List.vue
+
5
−
5
View file @
ee23e145
...
...
@@ -11,11 +11,11 @@
</
template
>
<div
class=
"fields"
>
<div
class=
"field"
>
<label><translate
:translate-context=
"'Content/*/Form.Label/Short, N
ame
'"
>
Search
</translate></label>
<label><translate
:translate-context=
"'Content/*/Form.Label/Short, N
oun
'"
>
Search
</translate></label>
<input
type=
"text"
name=
"search"
v-model=
"query"
:placeholder=
"labels.searchPlaceholder"
/>
</div>
<div
class=
"field"
>
<label><translate
:translate-context=
"'Content/*/Dropdown.Label/Short, N
ame
'"
>
Ordering
</translate></label>
<label><translate
:translate-context=
"'Content/*/Dropdown.Label/Short, N
oun
'"
>
Ordering
</translate></label>
<select
class=
"ui dropdown"
v-model=
"ordering"
>
<option
v-for=
"option in orderingOptions"
:value=
"option[0]"
>
{{ sharedLabels.filters[option[1]] }}
...
...
@@ -23,14 +23,14 @@
</select>
</div>
<div
class=
"field"
>
<label><translate
:translate-context=
"'Content/*/Dropdown.Label/Short, N
ame
'"
>
Order
</translate></label>
<label><translate
:translate-context=
"'Content/*/Dropdown.Label/Short, N
oun
'"
>
Order
</translate></label>
<select
class=
"ui dropdown"
v-model=
"orderingDirection"
>
<option
value=
"+"
><translate
:translate-context=
"'Content/*/Dropdown/Short'"
>
Ascending
</translate></option>
<option
value=
"-"
><translate
:translate-context=
"'Content/*/Dropdown/Short'"
>
Descending
</translate></option>
</select>
</div>
<div
class=
"field"
>
<label><translate
:translate-context=
"'Content/*/Dropdown.Label/Short, N
ame
'"
>
Results per page
</translate></label>
<label><translate
:translate-context=
"'Content/*/Dropdown.Label/Short, N
oun
'"
>
Results per page
</translate></label>
<select
class=
"ui dropdown"
v-model=
"paginateBy"
>
<option
:value=
"parseInt(12)"
>
12
</option>
<option
:value=
"parseInt(25)"
>
25
</option>
...
...
@@ -103,7 +103,7 @@ export default {
},
computed
:
{
labels
()
{
let
playlists
=
this
.
$pgettext
(
'
Head/Playlist/Title/N
ame
'
,
'
Playlists
'
)
let
playlists
=
this
.
$pgettext
(
'
Head/Playlist/Title/N
oun
'
,
'
Playlists
'
)
let
searchPlaceholder
=
this
.
$pgettext
(
'
Content/Playlist/Placeholder/Call to action
'
,
'
Enter playlist name…
'
)
return
{
playlists
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment