comparison client/src/components/Sidebar.vue @ 1416:3af7ad9717e2

Client: add a set fo marked translation * add some marked transaltions in the templates. and update the corresponding .po files. * remove trailing whitespace and improve the formating in some files
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 29 Nov 2018 11:08:02 +0100
parents c5e004b97394
children 350e9a168bc8
comparison
equal deleted inserted replaced
1415:d4fc5f3c1252 1416:3af7ad9717e2
34 :class="['secondary', { active: isActive('staging') }]" 34 :class="['secondary', { active: isActive('staging') }]"
35 > 35 >
36 <font-awesome-icon icon="clipboard-check" fixed-width></font-awesome-icon> 36 <font-awesome-icon icon="clipboard-check" fixed-width></font-awesome-icon>
37 <translate>Staging area</translate> 37 <translate>Staging area</translate>
38 </a> 38 </a>
39 <small class="text-muted pl-3"><translate>Systemadministration</translate></small> 39 <small class="text-muted pl-3">
40 <translate>Systemadministration</translate>
41 </small>
40 <hr class="m-0"> 42 <hr class="m-0">
41 <router-link to="usermanagement"> 43 <router-link to="usermanagement">
42 <font-awesome-icon icon="users-cog" fixed-width></font-awesome-icon> 44 <font-awesome-icon icon="users-cog" fixed-width></font-awesome-icon>
43 <translate>Users</translate> 45 <translate>Users</translate>
44 </router-link> 46 </router-link>
58 </router-link> 60 </router-link>
59 </div> 61 </div>
60 <hr class="m-0"> 62 <hr class="m-0">
61 <a href="#" @click="logoff"> 63 <a href="#" @click="logoff">
62 <font-awesome-icon icon="power-off" fixed-width></font-awesome-icon> 64 <font-awesome-icon icon="power-off" fixed-width></font-awesome-icon>
63 <translate>Logout</translate> {{ user }} 65 <translate>Logout</translate>
66 {{ user }}
64 </a> 67 </a>
65 </div> 68 </div>
66 </div> 69 </div>
67 </template> 70 </template>
68 71