decidim-admin 0.26.10 → 0.27.0.rc1

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.

Files changed (289) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/admin/attachments_privacy_warning/show.erb +3 -0
  3. data/app/cells/decidim/admin/attachments_privacy_warning_cell.rb +19 -0
  4. data/app/commands/decidim/admin/block_user.rb +3 -8
  5. data/app/commands/decidim/admin/close_session_managed_user.rb +1 -1
  6. data/app/commands/decidim/admin/create_area.rb +1 -1
  7. data/app/commands/decidim/admin/create_area_type.rb +6 -3
  8. data/app/commands/decidim/admin/create_attachment.rb +14 -6
  9. data/app/commands/decidim/admin/create_attachment_collection.rb +13 -4
  10. data/app/commands/decidim/admin/create_category.rb +6 -4
  11. data/app/commands/decidim/admin/create_component.rb +1 -1
  12. data/app/commands/decidim/admin/create_import.rb +4 -5
  13. data/app/commands/decidim/admin/create_import_example.rb +1 -1
  14. data/app/commands/decidim/admin/create_newsletter.rb +1 -1
  15. data/app/commands/decidim/admin/create_participatory_space_private_user.rb +1 -1
  16. data/app/commands/decidim/admin/create_scope.rb +1 -1
  17. data/app/commands/decidim/admin/create_scope_type.rb +6 -3
  18. data/app/commands/decidim/admin/create_static_page.rb +1 -1
  19. data/app/commands/decidim/admin/create_static_page_topic.rb +1 -1
  20. data/app/commands/decidim/admin/deliver_newsletter.rb +6 -6
  21. data/app/commands/decidim/admin/destroy_area.rb +1 -1
  22. data/app/commands/decidim/admin/destroy_category.rb +6 -3
  23. data/app/commands/decidim/admin/destroy_component.rb +1 -1
  24. data/app/commands/decidim/admin/destroy_newsletter.rb +1 -1
  25. data/app/commands/decidim/admin/destroy_participatory_space_private_user.rb +1 -1
  26. data/app/commands/decidim/admin/destroy_scope.rb +1 -1
  27. data/app/commands/decidim/admin/destroy_share_token.rb +1 -1
  28. data/app/commands/decidim/admin/destroy_static_page.rb +1 -1
  29. data/app/commands/decidim/admin/destroy_static_page_topic.rb +1 -1
  30. data/app/commands/decidim/admin/hide_resource.rb +2 -2
  31. data/app/commands/decidim/admin/impersonate_user.rb +1 -1
  32. data/app/commands/decidim/admin/invite_admin.rb +1 -1
  33. data/app/commands/decidim/admin/officialize_user.rb +1 -1
  34. data/app/commands/decidim/admin/process_participatory_space_private_user_import_csv.rb +7 -3
  35. data/app/commands/decidim/admin/process_user_group_verification_csv.rb +8 -4
  36. data/app/commands/decidim/admin/promote_managed_user.rb +1 -1
  37. data/app/commands/decidim/admin/publish_component.rb +2 -2
  38. data/app/commands/decidim/admin/reject_user_group.rb +1 -1
  39. data/app/commands/decidim/admin/remove_admin.rb +1 -1
  40. data/app/commands/decidim/admin/reorder_content_blocks.rb +1 -1
  41. data/app/commands/decidim/admin/transfer_user.rb +1 -1
  42. data/app/commands/decidim/admin/unblock_user.rb +2 -2
  43. data/app/commands/decidim/admin/unhide_resource.rb +1 -1
  44. data/app/commands/decidim/admin/unofficialize_user.rb +1 -1
  45. data/app/commands/decidim/admin/unpublish_component.rb +1 -1
  46. data/app/commands/decidim/admin/unreport_resource.rb +1 -1
  47. data/app/commands/decidim/admin/unreport_user.rb +1 -1
  48. data/app/commands/decidim/admin/update_area.rb +1 -1
  49. data/app/commands/decidim/admin/update_area_type.rb +8 -3
  50. data/app/commands/decidim/admin/update_attachment.rb +4 -3
  51. data/app/commands/decidim/admin/update_attachment_collection.rb +8 -3
  52. data/app/commands/decidim/admin/update_category.rb +9 -5
  53. data/app/commands/decidim/admin/update_component.rb +8 -5
  54. data/app/commands/decidim/admin/update_component_permissions.rb +9 -6
  55. data/app/commands/decidim/admin/update_content_block.rb +1 -1
  56. data/app/commands/decidim/admin/update_external_domain_whitelist.rb +6 -3
  57. data/app/commands/decidim/admin/update_help_sections.rb +17 -3
  58. data/app/commands/decidim/admin/update_newsletter.rb +1 -1
  59. data/app/commands/decidim/admin/update_organization.rb +1 -1
  60. data/app/commands/decidim/admin/update_organization_appearance.rb +1 -1
  61. data/app/commands/decidim/admin/update_organization_tos_version.rb +1 -1
  62. data/app/commands/decidim/admin/update_resource_permissions.rb +2 -2
  63. data/app/commands/decidim/admin/update_scope.rb +1 -1
  64. data/app/commands/decidim/admin/update_scope_type.rb +8 -3
  65. data/app/commands/decidim/admin/update_static_page.rb +1 -1
  66. data/app/commands/decidim/admin/update_static_page_topic.rb +1 -1
  67. data/app/commands/decidim/admin/update_user_groups.rb +1 -1
  68. data/app/commands/decidim/admin/verify_user_group.rb +1 -1
  69. data/app/controllers/concerns/decidim/admin/filterable.rb +1 -1
  70. data/app/controllers/concerns/decidim/admin/participatory_space_export.rb +3 -1
  71. data/app/controllers/concerns/decidim/moderations/admin/filterable.rb +0 -4
  72. data/app/controllers/decidim/admin/admin_terms_controller.rb +1 -1
  73. data/app/controllers/decidim/admin/application_controller.rb +1 -2
  74. data/app/controllers/decidim/admin/area_types_controller.rb +6 -3
  75. data/app/controllers/decidim/admin/block_user_controller.rb +3 -3
  76. data/app/controllers/decidim/admin/categories_controller.rb +3 -3
  77. data/app/controllers/decidim/admin/component_permissions_controller.rb +1 -1
  78. data/app/controllers/decidim/admin/components/base_controller.rb +1 -0
  79. data/app/controllers/decidim/admin/components_controller.rb +1 -1
  80. data/app/controllers/decidim/admin/concerns/has_attachment_collections.rb +6 -3
  81. data/app/controllers/decidim/admin/concerns/has_attachments.rb +6 -3
  82. data/app/controllers/decidim/admin/concerns/has_private_users_csv_import.rb +7 -0
  83. data/app/controllers/decidim/admin/dashboard_controller.rb +4 -3
  84. data/app/controllers/decidim/admin/exports_controller.rb +4 -1
  85. data/app/controllers/decidim/admin/help_sections_controller.rb +1 -1
  86. data/app/controllers/decidim/admin/metrics_controller.rb +2 -1
  87. data/app/controllers/decidim/admin/moderations_controller.rb +9 -7
  88. data/app/controllers/decidim/admin/newsletter_templates_controller.rb +1 -1
  89. data/app/controllers/decidim/admin/newsletters_controller.rb +1 -1
  90. data/app/controllers/decidim/admin/organization_controller.rb +3 -4
  91. data/app/controllers/decidim/admin/organization_external_domain_whitelist_controller.rb +1 -1
  92. data/app/controllers/decidim/admin/reminders_controller.rb +61 -0
  93. data/app/controllers/decidim/admin/resource_permissions_controller.rb +3 -3
  94. data/app/controllers/decidim/admin/scope_types_controller.rb +6 -3
  95. data/app/controllers/decidim/admin/static_page_topics_controller.rb +3 -1
  96. data/app/controllers/decidim/admin/static_pages_controller.rb +1 -7
  97. data/app/forms/decidim/admin/block_user_form.rb +2 -2
  98. data/app/forms/decidim/admin/category_form.rb +1 -2
  99. data/app/forms/decidim/admin/component_form.rb +16 -7
  100. data/app/forms/decidim/admin/import_example_form.rb +1 -5
  101. data/app/forms/decidim/admin/import_form.rb +7 -10
  102. data/app/forms/decidim/admin/managed_user_promotion_form.rb +1 -1
  103. data/app/forms/decidim/admin/participatory_space_private_user_csv_import_form.rb +7 -4
  104. data/app/forms/decidim/admin/permission_form.rb +9 -8
  105. data/app/forms/decidim/admin/permissions_form.rb +1 -10
  106. data/app/forms/decidim/admin/user_group_csv_verification_form.rb +2 -2
  107. data/app/helpers/decidim/admin/bulk_actions_helper.rb +6 -5
  108. data/app/helpers/decidim/admin/moderations/reports_helper.rb +11 -2
  109. data/app/helpers/decidim/admin/reminders_helper.rb +12 -0
  110. data/app/helpers/decidim/admin/settings_helper.rb +11 -57
  111. data/app/models/decidim/admin/fake_newsletter.rb +0 -20
  112. data/app/packs/entrypoints/decidim_admin.js +3 -6
  113. data/app/packs/src/decidim/admin/admin_autocomplete.js +82 -0
  114. data/app/packs/src/decidim/admin/application.js +0 -16
  115. data/app/packs/src/decidim/admin/choose_language.js +9 -11
  116. data/app/packs/src/decidim/admin/draggable-list.js +1 -1
  117. data/app/packs/src/decidim/admin/dynamic_fields.component.js +0 -1
  118. data/app/packs/stylesheets/decidim/admin/_decidim.scss +0 -1
  119. data/app/packs/stylesheets/decidim/admin/extra/_quill.scss +0 -7
  120. data/app/packs/stylesheets/decidim/admin/modules/_autocomplete.scss +5 -0
  121. data/app/packs/stylesheets/decidim/admin/modules/_forms.scss +0 -6
  122. data/app/packs/stylesheets/decidim/admin/modules/_import_result.scss +10 -0
  123. data/app/packs/stylesheets/decidim/admin/modules/_modules.scss +3 -0
  124. data/app/packs/stylesheets/decidim/admin/modules/_upload_modal.scss +42 -0
  125. data/app/permissions/decidim/admin/permissions.rb +4 -46
  126. data/app/presenters/decidim/admin/dashboard_metric_charts_presenter.rb +3 -1
  127. data/app/queries/decidim/admin/active_users_counter.rb +1 -1
  128. data/app/queries/decidim/admin/newsletter_recipients.rb +2 -2
  129. data/app/queries/decidim/admin/user_filter.rb +1 -1
  130. data/app/queries/decidim/admin/user_groups_evaluation.rb +1 -1
  131. data/app/views/decidim/admin/area_types/edit.html.erb +0 -1
  132. data/app/views/decidim/admin/area_types/index.html.erb +0 -1
  133. data/app/views/decidim/admin/area_types/new.html.erb +0 -1
  134. data/app/views/decidim/admin/areas/edit.html.erb +0 -1
  135. data/app/views/decidim/admin/areas/index.html.erb +0 -1
  136. data/app/views/decidim/admin/areas/new.html.erb +0 -1
  137. data/app/views/decidim/admin/attachment_collections/edit.html.erb +0 -1
  138. data/app/views/decidim/admin/attachment_collections/index.html.erb +0 -1
  139. data/app/views/decidim/admin/attachment_collections/new.html.erb +0 -1
  140. data/app/views/decidim/admin/attachments/edit.html.erb +0 -1
  141. data/app/views/decidim/admin/attachments/index.html.erb +1 -1
  142. data/app/views/decidim/admin/attachments/new.html.erb +0 -1
  143. data/app/views/decidim/admin/authorization_workflows/index.html.erb +0 -1
  144. data/app/views/decidim/admin/categories/_form.html.erb +0 -4
  145. data/app/views/decidim/admin/categories/edit.html.erb +0 -1
  146. data/app/views/decidim/admin/categories/index.html.erb +0 -1
  147. data/app/views/decidim/admin/categories/new.html.erb +0 -1
  148. data/app/views/decidim/admin/categories/show.html.erb +1 -2
  149. data/app/views/decidim/admin/components/_component.html.erb +41 -3
  150. data/app/views/decidim/admin/components/edit.html.erb +0 -1
  151. data/app/views/decidim/admin/components/index.html.erb +0 -1
  152. data/app/views/decidim/admin/components/new.html.erb +1 -1
  153. data/app/views/decidim/admin/conflicts/index.html.erb +0 -1
  154. data/app/views/decidim/admin/dashboard/show.html.erb +1 -1
  155. data/app/views/decidim/admin/help_sections/show.erb +0 -1
  156. data/app/views/decidim/admin/impersonatable_users/index.html.erb +0 -1
  157. data/app/views/decidim/admin/impersonations/new.html.erb +0 -1
  158. data/app/views/decidim/admin/imports/new.html.erb +1 -1
  159. data/app/views/decidim/admin/logs/index.html.erb +0 -1
  160. data/app/views/decidim/admin/moderated_users/index.html.erb +1 -2
  161. data/app/views/decidim/admin/moderations/index.html.erb +4 -9
  162. data/app/views/decidim/admin/moderations/reports/index.html.erb +1 -5
  163. data/app/views/decidim/admin/newsletter_templates/index.html.erb +0 -1
  164. data/app/views/decidim/admin/newsletter_templates/show.html.erb +0 -1
  165. data/app/views/decidim/admin/newsletters/index.html.erb +0 -1
  166. data/app/views/decidim/admin/newsletters/new.html.erb +0 -1
  167. data/app/views/decidim/admin/newsletters/show.html.erb +0 -1
  168. data/app/views/decidim/admin/officializations/index.html.erb +10 -15
  169. data/app/views/decidim/admin/officializations/new.html.erb +0 -1
  170. data/app/views/decidim/admin/organization/edit.html.erb +0 -1
  171. data/app/views/decidim/admin/organization_appearance/edit.html.erb +0 -1
  172. data/app/views/decidim/admin/organization_appearance/form/_images.html.erb +5 -4
  173. data/app/views/decidim/admin/organization_external_domain_whitelist/edit.html.erb +0 -1
  174. data/app/views/decidim/admin/participatory_space_private_users/index.html.erb +1 -1
  175. data/app/views/decidim/admin/participatory_space_private_users_csv_imports/new.html.erb +20 -1
  176. data/app/views/decidim/admin/reminders/new.html.erb +21 -0
  177. data/app/views/decidim/admin/resource_permissions/edit.html.erb +1 -1
  178. data/app/views/decidim/admin/scope_types/edit.html.erb +0 -1
  179. data/app/views/decidim/admin/scope_types/index.html.erb +0 -1
  180. data/app/views/decidim/admin/scope_types/new.html.erb +0 -1
  181. data/app/views/decidim/admin/scopes/edit.html.erb +0 -1
  182. data/app/views/decidim/admin/scopes/index.html.erb +0 -1
  183. data/app/views/decidim/admin/scopes/new.html.erb +0 -1
  184. data/app/views/decidim/admin/shared/_gallery.html.erb +6 -1
  185. data/app/views/decidim/admin/shared/_js-callout.html.erb +6 -0
  186. data/app/views/decidim/admin/shared/landing_page_content_blocks/edit.html.erb +0 -1
  187. data/app/views/decidim/admin/static_page_topics/edit.html.erb +0 -1
  188. data/app/views/decidim/admin/static_page_topics/new.html.erb +0 -1
  189. data/app/views/decidim/admin/static_pages/_form.html.erb +1 -1
  190. data/app/views/decidim/admin/static_pages/edit.html.erb +0 -1
  191. data/app/views/decidim/admin/static_pages/index.html.erb +0 -1
  192. data/app/views/decidim/admin/static_pages/new.html.erb +0 -1
  193. data/app/views/decidim/admin/user_groups/index.html.erb +0 -1
  194. data/app/views/decidim/admin/user_groups_csv_verifications/new.html.erb +0 -1
  195. data/app/views/decidim/admin/users/index.html.erb +0 -1
  196. data/app/views/decidim/admin/users/new.html.erb +0 -1
  197. data/app/views/decidim/admin/users_statistics/_users_count.html.erb +2 -2
  198. data/app/views/layouts/decidim/admin/_application.html.erb +2 -0
  199. data/app/views/layouts/decidim/admin/global_moderations.html.erb +0 -1
  200. data/config/locales/am-ET.yml +1 -0
  201. data/config/locales/ar.yml +44 -38
  202. data/config/locales/bg.yml +1 -0
  203. data/config/locales/ca.yml +39 -36
  204. data/config/locales/cs.yml +47 -42
  205. data/config/locales/da.yml +1 -0
  206. data/config/locales/de.yml +52 -52
  207. data/config/locales/el.yml +14 -65
  208. data/config/locales/en.yml +25 -23
  209. data/config/locales/eo.yml +1 -0
  210. data/config/locales/es-MX.yml +36 -33
  211. data/config/locales/es-PY.yml +36 -33
  212. data/config/locales/es.yml +39 -36
  213. data/config/locales/et.yml +1 -0
  214. data/config/locales/eu.yml +291 -324
  215. data/config/locales/fi-plain.yml +31 -28
  216. data/config/locales/fi.yml +36 -33
  217. data/config/locales/fr-CA.yml +35 -32
  218. data/config/locales/fr.yml +52 -49
  219. data/config/locales/ga-IE.yml +1 -0
  220. data/config/locales/gl.yml +33 -6
  221. data/config/locales/hr.yml +1 -0
  222. data/config/locales/hu.yml +44 -222
  223. data/config/locales/id-ID.yml +10 -10
  224. data/config/locales/is-IS.yml +6 -9
  225. data/config/locales/it.yml +22 -6
  226. data/config/locales/ja.yml +39 -37
  227. data/config/locales/ko.yml +1 -0
  228. data/config/locales/lb.yml +18 -7
  229. data/config/locales/lt.yml +21 -156
  230. data/config/locales/lv.yml +15 -4
  231. data/config/locales/mt.yml +1 -0
  232. data/config/locales/nl.yml +19 -68
  233. data/config/locales/no.yml +27 -10
  234. data/config/locales/om-ET.yml +1 -0
  235. data/config/locales/pl.yml +29 -25
  236. data/config/locales/pt-BR.yml +16 -85
  237. data/config/locales/pt.yml +19 -8
  238. data/config/locales/ro-RO.yml +32 -38
  239. data/config/locales/ru.yml +10 -9
  240. data/config/locales/si-LK.yml +1 -0
  241. data/config/locales/sk.yml +15 -4
  242. data/config/locales/sl.yml +1 -0
  243. data/config/locales/so-SO.yml +1 -0
  244. data/config/locales/sr-CS.yml +9 -20
  245. data/config/locales/sv.yml +39 -19
  246. data/config/locales/sw-KE.yml +1 -0
  247. data/config/locales/ti-ER.yml +1 -0
  248. data/config/locales/tr-TR.yml +19 -11
  249. data/config/locales/uk.yml +10 -6
  250. data/config/locales/val-ES.yml +1 -0
  251. data/config/locales/vi.yml +1 -0
  252. data/config/locales/zh-CN.yml +15 -4
  253. data/config/locales/zh-TW.yml +1 -1066
  254. data/config/routes.rb +0 -2
  255. data/lib/decidim/admin/engine.rb +1 -12
  256. data/lib/decidim/admin/form_builder.rb +2 -1
  257. data/lib/decidim/admin/import/importer.rb +9 -7
  258. data/lib/decidim/admin/import/readers/json.rb +1 -1
  259. data/lib/decidim/admin/test/commands/create_attachment_collection_examples.rb +15 -2
  260. data/lib/decidim/admin/test/commands/create_category_examples.rb +16 -6
  261. data/lib/decidim/admin/test/commands/destroy_category_examples.rb +29 -1
  262. data/lib/decidim/admin/test/commands/update_attachment_collection_examples.rb +15 -2
  263. data/lib/decidim/admin/test/commands/update_category_examples.rb +16 -6
  264. data/lib/decidim/admin/test/filters_participatory_space_user_roles_examples.rb +4 -4
  265. data/lib/decidim/admin/test/filters_participatory_space_users_examples.rb +4 -4
  266. data/lib/decidim/admin/test/forms/category_form_examples.rb +1 -21
  267. data/lib/decidim/admin/test/manage_attachments_examples.rb +9 -2
  268. data/lib/decidim/admin/test/manage_categories_examples.rb +0 -10
  269. data/lib/decidim/admin/test/manage_component_permissions_examples.rb +0 -2
  270. data/lib/decidim/admin/test/manage_moderations_examples.rb +27 -79
  271. data/lib/decidim/admin/test.rb +0 -1
  272. data/lib/decidim/admin/version.rb +1 -1
  273. metadata +22 -34
  274. data/app/controllers/concerns/decidim/admin/needs_admin_tos_accepted.rb +0 -78
  275. data/app/packs/src/decidim/admin/autocomplete.component.js +0 -144
  276. data/app/packs/src/decidim/admin/autocomplete.component.test.js +0 -19
  277. data/app/packs/stylesheets/decidim/admin/components/_autocomplete_select.component.scss +0 -19
  278. data/app/views/decidim/admin/components/_actions.html.erb +0 -43
  279. data/config/environment.rb +0 -3
  280. data/config/locales/fa-IR.yml +0 -1
  281. data/config/locales/gn-PY.yml +0 -1
  282. data/config/locales/ka-GE.yml +0 -1
  283. data/config/locales/kaa.yml +0 -214
  284. data/config/locales/lo-LA.yml +0 -1
  285. data/config/locales/oc-FR.yml +0 -1
  286. data/config/locales/sq-AL.yml +0 -65
  287. data/config/locales/th-TH.yml +0 -1
  288. data/lib/decidim/admin/test/admin_participatory_space_access_examples.rb +0 -49
  289. data/lib/decidim/admin/test/needs_admin_tos_accepted_examples.rb +0 -9
