Updated translations

This commit is contained in:
Emanuel Schütze 2019-06-13 12:09:13 +02:00
parent face97a2a2
commit f66b0d1e98
6 changed files with 22 additions and 33 deletions

View File

@ -5,14 +5,11 @@
[nav]="false"> [nav]="false">
<!-- Title --> <!-- Title -->
<div class="title-slot"> <div class="title-slot">
<h2 *ngIf="category" translate>Sort motions in {{ category.prefixedName }}</h2> <h2 *ngIf="category">{{ 'Sort motions' | translate }} ({{ category.prefixedName }})</h2>
</div> </div>
</os-head-bar> </os-head-bar>
<mat-card class="os-form-card"> <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"> <div *ngIf="isMultiSelect">
<span>{{ sortSelector.multiSelectedIndex.length }}&nbsp;</span> <span>{{ sortSelector.multiSelectedIndex.length }}&nbsp;</span>
<span translate>selected</span> <span translate>selected</span>

File diff suppressed because one or more lines are too long

View File

@ -39,6 +39,9 @@ msgid "A server error occured. Please contact your system administrator."
msgstr "" msgstr ""
"Ein Serverfehler ist aufgetreten. Bitte kontaktieren Sie den Administrator." "Ein Serverfehler ist aufgetreten. Bitte kontaktieren Sie den Administrator."
msgid "A title is required"
msgstr "Ein Titel ist erforderlich"
msgid "About me" msgid "About me"
msgstr "Über mich" msgstr "Über mich"
@ -578,9 +581,6 @@ msgstr "Erstellen"
msgid "Create final print template" msgid "Create final print template"
msgstr "Beschluss-Druckvorlage erstellen" msgstr "Beschluss-Druckvorlage erstellen"
msgid "Create new category"
msgstr "Neues Sachgebiet erstellen"
msgid "Create new state" msgid "Create new state"
msgstr "Neuen Status erstellen" msgstr "Neuen Status erstellen"
@ -731,13 +731,6 @@ msgstr "erledigt"
msgid "Download CSV example file" msgid "Download CSV example file"
msgstr "CSV-Beispiel-Datei herunterladen" 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" msgid "Drop files into this area OR click here to select files"
msgstr "" msgstr ""
"Dateien auf diesen Bereich ziehen ODER hier klicken um Dateien auszuwählen" "Dateien auf diesen Bereich ziehen ODER hier klicken um Dateien auszuwählen"
@ -1238,9 +1231,6 @@ msgstr "Redner/in markieren"
msgid "Media file" msgid "Media file"
msgstr "Mediendatei" msgstr "Mediendatei"
msgid "Menu"
msgstr "Menü"
msgid "Message" msgid "Message"
msgstr "Mitteilung" msgstr "Mitteilung"
@ -2042,6 +2032,9 @@ msgstr "Sortieren"
msgid "Sort agenda" msgid "Sort agenda"
msgstr "Tagesordnung sortieren" msgstr "Tagesordnung sortieren"
msgid "Sort categories"
msgstr "Sachgebiete sortieren"
msgid "Sort categories by" msgid "Sort categories by"
msgstr "Sachgebiete sortieren nach" msgstr "Sachgebiete sortieren nach"

View File

@ -28,6 +28,9 @@ msgstr ""
msgid "A server error occured. Please contact your system administrator." msgid "A server error occured. Please contact your system administrator."
msgstr "" msgstr ""
msgid "A title is required"
msgstr ""
msgid "About me" msgid "About me"
msgstr "" msgstr ""
@ -550,9 +553,6 @@ msgstr ""
msgid "Create final print template" msgid "Create final print template"
msgstr "" msgstr ""
msgid "Create new category"
msgstr ""
msgid "Create new state" msgid "Create new state"
msgstr "" msgstr ""
@ -686,11 +686,6 @@ msgstr ""
msgid "Download CSV example file" msgid "Download CSV example file"
msgstr "" 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" msgid "Drop files into this area OR click here to select files"
msgstr "" msgstr ""
@ -1180,9 +1175,6 @@ msgstr ""
msgid "Media file" msgid "Media file"
msgstr "" msgstr ""
msgid "Menu"
msgstr ""
msgid "Message" msgid "Message"
msgstr "" msgstr ""
@ -1975,6 +1967,9 @@ msgstr ""
msgid "Sort agenda" msgid "Sort agenda"
msgstr "" msgstr ""
msgid "Sort categories"
msgstr ""
msgid "Sort categories by" msgid "Sort categories by"
msgstr "" msgstr ""

View File

@ -57,9 +57,15 @@
border-color: mat-color($background, selected-button); border-color: mat-color($background, selected-button);
} }
.os-amount-chip {
background: mat-color($background, selected-button);
color: mat-color($foreground, text);
}
.tile-text { .tile-text {
color: mat-color($foreground, text); color: mat-color($foreground, text);
} }
.tile-color { .tile-color {
background-color: mat-color($background, selected-button); background-color: mat-color($background, selected-button);
} }

View File

@ -478,12 +478,10 @@ mat-expansion-panel {
// to display quantities. Use in span or div // to display quantities. Use in span or div
.os-amount-chip { .os-amount-chip {
border-radius: 50%; border-radius: 50%;
width: 20px; min-width: 20px;
height: 20px; height: 20px;
line-height: 20px; line-height: 20px;
padding: 3px; padding: 3px;
background: lightgray;
color: #000;
text-align: center; text-align: center;
} }