feature/147-cardoverview_performance #153

Merged
niggl merged 10 commits from feature/147-cardoverview_performance into dev 2023-02-23 07:34:46 +00:00
4 changed files with 954 additions and 952 deletions
Showing only changes of commit ca6da15ef7 - Show all commits

View File

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

View File

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

View File

@ -472,5 +472,6 @@
"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-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-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).",
"zip-postal-code": "ZIP/ postal code"
"zip-postal-code": "ZIP/ postal code",
"all": "all"
}