Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pleroma-fe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tae Hoon
pleroma-fe
Commits
02a8b1af
Commit
02a8b1af
authored
Dec 07, 2019
by
Tae Hoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add locale strings
parent
407676b3
Pipeline
#20809
passed with stages
in 3 minutes and 54 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
src/components/domain_mute_card/domain_mute_card.vue
src/components/domain_mute_card/domain_mute_card.vue
+2
-2
src/components/user_settings/user_settings.vue
src/components/user_settings/user_settings.vue
+4
-4
src/i18n/en.json
src/i18n/en.json
+6
-0
No files found.
src/components/domain_mute_card/domain_mute_card.vue
View file @
02a8b1af
...
...
@@ -7,9 +7,9 @@
:click=
"unmuteDomain"
class=
"btn btn-default"
>
{{
$t
(
'
user
_card.unmute
'
)
}}
{{
$t
(
'
domain_mute
_card.unmute
'
)
}}
<template
slot=
"progress"
>
{{
$t
(
'
user
_card.unmute_progress
'
)
}}
{{
$t
(
'
domain_mute
_card.unmute_progress
'
)
}}
</
template
>
</ProgressButton>
</div>
...
...
src/components/user_settings/user_settings.vue
View file @
02a8b1af
...
...
@@ -574,9 +574,9 @@
class=
"btn btn-default"
:click=
"muteDomain"
>
{{ $t('
user
_card.mute') }}
{{ $t('
domain_mute
_card.mute') }}
<
template
slot=
"progress"
>
{{
$t
(
'
user
_card.mute_progress
'
)
}}
{{
$t
(
'
domain_mute
_card.mute_progress
'
)
}}
</
template
>
</ProgressButton>
</div>
...
...
@@ -594,9 +594,9 @@
class=
"btn btn-default"
:click=
"() => unmuteDomains(selected)"
>
{{
$t
(
'
user
_card.unmute
'
)
}}
{{
$t
(
'
domain_mute
_card.unmute
'
)
}}
<template
slot=
"progress"
>
{{
$t
(
'
user
_card.unmute_progress
'
)
}}
{{
$t
(
'
domain_mute
_card.unmute_progress
'
)
}}
</
template
>
</ProgressButton>
</div>
...
...
src/i18n/en.json
View file @
02a8b1af
...
...
@@ -21,6 +21,12 @@
"chat"
:
{
"title"
:
"Chat"
},
"domain_mute_card"
:
{
"mute"
:
"Mute"
,
"mute_progress"
:
"Muting..."
,
"unmute"
:
"Unmute"
,
"unmute_progress"
:
"Unmuting..."
},
"exporter"
:
{
"export"
:
"Export"
,
"processing"
:
"Processing, you'll soon be asked to download your file"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment