Merge pull request #4852 from emanuelschuetze/translations-20190713

Updated translations
This commit is contained in:
Emanuel Schütze 2019-07-13 22:55:26 +02:00 committed by GitHub
commit 2bdba5ac8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 93 additions and 80 deletions

View File

@ -26,9 +26,9 @@
</div>
<div>
Upload to:
<span *ngIf="selectedDirectoryId === null" translate>Base folder</span>
<span *ngIf="selectedDirectoryId !== null">{{ getDirectory(selectedDirectoryId).title }}</span>
<span translate>Upload to:</span>&nbsp;
<i *ngIf="selectedDirectoryId === null" translate>Base folder</i>
<i *ngIf="selectedDirectoryId !== null">{{ getDirectory(selectedDirectoryId).title }}</i>
</div>
<div class="table-container" *ngIf="uploadList.data.length > 0">
@ -65,7 +65,7 @@
<!-- Access groups -->
<ng-container matColumnDef="access_groups">
<th mat-header-cell *matHeaderCellDef><span translate>Access permissions</span></th>
<th mat-header-cell *matHeaderCellDef><span translate>Access groups</span></th>
<td mat-cell *matCellDef="let file">
<os-search-value-selector
ngDefaultControl

View File

@ -50,10 +50,8 @@
</button>
</span>
<span class="visibility" *ngIf="directory && directory.inherited_access_groups_id !== true">
<span translate>Visibility of this directory:</span>
<span class="visible-for" *ngIf="directory.inherited_access_groups_id === false" translate>No one</span>
<span class="visible-for" *ngIf="directory.has_inherited_access_groups" translate>
<os-icon-container icon="group">{{ directory.inherited_access_groups }}</os-icon-container>
<os-icon-container icon="visibility" matTooltip="{{ 'Allowed access groups for this directory' | translate }}">{{ directory.inherited_access_groups }}</os-icon-container>
</span>
</span>
</div>
@ -86,8 +84,10 @@
<!-- Info column -->
<div *pblNgridCellDef="'info'; row as mediafile" class="fill clickable" (click)="onEditFile(mediafile)">
<os-icon-container *ngIf="mediafile.access_groups.length" icon="group">
<span translate>
{{ mediafile.access_groups }}
<span>
<span *ngFor="let group of mediafile.access_groups; let last = last">
{{ group.getTitle() | translate }}<span *ngIf="!last">,</span>
</span>
</span>
</os-icon-container>
</div>
@ -246,7 +246,7 @@
<!-- New folder dialog -->
<ng-template #newFolderDialog>
<h1 mat-dialog-title>{{ 'Create new directory' | translate }}</h1>
<h1 mat-dialog-title>{{ 'New directory' | translate }}</h1>
<div class="os-form-card-mobile" mat-dialog-content>
<form class="edit-file-form" [formGroup]="newDirectoryForm">
<p translate>Please enter a name for the new directory:</p>
@ -276,10 +276,10 @@
<!-- Move dialog -->
<ng-template #moveDialog>
<h1 mat-dialog-title>
<span translate>Move to directory</span>
<span translate>Move into directory</span>
</h1>
<div mat-dialog-content>
<p translate>Please select the directory to move to:</p>
<p translate>Please select the directory:</p>
<os-search-value-selector
ngDefaultControl
[formControl]="moveForm.get('directory_id')"

View File

@ -36,10 +36,14 @@
display: flex;
position: absolute;
right: 10px;
top: 12px;
.visible-for {
margin-left: 10px;
display: inherit;
}
mat-icon {
cursor: auto;
}
}
}

View File

@ -94,13 +94,11 @@ export class MediafileListComponent extends BaseViewComponent implements OnInit,
},
{
prop: 'title',
label: this.translate.instant('Title'),
width: 'auto',
minWidth: 60
},
{
prop: 'info',
label: this.translate.instant('Info'),
width: '20%',
minWidth: 60
},

View File

