decidim-core 0.29.1 → 0.29.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/activity_cell.rb +0 -3
- data/app/cells/decidim/author/show.erb +5 -4
- data/app/cells/decidim/author_cell.rb +26 -0
- data/app/cells/decidim/card_s/show.erb +5 -3
- data/app/cells/decidim/diff_cell.rb +4 -0
- data/app/cells/decidim/newsletter_templates/image_text_cta_cell.rb +1 -1
- data/app/cells/decidim/participatory_space_dropdown_metadata/show.erb +5 -3
- data/app/cells/decidim/profile_actions/show.erb +1 -1
- data/app/cells/decidim/report_button/already_reported_modal.erb +2 -2
- data/app/cells/decidim/report_button/flag_modal.erb +13 -27
- data/app/cells/decidim/report_button_cell.rb +2 -8
- data/app/cells/decidim/report_user_button/already_reported_modal.erb +11 -0
- data/app/cells/decidim/report_user_button/flag_modal.erb +46 -0
- data/app/cells/decidim/report_user_button/show.erb +2 -0
- data/app/cells/decidim/report_user_button_cell.rb +59 -0
- data/app/cells/decidim/resource_types_filter/show.erb +1 -1
- data/app/cells/decidim/resource_types_filter_cell.rb +6 -6
- data/app/cells/decidim/translation_bar/show.erb +2 -2
- data/app/cells/decidim/translation_bar_cell.rb +1 -1
- data/app/cells/decidim/user_activity/show.erb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +14 -8
- data/app/commands/decidim/create_report.rb +1 -6
- data/app/commands/decidim/destroy_account.rb +3 -0
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/decidim/doorkeeper/credentials_controller.rb +1 -1
- data/app/controllers/decidim/links_controller.rb +1 -1
- data/app/controllers/decidim/profiles_controller.rb +6 -2
- data/app/controllers/decidim/reports_controller.rb +1 -1
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +5 -2
- data/app/helpers/concerns/decidim/user_role_checker.rb +46 -0
- data/app/helpers/decidim/cta_button_helper.rb +1 -1
- data/app/helpers/decidim/map_helper.rb +6 -1
- data/app/helpers/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/helpers/decidim/sanitize_helper.rb +11 -2
- data/app/jobs/decidim/hide_child_resources_job.rb +24 -0
- data/app/mailers/decidim/reported_mailer.rb +1 -0
- data/app/models/decidim/action_log.rb +1 -9
- data/app/models/decidim/attachment.rb +1 -1
- data/app/models/decidim/report.rb +1 -1
- data/app/models/decidim/user.rb +0 -4
- data/app/models/decidim/user_base_entity.rb +4 -0
- data/app/packs/src/decidim/append_redirect_url_to_modals.js +14 -6
- data/app/packs/src/decidim/datepicker/datepicker_functions.js +3 -3
- data/app/packs/src/decidim/direct_uploads/upload_field.js +21 -8
- data/app/packs/src/decidim/index.js +5 -0
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/src/decidim/remote_tooltips.js +38 -0
- data/app/packs/src/decidim/toggle.js +1 -1
- data/app/packs/src/decidim/tooltips.js +42 -22
- data/app/packs/stylesheets/decidim/_content_blocks.scss +4 -0
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- data/app/packs/stylesheets/decidim/_header.scss +11 -5
- data/app/packs/stylesheets/decidim/_labels.scss +1 -1
- data/app/packs/stylesheets/decidim/_profile.scss +1 -1
- data/app/packs/stylesheets/decidim/_progress-bar.scss +1 -1
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/packs/stylesheets/decidim/legacy/conference-diploma.scss +2 -1
- data/app/presenters/decidim/attachment_presenter.rb +1 -1
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/presenters/decidim/user_presenter.rb +1 -1
- data/app/services/decidim/base_diff_renderer.rb +28 -2
- data/app/services/decidim/email_notification_generator.rb +14 -5
- data/app/services/decidim/static_map_generator.rb +1 -1
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- data/app/views/decidim/pages/_tabbed.html.erb +2 -2
- data/app/views/decidim/reported_mailer/hide.html.erb +17 -1
- data/app/views/decidim/reported_mailer/report.html.erb +1 -1
- data/app/views/decidim/searches/_count.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +40 -38
- data/app/views/decidim/shared/_orders.html.erb +2 -2
- data/app/views/layouts/decidim/footer/_main_legal.html.erb +1 -1
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +1 -1
- data/config/locales/ar.yml +56 -27
- data/config/locales/bg.yml +10 -24
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +100 -0
- data/config/locales/ca-IT.yml +2111 -0
- data/config/locales/ca.yml +70 -38
- data/config/locales/cs.yml +60 -32
- data/config/locales/de.yml +66 -38
- data/config/locales/el.yml +17 -15
- data/config/locales/en.yml +48 -16
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +61 -29
- data/config/locales/es-PY.yml +66 -34
- data/config/locales/es.yml +71 -39
- data/config/locales/eu.yml +303 -261
- data/config/locales/fi-plain.yml +48 -28
- data/config/locales/fi.yml +85 -65
- data/config/locales/fr-CA.yml +64 -27
- data/config/locales/fr.yml +62 -25
- data/config/locales/ga-IE.yml +13 -4
- data/config/locales/gl.yml +33 -15
- data/config/locales/hu.yml +12 -26
- data/config/locales/id-ID.yml +32 -16
- data/config/locales/is-IS.yml +18 -2
- data/config/locales/it.yml +54 -27
- data/config/locales/ja.yml +70 -38
- data/config/locales/lb.yml +33 -22
- data/config/locales/lt.yml +10 -18
- data/config/locales/lv.yml +26 -15
- data/config/locales/nl.yml +33 -19
- data/config/locales/no.yml +27 -16
- data/config/locales/pl.yml +8 -22
- data/config/locales/pt-BR.yml +13 -25
- data/config/locales/pt.yml +32 -16
- data/config/locales/ro-RO.yml +500 -220
- data/config/locales/ru.yml +31 -8
- data/config/locales/sk.yml +38 -19
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +29 -33
- data/config/locales/tr-TR.yml +34 -24
- data/config/locales/uk.yml +20 -3
- data/config/locales/zh-CN.yml +27 -15
- data/config/locales/zh-TW.yml +16 -16
- data/config/routes.rb +1 -0
- data/decidim-core.gemspec +4 -1
- data/lib/decidim/api/functions/component_list.rb +1 -1
- data/lib/decidim/api/functions/participatory_space_finder_base.rb +11 -1
- data/lib/decidim/api/interfaces/participatory_space_interface.rb +1 -1
- data/lib/decidim/api/types/component_type.rb +7 -0
- data/lib/decidim/api/types/user_group_type.rb +4 -0
- data/lib/decidim/api/types/user_type.rb +4 -0
- data/lib/decidim/asset_router/storage.rb +7 -2
- data/lib/decidim/attributes/rich_text.rb +38 -0
- data/lib/decidim/attributes/time_with_zone.rb +16 -2
- data/lib/decidim/attributes.rb +2 -0
- data/lib/decidim/content_parsers/blob_parser.rb +95 -0
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/content_parsers.rb +1 -0
- data/lib/decidim/content_renderers/blob_renderer.rb +90 -0
- data/lib/decidim/content_renderers.rb +1 -0
- data/lib/decidim/core/engine.rb +29 -1
- data/lib/decidim/core/test/factories.rb +28 -0
- data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +15 -2
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +48 -6
- data/lib/decidim/core/test/shared_examples/social_share_examples.rb +32 -0
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +26 -0
- data/lib/decidim/core/test/shared_examples/versions_controller_examples.rb +26 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/diffy_extension.rb +18 -0
- data/lib/decidim/form_builder.rb +1 -1
- data/lib/decidim/map/autocomplete.rb +1 -0
- data/lib/decidim/map/provider/dynamic_map/here.rb +1 -40
- data/lib/decidim/map/provider/static_map/here.rb +34 -0
- data/lib/decidim/moderation_tools.rb +16 -2
- data/lib/decidim/nicknamizable.rb +1 -1
- data/lib/decidim/participatory_space_user.rb +4 -0
- data/lib/decidim/query_extensions.rb +0 -26
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/settings_manifest.rb +2 -0
- data/lib/decidim/translatable_attributes.rb +10 -1
- data/lib/tasks/upgrade/clean_hidden_resources.rake +33 -0
- data/lib/tasks/upgrade/decidim_fix_categorization.rake +34 -8
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +37 -15
- data/app/cells/decidim/author/flag.erb +0 -6
- data/app/cells/decidim/author/flag_user.erb +0 -14
- data/app/cells/decidim/flag_modal/flag_user.erb +0 -34
- data/app/cells/decidim/flag_modal/show.erb +0 -52
- data/app/cells/decidim/flag_modal_cell.rb +0 -56
- data/app/cells/decidim/profile_sidebar/show.erb +0 -167
- data/app/cells/decidim/profile_sidebar_cell.rb +0 -68
- data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
data/config/locales/gl.yml
CHANGED
@@ -29,7 +29,6 @@ gl:
|
|
29
29
|
attributes:
|
30
30
|
decidim/user:
|
31
31
|
current_password: Contrasinal actual
|
32
|
-
email: Correo electrónico
|
33
32
|
name: Nome da usuaria
|
34
33
|
password: Contrasinal
|
35
34
|
password_confirmation: Confirmación por contrasinal
|
@@ -48,6 +47,8 @@ gl:
|
|
48
47
|
'false': 'Non'
|
49
48
|
'true': 'Si'
|
50
49
|
date:
|
50
|
+
buttons:
|
51
|
+
select: Seleccionar
|
51
52
|
formats:
|
52
53
|
decidim_short: "%d/%m/%Y"
|
53
54
|
decidim_short_with_month_name_short: "%d %b %Y"
|
@@ -269,10 +270,16 @@ gl:
|
|
269
270
|
view_all: Ver todo
|
270
271
|
metrics:
|
271
272
|
name: Métricas da organización
|
273
|
+
participatory_space_metrics:
|
274
|
+
name: Participación en números
|
272
275
|
stats:
|
273
276
|
name: Estatísticas da organización
|
274
277
|
sub_hero:
|
275
278
|
name: Banner sub-heroe
|
279
|
+
core:
|
280
|
+
application_helper:
|
281
|
+
filter_category_values:
|
282
|
+
all: Todo
|
276
283
|
devise:
|
277
284
|
omniauth_registrations:
|
278
285
|
new:
|
@@ -599,10 +606,18 @@ gl:
|
|
599
606
|
home: Inicio
|
600
607
|
messaging:
|
601
608
|
conversation_mailer:
|
609
|
+
comanagers_new_conversation:
|
610
|
+
greeting: Ola, %{recipient}!
|
611
|
+
comanagers_new_message:
|
612
|
+
greeting: Ola, %{recipient}!
|
602
613
|
new_conversation:
|
603
614
|
greeting: Ola, %{recipient}!
|
604
615
|
intro: "%{sender} comezou unha nova conversa contigo. Prema aquí para velo:"
|
605
616
|
subject: "%{sender} comezou unha conversa contigo"
|
617
|
+
new_group_conversation:
|
618
|
+
greeting: Ola, %{recipient}!
|
619
|
+
new_group_message:
|
620
|
+
greeting: Ola, %{recipient}!
|
606
621
|
new_message:
|
607
622
|
greeting: Ola, %{recipient}!
|
608
623
|
intro: "%{sender} publicou novas mensaxes na túa conversa. Prema aquí para velas:"
|
@@ -626,7 +641,7 @@ gl:
|
|
626
641
|
users:
|
627
642
|
description: Número de usuarios da organización
|
628
643
|
object: usuarios
|
629
|
-
title:
|
644
|
+
title: Participantes
|
630
645
|
newsletter_mailer:
|
631
646
|
newsletter:
|
632
647
|
unsubscribe: Para desactivar a recepción deste tipo de correo electrónico, <a href="%{link}" target="_blank" class="unsubscribe">Subscribe</a>.
|
@@ -709,22 +724,21 @@ gl:
|
|
709
724
|
badges: Insignias
|
710
725
|
followers: Seguidores
|
711
726
|
following: Segue
|
727
|
+
group_admins: Xestionar os administradores
|
728
|
+
group_members: Xestionar membros
|
712
729
|
groups: Grupos
|
713
730
|
members: Membros
|
714
|
-
sidebar:
|
715
|
-
badges:
|
716
|
-
info: As insignias obtéñense realizando actividades específicas na plataforma.
|
717
|
-
title: Insignias
|
718
731
|
user:
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
732
|
+
actions:
|
733
|
+
create_user_group: Crear grupo
|
734
|
+
edit_profile: Editar perfil
|
735
|
+
edit_user_group: Editar o perfil do grupo
|
736
|
+
invite_user: Invitar ao usuario
|
737
|
+
join_user_group: Solicitude para unirse ao grupo
|
738
|
+
leave_user_group: Deixar de grupo
|
739
|
+
manage_user_group_admins: Xestionar os administradores
|
740
|
+
manage_user_group_users: Xestionar membros
|
741
|
+
resend_email_confirmation_instructions: Reenvía as instrucións de confirmación de correo electrónico
|
728
742
|
reported_mailer:
|
729
743
|
hide:
|
730
744
|
hello: Ola %{name},
|
@@ -810,6 +824,8 @@ gl:
|
|
810
824
|
participants_count: Participantes
|
811
825
|
users_count: Participantes
|
812
826
|
user_conversations:
|
827
|
+
reply:
|
828
|
+
send: Enviar
|
813
829
|
update:
|
814
830
|
error: Mensaxe non enviada. Téntao de novo máis tarde
|
815
831
|
user_interests:
|
@@ -1014,6 +1030,8 @@ gl:
|
|
1014
1030
|
weibo: Sina Weibo
|
1015
1031
|
xing: Xing
|
1016
1032
|
time:
|
1033
|
+
buttons:
|
1034
|
+
select: Seleccionar
|
1017
1035
|
formats:
|
1018
1036
|
day_of_month: "%b %d"
|
1019
1037
|
day_of_week: "%a"
|
data/config/locales/hu.yml
CHANGED
@@ -33,6 +33,8 @@ hu:
|
|
33
33
|
personal_url: Személyes URL
|
34
34
|
remove_avatar: Avatár eltávolítása
|
35
35
|
tos_agreement: A szolgáltatás felhasználási feltételei
|
36
|
+
user_group:
|
37
|
+
avatar: Profilkép
|
36
38
|
models:
|
37
39
|
decidim/attachment_created_event: Melléklet
|
38
40
|
decidim/component_published_event: Aktív elem
|
@@ -81,7 +83,7 @@ hu:
|
|
81
83
|
date:
|
82
84
|
buttons:
|
83
85
|
close: Bezár
|
84
|
-
select:
|
86
|
+
select: Kijelölés
|
85
87
|
formats:
|
86
88
|
decidim_short: "%Y.%m.%d"
|
87
89
|
decidim_short_dashed: "%d-%m-%Y"
|
@@ -500,7 +502,7 @@ hu:
|
|
500
502
|
metrics:
|
501
503
|
name: Szervezeti mutatók
|
502
504
|
participatory_space_metrics:
|
503
|
-
name:
|
505
|
+
name: Részvétel számokban
|
504
506
|
participatory_space_stats:
|
505
507
|
name: Statisztikák
|
506
508
|
social_networks_metadata:
|
@@ -1002,13 +1004,13 @@ hu:
|
|
1002
1004
|
conversation_mailer:
|
1003
1005
|
comanagers_new_conversation:
|
1004
1006
|
admin_in_group: Azért kapta ezt, mert a(z) %{group} csoport adminisztrátora.
|
1005
|
-
greeting:
|
1007
|
+
greeting: Szia %{recipient}!
|
1006
1008
|
intro: "%{manager} egy új beszélgetést indított a(z) %{group} csoport nevében. Kattintson ide a megtekintéshez:"
|
1007
1009
|
outro: Örömteli platform használatot kívánunk!
|
1008
1010
|
subject: "%{manager} egy új beszélgetést indított a(z) %{group} nevében"
|
1009
1011
|
comanagers_new_message:
|
1010
1012
|
admin_in_group: Azért kapta ezt, mert a(z) %{group} csoport adminisztrátora.
|
1011
|
-
greeting:
|
1013
|
+
greeting: Szia %{recipient}!
|
1012
1014
|
intro: "%{manager} egy új üzenetet tett közzé egy beszélgetésben a(z) %{group} csoport nevében. Kattintson ide a megtekintéshez:"
|
1013
1015
|
outro: Örömteli platform használatot kívánunk!
|
1014
1016
|
subject: "%{manager} új üzeneteket küldött a(z) %{group} nevében"
|
@@ -1019,13 +1021,13 @@ hu:
|
|
1019
1021
|
subject: "%{sender} beszélgetést kezdett veled"
|
1020
1022
|
new_group_conversation:
|
1021
1023
|
admin_in_group: Azért kapta ezt, mert a(z) %{group} csoport adminisztrátora.
|
1022
|
-
greeting:
|
1024
|
+
greeting: Szia %{recipient}!
|
1023
1025
|
intro: "%{sender} egy új beszélgetést indított a(z) %{group} csoport nevében. Kattintson ide a megtekintéshez:"
|
1024
1026
|
outro: Örömteli platform használatot kívánunk!
|
1025
1027
|
subject: "%{sender} új beszélgetést indított a(z) %{group} csoporttal"
|
1026
1028
|
new_group_message:
|
1027
1029
|
admin_in_group: Azért kapta ezt, mert a(z) %{group} csoport adminisztrátora.
|
1028
|
-
greeting:
|
1030
|
+
greeting: Szia %{recipient}!
|
1029
1031
|
intro: "%{sender} új üzeneteket tett közzé a(z) %{group} csoporttal folytatott beszélgetésben. Kattintson ide a megtekintéshez:"
|
1030
1032
|
outro: Örömteli platform használatot kívánunk!
|
1031
1033
|
subject: "%{group} csoportba új üzenetet küldött %{sender}"
|
@@ -1053,7 +1055,7 @@ hu:
|
|
1053
1055
|
no_conversations: Még nem rendelkezik beszélgetésekkel.
|
1054
1056
|
title: Beszélgetések
|
1055
1057
|
reply_form:
|
1056
|
-
placeholder:
|
1058
|
+
placeholder: A válaszod...
|
1057
1059
|
send: Küldés
|
1058
1060
|
show:
|
1059
1061
|
back: Vissza az összes beszélgetéshez
|
@@ -1076,7 +1078,7 @@ hu:
|
|
1076
1078
|
followers:
|
1077
1079
|
description: A résztvevők száma, akik ezt a részvételi teret követik
|
1078
1080
|
object: követők
|
1079
|
-
title:
|
1081
|
+
title: Követő
|
1080
1082
|
participants:
|
1081
1083
|
description: Az aktív felhasználók száma a szervezetben
|
1082
1084
|
object: résztvevők
|
@@ -1245,10 +1247,6 @@ hu:
|
|
1245
1247
|
members: Belépés
|
1246
1248
|
officialized: Hivatalos résztvevő
|
1247
1249
|
send_private_message: Privát üzenet küldése
|
1248
|
-
sidebar:
|
1249
|
-
badges:
|
1250
|
-
info: A jelvények a platformon végzett konkrét tevékenység végrehajtásával érhetők el.
|
1251
|
-
title: Kitűzők
|
1252
1250
|
user:
|
1253
1251
|
actions:
|
1254
1252
|
create_user_group: Csoport létrehozása
|
@@ -1264,16 +1262,7 @@ hu:
|
|
1264
1262
|
message: Üzenet
|
1265
1263
|
resend_email_confirmation_instructions: E-mail visszaigazolási utasítások újraküldése
|
1266
1264
|
confirmation_instructions_sent: A megerősítő email az utasításokkal elküldve.
|
1267
|
-
create_user_group: Csoport létrehozása
|
1268
|
-
edit_profile: Profil szerkesztése
|
1269
|
-
edit_user_group: Csoportprofil szerkesztése
|
1270
1265
|
fill_in_email_to_confirm_it: Kérjük, töltse ki a csoport e-mailjét a megerősítéshez.
|
1271
|
-
invite_user: Résztvevő meghívása
|
1272
|
-
join_user_group: Csatlakozás kérése a csoporthoz
|
1273
|
-
leave_user_group: Kilépés a csoportból
|
1274
|
-
manage_user_group_admins: Adminisztrátorok kezelése
|
1275
|
-
manage_user_group_users: Tagok kezelése
|
1276
|
-
resend_email_confirmation_instructions: E-mail visszaigazolási utasítások újraküldése
|
1277
1266
|
reported_mailer:
|
1278
1267
|
hide:
|
1279
1268
|
hello: Helló %{name}!
|
@@ -1362,14 +1351,11 @@ hu:
|
|
1362
1351
|
flag_user_modal:
|
1363
1352
|
already_reported: Ezt a tartalmat már jelentették, az adminisztrátor éppen felülvizsgálja.
|
1364
1353
|
block: Résztvevő blokkolása
|
1365
|
-
close: Bezár
|
1366
|
-
description: Mi nem megfelelő a felhasználóval kapcsolatban?
|
1367
1354
|
does_not_belong: 'Illegális tevékenységet, öngyilkosságra való felhívást, személyes adatokat vagy más olyan dolgot tartalmaz, amiről úgy gondolja, nem tartozik ide: %{organization_name}.'
|
1368
1355
|
hide: Minden tartalom elrejtése
|
1369
1356
|
offensive: Rasszizmust, szexizmust, gyalázkodást, személyeskedést, halálos fenyegetést, öngyilkosságra való felhívást vagy gyűlöletbeszédet tartalmaz.
|
1370
1357
|
report: Jelentés
|
1371
1358
|
spam: Klikkvadászat, reklám, átverés vagy script bot.
|
1372
|
-
title: Nem megfelelően viselkedő felhasználó jelentése
|
1373
1359
|
floating_help:
|
1374
1360
|
help: Segítség
|
1375
1361
|
follow_button:
|
@@ -1382,7 +1368,7 @@ hu:
|
|
1382
1368
|
filters:
|
1383
1369
|
area: Terület
|
1384
1370
|
areas: Területek
|
1385
|
-
scope:
|
1371
|
+
scope: Hatáskör
|
1386
1372
|
select_an_area: Válasszon ki egy területet
|
1387
1373
|
progress: Folyamat
|
1388
1374
|
public_participation:
|
@@ -1886,7 +1872,7 @@ hu:
|
|
1886
1872
|
buttons:
|
1887
1873
|
close: Bezárás
|
1888
1874
|
reset: Visszaállítás
|
1889
|
-
select:
|
1875
|
+
select: Kijelölés
|
1890
1876
|
formats:
|
1891
1877
|
day_of_month: "%b %d"
|
1892
1878
|
day_of_week: "%a"
|
data/config/locales/id-ID.yml
CHANGED
@@ -29,7 +29,6 @@ id:
|
|
29
29
|
attributes:
|
30
30
|
decidim/user:
|
31
31
|
current_password: Kata sandi saat ini
|
32
|
-
email: E-mail
|
33
32
|
name: Nama pengguna
|
34
33
|
password: Kata sandi
|
35
34
|
password_confirmation: konfirmasi kata kunci
|
@@ -45,6 +44,8 @@ id:
|
|
45
44
|
'false': 'Tidak'
|
46
45
|
'true': 'iya nih'
|
47
46
|
date:
|
47
|
+
buttons:
|
48
|
+
select: Memilih
|
48
49
|
formats:
|
49
50
|
decidim_short: "%d/%m/%Y"
|
50
51
|
decidim_short_with_month_name_short: "%d %b %Y"
|
@@ -252,10 +253,16 @@ id:
|
|
252
253
|
view_all: Lihat semua
|
253
254
|
metrics:
|
254
255
|
name: Metrik organisasi
|
256
|
+
participatory_space_metrics:
|
257
|
+
name: Partisipasi dalam angka
|
255
258
|
stats:
|
256
259
|
name: Statistik organisasi
|
257
260
|
sub_hero:
|
258
261
|
name: Spanduk sub hero
|
262
|
+
core:
|
263
|
+
application_helper:
|
264
|
+
filter_category_values:
|
265
|
+
all: Semua
|
259
266
|
devise:
|
260
267
|
omniauth_registrations:
|
261
268
|
new:
|
@@ -548,10 +555,18 @@ id:
|
|
548
555
|
home: Rumah
|
549
556
|
messaging:
|
550
557
|
conversation_mailer:
|
558
|
+
comanagers_new_conversation:
|
559
|
+
greeting: Hai, %{recipient}!
|
560
|
+
comanagers_new_message:
|
561
|
+
greeting: Hai, %{recipient}!
|
551
562
|
new_conversation:
|
552
563
|
greeting: Hai, %{recipient}!
|
553
564
|
intro: "%{sender} telah memulai percakapan baru dengan Anda. Klik di sini untuk melihatnya:"
|
554
565
|
subject: "%{sender} telah memulai percakapan dengan Anda"
|
566
|
+
new_group_conversation:
|
567
|
+
greeting: Hai, %{recipient}!
|
568
|
+
new_group_message:
|
569
|
+
greeting: Hai, %{recipient}!
|
555
570
|
new_message:
|
556
571
|
greeting: Hai, %{recipient}!
|
557
572
|
intro: "%{sender} telah memposting pesan baru di percakapan Anda. Klik di sini untuk melihatnya:"
|
@@ -571,11 +586,9 @@ id:
|
|
571
586
|
participants:
|
572
587
|
description: Jumlah pengguna aktif dalam organisasi
|
573
588
|
object: peserta
|
574
|
-
title: Peserta
|
575
589
|
users:
|
576
590
|
description: Jumlah pengguna dalam organisasi
|
577
591
|
object: pengguna
|
578
|
-
title: Pengguna
|
579
592
|
newsletter_mailer:
|
580
593
|
newsletter:
|
581
594
|
unsubscribe: Untuk memilih tidak menerima jenis email ini, <a href="%{link}" target="_blank" class="unsubscribe">Berhenti Berlangganan</a>.
|
@@ -649,22 +662,21 @@ id:
|
|
649
662
|
badges: Lencana
|
650
663
|
followers: Pengikut
|
651
664
|
following: Mengikuti
|
665
|
+
group_admins: Kelola admin
|
666
|
+
group_members: Kelola anggota
|
652
667
|
groups: Grup
|
653
668
|
members: Anggota
|
654
|
-
sidebar:
|
655
|
-
badges:
|
656
|
-
info: Lencana diperoleh dengan melakukan aktivitas tertentu di platform.
|
657
|
-
title: Lencana
|
658
669
|
user:
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
670
|
+
actions:
|
671
|
+
create_user_group: Membuat grup
|
672
|
+
edit_profile: Edit profil
|
673
|
+
edit_user_group: Edit profil grup
|
674
|
+
invite_user: Undang pengguna
|
675
|
+
join_user_group: Permintaan untuk bergabung dengan grup
|
676
|
+
leave_user_group: Meninggalkan grup
|
677
|
+
manage_user_group_admins: Kelola admin
|
678
|
+
manage_user_group_users: Kelola anggota
|
679
|
+
resend_email_confirmation_instructions: Kirim ulang instruksi konfirmasi email
|
668
680
|
reported_mailer:
|
669
681
|
hide:
|
670
682
|
hello: Halo %{name},
|
@@ -734,6 +746,8 @@ id:
|
|
734
746
|
statistics:
|
735
747
|
comments_count: Komentar
|
736
748
|
user_conversations:
|
749
|
+
reply:
|
750
|
+
send: Kirim
|
737
751
|
update:
|
738
752
|
error: Pesan tidak terkirim. Coba lagi nanti
|
739
753
|
user_interests:
|
@@ -926,6 +940,8 @@ id:
|
|
926
940
|
weibo: Sina Weibo
|
927
941
|
xing: Xing
|
928
942
|
time:
|
943
|
+
buttons:
|
944
|
+
select: Memilih
|
929
945
|
formats:
|
930
946
|
day_of_month: "%b %d"
|
931
947
|
day_of_week: "%a"
|
data/config/locales/is-IS.yml
CHANGED
@@ -16,7 +16,6 @@ is:
|
|
16
16
|
attributes:
|
17
17
|
decidim/user:
|
18
18
|
current_password: Núverandi lykilorð
|
19
|
-
email: Tölvupóstur
|
20
19
|
password: Lykilorð
|
21
20
|
password_confirmation: Staðfesta lykilorð
|
22
21
|
remember_me: Muna eftir mér
|
@@ -24,6 +23,8 @@ is:
|
|
24
23
|
'false': 'Nei'
|
25
24
|
'true': 'Já'
|
26
25
|
date:
|
26
|
+
buttons:
|
27
|
+
select: Veldu
|
27
28
|
formats:
|
28
29
|
decidim_short: "%d/%m/%Y"
|
29
30
|
decidim_with_month_name: "%d %B %Y"
|
@@ -119,6 +120,10 @@ is:
|
|
119
120
|
dummy_step_attribute1: Dummy Skref Attribute 1
|
120
121
|
dummy_step_attribute2: Dummy Skref Attribute 2
|
121
122
|
contact: Hafa samband
|
123
|
+
core:
|
124
|
+
application_helper:
|
125
|
+
filter_category_values:
|
126
|
+
all: Allt
|
122
127
|
devise:
|
123
128
|
omniauth_registrations:
|
124
129
|
new:
|
@@ -220,10 +225,18 @@ is:
|
|
220
225
|
home: Heim
|
221
226
|
messaging:
|
222
227
|
conversation_mailer:
|
228
|
+
comanagers_new_conversation:
|
229
|
+
greeting: Hæ, %{recipient}!
|
230
|
+
comanagers_new_message:
|
231
|
+
greeting: Hæ, %{recipient}!
|
223
232
|
new_conversation:
|
224
233
|
greeting: Hæ, %{recipient}!
|
225
234
|
intro: "%{sender} hefur byrjað nýtt samtal við þig. Smelltu hér til að sjá það:"
|
226
235
|
subject: "%{sender} hefur byrjað samtal við þig"
|
236
|
+
new_group_conversation:
|
237
|
+
greeting: Hæ, %{recipient}!
|
238
|
+
new_group_message:
|
239
|
+
greeting: Hæ, %{recipient}!
|
227
240
|
new_message:
|
228
241
|
greeting: Hæ, %{recipient}!
|
229
242
|
intro: "%{sender} hefur sent ný skilaboð í samtali þínu. Smelltu hér til að sjá þær:"
|
@@ -260,7 +273,6 @@ is:
|
|
260
273
|
scopes:
|
261
274
|
global: Global umfang
|
262
275
|
picker:
|
263
|
-
cancel: Hætta við
|
264
276
|
choose: Veldu
|
265
277
|
title: Veldu %{field}
|
266
278
|
prompt: Veldu umfang
|
@@ -282,6 +294,8 @@ is:
|
|
282
294
|
share: Deila
|
283
295
|
share_link: Deila tengil
|
284
296
|
user_conversations:
|
297
|
+
reply:
|
298
|
+
send: Senda
|
285
299
|
update:
|
286
300
|
error: Skilaboð ekki send. Reyndu aftur seinna
|
287
301
|
devise:
|
@@ -354,6 +368,8 @@ is:
|
|
354
368
|
weibo: Sina Weibo
|
355
369
|
xing: Xing
|
356
370
|
time:
|
371
|
+
buttons:
|
372
|
+
select: Veldu
|
357
373
|
formats:
|
358
374
|
day_of_month: "%b %d"
|
359
375
|
day_of_week: "%a"
|
data/config/locales/it.yml
CHANGED
@@ -29,6 +29,8 @@ it:
|
|
29
29
|
password_confirmation: Conferma la tua password
|
30
30
|
personal_url: Pagina personale
|
31
31
|
remove_avatar: Rimuovi avatar
|
32
|
+
user_group:
|
33
|
+
avatar: Immagine del profilo
|
32
34
|
models:
|
33
35
|
decidim/attachment_created_event: Allegato
|
34
36
|
decidim/component_published_event: Componente attivo
|
@@ -40,6 +42,7 @@ it:
|
|
40
42
|
decidim/promote_to_admin: Promosso ad amministratore del gruppo
|
41
43
|
decidim/removed_from_group: Rimosso dal gruppo
|
42
44
|
decidim/resource_endorsed_event: Risorsa approvata
|
45
|
+
decidim/user_group_created_event: Gruppo utenti creato
|
43
46
|
activerecord:
|
44
47
|
attributes:
|
45
48
|
decidim/user:
|
@@ -66,6 +69,9 @@ it:
|
|
66
69
|
'false': 'No'
|
67
70
|
'true': 'Si'
|
68
71
|
date:
|
72
|
+
buttons:
|
73
|
+
close: Chiudere
|
74
|
+
select: Selezionare
|
69
75
|
formats:
|
70
76
|
decidim_short: "%d/%m/%Y"
|
71
77
|
decidim_short_with_month_name_short: "%d %b %Y"
|
@@ -212,6 +218,8 @@ it:
|
|
212
218
|
update_draft:
|
213
219
|
error: C'è stato un problema nell'eliminazione della bozza di emendamento.
|
214
220
|
success: Bozza emendamento aggiornata correttamente.
|
221
|
+
withdraw:
|
222
|
+
error: Si è verificato un errore durante il ritiro dell'emendamento.
|
215
223
|
wizard_step_form:
|
216
224
|
steps:
|
217
225
|
'1': Crea il tuo emendamento
|
@@ -368,10 +376,16 @@ it:
|
|
368
376
|
view_all: Guarda tutto
|
369
377
|
metrics:
|
370
378
|
name: Metriche dell'organizzazione
|
379
|
+
participatory_space_metrics:
|
380
|
+
name: Partecipazione in cifre
|
371
381
|
stats:
|
372
382
|
name: Statistiche dell'organizzazione
|
373
383
|
sub_hero:
|
374
384
|
name: Testo in evidenza home
|
385
|
+
core:
|
386
|
+
application_helper:
|
387
|
+
filter_category_values:
|
388
|
+
all: Tutto
|
375
389
|
devise:
|
376
390
|
omniauth_registrations:
|
377
391
|
new:
|
@@ -399,7 +413,7 @@ it:
|
|
399
413
|
uncheck: Mantieni deselezionato
|
400
414
|
title: Iscrizioni alla newsletter
|
401
415
|
omniauth_buttons:
|
402
|
-
or:
|
416
|
+
or: oppure
|
403
417
|
doorkeeper:
|
404
418
|
authorizations:
|
405
419
|
new:
|
@@ -419,13 +433,19 @@ it:
|
|
419
433
|
ready: Pronto
|
420
434
|
show:
|
421
435
|
download_data: Scarica i dati
|
436
|
+
download_data_description_html: |-
|
437
|
+
Un file contenente tutte le informazioni associate al tuo account verrà inviato a <strong>%{user_email}</strong>. Questa email conterrà un file .zip e una password per aprirlo.<br/><br/>Per decomprimere il file, avrai bisogno di <a href="https://www.7-zip.org/">7-Zip</a> (per Windows) o <a href="https://www.keka.io/">Keka</a> (per MacOS). Se si utilizza Linux, la maggior parte delle volte il software predefinito è sufficiente. In caso contrario, è possibile utilizzare <a href="https://gitlab.gnome.org/GNOME/file-roller">File Roller</a> o <a href="https://peazip.github.io">PeaZip</a>).
|
422
438
|
request_data: Richiedi dati
|
423
439
|
editor_images:
|
424
440
|
drag_and_drop_help: Aggiungi immagini trascinandole o incollandole.
|
441
|
+
endorsement_buttons_cell:
|
442
|
+
already_endorsed: Non mi piace
|
425
443
|
endorsements:
|
426
444
|
identities:
|
427
445
|
done: Fatto
|
428
446
|
select_identity: Seleziona identità
|
447
|
+
endorsers_list:
|
448
|
+
endorsed_by: Piace a…
|
429
449
|
errors:
|
430
450
|
internal_server_error:
|
431
451
|
title: C'era un problema con il nostro server
|
@@ -502,7 +522,7 @@ it:
|
|
502
522
|
email_outro: Hai ricevuto questa notifica perché hai fatto attività sul nostro sito web.
|
503
523
|
groups:
|
504
524
|
demoted_membership:
|
505
|
-
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ha rimosso i diritti di amministratore per quel gruppo.
|
525
|
+
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ha rimosso i tuoi diritti di amministratore per quel gruppo.
|
506
526
|
email_outro: Hai ricevuto questa notifica perché sei un membro di quel gruppo.
|
507
527
|
email_subject: Non sei più un amministratore del gruppo %{user_group_name}!
|
508
528
|
notification_title: Non sei più un amministratore del gruppo <a href="%{resource_path}">%{user_group_name}</a>.
|
@@ -513,7 +533,7 @@ it:
|
|
513
533
|
notification_title: Sei stato invitato a far parte del gruppo <a href="%{resource_path}">%{user_group_name}</a> . Controlla la pagina <a href="%{groups_profile_tab_path}">Gruppi</a> nel tuo profilo per approvarla!
|
514
534
|
join_request_accepted:
|
515
535
|
email_intro: Congratulazioni! Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ha accettato la tua richiesta di adesione.
|
516
|
-
email_outro: Hai ricevuto questa notifica perché la tua richiesta di
|
536
|
+
email_outro: Hai ricevuto questa notifica perché la tua richiesta di adesione è stata aggiornata.
|
517
537
|
email_subject: Sei stato accettato nel gruppo %{user_group_name}!
|
518
538
|
notification_title: Sei stato accettato nel gruppo <a href="%{resource_path}">%{user_group_name}</a>.
|
519
539
|
join_request_created:
|
@@ -527,7 +547,7 @@ it:
|
|
527
547
|
email_subject: La tua richiesta di aderire al gruppo %{user_group_name} è stata respinta!
|
528
548
|
notification_title: La tua richiesta di aderire al gruppo <a href="%{resource_path}">%{user_group_name}</a> è stata respinta.
|
529
549
|
promoted_to_admin:
|
530
|
-
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ti ha concesso i diritti di amministratore
|
550
|
+
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ti ha concesso i diritti di amministratore quel gruppo.
|
531
551
|
email_outro: Hai ricevuto questa notifica perché sei un membro di quel gruppo.
|
532
552
|
email_subject: Ora sei un amministratore del gruppo %{user_group_name}!
|
533
553
|
notification_title: Ora sei un amministratore del gruppo <a href="%{resource_path}">%{user_group_name}</a>.
|
@@ -540,7 +560,7 @@ it:
|
|
540
560
|
email_intro: Un nuovo gruppo di utenti è stato creato con il nome %{user_group_name}. Ora puoi verificarlo nel <a href="%{groups_admin_url}">pannello di amministrazione</a>.
|
541
561
|
email_outro: Hai ricevuto questa notifica perché sei un amministratore della piattaforma.
|
542
562
|
email_subject: È stato creato un nuovo gruppo di utenti
|
543
|
-
notification_title: Il gruppo
|
563
|
+
notification_title: Il gruppo di utenti %{user_group_name} è stato creato. Ora puoi verificarlo nel <a href="%{groups_admin_path}">pannello di amministratore</a>.
|
544
564
|
user_group_updated:
|
545
565
|
email_intro: Un gruppo di utenti con il nome %{user_group_name} ha aggiornato il suo profilo, lasciandolo non verificato. Ora puoi verificarlo nel <a href="%{groups_admin_url}">pannello di amministrazione</a>.
|
546
566
|
email_outro: Hai ricevuto questa notifica perché sei un amministratore della piattaforma.
|
@@ -565,6 +585,8 @@ it:
|
|
565
585
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{nickname}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
566
586
|
email_subject: "%{nickname} ha aggiornato il proprio profilo"
|
567
587
|
notification_title: La pagina <a href="%{resource_path}">profilo</a> di %{name} (%{nickname}), che stai seguendo, è stata aggiornata.
|
588
|
+
user_officialized:
|
589
|
+
email_subject: ""
|
568
590
|
export_mailer:
|
569
591
|
download_your_data_export:
|
570
592
|
click_button: 'Clicca sul link per scaricare i tuoi dati.<br/>Il file sarà disponibile fino a %{date}.<br/>Avrai bisogno di <a href="https://www.7-zip.org/">7-Zip</a> (per Windows), <a href="https://www.keka.io/en/">Keka</a> (per MacOS) o <a href="https://peazip.github.io">PeaZip</a> (per Linux) per aprirlo. Password: %{password}'
|
@@ -640,12 +662,12 @@ it:
|
|
640
662
|
current_admins: 'Amministratori attuali:'
|
641
663
|
manage_admins: Gestisci amministratori
|
642
664
|
group_invites:
|
643
|
-
accept_invitation:
|
665
|
+
accept_invitation: Accettato
|
644
666
|
accept_or_reject_group_invitations: 'I seguenti gruppi ti hanno invitato a unirti a loro. Accetta o rifiuta le loro richieste:'
|
645
667
|
index:
|
646
668
|
invite: Invitare
|
647
669
|
invite_user: Invita un utente
|
648
|
-
reject_invitation:
|
670
|
+
reject_invitation: Rifiutato
|
649
671
|
group_members:
|
650
672
|
actions:
|
651
673
|
are_you_sure: Sei sicuro?
|
@@ -671,8 +693,8 @@ it:
|
|
671
693
|
success: Gruppo lasciato con successo.
|
672
694
|
members:
|
673
695
|
accept_or_reject_join_requests: 'I seguenti utenti hanno chiesto di unirsi a questo gruppo. Accetta o rifiuta le loro richieste:'
|
674
|
-
accept_request:
|
675
|
-
reject_request:
|
696
|
+
accept_request: Accettato
|
697
|
+
reject_request: Rifiutato
|
676
698
|
new:
|
677
699
|
create_user_group: Crea un gruppo
|
678
700
|
new_user_group: Nuovo gruppo
|
@@ -773,6 +795,8 @@ it:
|
|
773
795
|
new_conversation: Nuova conversazione
|
774
796
|
next: Successivo
|
775
797
|
title: Conversazioni
|
798
|
+
reply_form:
|
799
|
+
placeholder: La tua risposta...
|
776
800
|
show:
|
777
801
|
back: Torna a tutte le conversazioni
|
778
802
|
chat_with: Conversazione con
|
@@ -790,11 +814,11 @@ it:
|
|
790
814
|
participants:
|
791
815
|
description: Numero di utenti attivi nell'organizzazione
|
792
816
|
object: partecipanti
|
793
|
-
title:
|
817
|
+
title: Partecipanti
|
794
818
|
users:
|
795
819
|
description: Numero di utenti nell'organizzazione
|
796
820
|
object: utenti
|
797
|
-
title:
|
821
|
+
title: Partecipanti
|
798
822
|
newsletter_mailer:
|
799
823
|
newsletter:
|
800
824
|
unsubscribe: Per disattivare la ricezione di questo tipo di email, <a href="%{link}" target="_blank" class="unsubscribe">Unsubscribe</a>.
|
@@ -896,24 +920,23 @@ it:
|
|
896
920
|
conversations: Conversazioni
|
897
921
|
followers: Followers
|
898
922
|
following: Seguiti
|
923
|
+
group_admins: Gestisci amministratori
|
924
|
+
group_members: Gestisci i membri
|
899
925
|
groups: gruppi
|
900
926
|
members: Utenti
|
901
927
|
officialized: Partecipante ufficiale
|
902
928
|
send_private_message: Invia messaggio privato
|
903
|
-
sidebar:
|
904
|
-
badges:
|
905
|
-
info: I badge vengono guadagnati eseguendo attività specifiche sulla piattaforma.
|
906
|
-
title: badge
|
907
929
|
user:
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
930
|
+
actions:
|
931
|
+
create_user_group: Crea un gruppo
|
932
|
+
edit_profile: Modifica Profilo
|
933
|
+
edit_user_group: Modifica il profilo del gruppo
|
934
|
+
invite_user: Invita utente
|
935
|
+
join_user_group: Richiesta di iscrizione al gruppo
|
936
|
+
leave_user_group: Lascia il gruppo
|
937
|
+
manage_user_group_admins: Gestisci amministratori
|
938
|
+
manage_user_group_users: Gestisci i membri
|
939
|
+
resend_email_confirmation_instructions: Rispedire le istruzioni per la conferma dell'email
|
917
940
|
reported_mailer:
|
918
941
|
hide:
|
919
942
|
hello: Ciao %{name},
|
@@ -996,17 +1019,16 @@ it:
|
|
996
1019
|
title: Segnala un problema
|
997
1020
|
flag_user_modal:
|
998
1021
|
already_reported: Questo contenuto è già stato segnalato e sarà esaminato da un amministratore.
|
999
|
-
close: Chiudi
|
1000
|
-
description: Che cosa è inappropriato riguardo all'utente?
|
1001
1022
|
offensive: Vi sono contenuti razzisti, sessisti, offensivi, attacchi di carattere personale, minacce di morte o altro tipo di minacci, istigazioni al suicidio o altre forme d'odio verbale.
|
1002
1023
|
report: Segnala
|
1003
1024
|
spam: Contiene pubblicità, truffe, clickbait ("esca da click") o altro contenuto mirato ad attrarre traffico internet.
|
1004
|
-
title: Segnala utente inappropriato
|
1005
1025
|
floating_help:
|
1006
1026
|
help: Aiuto
|
1007
1027
|
participatory_space_filters:
|
1008
1028
|
filters:
|
1029
|
+
area: Area
|
1009
1030
|
areas: Ambiti territoriali
|
1031
|
+
scope: Ambito
|
1010
1032
|
select_an_area: Seleziona un'area
|
1011
1033
|
public_participation:
|
1012
1034
|
public_participation: Mostra pubblicamente la mia presenza
|
@@ -1041,6 +1063,9 @@ it:
|
|
1041
1063
|
help_text: "<strong>Attenzione:</strong> Il contenuto potrebbe essere tradotto automaticamente e non essere accurato al 100%."
|
1042
1064
|
show_original: Mostra testo originale
|
1043
1065
|
show_translated: Mostra testo tradotto automaticamente
|
1066
|
+
user_activity:
|
1067
|
+
index:
|
1068
|
+
no_activities_warning: Questo utente non ha ancora avuto alcuna attività.
|
1044
1069
|
user_contact_disabled: Questo partecipante non accetta messaggi diretti.
|
1045
1070
|
user_conversations:
|
1046
1071
|
create:
|
@@ -1312,6 +1337,8 @@ it:
|
|
1312
1337
|
whatsapp_web: WhatsApp
|
1313
1338
|
xing: Xing
|
1314
1339
|
time:
|
1340
|
+
buttons:
|
1341
|
+
select: Selezionare
|
1315
1342
|
formats:
|
1316
1343
|
day_of_month: "%b %d"
|
1317
1344
|
day_of_week: "%a"
|