Updated translations
This commit is contained in:
parent
face97a2a2
commit
f66b0d1e98
@ -5,16 +5,13 @@
|
||||
[nav]="false">
|
||||
<!-- Title -->
|
||||
<div class="title-slot">
|
||||
<h2 *ngIf="category" translate>Sort motions in {{ category.prefixedName }}</h2>
|
||||
<h2 *ngIf="category">{{ 'Sort motions' | translate }} ({{ category.prefixedName }})</h2>
|
||||
</div>
|
||||
</os-head-bar>
|
||||
|
||||
<mat-card class="os-form-card">
|
||||
<div translate>
|
||||
Drag and drop motions to reorder the category. Then click the button to renumber.
|
||||
</div>
|
||||
<div *ngIf="isMultiSelect">
|
||||
<span> {{ sortSelector.multiSelectedIndex.length }} </span>
|
||||
<span>{{ sortSelector.multiSelectedIndex.length }} </span>
|
||||
<span translate>selected</span>
|
||||
<button mat-button (click)="moveToPosition()"><span translate>move ...</span>
|
||||
</button>
|
||||
|
File diff suppressed because one or more lines are too long
@ -39,6 +39,9 @@ msgid "A server error occured. Please contact your system administrator."
|
||||
msgstr ""
|
||||
"Ein Serverfehler ist aufgetreten. Bitte kontaktieren Sie den Administrator."
|
||||
|
||||
msgid "A title is required"
|
||||
msgstr "Ein Titel ist erforderlich"
|
||||
|
||||
msgid "About me"
|
||||
msgstr "Über mich"
|
||||
|
||||
@ -578,9 +581,6 @@ msgstr "Erstellen"
|
||||
msgid "Create final print template"
|
||||
msgstr "Beschluss-Druckvorlage erstellen"
|
||||
|
||||
msgid "Create new category"
|
||||
msgstr "Neues Sachgebiet erstellen"
|
||||
|
||||
msgid "Create new state"
|
||||
msgstr "Neuen Status erstellen"
|
||||
|
||||
@ -731,13 +731,6 @@ msgstr "erledigt"
|
||||
msgid "Download CSV example file"
|
||||
msgstr "CSV-Beispiel-Datei herunterladen"
|
||||
|
||||
msgid ""
|
||||
"Drag and drop motions to reorder the category. Then click the button to "
|
||||
"renumber."
|
||||
msgstr ""
|
||||
"Verschieben Sie die Anträge um das Sachgebiet neu zu ordnen. Klicken Sie "
|
||||
"anschließend auf die Schaltfläche um neu zu nummerieren."
|
||||
|
||||
msgid "Drop files into this area OR click here to select files"
|
||||
msgstr ""
|
||||
"Dateien auf diesen Bereich ziehen ODER hier klicken um Dateien auszuwählen"
|
||||
@ -1238,9 +1231,6 @@ msgstr "Redner/in markieren"
|
||||
msgid "Media file"
|
||||
msgstr "Mediendatei"
|
||||
|
||||
msgid "Menu"
|
||||
msgstr "Menü"
|
||||
|
||||
msgid "Message"
|
||||
msgstr "Mitteilung"
|
||||
|
||||
@ -2042,6 +2032,9 @@ msgstr "Sortieren"
|
||||
msgid "Sort agenda"
|
||||
msgstr "Tagesordnung sortieren"
|
||||
|
||||
msgid "Sort categories"
|
||||
msgstr "Sachgebiete sortieren"
|
||||
|
||||
msgid "Sort categories by"
|
||||
msgstr "Sachgebiete sortieren nach"
|
||||
|
||||
|
@ -28,6 +28,9 @@ msgstr ""
|
||||
msgid "A server error occured. Please contact your system administrator."
|
||||
msgstr ""
|
||||
|
||||
msgid "A title is required"
|
||||
msgstr ""
|
||||
|
||||
msgid "About me"
|
||||
msgstr ""
|
||||
|
||||
@ -550,9 +553,6 @@ msgstr ""
|
||||
msgid "Create final print template"
|
||||
msgstr ""
|
||||
|
||||
msgid "Create new category"
|
||||
msgstr ""
|
||||
|
||||
msgid "Create new state"
|
||||
msgstr ""
|
||||
|
||||
@ -686,11 +686,6 @@ msgstr ""
|
||||
msgid "Download CSV example file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Drag and drop motions to reorder the category. Then click the button to "
|
||||
"renumber."
|
||||
msgstr ""
|
||||
|
||||
msgid "Drop files into this area OR click here to select files"
|
||||
msgstr ""
|
||||
|
||||
@ -1180,9 +1175,6 @@ msgstr ""
|
||||
msgid "Media file"
|
||||
msgstr ""
|
||||
|
||||
msgid "Menu"
|
||||
msgstr ""
|
||||
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
@ -1975,6 +1967,9 @@ msgstr ""
|
||||
msgid "Sort agenda"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sort categories"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sort categories by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,9 +57,15 @@
|
||||
border-color: mat-color($background, selected-button);
|
||||
}
|
||||
|
||||
.os-amount-chip {
|
||||
background: mat-color($background, selected-button);
|
||||
color: mat-color($foreground, text);
|
||||
}
|
||||
|
||||
.tile-text {
|
||||
color: mat-color($foreground, text);
|
||||
}
|
||||
|
||||
.tile-color {
|
||||
background-color: mat-color($background, selected-button);
|
||||
}
|
||||
|
@ -478,12 +478,10 @@ mat-expansion-panel {
|
||||
// to display quantities. Use in span or div
|
||||
.os-amount-chip {
|
||||
border-radius: 50%;
|
||||
width: 20px;
|
||||
min-width: 20px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
padding: 3px;
|
||||
background: lightgray;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user