UNPKG

@waline/vercel

Version:

vercel server for waline comment system

20 lines (19 loc) 3.7 kB
{ "import data format not support!": "Dateiformat wird nicht unterstützt", "USER_EXIST": "Benutzer existiert bereits", "USER_NOT_EXIST": "Benutzer existiert nicht", "USER_REGISTERED": "Benutzer bereits registriert", "TOKEN_EXPIRED": "Token ist abgelaufen", "TWO_FACTOR_AUTH_ERROR_DETAIL": "Fehler bei der Zwei-Faktor-Authentifizierung", "[{{name | safe}}] Registration Confirm Mail": "【{{name | safe}}】 Registrierungsbestätigung", "Please click <a href=\"{{url}}\">{{url}}<a/> to confirm registration, the link is valid for 1 hour. If you are not registering, please ignore this email.": "Bitte klicken Sie auf <a href=\"{{url}}\">{{url}}</a>, um die Registrierung zu bestätigen. Der Link ist 1 Stunde gültig. Falls Sie sich nicht registriert haben, ignorieren Sie diese E-Mail.", "[{{name | safe}}] Reset Password": "【{{name | safe}}】 Passwort zurücksetzen", "Please click <a href=\"{{url}}\">{{url}}</a> to login and change your password as soon as possible!": "Bitte klicken Sie auf <a href=\"{{url}}\">{{url}}</a>, um sich anzumelden und Ihr Passwort so schnell wie möglich zu ändern!", "Duplicate Content": "Doppelter Inhalt gesendet", "Comment too fast": "Sie kommentieren zu schnell, bitte warten Sie einen Moment!", "Registration confirm mail send failed, please {%- if isAdmin -%}check your mail configuration{%- else -%}check your email address and contact administrator{%- endif -%}.": "Fehler beim Senden der Registrierungsbestätigung. Bitte {%- if isAdmin -%}überprüfen Sie Ihre Mail-Konfiguration{%- else -%}prüfen Sie Ihre E-Mail-Adresse und kontaktieren Sie den Administrator{%- endif -%}.", "MAIL_SUBJECT": "{{parent.nick | safe}},Sie haben eine Antwort auf ' {{site.name | safe}} ' erhalten", "MAIL_TEMPLATE": "<div style='border-top:2px solid #12ADDB;box-shadow:0 1px 3px #AAAAAA;line-height:180%;padding:0 15px 12px;margin:50px auto;font-size:12px;'> <h2 style='border-bottom:1px solid #DDD;font-size:14px;font-weight:normal;padding:13px 0 10px 8px;'> Ihr Kommentar auf <a style='text-decoration:none;color: #12ADDB;' href='{{site.url}}' target='_blank'>{{site.name}}</a> hat eine neue Antwort </h2>{{parent.nick}}, Sie haben kommentiert: <div style='padding:0 12px 0 12px;margin-top:18px'> <div style='background-color: #f5f5f5;padding: 10px 15px;margin:18px 0;word-wrap:break-word;'>{{parent.comment | safe}}</div><p><strong>{{self.nick}}</strong> hat geantwortet:</p><div style='background-color: #f5f5f5;padding: 10px 15px;margin:18px 0;word-wrap:break-word;'>{{self.comment | safe}}</div><p>Sie können die vollständige Antwort ansehen unter <a style='text-decoration:none; color:#12addb' href='{{site.postUrl}}' target='_blank'>hier</a> und besuchen Sie erneut <a style='text-decoration:none; color:#12addb' href='{{site.url}}' target='_blank'>{{site.name}}</a>.</p><br/> </div></div>", "MAIL_SUBJECT_ADMIN": "Neue Kommentare auf {{site.name | safe}}", "MAIL_TEMPLATE_ADMIN": "<div style='border-top:2px solid #12ADDB;box-shadow:0 1px 3px #AAAAAA;line-height:180%;padding:0 15px 12px;margin:50px auto;font-size:12px;'> <h2 style='border-bottom:1px solid #DDD;font-size:14px;font-weight:normal;padding:13px 0 10px 8px;'> Ihr Artikel auf <a style='text-decoration:none;color: #12ADDB;' href='{{site.url}}' target='_blank'>{{site.name}}</a> hat neue Kommentare </h2> <p><strong>{{self.nick}}</strong> hat geantwortet:</p><div style='background-color: #f5f5f5;padding: 10px 15px;margin:18px 0;word-wrap:break-word;'>{{self.comment | safe}}</div><p>Sie können die Antwort vollständig ansehen unter <a style='text-decoration:none; color:#12addb' href='{{site.postUrl}}' target='_blank'>hier</a></p><br/> </div>" }