The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

55 lines
2.4 KiB

  1. const en = {
  2. "column_back_button.label": "Zurück",
  3. "lightbox.close": "Schließen",
  4. "loading_indicator.label": "Lade...",
  5. "status.mention": "Erwähnen",
  6. "status.delete": "Löschen",
  7. "status.reply": "Antworten",
  8. "status.reblog": "Teilen",
  9. "status.favourite": "Favorisieren",
  10. "status.reblogged_by": "{name} teilte",
  11. "video_player.toggle_sound": "Ton umschalten",
  12. "account.mention": "Erwähnen",
  13. "account.edit_profile": "Profil bearbeiten",
  14. "account.unblock": "Entblocken",
  15. "account.unfollow": "Entfolgen",
  16. "account.block": "Blocken",
  17. "account.follow": "Folgen",
  18. "account.posts": "Beiträge",
  19. "account.follows": "Folgt",
  20. "account.followers": "Folger",
  21. "account.follows_you": "Folgt dir",
  22. "getting_started.heading": "Erste Schritte",
  23. "getting_started.about_addressing": "Du kannst Leuten folgen, falls du ihren Nutzernamen und ihre Domain kennst, in dem du eine e-mail-artige Addresse in das Suchfeld oben an der Seite eingibst.",
  24. "getting_started.about_shortcuts": "Falls der Zielnutzer an derselben Domain ist wie du, funktioniert der Nutzername auch alleine. Das gilt auch für Erwähnungen in Beiträgen.",
  25. "getting_started.about_developer": "Der Entwickler des Projekts kann unter Gargron@mastodon.social gefunden werden",
  26. "column.home": "Home",
  27. "column.mentions": "Erwähnungen",
  28. "column.public": "Gesamtes Bekanntes Netz",
  29. "column.notifications": "Mitteilungen",
  30. "tabs_bar.compose": "Schreiben",
  31. "tabs_bar.home": "Home",
  32. "tabs_bar.mentions": "Erwähnungen",
  33. "tabs_bar.public": "Gesamtes Netz",
  34. "tabs_bar.notifications": "Mitteilungen",
  35. "compose_form.placeholder": "Worüber möchstest du schreiben?",
  36. "compose_form.publish": "Veröffentlichen",
  37. "compose_form.sensitive": "Medien als sensitiv markieren",
  38. "compose_form.unlisted": "Öffentlich nicht auflisten",
  39. "navigation_bar.settings": "Einstellungen",
  40. "navigation_bar.public_timeline": "Öffentlich",
  41. "navigation_bar.logout": "Abmelden",
  42. "reply_indicator.cancel": "Abbrechen",
  43. "search.placeholder": "Suche",
  44. "search.account": "Konto",
  45. "search.hashtag": "Hashtag",
  46. "upload_button.label": "Media-Datei anfügen",
  47. "upload_form.undo": "Entfernen",
  48. "notification.follow": "{name} folgt dir",
  49. "notification.favourite": "{name} favorisierte deinen Status",
  50. "notification.reblog": "{name} teilte deinen Status",
  51. "notification.mention": "{name} erwähnte dich"
  52. };
  53. export default en;