-
Notifications
You must be signed in to change notification settings - Fork 2
/
de.yml
145 lines (144 loc) · 4.97 KB
/
de.yml
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
# I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# The following keys must be escaped otherwise they will not be retrieved by
# the default I18n backend:
#
# true, false, on, off, yes, no
#
# Instead, surround them with single quotes.
#
# en:
# 'true': 'foo'
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.
de:
activemodel:
attributes:
organization:
delete_admin_logs: Löschen von Admin-Protokollen zulassen
delete_admin_logs_after: Admin-Protokolle löschen nach (Tage, standardmässig 365)
delete_inactive_users: Inaktive Teilnehmende löschen
delete_inactive_users_after: Inaktive Teilnehmende löschen nach (Tage, standardmässig 390)
delete_inactive_users_email_after: E-Mail zur bevorstehenden Konto-Löschung versenden nach Inaktivität von (Tagen, standardmässig 365)
errors:
internal_server_error:
try_later: Bitte versuchen Sie es später nochmal.
not_found:
content_doesnt_exist: Diese Seite wurde leider nicht gefunden. Wir bitten um Verständnis.
title: Ups!
models:
user:
attributes:
textcaptcha_answer:
expired: Sie haben zu lange gebraucht, um die Frage zu beantworten. Bitte versuchen Sie es erneut.
incorrect: Die Antwort ist leider nicht korrekt, bitte versuchen Sie es erneut.
decidim:
admin:
menu:
clean: Datenbereinigung
cleaner:
admin:
organization_cleaner:
edit:
update: Aktualisieren
form:
admin_log_cleaner_title: Admin-Log
inactive_users_cleaner_title: Inaktive Teilnehmende
inactive_users_mailer:
warning_deletion:
body_1: Sie sind seit %{Tagen} Tagen bei <a href="%{Organisation_url}"> %{Organisation_name} </a> inaktiv.
body_2: Infolgedessen wurde Ihr Konto gelöscht.
greetings: Freundliche Grüsse,<br/>%{organization_name}<br/><a href="%{organization_url}">%{organization_url}</a>
hello: Guten Tag
subject: Ihr Konto wurde gelöscht.
warning_inactive:
body_1: Sie sind seit %{Tagen} Tagen bei %{Organisation_name} inaktiv.
body_2: <a href="%{organization_url}">Wenn Sie sich nicht innerhalb %{remaining_days} Tagen anmelden </a>, wird ihr Konto gelöscht.
greetings: Freundliche Grüsse,<br/>%{organization_name}<br/><a href="%{organization_url}">%{organization_url}</a>
hello: Guten Tag
subject: Ihr Konto ist inaktiv
components:
cleaner:
name: Bereinigung
content_blocks:
last_blog_posts:
name: Aktuellste Blog-Einträge
title: Aktuellste Blog-Einträge
view_all: Alle anzeigen
html2:
name: HTML-Block 2
html3:
name: HTML-Block 3
html4:
name: HTML-Block 4
devise:
registrations:
new:
captcha_legend: Sicherheitsfrage
captcha_instructions: Bitte beantworten Sie die folgende Sicherheitsfrage (Spamschutz).
textcaptcha_answer: Antwort
participatory_processes:
index:
participatory_process_group:
more_info: Mehr anzeigen
system:
models:
organization:
fields:
tenant_type: special features
organizations:
tenant_type:
none: None
omniauth_settings:
oidc:
issuer: Issuer URL (e.g. https://login.integ.stadt-zuerich.ch:443/login/op)
client_id: Client ID
client_secret: Client secret
redirect_url: Redirect URL (e.g. https://my.decidim.domain/users/auth/oidc/callback)
decidim_zuerich:
devise:
# mitwirken: null
# meinquartier: null
maps:
gis_zh:
basiskarte_schraeg: Stadt Zürich Basiskarte
orthofoto: Stadt Zürich Luftbild
participatory_processes:
participatory_process_helper:
step_dates:
no_dates: Kein Datum angegeben
surveys:
survey_answered_mailer:
answered:
answered_survey: Jemand hat an der Umfrage "%{survey_name}" teilgenommen.
subject: Neue Antwort zur Umfrage "%{survey_name}"
view: Zur Umfrage
verifications:
sms:
aspsms_gateway:
sms_text: '%{code} ist Ihr Zugangscode auf %{organization}'
sms_originator_max_11_alphabetic_characters: DECIDIM
reply_to: [email protected]
devise:
shared:
links:
sign_in_with_provider: Mit "Mein Konto" anmelden
hello: "Hello world"
...