@@ -1,3 +1,4 @@
1
+ ---
1
2
  nl:
2
3
  activemodel:
3
4
  attributes:
@@ -45,7 +46,7 @@ nl:
45
46
  enable_omnipresent_banner: Toon permanente header
46
47
  enable_participatory_space_filters: Schakel filters in voor de participatieve ruimte
47
48
  facebook_handler: Facebook naam
48
- favicon: Favicon
49
+ favicon: Pictogram
49
50
  force_authentication: Verplicht aanmelden
50
51
  force_users_to_authenticate_before_access_organization: Verplicht gebruikers om zich aan te melden voor toegang tot de organisatie
51
52
  from: E-mailadres afzender
@@ -63,9 +64,6 @@ nl:
63
64
  host: Host
64
65
  instagram_handler: Instagram gebruikersnaam
65
66
  logo: Logo
66
- machine_translation_display_priority: Voorrang weergave machinevertaling
67
- machine_translation_display_priority_original: Oorspronkelijke tekst eerst
68
- machine_translation_display_priority_translation: Vertaalde tekst eerst
69
67
  name: Naam
70
68
  official_img_footer: Officieel logo voettekst
71
69
  official_img_header: Officieel logo header
@@ -103,8 +101,6 @@ nl:
103
101
  name: Naam
