airesis_i18n 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/config/i18n-tasks.yml +133 -0
- data/config/locales/activerecord.bs-BA.yml +138 -0
- data/config/locales/activerecord.de-DE.yml +139 -0
- data/config/locales/activerecord.el-GR.yml +137 -0
- data/config/locales/activerecord.en-US.yml +157 -0
- data/config/locales/activerecord.en.yml +160 -0
- data/config/locales/activerecord.es-AR.yml +139 -0
- data/config/locales/activerecord.es-CL.yml +140 -0
- data/config/locales/activerecord.es-EC.yml +156 -0
- data/config/locales/activerecord.es-ES.yml +158 -0
- data/config/locales/activerecord.fr-FR.yml +140 -0
- data/config/locales/activerecord.hu-HU.yml +137 -0
- data/config/locales/activerecord.id-ID.yml +138 -0
- data/config/locales/activerecord.it-IT.yml +161 -0
- data/config/locales/activerecord.me-ME.yml +138 -0
- data/config/locales/activerecord.pt-BR.yml +113 -0
- data/config/locales/activerecord.pt-PT.yml +139 -0
- data/config/locales/activerecord.ro-RO.yml +121 -0
- data/config/locales/activerecord.ru-RU.yml +138 -0
- data/config/locales/activerecord.sh-HR.yml +44 -0
- data/config/locales/activerecord.sr-CS.yml +150 -0
- data/config/locales/activerecord.sr-SP.yml +153 -0
- data/config/locales/activerecord.zh-TW.yml +132 -0
- data/config/locales/bo-BT.yml +1432 -0
- data/config/locales/bs-BA.yml +245 -0
- data/config/locales/contents.bs-BA.yml +85 -0
- data/config/locales/contents.de-DE.yml +140 -0
- data/config/locales/contents.el-GR.yml +438 -0
- data/config/locales/contents.en.yml +444 -0
- data/config/locales/contents.es-AR.yml +209 -0
- data/config/locales/contents.es-CL.yml +251 -0
- data/config/locales/contents.es-ES.yml +30 -0
- data/config/locales/contents.fr-FR.yml +147 -0
- data/config/locales/contents.hu-HU.yml +405 -0
- data/config/locales/contents.id-ID.yml +399 -0
- data/config/locales/contents.it-IT.yml +494 -0
- data/config/locales/contents.me-ME.yml +418 -0
- data/config/locales/contents.pt-PT.yml +140 -0
- data/config/locales/contents.ro-RO.yml +166 -0
- data/config/locales/contents.ru-RU.yml +336 -0
- data/config/locales/contents.sr-CS.yml +421 -0
- data/config/locales/contents.sr-SP.yml +411 -0
- data/config/locales/database.bs-BA.yml +284 -0
- data/config/locales/database.de-DE.yml +224 -0
- data/config/locales/database.el-GR.yml +257 -0
- data/config/locales/database.en.yml +355 -0
- data/config/locales/database.es-AR.yml +257 -0
- data/config/locales/database.es-CL.yml +284 -0
- data/config/locales/database.es-EC.yml +195 -0
- data/config/locales/database.es-ES.yml +186 -0
- data/config/locales/database.fr-FR.yml +285 -0
- data/config/locales/database.hu-HU.yml +257 -0
- data/config/locales/database.id-ID.yml +284 -0
- data/config/locales/database.it-IT.yml +355 -0
- data/config/locales/database.me-ME.yml +284 -0
- data/config/locales/database.pt-BR.yml +224 -0
- data/config/locales/database.pt-PT.yml +257 -0
- data/config/locales/database.ro-RO.yml +195 -0
- data/config/locales/database.ru-RU.yml +284 -0
- data/config/locales/database.sh-HR.yml +90 -0
- data/config/locales/database.sr-CS.yml +338 -0
- data/config/locales/database.sr-SP.yml +307 -0
- data/config/locales/database.zh-TW.yml +226 -0
- data/config/locales/dates.bs-BA.yml +175 -0
- data/config/locales/dates.de-DE.yml +158 -0
- data/config/locales/dates.el-GR.yml +159 -0
- data/config/locales/dates.en-US.yml +72 -0
- data/config/locales/dates.en.yml +168 -0
- data/config/locales/dates.es-AR.yml +137 -0
- data/config/locales/dates.es-CL.yml +132 -0
- data/config/locales/dates.es-EC.yml +94 -0
- data/config/locales/dates.es-ES.yml +154 -0
- data/config/locales/dates.fr-FR.yml +165 -0
- data/config/locales/dates.hu-HU.yml +104 -0
- data/config/locales/dates.id-ID.yml +141 -0
- data/config/locales/dates.it-IT.yml +163 -0
- data/config/locales/dates.me-ME.yml +175 -0
- data/config/locales/dates.pt-BR.yml +58 -0
- data/config/locales/dates.pt-PT.yml +150 -0
- data/config/locales/dates.ro-RO.yml +45 -0
- data/config/locales/dates.ru-RU.yml +164 -0
- data/config/locales/dates.sh-HR.yml +193 -0
- data/config/locales/dates.sr-CS.yml +177 -0
- data/config/locales/dates.sr-SP.yml +178 -0
- data/config/locales/dates.zh-TW.yml +71 -0
- data/config/locales/de-DE.yml +1164 -0
- data/config/locales/devise.bs-BA.yml +39 -0
- data/config/locales/devise.de-DE.yml +58 -0
- data/config/locales/devise.el-GR.yml +77 -0
- data/config/locales/devise.en.yml +82 -0
- data/config/locales/devise.es-AR.yml +77 -0
- data/config/locales/devise.es-CL.yml +80 -0
- data/config/locales/devise.es-EC.yml +58 -0
- data/config/locales/devise.es-ES.yml +58 -0
- data/config/locales/devise.fr-FR.yml +82 -0
- data/config/locales/devise.hu-HU.yml +77 -0
- data/config/locales/devise.id-ID.yml +80 -0
- data/config/locales/devise.it-IT.yml +84 -0
- data/config/locales/devise.me-ME.yml +80 -0
- data/config/locales/devise.pt-BR.yml +58 -0
- data/config/locales/devise.pt-PT.yml +77 -0
- data/config/locales/devise.ro-RO.yml +58 -0
- data/config/locales/devise.ru-RU.yml +80 -0
- data/config/locales/devise.sh-HR.yml +45 -0
- data/config/locales/devise.sr-CS.yml +81 -0
- data/config/locales/devise.sr-SP.yml +82 -0
- data/config/locales/devise.zh-TW.yml +58 -0
- data/config/locales/el-GR.yml +1375 -0
- data/config/locales/en-US.yml +1416 -0
- data/config/locales/en.yml +1479 -0
- data/config/locales/es-AR.yml +1356 -0
- data/config/locales/es-CL.yml +1416 -0
- data/config/locales/es-EC.yml +895 -0
- data/config/locales/es-ES.yml +999 -0
- data/config/locales/fr-FR.yml +1309 -0
- data/config/locales/frm.bs-BA.yml +197 -0
- data/config/locales/frm.de.yml +195 -0
- data/config/locales/frm.el-GR.yml +234 -0
- data/config/locales/frm.en.yml +250 -0
- data/config/locales/frm.es-AR.yml +234 -0
- data/config/locales/frm.es-CL.yml +239 -0
- data/config/locales/frm.es-ES.yml +173 -0
- data/config/locales/frm.fr-FR.yml +239 -0
- data/config/locales/frm.hu-HU.yml +212 -0
- data/config/locales/frm.id-ID.yml +236 -0
- data/config/locales/frm.it-IT.yml +244 -0
- data/config/locales/frm.me-ME.yml +242 -0
- data/config/locales/frm.pt-BR.yml +195 -0
- data/config/locales/frm.pt-PT.yml +212 -0
- data/config/locales/frm.ru-RU.yml +242 -0
- data/config/locales/frm.sh-HR.yml +245 -0
- data/config/locales/frm.sr-CS.yml +243 -0
- data/config/locales/frm.sr-SP.yml +242 -0
- data/config/locales/frm.zh-TW.yml +201 -0
- data/config/locales/hu-HU.yml +1369 -0
- data/config/locales/id-ID.yml +1417 -0
- data/config/locales/it-IT.yml +1495 -0
- data/config/locales/me-ME.yml +1432 -0
- data/config/locales/proposal_types.bs-BA.yml +132 -0
- data/config/locales/proposal_types.de-DE.yml +99 -0
- data/config/locales/proposal_types.el-GR.yml +196 -0
- data/config/locales/proposal_types.en-US.yml +121 -0
- data/config/locales/proposal_types.en.yml +263 -0
- data/config/locales/proposal_types.es-AR.yml +197 -0
- data/config/locales/proposal_types.es-CL.yml +209 -0
- data/config/locales/proposal_types.es-EC.yml +1324 -0
- data/config/locales/proposal_types.es-ES.yml +92 -0
- data/config/locales/proposal_types.fr-FR.yml +263 -0
- data/config/locales/proposal_types.hu-HU.yml +214 -0
- data/config/locales/proposal_types.id-ID.yml +214 -0
- data/config/locales/proposal_types.it-IT.yml +246 -0
- data/config/locales/proposal_types.me-ME.yml +214 -0
- data/config/locales/proposal_types.pt-BR.yml +56 -0
- data/config/locales/proposal_types.pt-PT.yml +196 -0
- data/config/locales/proposal_types.ro-RO.yml +74 -0
- data/config/locales/proposal_types.ru-RU.yml +205 -0
- data/config/locales/proposal_types.sh-HR.yml +186 -0
- data/config/locales/proposal_types.sr-CS.yml +214 -0
- data/config/locales/proposal_types.sr-SP.yml +214 -0
- data/config/locales/proposal_types.zh-TW.yml +117 -0
- data/config/locales/pt-BR.yml +732 -0
- data/config/locales/pt-PT.yml +1314 -0
- data/config/locales/ro-RO.yml +886 -0
- data/config/locales/ru-RU.yml +1432 -0
- data/config/locales/sh-HR.yml +583 -0
- data/config/locales/sr-CS.yml +1445 -0
- data/config/locales/sr-SP.yml +1459 -0
- data/config/locales/tutorial.bs-BA.yml +9 -0
- data/config/locales/tutorial.de-DE.yml +9 -0
- data/config/locales/tutorial.el-GR.yml +62 -0
- data/config/locales/tutorial.en.yml +72 -0
- data/config/locales/tutorial.es-AR.yml +61 -0
- data/config/locales/tutorial.es-CL.yml +61 -0
- data/config/locales/tutorial.fr-FR.yml +61 -0
- data/config/locales/tutorial.hu-HU.yml +61 -0
- data/config/locales/tutorial.id-ID.yml +61 -0
- data/config/locales/tutorial.it-IT.yml +72 -0
- data/config/locales/tutorial.me-ME.yml +63 -0
- data/config/locales/tutorial.pt-BR.yml +28 -0
- data/config/locales/tutorial.pt-PT.yml +61 -0
- data/config/locales/tutorial.ru-RU.yml +61 -0
- data/config/locales/tutorial.sr-CS.yml +65 -0
- data/config/locales/tutorial.sr-SP.yml +63 -0
- data/config/locales/tutorial.zh-TW.yml +43 -0
- data/config/locales/volunteers.bs-BA.yml +33 -0
- data/config/locales/volunteers.el-GR.yml +104 -0
- data/config/locales/volunteers.es-AR.yml +71 -0
- data/config/locales/volunteers.es-CL.yml +67 -0
- data/config/locales/volunteers.fr-FR.yml +98 -0
- data/config/locales/volunteers.hu-HU.yml +88 -0
- data/config/locales/volunteers.id-ID.yml +108 -0
- data/config/locales/volunteers.it-IT.yml +162 -0
- data/config/locales/volunteers.me-ME.yml +106 -0
- data/config/locales/volunteers.pt-PT.yml +46 -0
- data/config/locales/volunteers.ru-RU.yml +109 -0
- data/config/locales/volunteers.sr-CS.yml +115 -0
- data/config/locales/volunteers.sr-SP.yml +115 -0
- data/config/locales/zh-TW.yml +891 -0
- metadata +340 -0
@@ -0,0 +1,245 @@
|
|
1
|
+
bs-BA:
|
2
|
+
test: Test
|
3
|
+
hello: Zdravo, svijete
|
4
|
+
pages:
|
5
|
+
top_panel:
|
6
|
+
login: Prijava ili registracija
|
7
|
+
openid_login: Prijava sa OpenID
|
8
|
+
find_groups: Pretraživanje grupa
|
9
|
+
parma_login: Prijava sa Parma
|
10
|
+
tecnologiedemocratiche_login: Prijava sa Tecnologie Democratiche
|
11
|
+
users:
|
12
|
+
show:
|
13
|
+
groups_title: Moje grupe
|
14
|
+
group_column: Grupa
|
15
|
+
role_column: Funkcija
|
16
|
+
get_out_of_group_confermation: Da li ste sigurni?
|
17
|
+
proposal_column: Prijedlog
|
18
|
+
votation_date_column: Datum
|
19
|
+
send_message_button: Pošaljite privatnu poruku
|
20
|
+
name_label: Ime
|
21
|
+
edit_image: Uređivanje slike
|
22
|
+
password_label: Lozinka
|
23
|
+
facebook_url_label: Facebook URL
|
24
|
+
googleplus_url_label: URL Google +
|
25
|
+
linkedin_url: LinkedIn URL
|
26
|
+
username_label: Korisničko ime
|
27
|
+
load_image: Učitati sliku
|
28
|
+
max_file_size: 'Maksimalna veličina: 2MB'
|
29
|
+
left_panel:
|
30
|
+
geographic_borders: Geografske granice
|
31
|
+
title: POSTAVKE I PREFERENCIJE
|
32
|
+
statistics: ""
|
33
|
+
privacy_preferences:
|
34
|
+
private_messages: Primati privatne poruke od drugih korisnika
|
35
|
+
join_facebook: Pridružite svoj Facebook nalog
|
36
|
+
options: Opcije
|
37
|
+
groups:
|
38
|
+
accept_requests:
|
39
|
+
portavoce: 'Administrator: kada korisnik želi da se pridruži grupi samo administrator grupe može prihvatiti zahtjev. Kada administrator prihvati zahtjev, korisnik zapravo postaje član grupe.'
|
40
|
+
unavailable_option: Opcija još nije dostupna
|
41
|
+
administration_panel:
|
42
|
+
info: Osnovne informacije
|
43
|
+
events: Događaji i susreti
|
44
|
+
proposals: Kvorum i prijedlozi
|
45
|
+
areas: Radno područje
|
46
|
+
forum: Administracija foruma
|
47
|
+
users: Upravljanje korisnicima
|
48
|
+
edit_permissions:
|
49
|
+
user_title: Korisnik
|
50
|
+
confirm_role_change4: Potvrdite?
|
51
|
+
index:
|
52
|
+
title: Sve grupe
|
53
|
+
create_group_button: Kreirajte novu grupu
|
54
|
+
find_button: Pretraživanje
|
55
|
+
show_more: Prikaz više grupa
|
56
|
+
search_mask: Alat za pretraživanje
|
57
|
+
search_with_place: ili geografske granice
|
58
|
+
insert_query_or_place: Morate unijeti barem tri znaka ili geografske granice
|
59
|
+
tags: Tagovi
|
60
|
+
proposals_number: Broj prijedloga
|
61
|
+
events_number: Broj događaja
|
62
|
+
new:
|
63
|
+
title: Kreirajte novu grupu
|
64
|
+
new_group: Nova grupa
|
65
|
+
layout:
|
66
|
+
home_button: ZID
|
67
|
+
proposals_button: PRIJEDLOZI
|
68
|
+
calendar: KALENDAR
|
69
|
+
show:
|
70
|
+
rules_button: Pravila
|
71
|
+
post_button: Post na zidu grupe
|
72
|
+
accept_request_button: Prihvatiti
|
73
|
+
reject_request_button: Odbijanje
|
74
|
+
destroy_button: Izbrisati
|
75
|
+
last_proposals: Nedavno dodani prijedlozi
|
76
|
+
next_events: Sljedeći događaji
|
77
|
+
short_url: Kratki url
|
78
|
+
header:
|
79
|
+
settings: POSTAVKE
|
80
|
+
documents: DOKUMENTI
|
81
|
+
forums: FORUM
|
82
|
+
alarm_settings: Postavke
|
83
|
+
edit_quorums:
|
84
|
+
new_quorum:
|
85
|
+
title: Novi kvorum
|
86
|
+
active: Aktivno
|
87
|
+
name: Ime
|
88
|
+
participants: Učesnici
|
89
|
+
good_percentage: '% Zrelost'
|
90
|
+
confirm_deletion: 'Jeste li sigurni da želite izbrisati kvorum %{quorum}?'
|
91
|
+
default_secret_vote: Tajno glasanje
|
92
|
+
time: Vrijeme
|
93
|
+
default_admin_title: Administrator
|
94
|
+
participations:
|
95
|
+
filter: Filter
|
96
|
+
anything: Sve
|
97
|
+
name: Ime
|
98
|
+
member_since: Član od
|
99
|
+
archives:
|
100
|
+
page_title: 'Arhiva za %{month}, %{year}'
|
101
|
+
login:
|
102
|
+
title: Prijava
|
103
|
+
password:
|
104
|
+
title: Zaboravili ste vašu lozinku?
|
105
|
+
edit:
|
106
|
+
new_password: Nova lozinka
|
107
|
+
confirm_password: Potvrdi novu lozinku
|
108
|
+
confirm_button: Promijeniti lozinku
|
109
|
+
registration:
|
110
|
+
choose_password: Odaberite lozinku
|
111
|
+
proposals:
|
112
|
+
index:
|
113
|
+
title: Popis prijedloga
|
114
|
+
continue_reading: Nastaviti čitanje prijedloga
|
115
|
+
categories_title: KATEGORIJE
|
116
|
+
all_categories: Sve kategorije
|
117
|
+
loading_alt: Učitavanje
|
118
|
+
search_words: Bilo koja riječ
|
119
|
+
rank: ZRELOST
|
120
|
+
proposal_types_title: MODELI
|
121
|
+
all_proposal_types: Svi modeli
|
122
|
+
with_text: "sadrži '%{text}'"
|
123
|
+
territory: ""
|
124
|
+
show:
|
125
|
+
votenil: Ne znam / ne razumijem
|
126
|
+
geographic_boundaries_title: Geografske granice
|
127
|
+
tags_title: Tagovi
|
128
|
+
similar_proposals_title: Slični prijedlozi
|
129
|
+
category_title: Kategorija
|
130
|
+
delete_button: Izbrisati
|
131
|
+
score: Procjene
|
132
|
+
rank: Zrelost
|
133
|
+
votation_results: Rezultati
|
134
|
+
votation_results_title: Rezultati glasanja
|
135
|
+
your_nickname_is: Vaš nadimak je
|
136
|
+
editors_title: Urednici
|
137
|
+
comment_inserted_by: '%{who} - %{when}'
|
138
|
+
replies:
|
139
|
+
delete: Izbrisati
|
140
|
+
reply_placeholder: Dajte svoj komentar
|
141
|
+
old_editors_title: Stari urednici
|
142
|
+
new_quorum_title: Izaberite novi kvorum
|
143
|
+
error_loading_paragraph: Ova stavka je uklonjena. Ponovno učitajte stranicu da biste vidjeli ažurirani prijedlog
|
144
|
+
model_title: Šablon
|
145
|
+
start_votation_button: ""
|
146
|
+
new:
|
147
|
+
quorum_prompt: Odaberite kvorum
|
148
|
+
quorum_help: Pomoć
|
149
|
+
step_classification: Klasifikacija
|
150
|
+
step_similar: Slični prijedlozi
|
151
|
+
step_3: Problemi/prepreke
|
152
|
+
title: Novi prijedlog
|
153
|
+
title_group: '%{name}:'
|
154
|
+
title_synthetic: Cilj (ukratko)
|
155
|
+
category_prompt: --Odaberite kategoriju--
|
156
|
+
step_base_info: Početne informacije
|
157
|
+
tabs:
|
158
|
+
most_popular: Viši rang
|
159
|
+
most_urgent: Najhitnije
|
160
|
+
list:
|
161
|
+
voting_from_to: 'Od %{from} do %{to}'
|
162
|
+
interest_borders: Geografske granice
|
163
|
+
authors: Urednici
|
164
|
+
no_proposals: Još nema prijedloga
|
165
|
+
time_left: Preostalo vrijeme
|
166
|
+
vote: GLASANJE
|
167
|
+
delete_comment: Izbrisati
|
168
|
+
results:
|
169
|
+
number_column: Broj
|
170
|
+
percentage_column: Postotak
|
171
|
+
edit:
|
172
|
+
navigator: Navigator
|
173
|
+
left_panel:
|
174
|
+
any_date: Bilo koji datum
|
175
|
+
events:
|
176
|
+
new:
|
177
|
+
step_2: Opis
|
178
|
+
step_3: Kada
|
179
|
+
step_4: Gdje
|
180
|
+
show:
|
181
|
+
when: Kada?
|
182
|
+
where: Gdje?
|
183
|
+
blog_posts:
|
184
|
+
show:
|
185
|
+
draft: Nacrt
|
186
|
+
comments_says: kaže...
|
187
|
+
header:
|
188
|
+
menu:
|
189
|
+
registration_button: PRIDRUŽITE NAM SE
|
190
|
+
new_group: Pronađite grupe
|
191
|
+
support_us: PODRŽITE NAS
|
192
|
+
blogs:
|
193
|
+
new:
|
194
|
+
cancel_button: Ne, hvala!
|
195
|
+
home:
|
196
|
+
index:
|
197
|
+
forgot_password: Zaboravljena lozinka?
|
198
|
+
follw_on_twitter: Pratite @democracyo na Twitteru
|
199
|
+
show:
|
200
|
+
proposals:
|
201
|
+
authors: Urednici
|
202
|
+
steps:
|
203
|
+
next: Nastavite
|
204
|
+
proposal_histories:
|
205
|
+
date_and_time: Datum i vrijeme
|
206
|
+
life_cycle: Životni ciklus
|
207
|
+
life_cycle_number: 'Životni ciklus broj %{life}'
|
208
|
+
solutions:
|
209
|
+
added: NOVO RJEŠENJE
|
210
|
+
removed: UKLONJENO RJEŠENJE
|
211
|
+
tags:
|
212
|
+
show:
|
213
|
+
related_title: Srodne oznake
|
214
|
+
list_proposals_with_tag: Prijedlozi
|
215
|
+
list_groups_with_tags: Grupe
|
216
|
+
proposals_tab: Prijedlozi
|
217
|
+
groups_tab: Grupe
|
218
|
+
feedback:
|
219
|
+
view_preview: Pregled
|
220
|
+
models:
|
221
|
+
quorum:
|
222
|
+
help_content:
|
223
|
+
at_least_one: Najmanje jedan
|
224
|
+
proposals:
|
225
|
+
schulze_vote_results:
|
226
|
+
results: Rezultati
|
227
|
+
solution: Rješenje
|
228
|
+
number_of_voters: Broj glasača
|
229
|
+
vote: Njihov glas
|
230
|
+
left_panel:
|
231
|
+
share_with_friends: Podijelite s prijateljima
|
232
|
+
buttons:
|
233
|
+
search: Pretraživanje
|
234
|
+
next: Sljedeće
|
235
|
+
login: Prijava
|
236
|
+
updating: Ažuriranje...
|
237
|
+
error:
|
238
|
+
registration:
|
239
|
+
user_not_found: Korisnik nije pronađen
|
240
|
+
error_404:
|
241
|
+
events:
|
242
|
+
title: Ovaj događaj ne postoji
|
243
|
+
description: Događaj koji ste tražili ne postoji ili je izbrisan
|
244
|
+
error_302:
|
245
|
+
title: Neovlašteni pristup
|
@@ -0,0 +1,85 @@
|
|
1
|
+
bs-BA:
|
2
|
+
home:
|
3
|
+
intro:
|
4
|
+
title: Prva društvena mreža za E-demokratiju u svijetu
|
5
|
+
description: Sredstvo direktne demokratije stvoreno da odlučuje i kolektivno djeluje o prijedlozima i idejama proizvedenim bilo gdje za bilo koju temu.
|
6
|
+
paragraph_1:
|
7
|
+
title: Društvena mreža za E-demokratiju
|
8
|
+
content_html: |
|
9
|
+
<p>Airesis je <a href="http://en.wikipedia.org/wiki/Free_software">besplatna softverka platforma</a>, postavljena
|
10
|
+
od strane tima italijanskih programera i saradnika, sa ciljem da omogući zajednicama i grupama da se organizuju na produktivan način prema principima <a href="http://en.wikipedia.org/wiki/Direct_democracy" target="_blank">direktne demokratije</a> i učešća.</p>
|
11
|
+
|
12
|
+
<p>Za postizanje ovog cilja, aplikacija je osmišljena kao multifunkcionalni sistem koji integriše sve alate koji mogu pomoći razvoju zajednice, posebno „društvene" i savjetodavne alate.</p>
|
13
|
+
|
14
|
+
<p>Od <strong>društvenih alata</strong>, Airesis nudi blogove i sistem promocije događaja s graničnim ogranizovanjem.
|
15
|
+
Od <strong>savjetodavnih alata</strong>, tu su oblasti prikupljanja i razmatranja prijedloga i inicijativa,
|
16
|
+
i sistem glasanja čiji je cilj izbor kandidata. Platforma vam takođe omogućava kreiranje grupa sa uvidom u politiku regulacije i prilagođenim ovlašćenjima.
|
17
|
+
Pošto je cilj Airesisa da podstakne učestvovanje, velika pažnja je data maksimiziranju intuitivnosti cijele platforme.
|
18
|
+
Filozofija razvoja je fokusirana na kontinuirano poboljšanje, na način evolucijskog procesa zasnovanog na povratnim informacijama korisnika.
|
19
|
+
Razvojni tim je dostupan da zadovolji potrebe zajednica koje žele da koriste softver u duhu direktne demokratije. </p>
|
20
|
+
paragraph_3:
|
21
|
+
title: Načela i osnovne vrijednosti
|
22
|
+
content_html: |
|
23
|
+
<p>Аiresis je alat otvorenog izvora za odlučivanje u e-demokratiji,
|
24
|
+
snažno orijentiran na rješavanje problema i osmišljen da maksimizira ogromnu evolucionu moć <a heref="http://en.wikipedia.org/wiki/Collective_intelligence" target="_blank">kolektivne inteligencije</a>.</p>
|
25
|
+
<p>U potpunost razvijen od strane volontera prema neprofitnim principima, Airesis je kreiran da donese brže, informirane, zajedničke i učestvujuće odluke.<br/>
|
26
|
+
Zasnovan je na sljedećim principima:</p>
|
27
|
+
<ul>
|
28
|
+
<li><strong>Učešće</strong> <br/>
|
29
|
+
Uključivanje građana znači imati više energije i tačaka gledišta na raspolaganju.
|
30
|
+
Samo kroz direktno učešće je moguće istražiti probleme i razumjeti šta ljudi zaista žele. Učešće je suština demokratskih odluka.
|
31
|
+
</li>
|
32
|
+
|
33
|
+
<li><strong>Transparentnost i bezbjednost</strong><br/>
|
34
|
+
Bez transparentnosti, pravila se mogu zaobići a demokratija brzo pokvariti.
|
35
|
+
Transparentnost takođe znači otvorenost, sposobnost primanja: iz tog razloga Airesis dozvoljava i neregistrovanim korisnicima da vide sadržaj web-sajta.
|
36
|
+
Izvorni kôd softvera je takođe „transparentan“ jer je potpuno otvorenog izvora.</li>
|
37
|
+
|
38
|
+
<li><strong>Konstruktivan dijalog</strong><br/>
|
39
|
+
Niko ne posjeduje prave odgovore. Korišćenje odgovarajućih alata, razmatranje ideja predloženih od strane mnogo ljudi može biti mnogo produktivnije nego kada to radite sami.</li>
|
40
|
+
|
41
|
+
<li><strong>Jednake mogućnosti</strong><br/>
|
42
|
+
Da bi bio zamišljen kao način efikasne ravnopravnosti, u smislu ponuđenih mogućnosti, može da se sprovodi od strane sistema.
|
43
|
+
</li>
|
44
|
+
|
45
|
+
<li><strong>Fleksibilnost</strong><br/>
|
46
|
+
Svaka grupa ima svoje sopstvene potrebe, svaki prijedlog je različit, svaki korisnik ima svoje sopstvene potrebe.</li>
|
47
|
+
paragraph_4:
|
48
|
+
title: 'Naš cilj: direktna i participativna demokratija'
|
49
|
+
paragraph_5:
|
50
|
+
title: Karakteristike i svojstva
|
51
|
+
paragraph_6:
|
52
|
+
title: Osnovna svojstva
|
53
|
+
paragraph_7:
|
54
|
+
title: Alat za prijedlog i debatu
|
55
|
+
whatis:
|
56
|
+
paragraph_1:
|
57
|
+
title: Društvena mreža za E-demokratiju
|
58
|
+
helpus:
|
59
|
+
paragraph3:
|
60
|
+
title: Kako donirati
|
61
|
+
linkback:
|
62
|
+
paragraph2:
|
63
|
+
title: Baneri
|
64
|
+
tags:
|
65
|
+
title: 'Airesis - Donijeti odluku'
|
66
|
+
engage:
|
67
|
+
title: Učestvujte u projektu za novu demokratiju
|
68
|
+
nav:
|
69
|
+
opensource: Otvoreni izvor
|
70
|
+
participate: Učestvujte
|
71
|
+
banner: Baner
|
72
|
+
paragraph1:
|
73
|
+
title: Airesis je otvoren za sve
|
74
|
+
paragraph2:
|
75
|
+
title: Kako možete pridonijeti
|
76
|
+
analyst:
|
77
|
+
title: Analitičar
|
78
|
+
graphic:
|
79
|
+
title: Grafički dizajner
|
80
|
+
recruiter:
|
81
|
+
title: Zapošljavanje
|
82
|
+
communication:
|
83
|
+
title: Menadžer komunikacije
|
84
|
+
i18n:
|
85
|
+
title: Internacionalizacija
|
@@ -0,0 +1,140 @@
|
|
1
|
+
de-DE:
|
2
|
+
home:
|
3
|
+
intro:
|
4
|
+
title: Das erste soziale Netzwerk für E-Demokratie in der Welt
|
5
|
+
description: Ein Instrument der direkten Demokratie das entwickelt wurde um über jegliche Vorschläge und Ideen unhabhängig davon wo sie entstanden sind und welches Thema sie betreffen, gemeinsam zu entscheiden und zu handeln.
|
6
|
+
paragraph_1:
|
7
|
+
title: Das soziale Netzwerk für E-Demokratie
|
8
|
+
content_html: '<p>Airesis ist eine <a href="http://en.wikipedia.org/wiki/Free_software"> freie Software-Plattform</a>, die von einem Team von italienischen Entwicklern und Mitwirkenden kreiert wurde um Gemeinschaften und Gruppen zu ermöglichen, sich effektiv nach den Prinzipien der <a href="http://en.wikipedia.org/wiki/Direct_democracy" target="_blank"> direkten Demokratie</a> und der Partizipation zu organisieren.</p> <p>Um dieses Ziel zu erreichen, wurde die Anwendung als ein multifunktionales System konzipiert . In diesem sind alle Tools integriert, die die Entwicklung einer Gemeinschaft fördern können und insbesondere was "social" und die deliberative Werkzeuge betrifft .</p> <p>Airesis bietet unter <strong>social-Tools</strong>, Blogs und ein System zur Förderung von Veranstaltungen und Meetings mit einem genauen Ablaufplan. Unter <strong>deliberative Werkzeugen</strong> umfasst es Bereiche für die Sammlung der Vorschläge und Initiativen, für die Beschlussfassung, und ein Wahlsystem für die Wahl der Kandidaten. Die Plattform ermöglicht auch Gruppen mit reglementierter Zugangsberechtigung zu kreieren und benutzerdefinierte Berechtigungen zu erstellen. Da das Ziel von Airesis diejenige ist, die Participation zu fördern, wurde der Maximierung der Intuitivität der ganzen Plattform große Aufmerksamkeit geschenkt. Die Entwicklungsphilosophie konzentriert sich auf eine ständige Verbesserung, eine Art Entwicklungsprozess basierend auf das Feedback der Benutzer. Das Entwickler-Team ist verfügbar auf die Bedürfnisse der Gemeinschaften die die Software gemäß dem Geist der direkten Demokratie nutzen wollen, einzugehen.</p>'
|
9
|
+
paragraph_3:
|
10
|
+
title: Grundsätze und Werte
|
11
|
+
content_html: |
|
12
|
+
<p>Airesis ist ein open-Source Tool für Entscheidungsprozesse in der e-Demokratie. Sie ist stark orientiert zur Problemlösung und zum Maximieren der immensen Entwickungskraft der<a heref="http://en.wikipedia.org/wiki/Collective_intelligence" target="_blank">kollektiven Intelligenz</a>.</p>
|
13
|
+
<p>Komplett von Freiwilligen und ohne Gewinnzweck entwickelt, wurde Airesis dazukreiert um schneller und informierter Entscheidungen zu treffen, zu teilen und dabei mitwirken zu können.<br/>
|
14
|
+
Sie basiert auf den folgenden Prinzipien</p>
|
15
|
+
<ul>
|
16
|
+
<li><strong>Beteiligung</strong> <br/>
|
17
|
+
Bürger zu involvieren bedeutet mehr Energie und mehr Standpunkte zu haben.
|
18
|
+
Nur durch die direkte Beteiligung ist es möglich Probleme zu prüfen und zu verstehen was die Leute wirklich wollen. Die Beteiligung ist die Essenz der demokratischen Entscheidungen.
|
19
|
+
</li>
|
20
|
+
|
21
|
+
<li><strong>Transparency and Security</strong><br/>
|
22
|
+
Without transparency, rules can be easily circumvented and democracy can quickly degenerate.
|
23
|
+
Transparency also means openness, ability to receive: for this reasons Airesis also allows unregistered users to view the contents of the site.
|
24
|
+
The source code of the software is also "transparent", being it entirely open source.</li>
|
25
|
+
|
26
|
+
<li><strong>Constructive dialogue</strong><br/>
|
27
|
+
No one owns all the right answers. Using appropriate tools, elaborating ideas proposed by many people can be more productive than doing it yourself.</li>
|
28
|
+
|
29
|
+
<li><strong>Equal opportunities</strong><br/>
|
30
|
+
To be intended as how effective equality, in terms of offered possibilities, can be pursued by the system.
|
31
|
+
</li>
|
32
|
+
|
33
|
+
<li><strong>Flexibility</strong><br/>
|
34
|
+
Each group ha its own needs, each proposal is different from the others, each user has its own needs.</li>
|
35
|
+
paragraph_4:
|
36
|
+
title: 'Unser Ziel: direkte und partizipative Demokratie'
|
37
|
+
paragraph_5:
|
38
|
+
title: Merkmale und Funktionen
|
39
|
+
paragraph_6:
|
40
|
+
title: Grundfunktionen
|
41
|
+
content_html: |
|
42
|
+
<ul>
|
43
|
+
<li><strong>Registrierung und Anmeldung</strong> <br>
|
44
|
+
von jeder Seite aus oder sogar nachdem du ein Kommentar oder einen Beitrag hinzugefügt hast. Es ist auch möglich sich über Facebook, Google +, Meetup, Twitter oder Linkedin, anzumelden.
|
45
|
+
</li>
|
46
|
+
<li><strong>Öffentlicher oder privater Bereich für Gruppen</strong> (<a href="http://youtu.be/n_ZruAcNkVk" target="blank">More info in this video-tutorial</a>) <br>
|
47
|
+
Die Registrierung ermöglicht dir am Open Space teilzunehmen, einer bereits existierenden Gruppe anzuschliessen oder eine neue Gruppe zu erstellen.
|
48
|
+
</li>
|
49
|
+
<li><strong>Erstellen von Vorschlägen und Diskussionen</strong>
|
50
|
+
Sowohl in den Gruppen als auch im Open Space ist es möglich Vorschläge/Initiativen zu posten, Beiträge, Kommentare und Bewertungen zu empfangen und eine mitgeteilte Zusammenfassung der Vorschläge die die grösste Zustimmung bekommen können, zu bearbeiten.
|
51
|
+
</li>
|
52
|
+
<li><strong>Quorum und Abstimmung der Vorschläge </strong> <br>
|
53
|
+
Jeder Vorschlag besitzt sein eigenes Quorum. Abgestimmt wird durch die Abgabe einer Präferenz nach der Schulze-Methode.
|
54
|
+
</li>
|
55
|
+
<li><strong>verwaltung von Veranstaltungen/Kalender</strong> <br>
|
56
|
+
Es ist möglich Veranstaltungen die Meetings, Abstimmungen, Kandidatenwahlen innerhalb von Gruppen oder im Open Space betreffen, einzuplanen.
|
57
|
+
</li>
|
58
|
+
<li><strong>Newsletter</strong> über Veranstaltungen und Neugkeiten über die Plattform </li>
|
59
|
+
<li><strong>Nachrichtenservice</strong> und <strong>E-Mail-Meldung</strong> (durch den Benutzer anpassbar)
|
60
|
+
</li>
|
61
|
+
<li><strong>Laden und Verwalten von Dokumenten</strong> und Anhängen der Vorschläge (Funktion ist aktuell deaktiviert)
|
62
|
+
</li>
|
63
|
+
<li><strong>Umfragen</strong> sowohl interne als auch externe nach der Schulze-Abstimmmethode.</li>
|
64
|
+
<li><strong>Mobile App</strong></li>
|
65
|
+
</ul>
|
66
|
+
paragraph_7:
|
67
|
+
title: 'Vorschlags- und Diskussionstool'
|
68
|
+
paragraph_9:
|
69
|
+
title: Förderung der gemeinsamen Vorschläge und partizipative Demokratie
|
70
|
+
paragraph_11:
|
71
|
+
title: Verwalten von Gruppen und Benutzerrollen
|
72
|
+
whatis:
|
73
|
+
title: Das erste soziale Netzwerk für E-Demokratie in der Welt
|
74
|
+
description: Ein Instrument der direkten Demokratie das entwickelt wurde um über jegliche Vorschläge und Ideen unhabhängig davon wo sie entstanden sind und welches Thema sie betreffen, gemeinsam zu entscheiden und zu handeln.
|
75
|
+
paragraph_1:
|
76
|
+
title: Das soziale Netzwerk für E-Demokratie
|
77
|
+
paragraph_2:
|
78
|
+
title: Erstelle deine Gruppe
|
79
|
+
paragraph_3:
|
80
|
+
title: Trilnehmer organisieren
|
81
|
+
paragraph_4:
|
82
|
+
title: Vorschlagen und beraten
|
83
|
+
paragraph_7:
|
84
|
+
title: Ein Ort zum Diskutieren
|
85
|
+
paragraph_8:
|
86
|
+
link: Einführungsseite
|
87
|
+
press:
|
88
|
+
title: Pressemitteilung
|
89
|
+
roadmap:
|
90
|
+
paragraph1:
|
91
|
+
title: 'Ziel: Direkte Demokratie'
|
92
|
+
engage:
|
93
|
+
nav:
|
94
|
+
banner: Banner
|
95
|
+
paragraph1:
|
96
|
+
title: Airesis ist offen für alle
|
97
|
+
paragraph2:
|
98
|
+
title: Wie trage ich dazu bei
|
99
|
+
description_html: |
|
100
|
+
<p>Jeder kann zum open-source Projekt Airesis beitragen: Es ist nicht nötig ein Programmierer zu sein, da es viel Arbeit in verschienen Bereichen zu erledigen gibt.
|
101
|
+
Bei diesem Projekt <a href=%{chisiamo}>arbeiten wir freiwillig und werden nicht bezahlt</a> und teilen den Willen, dem Bürger zu helfen, sich transparent zu organisieren und an der Realisierung einer bestmöglichen Demokratie teilzuhaben. </p>
|
102
|
+
<p>Um deine Bereitschaft mitzuteilen, fülle bitte <a href="%{form}" target="_blank"><strong>folgendes Formular</strong></a> aus, oder kontaktiere <strong>Nicola Giulietti</strong> - %{email} - cell. %{cell} wenn du Zweifel hast oder mehr Informationen brauchst. </p>
|
103
|
+
<p>Anbei eine Liste der Tätigkeiten, die wir benötigen:</p>
|
104
|
+
developer:
|
105
|
+
title: Entwickler
|
106
|
+
description_html: |
|
107
|
+
<p>
|
108
|
+
Der Entwickler ist die Person, die tatsächlich den Code von Airesis schreibt. <br/>
|
109
|
+
Er folgt den Vorgaben und Richtilinien die mit dem Team vereinbart wurden.
|
110
|
+
Falls neue Funktionen oder HTML_Seiten hinzugefügt werden, wird der Entwickler neue Module in Ruby schreiben und dabei auch - im Fall von UI-Funktionalitäten - CSS und Javascript benutzen.<br/>
|
111
|
+
Die Personen die diese Rolle übernehmen möchten, werden, um ihre Jobs leichter anfangen zu können, bei ihren ersten Schritten durch den <a href="%{chisiamo}" target="_blank">leitenden Programmmierer</a> geholfen und angeleitet.
|
112
|
+
</p>
|
113
|
+
analyst:
|
114
|
+
title: Analyst
|
115
|
+
first_lev_tester:
|
116
|
+
title: Tester erster Ebene
|
117
|
+
sec_lev_tester:
|
118
|
+
title: Tester zweiter Ebene
|
119
|
+
description_html: |
|
120
|
+
<p>
|
121
|
+
Um Tester zweiter Ebene zu werden, werden gute Programmierkenntnisse benötigt. DieserTester sollte strengere und ausführlichere Tests als der Tester der ersten Ebene, ausführen. Ein Tester der zweiten Ebene befasst sich mit komplexen Aspekten und ist in der Lage auch in Stresssituationen, das ganze System voranzutreiben und versteckte Probleme zu entdecken.
|
122
|
+
</p>
|
123
|
+
graphic:
|
124
|
+
title: Grafikdesigner
|
125
|
+
description_html: |
|
126
|
+
<p>
|
127
|
+
Der Grafikdesigner zeichnet die Benutzeroberflächen und übergibt der Entwicklungsgruppe seine Zeichnungen.
|
128
|
+
Er verbessert die Verwendbarkeit und die Vollständigkeit der Texte in der Software (z.B.: Benutzerhilfe...)
|
129
|
+
</p>
|
130
|
+
recruiter:
|
131
|
+
title: Rekrutierung
|
132
|
+
description_html: |
|
133
|
+
<p>
|
134
|
+
Er ist für die Suche von neuen Freiwilligen zuständig die bereit sind, diesen Projekt zu unterstützen: Tester aber auch Gruppen die bereit sind, diese Software für die eigenen Bedürfnisse, zu benutzen.
|
135
|
+
Er beteiligt Gruppen von Personen die von der Entwicklungsgruppe nicht vertreten werden (Frauen, Personen mit geringen Informatikkenntnissen, u.s.w...) um ihnen die Software, aufgrund ihrer Feedbacks, attraktiv zu machen.
|
136
|
+
</p>
|
137
|
+
communication:
|
138
|
+
title: Communication Manager
|
139
|
+
i18n:
|
140
|
+
title: Internationalisierung
|