forked from AkkomaGang/akkoma-fe
Make locale language cleaner
This commit is contained in:
parent
cbccea0546
commit
5047663c51
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li v-if="shout">
|
<li v-if="shout">
|
||||||
<BooleanSetting path="hideShoutbox">
|
<BooleanSetting path="hideShoutbox">
|
||||||
{{ $t('settings.hide_shoutbox') }} {{ $t('shoutbox.title') }}
|
{{ $t('general.hide') }} {{ $t('shoutbox.title') }}
|
||||||
</BooleanSetting>
|
</BooleanSetting>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -75,6 +75,7 @@
|
||||||
"confirm": "Confirm",
|
"confirm": "Confirm",
|
||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"close": "Close",
|
"close": "Close",
|
||||||
|
"hide": "Hide",
|
||||||
"peek": "Peek",
|
"peek": "Peek",
|
||||||
"role": {
|
"role": {
|
||||||
"admin": "Admin",
|
"admin": "Admin",
|
||||||
|
@ -349,7 +350,6 @@
|
||||||
"max_thumbnails": "Maximum amount of thumbnails per post",
|
"max_thumbnails": "Maximum amount of thumbnails per post",
|
||||||
"hide_isp": "Hide instance-specific panel",
|
"hide_isp": "Hide instance-specific panel",
|
||||||
"right_sidebar": "Show sidebar on the right side",
|
"right_sidebar": "Show sidebar on the right side",
|
||||||
"hide_shoutbox": "Hide ",
|
|
||||||
"hide_wallpaper": "Hide instance wallpaper",
|
"hide_wallpaper": "Hide instance wallpaper",
|
||||||
"preload_images": "Preload images",
|
"preload_images": "Preload images",
|
||||||
"use_one_click_nsfw": "Open NSFW attachments with just one click",
|
"use_one_click_nsfw": "Open NSFW attachments with just one click",
|
||||||
|
|
Loading…
Reference in a new issue