decidim-admin 0.28.0 → 0.28.1

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 (151) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/admin/content_block_cell.rb +1 -1
  3. data/app/commands/decidim/admin/destroy_category.rb +1 -1
  4. data/app/controllers/decidim/admin/application_controller.rb +2 -1
  5. data/app/controllers/decidim/admin/area_types_controller.rb +1 -1
  6. data/app/controllers/decidim/admin/authorization_workflows_controller.rb +2 -0
  7. data/app/controllers/decidim/admin/conflicts_controller.rb +23 -0
  8. data/app/controllers/decidim/admin/impersonatable_users_controller.rb +3 -1
  9. data/app/controllers/decidim/admin/impersonations_controller.rb +1 -0
  10. data/app/controllers/decidim/admin/managed_users/impersonation_logs_controller.rb +2 -0
  11. data/app/controllers/decidim/admin/moderated_users_controller.rb +10 -0
  12. data/app/controllers/decidim/admin/moderations_controller.rb +10 -0
  13. data/app/controllers/decidim/admin/officializations_controller.rb +2 -0
  14. data/app/controllers/decidim/admin/scope_types_controller.rb +1 -1
  15. data/app/controllers/decidim/admin/static_page_topics_controller.rb +10 -0
  16. data/app/controllers/decidim/admin/user_groups_controller.rb +2 -0
  17. data/app/controllers/decidim/admin/users_controller.rb +2 -0
  18. data/app/events/decidim/resource_hidden_event.rb +5 -1
  19. data/app/helpers/decidim/admin/admin_terms_helper.rb +1 -1
  20. data/app/helpers/decidim/admin/filterable_helper.rb +1 -1
  21. data/app/packs/entrypoints/decidim_admin_overrides.scss +2 -0
  22. data/app/packs/images/decidim/admin/.keep +0 -0
  23. data/app/packs/src/decidim/admin/application.js +8 -0
  24. data/app/packs/src/decidim/admin/participatory_space_search.js +1 -1
  25. data/app/packs/stylesheets/decidim/admin/_filters.scss +1 -1
  26. data/app/packs/stylesheets/decidim/admin/_legacy_foundation.scss +10 -0
  27. data/app/packs/stylesheets/decidim/admin/_sidebar-menu.scss +4 -4
  28. data/app/packs/stylesheets/decidim/admin/_tabs.scss +6 -0
  29. data/app/packs/stylesheets/decidim/admin/decidim_application.scss +5 -0
  30. data/app/views/decidim/admin/admin_terms/show.html.erb +2 -2
  31. data/app/views/decidim/admin/area_types/edit.html.erb +2 -2
  32. data/app/views/decidim/admin/area_types/index.html.erb +2 -2
  33. data/app/views/decidim/admin/area_types/new.html.erb +2 -2
  34. data/app/views/decidim/admin/areas/edit.html.erb +2 -2
  35. data/app/views/decidim/admin/areas/index.html.erb +2 -2
  36. data/app/views/decidim/admin/areas/new.html.erb +2 -2
  37. data/app/views/decidim/admin/attachment_collections/edit.html.erb +2 -2
  38. data/app/views/decidim/admin/attachment_collections/index.html.erb +2 -2
  39. data/app/views/decidim/admin/attachment_collections/new.html.erb +2 -2
  40. data/app/views/decidim/admin/attachments/edit.html.erb +2 -2
  41. data/app/views/decidim/admin/attachments/index.html.erb +2 -2
  42. data/app/views/decidim/admin/attachments/new.html.erb +2 -2
  43. data/app/views/decidim/admin/authorization_workflows/index.html.erb +2 -2
  44. data/app/views/decidim/admin/block_user/new.html.erb +3 -4
  45. data/app/views/decidim/admin/categories/edit.html.erb +2 -2
  46. data/app/views/decidim/admin/categories/index.html.erb +7 -3
  47. data/app/views/decidim/admin/categories/new.html.erb +2 -2
  48. data/app/views/decidim/admin/components/edit.html.erb +2 -2
  49. data/app/views/decidim/admin/components/index.html.erb +2 -2
  50. data/app/views/decidim/admin/components/new.html.erb +2 -2
  51. data/app/views/decidim/admin/conflicts/index.html.erb +2 -2
  52. data/app/views/decidim/admin/dashboard/show.html.erb +2 -2
  53. data/app/views/decidim/admin/help_sections/_form.html.erb +2 -2
  54. data/app/views/decidim/admin/impersonatable_users/index.html.erb +2 -2
  55. data/app/views/decidim/admin/impersonations/new.html.erb +2 -2
  56. data/app/views/decidim/admin/imports/new.html.erb +2 -2
  57. data/app/views/decidim/admin/managed_users/impersonation_logs/index.html.erb +2 -2
  58. data/app/views/decidim/admin/managed_users/promotions/new.html.erb +2 -2
  59. data/app/views/decidim/admin/moderated_users/index.html.erb +2 -2
  60. data/app/views/decidim/admin/moderations/index.html.erb +2 -2
  61. data/app/views/decidim/admin/moderations/reports/index.html.erb +2 -2
  62. data/app/views/decidim/admin/moderations/reports/show.html.erb +2 -2
  63. data/app/views/decidim/admin/newsletter_templates/index.html.erb +5 -6
  64. data/app/views/decidim/admin/newsletter_templates/show.html.erb +16 -12
  65. data/app/views/decidim/admin/newsletters/edit.html.erb +2 -2
  66. data/app/views/decidim/admin/newsletters/index.html.erb +2 -2
  67. data/app/views/decidim/admin/newsletters/new.html.erb +2 -2
  68. data/app/views/decidim/admin/newsletters/select_recipients_to_deliver.html.erb +13 -9
  69. data/app/views/decidim/admin/newsletters/show.html.erb +29 -26
  70. data/app/views/decidim/admin/officializations/index.html.erb +1 -1
  71. data/app/views/decidim/admin/officializations/new.html.erb +2 -2
  72. data/app/views/decidim/admin/organization/_form.html.erb +5 -3
  73. data/app/views/decidim/admin/organization/edit.html.erb +2 -2
  74. data/app/views/decidim/admin/organization_appearance/edit.html.erb +2 -2
  75. data/app/views/decidim/admin/organization_external_domain_whitelist/edit.html.erb +2 -2
  76. data/app/views/decidim/admin/participatory_space_private_users/index.html.erb +2 -2
  77. data/app/views/decidim/admin/participatory_space_private_users/new.html.erb +2 -2
  78. data/app/views/decidim/admin/resource_permissions/edit.html.erb +2 -2
  79. data/app/views/decidim/admin/scope_types/edit.html.erb +2 -2
  80. data/app/views/decidim/admin/scope_types/index.html.erb +2 -2
  81. data/app/views/decidim/admin/scope_types/new.html.erb +2 -2
  82. data/app/views/decidim/admin/scopes/edit.html.erb +2 -2
  83. data/app/views/decidim/admin/scopes/index.html.erb +2 -2
  84. data/app/views/decidim/admin/scopes/new.html.erb +2 -2
  85. data/app/views/decidim/admin/shared/_filters.html.erb +1 -1
  86. data/app/views/decidim/admin/shared/landing_page/_content_blocks.html.erb +2 -2
  87. data/app/views/decidim/admin/shared/landing_page_content_blocks/edit.html.erb +2 -2
  88. data/app/views/decidim/admin/static_page_topics/edit.html.erb +2 -2
  89. data/app/views/decidim/admin/static_page_topics/index.html.erb +2 -2
  90. data/app/views/decidim/admin/static_page_topics/new.html.erb +2 -2
  91. data/app/views/decidim/admin/static_pages/edit.html.erb +2 -2
  92. data/app/views/decidim/admin/static_pages/index.html.erb +2 -2
  93. data/app/views/decidim/admin/static_pages/new.html.erb +2 -2
  94. data/app/views/decidim/admin/user_groups/index.html.erb +2 -2
  95. data/app/views/decidim/admin/user_groups_csv_verifications/new.html.erb +2 -2
  96. data/app/views/decidim/admin/users/index.html.erb +2 -2
  97. data/app/views/decidim/admin/users/new.html.erb +2 -2
  98. data/app/views/layouts/decidim/admin/_breadcrumb.html.erb +1 -1
  99. data/app/views/layouts/decidim/admin/_header.html.erb +4 -0
  100. data/app/views/layouts/decidim/admin/_js_configuration.html.erb +1 -0
  101. data/config/assets.rb +1 -0
  102. data/config/locales/ar.yml +10 -8
  103. data/config/locales/bg.yml +25 -0
  104. data/config/locales/ca.yml +2 -1
  105. data/config/locales/cs.yml +4 -8
  106. data/config/locales/de.yml +5 -4
  107. data/config/locales/el.yml +1 -12
  108. data/config/locales/en.yml +2 -1
  109. data/config/locales/es-MX.yml +3 -2
  110. data/config/locales/es-PY.yml +3 -2
  111. data/config/locales/es.yml +3 -2
  112. data/config/locales/eu.yml +6 -5
  113. data/config/locales/fi-plain.yml +2 -1
  114. data/config/locales/fi.yml +4 -3
  115. data/config/locales/fr-CA.yml +3 -2
  116. data/config/locales/fr.yml +2 -1
  117. data/config/locales/ga-IE.yml +1 -4
  118. data/config/locales/gl.yml +7 -7
  119. data/config/locales/he-IL.yml +50 -0
  120. data/config/locales/hu.yml +35 -6
  121. data/config/locales/id-ID.yml +4 -0
  122. data/config/locales/is-IS.yml +4 -0
  123. data/config/locales/it.yml +6 -9
  124. data/config/locales/ja.yml +6 -4
  125. data/config/locales/ko.yml +774 -0
  126. data/config/locales/lb.yml +7 -10
  127. data/config/locales/lt.yml +1 -14
  128. data/config/locales/lv.yml +7 -0
  129. data/config/locales/nl.yml +6 -9
  130. data/config/locales/no.yml +19 -9
  131. data/config/locales/pl.yml +71 -4
  132. data/config/locales/pt-BR.yml +49 -12
  133. data/config/locales/pt.yml +7 -10
  134. data/config/locales/ro-RO.yml +1 -13
  135. data/config/locales/ru.yml +4 -0
  136. data/config/locales/sk.yml +4 -0
  137. data/config/locales/sl.yml +4 -0
  138. data/config/locales/sq-AL.yml +77 -0
  139. data/config/locales/sr-CS.yml +4 -0
  140. data/config/locales/sv.yml +6 -9
  141. data/config/locales/tr-TR.yml +10 -0
  142. data/config/locales/uk.yml +4 -0
  143. data/config/locales/zh-CN.yml +4 -0
  144. data/config/locales/zh-TW.yml +1 -11
  145. data/decidim-admin.gemspec +43 -0
  146. data/lib/decidim/admin/engine.rb +1 -25
  147. data/lib/decidim/admin/menu.rb +13 -4
  148. data/lib/decidim/admin/test/commands/destroy_category_examples.rb +9 -0
  149. data/lib/decidim/admin/version.rb +1 -1
  150. metadata +19 -15
  151. data/config/environment.rb +0 -3