104
102
  organization: Organisatie
105
103
  plural: Meervoud
106
- settings:
107
- scope_id: Scope
108
104
  static_page:
109
105
  allow_public_access: Toegang zonder authenticatie toestaan
110
106
  changed_notably: Er zijn merkbare veranderingen geweest.
@@ -123,10 +119,6 @@ nl:
123
119
  file: Bestand
124
120
  errors:
125
121
  models:
126
- newsletter:
127
- attributes:
128
- base:
129
- at_least_one_space: Selecteer minstens één participatieve ruimte
130
122
  organization:
131
123
  attributes:
132
124
  official_img_footer:
@@ -175,20 +167,20 @@ nl:
175
167
  per_page: Per pagina
176
168
  permissions: Permissies
177
169
  reject: Weigeren
178
- share: Deel
179
- user:
180
- new: Nieuwe gebruiker
181
170
  verify: Verifiëren
182
171
  admin_terms_of_use:
183
172
  accept:
184
173
  error: Er is een fout opgetreden bij het accepteren van de admin gebruiksvoorwaarden.
185
174
  success: Geweldig! Je hebt de admin gebruiksvoorwaarden geaccepteerd.
186
175
  actions:
176
+ accept: Ik ga akkoord met de volgende voorwaarden
187
177
  are_you_sure: Weet je zeker dat je de Admin gebruiksvoorwaarden wil resetten?
