Resolve "i18n fixes for 0.20"

This commit is contained in:
Eliot Berriot 2019-10-01 15:19:55 +02:00
parent 6cee546391
commit 2cdc8fa63a
79 changed files with 2960 additions and 8736 deletions

View file

@ -18,7 +18,7 @@
</select>
</div>
<div class="field">
<label><translate translate-context="Content/Library/*/Noun">Import status</translate></label>
<label><translate translate-context="Content/*/*/Noun">Import status</translate></label>
<select class="ui dropdown" @change="addSearchToken('status', $event.target.value)" :value="getTokenValue('status', '')">
<option value=""><translate translate-context="Content/*/Dropdown">All</translate></option>
<option value="pending"><translate translate-context="Content/Library/*/Short">Pending</translate></option>
@ -57,9 +57,9 @@
action-url="manage/library/uploads/action/"
:filters="actionFilters">
<template slot="header-cells">
<th><translate translate-context="*/*/*">Name</translate></th>
<th><translate translate-context="*/*/*">Library</translate></th>
<th><translate translate-context="*/*/*">Account</translate></th>
<th><translate translate-context="*/*/*/Noun">Name</translate></th>
<th><translate translate-context="*/*/*/Noun">Library</translate></th>
<th><translate translate-context="*/*/*/Noun">Account</translate></th>
<th><translate translate-context="Content/Moderation/*/Noun">Domain</translate></th>
<th><translate translate-context="*/*/*">Visibility</translate></th>
<th><translate translate-context="Content/*/*/Noun">Import status</translate></th>