mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Fix a gramma error and translate two additional strings
This commit is contained in:
parent
3e740278bd
commit
8e0aeb4ad5
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
app_desc = Ein einfacher, selbst gehostetes Git-Service, geschrieben in Go.
|
app_desc = Ein einfacher, selbst gehosteter Git-Service, geschrieben in Go.
|
||||||
|
|
||||||
home = Home
|
home = Home
|
||||||
dashboard = Dashboard
|
dashboard = Dashboard
|
||||||
|
@ -60,7 +60,7 @@ sign_up_now = Du willst ein Konto? Jetzt registrieren!
|
||||||
confirmation_mail_sent_prompt = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete your registration.
|
confirmation_mail_sent_prompt = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete your registration.
|
||||||
sign_in_email = Melden dich mit deiner E-Mail-Adresse an
|
sign_in_email = Melden dich mit deiner E-Mail-Adresse an
|
||||||
active_your_account = Aktivieren dein Konto
|
active_your_account = Aktivieren dein Konto
|
||||||
resent_limit_prompt = Sorry, you are sending an activation e-mail too frequently. Please wait 3 minutes.
|
resent_limit_prompt = Entschuldigung, du versuchst die Bestätigungs E-Mail zu häufig zu versenden. Bitte warte 3 Minuten.
|
||||||
has_unconfirmed_mail = Hi %s, you have an unconfirmed email address(<b>%s</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below.
|
has_unconfirmed_mail = Hi %s, you have an unconfirmed email address(<b>%s</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below.
|
||||||
resend_mail = Klicke hier, um deine Aktivierungs-E-Mail nochmal zu senden
|
resend_mail = Klicke hier, um deine Aktivierungs-E-Mail nochmal zu senden
|
||||||
email_not_associate = Diese E-Mail-Adresse ist mit keinen Konto verknüpft.
|
email_not_associate = Diese E-Mail-Adresse ist mit keinen Konto verknüpft.
|
||||||
|
@ -127,7 +127,7 @@ orgs = Organisationen
|
||||||
delete = Konto löschen
|
delete = Konto löschen
|
||||||
|
|
||||||
public_profile = Öffentliches Profil
|
public_profile = Öffentliches Profil
|
||||||
profile_desc = Your Email address is public and will be used for any account related notifications, and any web based operations made via the site.
|
profile_desc = Deine E-Mail Adresse ist öffentlich und wird für alle Meldungen im zusammenhang mit dem Benutzerkonto und für alle Operationen, die über die Weboberfläche gestartet werden, verwendet.
|
||||||
full_name = Vollständiger Name
|
full_name = Vollständiger Name
|
||||||
website = Webseite
|
website = Webseite
|
||||||
location = Standort
|
location = Standort
|
||||||
|
|
Loading…
Reference in a new issue