mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: TU rename - UI elements
Rename all UI elements and translations. Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
1702075875
commit
f540c79580
76 changed files with 952 additions and 1143 deletions
|
@ -24,21 +24,21 @@
|
|||
selected
|
||||
{% endif %}
|
||||
>
|
||||
{{ "Addition of a TU" | tr }}
|
||||
{{ "Addition of a Package Maintainer" | tr }}
|
||||
</option>
|
||||
<option value="remove_pm"
|
||||
{% if "remove_pm" == type %}
|
||||
selected
|
||||
{% endif %}
|
||||
>
|
||||
{{ "Removal of a TU" | tr }}
|
||||
{{ "Removal of a Package Maintainer" | tr }}
|
||||
</option>
|
||||
<option value="remove_inactive_pm"
|
||||
{% if "remove_inactive_pm" == type %}
|
||||
selected
|
||||
{% endif %}
|
||||
>
|
||||
{{ "Removal of a TU (undeclared inactivity)" | tr }}
|
||||
{{ "Removal of a Package Maintainer (undeclared inactivity)" | tr }}
|
||||
</option>
|
||||
<option value="bylaws"
|
||||
{% if "bylaws" == type %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue