ref #147
This commit is contained in:
Nicolai Ort 2023-02-22 18:32:17 +01:00
parent 8dfa19fa0f
commit ca6da15ef7
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
4 changed files with 954 additions and 952 deletions

View File

@ -22,7 +22,7 @@
name="statusfilter" name="statusfilter"
id="statusfilter" id="statusfilter"
> >
<option value="all">Alle</option> <option value="all">{$_('all')}</option>
<option value="true">{$_("enabled")}</option> <option value="true">{$_("enabled")}</option>
<option value="false">{$_("disabled")}</option> <option value="false">{$_("disabled")}</option>
</select> </select>

View File

@ -26,7 +26,7 @@
name="groupfilter" name="groupfilter"
id="groupfilter" id="groupfilter"
> >
<option value="all">Alle</option> <option value="all">{$_('all')}</option>
{#each groups as g} {#each groups as g}
<option value={g.value}>{g.label}</option> <option value={g.value}>{g.label}</option>
{/each} {/each}

View File

@ -472,5 +472,6 @@
"you-have-to-provide-an-organization": "Du musst eine Organisation angeben", "you-have-to-provide-an-organization": "Du musst eine Organisation angeben",
"you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.", "you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.",
"you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).", "you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen (oder abbrechen).",
"zip-postal-code": "Postleitzahl" "zip-postal-code": "Postleitzahl",
"all": "Alle"
} }

View File

@ -472,5 +472,6 @@
"you-have-to-provide-an-organization": "You have to provide an organization", "you-have-to-provide-an-organization": "You have to provide an organization",
"you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.", "you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.",
"you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel).", "you-must-create-at-least-one-card-or-cancel": "You must create at least one card (or cancel).",
"zip-postal-code": "ZIP/ postal code" "zip-postal-code": "ZIP/ postal code",
"all": "all"
} }