178
+ refuse: Weiger de admin gebruiksvoorwaarden
188
179
  title: Ga akkoord met de gebruiksvoorwaarden
189
180
  required_review:
190
181
  alert: 'Vereist: neem onze admin gebruiksvoorwaarden door'
191
182
  callout: Neem even de tijd om de Admin Gebruiksvoorwaarden door te nemen. Anders kan je het platform niet beheren.
183
+ cta: Bekijk ze nu.
192
184
  title: Admin gebruiksvoorwaarden
193
185
  area_types:
194
186
  create:
@@ -322,24 +314,10 @@ nl:
322
314
  error: Er is een fout opgetreden bij het bijwerken van dit onderdeel.
323
315
  success: Het onderdeel is met succes bijgewerkt.
324
316
  conflicts:
325
- attempts: Pogingen
326
- 'false': 'Nee'
327
- managed_user_name: Beheerde gebruiker
328
- solved: Opgelost
329
317
  title: Controle conflicten
330
- transfer:
331
- email: E-mail
332
- error: Er is een probleem opgetreden bij het overbrengen van de huidige deelnemer naar een beheerde deelnemer.
333
- name: Naam
334
- reason: Reden
335
- success: De overdracht is met succes voltooid.
336
- title: Overdracht
337
- 'true': 'Ja'
338
- user_name: Gebruiker
339
318
  dashboard:
340
319
  show:
341
320
  view_more_logs: Bekijk meer logs
342
- welcome: Welkom bij het Decidim Admin Panel.
343
321
  domain_whitelist:
344
322
  form:
345
323
  domain_too_short: Domein te kort
@@ -527,10 +505,8 @@ nl:
527
505
  help_sections: Helpsecties
528
506
  homepage: Startpagina
529
507
  impersonations: Zich voordoen als
530
- moderation: Algemene moderatie
531
508
  newsletters: Nieuwsbrieven
532
509
  participants: Deelnemers
533
- reported_users: Gerapporteerde gebruikers
534
510
  scope_types: Scope types
535
511
  scopes: Scopes
536
512
  settings: Instellingen
@@ -586,14 +562,6 @@ nl:
586
562
  fields:
587
563
  name: Naam
588
564
  plural: Meervoud
589
- share_token:
590
- fields:
591
- created_at: Aangemaakt op
592
- expires_at: Vervalt op
593
- last_used_at: Laatste keer gebruikt
594
- times_used: Aantal keren gebruikt
595
- token: Token
596
- user: Aangemaakt door
597
565
  static_page:
598
566
  fields:
599
567
  created_at: Aangemaakt op
