Merge pull request #4393 from emanuelschuetze/translations-20190224
Updated translations
This commit is contained in:
commit
eb2c866e5c
@ -8,7 +8,7 @@
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
z-index: 2;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.toolbar-left {
|
||||
|
@ -115,7 +115,6 @@ export class HistoryListComponent extends ListViewBaseComponent<ViewHistory, His
|
||||
const element = this.viewModelStore.get(history.getCollectionString(), history.getModelId());
|
||||
let message = this.translate.instant('OpenSlides is temporarily reset to following timestamp:');
|
||||
message += ' ' + history.getLocaleString('DE-de');
|
||||
|
||||
if (isDetailNavigable(element)) {
|
||||
this.raiseError(message);
|
||||
this.router.navigate([element.getDetailStateURL()]);
|
||||
|
@ -881,7 +881,7 @@
|
||||
<!-- upload file dialog -->
|
||||
<ng-template #uploadDialog>
|
||||
<h1 mat-dialog-title>
|
||||
<span translate>Upload Files</span>
|
||||
<span translate>Upload files</span>
|
||||
</h1>
|
||||
<os-media-upload-content
|
||||
(uploadSuccessEvent)="uploadSuccess($event)"
|
||||
|
File diff suppressed because one or more lines are too long
@ -930,6 +930,9 @@ msgstr "Ist ein Gremium"
|
||||
msgid "Is active"
|
||||
msgstr "Ist aktiv"
|
||||
|
||||
msgid "Is already projected"
|
||||
msgstr "ist bereits projiziert"
|
||||
|
||||
msgid "Is committee"
|
||||
msgstr "Ist Gremium"
|
||||
|
||||
@ -1197,6 +1200,9 @@ msgstr "Keine Suchergebnisse gefunden für"
|
||||
msgid "No statute paragraphs"
|
||||
msgstr "Keine Satzungsabschnitte vorhanden"
|
||||
|
||||
msgid "No."
|
||||
msgstr "Nr."
|
||||
|
||||
msgid "None"
|
||||
msgstr "aus"
|
||||
|
||||
@ -2179,6 +2185,9 @@ msgstr "Einträge pro Seite"
|
||||
msgid "majority"
|
||||
msgstr "Mehrheit"
|
||||
|
||||
msgid "motions"
|
||||
msgstr "Anträge"
|
||||
|
||||
msgid "motions-example"
|
||||
msgstr "Anträge-Beispiel"
|
||||
|
||||
|
@ -885,6 +885,9 @@ msgstr ""
|
||||
msgid "Is active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Is already projected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Is committee"
|
||||
msgstr ""
|
||||
|
||||
@ -1152,6 +1155,9 @@ msgstr ""
|
||||
msgid "No statute paragraphs"
|
||||
msgstr ""
|
||||
|
||||
msgid "No."
|
||||
msgstr ""
|
||||
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
@ -2085,6 +2091,9 @@ msgstr ""
|
||||
msgid "majority"
|
||||
msgstr ""
|
||||
|
||||
msgid "motions"
|
||||
msgstr ""
|
||||
|
||||
msgid "motions-example"
|
||||
msgstr ""
|
||||
|
||||
|
@ -62,6 +62,11 @@
|
||||
}
|
||||
|
||||
mat-card-header {
|
||||
background-color: mat-color($background, app-bar);;
|
||||
background-color: mat-color($background, app-bar);
|
||||
}
|
||||
|
||||
// drag & drop view
|
||||
.node-content-wrapper {
|
||||
background-color: mat-color($background, app-bar);
|
||||
}
|
||||
}
|
||||
|
@ -332,7 +332,6 @@ mat-expansion-panel {
|
||||
|
||||
.os-tree {
|
||||
.node-content-wrapper {
|
||||
background-color: aliceblue;
|
||||
border: 1px black;
|
||||
width: 100%;
|
||||
padding: 10px 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user