New translations client.en.yml (German)
Dieser Commit ist enthalten in:
Ursprung
f1529294dd
Commit
f9b0895b9e
1 geänderte Dateien mit 60 neuen und 71 gelöschten Zeilen
|
@ -2,6 +2,66 @@ de:
|
|||
js:
|
||||
wizard:
|
||||
complete_custom: "Complete the {{name}}"
|
||||
completed: "You have completed this wizard."
|
||||
not_permitted: "You are not permitted to access this wizard."
|
||||
none: "There is no wizard here."
|
||||
return_to_site: "Return to {{siteName}}"
|
||||
requires_login: "You need to be logged in to access this wizard."
|
||||
reset: "Reset this wizard."
|
||||
step_not_permitted: "You're not permitted to view this step."
|
||||
incomplete_submission:
|
||||
title: "Continue editing your draft submission from %{date}?"
|
||||
resume: "Continue"
|
||||
restart: "Start over"
|
||||
x_characters:
|
||||
one: "%{count} Character"
|
||||
other: "%{count} Characters"
|
||||
quit: "Maybe Later"
|
||||
done_custom: "Done"
|
||||
wizard_composer:
|
||||
show_preview: "Preview Post"
|
||||
hide_preview: "Edit Post"
|
||||
quote_post_title: "Quote whole post"
|
||||
bold_label: "B"
|
||||
bold_title: "Strong"
|
||||
bold_text: "strong text"
|
||||
italic_label: "I"
|
||||
italic_title: "Emphasis"
|
||||
italic_text: "emphasized text"
|
||||
link_title: "Hyperlink"
|
||||
link_description: "enter link description here"
|
||||
link_dialog_title: "Insert Hyperlink"
|
||||
link_optional_text: "optional title"
|
||||
link_url_placeholder: "http://example.com"
|
||||
quote_title: "Blockquote"
|
||||
quote_text: "Blockquote"
|
||||
blockquote_text: "Blockquote"
|
||||
code_title: "Preformatted text"
|
||||
code_text: "indent preformatted text by 4 spaces"
|
||||
paste_code_text: "type or paste code here"
|
||||
upload_title: "Upload"
|
||||
upload_description: "enter upload description here"
|
||||
olist_title: "Numbered List"
|
||||
ulist_title: "Bulleted List"
|
||||
list_item: "List item"
|
||||
toggle_direction: "Toggle Direction"
|
||||
help: "Markdown Editing Help"
|
||||
collapse: "minimize the composer panel"
|
||||
abandon: "close composer and discard draft"
|
||||
modal_ok: "OK"
|
||||
modal_cancel: "Cancel"
|
||||
cant_send_pm: "Sorry, you can't send a message to %{username}."
|
||||
yourself_confirm:
|
||||
title: "Did you forget to add recipients?"
|
||||
body: "Right now this message is only being sent to yourself!"
|
||||
realtime_validations:
|
||||
similar_topics:
|
||||
insufficient_characters: "Type a minimum 5 characters to start looking for similar topics"
|
||||
insufficient_characters_categories: "Type a minimum 5 characters to start looking for similar topics in %{catLinks}"
|
||||
results: "Your topic is similar to..."
|
||||
no_results: "No similar topics."
|
||||
loading: "Looking for similar topics..."
|
||||
show: "show"
|
||||
admin_js:
|
||||
admin:
|
||||
wizard:
|
||||
|
@ -459,74 +519,3 @@ de:
|
|||
countrycode: "Please select a country."
|
||||
coordinates: "Please complete the set of coordinates."
|
||||
geo_location: "Search and select a result."
|
||||
select_kit:
|
||||
default_header_text: Select...
|
||||
no_content: Keine Treffer gefunden
|
||||
filter_placeholder: Suchen...
|
||||
filter_placeholder_with_any: Suche oder Erstelle...
|
||||
create: "Erstelle: '{{content}}'"
|
||||
max_content_reached:
|
||||
one: "Du kannst nur {{count}} Element auswählen."
|
||||
other: "Du kannst nur {{count}} Elemente auswählen."
|
||||
min_content_not_reached:
|
||||
one: "Wähle mindestens {{count}} Element."
|
||||
other: "Wähle mindestens {{count}} Elemente."
|
||||
wizard:
|
||||
completed: "Du hast diesen Wizard abgeschlossen."
|
||||
not_permitted: "Du bist nicht berechtigt, auf diesen Wizard zuzugreifen."
|
||||
none: "Es gibt hier keinen Wizard."
|
||||
return_to_site: "Zurück zu {{siteName}}"
|
||||
requires_login: "Du musst eingeloggt sein, um auf diesen Wizard zuzugreifen."
|
||||
reset: "Diesen Wizard zurücksetzen."
|
||||
step_not_permitted: "Du bist nicht berechtigt, diesen Schritt anzusehen."
|
||||
incomplete_submission:
|
||||
title: "Mit dem gespeicherten Entwurf vom %{date} fortsetzen?"
|
||||
resume: "Weiter"
|
||||
restart: "Neu beginnen"
|
||||
x_characters:
|
||||
one: "%{count} Zeichen"
|
||||
other: "%{count} Zeichen"
|
||||
wizard_composer:
|
||||
show_preview: "Beitrags-Vorschau"
|
||||
hide_preview: "Beitrag bearbeiten"
|
||||
quote_post_title: "Gesamten Beitrag zitieren"
|
||||
bold_label: "F"
|
||||
bold_title: "Fett"
|
||||
bold_text: "fett gedruckter Text"
|
||||
italic_label: "K"
|
||||
italic_title: "Betonung"
|
||||
italic_text: "betonter Text"
|
||||
link_title: "Link"
|
||||
link_description: "hier Linkbeschreibung eingeben"
|
||||
link_dialog_title: "Link einfügen"
|
||||
link_optional_text: "optionaler Titel"
|
||||
link_url_placeholder: "http://beispiel.com"
|
||||
quote_title: "Blockzitat"
|
||||
quote_text: "Blockzitat"
|
||||
blockquote_text: "Blockzitat"
|
||||
code_title: "Vorformatierter Text"
|
||||
code_text: "vorformatierten Text mit 4 Leerzeichen einrücken"
|
||||
paste_code_text: "tippe oder füge den Code hier ein"
|
||||
upload_title: "Hochladen"
|
||||
upload_description: "gib hier eine Beschreibung des Uploads ein"
|
||||
olist_title: "Nummerierte Liste"
|
||||
ulist_title: "Aufzählung"
|
||||
list_item: "Listenelement"
|
||||
toggle_direction: "Schreibrichtung wechseln"
|
||||
help: "Markdown Hilfe"
|
||||
collapse: "den Editor minimieren"
|
||||
abandon: "Editor schließen und Entwurf verwerfen"
|
||||
modal_ok: "OK"
|
||||
modal_cancel: "Abbrechen"
|
||||
cant_send_pm: "Sorry, Du kannst keine Nachricht an %{username} senden."
|
||||
yourself_confirm:
|
||||
title: "Hast du vergessen, Empfänger hinzuzufügen?"
|
||||
body: "Aktuell wird diese Nachricht nur an dich selber versendet!"
|
||||
realtime_validations:
|
||||
similar_topics:
|
||||
insufficient_characters: "Gib mindestens 5 Zeichen ein, um nach ähnlichen Themen zu suchen"
|
||||
insufficient_characters_categories: "Gib mindestens 5 Zeichen ein, um in %{catLinks} nach ähnlichen Themen zu suchen"
|
||||
results: "Dein Thema hat Ähnlichkeit mit..."
|
||||
no_results: "Keine ähnlichen Themen."
|
||||
loading: "Suche nach ähnlichen Themen..."
|
||||
show: "zeigen"
|
||||
|
|
Laden …
In neuem Issue referenzieren