Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: adjust polish texts #874

Merged
merged 1 commit into from
Aug 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/config/texts.js
Original file line number Diff line number Diff line change
Expand Up @@ -898,16 +898,16 @@ export const texts = {
},
commentSubmissionAlert: {
de: 'Ihr Kommentar wird nun redaktionell geprüft und schnellstmöglich veröffentlicht.',
pl: 'Twój komentarz zostanie teraz sprawdzony redakcyjnie i opublikowany tak szybko, jak to możliwe.'
pl: 'Twój komentarz zostanie teraz zweryfikowany przez redakcję i opublikowany tak szybko, jak to możliwe.'
},
commentSubmissionAlertTitle: 'Ihr Kommentar wird nun redaktionell geprüft',
dateEnd: {
de: 'Abschluss der Umfrage:',
pl: 'Wypełnienie ankiety:'
pl: 'Zakończenie ankiety:'
},
dateStart: {
de: 'Start der Umfrage:',
pl: 'Rozpocznij ankietę:'
pl: 'Rozpoczęcie ankiety:'
},
errors: {
submissionBody:
Expand All @@ -920,7 +920,7 @@ export const texts = {
},
multiSelectPossible: {
de: 'Mehrfachantwort möglich.',
pl: 'Możliwych jest wiele odpowiedzi.'
pl: 'Wybór wielokrotnych odpowiedzi jest możliwy.'
},
result: {
de: 'Ergebnis',
Expand Down