@@ -619,25 +587,11 @@ nl:
619
587
  state: Staat
620
588
  users_count: Aantal deelnemers
621
589
  moderated_users:
622
- index:
623
- actions:
624
- block: Gebruiker blokkeren
625
- title: Acties
626
- unblock: Deblokkeer gebruiker
627
- unreport: Niet langer rapporteren
628
- name: Naam
629
- nickname: Bijnaam
630
- reason: Reden
631
- reports: Aantal rapporteringen
632
- report:
633
- reasons:
634
- does_not_belong: Hoort niet bij
635
- offensive: Beledigend
636
- spam: Spam
637
590
  tabs:
638
591
  blocked: Geblokkeerd
639
- unblocked: Niet geblokkeerd
640
592
  moderations:
593
+ index:
594
+ title: Moderaties
641
595
  report:
642
596
  reasons:
643
597
  does_not_belong: Hoort niet
@@ -708,6 +662,9 @@ nl:
708
662
  select_scopes: Filter gebruikers uit die een scope geselecteerd hebben in de Mijn interesses instellingen van hun account.
709
663
  select_spaces: Selecteer ruimtes om de nieuwsbrief te segmenteren
710
664
  select_users: Selecteer welke gebruikers u de nieuwsbrief wilt verzenden
665
+ send_to_all_users: Stuur naar alle gebruikers
666
+ send_to_followers: Stuur naar volgers
667
+ send_to_participants: Stuur naar deelnemers
711
668
  title: Selecteer ontvangers
712
669
  warning: "<strong>Opgelet:</strong> Deze nieuwsbrief zal alleen worden verzonden naar gebruikers die <em>Ik wil nieuwsbrieven ontvangen</em> in hun notificatie instellingen hebben geactiveerd."
713
670
  send:
@@ -738,7 +695,6 @@ nl:
738
695
  officialize: "Valideren\n"
739
696
  officialized: Gevalideerd
740
697
  reofficialize: Hervalideren
741
- reports: Rapporten
742
698
  show_email: Toon e-mailadres
743
699
  status: status
744
700
  unblock: Deblokkeer gebruiker
@@ -782,6 +738,7 @@ nl:
782
738
  colors_title: Organisatiekleuren
783
739
  colors_warning_html: Waarschuwing! Het wijzigen van deze kleuren kan de toegankelijkheid verminderen door een te klein contrast. Je kunt het contrast van je keuze nakijken met <a href="%{link}">WebAIM Contrast Checker</a> of andere vergelijkbare tools.
784
740
  header_snippets_help: Gebruik dit veld om dingen toe te voegen aan de HTML-kop. Het meest voorkomende gebruik is het integreren van diensten van derden die extra JavaScript of CSS nodig hebben. U kunt het ook gebruiken om extra metatags toe te voegen aan de HTML. Houd er rekening mee dat dit alleen op openbare pagina's wordt weergegeven, niet in de beheerdersafdeling.
741
+ cta_button_path_help: 'U kunt de verwijzing van de knop "Call to Action" overschrijven. Gebruik hier gedeeltelijke paden, niet volledige URL''s. Aanvaardt letters, cijfers, streepjes en streepjes en moet beginnen met een brief. De knop "Call to Action" wordt weergegeven op de homepage tussen de welkomsttekst en de omschrijving. Voorbeeld: %{url}'
785
742
  cta_button_text_help: U kunt de tekst voor "Call To Action" overschrijven op de homepage voor elke beschikbare taal in uw organisatie. Indien niet ingesteld, wordt de standaardwaarde gebruikt. De knop Call to Action wordt weergegeven op de homepage tussen de welkomsttekst en de omschrijving.
786
743
  homepage_appearance_title: Bewerk de startpagina-weergave
787
744
  homepage_highlighted_content_banner_title: Uitgelichte inhoudsbanner
@@ -800,6 +757,10 @@ nl:
800
757
  form:
801
758
  add: Toevoegen aan whitelist
802
759
  title: Externe domein whitelist
760
+ organization_homepage:
761
+ edit:
762
+ active_content_blocks: Actieve inhoudsblokken
763
+ inactive_content_blocks: Inactieve inhoudsblokken
803
764
  organization_homepage_content_blocks:
804
765
  edit:
805
766
  update: Bijwerken
@@ -821,8 +782,7 @@ nl:
821
782
  invalid: Er is een fout opgetreden bij het lezen van het CSV-bestand.
822
783
  success: Het CSV-bestand is succesvol geüploaded. We sturen een uitnodigingsmail naar de deelnemers. Dit kan even duren.
823
784
  new:
824
- explanation: 'Upload het CSV-bestand zonder headers. Het moet uit twee kolommen bestaan, met het e-mailadres in de eerste kolom en de naam in de laatste kolom van de gebruikers die je wil toevoegen aan de participatieve ruimte (e-mail, naam). Vermijd tekens als `<>?%&^*#@()[]=+:;"{}\|` in de namen.'
825
- title: Upload uw CSV-bestand
785
+ title: Upload het CSV-bestand
826
786
  upload: Upload
827
787
  resource_permissions:
828
788
  edit:
@@ -872,11 +832,6 @@ nl:
872
832
  share: Deel
873
833
  destroy:
874
834
  error: Er is een fout opgetreden bij het vernietigen van de token.
875
- success: Token met succes verwijderd.
876
- share_tokens:
877
- empty: Er zijn geen actieve tokens
878
- help: Deze tokens worden gebruikt om deze niet-gepubliceerde bron openbaar te delen met alle gebruikers. Ze worden verborgen wanneer de bron is gepubliceerd. Klik op het pictogram “delen” van het token om de deelbare URL te bezoeken.
879
- title: Tokens delen
880
835
  shared:
881
836
  gallery:
882
837
  add_images: Afbeeldingen toevoegen
@@ -911,6 +866,7 @@ nl:
911
866
  update: Bijwerken
912
867
  form:
913
868
  none: Geen
869
+ slug_help: 'Gebruik gedeeltelijke paden, niet volledige URL''s hier. Accepteert letters, cijfers, streepjes en slashes, en moet beginnen met een letter. Voorbeeld: %{url}'
914
870
  index:
915
871
  last_notable_change: Laatste opvallende verandering
916
872
  new:
@@ -933,14 +889,12 @@ nl:
933
889
  impersonatable_users: Beheersbare deelnemers
934
890
  impersonations: Beheer van deelnemers
935
891
  metrics: Cijfers
936
- panel: Admin
937
892
  participants: Deelnemers
938
893
  scope_types: Scope types
939
894
  scopes: Scopes
940
895
  static_pages: Pagina's
941
896
  statistics: Activiteit
942
897
  user_groups: groepen
943
- users: Deelnemers
944
898
  user_group:
945
899
  csv_verify:
946
900
  invalid: Er is een fout opgetreden bij het lezen van het CSV-bestand.
