Updated translations
This commit is contained in:
parent
5b84bddc2a
commit
88b25acd0a
@ -19,7 +19,7 @@ export class PromptService {
|
|||||||
*/
|
*/
|
||||||
public async open(title: string, content: string = ''): Promise<any> {
|
public async open(title: string, content: string = ''): Promise<any> {
|
||||||
const dialogRef = this.dialog.open(PromptDialogComponent, {
|
const dialogRef = this.dialog.open(PromptDialogComponent, {
|
||||||
width: '250px',
|
width: '290px',
|
||||||
data: { title: title, content: content }
|
data: { title: title, content: content }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -192,9 +192,9 @@ export class ListOfSpeakersContentComponent extends BaseViewComponentDirective i
|
|||||||
* the operator themself is removed
|
* the operator themself is removed
|
||||||
*/
|
*/
|
||||||
public async removeSpeaker(speaker?: ViewSpeaker): Promise<void> {
|
public async removeSpeaker(speaker?: ViewSpeaker): Promise<void> {
|
||||||
const title = this.translate.instant(
|
const title = speaker
|
||||||
'Are you sure you want to delete this speaker from this list of speakers?'
|
? this.translate.instant('Are you sure you want to remove this speaker from the list of speakers?')
|
||||||
);
|
: this.translate.instant('Are you sure you want to remove yourself from this list of speakers?');
|
||||||
if (await this.promptService.open(title)) {
|
if (await this.promptService.open(title)) {
|
||||||
try {
|
try {
|
||||||
await this.listOfSpeakersRepo.deleteSpeaker(this.viewListOfSpeakers, speaker ? speaker.id : null);
|
await this.listOfSpeakersRepo.deleteSpeaker(this.viewListOfSpeakers, speaker ? speaker.id : null);
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<h2 mat-dialog-title>{{ data.title }}</h2>
|
<h2 mat-dialog-title>{{ data.title }}</h2>
|
||||||
<mat-dialog-content [innerHTML]="data.content"></mat-dialog-content>
|
<mat-dialog-content [innerHTML]="data.content"></mat-dialog-content>
|
||||||
<mat-dialog-actions>
|
<mat-dialog-actions>
|
||||||
<button mat-button [mat-dialog-close]="true" color="warn">{{ 'Yes' | translate }}</button>
|
<button mat-button [mat-dialog-close]="true" color="warn">{{ 'OK' | translate }}</button>
|
||||||
<button mat-button [mat-dialog-close]="false">{{ 'Cancel' | translate }}</button>
|
<button mat-button [mat-dialog-close]="false">{{ 'Cancel' | translate }}</button>
|
||||||
</mat-dialog-actions>
|
</mat-dialog-actions>
|
||||||
</div>
|
</div>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -305,10 +305,6 @@ msgstr "Soll diese/r Teilnehmende wirklich gelöscht werden?"
|
|||||||
msgid "Are you sure you want to delete this projector?"
|
msgid "Are you sure you want to delete this projector?"
|
||||||
msgstr "Soll dieser Projektor wirklich gelöscht werden?"
|
msgstr "Soll dieser Projektor wirklich gelöscht werden?"
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"Are you sure you want to delete this speaker from this list of speakers?"
|
|
||||||
msgstr "Soll diese/r Redner/in von der Redeliste wirklich entfernt werden?"
|
|
||||||
|
|
||||||
msgid "Are you sure you want to delete this statute paragraph?"
|
msgid "Are you sure you want to delete this statute paragraph?"
|
||||||
msgstr "Soll dieser Satzungsabschnitt wirklich gelöscht werden?"
|
msgstr "Soll dieser Satzungsabschnitt wirklich gelöscht werden?"
|
||||||
|
|
||||||
@ -355,6 +351,13 @@ msgstr "Soll dieser Eintrag wirklich aus der Tagesordnung entfernt werden?"
|
|||||||
msgid "Are you sure you want to remove this motion from motion block?"
|
msgid "Are you sure you want to remove this motion from motion block?"
|
||||||
msgstr "Soll dieser Antrag wirklich aus dem Antragsblock entfernt werden?"
|
msgstr "Soll dieser Antrag wirklich aus dem Antragsblock entfernt werden?"
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"Are you sure you want to remove this speaker from the list of speakers?"
|
||||||
|
msgstr "Soll diese/r Redner/in wirklich von der Redeliste entfernt werden?"
|
||||||
|
|
||||||
|
msgid "Are you sure you want to remove yourself from this list of speakers?"
|
||||||
|
msgstr "Wollen Sie sich wirklich von dieser Redeliste entfernen?"
|
||||||
|
|
||||||
msgid "Are you sure you want to renumber all motions of this category?"
|
msgid "Are you sure you want to renumber all motions of this category?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Sollen alle Anträge dieses Sachgebiets wirklich neu nummeriert werden?"
|
"Sollen alle Anträge dieses Sachgebiets wirklich neu nummeriert werden?"
|
||||||
@ -389,7 +392,7 @@ msgstr ""
|
|||||||
"Sollen E-Mails wirklich an alle ausgewählten Teilnehmende gesendet werden?"
|
"Sollen E-Mails wirklich an alle ausgewählten Teilnehmende gesendet werden?"
|
||||||
|
|
||||||
msgid "Are you sure you want to submit a point of order?"
|
msgid "Are you sure you want to submit a point of order?"
|
||||||
msgstr "Soll wirklich ein GO-Antrag gestellt werden?"
|
msgstr "Soll wirklich ein Geschäftsordnungsantrag gestellt werden?"
|
||||||
|
|
||||||
msgid "As of"
|
msgid "As of"
|
||||||
msgstr "Stand"
|
msgstr "Stand"
|
||||||
@ -2110,7 +2113,7 @@ msgstr ""
|
|||||||
"Systemadministration."
|
"Systemadministration."
|
||||||
|
|
||||||
msgid "Point of order"
|
msgid "Point of order"
|
||||||
msgstr "Geschäftsordnungsantrag"
|
msgstr "GO-Antrag"
|
||||||
|
|
||||||
msgid "Poll created"
|
msgid "Poll created"
|
||||||
msgstr "Abstimmung erstellt"
|
msgstr "Abstimmung erstellt"
|
||||||
@ -3129,7 +3132,7 @@ msgid "Withdraw"
|
|||||||
msgstr "Zurückziehen"
|
msgstr "Zurückziehen"
|
||||||
|
|
||||||
msgid "Withdraw point of order"
|
msgid "Withdraw point of order"
|
||||||
msgstr "Geschäftsordnungsantrag zurückziehen"
|
msgstr "GO-Antrag zurückziehen"
|
||||||
|
|
||||||
msgid "Workflow"
|
msgid "Workflow"
|
||||||
msgstr "Arbeitsablauf"
|
msgstr "Arbeitsablauf"
|
||||||
|
@ -281,9 +281,6 @@ msgstr ""
|
|||||||
msgid "Are you sure you want to delete this projector?"
|
msgid "Are you sure you want to delete this projector?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Are you sure you want to delete this speaker from this list of speakers?"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Are you sure you want to delete this statute paragraph?"
|
msgid "Are you sure you want to delete this statute paragraph?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -324,6 +321,12 @@ msgstr ""
|
|||||||
msgid "Are you sure you want to remove this motion from motion block?"
|
msgid "Are you sure you want to remove this motion from motion block?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Are you sure you want to remove this speaker from the list of speakers?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Are you sure you want to remove yourself from this list of speakers?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Are you sure you want to renumber all motions of this category?"
|
msgid "Are you sure you want to renumber all motions of this category?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user