discourse-solved/config/locales/client.de.yml

28 lines
1.3 KiB
YAML
Raw Normal View History

2017-11-20 18:08:48 -05:00
# encoding: utf-8
#
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
#
# To work with us on translations, join this project:
# https://www.transifex.com/projects/p/discourse-org/
de:
js:
2017-12-12 11:17:05 -05:00
notifications:
alt:
solved:
accepted_notification: "akzeptiert"
solved:
2017-12-12 11:17:05 -05:00
title: "Gelöst"
allow_accepted_answers: "Erlaube dem Ersteller des Themas und Mitarbeitern eine Antwort als Lösung zu markieren"
accept_answer: "Diese Antwort löst das Problem"
has_accepted_answer: "Dieses Thema hat eine Lösung"
2017-12-12 11:17:05 -05:00
has_no_accepted_answer: "Dieses Thema hat keine Lösung"
unaccept_answer: "Diese Antwort löst das Problem doch nicht"
accepted_answer: "Lösung"
solution: "Lösung"
2017-12-12 11:17:05 -05:00
solution_summary:
one: "Lösung <i class='fa fa-check-square'></i>"
other: "Lösungen <i class='fa fa-check-square'></i>"
accepted_html: "<i class='fa-check-square fa accepted'></i> Gelöst <span class='by'>durch <a href data-user-card='{{username_lower}}'>{{username}}</a></span> in <a href='{{post_path}}'>Beitrag #{{post_number}}</a>"
accepted_notification: "<i title='Lösung akzeptiert' class='fa fa-check-square'></i><p><span>{{username}}</span> {{description}}</p>"