Merge pull request #5724 from emanuelschuetze/translation20201125
Updated translations
This commit is contained in:
commit
03cb8592fe
@ -301,16 +301,6 @@ _('Finished');
|
|||||||
_('In the election process');
|
_('In the election process');
|
||||||
|
|
||||||
// Voting strings
|
// Voting strings
|
||||||
_('Voting type');
|
|
||||||
_('analog');
|
|
||||||
_('nominal');
|
|
||||||
_('non-nominal');
|
|
||||||
_('Start voting');
|
|
||||||
_('Stop voting');
|
|
||||||
_('Publish');
|
|
||||||
_('Entitled to vote');
|
|
||||||
_('Voting method');
|
|
||||||
_('Amount of votes');
|
|
||||||
_('Motion votes');
|
_('Motion votes');
|
||||||
_('Ballots');
|
_('Ballots');
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
import { Pipe, PipeTransform } from '@angular/core';
|
import { Pipe, PipeTransform } from '@angular/core';
|
||||||
|
|
||||||
|
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
|
||||||
|
|
||||||
const PollValues = {
|
const PollValues = {
|
||||||
votesvalid: 'Valid votes',
|
votesvalid: 'Valid votes',
|
||||||
votesinvalid: 'Invalid votes',
|
votesinvalid: 'Invalid votes',
|
||||||
@ -9,9 +11,9 @@ const PollValues = {
|
|||||||
yes: 'Yes',
|
yes: 'Yes',
|
||||||
no: 'No',
|
no: 'No',
|
||||||
abstain: 'Abstain',
|
abstain: 'Abstain',
|
||||||
amount_global_yes: 'General Yes',
|
amount_global_yes: _('General approval'),
|
||||||
amount_global_no: 'General No',
|
amount_global_no: _('General rejection'),
|
||||||
amount_global_abstain: 'General Abstain'
|
amount_global_abstain: _('General abstain')
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
|
||||||
|
|
||||||
import { BasePoll } from 'app/shared/models/poll/base-poll';
|
import { BasePoll } from 'app/shared/models/poll/base-poll';
|
||||||
import { BaseProjectableViewModel } from 'app/site/base/base-projectable-view-model';
|
import { BaseProjectableViewModel } from 'app/site/base/base-projectable-view-model';
|
||||||
import { BaseViewModel } from 'app/site/base/base-view-model';
|
import { BaseViewModel } from 'app/site/base/base-view-model';
|
||||||
@ -24,29 +26,29 @@ export const PollStateVerbose = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const PollStateChangeActionVerbose = {
|
export const PollStateChangeActionVerbose = {
|
||||||
1: 'Reset',
|
1: _('Reset'),
|
||||||
2: 'Start voting',
|
2: _('Start voting'),
|
||||||
3: 'Stop voting',
|
3: _('Stop voting'),
|
||||||
4: 'Publish'
|
4: _('Publish')
|
||||||
};
|
};
|
||||||
|
|
||||||
export const PollTypeVerbose = {
|
export const PollTypeVerbose = {
|
||||||
analog: 'analog',
|
analog: _('analog'),
|
||||||
named: 'nominal',
|
named: _('nominal'),
|
||||||
pseudoanonymous: 'non-nominal'
|
pseudoanonymous: _('non-nominal')
|
||||||
};
|
};
|
||||||
|
|
||||||
export const PollPropertyVerbose = {
|
export const PollPropertyVerbose = {
|
||||||
majority_method: 'Required majority',
|
majority_method: 'Required majority',
|
||||||
onehundred_percent_base: '100% base',
|
onehundred_percent_base: '100% base',
|
||||||
type: 'Voting type',
|
type: _('Voting type'),
|
||||||
pollmethod: 'Voting method',
|
pollmethod: _('Voting method'),
|
||||||
state: 'State',
|
state: 'State',
|
||||||
groups: 'Entitled to vote',
|
groups: _('Entitled to vote'),
|
||||||
votes_amount: 'Amount of votes',
|
votes_amount: _('Amount of votes'),
|
||||||
global_yes: 'General Yes',
|
global_yes: _('General approval'),
|
||||||
global_no: 'General No',
|
global_no: _('General rejection'),
|
||||||
global_abstain: 'General Abstain'
|
global_abstain: _('General abstain')
|
||||||
};
|
};
|
||||||
|
|
||||||
export const MajorityMethodVerbose = {
|
export const MajorityMethodVerbose = {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1112,7 +1112,7 @@ msgstr "Teilnehmernummer eingeben"
|
|||||||
|
|
||||||
msgid "Enter your email to send the password reset link"
|
msgid "Enter your email to send the password reset link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Geben Sie Ihre E-Mail-Adresse ein um eine Link zum Zurücksetzen des "
|
"Geben Sie Ihre E-Mail-Adresse ein, um einen Link zum Zurücksetzen des "
|
||||||
"Passworts zu erhalten."
|
"Passworts zu erhalten."
|
||||||
|
|
||||||
msgid "Entitled to vote"
|
msgid "Entitled to vote"
|
||||||
@ -1194,7 +1194,7 @@ msgid "Favorites"
|
|||||||
msgstr "Favoriten"
|
msgstr "Favoriten"
|
||||||
|
|
||||||
msgid "File information"
|
msgid "File information"
|
||||||
msgstr "Dateiinformationen"
|
msgstr "Dateiinfos"
|
||||||
|
|
||||||
msgid "File name"
|
msgid "File name"
|
||||||
msgstr "Dateiname"
|
msgstr "Dateiname"
|
||||||
@ -1253,11 +1253,14 @@ msgstr "Geschlecht"
|
|||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr "Allgemein"
|
msgstr "Allgemein"
|
||||||
|
|
||||||
msgid "General Abstain"
|
msgid "General abstain"
|
||||||
msgstr "Generelle Enthaltung"
|
msgstr "Generelle Enthaltung"
|
||||||
|
|
||||||
msgid "General No"
|
msgid "General approval"
|
||||||
msgstr "Generelles Nein"
|
msgstr "Generelle Zustimmung"
|
||||||
|
|
||||||
|
msgid "General rejection"
|
||||||
|
msgstr "Generelle Ablehnung"
|
||||||
|
|
||||||
msgid "Generate new passwords"
|
msgid "Generate new passwords"
|
||||||
msgstr "Neue Passwörter generieren"
|
msgstr "Neue Passwörter generieren"
|
||||||
@ -1810,6 +1813,9 @@ msgstr "Keine Einträge ausgewählte"
|
|||||||
msgid "No motion block set"
|
msgid "No motion block set"
|
||||||
msgstr "kein Antragsblock gesetzt"
|
msgstr "kein Antragsblock gesetzt"
|
||||||
|
|
||||||
|
msgid "No per candidate"
|
||||||
|
msgstr "Nein pro Kandidat"
|
||||||
|
|
||||||
msgid "No personal note"
|
msgid "No personal note"
|
||||||
msgstr "Keine persönliche Notiz"
|
msgstr "Keine persönliche Notiz"
|
||||||
|
|
||||||
@ -2777,6 +2783,9 @@ msgstr ""
|
|||||||
msgid "The list of speakers is closed."
|
msgid "The list of speakers is closed."
|
||||||
msgstr "Die Redeliste ist geschlossen."
|
msgstr "Die Redeliste ist geschlossen."
|
||||||
|
|
||||||
|
msgid "The list of speakers is open."
|
||||||
|
msgstr "Die Redeliste ist geöffnet."
|
||||||
|
|
||||||
msgid "The live conference is already running in your OpenSlides session."
|
msgid "The live conference is already running in your OpenSlides session."
|
||||||
msgstr "Die Livekonferenz läuft bereits in Ihrer OpenSlides-Sitzung."
|
msgstr "Die Livekonferenz läuft bereits in Ihrer OpenSlides-Sitzung."
|
||||||
|
|
||||||
|
@ -1182,10 +1182,13 @@ msgstr ""
|
|||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "General Abstain"
|
msgid "General abstain"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "General No"
|
msgid "General approval"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "General rejection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Generate new passwords"
|
msgid "Generate new passwords"
|
||||||
@ -1736,6 +1739,9 @@ msgstr ""
|
|||||||
msgid "No motion block set"
|
msgid "No motion block set"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "No per candidate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "No personal note"
|
msgid "No personal note"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2675,6 +2681,9 @@ msgstr ""
|
|||||||
msgid "The list of speakers is closed."
|
msgid "The list of speakers is closed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "The list of speakers is open."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "The live conference is already running in your OpenSlides session."
|
msgid "The live conference is already running in your OpenSlides session."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user