@@ -976,7 +930,6 @@ nl:
976
930
  role: Rol
977
931
  new:
978
932
  create: Nodig uit
979
- title: Nodig deelnemer uit als beheerder
980
933
  users_statistics:
981
934
  users_count:
982
935
  admins: Admins
@@ -985,7 +938,7 @@ nl:
985
938
  last_week: Vorige week
986
939
  no_users_count_statistics_yet: Er zijn nog geen gebruikers teller statistieken
987
940
  participants: Deelnemers
988
- view_public_page: Bekijk de openbare pagina
941
+ view_public_page: Bekijk openbare pagina
989
942
  forms:
990
943
  errors:
991
944
  impersonate_user:
@@ -993,7 +946,6 @@ nl:
993
946
  metrics:
994
947
  blocked_users:
995
948
  object: geblokkeerde gebruikers
996
- title: Geblokkeerde gebruikers
997
949
  reported_users:
998
950
  object: gerapporteerde gebruikers
999
951
  title: Gerapporteerde gebruikers
@@ -1027,10 +979,9 @@ nl:
1027
979
  hidden_at: Verborgen op
1028
980
  participatory_space: Participatieve ruimte
1029
981
  report_count: Aantal
1030
- reportable_id: ID
1031
982
  reportable_type: Type
1032
983
  reported_content_url: Gerapporteerde inhouds-URL
1033
- reports: Rapporten
984
+ reports: Meldingen
1034
985
  visit_url: Bezoek URL
1035
986
  report:
1036
987
  fields:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  "no":
2
3
  activemodel:
3
4
  attributes:
@@ -123,10 +124,6 @@
123
124
  file: Fil
124
125
  errors:
125
126
  models:
126
- newsletter:
127
- attributes:
128
- base:
129
- at_least_one_space: Velg minst et rom
130
127
  organization:
131
128
  attributes:
132
129
  official_img_footer:
@@ -176,19 +173,20 @@
176
173
  permissions: Tillatelser
177
174
  reject: Avvis
178
175
  share: Del
179
- user:
180
- new: Ny bruker
181
176
  verify: Verifiser
182
177
  admin_terms_of_use:
183
178
  accept:
184
179
  error: Det oppstod et problem med å godkjenne administrator vilkårene.
185
180
  success: Flott! Du har godtatt administratorenes vilkår for bruk.
186
181
  actions:
182
+ accept: Jeg godtar følgende vilkår
187
183
  are_you_sure: Er du sikker på at du vil avslå administratorvilkårene for bruk?
184
+ refuse: Avslå administratorvilkårene
188
185
  title: Godta vilkårene for bruk
189
186
  required_review:
190
187
  alert: 'Påkrevd: Gå gjennom administrasjons vilkårene våre'
191
188
  callout: Vennligst ta deg tid til å se gjennom administratorers bruksvilkår. Ellers vil du ikke kunne administrere plattformen.
189
+ cta: Se over dem nå.
192
190
  title: Administrator vilkår for bruk
193
191
  area_types:
194
192
  create:
@@ -257,6 +255,8 @@
257
255
  update:
258
256
  error: Det oppsto et problem med å oppdatere dette vedlegget.
259
257
  success: Vedlegg ble oppdatert.
258
+ attachments_privacy_warning:
259
+ message: Vær forsiktig når du arbeider med vedlegg i et privat rom. Alle deltakere kan dele dette dokumentet med andre.
260
260
  autocomplete:
261
261
  no_results: Ingen resultat funnet
262
262
  search_prompt: Skriv minst tre tegn for å søke
@@ -339,7 +339,6 @@
339
339
  dashboard:
340
340
  show:
341
341
  view_more_logs: Vis flere logger
342
- welcome: Velkommen til Decidim administrator Panel.
343
342
  domain_whitelist:
344
343
  form:
345
344
  domain_too_short: Domene er for kort
@@ -629,6 +628,7 @@
629
628
  nickname: Kallenavn
630
629
  reason: Årsak
631
630
  reports: Antall rapporter
631
+ title: Oppføring rapporterte brukere
632
632
  report:
633
633
  reasons:
634
634
  does_not_belong: Tilhører ikke
@@ -638,6 +638,8 @@
638
638
  blocked: Blokkert
639
639
  unblocked: Ikke blokkert
640
640
  moderations:
641
+ index:
642
+ title: Moderering
641
643
  report:
642
644
  reasons:
643
645
  does_not_belong: Tilhører ikke
@@ -708,6 +710,9 @@
708
710
  select_scopes: Filtrer for brukere som har aktivert et valgt tema i innstillingene for Mine interesser.
709
711
  select_spaces: Velg rom for å segmentere nyhetsbrevet
710
712
  select_users: Velg hvilke brukere du vil sende nyhetsbrevet
713
+ send_to_all_users: Send til alle brukere
714
+ send_to_followers: Send til følgere
715
+ send_to_participants: Send til deltakerne
711
716
  title: Velg mottakere som skal leveres
712
717
  warning: "<strong>Oppmerksomhet:</strong> Dette nyhetsbrevet vil bare bli sendt til brukere som har aktivert <em>Jeg ønsker å motta nyhetsbrev</em> i varslingsinnstillingene."
713
718
  send:
@@ -782,6 +787,7 @@
782
787
  colors_title: Organisasjonens farger
783
788
  colors_warning_html: Advarsel! Endring av disse fargene kan ødelegge tilgjengelighetskontraster. Du kan sjekke kontrasten du velger, <a href="%{link}">WebAIM Contrast Checker</a> eller andre lignende verktøy.
784
789
  header_snippets_help: "Bruk dette feltet til å legge til ting i HTML head. Den vanligste bruken er å integrere tredjeparts tjenester som krever litt ekstra JavaScript eller CSS. Du kan også bruke den til å legge til ekstra meta tags til HTML. Merk at dette bare blir gjengitt på offentlige sider, ikke i \nadministrator seksjonen."
790
+ cta_button_path_help: 'Du kan overskrive hvor Kall til Handlingsknappen på hjemmesiden lenker til. Bruk delvise veier, ikke fullstendige URLer her. Godtar bokstaver, tall, tankestreker og skråstreker, og må starte med en bokstav. Kall til Handlingknappen vises på hjemmesiden mellom velkomstteksten og beskrivelsen. Eksempel: %{url}'
785
791
  cta_button_text_help: Du kan overskrive Handlingsknappens tekst på hjemmesiden for hvert tilgjengelige språk i organisasjonen. Hvis ikke satt, blir standardverdien brukt. Kall til Handlingknappen vises på hjemmesiden mellom velkomstteksten og beskrivelsen.
786
792
  homepage_appearance_title: Endre hjemmesidens utseende
787
793
  homepage_highlighted_content_banner_title: Markert innholdsbanner
@@ -800,6 +806,10 @@
800
806
  form:
801
807
  add: Legg til i hviteliste
