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
a72f1073
Commit
a72f1073
authored
6 years ago
by
Jo Vuit
Browse files
Options
Downloads
Patches
Plain Diff
Minor rewordings
parent
036d94a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
front/src/views/content/libraries/FilesTable.vue
+4
-4
4 additions, 4 deletions
front/src/views/content/libraries/FilesTable.vue
with
4 additions
and
4 deletions
front/src/views/content/libraries/FilesTable.vue
+
4
−
4
View file @
a72f1073
...
...
@@ -202,15 +202,15 @@ export default {
importStatuses
:
{
skipped
:
{
label
:
this
.
$pgettext
(
'
Content/Library/Table/Short
'
,
'
Skipped
'
),
help
:
this
.
$pgettext
(
'
Content/Library/Help text
'
,
'
Track already present in one of your libraries
'
),
help
:
this
.
$pgettext
(
'
Content/Library/Help text
'
,
'
T
his t
rack
is
already present in one of your libraries
'
),
},
pending
:
{
label
:
this
.
$pgettext
(
'
Content/Library/Table/Short
'
,
'
Pending
'
),
help
:
this
.
$pgettext
(
'
Content/Library/Help text
'
,
'
T
rack
uploaded, but
not
processed by the server yet
'
),
help
:
this
.
$pgettext
(
'
Content/Library/Help text
'
,
'
T
his track has been
uploaded, but
hasn
'
t
been
processed
by
the
server
yet
'
),
},
errored: {
label: this.$pgettext(
'
Content
/
Library
/
Table
/
Short
'
,
'
Errored
'
),
help
:
this
.
$pgettext
(
'
Content/Library/Help text
'
,
'
C
ould not process
this track, ensur
e it is tagged correctly
'
),
help: this.$pgettext(
'
Content
/
Library
/
Help
text
'
,
'
This
track
c
ould
not
be
process
ed
,
pleas
e
it
is
tagged
correctly
'
),
},
finished: {
label: this.$pgettext(
'
Content
/
Library
/
Table
/
Short
'
,
'
Finished
'
),
...
...
@@ -231,7 +231,7 @@ export default {
},
actions () {
let deleteMsg = this.$pgettext(
'
Content
/
Library
/
Dropdown
/
Verb
'
,
'
Delete
'
)
let
relaunchMsg
=
this
.
$pgettext
(
'
Content/Library/Dropdown/Verb
'
,
'
Re
launch
import
'
)
let relaunchMsg = this.$pgettext(
'
Content
/
Library
/
Dropdown
/
Verb
'
,
'
Re
start
import
'
)
return [
{
name:
'
delete
'
,
...
...
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