decidim-admin 0.28.0 → 0.28.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/admin/content_block_cell.rb +1 -1
- data/app/commands/decidim/admin/destroy_category.rb +1 -1
- data/app/controllers/decidim/admin/application_controller.rb +2 -1
- data/app/controllers/decidim/admin/area_types_controller.rb +1 -1
- data/app/controllers/decidim/admin/authorization_workflows_controller.rb +5 -1
- data/app/controllers/decidim/admin/conflicts_controller.rb +23 -0
- data/app/controllers/decidim/admin/impersonatable_users_controller.rb +3 -1
- data/app/controllers/decidim/admin/impersonations_controller.rb +1 -0
- data/app/controllers/decidim/admin/managed_users/impersonation_logs_controller.rb +2 -0
- data/app/controllers/decidim/admin/moderated_users_controller.rb +10 -0
- data/app/controllers/decidim/admin/moderations_controller.rb +10 -0
- data/app/controllers/decidim/admin/officializations_controller.rb +2 -0
- data/app/controllers/decidim/admin/organization_controller.rb +7 -4
- data/app/controllers/decidim/admin/scope_types_controller.rb +1 -1
- data/app/controllers/decidim/admin/static_page_topics_controller.rb +10 -0
- data/app/controllers/decidim/admin/user_groups_controller.rb +2 -0
- data/app/controllers/decidim/admin/users_controller.rb +2 -0
- data/app/events/decidim/resource_hidden_event.rb +5 -1
- data/app/helpers/decidim/admin/admin_terms_helper.rb +1 -1
- data/app/helpers/decidim/admin/filterable_helper.rb +1 -1
- data/app/packs/entrypoints/decidim_admin_overrides.scss +2 -0
- data/app/packs/images/decidim/admin/.keep +0 -0
- data/app/packs/src/decidim/admin/application.js +14 -1
- data/app/packs/src/decidim/admin/choose_language.js +2 -0
- data/app/packs/src/decidim/admin/dynamic_fields.component.js +2 -1
- data/app/packs/src/decidim/admin/participatory_space_search.js +1 -1
- data/app/packs/stylesheets/decidim/admin/_filters.scss +1 -1
- data/app/packs/stylesheets/decidim/admin/_legacy_foundation.scss +10 -0
- data/app/packs/stylesheets/decidim/admin/_sidebar-menu.scss +4 -4
- data/app/packs/stylesheets/decidim/admin/_tabs.scss +6 -0
- data/app/packs/stylesheets/decidim/admin/decidim_application.scss +5 -0
- data/app/views/decidim/admin/admin_terms/show.html.erb +2 -2
- data/app/views/decidim/admin/area_types/edit.html.erb +2 -2
- data/app/views/decidim/admin/area_types/index.html.erb +2 -2
- data/app/views/decidim/admin/area_types/new.html.erb +2 -2
- data/app/views/decidim/admin/areas/edit.html.erb +2 -2
- data/app/views/decidim/admin/areas/index.html.erb +2 -2
- data/app/views/decidim/admin/areas/new.html.erb +2 -2
- data/app/views/decidim/admin/attachment_collections/edit.html.erb +2 -2
- data/app/views/decidim/admin/attachment_collections/index.html.erb +2 -2
- data/app/views/decidim/admin/attachment_collections/new.html.erb +2 -2
- data/app/views/decidim/admin/attachments/edit.html.erb +2 -2
- data/app/views/decidim/admin/attachments/index.html.erb +2 -2
- data/app/views/decidim/admin/attachments/new.html.erb +2 -2
- data/app/views/decidim/admin/authorization_workflows/index.html.erb +2 -2
- data/app/views/decidim/admin/block_user/new.html.erb +3 -4
- data/app/views/decidim/admin/categories/edit.html.erb +2 -2
- data/app/views/decidim/admin/categories/index.html.erb +7 -3
- data/app/views/decidim/admin/categories/new.html.erb +2 -2
- data/app/views/decidim/admin/components/edit.html.erb +2 -2
- data/app/views/decidim/admin/components/index.html.erb +2 -2
- data/app/views/decidim/admin/components/new.html.erb +2 -2
- data/app/views/decidim/admin/conflicts/index.html.erb +2 -2
- data/app/views/decidim/admin/dashboard/show.html.erb +2 -2
- data/app/views/decidim/admin/help_sections/_form.html.erb +2 -2
- data/app/views/decidim/admin/impersonatable_users/index.html.erb +2 -2
- data/app/views/decidim/admin/impersonations/new.html.erb +2 -2
- data/app/views/decidim/admin/imports/new.html.erb +2 -2
- data/app/views/decidim/admin/managed_users/impersonation_logs/index.html.erb +2 -2
- data/app/views/decidim/admin/managed_users/promotions/new.html.erb +2 -2
- data/app/views/decidim/admin/moderated_users/index.html.erb +2 -2
- data/app/views/decidim/admin/moderations/index.html.erb +2 -2
- data/app/views/decidim/admin/moderations/reports/index.html.erb +2 -2
- data/app/views/decidim/admin/moderations/reports/show.html.erb +2 -2
- data/app/views/decidim/admin/newsletter_templates/index.html.erb +5 -6
- data/app/views/decidim/admin/newsletter_templates/show.html.erb +16 -12
- data/app/views/decidim/admin/newsletters/edit.html.erb +2 -2
- data/app/views/decidim/admin/newsletters/index.html.erb +2 -2
- data/app/views/decidim/admin/newsletters/new.html.erb +2 -2
- data/app/views/decidim/admin/newsletters/select_recipients_to_deliver.html.erb +13 -9
- data/app/views/decidim/admin/newsletters/show.html.erb +29 -26
- data/app/views/decidim/admin/officializations/index.html.erb +1 -1
- data/app/views/decidim/admin/officializations/new.html.erb +2 -2
- data/app/views/decidim/admin/organization/_form.html.erb +5 -3
- data/app/views/decidim/admin/organization/edit.html.erb +2 -2
- data/app/views/decidim/admin/organization_appearance/edit.html.erb +2 -2
- data/app/views/decidim/admin/organization_external_domain_whitelist/edit.html.erb +2 -2
- data/app/views/decidim/admin/participatory_space_private_users/index.html.erb +2 -2
- data/app/views/decidim/admin/participatory_space_private_users/new.html.erb +2 -2
- data/app/views/decidim/admin/resource_permissions/edit.html.erb +2 -2
- data/app/views/decidim/admin/scope_types/edit.html.erb +2 -2
- data/app/views/decidim/admin/scope_types/index.html.erb +2 -2
- data/app/views/decidim/admin/scope_types/new.html.erb +2 -2
- data/app/views/decidim/admin/scopes/edit.html.erb +2 -2
- data/app/views/decidim/admin/scopes/index.html.erb +2 -2
- data/app/views/decidim/admin/scopes/new.html.erb +2 -2
- data/app/views/decidim/admin/shared/_filters.html.erb +1 -1
- data/app/views/decidim/admin/shared/_js-callout.html.erb +2 -2
- data/app/views/decidim/admin/shared/landing_page/_content_blocks.html.erb +2 -2
- data/app/views/decidim/admin/shared/landing_page_content_blocks/edit.html.erb +2 -2
- data/app/views/decidim/admin/static_page_topics/edit.html.erb +2 -2
- data/app/views/decidim/admin/static_page_topics/index.html.erb +2 -2
- data/app/views/decidim/admin/static_page_topics/new.html.erb +2 -2
- data/app/views/decidim/admin/static_pages/edit.html.erb +2 -2
- data/app/views/decidim/admin/static_pages/index.html.erb +2 -2
- data/app/views/decidim/admin/static_pages/new.html.erb +2 -2
- data/app/views/decidim/admin/user_groups/index.html.erb +2 -2
- data/app/views/decidim/admin/user_groups_csv_verifications/new.html.erb +2 -2
- data/app/views/decidim/admin/users/index.html.erb +2 -2
- data/app/views/decidim/admin/users/new.html.erb +2 -2
- data/app/views/layouts/decidim/admin/_breadcrumb.html.erb +1 -1
- data/app/views/layouts/decidim/admin/_header.html.erb +4 -0
- data/app/views/layouts/decidim/admin/_js_configuration.html.erb +1 -0
- data/app/views/layouts/decidim/admin/_sidebar_menu.html.erb +2 -2
- data/config/assets.rb +1 -0
- data/config/locales/ar.yml +11 -8
- data/config/locales/bg.yml +1025 -3
- data/config/locales/ca.yml +4 -1
- data/config/locales/cs.yml +6 -8
- data/config/locales/de.yml +15 -12
- data/config/locales/el.yml +2 -12
- data/config/locales/en.yml +4 -1
- data/config/locales/es-MX.yml +11 -8
- data/config/locales/es-PY.yml +11 -8
- data/config/locales/es.yml +20 -17
- data/config/locales/eu.yml +8 -5
- data/config/locales/fi-plain.yml +4 -1
- data/config/locales/fi.yml +6 -3
- data/config/locales/fr-CA.yml +5 -2
- data/config/locales/fr.yml +4 -1
- data/config/locales/ga-IE.yml +2 -4
- data/config/locales/gl.yml +8 -7
- data/config/locales/he-IL.yml +50 -0
- data/config/locales/hu.yml +36 -6
- data/config/locales/id-ID.yml +5 -0
- data/config/locales/is-IS.yml +5 -0
- data/config/locales/it.yml +8 -9
- data/config/locales/ja.yml +8 -4
- data/config/locales/ko.yml +774 -0
- data/config/locales/lb.yml +8 -10
- data/config/locales/lt.yml +3 -14
- data/config/locales/lv.yml +8 -0
- data/config/locales/nl.yml +7 -9
- data/config/locales/no.yml +20 -9
- data/config/locales/pl.yml +74 -4
- data/config/locales/pt-BR.yml +50 -12
- data/config/locales/pt.yml +8 -10
- data/config/locales/ro-RO.yml +2 -13
- data/config/locales/ru.yml +5 -0
- data/config/locales/sk.yml +5 -0
- data/config/locales/sl.yml +5 -0
- data/config/locales/sq-AL.yml +490 -0
- data/config/locales/sr-CS.yml +5 -0
- data/config/locales/sv.yml +7 -9
- data/config/locales/th-TH.yml +101 -0
- data/config/locales/tr-TR.yml +11 -0
- data/config/locales/uk.yml +5 -0
- data/config/locales/zh-CN.yml +5 -0
- data/config/locales/zh-TW.yml +3 -11
- data/decidim-admin.gemspec +43 -0
- data/lib/decidim/admin/engine.rb +1 -25
- data/lib/decidim/admin/menu.rb +13 -4
- data/lib/decidim/admin/test/admin_participatory_space_access_examples.rb +27 -0
- data/lib/decidim/admin/test/commands/destroy_category_examples.rb +9 -0
- data/lib/decidim/admin/test/invite_participatory_space_admins_shared_examples.rb +180 -0
- data/lib/decidim/admin/test/invite_participatory_space_collaborators_shared_examples.rb +67 -0
- data/lib/decidim/admin/test/invite_participatory_space_moderators_shared_examples.rb +77 -0
- data/lib/decidim/admin/test/invite_participatory_space_users_shared_context.rb +33 -0
- data/lib/decidim/admin/test/manage_attachment_collections_examples.rb +12 -11
- data/lib/decidim/admin/test/manage_categories_examples.rb +11 -8
- data/lib/decidim/admin/test/manage_hide_content_examples.rb +4 -0
- data/lib/decidim/admin/test.rb +1 -0
- data/lib/decidim/admin/version.rb +1 -1
- metadata +20 -13
- data/app/mailers/decidim/admin/application_mailer.rb +0 -12
- data/config/environment.rb +0 -3
data/config/locales/sq-AL.yml
CHANGED
@@ -55,9 +55,499 @@ sq:
|
|
55
55
|
description: Përshkrimi
|
56
56
|
enable_omnipresent_banner: Shfaq banerin e gjithëpranishëm
|
57
57
|
enable_participatory_space_filters: Aktivizo filtrat e hapësirës së pjesëmarrjes
|
58
|
+
facebook_handler: Emri i përdoruesit Facebook
|
58
59
|
favicon: Ikona
|
59
60
|
force_authentication: Sforco autentikimin
|
61
|
+
force_users_to_authenticate_before_access_organization: Detyro përdoruesit të autentikohen para se të aksesojnë organizatën
|
62
|
+
from: Adresa email e dërguesit
|
63
|
+
github_handler: Emri i përdoruesit Github
|
60
64
|
highlight_color: Theksim
|
65
|
+
highlighted_content_banner_action_subtitle: Nëntitull i butonit të veprimit
|
66
|
+
highlighted_content_banner_action_title: Titulli i butonit të veprimit
|
67
|
+
highlighted_content_banner_action_url: URL e butonit të veprimit
|
68
|
+
highlighted_content_banner_enabled: Shfaq banerin e theksuar të përmbajtjes
|
69
|
+
highlighted_content_banner_image: Imazhi
|
61
70
|
highlighted_content_banner_short_description: Përshkrim i shkurtër
|
62
71
|
highlighted_content_banner_title: Titulli
|
63
72
|
host: Organizatori
|
73
|
+
instagram_handler: Emri i përdoruesit Instagram
|
74
|
+
logo: Logo
|
75
|
+
machine_translation_display_priority: Prioriteti i shfaqjes së përkthimit automatik
|
76
|
+
machine_translation_display_priority_original: Teksti origjinal i pari
|
77
|
+
machine_translation_display_priority_translation: Teksti i përkthyer i pari
|
78
|
+
name: Emri
|
79
|
+
official_url: Adresa zyrtare e organizatës
|
80
|
+
omnipresent_banner_short_description: Përshkrim i shkurtër
|
81
|
+
omnipresent_banner_title: Titulli
|
82
|
+
omnipresent_banner_url: URL
|
83
|
+
organization_admin_email: Emaili i adminit të organizatës
|
84
|
+
organization_admin_name: Emri i adminit të organizatës
|
85
|
+
organization_locales: Gjuhët e organizatës
|
86
|
+
primary_color: Ngjyra parësore
|
87
|
+
rich_text_editor_in_public_views: Aktivizo editorin kompleks për pjesëmarrësit
|
88
|
+
secondary_color: Ngjyra dytësore
|
89
|
+
send_welcome_notification: Dërgo njoftim mirëseardhjeje
|
90
|
+
success_color: Sukses
|
91
|
+
tertiary_color: Ngjyra tretësore
|
92
|
+
time_zone: Zona orare
|
93
|
+
tos_version: Versioni i kushteve të shërbimit
|
94
|
+
twitter_handler: Emri i përdoruesit X
|
95
|
+
user_groups_enabled: Aktivizo grupet
|
96
|
+
users_registration_mode: Mënyra e regjistrimit të përdoruesve
|
97
|
+
warning_color: Kujdes
|
98
|
+
welcome_notification_body: Përmbajtja e njoftimit të mirëseardhjes
|
99
|
+
welcome_notification_subject: Tema e njoftimit të mirëseardhjes
|
100
|
+
youtube_handler: Emri i përdoruesit Youtube
|
101
|
+
participatory_space_private_user:
|
102
|
+
email: Email
|
103
|
+
name: Emri
|
104
|
+
scope:
|
105
|
+
code: Kodi
|
106
|
+
name: Emri
|
107
|
+
organization: Organizata
|
108
|
+
scope_type:
|
109
|
+
name: Emri
|
110
|
+
organization: Organizata
|
111
|
+
plural: Shumësi
|
112
|
+
static_page:
|
113
|
+
allow_public_access: Lejo akses të paautentikuar
|
114
|
+
content: Përmbajtja
|
115
|
+
organization: Organizata
|
116
|
+
slug: Slug i adresës URL
|
117
|
+
title: Titulli
|
118
|
+
topic_id: Temë
|
119
|
+
weight: Rendit pozicionet
|
120
|
+
static_page_topic:
|
121
|
+
description: Përshkrimi
|
122
|
+
name: Emri i temës
|
123
|
+
title: Titulli
|
124
|
+
weight: Rendit pozicionet
|
125
|
+
user_group_csv_verification:
|
126
|
+
file: Skeda
|
127
|
+
errors:
|
128
|
+
models:
|
129
|
+
organization:
|
130
|
+
attributes:
|
131
|
+
official_img_footer:
|
132
|
+
allowed_file_content_types: Skedar imazhi i pavlefshëm
|
133
|
+
activerecord:
|
134
|
+
attributes:
|
135
|
+
decidim/static_page:
|
136
|
+
content: Përmbajtje
|
137
|
+
slug: Slug i adresës URL
|
138
|
+
title: Titulli
|
139
|
+
doorkeeper/application:
|
140
|
+
authorize_url: Autorizo URL
|
141
|
+
client_secret: Sekreti i klientit
|
142
|
+
organization_name: Emri i organizatës
|
143
|
+
organization_url: URL e organizatës
|
144
|
+
redirect_uri: Ridrejto URL-të
|
145
|
+
site: Faqe interneti
|
146
|
+
decidim:
|
147
|
+
admin:
|
148
|
+
actions:
|
149
|
+
add: Shto
|
150
|
+
attachment:
|
151
|
+
new: Shtojcë e re
|
152
|
+
browse: Shfleto
|
153
|
+
category:
|
154
|
+
new: Kategoria e re
|
155
|
+
export: Eksporto të gjitha
|
156
|
+
import: Importo
|
157
|
+
newsletter:
|
158
|
+
new: Newsletter i ri
|
159
|
+
per_page: Për faqe
|
160
|
+
permissions: Lejet
|
161
|
+
reject: Refuzo
|
162
|
+
send_me_a_test_email: Më dërgo një email prove
|
163
|
+
share: Shpërndaj
|
164
|
+
user:
|
165
|
+
new: Administrator i ri
|
166
|
+
verify: Verifiko
|
167
|
+
admin_terms_of_service:
|
168
|
+
actions:
|
169
|
+
accept: Pranoj kushtet
|
170
|
+
refuse: Refuzoj kushtet e administratorit
|
171
|
+
title: Pranoj kushtet e përdorimit
|
172
|
+
area_types:
|
173
|
+
edit:
|
174
|
+
update: Përditëso
|
175
|
+
areas:
|
176
|
+
edit:
|
177
|
+
title: Përditëso zonën
|
178
|
+
update: Përditëso
|
179
|
+
new:
|
180
|
+
create: Krijo zonën
|
181
|
+
attachment_collections:
|
182
|
+
new:
|
183
|
+
create: Krijo
|
184
|
+
title: Dojse e re
|
185
|
+
update:
|
186
|
+
error: Ndodhi një gabim gjatë përditësimit të kësaj dosjeje.
|
187
|
+
success: Dosja u përditësua me sukses.
|
188
|
+
attachments:
|
189
|
+
edit:
|
190
|
+
update: Përditëso
|
191
|
+
index:
|
192
|
+
attachments_title: Skedat e bashkëlidhura
|
193
|
+
new:
|
194
|
+
create: Krijo bashkangjitje
|
195
|
+
autocomplete:
|
196
|
+
no_results: Nuk u gjetën rezultate
|
197
|
+
search_prompt: Shkruaj të paktën 3 shkronja për të kërkuar.
|
198
|
+
block_user:
|
199
|
+
new:
|
200
|
+
action: Blloko llogarinë dhe dërgo arsyen
|
201
|
+
justification: Arsye
|
202
|
+
title: Blloko përdoruesin %{name}
|
203
|
+
categories:
|
204
|
+
create:
|
205
|
+
error: Ndodhi një gabim gjatë krijimit të kësaj kategorie.
|
206
|
+
success: Kategoria u krijua me sukses.
|
207
|
+
destroy:
|
208
|
+
success: Kategoria u fshi me sukses.
|
209
|
+
edit:
|
210
|
+
title: Përpuno kategoritë
|
211
|
+
update: Përditëso
|
212
|
+
index:
|
213
|
+
categories_title: Kategoritë
|
214
|
+
new:
|
215
|
+
create: Krijo kategori
|
216
|
+
title: Kategori e re
|
217
|
+
update:
|
218
|
+
error: Ndodhi një gabim gjatë përditësimit të kësaj kategorie.
|
219
|
+
success: Kategoria u përditësua me sukses.
|
220
|
+
component_permissions:
|
221
|
+
update:
|
222
|
+
success: Të drejtat u përditësuan me sukses.
|
223
|
+
components:
|
224
|
+
edit:
|
225
|
+
update: Përditëso
|
226
|
+
index:
|
227
|
+
headers:
|
228
|
+
actions: Veprimet
|
229
|
+
title: Komponentet
|
230
|
+
conflicts:
|
231
|
+
attempts: Tentativa
|
232
|
+
'false': 'Jo'
|
233
|
+
solved: Është zgjidhur
|
234
|
+
transfer:
|
235
|
+
email: Email
|
236
|
+
name: Emri
|
237
|
+
reason: Arsyeja
|
238
|
+
title: Transfero
|
239
|
+
'true': 'Po'
|
240
|
+
user_name: Perdoruesit
|
241
|
+
content_blocks:
|
242
|
+
edit:
|
243
|
+
title: Përmbatja e faqes
|
244
|
+
update: Përditëso
|
245
|
+
exports:
|
246
|
+
formats:
|
247
|
+
CSV: CSV
|
248
|
+
Excel: Excel
|
249
|
+
FormPDF: PDF
|
250
|
+
JSON: JSON
|
251
|
+
notice: Eksportimi është duke u kryer. Do të merrni një email kur të ketë perfunduar.
|
252
|
+
filters:
|
253
|
+
category_id_eq:
|
254
|
+
label: Kategori
|
255
|
+
filter_label: Filtra
|
256
|
+
invitation_accepted_at_present:
|
257
|
+
label: Ftesa u pranua
|
258
|
+
values:
|
259
|
+
'false': 'Jo'
|
260
|
+
'true': 'Po'
|
261
|
+
last_sign_in_at_present:
|
262
|
+
values:
|
263
|
+
'false': 'Jo'
|
264
|
+
'true': 'Po'
|
265
|
+
moderated_users:
|
266
|
+
reports_reason_eq:
|
267
|
+
label: Arsyeja e raportimit
|
268
|
+
values:
|
269
|
+
does_not_belong: Nuk përket
|
270
|
+
offensive: Ofenduese
|
271
|
+
spam: Spam
|
272
|
+
moderations:
|
273
|
+
reportable_type_string_eq:
|
274
|
+
label: Tipi
|
275
|
+
officialized_at_null:
|
276
|
+
label: Gjendja
|
277
|
+
participatory_space_private_users:
|
278
|
+
user_invitation_accepted_at_not_null:
|
279
|
+
label: Ftesa u pranua
|
280
|
+
values:
|
281
|
+
'false': E papranuar
|
282
|
+
'true': Pranuar
|
283
|
+
user_invitation_sent_at_not_null:
|
284
|
+
label: Ftesa u dërguan
|
285
|
+
values:
|
286
|
+
'false': Nuk është dërguar
|
287
|
+
'true': Dërguar
|
288
|
+
private_space_eq:
|
289
|
+
label: Private
|
290
|
+
values:
|
291
|
+
'false': Publike
|
292
|
+
'true': Private
|
293
|
+
published_at_null:
|
294
|
+
label: Publikuar
|
295
|
+
values:
|
296
|
+
'false': Publikuar
|
297
|
+
'true': E papublikuar
|
298
|
+
scope_id_eq:
|
299
|
+
label: Qëllimi
|
300
|
+
search_label: Kërko
|
301
|
+
state_eq:
|
302
|
+
label: Gjendja
|
303
|
+
values:
|
304
|
+
all: Të gjitha
|
305
|
+
pending: Në pritje
|
306
|
+
rejected: Refuzuar
|
307
|
+
verified: Verifikuar
|
308
|
+
forms:
|
309
|
+
file_help:
|
310
|
+
import:
|
311
|
+
message_1: Skedat CSV, JSON dhe Excel (.xlsx) janë të suportuara
|
312
|
+
impersonations:
|
313
|
+
form:
|
314
|
+
authorization_method: Mënyra e autorizimit
|
315
|
+
name: Emri
|
316
|
+
reason: Arsyeja
|
317
|
+
new:
|
318
|
+
impersonate: Hiqet si dikush
|
319
|
+
imports:
|
320
|
+
and: dhe
|
321
|
+
new:
|
322
|
+
accepted_mime_types:
|
323
|
+
csv: CSV
|
324
|
+
json: JSON
|
325
|
+
xlsx: Excel (.xlsx)
|
326
|
+
actions:
|
327
|
+
back: Prapa
|
328
|
+
import: Importo
|
329
|
+
logs:
|
330
|
+
filters:
|
331
|
+
text: Kërko me email përdoruesi, emër ose nofkë.
|
332
|
+
user: Përdorues
|
333
|
+
managed_users:
|
334
|
+
promotions:
|
335
|
+
new:
|
336
|
+
promote: Promovo
|
337
|
+
menu:
|
338
|
+
admins: Administratorët
|
339
|
+
appearance: Pamja
|
340
|
+
area_types: Lloji i zonës
|
341
|
+
areas: Zonat
|
342
|
+
components: Komponentët
|
343
|
+
configuration: Konfigurimi
|
344
|
+
content: Përmbajtje e raportuar
|
345
|
+
homepage: Kryefaqja
|
346
|
+
newsletters: Buletinet
|
347
|
+
participants: Pjesëmarrësit
|
348
|
+
scopes: Fushëveprimet
|
349
|
+
settings: Cilësimet
|
350
|
+
static_page_topics: Temat
|
351
|
+
static_pages: Faqet
|
352
|
+
user_groups: Grupet
|
353
|
+
users: Pjesëmarrësit
|
354
|
+
metrics:
|
355
|
+
metrics:
|
356
|
+
see_more_metrics: Shiko më shumë të dhëna
|
357
|
+
models:
|
358
|
+
area:
|
359
|
+
fields:
|
360
|
+
area_type: Lloji i zonës
|
361
|
+
name: Emri
|
362
|
+
area_type:
|
363
|
+
fields:
|
364
|
+
name: Emri
|
365
|
+
plural: Shumës
|
366
|
+
attachment:
|
367
|
+
fields:
|
368
|
+
collection: Dosje
|
369
|
+
content_type: Lloji
|
370
|
+
file_size: Madhësia
|
371
|
+
title: Titulli
|
372
|
+
name: Bashkëngjitje
|
373
|
+
attachment_collection:
|
374
|
+
name: Dosje
|
375
|
+
category:
|
376
|
+
name: Kategori
|
377
|
+
impersonation_log:
|
378
|
+
fields:
|
379
|
+
admin: Administrator
|
380
|
+
expired_at: Skaduar më
|
381
|
+
reason: Arsyeja
|
382
|
+
user: Pjesëmarrës
|
383
|
+
newsletter:
|
384
|
+
fields:
|
385
|
+
created_at: Krijuar më
|
386
|
+
progress: Ecuria
|
387
|
+
sent_to: Dërguar drejt
|
388
|
+
subject: Subjekt
|
389
|
+
name: Buletin
|
390
|
+
scope:
|
391
|
+
fields:
|
392
|
+
name: Emri
|
393
|
+
scope_type:
|
394
|
+
fields:
|
395
|
+
name: Emri
|
396
|
+
plural: Shumës
|
397
|
+
share_token:
|
398
|
+
fields:
|
399
|
+
created_at: Krijuar më
|
400
|
+
expires_at: Skadon më
|
401
|
+
last_used_at: Hera e fundit që u përdor
|
402
|
+
times_used: Sa herë është përdorur
|
403
|
+
token: Token
|
404
|
+
moderated_users:
|
405
|
+
index:
|
406
|
+
reason: Arsyeja
|
407
|
+
report:
|
408
|
+
reasons:
|
409
|
+
does_not_belong: Nuk përket
|
410
|
+
offensive: Ofenduese
|
411
|
+
spam: Spam
|
412
|
+
tabs:
|
413
|
+
blocked: Bllokuar
|
414
|
+
moderations:
|
415
|
+
index:
|
416
|
+
title: Përmbajtje e raportuar
|
417
|
+
report:
|
418
|
+
reasons:
|
419
|
+
does_not_belong: Nuk përket
|
420
|
+
offensive: Ofenduese
|
421
|
+
spam: Spam
|
422
|
+
reports:
|
423
|
+
index:
|
424
|
+
author: Autor(ët)
|
425
|
+
content_original_language: Gjuha origjinale e përmbajtjes
|
426
|
+
reported_content: Përmbajtje e raportuar
|
427
|
+
show:
|
428
|
+
report_reason: Arsyeja
|
429
|
+
title: Detajet e raportit
|
430
|
+
newsletter_templates:
|
431
|
+
index:
|
432
|
+
preview_template: Parapamje
|
433
|
+
title: Shabllonet e newsletter
|
434
|
+
use_template: Përdor këtë shabllon
|
435
|
+
show:
|
436
|
+
use_template: Përdor këtë shabllon
|
437
|
+
newsletters:
|
438
|
+
create:
|
439
|
+
error: Ndodhi një gabim gjatë krijimit të newsletter.
|
440
|
+
success: Newsletter u krijua me sukses. Të lutem, verifikoje para se ta dërgosh.
|
441
|
+
deliver:
|
442
|
+
error: Ndodhi një gabim gjatë dërgimit të newsletter.
|
443
|
+
success: Newsletter u dërgua me sukses.
|
444
|
+
destroy:
|
445
|
+
success: Newsletter u shkatërrua me sukses.
|
446
|
+
edit:
|
447
|
+
save_and_preview: Ruaj dhe parashiko
|
448
|
+
title: Përpuno newsletter
|
449
|
+
index:
|
450
|
+
all: të gjitha
|
451
|
+
all_users: 'Të gjithë përdoruesit '
|
452
|
+
and: 'dhe '
|
453
|
+
confirm_delete: A je i sigurt që do ta fshish këtë newsletter?
|
454
|
+
followers: 'ndjekësit '
|
455
|
+
has_been_sent_to: 'I është dërguar: '
|
456
|
+
not_sent: Nuk është dërguar
|
457
|
+
participants: 'pjesëmarrësit '
|
458
|
+
subscribed_count: 'Abonuar:'
|
459
|
+
title: Newsletters
|
460
|
+
new:
|
461
|
+
save: Ruaj
|
462
|
+
title: Buletin i ri
|
463
|
+
select_recipients_to_deliver:
|
464
|
+
all_spaces: Të gjitha
|
465
|
+
all_users_help: Dërgo buletinin te të gjithë përdoruesit e konfirmuar.
|
466
|
+
confirm_deliver: A je i sigurt që do ta dërgosh këtë buletin? Veprimi nuk mund të anulohet.
|
467
|
+
deliver: Dërgo buletinin
|
468
|
+
none: Asnjë
|
469
|
+
show:
|
470
|
+
preview: Parapamje
|
471
|
+
subject: Tema
|
472
|
+
officializations:
|
473
|
+
index:
|
474
|
+
actions: Veprimet
|
475
|
+
block: Blloko përdoruesin
|
476
|
+
created_at: Krijuar më
|
477
|
+
name: Emri
|
478
|
+
nickname: Nofka
|
479
|
+
reports: Raportet
|
480
|
+
status: Statusi
|
481
|
+
organization:
|
482
|
+
form:
|
483
|
+
social_handlers: Rrjetet sociale
|
484
|
+
organization_appearance:
|
485
|
+
form:
|
486
|
+
colors:
|
487
|
+
choose_color: Zgjidh ngjyrën parësore
|
488
|
+
colors_title: Ngjyrat e organizatës
|
489
|
+
colors_warning_html: Kujdes! Ndryshimi i këtyre ngjyrave mund të prishë aksesibilitetin e kontrastit. Kontrolloni kontrastin e zgjedhur me <a href="https://webaim.org/resources/contrastchecker">WebAIM Contrast Checker</a> ose mjete të ngjashme.
|
490
|
+
explanation: Kjo vegël ndihmon në zgjedhjen e një kombimini ngyrash, të përbërë nga nuanca të barazlarguara në rrotën e ngjyrave, që do perdoret në faqen e organizatës.
|
491
|
+
legend_html: Ngjyrat kryesore të aplikacionit, bazuar në <a href="https://www.color-meanings.com/triadic-colors/">algoritmin triadik</a>. Ngjyra <i>dytësore</i> llogaritet automatikisht nga ngjyra parësore dhe thellësia e zgjedhur.
|
492
|
+
saturation: Thellësia
|
493
|
+
title: Përzgjedhësi i ngjyrës
|
494
|
+
update_suggested_colors: Përditëso ngjyrat e rekomanduara
|
495
|
+
organization_external_domain_whitelist:
|
496
|
+
edit:
|
497
|
+
update: Përditëso
|
498
|
+
resource_permissions:
|
499
|
+
edit:
|
500
|
+
title: Github
|
501
|
+
scope_types:
|
502
|
+
edit:
|
503
|
+
update: Përditëso
|
504
|
+
scopes:
|
505
|
+
edit:
|
506
|
+
update: Përditëso
|
507
|
+
share_tokens:
|
508
|
+
actions:
|
509
|
+
destroy: Fshi
|
510
|
+
share: Shpërndaj
|
511
|
+
static_page_topics:
|
512
|
+
edit:
|
513
|
+
title: Përpuno temën
|
514
|
+
update: Përditëso temën
|
515
|
+
new:
|
516
|
+
create: Krijo temën
|
517
|
+
title: Temë e re
|
518
|
+
static_pages:
|
519
|
+
edit:
|
520
|
+
title: Përpuno faqen
|
521
|
+
update: Përditëso
|
522
|
+
titles:
|
523
|
+
dashboard: Paneli
|
524
|
+
menu: Menu
|
525
|
+
page_topics: Temat
|
526
|
+
pages: Faqet
|
527
|
+
panel: Administrator
|
528
|
+
participants: Pjesëmarrësit
|
529
|
+
statistics: Aktiviteti
|
530
|
+
user_groups: Grupet
|
531
|
+
users: Administratorët
|
532
|
+
user_groups_csv_verifications:
|
533
|
+
new:
|
534
|
+
upload: Ngarko
|
535
|
+
users:
|
536
|
+
form:
|
537
|
+
email: Email
|
538
|
+
name: Emri
|
539
|
+
role: Roli
|
540
|
+
new:
|
541
|
+
create: Fto
|
542
|
+
users_statistics:
|
543
|
+
users_count:
|
544
|
+
admins: Administratorët
|
545
|
+
last_day: Dita e fundit
|
546
|
+
last_month: Muaji i kaluar
|
547
|
+
last_week: Java e kaluar
|
548
|
+
participants: Pjesëmarrësit
|
549
|
+
moderations:
|
550
|
+
models:
|
551
|
+
moderation:
|
552
|
+
fields:
|
553
|
+
reportable_type: Lloji
|
data/config/locales/sr-CS.yml
CHANGED
@@ -118,6 +118,7 @@ sr:
|
|
118
118
|
actions:
|
119
119
|
add: Dodaj
|
120
120
|
browse: Prеglеdaj
|
121
|
+
manage: Upravljaj
|
121
122
|
per_page: Po stranici
|
122
123
|
permissions: Dozvole
|
123
124
|
reject: Odbaci
|
@@ -320,6 +321,7 @@ sr:
|
|
320
321
|
help_sections: Sekcije za pomoć
|
321
322
|
homepage: Početna stranica
|
322
323
|
impersonations: Predstavljanja
|
324
|
+
manage: Upravljaj
|
323
325
|
newsletters: Bilteni
|
324
326
|
participants: Učesnici
|
325
327
|
scope_types: Vrste oblasti
|
@@ -509,6 +511,9 @@ sr:
|
|
509
511
|
images:
|
510
512
|
preview: Pregled
|
511
513
|
omnipresent_banner_appearance_title: Izmeni sveprisutni baner
|
514
|
+
organization_external_domain_whitelist:
|
515
|
+
edit:
|
516
|
+
update: Ažuriraj
|
512
517
|
shared:
|
513
518
|
gallery:
|
514
519
|
add_images: Dodaj slike
|
data/config/locales/sv.yml
CHANGED
@@ -170,6 +170,7 @@ sv:
|
|
170
170
|
export: Exportera alla
|
171
171
|
export-selection: Exportera markering
|
172
172
|
import: Importera
|
173
|
+
manage: Hantera
|
173
174
|
newsletter:
|
174
175
|
new: Nytt nyhetsbrev
|
175
176
|
participatory_space_private_user:
|
@@ -324,9 +325,6 @@ sv:
|
|
324
325
|
dashboard:
|
325
326
|
show:
|
326
327
|
view_more_logs: Visa fler loggar
|
327
|
-
domain_whitelist:
|
328
|
-
form:
|
329
|
-
domain_too_short: Domänen är för kort
|
330
328
|
exports:
|
331
329
|
export_as: "%{name} som %{export_format}"
|
332
330
|
formats:
|
@@ -501,10 +499,10 @@ sv:
|
|
501
499
|
area_types: Typer av område
|
502
500
|
areas: Områden
|
503
501
|
configuration: Konfiguration
|
504
|
-
external_domain_whitelist: Tillåtna externa domäner
|
505
502
|
help_sections: Hjälpavsnitt
|
506
503
|
homepage: Hemsida
|
507
504
|
impersonations: Uppträd som
|
505
|
+
manage: Hantera
|
508
506
|
moderation: Global moderering
|
509
507
|
newsletters: Nyhetsbrev
|
510
508
|
participants: Deltagare
|
@@ -755,11 +753,6 @@ sv:
|
|
755
753
|
organization_external_domain_whitelist:
|
756
754
|
edit:
|
757
755
|
update: Uppdatera
|
758
|
-
external_domain:
|
759
|
-
down: Ner
|
760
|
-
external_domain: Externt domän
|
761
|
-
remove: Ta bort
|
762
|
-
up: Upp
|
763
756
|
form:
|
764
757
|
add: Lägg till i vitlistan
|
765
758
|
title: Vitlista för externa domäner
|
@@ -1002,3 +995,8 @@ sv:
|
|
1002
995
|
errors:
|
1003
996
|
messages:
|
1004
997
|
invalid_json: Ogiltig JSON
|
998
|
+
layouts:
|
999
|
+
decidim:
|
1000
|
+
admin:
|
1001
|
+
global_moderations:
|
1002
|
+
title: Global moderering
|
data/config/locales/th-TH.yml
CHANGED
@@ -1 +1,102 @@
|
|
1
|
+
---
|
1
2
|
th:
|
3
|
+
activemodel:
|
4
|
+
attributes:
|
5
|
+
area:
|
6
|
+
area_type: ประเภทพื้นที่
|
7
|
+
name: ชื่อ
|
8
|
+
organization: องค์กร
|
9
|
+
area_type:
|
10
|
+
name: ชื่อ
|
11
|
+
organization: องค์กร
|
12
|
+
plural: พหูพจน์
|
13
|
+
attachment:
|
14
|
+
attachment_collection_id: โฟลเดอร์
|
15
|
+
description: คำอธิบาย
|
16
|
+
file: ไฟล์
|
17
|
+
title: ชื่อไฟล์แนบหรือรูปภาพ
|
18
|
+
weight: ตำแหน่งการสั่งซื้อ
|
19
|
+
attachment_collection:
|
20
|
+
description: คำอธิบาย
|
21
|
+
name: ชื่อ
|
22
|
+
organization:
|
23
|
+
machine_translation_display_priority_translation: แปลข้อความก่อน
|
24
|
+
name: ชื่อ
|
25
|
+
official_img_footer: ส่วนท้ายของโลโก้อย่างเป็นทางการ
|
26
|
+
official_url: URL องค์กรอย่างเป็นทางการ
|
27
|
+
omnipresent_banner_short_description: คำอธิบายสั้น
|
28
|
+
omnipresent_banner_title: ชื่อ
|
29
|
+
omnipresent_banner_url: URL
|
30
|
+
organization_admin_email: อีเมลผู้ดูแลระบบองค์กร
|
31
|
+
organization_admin_name: อีเมลผู้ดูแลระบบองค์กร
|
32
|
+
organization_locales: สถานที่ขององค์กร
|
33
|
+
primary_color: หลัก
|
34
|
+
reference_prefix: คำนำหน้าอ้างอิง
|
35
|
+
rich_text_editor_in_public_views: เปิดใช้งานโปรแกรมแก้ไขข้อความแบบ Rich Text สำหรับผู้เข้าร่วม
|
36
|
+
secondary_color: รอง
|
37
|
+
secondary_hosts: เจ้าภาพรอง
|
38
|
+
send_welcome_notification: ส่งการแจ้งเตือนยินดีต้อนรับ
|
39
|
+
success_color: ความสำเร็จ
|
40
|
+
tertiary_color: ระดับอุดมศึกษา
|
41
|
+
time_zone: เขตเวลา
|
42
|
+
tos_version: เงื่อนไขการให้บริการเวอร์ชัน
|
43
|
+
twitter_handler: ตัวจัดการเอ็กซ์
|
44
|
+
user_groups_enabled: เปิดใช้งานกลุ่ม
|
45
|
+
users_registration_mode: โหมดการลงทะเบียนผู้ใช้
|
46
|
+
warning_color: คำเตือน
|
47
|
+
welcome_notification_body: ยินดีต้อนรับเนื้อหาการแจ้งเตือน
|
48
|
+
welcome_notification_subject: ยินดีต้อนรับเรื่องการแจ้งเตือน
|
49
|
+
youtube_handler: ตัวจัดการ YouTube
|
50
|
+
participatory_space_private_user:
|
51
|
+
email: อีเมล
|
52
|
+
name: ชื่อ
|
53
|
+
scope:
|
54
|
+
code: รหัส
|
55
|
+
name: ชื่อ
|
56
|
+
organization: องค์กร
|
57
|
+
parent_id: พ่อแม่
|
58
|
+
scope_type: ประเภทขอบเขต
|
59
|
+
scope_type_id: ประเภทขอบเขต
|
60
|
+
scope_type:
|
61
|
+
name: ชื่อ
|
62
|
+
organization: องค์กร
|
63
|
+
plural: พหูพจน์
|
64
|
+
settings:
|
65
|
+
scope_id: ขอบเขต
|
66
|
+
static_page:
|
67
|
+
allow_public_access: อนุญาตการเข้าถึงโดยไม่ต้องตรวจสอบสิทธิ์
|
68
|
+
changed_notably: มีการเปลี่ยนแปลงที่เห็นได้ชัดเจน
|
69
|
+
content: เนื้อหา
|
70
|
+
organization: องค์กร
|
71
|
+
show_in_footer: แสดงในส่วนท้าย
|
72
|
+
slug: บุ้ง URL
|
73
|
+
title: ชื่อ
|
74
|
+
topic_id: หัวข้อ
|
75
|
+
weight: ตำแหน่งการสั่งซื้อ
|
76
|
+
static_page_topic:
|
77
|
+
description: คำอธิบาย
|
78
|
+
name: ชื่อหัวข้อ
|
79
|
+
decidim:
|
80
|
+
admin:
|
81
|
+
area_types:
|
82
|
+
edit:
|
83
|
+
title: แก้ไขประเภทพื้นที่
|
84
|
+
update: อัปเดต
|
85
|
+
new:
|
86
|
+
create: สร้างประเภทพื้นที่
|
87
|
+
title: ประเภทพื้นที่ใหม่
|
88
|
+
update:
|
89
|
+
error: เกิดปัญหาในการอัปเดตประเภทพื้นที่นี้
|
90
|
+
success: อัปเดตประเภทพื้นที่เรียบร้อยแล้ว
|
91
|
+
areas:
|
92
|
+
create:
|
93
|
+
error: เกิดปัญหาในการสร้างพื้นที่ใหม่
|
94
|
+
success: สร้างพื้นที่สำเร็จแล้ว
|
95
|
+
destroy:
|
96
|
+
has_spaces: พื้นที่นี้มีช่องว่างที่ต้องพึ่งพา โปรดตรวจสอบให้แน่ใจว่าไม่มี Participatory Space อ้างอิงถึงพื้นที่นี้ก่อนที่จะลบออก
|
97
|
+
success: ทำลายพื้นที่สำเร็จ
|
98
|
+
edit:
|
99
|
+
title: แก้ไขพื้นที่
|
100
|
+
organization_external_domain_whitelist:
|
101
|
+
edit:
|
102
|
+
update: อัปเดต
|