802
808
  title: Hviteliste for eksterne domener
809
+ organization_homepage:
810
+ edit:
811
+ active_content_blocks: Aktive innholdsblokkerer
812
+ inactive_content_blocks: Inaktivt innholdsblokkerer
803
813
  organization_homepage_content_blocks:
804
814
  edit:
805
815
  update: Oppdater
@@ -824,6 +834,14 @@
824
834
  explanation: 'Last opp din CSV-fil. Det må være to kolonner uten overskrifter, e-post i den første kolonnen og navn i den siste kolonnen (e-post, navn) til brukerne du vil legge til i det deltakende rommet. Unngå å bruke ugyldige tegn som `<>?%&^*#@()[]=+:;"{}\″` med brukernavn.'
825
835
  title: Last opp din CSV fil
826
836
  upload: Last opp
837
+ reminders:
838
+ create:
839
+ error: Det oppsto et problem med å opprette påminnelser.
840
+ success:
841
+ one: "%{count} bruker vil bli påminnet."
842
+ other: "%{count} brukere vil bli påminnet."
843
+ new:
844
+ submit: Send
827
845
  resource_permissions:
828
846
  edit:
829
847
  submit: Send inn
@@ -881,6 +899,7 @@
881
899
  gallery:
882
900
  add_images: Legg til bilder
883
901
  delete_image: Slett bilde
902
+ edit_images: Rediger bilder
884
903
  gallery_legend: Legg til et bildegalleri (valgfritt)
885
904
  static_page_topics:
886
905
  create:
@@ -911,6 +930,7 @@
911
930
  update: Oppdater
912
931
  form:
913
932
  none: Ingen
933
+ slug_help: 'Bruk delte stier, ikke fullstendige nettadresser her. Godtar bokstaver, tall, streker og skråstreker, og må starte med en bokstav. Eksempel: %{url}'
914
934
  index:
915
935
  last_notable_change: Siste merkbare endring
916
936
  new:
@@ -940,7 +960,6 @@
940
960
  static_pages: Sider
941
961
  statistics: Aktivitet
942
962
  user_groups: Grupper
943
- users: Deltakere
944
963
  user_group:
945
964
  csv_verify:
946
965
  invalid: Det oppstod et problem med å lese CSV-filen.
@@ -976,7 +995,6 @@
976
995
  role: Rolle
977
996
  new:
978
997
  create: Inviter
979
- title: Inviter deltaker som administrator
980
998
  users_statistics:
981
999
  users_count:
982
1000
  admins: Adminer
@@ -1027,7 +1045,6 @@
1027
1045
  hidden_at: Skjult på
1028
1046
  participatory_space: Deltakerrom
1029
1047
  report_count: Antall
1030
- reportable_id: ID
1031
1048
  reportable_type: Type
1032
1049
  reported_content_url: Rapportert innholds URL
1033
1050
  reports: Rapporter
@@ -1 +1,2 @@
1
+ ---
1
2
  om:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pl:
2
3
  activemodel:
3
4
  attributes:
@@ -14,24 +15,17 @@ pl:
14
15
  description: Opis
15
16
  file: Plik
16
17
  title: Nazwa załącznika lub obrazu
17
- weight: Kolejność
18
18
  attachment_collection:
19
19
  description: Opis
20
20
  name: Nazwa
21
- weight: Kolejność
22
21
  category:
23
22
  description: Opis
24
23
  name: Nazwa
25
24
  parent_id: Element nadrzędny
26
- weight: Kolejność
27
25
  component:
28
26
  name: Nazwa
29
27
  published_at: Opublikowano
30
28
  weight: Kolejność na stronie
31
- external_domain:
32
- value: Wartość
33
- help_section:
34
- content: Zawartość
35
29
  id: ID
36
30
  import:
37
31
  user_group_id: Utwórz import jako
@@ -99,9 +93,6 @@ pl:
99
93
  welcome_notification_body: Treść komunikatu powitalnego
100
94
  welcome_notification_subject: Tytuł komunikatu powitalnego
101
95
  youtube_handler: Handler YouTube
102
- participatory_space_private_user:
103
- email: E-mail
104
- name: Nazwa
105
96
  scope:
106
97
  code: Kod
107
98
  name: Nazwa
@@ -123,7 +114,6 @@ pl:
123
114
  show_in_footer: Pokaż w stopce
124
115
  slug: URL slug
125
116
  title: Tytuł
126
- topic_id: Temat
127
117
  weight: Kolejność na stronie
128
118
  static_page_topic:
129
119
  description: Opis
@@ -195,14 +185,14 @@ pl:
195
185
  error: Wystąpił błąd podczas akceptowania warunków użytkowania dla administratorów.
196
186
  success: Świetnie! Zaakceptowano warunki użytkowania dla administratorów.
197
187
  actions:
198
- accept: Zgadzam się z warunkami
188
+ accept: Zgadzam się z warunkami użytkowania
199
189
  are_you_sure: Czy na pewno nie wyrażasz zgody na warunki użytkowania dla administratorów?
200
- refuse: Odrzuć warunki użytkowania administratora
190
+ refuse: Nie akceptuję warunków dla administratorów
201
191
  title: Akceptuję warunki użytkowania
202
192
  required_review:
203
193
  alert: 'Wymagane: Zapoznaj się z warunkami użytkowania dla administratorów'
204
194
  callout: Poświęć chwilę, aby zapoznać się z Warunkami użytkowania dla administratorów. W przeciwnym razie nie uzyskasz dostępu do administrowania platformą.
205
- cta: Zapoznaj się z nimi teraz.
195
+ cta: Zapoznaj się teraz.
206
196
  title: Warunki użytkowania dla administratorów
207
197
  area_types:
208
198
  create:
@@ -224,7 +214,6 @@ pl:
224
214
  error: Wystąpił błąd podczas tworzenia nowej ketegorii.
225
215
  success: Kategoria została utworzona.
226
216
  destroy:
227
- has_spaces: Ten obszar ma przestrzenie zależne. Upewnij się przed jego usunięciem, że żadna przestrzeń partycypacji nie odnosi się do tego obszaru.
228
217
  success: Kategoria została usunięta
229
218
  edit:
230
219
  title: Edytuj kategorię
@@ -353,7 +342,7 @@ pl:
353
342
  dashboard:
354
343
  show:
355
344
  view_more_logs: Zobacz więcej logów
356
- welcome: Witamy w panelu administracyjnym Decidim.
345
+ welcome: Witamy w Panelu Administracyjnym.
357
346
  domain_whitelist:
358
347
  form:
359
348
  domain_too_short: Domena jest zbyt krótka
@@ -624,7 +613,7 @@ pl:
624
613
  fields:
625
614
  created_at: Data utworzenia
626
615
  email: E-mail
627
- last_sign_in_at: Ostatnie logowanie
616
+ last_sign_in_at: Ostatni dzień rejestracji
628
617
  name: Imię
