Updated translations
This commit is contained in:
parent
1a31fc9068
commit
1cdfea666b
@ -63,7 +63,11 @@ _('PDF ballot paper logo');
|
|||||||
_('Enable numbering for agenda items');
|
_('Enable numbering for agenda items');
|
||||||
_('Numbering prefix for agenda items');
|
_('Numbering prefix for agenda items');
|
||||||
_('This prefix will be set if you run the automatic agenda numbering.');
|
_('This prefix will be set if you run the automatic agenda numbering.');
|
||||||
_('Agenda');
|
_('Add to agenda');
|
||||||
|
_('Always');
|
||||||
|
_('Never');
|
||||||
|
_('Ask, default yes');
|
||||||
|
_('Ask, default no');
|
||||||
_('Invalid input.');
|
_('Invalid input.');
|
||||||
_('Numeral system for agenda items');
|
_('Numeral system for agenda items');
|
||||||
_('Arabic');
|
_('Arabic');
|
||||||
@ -75,6 +79,7 @@ _('Number of last speakers to be shown on the projector');
|
|||||||
_('List of speakers');
|
_('List of speakers');
|
||||||
_('Show orange countdown in the last x seconds of speaking time');
|
_('Show orange countdown in the last x seconds of speaking time');
|
||||||
_('Enter duration in seconds. Choose 0 to disable warning color.');
|
_('Enter duration in seconds. Choose 0 to disable warning color.');
|
||||||
|
_('Hide the amount of speakers in subtitle of list of speakers slide');
|
||||||
_('Couple countdown with the list of speakers');
|
_('Couple countdown with the list of speakers');
|
||||||
_('[Begin speech] starts the countdown, [End speech] stops the countdown.');
|
_('[Begin speech] starts the countdown, [End speech] stops the countdown.');
|
||||||
_('Only present participants can be added to the list of speakers'), _('Agenda visibility');
|
_('Only present participants can be added to the list of speakers'), _('Agenda visibility');
|
||||||
|
@ -365,9 +365,9 @@ export class PdfDocumentService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (showDate) {
|
if (showDate) {
|
||||||
footerText += `(${this.translate.instant('Created on')}: ${new Date().toLocaleDateString(
|
footerText += `${this.translate.instant('As of')}: ${new Date().toLocaleDateString(
|
||||||
this.translate.currentLang
|
this.translate.currentLang
|
||||||
)})`;
|
)}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if there is a single logo, give it a lot of space
|
// if there is a single logo, give it a lot of space
|
||||||
|
@ -313,7 +313,7 @@
|
|||||||
|
|
||||||
<!-- recommendation referencing motions -->
|
<!-- recommendation referencing motions -->
|
||||||
<div *ngIf="!editMotion && recommendationReferencingMotions.length > 0">
|
<div *ngIf="!editMotion && recommendationReferencingMotions.length > 0">
|
||||||
<h4 translate>Recommendation-referencing motions</h4>
|
<h4 translate>Referring motions</h4>
|
||||||
<div *ngFor="let motion of recommendationReferencingMotions">
|
<div *ngFor="let motion of recommendationReferencingMotions">
|
||||||
<a [routerLink]="motion.getDetailStateURL()">{{ motion.identifierOrTitle }}</a>
|
<a [routerLink]="motion.getDetailStateURL()">{{ motion.identifierOrTitle }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<mat-dialog-content>
|
<mat-dialog-content>
|
||||||
<form class="motion-content" [formGroup]="contentForm" (ngSubmit)="saveChangeRecommendation()">
|
<form class="motion-content" [formGroup]="contentForm" (ngSubmit)="saveChangeRecommendation()">
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<input matInput placeholder="{{ 'New title' | translate }}" formControlName="title" />
|
<input matInput placeholder="{{ 'Changed title' | translate }}" formControlName="title" />
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
<mat-checkbox formControlName="public">{{ 'Public' | translate }}</mat-checkbox>
|
<mat-checkbox formControlName="public">{{ 'Public' | translate }}</mat-checkbox>
|
||||||
|
@ -57,8 +57,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<p class="toggle-group-head" translate>PDF options</p>
|
<p class="toggle-group-head" translate>PDF options</p>
|
||||||
<mat-button-toggle-group class="smaller-buttons" multiple formControlName="pdfOptions">
|
<mat-button-toggle-group class="smaller-buttons" multiple formControlName="pdfOptions">
|
||||||
<mat-button-toggle value="toc"> <span translate>Table of Contents</span> </mat-button-toggle>
|
<mat-button-toggle value="toc"> <span translate>Table of contents</span> </mat-button-toggle>
|
||||||
<mat-button-toggle value="page"> <span translate>Page number</span> </mat-button-toggle>
|
<mat-button-toggle value="page"> <span translate>Page numbers</span> </mat-button-toggle>
|
||||||
<mat-button-toggle value="date"> <span translate>Current date</span> </mat-button-toggle>
|
<mat-button-toggle value="date"> <span translate>Current date</span> </mat-button-toggle>
|
||||||
</mat-button-toggle-group>
|
</mat-button-toggle-group>
|
||||||
</div>
|
</div>
|
||||||
|
@ -206,7 +206,7 @@ export class MotionPdfCatalogService {
|
|||||||
/**
|
/**
|
||||||
* Function to get the definition for the header
|
* Function to get the definition for the header
|
||||||
* for exporting motion-list as PDF. Needed, if submitters
|
* for exporting motion-list as PDF. Needed, if submitters
|
||||||
* and recommendation should also be exported to the `Table of Contents`.
|
* and recommendation should also be exported to the `Table of contents`.
|
||||||
*
|
*
|
||||||
* @returns {object} The DocDefinition for `pdfmake.js`.
|
* @returns {object} The DocDefinition for `pdfmake.js`.
|
||||||
*/
|
*/
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<!-- recommendation referencing motions -->
|
<!-- recommendation referencing motions -->
|
||||||
<div *ngIf="data.data.recommendation_referencing_motions">
|
<div *ngIf="data.data.recommendation_referencing_motions">
|
||||||
<h3 translate>Recommendation-referencing motions</h3>
|
<h3 translate>Referring motions</h3>
|
||||||
<div *ngFor="let titleInformation of data.data.recommendation_referencing_motions">
|
<div *ngFor="let titleInformation of data.data.recommendation_referencing_motions">
|
||||||
{{ getIdentifierOrTitle(titleInformation) }}
|
{{ getIdentifierOrTitle(titleInformation) }}
|
||||||
</div>
|
</div>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -155,6 +155,9 @@ msgstr "Unterstützung möglich"
|
|||||||
msgid "Allow to disable versioning"
|
msgid "Allow to disable versioning"
|
||||||
msgstr "Erlaubt Versionierung zu deaktiveren"
|
msgstr "Erlaubt Versionierung zu deaktiveren"
|
||||||
|
|
||||||
|
msgid "Always"
|
||||||
|
msgstr "Immer"
|
||||||
|
|
||||||
msgid "Always Yes-No-Abstain per candidate"
|
msgid "Always Yes-No-Abstain per candidate"
|
||||||
msgstr "Ja/Nein/Enthaltung pro Kandidat/in"
|
msgstr "Ja/Nein/Enthaltung pro Kandidat/in"
|
||||||
|
|
||||||
@ -296,9 +299,18 @@ msgid "Are you sure you want to send emails to all selected participants?"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Sollen E-Mails wirklich an alle ausgewählten Teilnehmende gesendet werden?"
|
"Sollen E-Mails wirklich an alle ausgewählten Teilnehmende gesendet werden?"
|
||||||
|
|
||||||
|
msgid "As of"
|
||||||
|
msgstr "Stand"
|
||||||
|
|
||||||
msgid "As recommendation"
|
msgid "As recommendation"
|
||||||
msgstr "wie Empfehlung"
|
msgstr "wie Empfehlung"
|
||||||
|
|
||||||
|
msgid "Ask, default no"
|
||||||
|
msgstr "Nachfragen, voreingestellt nein"
|
||||||
|
|
||||||
|
msgid "Ask, default yes"
|
||||||
|
msgstr "Nachfragen, voreingestellt ja"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"At least given name or surname have to be filled in. All other fields are "
|
"At least given name or surname have to be filled in. All other fields are "
|
||||||
"optional and may be empty."
|
"optional and may be empty."
|
||||||
@ -488,6 +500,9 @@ msgstr "Änderungsempfehlungen"
|
|||||||
msgid "Changed by"
|
msgid "Changed by"
|
||||||
msgstr "Bearbeitet von"
|
msgstr "Bearbeitet von"
|
||||||
|
|
||||||
|
msgid "Changed title"
|
||||||
|
msgstr "Geänderter Titel"
|
||||||
|
|
||||||
msgid "Changed version"
|
msgid "Changed version"
|
||||||
msgstr "Geänderte Fassung"
|
msgstr "Geänderte Fassung"
|
||||||
|
|
||||||
@ -613,6 +628,9 @@ msgstr "Erstellungsdatum"
|
|||||||
msgid "Current browser language"
|
msgid "Current browser language"
|
||||||
msgstr "Aktuelle Browsersprache"
|
msgstr "Aktuelle Browsersprache"
|
||||||
|
|
||||||
|
msgid "Current date"
|
||||||
|
msgstr "Aktuelles Datum"
|
||||||
|
|
||||||
msgid "Current list of speakers"
|
msgid "Current list of speakers"
|
||||||
msgstr "Aktuelle Redeliste"
|
msgstr "Aktuelle Redeliste"
|
||||||
|
|
||||||
@ -1046,6 +1064,10 @@ msgstr "Begründung auf dem Projektor ausblenden"
|
|||||||
msgid "Hide recommendation on projector"
|
msgid "Hide recommendation on projector"
|
||||||
msgstr "Empfehlung auf dem Projektor ausblenden"
|
msgstr "Empfehlung auf dem Projektor ausblenden"
|
||||||
|
|
||||||
|
msgid "Hide the amount of speakers in subtitle of list of speakers slide"
|
||||||
|
msgstr ""
|
||||||
|
"Anzahl der Redner/innen im Untertitel der Redelistenprojektion ausblenden"
|
||||||
|
|
||||||
msgid "Hint for ballot paper"
|
msgid "Hint for ballot paper"
|
||||||
msgstr "Hinweis auf dem Stimmzettel"
|
msgstr "Hinweis auf dem Stimmzettel"
|
||||||
|
|
||||||
@ -1326,6 +1348,9 @@ msgstr "Name des Empfehlungsgebers für Satzungsänderungsanträge"
|
|||||||
msgid "Needs review"
|
msgid "Needs review"
|
||||||
msgstr "Benötigt Review"
|
msgstr "Benötigt Review"
|
||||||
|
|
||||||
|
msgid "Never"
|
||||||
|
msgstr "Nie"
|
||||||
|
|
||||||
msgid "New Projector"
|
msgid "New Projector"
|
||||||
msgstr "Neuer Projektor"
|
msgstr "Neuer Projektor"
|
||||||
|
|
||||||
@ -1578,12 +1603,18 @@ msgstr "PDF-Logo Kopfzeile (links)"
|
|||||||
msgid "PDF header logo (right)"
|
msgid "PDF header logo (right)"
|
||||||
msgstr "PDF-Logo Kopfzeile (rechts)"
|
msgstr "PDF-Logo Kopfzeile (rechts)"
|
||||||
|
|
||||||
|
msgid "PDF options"
|
||||||
|
msgstr "PDF-Optionen"
|
||||||
|
|
||||||
msgid "Page"
|
msgid "Page"
|
||||||
msgstr "Seite"
|
msgstr "Seite"
|
||||||
|
|
||||||
msgid "Page number alignment in PDF"
|
msgid "Page number alignment in PDF"
|
||||||
msgstr "Seitenzahl-Ausrichtung im PDF"
|
msgstr "Seitenzahl-Ausrichtung im PDF"
|
||||||
|
|
||||||
|
msgid "Page numbers"
|
||||||
|
msgstr "Seitenzahlen"
|
||||||
|
|
||||||
msgid "Paragraph-based, Diff-enabled"
|
msgid "Paragraph-based, Diff-enabled"
|
||||||
msgstr "Absatzbasiert mit Änderungsdarstellung"
|
msgstr "Absatzbasiert mit Änderungsdarstellung"
|
||||||
|
|
||||||
@ -1771,6 +1802,9 @@ msgstr "Referenzprojektor für die aktuelle Redeliste:"
|
|||||||
msgid "Referral to committee"
|
msgid "Referral to committee"
|
||||||
msgstr "Verweisung in Ausschuss"
|
msgstr "Verweisung in Ausschuss"
|
||||||
|
|
||||||
|
msgid "Referring motions"
|
||||||
|
msgstr "Auf diesen Antrag verweisende Anträge"
|
||||||
|
|
||||||
msgid "Refresh"
|
msgid "Refresh"
|
||||||
msgstr "Aktualisieren"
|
msgstr "Aktualisieren"
|
||||||
|
|
||||||
|
@ -141,6 +141,9 @@ msgstr ""
|
|||||||
msgid "Allow to disable versioning"
|
msgid "Allow to disable versioning"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Always"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Always Yes-No-Abstain per candidate"
|
msgid "Always Yes-No-Abstain per candidate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -272,9 +275,18 @@ msgstr ""
|
|||||||
msgid "Are you sure you want to send emails to all selected participants?"
|
msgid "Are you sure you want to send emails to all selected participants?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "As of"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "As recommendation"
|
msgid "As recommendation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Ask, default no"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Ask, default yes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"At least given name or surname have to be filled in. All other fields are "
|
"At least given name or surname have to be filled in. All other fields are "
|
||||||
"optional and may be empty."
|
"optional and may be empty."
|
||||||
@ -460,6 +472,9 @@ msgstr ""
|
|||||||
msgid "Changed by"
|
msgid "Changed by"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Changed title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Changed version"
|
msgid "Changed version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -583,6 +598,9 @@ msgstr ""
|
|||||||
msgid "Current browser language"
|
msgid "Current browser language"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Current date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Current list of speakers"
|
msgid "Current list of speakers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -990,6 +1008,9 @@ msgstr ""
|
|||||||
msgid "Hide recommendation on projector"
|
msgid "Hide recommendation on projector"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Hide the amount of speakers in subtitle of list of speakers slide"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Hint for ballot paper"
|
msgid "Hint for ballot paper"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1268,6 +1289,9 @@ msgstr ""
|
|||||||
msgid "Needs review"
|
msgid "Needs review"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Never"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "New Projector"
|
msgid "New Projector"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1516,12 +1540,18 @@ msgstr ""
|
|||||||
msgid "PDF header logo (right)"
|
msgid "PDF header logo (right)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "PDF options"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Page"
|
msgid "Page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Page number alignment in PDF"
|
msgid "Page number alignment in PDF"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Page numbers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Paragraph-based, Diff-enabled"
|
msgid "Paragraph-based, Diff-enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1708,6 +1738,9 @@ msgstr ""
|
|||||||
msgid "Referral to committee"
|
msgid "Referral to committee"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Referring motions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Refresh"
|
msgid "Refresh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ def get_config_variables():
|
|||||||
|
|
||||||
yield ConfigVariable(
|
yield ConfigVariable(
|
||||||
name="agenda_item_creation",
|
name="agenda_item_creation",
|
||||||
label="Auto add to agenda",
|
label="Add to agenda",
|
||||||
default_value="always",
|
default_value="always",
|
||||||
input_type="choice",
|
input_type="choice",
|
||||||
choices=(
|
choices=(
|
||||||
|
Loading…
Reference in New Issue
Block a user