decidim-admin 0.22.0 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-admin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/admin/application.js.es6 +3 -0
- data/app/assets/javascripts/decidim/admin/bundle.js +26 -32
- data/app/assets/javascripts/decidim/admin/bundle.js.map +1 -1
- data/app/assets/javascripts/decidim/admin/choose_language.js +12 -0
- data/app/assets/javascripts/decidim/admin/form.js.es6 +1 -0
- data/app/assets/javascripts/decidim/admin/newsletters.js.es6 +4 -0
- data/app/assets/javascripts/decidim/admin/scope_picker_enabler.component.js.es6 +14 -0
- data/app/assets/stylesheets/decidim/admin/modules/_callouts.scss +11 -0
- data/app/assets/stylesheets/decidim/admin/modules/_forms.scss +14 -0
- data/app/assets/stylesheets/decidim/admin/modules/_loading-spinner.scss +8 -0
- data/app/assets/stylesheets/decidim/admin/modules/_tabs.scss +7 -0
- data/app/commands/decidim/admin/create_attachment.rb +2 -2
- data/app/commands/decidim/admin/destroy_share_token.rb +46 -0
- data/app/commands/decidim/admin/update_content_block.rb +23 -0
- data/app/commands/decidim/admin/update_organization.rb +11 -0
- data/app/controllers/concerns/decidim/admin/participatory_space_export.rb +8 -2
- data/app/controllers/decidim/admin/application_controller.rb +1 -0
- data/app/controllers/decidim/admin/components_controller.rb +11 -1
- data/app/controllers/decidim/admin/newsletters_controller.rb +10 -0
- data/app/controllers/decidim/admin/organization_homepage_content_blocks_controller.rb +1 -0
- data/app/controllers/decidim/admin/share_tokens_controller.rb +30 -0
- data/app/forms/decidim/admin/attachment_form.rb +3 -0
- data/app/forms/decidim/admin/component_form.rb +6 -0
- data/app/forms/decidim/admin/organization_appearance_form.rb +5 -4
- data/app/forms/decidim/admin/organization_form.rb +20 -0
- data/app/forms/decidim/admin/participatory_space_private_user_csv_import_form.rb +14 -0
- data/app/forms/decidim/admin/participatory_space_private_user_form.rb +8 -2
- data/app/frontend/components/autocomplete.component.test.tsx +2 -1
- data/app/frontend/components/autocomplete.component.tsx +29 -0
- data/app/helpers/decidim/admin/application_helper.rb +1 -0
- data/app/helpers/decidim/admin/newsletters_helper.rb +3 -1
- data/app/helpers/decidim/admin/resource_scope_helper.rb +43 -0
- data/app/helpers/decidim/admin/settings_helper.rb +5 -0
- data/app/permissions/decidim/admin/permissions.rb +1 -1
- data/app/queries/decidim/admin/newsletter_recipients.rb +9 -5
- data/app/views/decidim/admin/components/_component.html.erb +5 -0
- data/app/views/decidim/admin/components/_form.html.erb +4 -0
- data/app/views/decidim/admin/components/index.html.erb +1 -0
- data/app/views/decidim/admin/exports/_dropdown.html.erb +6 -2
- data/app/views/decidim/admin/organization/_form.html.erb +21 -0
- data/app/views/decidim/admin/share_tokens/_share_tokens.html.erb +57 -0
- data/app/views/decidim/admin/static_pages/_form.html.erb +1 -1
- data/app/views/layouts/decidim/admin/_header.html.erb +1 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +0 -35
- data/config/locales/bg.yml +135 -0
- data/config/locales/ca.yml +37 -37
- data/config/locales/cs.yml +63 -63
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +35 -36
- data/config/locales/el.yml +6 -36
- data/config/locales/en.yml +36 -36
- data/config/locales/eo.yml +51 -0
- data/config/locales/es-MX.yml +36 -36
- data/config/locales/es-PY.yml +36 -36
- data/config/locales/es.yml +42 -42
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +0 -35
- data/config/locales/fi-plain.yml +36 -36
- data/config/locales/fi.yml +36 -36
- data/config/locales/fr-CA.yml +36 -36
- data/config/locales/fr.yml +42 -42
- data/config/locales/gl.yml +0 -35
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +9 -36
- data/config/locales/id-ID.yml +0 -35
- data/config/locales/is-IS.yml +0 -34
- data/config/locales/is.yml +568 -0
- data/config/locales/it.yml +16 -46
- data/config/locales/ja-JP.yml +8 -2
- data/config/locales/ja.yml +849 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/{lv-LV.yml → lv.yml} +0 -36
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +11 -36
- data/config/locales/no.yml +23 -36
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +66 -67
- data/config/locales/pt-BR.yml +0 -35
- data/config/locales/pt.yml +6 -36
- data/config/locales/ro-RO.yml +6 -36
- data/config/locales/ru.yml +0 -35
- data/config/locales/sk.yml +0 -36
- data/config/locales/sl.yml +1 -10
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +0 -35
- data/config/locales/sv.yml +32 -38
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +0 -35
- data/config/locales/uk.yml +0 -37
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +849 -0
- data/config/locales/zh-TW.yml +1 -0
- data/config/routes.rb +1 -1
- data/lib/decidim/admin/engine.rb +10 -8
- data/lib/decidim/admin/form_builder.rb +2 -2
- data/lib/decidim/admin/test/manage_attachment_collections_examples.rb +1 -1
- data/lib/decidim/admin/test/manage_component_permissions_examples.rb +15 -15
- data/lib/decidim/admin/version.rb +1 -1
- metadata +36 -21
- data/app/commands/decidim/admin/create_oauth_application.rb +0 -36
- data/app/commands/decidim/admin/destroy_oauth_application.rb +0 -39
- data/app/commands/decidim/admin/update_oauth_application.rb +0 -39
- data/app/controllers/decidim/admin/oauth_applications_controller.rb +0 -90
- data/app/forms/decidim/admin/oauth_application_form.rb +0 -32
- data/app/views/decidim/admin/oauth_applications/_form.html.erb +0 -19
- data/app/views/decidim/admin/oauth_applications/edit.html.erb +0 -13
- data/app/views/decidim/admin/oauth_applications/index.html.erb +0 -40
- data/app/views/decidim/admin/oauth_applications/new.html.erb +0 -13
- data/app/views/decidim/admin/oauth_applications/show.html.erb +0 -27
@@ -54,6 +54,27 @@
|
|
54
54
|
</div>
|
55
55
|
</div>
|
56
56
|
|
57
|
+
<% if Decidim.config.enable_machine_translations %>
|
58
|
+
<div class="row">
|
59
|
+
<div class="columns xlarge-6">
|
60
|
+
<%= form.check_box :enable_machine_translations %>
|
61
|
+
</div>
|
62
|
+
</div>
|
63
|
+
|
64
|
+
<div class="row">
|
65
|
+
<div class="columns xlarge-6">
|
66
|
+
<%= form.label :machine_translation_display_priority, t("activemodel.attributes.organization.machine_translation_display_priority") %>
|
67
|
+
<%= form.collection_radio_buttons :machine_translation_display_priority, form.object.machine_translation_priorities, :first, :last %>
|
68
|
+
</div>
|
69
|
+
</div>
|
70
|
+
<% end %>
|
71
|
+
|
72
|
+
<div class="row">
|
73
|
+
<div class="columns xlarge-6">
|
74
|
+
<%= form.text_field :comments_max_length %>
|
75
|
+
</div>
|
76
|
+
</div>
|
77
|
+
|
57
78
|
<div class="row">
|
58
79
|
<div class="columns xlarge-6">
|
59
80
|
<%= form.check_box :rich_text_editor_in_public_views, help_text: t(".rich_text_editor_in_public_views_help") %>
|
@@ -0,0 +1,57 @@
|
|
1
|
+
<div class="card share_tokens">
|
2
|
+
<div class="card-divider">
|
3
|
+
<legend><%= t ".title" %></legend>
|
4
|
+
</div>
|
5
|
+
<div class="card-section">
|
6
|
+
<div class="help-text">
|
7
|
+
<p><%= t ".help" %></p>
|
8
|
+
</div>
|
9
|
+
<% if share_tokens.any? %>
|
10
|
+
<div class="table-scroll">
|
11
|
+
<table class="table-list">
|
12
|
+
<thead>
|
13
|
+
<tr>
|
14
|
+
<th><%= t("models.share_token.fields.token", scope: "decidim.admin") %></th>
|
15
|
+
<th><%= t("models.share_token.fields.user", scope: "decidim.admin") %></th>
|
16
|
+
<th><%= t("models.share_token.fields.times_used", scope: "decidim.admin") %></th>
|
17
|
+
<th><%= t("models.share_token.fields.last_used_at", scope: "decidim.admin") %></th>
|
18
|
+
<th><%= t("models.share_token.fields.created_at", scope: "decidim.admin") %></th>
|
19
|
+
<th><%= t("models.share_token.fields.expires_at", scope: "decidim.admin") %></th>
|
20
|
+
<th class="actions"></th>
|
21
|
+
</tr>
|
22
|
+
</thead>
|
23
|
+
<tbody>
|
24
|
+
<% share_tokens.each do |share_token| %>
|
25
|
+
<tr>
|
26
|
+
<td><%= share_token.token %></td>
|
27
|
+
<td><%= share_token.user.name %></td>
|
28
|
+
<td><%= share_token.times_used %></td>
|
29
|
+
<td><%= l share_token.last_used_at, format: :short if share_token.last_used_at.present? %></td>
|
30
|
+
<td><%= l share_token.created_at, format: :short %></td>
|
31
|
+
<td><%= l share_token.expires_at, format: :short if share_token.expires_at.present? %></td>
|
32
|
+
<td class="table-list__actions">
|
33
|
+
<%= icon_link_to "share",
|
34
|
+
share_token.url,
|
35
|
+
t("actions.share", scope: "decidim.admin.share_tokens"),
|
36
|
+
class: "action-icon--share",
|
37
|
+
target: "_blank" %>
|
38
|
+
<%= icon_link_to "circle-x",
|
39
|
+
decidim_admin.share_token_path(
|
40
|
+
share_token,
|
41
|
+
url: request.fullpath
|
42
|
+
),
|
43
|
+
t("actions.destroy", scope: "decidim.admin.share_tokens"),
|
44
|
+
class: "action-icon--remove",
|
45
|
+
method: :delete,
|
46
|
+
data: { confirm: t("actions.confirm_destroy", scope: "decidim.admin.share_tokens") } %>
|
47
|
+
</td>
|
48
|
+
</tr>
|
49
|
+
<% end %>
|
50
|
+
</tbody>
|
51
|
+
</table>
|
52
|
+
</div>
|
53
|
+
<% else %>
|
54
|
+
<p><%= t ".empty" %></p>
|
55
|
+
<% end %>
|
56
|
+
</div>
|
57
|
+
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<%= javascript_include_tag "decidim/slug_form" %>
|
7
7
|
<div class="row column slug">
|
8
8
|
<%= form.text_field :slug %>
|
9
|
-
<p class="help-text"><%== t(".slug_help", url: decidim_form_slug_url("", form.object.slug)) %></p>
|
9
|
+
<p class="help-text"><%== t(".slug_help", url: decidim_form_slug_url("pages", form.object.slug)) %></p>
|
10
10
|
</div>
|
11
11
|
<% end %>
|
12
12
|
|
@@ -0,0 +1 @@
|
|
1
|
+
am:
|
data/config/locales/ar.yml
CHANGED
@@ -28,12 +28,6 @@ ar:
|
|
28
28
|
newsletter:
|
29
29
|
body: المحتوى
|
30
30
|
subject: الموضوع
|
31
|
-
oauth_application:
|
32
|
-
name: الاسم
|
33
|
-
organization_logo: شعار المنظمة (مربع)
|
34
|
-
organization_name: اسم المنظمة
|
35
|
-
organization_url: عنوان URL للمؤسسة
|
36
|
-
redirect_uri: إعادة توجيه URI
|
37
31
|
organization:
|
38
32
|
address: خادم SMTP
|
39
33
|
alert_color: تنبيه
|
@@ -111,10 +105,6 @@ ar:
|
|
111
105
|
file: ملف
|
112
106
|
errors:
|
113
107
|
models:
|
114
|
-
oauth_application:
|
115
|
-
attributes:
|
116
|
-
redirect_uri:
|
117
|
-
must_be_ssl: يجب أن يكون URI لإعادة التوجيه SSL URI
|
118
108
|
organization:
|
119
109
|
attributes:
|
120
110
|
official_img_footer:
|
@@ -374,7 +364,6 @@ ar:
|
|
374
364
|
homepage: الصفحة الرئيسية
|
375
365
|
impersonations: التقليد
|
376
366
|
newsletters: الرسائل الإخبارية
|
377
|
-
oauth_applications: تطبيقات OAuth
|
378
367
|
participants: المشاركون
|
379
368
|
scope_types: أنواع النطاق
|
380
369
|
scopes: نطاقات
|
@@ -418,11 +407,6 @@ ar:
|
|
418
407
|
sent_to: أُرسِلت إلى
|
419
408
|
subject: موضوع
|
420
409
|
name: النشرة الإخبارية
|
421
|
-
oauth_application:
|
422
|
-
fields:
|
423
|
-
created_at: أنشئت في
|
424
|
-
name: اسم
|
425
|
-
name: تطبيق OAuth
|
426
410
|
participatory_space_private_user:
|
427
411
|
name: المشاركة الفضاء المشارك الخاص
|
428
412
|
scope:
|
@@ -511,25 +495,6 @@ ar:
|
|
511
495
|
update:
|
512
496
|
error: حدثت مشكلة أثناء تحديث هذه الرسالة الإخبارية.
|
513
497
|
success: تم تحديث النشرة الإخبارية بنجاح. يرجى مراجعته قبل الإرسال.
|
514
|
-
oauth_applications:
|
515
|
-
create:
|
516
|
-
error: حدثت مشكلة أثناء إنشاء هذا التطبيق.
|
517
|
-
success: تم إنشاء التطبيق بنجاح.
|
518
|
-
destroy:
|
519
|
-
error: حدثت مشكلة أثناء تدمير هذا التطبيق.
|
520
|
-
success: تم تدمير التطبيق بنجاح.
|
521
|
-
edit:
|
522
|
-
save: حفظ
|
523
|
-
title: تحرير التطبيق
|
524
|
-
index:
|
525
|
-
confirm_delete: هل أنت متأكد أنك تريد حذف هذا التطبيق؟
|
526
|
-
title: تطبيقات OAuth
|
527
|
-
new:
|
528
|
-
save: حفظ
|
529
|
-
title: تطبيق جديد
|
530
|
-
update:
|
531
|
-
error: حدثت مشكلة أثناء تحديث هذا التطبيق.
|
532
|
-
success: تم تحديث التطبيق بنجاح.
|
533
498
|
officializations:
|
534
499
|
create:
|
535
500
|
success: مشارك رسمي بنجاح
|
@@ -0,0 +1,135 @@
|
|
1
|
+
bg:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
area:
|
5
|
+
area_type: Тип район
|
6
|
+
name: Име
|
7
|
+
organization: Организация
|
8
|
+
area_type:
|
9
|
+
name: Име
|
10
|
+
organization: Организация
|
11
|
+
plural: Множествено число
|
12
|
+
attachment:
|
13
|
+
attachment_collection_id: Папка
|
14
|
+
description: Описание
|
15
|
+
file: Файл
|
16
|
+
title: Име на прикрепен файл или изображение
|
17
|
+
attachment_collection:
|
18
|
+
description: Описание
|
19
|
+
name: Име
|
20
|
+
category:
|
21
|
+
description: Описание
|
22
|
+
name: Име
|
23
|
+
parent_id: Родител
|
24
|
+
component:
|
25
|
+
name: Име
|
26
|
+
published_at: Публикувано на
|
27
|
+
weight: Тегло
|
28
|
+
id: ID
|
29
|
+
newsletter:
|
30
|
+
body: Тяло
|
31
|
+
subject: Тема
|
32
|
+
organization:
|
33
|
+
address: Име на SMTP хост
|
34
|
+
alert_color: Аларма
|
35
|
+
badges_enabled: Включи значките
|
36
|
+
comments_max_length: Максимална дължина на коментарите (Оставете 0 за стойност по подразбиране)
|
37
|
+
cta_button_path: Път на бутона "призив към действие"
|
38
|
+
cta_button_text: Текст на бутона "призив към действие"
|
39
|
+
customize_welcome_notification: Персонализирайте приветствието
|
40
|
+
default_locale: Език по подразбиране
|
41
|
+
description: Описание
|
42
|
+
enable_omnipresent_banner: Показвай всепоказван банер
|
43
|
+
facebook_handler: Манипулатор на Facebook
|
44
|
+
favicon: Икона
|
45
|
+
from: От адрес ел.поща
|
46
|
+
github_handler: Манипулатор на GitHub
|
47
|
+
header_snippets: Части на HTML заглавката
|
48
|
+
highlight_alternative_color: Подчертаване, алтернативен
|
49
|
+
highlight_color: Подчертване
|
50
|
+
highlighted_content_banner_action_subtitle: Поднадпис на бутон за действие
|
51
|
+
highlighted_content_banner_action_title: Надпис на бутон за действие
|
52
|
+
highlighted_content_banner_action_url: Адрес на бутон за действие
|
53
|
+
highlighted_content_banner_enabled: Показвай банер на подчертано съдържание
|
54
|
+
highlighted_content_banner_image: Изображение
|
55
|
+
highlighted_content_banner_short_description: Кратко описание
|
56
|
+
highlighted_content_banner_title: Заглавие
|
57
|
+
instagram_handler: Манипулатор на Instagram
|
58
|
+
logo: Лого
|
59
|
+
machine_translation_display_priority: Приоритет за показване на машинен превод
|
60
|
+
machine_translation_display_priority_original: Първо оригиналният текст
|
61
|
+
machine_translation_display_priority_translation: Първо преведеният текст
|
62
|
+
name: Име
|
63
|
+
official_img_footer: Долен колонтитул на официалното лого
|
64
|
+
official_img_header: Заглавка на официалното лого
|
65
|
+
official_url: Официален URL адрес на организацията
|
66
|
+
omnipresent_banner_short_description: Кратко описание
|
67
|
+
omnipresent_banner_title: Заглавие
|
68
|
+
omnipresent_banner_url: URL адрес
|
69
|
+
password: Парола
|
70
|
+
port: Порт
|
71
|
+
primary_color: Основен
|
72
|
+
reference_prefix: Префикс на препратка
|
73
|
+
rich_text_editor_in_public_views: Разреши редактора на rich text за участниците
|
74
|
+
secondary_color: Вторичен
|
75
|
+
send_welcome_notification: Изпращай приветствия
|
76
|
+
show_statistics: Покажи статистиката
|
77
|
+
success_color: Успешно
|
78
|
+
time_zone: Часова зона
|
79
|
+
tos_version: Версия на условия за ползване
|
80
|
+
twitter_handler: Манипулатор на Twitter
|
81
|
+
user_groups_enabled: Разреши групи
|
82
|
+
user_name: Потребителско име
|
83
|
+
warning_color: Предупреждение
|
84
|
+
welcome_notification_body: Тяло на приветствието
|
85
|
+
welcome_notification_subject: Тема на приветствието
|
86
|
+
youtube_handler: Манипулатор на YouTube
|
87
|
+
scope:
|
88
|
+
code: Код
|
89
|
+
name: Име
|
90
|
+
organization: Организация
|
91
|
+
parent_id: Родител
|
92
|
+
scope_type: Тип сфера
|
93
|
+
scope_type_id: Тип сфера
|
94
|
+
scope_type:
|
95
|
+
name: Име
|
96
|
+
organization: Организация
|
97
|
+
plural: Множествено число
|
98
|
+
static_page:
|
99
|
+
changed_notably: Настъпиха значителни промени.
|
100
|
+
content: Съдържание
|
101
|
+
organization: Организация
|
102
|
+
show_in_footer: Покажи в долния колонтитул
|
103
|
+
slug: Съкратен URL
|
104
|
+
title: Заглавие
|
105
|
+
weight: Тегло
|
106
|
+
static_page_topic:
|
107
|
+
description: Описание
|
108
|
+
show_in_footer: Покажи в долния колонтитул
|
109
|
+
title: Заглавие
|
110
|
+
weight: Тегло
|
111
|
+
user_group_csv_verification:
|
112
|
+
file: Файл
|
113
|
+
errors:
|
114
|
+
models:
|
115
|
+
organization:
|
116
|
+
attributes:
|
117
|
+
official_img_footer:
|
118
|
+
allowed_file_content_types: Невалиден файл на изображението
|
119
|
+
official_img_header:
|
120
|
+
allowed_file_content_types: Невалиден файл на изображението
|
121
|
+
activerecord:
|
122
|
+
attributes:
|
123
|
+
decidim/static_page:
|
124
|
+
content: Съдържание
|
125
|
+
slug: Съкратен URL
|
126
|
+
title: Заглавие
|
127
|
+
decidim:
|
128
|
+
admin:
|
129
|
+
organization_appearance:
|
130
|
+
form:
|
131
|
+
colors:
|
132
|
+
colors_title: Цветове на организацията
|
133
|
+
header_snippets_help: Използвайте това поле, за да добавите нещо в HTML заглавието. Най-често се използва за интеграция на външни услуги, които изискват допълнителни JavaScript или CSS. Освен това, можете да го ползвате за добавяне на допълнителни метатагове в HTML. Обърнете внимание, че ще се визуализира само в публичните страници, но не и в администраторския раздел.
|
134
|
+
images:
|
135
|
+
layout_appearance_title: Редактиране външния вид шаблона
|
data/config/locales/ca.yml
CHANGED
@@ -29,16 +29,11 @@ ca:
|
|
29
29
|
newsletter:
|
30
30
|
body: Cos
|
31
31
|
subject: Assumpte
|
32
|
-
oauth_application:
|
33
|
-
name: Nom
|
34
|
-
organization_logo: Logotip de l'organització (quadrat)
|
35
|
-
organization_name: Nom de l'organització
|
36
|
-
organization_url: URL de l'organització
|
37
|
-
redirect_uri: URL de redirecció
|
38
32
|
organization:
|
39
33
|
address: Nom del servidor SMTP
|
40
34
|
alert_color: Alerta
|
41
35
|
badges_enabled: Habilitar les ensenyes
|
36
|
+
comments_max_length: Longitud màxima dels comentaris (deixa 0 si vols mantenir la configuració per defecte)
|
42
37
|
cta_button_path: URL del botó d'acció
|
43
38
|
cta_button_text: Text del botó d'acció
|
44
39
|
customize_welcome_notification: Personalitza la notificació de benvinguda
|
@@ -61,6 +56,9 @@ ca:
|
|
61
56
|
highlighted_content_banner_title: Títol
|
62
57
|
instagram_handler: Nom d'usuari a Instagram
|
63
58
|
logo: Logotip
|
59
|
+
machine_translation_display_priority: Prioritat al mostrar les traduccions automàtiques
|
60
|
+
machine_translation_display_priority_original: Text original primer
|
61
|
+
machine_translation_display_priority_translation: Text traduït primer
|
64
62
|
name: Nom
|
65
63
|
official_img_footer: Logotip oficial al peu de pàgina
|
66
64
|
official_img_header: Logotip oficial a la capçalera
|
@@ -114,10 +112,6 @@ ca:
|
|
114
112
|
file: Fitxer
|
115
113
|
errors:
|
116
114
|
models:
|
117
|
-
oauth_application:
|
118
|
-
attributes:
|
119
|
-
redirect_uri:
|
120
|
-
must_be_ssl: L'URL de redirecció ha de ser SSL
|
121
115
|
organization:
|
122
116
|
attributes:
|
123
117
|
official_img_footer:
|
@@ -149,6 +143,7 @@ ca:
|
|
149
143
|
per_page: Per pàgina
|
150
144
|
permissions: Permisos
|
151
145
|
reject: Rebutjar
|
146
|
+
share: Compartir
|
152
147
|
verify: Verificar
|
153
148
|
admin_terms_of_use:
|
154
149
|
accept:
|
@@ -276,6 +271,7 @@ ca:
|
|
276
271
|
headers:
|
277
272
|
actions: Accions
|
278
273
|
name: Nom del component
|
274
|
+
scope: Àmbit del component
|
279
275
|
type: Tipus de component
|
280
276
|
new:
|
281
277
|
add: Afegeix un component
|
@@ -294,6 +290,11 @@ ca:
|
|
294
290
|
welcome: Benvinguda al tauler d'administració de Decidim.
|
295
291
|
exports:
|
296
292
|
export_as: "%{name} com a %{export_format}"
|
293
|
+
formats:
|
294
|
+
CSV: CSV
|
295
|
+
Excel: Excel
|
296
|
+
FormPDF: PDF
|
297
|
+
JSON: JSON
|
297
298
|
notice: La teva exportació està actualment en curs. Rebràs un correu electrònic quan hagi finalitzat.
|
298
299
|
filters:
|
299
300
|
category_id_eq:
|
@@ -384,7 +385,6 @@ ca:
|
|
384
385
|
homepage: Pàgina d'inici
|
385
386
|
impersonations: Impersonacions
|
386
387
|
newsletters: Butlletins
|
387
|
-
oauth_applications: Aplicacions OAuth
|
388
388
|
participants: Participants
|
389
389
|
scope_types: Tipus d'àmbit
|
390
390
|
scopes: Àmbits
|
@@ -431,11 +431,6 @@ ca:
|
|
431
431
|
sent_to: Enviat a
|
432
432
|
subject: Assumpte
|
433
433
|
name: Butlletí
|
434
|
-
oauth_application:
|
435
|
-
fields:
|
436
|
-
created_at: Creat el
|
437
|
-
name: Nom
|
438
|
-
name: Aplicació OAuth
|
439
434
|
participatory_space_private_user:
|
440
435
|
name: Participant d'espai de participació privat
|
441
436
|
scope:
|
@@ -446,6 +441,14 @@ ca:
|
|
446
441
|
fields:
|
447
442
|
name: Nom
|
448
443
|
plural: Plural
|
444
|
+
share_token:
|
445
|
+
fields:
|
446
|
+
created_at: Creat el
|
447
|
+
expires_at: Caduca el
|
448
|
+
last_used_at: Darrer cop que es va fer servir
|
449
|
+
times_used: Cops utilitzat
|
450
|
+
token: Token
|
451
|
+
user: Creat per
|
449
452
|
static_page:
|
450
453
|
fields:
|
451
454
|
created_at: Data de creació
|
@@ -542,25 +545,6 @@ ca:
|
|
542
545
|
update:
|
543
546
|
error: S'ha produït un error en actualitzar aquest butlletí.
|
544
547
|
success: Butlletí actualitzat correctament. Si us plau, revisa'l abans d'enviar-lo.
|
545
|
-
oauth_applications:
|
546
|
-
create:
|
547
|
-
error: S'ha produït un error en crear aquesta aplicació.
|
548
|
-
success: L'aplicació s'ha creat correctament.
|
549
|
-
destroy:
|
550
|
-
error: S'ha produït un error en eliminar aquesta aplicació.
|
551
|
-
success: S'ha eliminat l'aplicació correctament.
|
552
|
-
edit:
|
553
|
-
save: Desa
|
554
|
-
title: Edita l'aplicació
|
555
|
-
index:
|
556
|
-
confirm_delete: Estàs segura que vols eliminar aquesta aplicació?
|
557
|
-
title: Aplicacions OAuth
|
558
|
-
new:
|
559
|
-
save: Desa
|
560
|
-
title: Nova aplicació
|
561
|
-
update:
|
562
|
-
error: S'ha produït un error en actualitzar aquesta aplicació.
|
563
|
-
success: S'ha actualitzat l'aplicació correctament.
|
564
548
|
officializations:
|
565
549
|
create:
|
566
550
|
success: La participant s'ha oficialitzat correctament
|
@@ -647,7 +631,7 @@ ca:
|
|
647
631
|
invalid: S'ha produït un error en llegir el fitxer CSV.
|
648
632
|
success: Arxiu CSV carregat correctament, s'està enviant un missatge de correu electrònic d'invitació als participants. Pot tardar una mica.
|
649
633
|
new:
|
650
|
-
explanation: Carrega el teu arxiu CSV. Ha de tenir dues columnes amb l'adreça de correu electrònic a la primera columna i el nom a la segona (adreça electrònica, nom) dels usuaris que vulguis afegir a l'espai de participació, sense capçaleres.
|
634
|
+
explanation: 'Carrega el teu arxiu CSV. Ha de tenir dues columnes amb l''adreça de correu electrònic a la primera columna i el nom a la segona (adreça electrònica, nom) dels usuaris que vulguis afegir a l''espai de participació, sense capçaleres. Evita emprar caràcter invàlids com `<>?%&^*#@()[]=+:;"{}\|` al nom d''usuari.'
|
651
635
|
title: Puja el fitxer CSV
|
652
636
|
upload: Carrega
|
653
637
|
resource_permissions:
|
@@ -656,6 +640,10 @@ ca:
|
|
656
640
|
title: Edita els permisos
|
657
641
|
update:
|
658
642
|
success: Els permisos s'han actualitzat correctament.
|
643
|
+
resources:
|
644
|
+
index:
|
645
|
+
headers:
|
646
|
+
scope: Àmbit
|
659
647
|
scope_types:
|
660
648
|
create:
|
661
649
|
error: S'ha produït un error en crear un nou tipus d'àmbit.
|
@@ -687,6 +675,18 @@ ca:
|
|
687
675
|
update:
|
688
676
|
error: S'ha produït un error en actualitzar aquest àmbit.
|
689
677
|
success: Àmbit actualitzat correctament
|
678
|
+
share_tokens:
|
679
|
+
actions:
|
680
|
+
confirm_destroy: Segur que vols eliminar aquest token?
|
681
|
+
destroy: Eliminar
|
682
|
+
share: Compartir
|
683
|
+
destroy:
|
684
|
+
error: S'ha produït un error en eliminar aquest token.
|
685
|
+
success: El token s'ha eliminat correctament.
|
686
|
+
share_tokens:
|
687
|
+
empty: No hi ha tokens actius
|
688
|
+
help: Aquests tokens s'utilitzen per a compartir públicament aquest recurs no publicat a qualsevol usuari. S'ocultaran quan es publiqui el recurs. Fes clic en la icona de compartir el token per a visitar la URL compartible.
|
689
|
+
title: Compartir tokens
|
690
690
|
shared:
|
691
691
|
gallery:
|
692
692
|
add_images: Afegir imatges
|
@@ -797,7 +797,7 @@ ca:
|
|
797
797
|
users_statistics:
|
798
798
|
users_count:
|
799
799
|
admins: Administradores
|
800
|
-
last_day:
|
800
|
+
last_day: El darrer dia
|
801
801
|
last_month: El darrer mes
|
802
802
|
last_week: La darrera setmana
|
803
803
|
no_users_count_statistics_yet: Encara no hi ha estadístiques de recompte d’usuàries
|