629
618
  role: Rola
630
619
  roles:
@@ -651,7 +640,7 @@ pl:
651
640
  nickname: Pseudonim
652
641
  reason: Powód
653
642
  reports: Liczba zgłoszeń
654
- title: Zgłoszeni uczestnicy
643
+ title: Lista zgłoszonych użytkowników
655
644
  report:
656
645
  reasons:
657
646
  does_not_belong: Nie należy
@@ -662,7 +651,7 @@ pl:
662
651
  unblocked: Niezablokowany
663
652
  moderations:
664
653
  index:
665
- title: Zgłoszona zawartość
654
+ title: Moderacje
666
655
  report:
667
656
  reasons:
668
657
  does_not_belong: Nie należy
@@ -810,6 +799,7 @@ pl:
810
799
  colors_title: Kolory organizacji
811
800
  colors_warning_html: Uwaga! Zmiana tych kolorów może ograniczyć czytelność. Możesz sprawdzić kontrast wybranych kolorów korzystając z <a href="%{link}">WebAIM Contrast Checker</a> albo innych podobnych narzędzi.
812
801
  header_snippets_help: Użyj tego pola, aby dodać elementy do nagłówka kodu HTML. Najczęstszym zastosowaniem jest zintegrowanie usług innych firm, które wymagają dodatkowego kodu JavaScript lub CSS. Można również użyć go do dodawania dodatkowych meta tagów do HTML. Zauważ, że będzie to widoczne tylko na stronach publicznych, a nie w sekcji administracyjnej.
802
+ cta_button_path_help: 'Możesz nadpisać adres do jakiego kieruje przycisk CTA na stronie głównej. Należy wpisać tylko to, co ma znaleźć się na końcu po znaku „/”, a nie pełen adres. Można użyć liter, cyfr, myślników i ukośników. Musi zaczynać się od litery. Przycisk CTA zostanie wyświetlony na stronie głównej między tekstem powitalnym a opisem. Przykład: %{url}'
813
803
  cta_button_text_help: Można nadpisać tekst przycisku CTA na stronie głównej dla każdego dostępnego języka organizacji. Jeśli to pole nie zostanie wypełnione, zostanie użyta wartość domyślna. Przycisk CTA zostanie wyświetlony na stronie głównej między tekstem powitalnym a opisem.
814
804
  homepage_appearance_title: Edytuj wygląd strony głównej
815
805
  homepage_highlighted_content_banner_title: Wyróżniony baner tekstowy
@@ -831,7 +821,7 @@ pl:
831
821
  organization_homepage:
832
822
  edit:
833
823
  active_content_blocks: Aktywne bloki treści
834
- inactive_content_blocks: Nieaktywne bloki treści
824
+ inactive_content_blocks: Bloki nieaktywnych treści
835
825
  organization_homepage_content_blocks:
836
826
  edit:
837
827
  update: Aktualizuj
@@ -853,9 +843,22 @@ pl:
853
843
  invalid: Wystąpił błąd podczas odczytu pliku CSV.
854
844
  success: Plik CSV został pomyślnie wgrany, wysyłamy e-mail z zaproszeniem do uczestników. To może zająć chwilę.
855
845
  new:
846
+ destroy:
847
+ button: Usuń wszystkich prywatnych uczestników
848
+ title: Usuń prywatnych uczestników
856
849
  explanation: 'Prześlij swój plik CSV. Plik musi składać się z dwóch kolumn: w pierwszej kolumnie adresy e-mail, w drugiej kolumnie imiona (adres e-mail, imię) użytkowników, których chcesz dodać do przestrzeni partycypacyjnej; bez nagłówków. Unikaj używania niepoprawnych znaków takich jak `<>?%&^*#@()[]=+:;"{}\|` w imieniu użytkownika.'
857
850
  title: Prześlij swój plik CSV
858
851
  upload: Prześlij
852
+ reminders:
853
+ create:
854
+ error: Wystąpił błąd podczas tworzenia przypomnień.
855
+ success:
856
+ one: "%{count} użytkownik otrzyma przypomnienie."
857
+ few: "%{count} użytkowników otrzyma przypomnienie."
858
+ many: "%{count} użytkowników otrzyma przypomnienie."
859
+ other: "%{count} użytkowników otrzyma przypomnienie."
860
+ new:
861
+ submit: Wyślij
859
862
  resource_permissions:
860
863
  edit:
861
864
  submit: Zatwierdź
@@ -913,6 +916,7 @@ pl:
913
916
  gallery:
914
917
  add_images: Dodaj obrazy
915
918
  delete_image: Usuń obraz
919
+ edit_images: Edytuj obrazy
916
920
  gallery_legend: Dodaj galerię obrazów (opcjonalnie)
917
921
  static_page_topics:
918
922
  create:
@@ -942,7 +946,8 @@ pl:
942
946
  title: Edytuj stronę
943
947
  update: Aktualizuj
944
948
  form:
945
- none: Bez tematu
949
+ none: Żadna
950
+ slug_help: 'Wpisz tutaj tylko to, co ma znaleźć się na końcu po znaku „/”, a nie pełny adres URL. Można użyć liter, cyfr i myślników. Musi zaczynać się od litery. Przykład: %{url}'
946
951
  index:
947
952
  last_notable_change: Ostatnia istotna zmiana
948
953
  new:
@@ -972,7 +977,7 @@ pl:
972
977
  static_pages: Strony
973
978
  statistics: Aktywność
974
979
  user_groups: Grupy użytkowników
975
- users: Użytkownicy
980
+ users: Administratorzy
976
981
  user_group:
977
982
  csv_verify:
978
983
  invalid: Wystąpił błąd podczas odczytu pliku CSV.
@@ -1008,7 +1013,7 @@ pl:
1008
1013
  role: Rola
1009
1014
  new:
1010
1015
  create: Zaproś
1011
- title: Zaproś użytkownika jako administratora
1016
+ title: Zaproś nowego administratora
1012
1017
  users_statistics:
1013
1018
  users_count:
1014
1019
  admins: Administratorzy
@@ -1017,7 +1022,7 @@ pl:
1017
1022
  last_week: Poprzedni tydzień
1018
1023
  no_users_count_statistics_yet: Nie ma jeszcze statystyk dotyczących liczby użytkowników
1019
1024
  participants: Użytkownicy
1020
- view_public_page: Wyświetl stronę publiczną
1025
+ view_public_page: Zobacz stronę publiczną
1021
1026
  forms:
1022
1027
  errors:
1023
1028
  impersonate_user:
@@ -1056,7 +1061,6 @@ pl:
1056
1061
  moderation:
1057
1062
  fields:
1058
1063
  created_at: Data utworzenia
1059
- deleted_resource: Usunięty zasób
1060
1064
  hidden_at: Ukryto
1061
1065
  participatory_space: Przestrzeń partycypacyjna
1062
1066
  report_count: Liczba