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

Update de.js #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions widget/lang/de.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
window.CUSDIS_LOCALE= {
powered_by: 'Kommentare powered by Cusdis',
post_comment: 'Kommentare',
post_comment: 'Abschicken',
loading: 'Lädt',

// comment
email: 'Email (optional)',
nickname: 'Spitzname',
reply_placeholder: 'Antworten...',
reply_btn: 'Antworten',
email: 'E-Mail (optional)',
nickname: 'Vorname',
reply_placeholder: 'Dein Kommentar...',
reply_btn: 'antworten',
sending: 'senden...',

// reply
mod_badge: 'MOD',
content_is_required: 'Inhalt ist erforderlich',
nickname_is_required: 'Spitzname ist erforderlich',
nickname_is_required: 'Name ist erforderlich',

comment_has_been_sent:
'Ihr Kommentar wurde abgeschickt. Bitte warten Sie auf die Bestätigung.',
'Dein Kommentar wurde abgeschickt. Bitte warte auf die Bestätigung.',
}