@@ -1 +1,775 @@
1
+ ---
1
2
  ko:
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: 첨부파일 or 이미지 이름
18
+ attachment_collection:
19
+ description: 상세정보
20
+ name: 이름
21
+ category:
22
+ description: 상세정보
23
+ name: 이름
24
+ component:
25
+ name: 이름
26
+ external_domain:
27
+ value: 값
28
+ help_section:
29
+ content: 내용
30
+ id: 아이디
31
+ newsletter:
32
+ send_to_all_users: 모든 유저에게 보내기
33
+ send_to_followers: 팔로워들에게 보내기
34
+ send_to_participants: 참여자들에게 보내기
35
+ subject: 주제
36
+ organization:
37
+ alert_color: 알림
38
+ badges_enabled: 뱃지 활성화
39
+ comments_max_length: 댓글 최대 길이(기본값은 0으로 남김)
40
+ cta_button_path: 수행에 대한 호출 단추 경로
41
+ cta_button_text: 수행에 대한 호출 단추 텍스트
42
+ customize_welcome_notification: 환영 알림 커스터마이징
43
+ default_locale: 기본 위치
44
+ description: 상세정보
45
+ facebook_handler: Facebook handler
46
+ favicon: 아이콘
47
+ force_users_to_authenticate_before_access_organization: 사용자가 액세스 구성 전에 인증하도록 강제
48
+ from: 보낸사람의 이메일 주소
49
+ github_handler: Github handler
50
+ highlight_color: 하이라이트
51
+ highlighted_content_banner_action_title: 실행버튼 URL
52
+ highlighted_content_banner_action_url: 실행버튼 URL
53
+ highlighted_content_banner_enabled: 하이라이트된 컨텐츠 배너 보기
54
+ highlighted_content_banner_image: 이미지
55
+ highlighted_content_banner_short_description: 요약
56
+ highlighted_content_banner_title: 제목
57
+ host: 호스트
58
+ instagram_handler: Instagram handler
59
+ logo: 로고
60
+ machine_translation_display_priority: 기계 번역 우선 표시
61
+ machine_translation_display_priority_original: 원문 우선
62
+ machine_translation_display_priority_translation: 번역문 우선
63
+ name: 이름
64
+ official_img_footer: 공식 로고 바닥글
65
+ official_url: 공식 조직 URL
66
+ omnipresent_banner_short_description: 요약
67
+ omnipresent_banner_title: 제목
68
+ omnipresent_banner_url: URL
69
+ organization_admin_email: 조직 관리자 이메일
70
+ organization_admin_name: 조직 관리자 이름
71
+ organization_locales: 조직 지역
72
+ send_welcome_notification: 환영 알림 보내기
73
+ success_color: 성공
74
+ time_zone: 시간대
75
+ tos_version: 서비스 버전 용어
76
+ twitter_handler: X handler
77
+ user_groups_enabled: 그룹 활성화
78
+ warning_color: 경고
79
+ youtube_handler: YouTube handler
80
+ participatory_space_private_user:
81
+ email: 이메일
82
+ name: 이름
83
+ scope:
84
+ code: 코드
85
+ name: 이름
86
+ organization: 조직
87
+ scope_type: 범위 종류
88
+ scope_type_id: 범위 종류
89
+ scope_type:
90
+ name: 이름
91
+ organization: 조직
92
+ settings:
93
+ scope_id: 범위
94
+ static_page:
95
+ allow_public_access: 인증 없이 액세스 허용
96
+ changed_notably: 눈에 띄는 변화가 있었습니다.
97
+ content: 내용
98
+ organization: 조직
99
+ show_in_footer: 바닥글에 표시
100
+ slug: URL 슬러그
101
+ title: 제목
102
+ topic_id: 주제
103
+ static_page_topic:
104
+ description: 상세정보
105
+ name: 주제 이름
106
+ show_in_footer: 바닥글에 표시
107
+ title: 제목
108
+ user_group_csv_verification:
109
+ file: 파일
110
+ errors:
111
+ models:
112
+ newsletter:
113
+ attributes:
114
+ base:
115
+ at_least_one_space: 참여 공간을 하나 이상 선택합니다.
116
+ organization:
117
+ attributes:
118
+ official_img_footer:
119
+ allowed_file_content_types: 잘못된 이미지 파일
120
+ participatory_space_private_user_csv_import:
121
+ attributes:
122
+ file:
123
+ malformed: 잘못된 형식의 가져오기 파일입니다. 설명서를 잘 읽고 UTF-8이 인코딩되었는지 확인하십시오.
124
+ user_group_csv_verification:
125
+ attributes:
126
+ file:
127
+ malformed: 잘못된 형식의 가져오기 파일입니다. 설명서를 잘 읽고 UTF-8이 인코딩되었는지 확인하십시오.
128
+ new_import:
129
+ attributes:
130
+ file:
131
+ invalid_file: 제공된 파일이 잘못되었습니다. 파일 형식이 올바른지 확인하십시오.
132
+ invalid_mime_type: 유효하지 않은 MIME 유형
133
+ activerecord:
134
+ attributes:
135
+ decidim/static_page:
136
+ content: 내용
137
+ slug: URL 슬러그
138
+ title: 제목
139
+ doorkeeper/application:
140
+ authorize_url: 인증된 URL
141
+ client_id: 고객 ID
142
+ organization_name: 조직 이름
143
+ organization_url: 조직 URL
144
+ redirect_uri: URL 리디렉션
145
+ site: 웹 사이트
146
+ decidim:
147
+ admin:
148
+ actions:
149
+ add: 추가
150
+ attachment:
151
+ new: 새 첨부 파일
152
+ attachment_collection:
153
+ new: 새 첨부 폴더
154
+ browse: 찾아보기
155
+ category:
156
+ new: 새 분류
157
+ export: 모두 내보내기
158
+ export-selection: 선택한 항목 내보내기
159
+ import: 가져오기
160
+ newsletter:
161
+ new: 새 뉴스레터
162
+ participatory_space_private_user:
163
+ new: 새 참여 공간 비공개 사용자
164
+ per_page: 페이지 당
165
+ permissions: 권한
166
+ reject: 거절
167
+ send_me_a_test_email: 나에게 테스트 메일 보내기
168
+ share: 공유
169
+ user:
170
+ new: 새 관리자
171
+ verify: 인증
172
+ admin_terms_of_service:
173
+ accept:
174
+ error: 관리자 서비스 약관을 수락하는 동안 오류가 발생했습니다.
175
+ success: 좋습니다! 관리자 서비스 약관을 수락했습니다.
176
+ actions:
177
+ accept: 약관에 동의합니다
178
+ are_you_sure: 관리자 서비스 약관을 거부하시겠습니까?
179
+ refuse: 관리자 약관 거부
180
+ title: 서비스 약관에 동의
181
+ required_review:
182
+ cta: 지금 다시보기
183
+ area_types:
184
+ create:
185
+ error: 새 영역 타입을 생성하는 도중 문제가 생겼습니다.
186
+ success: 영역 타입이 성공적으로 생성되었습니다.
187
+ edit:
188
+ title: 영역 타입 수정
189
+ update: 업데이트
190
+ new:
191
+ create: 영역 타입 생성하기
192
+ title: 새 영역 타입
193
+ update:
194
+ error: 이 영역 타입을 업데이트 하는 도중 문제가 생겼습니다.
195
+ success: 영역 타입이 성공덕으로 생성되었습니다.
196
+ areas:
197
+ create:
198
+ error: 새 영역을 생성하는 도중 문제가 생겼습니다.
199
+ success: 영역이 성공적으로 생성되었습니다.
200
+ edit:
201
+ update: 업데이트
202
+ update:
203
+ error: 이 영역을 업데이트하는 동안 문제가 발생했습니다.
204
+ success: 영역이 성공적으로 업데이트되었습니다.
205
+ attachment_collections:
206
+ edit:
207
+ title: 폴더 편집
208
+ update: 업데이트
209
+ new:
210
+ create: 생성
211
+ title: 새 폴더
212
+ update:
213
+ error: 이 폴더를 업데이트하는 동안 문제가 발생했습니다.
214
+ success: 폴더가 업데이트되었습니다.
215
+ attachments:
216
+ create:
217
+ error: 새 첨부 파일을 만드는 중 문제가 발생했습니다.
218
+ success: 첨부 파일이 성공적으로 생성되었습니다.
219
+ destroy:
220
+ success: 첨부 파일이 삭제되었습니다.
221
+ edit:
222
+ title: 첨부파일 편집
223
+ update: 업데이트
224
+ index:
225
+ attachments_title: 첨부 파일
226
+ new:
227
+ create: 첨부파일 생성
228
+ title: 새 첨부 파일
229
+ update:
230
+ error: 이 첨부 파일을 업데이트하는 동안 문제가 발생했습니다.
231
+ success: 첨부 파일이 업데이트되었습니다.
232
+ attachments_privacy_warning:
233
+ message: 개인 공간에서 첨부파일을 사용할 때는 주의해야 합니다. 참가자는 누구나 이 문서를 다른 사람에게 공유할 수 있습니다.
234
+ autocomplete:
235
+ no_results: 검색 결과가 없습니다.
236
+ search_prompt: 검색하려면 3자 이상 입력하세요
237
+ block_user:
238
+ new:
239
+ action: 계정 차단 및 사유 보내기
240
+ description: 사용자를 차단하면 계정을 사용할 수 없게 됩니다. 차단을 해제하려는 사용자에 대한 지침을 사유로 제공할 수 있습니다.
241
+ justification: 사유
242
+ title: 사용자%{name} 차단
243
+ categories:
244
+ create:
245
+ error: 이 카테고리를 생성하는 도중 문제가 생겼습니다.
246
+ success: 카테고리가 생성되었습니다.
247
+ destroy:
248
+ error: 이 카테고리를 삭제하는 도중 문제가 발생했습니다. 하위 카테고리를 먼저 삭제하고, 이 카테고리에 속한 항목이 없게 한 후 다시 시도해보세요
249
+ success: 카테고리가 성공적으로 삭제되었습니다.
250
+ edit:
251
+ title: 카테고리 수정
252
+ update: 업데이트
253
+ index:
254
+ categories_title: 카테고리
255
+ new:
256
+ create: 카테고리 생성
257
+ title: 새 카테고리
258
+ update:
259
+ error: 이 카테고리를 업데이트하는 도중 문제가 생겼습니다.
260
+ success: 카테고리가 성공덕으로 업데이트되었습니다.
261
+ component_permissions:
262
+ update:
263
+ error: 이 구성 요소의 권한을 업데이트하는 동안 문제가 발생했습니다.
264
+ success: 사용 권한을 성공적으로 업데이트했습니다.
265
+ components:
266
+ create:
267
+ error: 이 구성요소를 생성하는 도중 문제가 생겼습니다.
268
+ success: 구성요소가 성공적으로 생성되었습니다.
269
+ success_landing_page: 구성 요소가 성공적으로 생성되었습니다. 공간 홈에 이 구성 요소의 내용 블록을 추가할 수 있습니다. <a href="%{landing_page_path}">Landing page</a>로 이동하여 구성하십시오.
270
+ destroy:
271
+ error: 이 구성요소를 삭제하는 도중 문제가 생겼습니다.
272
+ success: 구성요소가 성공적으로 삭제되었습니다.
273
+ edit:
274
+ title: 구성 요소 편집
275
+ update: 업데이트
276
+ form:
277
+ default_step_settings: 기본 단계 설정
278
+ global_settings: 전역 설정
279
+ step_settings: 단계 설정
280
+ index:
281
+ add: 구성 요소 추가
282
+ headers:
283
+ actions: 작업
284
+ name: 구성 요소 이름
285
+ scope: 구성 요소 범위
286
+ type: 구성 요소 유형
287
+ new:
288
+ add: 구성 요소 추가
289
+ title: '구성요소 추가: %{name}'
290
+ publish:
291
+ success: 구성 요소가 성공적으로 게시되었습니다.
292
+ title: 구성요소
293
+ unpublish:
294
+ success: 구성 요소가 성공적으로 게시되지 않았습니다.
295
+ update:
296
+ error: 이 구성요소를 업데이트하는 도중 문제가 발생했습니다.
297
+ success: 구성요소가 성공적으로 업데이트 되었습니다.
298
+ conflicts:
299
+ attempts: 시도
300
+ 'false': '아니오'
301
+ managed_user_name: 관리된 사용자
302
+ solved: 해결됨
303
+ title: 인증 충돌 발생
304
+ transfer:
305
+ email: 이메일
306
+ error: 현재 참여자를 관리된 참여자로 옮기는 중 문제가 발생했습니다.
307
+ name: 이름
308
+ reason: 이유
309
+ success: 현재 전송이 성공적으로 완료되었습니다.
310
+ title: 전송
311
+ 'true': '예'
312
+ user_name: 사용자
313
+ content_blocks:
314
+ create:
315
+ error: 콘텐츠 블록을 만드는 동안 오류가 발생했습니다.
316
+ success: 콘텐츠 블록이 성공적으로 작성되었습니다.
317
+ destroy:
318
+ error: 이 콘텐츠 블록을 삭제하는 동안 문제가 발생했습니다.
319
+ edit:
320
+ active_content_blocks: 콘텐츠 블록 활성화
321
+ add: 콘텐츠 블록 활성화
322
+ exports:
323
+ formats:
324
+ CSV: CSV
325
+ Excel: 엑셀
326
+ FormPDF: PDF
327
+ JSON: JSON
328
+ filters:
329
+ category_id_eq:
330
+ label: 카테고리
331
+ filter_label: 필터
332
+ invitation_accepted_at_present:
333
+ label: 초대 수락됨
334
+ values:
335
+ 'false': '아니오'
336
+ 'true': '예'
337
+ last_sign_in_at_present:
338
+ values:
339
+ 'false': '아니오'
340
+ 'true': '예'
341
+ moderated_users:
342
+ reports_reason_eq:
343
+ values:
344
+ spam: 스팸
345
+ moderations:
346
+ reportable_type_string_eq:
347
+ label: 유형
348
+ officialized_at_null:
349
+ label: 상태
350
+ participatory_space_private_users:
351
+ user_invitation_sent_at_not_null:
352
+ values:
353
+ 'true': 전송됨
354
+ private_space_eq:
355
+ label: 비공개
356
+ values:
357
+ 'false': 공개
358
+ 'true': 비공개
359
+ published_at_null:
360
+ label: 게시됨
361
+ values:
362
+ 'false': 게시됨
363
+ 'true': 게시되지 않음
364
+ scope_id_eq:
365
+ label: 범위
366
+ search_label: 검색
367
+ search_placeholder:
368
+ name_or_nickname_or_email_cont: 이메일, 이름 또는 닉네임으로 %{collection} 을(를) 검색합니다.
369
+ reported_id_string_or_reported_content_cont: 보고 가능한 Id 또는 내용을 기준으로 %{collection} 을(를) 검색합니다.
370
+ title_cont: 제목별로 %{collection} 을(를) 검색합니다.
371
+ user_name_or_user_nickname_or_user_email_cont: 이메일, 이름 또는 닉네임으로 %{collection} 을(를) 검색합니다.
372
+ state_eq:
373
+ label: 상태
374
+ values:
375
+ all: 전체
376
+ rejected: 거부됨
377
+ verified: 확인됨
378
+ forms:
379
+ file_help:
380
+ import:
381
+ explanation: '파일 안내:'
382
+ message_1: CSV, JSON 및 Excel(.xlsx) 파일이 지원됩니다
383
+ message_2: CSV 파일의 경우 열 사이의 구분자는 세미콜론(";") 이어야 합니다
384
+ help_sections:
385
+ error: 도움말 섹션을 업데이트하는 동안 문제가 발생했습니다.
386
+ form:
387
+ save: 저장
388
+ success: 도움말 섹션이 성공적으로 업데이트되었습니다.
389
+ impersonatable_users:
390
+ index:
391
+ filter:
392
+ all: 전체
393
+ managed: 관리됨
394
+ not_managed: 관리되지 않음
395
+ impersonate_new_managed_user: 새로운 참여자 관리
396
+ managed: 관리됨
397
+ name: 이름
398
+ needs_authorization_warning: 이 조직에 사용 가능한 하나 이상의 권한이 필요합니다.
399
+ not_managed: 관리되지 않음
400
+ search: 검색
401
+ status: 상태
402
+ view_logs: 로그 보기
403
+ impersonations:
404
+ close_session:
405
+ error: 현재 참가자 관리 세션을 닫는 중에 문제가 발생했습니다.
406
+ create:
407
+ error: 참가자를 관리하는 데 문제가 있었습니다.
408
+ success: 관리되는 참가자가 성공적으로 작성되었습니다.
409
+ form:
410
+ authorization_method: 관리 방법
411
+ name: 이름
412
+ reason: 이유
413
+ new:
414
+ impersonate_existing_managed_user: 참가자 "% {name}" 관리
415
+ impersonate_existing_user: 참가자 "% {name}" 관리
416
+ impersonate_new_managed_user: 새로운 참여자 관리
417
+ imports:
418
+ and: 그리고
419
+ new:
420
+ accepted_mime_types:
421
+ csv: CSV
422
+ json: JSON
423
+ xlsx: 엑셀 (.xlsx)
424
+ actions:
425
+ back: 뒤로가기
426
+ download_example: 예시 다운로드
427
+ import: 가져오기
428
+ logs:
429
+ filters:
430
+ participatory_space: 참여 공간 찾기
431
+ text: 이메일, 이름 또는 닉네임으로 을(를) 검색합니다.
432
+ user: 사용자
433
+ logs_list:
434
+ no_logs_yet: 결과가 없습니다
435
+ menu:
436
+ area_types: 영역 유형
437
+ areas: 영역
438
+ configuration: 환경설정
439
+ content: 신고된 콘텐츠
440
+ scope_types: 범위 종류
441
+ scopes: 범위
442
+ settings: 설정
443
+ static_page_topics: 주제
444
+ static_pages: 페이지
445
+ user_groups: 그룹
446
+ users: 참여자
447
+ models:
448
+ area:
449
+ fields:
450
+ area_type: 영역 유형
451
+ name: 이름
452
+ area_type:
453
+ fields:
454
+ name: 이름
455
+ attachment:
456
+ fields:
457
+ collection: 폴더
458
+ content_type: 유형
459
+ file_size: 크기
460
+ title: 제목
461
+ name: 첨부 파일
462
+ attachment_collection:
463
+ name: 폴더
464
+ category:
465
+ name: 카테고리
466
+ impersonation_log:
467
+ fields:
468
+ admin: 관리자
469
+ ended_at: 종료 시점
470
+ expired_at: 만료일
471
+ reason: 이유
472
+ started_at: 시작 시점
473
+ user: 참여자
474
+ newsletter:
475
+ fields:
476
+ created_at: 생성 위치
477
+ progress: 진행 상황
478
+ sent_at: 보냄
479
+ sent_to: 다음에 전송하였습니다
480
+ subject: 주제
481
+ name: 뉴스 레터
482
+ participatory_space_private_user:
483
+ name: 참여공간 비공개참여
484
+ scope:
485
+ fields:
486
+ name: 이름
487
+ scope_type: 범위 종류
488
+ scope_type:
489
+ fields:
490
+ name: 이름
491
+ share_token:
492
+ fields:
493
+ created_at: 생성일
494
+ expires_at: 만료일
495
+ last_used_at: 마지막으로 사용한 시간
496
+ times_used: 사용 시간
497
+ token: 토큰
498
+ user: 작성자
499
+ static_page:
500
+ fields:
501
+ created_at: 생성 위치
502
+ title: 제목
503
+ user:
504
+ fields:
505
+ created_at: 생성일
506
+ email: 이메일
507
+ name: 이름
508
+ role: 역할
509
+ roles:
510
+ admin: 관리자
511
+ user_manager: 참가자 관리자
512
+ name: 참가자
513
+ moderations:
514
+ report:
515
+ reasons:
516
+ spam: 스팸
517
+ newsletter_templates:
518
+ index:
519
+ use_template: 이 템플릿 사용하기
520
+ show:
521
+ preview: '미리보기 템플릿: %{template_name}'
522
+ use_template: 이 템플릿 사용하기
523
+ newsletters:
524
+ create:
525
+ error: 이 뉴스레터를 만드는 데 문제가 있었습니다.
526
+ success: 뉴스레터가 성공적으로 작성되었습니다. 검토 후 보내주시기 바랍니다.
527
+ deliver:
528
+ error: 이 뉴스레터를 전달하는 데 문제가 있었습니다.
529
+ success: 뉴스레터 전달 성공
530
+ destroy:
531
+ error_already_sent: '뉴스레터를 삭제할 수 없습니다: 이미 보내짐'
532
+ success: 뉴스레터 삭제 성공
533
+ edit:
534
+ save_and_preview: 저장하고 미리보기
535
+ title: 뉴스레터 수정하기
536
+ index:
537
+ all: 전체
538
+ all_users: '모든 사용자 '
539
+ and: '그리고 '
540
+ confirm_delete: 이 뉴스레터를 삭제하시겠습니까?
541
+ followers: '팔로워 '
542
+ has_been_sent_to: '다음에게 전송됨: '
543
+ no_scopes: 범위가 없습니다.
544
+ not_sent: 전송되지 않음
545
+ participants: '참여자 '
546
+ subscribed_count: '구독중:'
547
+ title: 뉴스 레터
548
+ new:
549
+ save: 저장
550
+ title: 새 뉴스레터
551
+ select_recipients_to_deliver:
552
+ all_spaces: 전체
553
+ all_users_help: 확인된 모든 사용자에게 뉴스레터를 보냅니다.
554
+ confirm_deliver: 이 뉴스레터를 전송하시겠습니까? 이 작업은 취소할 수 없습니다.
555
+ deliver: 뉴스레터 전송
556
+ followers_help: 목록에서 선택한 참여 공간을 따르는 것이 확인된 모든 사용자에게 뉴스레터를 보냅니다.
557
+ none: 없음
558
+ participants_help: 목록에서 선택한 참여 공간을 따르는 것이 확인된 모든 사용자에게 뉴스레터를 보냅니다.
559
+ recipients_count: 이 뉴스레터는 <strong id='receiveners_count'>% {count}/strong> 사용자에게 발송됩니다.
560
+ scopes_help: 계정의 "내 관심사" 설정에서 선택한 범위 중 하나라도 활성화된 사용자에게 뉴스레터를 보냅니다.
561
+ select_scopes: 계정의 내 관심사 설정에서 선택한 범위를 활성화한 사용자를 위해 필터링합니다.
562
+ select_spaces: 뉴스레터를 분할할 공간 선택
563
+ select_users: 뉴스레터를 보낼 사용자 선택
564
+ title: 전송 받는 사람 선택
565
+ warning: "<strong>주의:/strong>이 뉴스레터는 알림 설정에서 <em>I want to received newsletter</em>을 활성화한 사용자에게만 발송됩니다."
566
+ send:
567
+ no_recipients: 이 선택에 대한 수신인이 없습니다.
568
+ send_to_user:
569
+ sent_successfully: 뉴스레터가 %{email}(으) 로 전송되었습니다
570
+ show:
571
+ preview: 미리보기
572
+ select_recipients_to_deliver: 전송 받는 사람 선택
573
+ send_me_a_test_email: 나에게 테스트 메일 보내기
574
+ subject: 주제
575
+ update:
576
+ error: 이 뉴스레터를 업데이트 하는데 문제가 있었습니다.
577
+ success: 뉴스레터가 성공적으로 업데이트되었습니다. 검토 후 보내주시기 바랍니다.
578
+ officializations:
579
+ block:
580
+ error: 참가자를 차단하는 동안 오류가 발생했습니다.
581
+ success: 참가자가 성공적으로 차단되었습니다.
582
+ index:
583
+ badge: 뱃지
584
+ block: 사용자 차단
585
+ name: 이름
586
+ nickname: 닉네임
587
+ show_email: 이메일 주소 보기
588
+ status: 상태
589
+ unblock: 사용자 차단 해제
590
+ show_email_modal:
591
+ email_address: 이메일 주소
592
+ full_name: 전체 이름
593
+ hidden: 숨겨짐
594
+ show: 표시
595
+ title: 참가자의 이메일 주소 보기
596
+ unblock:
597
+ error: 참가자를 차단 해제하는 동안 오류가 발생했습니다.
598
+ organization_appearance:
599
+ form:
600
+ colors:
601
+ choose_color: 기본 색상 선택
602
+ title: 색상 선택기
603
+ cta_button_path_help_html: '홈페이지에서 수행 호출 단추가 링크되는 위치를 덮어쓸 수 있습니다. 여기서는 전체 URL이 아닌 일부 경로를 사용하십시오. 문자, 숫자, 대시 및 슬래시를 사용할 수 있으며 문자로 시작해야 합니다. 시작 텍스트와 설명 사이에 홈페이지에서 수행 호출 단추가 표시됩니다. 예: %{url}'
604
+ cta_button_text_help: You can overwrite the Call To Action button text in the homepage for each available language in your organization. If not set, the default value will be used. The Call To Action button is shown in the homepage between the welcome text and the description.
605
+ header_snippets:
606
+ header_snippets_help_html: 이 필드를 사용하여 HTML 헤드에 항목을 추가할 수 있습니다. 가장 일반적인 용도는 자바스크립트나 CSS가 필요한 타사 서비스를 통합하는 것입니다. 또한 이를 사용하여 HTML에 추가 메타 태그를 추가할 수 있습니다. 이는 관리자 섹션이 아닌 공용 페이지에서만 렌더링됩니다. 코드가 외부 API와 상호 작용하거나 애플리케이션 보안 지침을 준수하지 않는 경우 콘텐츠 보안 정책을 변경해야 합니다. 지침 사이트 </a>에서 <a href="https://docs.decidim.org/develop/en/customize/content_security_policy ">에 대해 자세히 알아보십시오.
607
+ homepage_appearance_title: 홈페이지 외관 편집
608
+ homepage_highlighted_content_banner_title: 강조 표시된 내용 배너
609
+ images:
610
+ layout_appearance_title: 레이아웃 모양 편집
611
+ preview: 미리보기
612
+ organization_external_domain_whitelist:
613
+ edit:
614
+ update: 업데이트
615
+ form:
616
+ add: 화이트 리스트에 추가
617
+ participatory_space_private_users:
618
+ new:
619
+ create: 생성
620
+ participatory_space_private_users_csv_imports:
621
+ new:
622
+ csv_upload:
623
+ title: CSV 파일 업로드
624
+ destroy:
625
+ button: 모든 비공개 참가자 삭제
626
+ confirm: 모든 비공개 참가자를 삭제하시겠습니까? 이 작업은 취소할 수 없습니다. 복구할 수 없습니다.
627
+ empty: 비공개 참가자가 없습니다.
628
+ explanation: '%{count} 개의 비공개 참가자가 있습니다.'
629
+ title: 비공개 참가자 삭제
630
+ example_file: '예제 파일:'
631
+ reminders:
632
+ create:
633
+ error: 리마인더를 만드는 중 문제가 발생했습니다.
634
+ new:
635
+ submit: 보내기
636
+ resource_permissions:
637
+ edit:
638
+ submit: 제출
639
+ title: 권한 수정
640
+ update:
641
+ success: 권한을 성공적으로 업데이트했습니다.
642
+ resources:
643
+ index:
644
+ headers:
645
+ scope: 범위
646
+ scope_types:
647
+ create:
648
+ error: 새 영역 타입을 생성하는 도중 문제가 생겼습니다.
649
+ success: 영역 타입이 성공적으로 생성되었습니다.
650
+ destroy:
651
+ success: 영역 타입이 성공적으로 제거되었습니다.
652
+ edit:
653
+ title: 영역 타입 수정
654
+ update: 업데이트
655
+ new:
656
+ create: 영역 타입 생성하기
657
+ scopes:
658
+ edit:
659
+ update: 업데이트
660
+ share_tokens:
661
+ actions:
662
+ destroy: 삭제
663
+ share: 공유
664
+ destroy:
665
+ error: 토큰 삭제에 문제가 발생했습니다.
666
+ success: 토큰 삭제 성공
667
+ share_tokens:
668
+ empty: 활성 토큰이 없습니다.
669
+ title: 토큰 공유하기
670
+ shared:
671
+ gallery:
672
+ add_images: 이미지 추가
673
+ edit_images: 이미지 편집
674
+ gallery_legend: 이미지 갤러리 추가하기 (선택사항)
675
+ static_page_topics:
676
+ update:
677
+ success: 주제가 성공적으로 업데이트되었습니다
678
+ static_pages:
679
+ actions:
680
+ view: 공개 페이지 보기
681
+ create:
682
+ error: 새 페이지를 생성하는 도중 문제가 생겼습니다.
683
+ success: 페이지가 성공적으로 생성되었습니다.
684
+ destroy:
685
+ success: 페이지가 성공적으로 삭제되었습니다
686
+ edit:
687
+ changed_notably_help: 확인되면 참가자에게 새로운 서비스 조건을 수락하라는 알림이 표시됩니다.
688
+ last_notable_change: '마지막으로 눈에 띄는 변경 사항: %{tos_version_formated}'
689
+ title: 페이지 편집
690
+ update: 업데이트
691
+ form:
692
+ none: 없음
693
+ slug_help_html: '전체 URL이 아닌 일부 경로를 사용하십시오. 문자, 숫자, 대시 및 슬래시를 사용할 수 있으며 문자로 시작해야 합니다. 예: %{url}'
694
+ new:
695
+ create: 페이지 생성
696
+ title: 새 페이지
697
+ topic:
698
+ empty: 이 주제 아래에 페이지가 없습니다.
699
+ without_topic: 페이지 없는 주제
700
+ update:
701
+ error: 이 페이지를 업데이트하는 동안 문제가 발생했습니다.
702
+ success: 페이지가 성공적으로 업데이트되었습니다.
703
+ titles:
704
+ admin_log: 관리자 로그
705
+ area_types: 영역 유형
706
+ areas: 영역
707
+ authorization_workflows: 인증 방식
708
+ dashboard: 대시보드
709
+ edit_landing_page: 페이지 콘텐츠
710
+ edit_organization_appearance: 홈페이지 외관 편집
711
+ impersonatable_users: 관리 가능한 참가자
712
+ impersonations: 참가자 관리
713
+ menu: 메뉴
714
+ page_topics: 주제
715
+ pages: 페이지
716
+ panel: 관리자
717
+ participants: 참가자
718
+ scope_types: 범위 종류
719
+ scopes: 범위
720
+ statistics: 활동
721
+ user_groups: 그룹
722
+ users: 관리자
723
+ user_group:
724
+ csv_verify:
725
+ invalid: CSV 파일을 읽는 데 문제가 발생했습니다.
726
+ success: CSV 파일 업로드가 완료되었습니다. 기준과 일치하는 그룹을 확인 중입니다. 시간이 좀 걸릴 수 있습니다.
727
+ reject:
728
+ invalid: 이 그룹을 거부하는 동안 문제가 발생했습니다.
729
+ success: 그룹이 거부되었습니다.
730
+ verify:
731
+ invalid: 이 그룹을 인증하는 동안 문제가 발생했습니다.
732
+ success: 그룹이 성공적으로 인증되었습니다.
733
+ user_groups:
734
+ index:
735
+ state:
736
+ rejected: 거부됨
737
+ verified: 확인됨
738
+ users:
739
+ form:
740
+ email: 이메일
741
+ name: 이름
742
+ role: 역할
743
+ new:
744
+ create: 초대하기
745
+ users_statistics:
746
+ users_count:
747
+ admins: 운영자
748
+ last_day: 어제
749
+ last_month: 지난 달
750
+ last_week: 지난 주
751
+ participants: 참가자
752
+ metrics:
753
+ blocked_users:
754
+ object: 차단된 사용자
755
+ title: 차단된 사용자
756
+ reported_users:
757
+ object: 신고된 사용자
758
+ title: 신고된 사용자
759
+ user_reports:
760
+ object: 사용자 신고
761
+ title: 사용자 신고
762
+ moderations:
763
+ actions:
764
+ expand: 확장
765
+ hidden: 숨겨짐
766
+ hide: 숨기기
767
+ not_hidden: 숨기지 않음
768
+ models:
769
+ moderation:
770
+ fields:
771
+ reportable_id: 아이디
772
+ reportable_type: 유형
773
+ reported_content_url: 신고된 콘텐츠 URL
774
+ reports: 이유
775
+ visit_url: URL 방문하기