@ -153,8 +153,7 @@
<!-- Sequential number -->
<span class="main-nav-color title-font">
<span *ngIf="showSequential">
<span translate>Sequential number</span>
&nbsp;{{ motion.id }}
<span translate>Sequential number</span>&nbsp;{{ motion.id }}
</span>
<span *ngIf="showSequential && motion.parent_id">&#xb7;&nbsp;</span>
<span *ngIf="motion.parent_id">

View File

@ -203,7 +203,7 @@ export class WorkflowDetailComponent extends BaseViewComponent implements OnInit
* Opens a dialog to enter the workflow name
*/
public onNewStateButton(): void {
this.openEditDialog('', this.translate.instant('Create new state'), this.translate.instant('Name')).subscribe(
this.openEditDialog('', this.translate.instant('New state'), this.translate.instant('Name')).subscribe(
result => {
if (result && result.action === 'update') {
this.workflowRepo.addState(result.value, this.workflow).then(() => {}, this.raiseError);

View File

@ -31,7 +31,7 @@
<!-- New workflow dialog -->
<ng-template #newWorkflowDialog>
<h1 mat-dialog-title>
<span translate>Create new workflow</span>
<span translate>New workflow</span>
</h1>
<div mat-dialog-content>
<p translate>Please enter a name for the new workflow:</p>

View File

@ -59,7 +59,7 @@
<div *ngIf="user.groups && user.groups.length">
<os-icon-container icon="people">
<span *ngFor="let group of user.groups; let last = last">
{{ group.getTitle() | translate }} <span *ngIf="!last">,&nbsp;</span>
{{ group.getTitle() | translate }}<span *ngIf="!last">,</span>
</span>
</os-icon-container>
</div>

File diff suppressed because one or more lines are too long

View File

@ -57,6 +57,9 @@ msgstr "Annahme"
msgid "Access data (PDF)"
msgstr "Zugangsdaten (PDF)"
msgid "Access groups"
msgstr "Zugriffsgruppen"
msgid "Access-data"
msgstr "Zugangsdaten"
@ -155,6 +158,9 @@ msgstr "Unterstützung möglich"
msgid "Allow to disable versioning"
msgstr "Erlaubt Versionierung zu deaktiveren"
msgid "Allowed access groups for this directory"
msgstr "Zulässige Zugriffsgruppen für dieses Verzeichnis"
msgid "Always"
msgstr "Immer"
@ -200,9 +206,6 @@ msgstr ""
msgid "Are you sure you want to delete all selected elections?"
msgstr "Sollen alle ausgewählten Wahlen wirklich gelöscht werden?"
msgid "Are you sure you want to delete all selected files?"
msgstr "Sollen alle ausgewählten Dateien wirklich gelöscht werden?"
msgid "Are you sure you want to delete all selected motions?"
msgstr "Sollen alle ausgewählten Anträge wirklich gelöscht werden?"
@ -339,6 +342,9 @@ msgstr "Wahlgang"
msgid "Ballot and ballot papers"
msgstr "Wahlgang und Stimmzettel"
msgid "Base folder"
msgstr "Basisverzeichnis"
msgid "Begin of event"
msgstr "Beginn der Veranstaltung"
@ -616,12 +622,6 @@ msgstr "Erstellen"
msgid "Create final print template"
msgstr "Beschluss-Druckvorlage erstellen"
msgid "Create new state"
msgstr "Neuen Status erstellen"
msgid "Create new workflow"
msgstr "Neuen Arbeitsablauf erstellen"
msgid "Creation date"
msgstr "Erstellungsdatum"
@ -1043,9 +1043,6 @@ msgstr "Überschriftenfarbe"
msgid "Help text for access data and welcome PDF"
msgstr "Hilfetext für das Zugangsdaten- und Willkommens-PDF"
msgid "Hidden"
msgstr "Versteckt"
msgid "Hidden item"
msgstr "Versteckter Eintrag"
@ -1153,9 +1150,6 @@ msgstr "Ungültige Zeilennummer"
msgid "Invalid votes"
msgstr "Ungültige Stimmen"
msgid "Is PDF file"
msgstr "Ist eine PDF-Datei"
msgid "Is a committee"
msgstr "Ist ein Gremium"
@ -1171,9 +1165,6 @@ msgstr "Ist Gremium"
msgid "Is favorite"
msgstr "Ist Favorit"
msgid "Is no PDF file"
msgstr "Ist keine PDF-Datei"
msgid "Is not a committee"
msgstr "Ist kein Gremium"
@ -1324,9 +1315,15 @@ msgstr "Anträge"
msgid "Motions have been imported."
msgstr "Anträge wurden importiert."
msgid "Move"
msgstr "Verschieben"
msgid "Move in call list"
msgstr "In Aufrufliste verschieben"
msgid "Move into directory"
msgstr "In Verzeichnis verschieben"
msgid "Move selected items ..."
msgstr "Ausgewählte Einträge verschieben ..."
@ -1366,6 +1363,9 @@ msgstr "Neue Änderungsempfehlung"
msgid "New comment field"
msgstr "Neues Kommentarfeld"
msgid "New directory"
msgstr "Neues Verzeichnis"
msgid "New election"
msgstr "Neue Wahl"
@ -1387,6 +1387,9 @@ msgstr "Neue/r Teilnehmer/in"
msgid "New password"
msgstr "Neues Passwort"
msgid "New state"
msgstr "Neuer Status"
msgid "New statute paragraph"
msgstr "Neuer Satzungsabschnitt"
@ -1399,6 +1402,9 @@ msgstr "Neues Thema"
msgid "New vote"
msgstr "Neue Abstimmung"
msgid "New workflow"
msgstr "Neuer Arbeitsablauf"
msgid "Next"
msgstr "Weiter"
@ -1624,6 +1630,9 @@ msgstr "Parallel hochladen"
msgid "Parent agenda item"
msgstr "Elternelement in der Tagesordnung"
msgid "Parent directory"
msgstr "Elternverzeichnis"
msgid "Participant cannot be found"
msgstr "Teilnehmende wurde nicht gefunden"
@ -1673,6 +1682,9 @@ msgstr "Persönliche Notizen"
msgid "Phase"
msgstr "Phase"
msgid "Please enter a name for the new directory:"
msgstr "Bitte geben Sie einen Namen für das neue Verzeichnis ein:"
msgid "Please enter a name for the new workflow:"
msgstr "Bitte geben Sie einen Namen für den neuen Arbeitsablauf ein:"
@ -1691,6 +1703,9 @@ msgstr "Bitte füllen Sie alle erforderlichen Felder aus."
msgid "Please fill in the values for each candidate"
msgstr "Bitte füllen Sie die Werte aller Kandidat/innen aus."
msgid "Please select the directory:"
msgstr "Bitte wählen Sie das Verzeichnis aus:"
msgid "Preamble text for PDF document (all elections)"
msgstr "Einleitungstext für PDF-Dokument (alle Wahlen) "
@ -1945,9 +1960,6 @@ msgstr "Antragsteller/in auswählen oder suchen ..."
msgid "Select paragraphs"
msgstr "Absätze auswählen"
msgid "Selected values"
msgstr "Ausgewählte Werte"
msgid "Send invitation email"
msgstr "Einladungs-E-Mail senden"
@ -2418,6 +2430,9 @@ msgstr "Hochladen"
msgid "Upload files"
msgstr "Dateien hochladen"
msgid "Upload to:"
msgstr "Hochladen in:"
msgid ""
"Use <strong>admin</strong> and <strong>admin</strong> for your first "
"login.<br>Please change your password to hide this message!"
@ -2454,9 +2469,6 @@ msgstr "Gültige Stimmen"
msgid "Visibility"
msgstr "Sichtbarkeit"
msgid "Visible"
msgstr "Sichtbar"
msgid "Vote"
msgstr "Abstimmung"
@ -2671,12 +2683,6 @@ msgstr "intern"
msgid "is elected"
msgstr "gewählt"
msgid "is hidden"
msgstr "ist versteckt"
msgid "is not hidden"
msgstr "ist nicht versteckt"
msgid "is now"
msgstr "ist jetzt"

View File

@ -46,6 +46,9 @@ msgstr ""
msgid "Access data (PDF)"
msgstr ""
msgid "Access groups"
msgstr ""
msgid "Access-data"
msgstr ""
@ -141,6 +144,9 @@ msgstr ""
msgid "Allow to disable versioning"
msgstr ""
msgid "Allowed access groups for this directory"
msgstr ""
msgid "Always"
msgstr ""
@ -183,9 +189,6 @@ msgstr ""
msgid "Are you sure you want to delete all selected elections?"
msgstr ""
msgid "Are you sure you want to delete all selected files?"
msgstr ""
msgid "Are you sure you want to delete all selected motions?"
msgstr ""
@ -313,6 +316,9 @@ msgstr ""
msgid "Ballot and ballot papers"
msgstr ""
msgid "Base folder"
msgstr ""
msgid "Begin of event"
msgstr ""
@ -586,12 +592,6 @@ msgstr ""
msgid "Create final print template"
msgstr ""
msgid "Create new state"
msgstr ""
msgid "Create new workflow"
msgstr ""
msgid "Creation date"
msgstr ""
@ -987,9 +987,6 @@ msgstr ""
msgid "Help text for access data and welcome PDF"
msgstr ""
msgid "Hidden"
msgstr ""
msgid "Hidden item"
msgstr ""
@ -1094,9 +1091,6 @@ msgstr ""
msgid "Invalid votes"
msgstr ""
msgid "Is PDF file"
msgstr ""
msgid "Is a committee"
msgstr ""
@ -1112,9 +1106,6 @@ msgstr ""
msgid "Is favorite"
msgstr ""
msgid "Is no PDF file"
msgstr ""
msgid "Is not a committee"
msgstr ""
@ -1265,9 +1256,15 @@ msgstr ""
msgid "Motions have been imported."
msgstr ""
msgid "Move"
msgstr ""
msgid "Move in call list"
msgstr ""
msgid "Move into directory"
msgstr ""
msgid "Move selected items ..."
msgstr ""
@ -1307,6 +1304,9 @@ msgstr ""
msgid "New comment field"
msgstr ""
msgid "New directory"
msgstr ""
msgid "New election"
msgstr ""
@ -1328,6 +1328,9 @@ msgstr ""
msgid "New password"
msgstr ""
msgid "New state"
msgstr ""
msgid "New statute paragraph"
msgstr ""
@ -1340,6 +1343,9 @@ msgstr ""
msgid "New vote"
msgstr ""
msgid "New workflow"
msgstr ""
msgid "Next"
msgstr ""
@ -1561,6 +1567,9 @@ msgstr ""
msgid "Parent agenda item"
msgstr ""
msgid "Parent directory"
msgstr ""
msgid "Participant cannot be found"
msgstr ""
@ -1609,6 +1618,9 @@ msgstr ""
msgid "Phase"
msgstr ""
msgid "Please enter a name for the new directory:"
msgstr ""
msgid "Please enter a name for the new workflow:"
msgstr ""
@ -1627,6 +1639,9 @@ msgstr ""
msgid "Please fill in the values for each candidate"
msgstr ""
msgid "Please select the directory:"
msgstr ""
msgid "Preamble text for PDF document (all elections)"
msgstr ""
@ -1877,9 +1892,6 @@ msgstr ""
msgid "Select paragraphs"
msgstr ""
msgid "Selected values"
msgstr ""
msgid "Send invitation email"
msgstr ""
@ -2314,6 +2326,9 @@ msgstr ""
msgid "Upload files"
msgstr ""
msgid "Upload to:"
msgstr ""
msgid ""
"Use <strong>admin</strong> and <strong>admin</strong> for your first "
"login.<br>Please change your password to hide this message!"
@ -2345,9 +2360,6 @@ msgstr ""
msgid "Visibility"
msgstr ""
msgid "Visible"
msgstr ""
msgid "Vote"
msgstr ""
@ -2556,12 +2568,6 @@ msgstr ""
msgid "is elected"
msgstr ""
msgid "is hidden"
msgstr ""
msgid "is not hidden"
msgstr ""
msgid "is now"
msgstr ""