summaryrefslogtreecommitdiffstats
path: root/ui/src/translations/de.ts
blob: 543d74dc710e94b950edd466202b7bb1c5eda0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
export const de = {
  translation: {
    post: 'post',
    remove_post: 'Remove Post',
    no_posts: 'No Posts.',
    create_a_post: 'Create a post',
    create_post: 'Create Post',
    number_of_posts:'{{count}} Posts',
    posts: 'Posts',
    related_posts: 'These posts might be related',
    comments: 'Comments',
    number_of_comments:'{{count}} Comments',
    remove_comment: 'Remove Comment',
    communities: 'Communities',
    create_a_community: 'Create a community',
    create_community: 'Create Community',
    remove_community: 'Remove Community',
    subscribed_to_communities:'Subscribed to <1>communities</1>',
    trending_communities:'Trending <1>communities</1>',
    list_of_communities: 'List of communities',
    community_reqs: 'lowercase, underscores, and no spaces.',
    edit: 'edit',
    reply: 'reply',
    cancel: 'Cancel',
    unlock: 'unlock',
    lock: 'lock',
    link: 'link',
    mod: 'mod',
    mods: 'mods',
    moderates: 'Moderates',
    remove_as_mod: 'remove as mod',
    appoint_as_mod: 'appoint as mod',
    modlog: 'Modlog',
    admin: 'admin',
    admins: 'admins',
    remove_as_admin: 'remove as admin',
    appoint_as_admin: 'appoint as admin',
    remove: 'remove',
    removed: 'removed',
    locked: 'locked',
    reason: 'Reason',
    mark_as_read: 'mark as read',
    mark_as_unread: 'mark as unread',
    delete: 'delete',
    deleted: 'deleted',
    restore: 'restore',
    ban: 'ban',
    ban_from_site: 'ban from site',
    unban: 'unban',
    unban_from_site: 'unban from site',
    save: 'save',
    unsave: 'unsave',
    create: 'create',
    username: 'Username',
    email_or_username: 'Email or Username',
    number_of_users:'{{count}} Users',
    number_of_subscribers:'{{count}} Subscribers',
    number_of_points:'{{count}} Points',
    name: 'Name',
    title: 'Title',
    category: 'Category',
    subscribers: 'Subscribers',
    both: 'Both',
    saved: 'Saved',
    unsubscribe: 'Unsubscribe',
    subscribe: 'Subscribe',
    prev: 'Prev',
    next: 'Next',
    sidebar: 'Sidebar',
    sort_type: 'Sort type',
    hot: 'Hot',
    new: 'New',
    top_day: 'Top day',
    week: 'Week',
    month: 'Month',
    year: 'Year',
    all: 'All',
    top: 'Top',
    api: 'API',
    inbox: 'Inbox',
    inbox_for: 'Inbox for <1>{{user}}</1>',
    mark_all_as_read: 'mark all as read',
    type: 'Type',
    unread: 'Unread',
    reply_sent: 'Reply sent',
    search: 'Search',
    overview: 'Overview',
    view: 'View',
    logout: 'Logout',
    login_sign_up: 'Login / Sign up',
    notifications_error: 'Desktop notifications not available in your browser. Try Firefox or Chrome.',
    unread_messages: 'Unread Messages',
    password: 'Password',
    verify_password: 'Verify Password',
    login: 'Login',
    sign_up: 'Sign Up',
    email: 'Email',
    optional: 'Optional',
    url: 'URL',
    body: 'Body',
    copy_suggested_title: 'copy suggested title: {{title}}',
    community: 'Community',
    expand_here: 'Expand here',
    subscribe_to_communities: 'Subscribe to some <1>communities</1>.',
    chat: 'Chat',
    no_results: 'No results.',
    setup: 'Setup',
    lemmy_instance_setup: 'Lemmy Instance Setup',
    setup_admin: 'Set Up Site Administrator',
    your_site: 'your site',
    modified: 'modified',
    sponsors: 'Sponsors',
    sponsors_of_lemmy: 'Sponsors of Lemmy',
    sponsor_message: 'Lemmy is free, <1>open-source</1> software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project. Thank you to the following people:',
    support_on_patreon: 'Support on Patreon',
    general_sponsors:'General Sponsors are those that pledged $10 to $39 to Lemmy.',
    bitcoin: 'Bitcoin',
    ethereum: 'Ethereum',
    code: 'Code',
    powered_by: 'Powered by',
    landing_0: 'GERMAN Lemmy is a <1>link aggregator</1> / reddit alternative, intended to work in the <2>fediverse</2>.<3></3>Its self-hostable, has live-updating comment threads, and is tiny (<4>~80kB</4>). Federation into the ActivityPub network is on the roadmap. <5></5>This is a <6>very early beta version</6>, and a lot of features are currently broken or missing. <7></7>Suggest new features or report bugs <8>here.</8><9></9>Made with <10>Rust</10>, <11>Actix</11>, <12>Inferno</12>, <13>Typescript</13>.',
  },
}