decidim-system 0.21.0 → 0.23.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-system might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/system/application.js.es6 +2 -0
- data/app/assets/stylesheets/decidim/system/_forms.scss +36 -0
- data/app/assets/stylesheets/decidim/system/_foundation_and_overrides.scss +1 -0
- data/app/assets/stylesheets/decidim/system/_sidebar.scss +0 -2
- data/app/assets/stylesheets/decidim/system/application.scss +1 -0
- data/app/commands/decidim/system/create_default_content_blocks.rb +1 -1
- data/app/commands/decidim/system/create_oauth_application.rb +37 -0
- data/app/commands/decidim/system/destroy_oauth_application.rb +39 -0
- data/app/commands/decidim/system/register_organization.rb +2 -1
- data/app/commands/decidim/system/update_oauth_application.rb +39 -0
- data/app/commands/decidim/system/update_organization.rb +4 -0
- data/app/controllers/decidim/system/oauth_applications_controller.rb +84 -0
- data/app/controllers/decidim/system/organizations_controller.rb +8 -1
- data/app/forms/decidim/system/file_upload_settings_form.rb +70 -0
- data/app/forms/decidim/system/oauth_application_form.rb +35 -0
- data/app/forms/decidim/system/update_organization_form.rb +13 -1
- data/app/views/decidim/system/oauth_applications/_form.html.erb +26 -0
- data/app/views/decidim/system/oauth_applications/edit.html.erb +13 -0
- data/app/views/decidim/system/oauth_applications/index.html.erb +41 -0
- data/app/views/decidim/system/oauth_applications/new.html.erb +13 -0
- data/app/views/decidim/system/oauth_applications/show.html.erb +27 -0
- data/app/views/decidim/system/organizations/_file_upload_settings.erb +56 -0
- data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +4 -0
- data/app/views/decidim/system/organizations/_smtp_settings.html.erb +7 -3
- data/app/views/decidim/system/organizations/edit.html.erb +1 -0
- data/app/views/decidim/system/organizations/new.html.erb +1 -0
- data/app/views/layouts/decidim/system/_header.html.erb +1 -0
- data/app/views/layouts/decidim/system/_js_configuration.html.erb +9 -0
- data/app/views/layouts/decidim/system/application.html.erb +2 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/bg-BG.yml +8 -0
- data/config/locales/bg.yml +8 -0
- data/config/locales/ca.yml +92 -0
- data/config/locales/cs.yml +95 -3
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +108 -1
- data/config/locales/el.yml +97 -0
- data/config/locales/en.yml +92 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +92 -0
- data/config/locales/es-PY.yml +92 -0
- data/config/locales/es.yml +92 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/fi-plain.yml +92 -0
- data/config/locales/fi.yml +92 -0
- data/config/locales/fr-CA.yml +182 -0
- data/config/locales/fr.yml +106 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +118 -11
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +4 -0
- data/config/locales/is.yml +55 -0
- data/config/locales/it.yml +9 -1
- data/config/locales/ja-JP.yml +101 -0
- data/config/locales/ja.yml +171 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +98 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +25 -0
- data/config/locales/no.yml +11 -1
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +123 -21
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +47 -24
- data/config/locales/ro-RO.yml +98 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk-SK.yml +90 -0
- data/config/locales/sk.yml +95 -0
- data/config/locales/sl.yml +51 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +26 -0
- data/config/locales/sv.yml +64 -0
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +108 -2
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +171 -0
- data/config/locales/zh-TW.yml +1 -0
- data/config/routes.rb +2 -0
- data/lib/decidim/system/engine.rb +5 -0
- data/lib/decidim/system/test/factories.rb +11 -0
- data/lib/decidim/system/version.rb +1 -1
- metadata +66 -21
@@ -0,0 +1 @@
|
|
1
|
+
ko:
|
@@ -0,0 +1 @@
|
|
1
|
+
ko:
|
@@ -0,0 +1 @@
|
|
1
|
+
lt:
|
@@ -0,0 +1 @@
|
|
1
|
+
lt:
|
@@ -0,0 +1,98 @@
|
|
1
|
+
lv:
|
2
|
+
decidim:
|
3
|
+
system:
|
4
|
+
actions:
|
5
|
+
confirm_destroy: Vai tiešām vēlaties šo dzēst?
|
6
|
+
destroy: Dzēst
|
7
|
+
edit: Labot
|
8
|
+
new: Jauns
|
9
|
+
save: Saglabāt
|
10
|
+
title: Darbības
|
11
|
+
admins:
|
12
|
+
create:
|
13
|
+
error: Jauna administratora izveides laikā radās problēma.
|
14
|
+
success: Administrators ir veiksmīgi izveidots
|
15
|
+
destroy:
|
16
|
+
success: Administrators ir veiksmīgi izdzēsts
|
17
|
+
edit:
|
18
|
+
title: Rediģēt administratoru
|
19
|
+
update: Atjaunināt
|
20
|
+
index:
|
21
|
+
title: Administratori
|
22
|
+
new:
|
23
|
+
create: Izveidot
|
24
|
+
title: Jauns administrators
|
25
|
+
update:
|
26
|
+
error: Administratora atjaunināšanas laikā radās problēma.
|
27
|
+
success: Administrators ir veiksmīgi atjaunināts
|
28
|
+
default_pages:
|
29
|
+
placeholders:
|
30
|
+
content: Lūdzu, pievienojiet nozīmīgu saturu statiskajai lapai %{page} administratora informācijas panelī.
|
31
|
+
title: '%{page} noklusējuma nosaukums'
|
32
|
+
menu:
|
33
|
+
admins: Administratori
|
34
|
+
dashboard: Informācijas panelis
|
35
|
+
organizations: Organizācijas
|
36
|
+
models:
|
37
|
+
admin:
|
38
|
+
fields:
|
39
|
+
created_at: Izveidots plkst.
|
40
|
+
email: E-pasts
|
41
|
+
name: Administrators
|
42
|
+
validations:
|
43
|
+
email_uniqueness: cits administrators ar tādu pašu e-pasta adresi jau pastāv
|
44
|
+
organization:
|
45
|
+
actions:
|
46
|
+
save_and_invite: Izveidot organizāciju un uzaicināt administratoru
|
47
|
+
fields:
|
48
|
+
created_at: Izveidots plkst.
|
49
|
+
name: Nosaukums
|
50
|
+
omniauth_settings: Omniauth iestatījumi
|
51
|
+
smtp_settings: SMTP iestatījumi
|
52
|
+
name: Organizācija
|
53
|
+
organizations:
|
54
|
+
create:
|
55
|
+
error: Jaunas organizācijas izveides laikā radās problēma.
|
56
|
+
success: Organizācija ir veiksmīgi izveidota.
|
57
|
+
edit:
|
58
|
+
secondary_hosts_hint: Katru no tām ievadiet jaunā rindā
|
59
|
+
index:
|
60
|
+
title: Organizācijas
|
61
|
+
new:
|
62
|
+
reference_prefix_hint: Atsauces prefiksu izmanto, lai varētu identificēt resursus visā organizācijā
|
63
|
+
secondary_hosts_hint: Katru no tām ievadiet jaunā rindā
|
64
|
+
title: Jauna organizācija
|
65
|
+
omniauth_settings:
|
66
|
+
decidim:
|
67
|
+
client_id: Klienta ID
|
68
|
+
client_secret: Klienta noslēpums
|
69
|
+
site_url: Vietnes URL
|
70
|
+
enabled: Iespējots
|
71
|
+
enabled_by_default: Šis pakalpojumu sniedzējs ir iespējots pēc noklusējuma. To var rediģēt, bet nevar atspējot.
|
72
|
+
facebook:
|
73
|
+
app_id: Lietotnes ID
|
74
|
+
app_secret: Lietotnes noslēpums
|
75
|
+
google_oauth2:
|
76
|
+
client_id: Klienta ID
|
77
|
+
client_secret: Klienta noslēpums
|
78
|
+
icon: Ikona
|
79
|
+
icon_path: Ikonas ceļš
|
80
|
+
twitter:
|
81
|
+
api_key: API atslēga
|
82
|
+
api_secret: API noslēpums
|
83
|
+
smtp_settings:
|
84
|
+
placeholder:
|
85
|
+
from_label: jūsu-organizācijas-nosaukums
|
86
|
+
update:
|
87
|
+
error: Šīs organizācijas atjaunināšanas laikā radās problēma.
|
88
|
+
success: Organizācija ir veiksmīgi atjaunināta.
|
89
|
+
users_registration_mode:
|
90
|
+
disabled: Piekļuvi var veikt tikai ar ārējiem kontiem
|
91
|
+
enabled: Ļauj dalībniekiem reģistrēties un pierakstīties
|
92
|
+
existing: Neļauj dalībniekiem reģistrēties, bet ļauj esošajiem dalībniekiem pierakstīties
|
93
|
+
shared:
|
94
|
+
notices:
|
95
|
+
no_organization_warning_html: Lai sāktu, jums ir jāizveido organizācija. Pirms turpināt, noteikti izlasiet %{guide}.
|
96
|
+
our_getting_started_guide: mūsu darba sākšanas ceļvedis
|
97
|
+
titles:
|
98
|
+
dashboard: Informācijas panelis
|
@@ -0,0 +1 @@
|
|
1
|
+
mt:
|
@@ -0,0 +1 @@
|
|
1
|
+
mt:
|
data/config/locales/nl.yml
CHANGED
@@ -1,4 +1,13 @@
|
|
1
1
|
nl:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
organization:
|
5
|
+
address: SMTP hostname
|
6
|
+
from_email: E-mailadres
|
7
|
+
from_label: Label
|
8
|
+
password: Wachtwoord
|
9
|
+
port: Poort
|
10
|
+
user_name: Gebruikersnaam
|
2
11
|
decidim:
|
3
12
|
system:
|
4
13
|
actions:
|
@@ -47,6 +56,7 @@ nl:
|
|
47
56
|
fields:
|
48
57
|
created_at: Gemaakt bij
|
49
58
|
name: Naam
|
59
|
+
omniauth_settings: Omniauth instellingen
|
50
60
|
smtp_settings: SMTP-instellingen
|
51
61
|
name: Organisatie
|
52
62
|
organizations:
|
@@ -62,15 +72,30 @@ nl:
|
|
62
72
|
secondary_hosts_hint: Voer elk van hen op een nieuwe regel in
|
63
73
|
title: Nieuwe organisatie
|
64
74
|
omniauth_settings:
|
75
|
+
decidim:
|
76
|
+
client_id: Klant ID
|
77
|
+
client_secret: Klant geheim
|
78
|
+
site_url: Website URL
|
79
|
+
enabled: Ingeschakeld
|
80
|
+
enabled_by_default: Deze provider is standaard ingeschakeld. Het kan worden bewerkt maar niet uitgeschakeld.
|
65
81
|
facebook:
|
66
82
|
app_id: App-ID
|
67
83
|
app_secret: App secret
|
68
84
|
google_oauth2:
|
69
85
|
client_id: Client-ID
|
70
86
|
client_secret: Client secret
|
87
|
+
icon: Pictogram
|
88
|
+
icon_path: Icoon pad
|
71
89
|
twitter:
|
72
90
|
api_key: API key
|
73
91
|
api_secret: API secret
|
92
|
+
smtp_settings:
|
93
|
+
fieldsets:
|
94
|
+
sender: Afzender
|
95
|
+
instructions:
|
96
|
+
from_label: 'E-mail afzender zal zijn: "jouw-organisatie naam <your-organization@example.org>". Laat leeg om ''E-mailadres'' te gebruiken als label'
|
97
|
+
placeholder:
|
98
|
+
from_label: jouw-organisatienaam
|
74
99
|
update:
|
75
100
|
error: Er is een fout opgetreden bij het bijwerken van deze organisatie.
|
76
101
|
success: Organisatie is succesvol bijgewerkt.
|
data/config/locales/no.yml
CHANGED
@@ -1,10 +1,15 @@
|
|
1
1
|
"no":
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
organization_file_uploads:
|
5
|
+
maximum_file_size:
|
6
|
+
default: Standard filstørrelse
|
2
7
|
decidim:
|
3
8
|
system:
|
4
9
|
actions:
|
5
10
|
confirm_destroy: Er du sikker på at du vil slette dette?
|
6
11
|
destroy: Slett
|
7
|
-
edit:
|
12
|
+
edit: Rediger
|
8
13
|
new: Nytt
|
9
14
|
save: Lagre
|
10
15
|
title: Handlinger
|
@@ -56,6 +61,11 @@
|
|
56
61
|
success: Organisasjonen ble opprettet.
|
57
62
|
edit:
|
58
63
|
secondary_hosts_hint: Skriv inn hver enkelt av dem på en ny linje
|
64
|
+
file_upload_settings:
|
65
|
+
file_sizes:
|
66
|
+
avatar_hint: Megabyte (MB). Denne begrensning på filstørrelse brukes for opplasting av avatarbilde.
|
67
|
+
default_hint: Megabyte (MB). Denne filstørrelsesgrensen er standardverdien som brukes for alle filopplastinger med mindre annet er angitt.
|
68
|
+
title: Maks filstørrelse
|
59
69
|
index:
|
60
70
|
title: Organisasjoner
|
61
71
|
new:
|
@@ -0,0 +1 @@
|
|
1
|
+
om:
|
data/config/locales/pl.yml
CHANGED
@@ -1,65 +1,167 @@
|
|
1
1
|
pl:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
oauth_application:
|
5
|
+
name: Nazwa aplikacji OAuth
|
6
|
+
organization_logo: Logo organizacji (kwadrat)
|
7
|
+
organization_name: Organizacja
|
8
|
+
organization_url: Adres URL organizacji
|
9
|
+
redirect_uri: Przekierowanie URI
|
10
|
+
organization:
|
11
|
+
address: Nazwa hosta SMTP
|
12
|
+
from_email: Adresy e-mail
|
13
|
+
from_label: Etykieta
|
14
|
+
password: Hasło
|
15
|
+
port: Port
|
16
|
+
user_name: Nazwa użytkownika
|
17
|
+
organization_file_uploads:
|
18
|
+
allowed_content_types:
|
19
|
+
admin: Typy MIME administratora
|
20
|
+
default: Domyślne typy MIME
|
21
|
+
allowed_file_extensions:
|
22
|
+
admin: Rozszerzenia plików administratora
|
23
|
+
default: Domyślne rozszerzenia plików
|
24
|
+
image: Rozszerzenia pliku obrazu
|
25
|
+
maximum_file_size:
|
26
|
+
avatar: Rozmiar pliku awatara
|
27
|
+
default: Domyślny rozmiar pliku
|
28
|
+
errors:
|
29
|
+
models:
|
30
|
+
oauth_application:
|
31
|
+
attributes:
|
32
|
+
redirect_uri:
|
33
|
+
must_be_ssl: URI przekierowania musi być URI SSL
|
2
34
|
decidim:
|
3
35
|
system:
|
4
36
|
actions:
|
5
37
|
confirm_destroy: Czy na pewno chcesz to usunąć?
|
6
|
-
destroy:
|
7
|
-
edit:
|
38
|
+
destroy: Usuń
|
39
|
+
edit: Edytuj
|
8
40
|
new: Nowy
|
9
|
-
save:
|
10
|
-
title:
|
41
|
+
save: Zapisz
|
42
|
+
title: Działania
|
11
43
|
admins:
|
12
44
|
create:
|
13
45
|
error: Podczas tworzenia nowego administratora wystąpił błąd.
|
14
|
-
success:
|
46
|
+
success: Administrator został utworzony
|
15
47
|
destroy:
|
16
|
-
success: Administrator został
|
48
|
+
success: Administrator został usunięty
|
17
49
|
edit:
|
18
50
|
title: Edytuj administratora
|
19
|
-
update:
|
51
|
+
update: Aktualizuj
|
20
52
|
index:
|
21
53
|
title: Administratorzy
|
22
54
|
new:
|
23
|
-
create:
|
55
|
+
create: Utwórz
|
24
56
|
title: Nowy administrator
|
25
57
|
update:
|
26
58
|
error: Podczas aktualizowania tego administratora wystąpił błąd.
|
27
|
-
success:
|
59
|
+
success: Administrator został zaktualizowany
|
28
60
|
default_pages:
|
29
61
|
placeholders:
|
30
|
-
content: Proszę dodać istotne treści do strony
|
62
|
+
content: Proszę dodać istotne treści do strony statycznej %{page} w panelu administratora.
|
31
63
|
title: Domyślny tytuł dla %{page}
|
32
64
|
menu:
|
33
65
|
admins: Administratorzy
|
34
|
-
dashboard:
|
66
|
+
dashboard: Panel
|
67
|
+
oauth_applications: Aplikacje OAuth
|
35
68
|
organizations: Organizacje
|
36
69
|
models:
|
37
70
|
admin:
|
38
71
|
fields:
|
39
|
-
created_at: Utworzono
|
40
|
-
email:
|
41
|
-
name:
|
72
|
+
created_at: Utworzono
|
73
|
+
email: Adres e-mail
|
74
|
+
name: Administrator
|
42
75
|
validations:
|
43
|
-
email_uniqueness:
|
76
|
+
email_uniqueness: inny administrator z tym samym e-mailem już istnieje
|
77
|
+
oauth_application:
|
78
|
+
fields:
|
79
|
+
created_at: Utworzono
|
80
|
+
name: Nazwa aplikacji OAuth
|
81
|
+
organization_name: Organizacja
|
82
|
+
name: Aplikacja OAuth
|
44
83
|
organization:
|
45
84
|
actions:
|
46
|
-
save_and_invite: Utwórz organizację i
|
85
|
+
save_and_invite: Utwórz organizację i zaproś administratora
|
47
86
|
fields:
|
48
|
-
created_at: Utworzono
|
87
|
+
created_at: Utworzono
|
88
|
+
file_upload_settings: Ustawienia przesyłania pliku
|
49
89
|
name: Nazwa
|
90
|
+
omniauth_settings: Ustawienia Omniauth
|
91
|
+
smtp_settings: Ustawienia SMTP
|
50
92
|
name: Organizacja
|
93
|
+
oauth_applications:
|
94
|
+
create:
|
95
|
+
error: Wystąpił błąd podczas tworzenia tej aplikacji.
|
96
|
+
success: Aplikacja została utworzona.
|
97
|
+
destroy:
|
98
|
+
error: Wystąpił błąd podczas usuwania aplikacji.
|
99
|
+
success: Aplikacja została usunięta.
|
100
|
+
edit:
|
101
|
+
save: Zapisz
|
102
|
+
title: Edytuj aplikację
|
103
|
+
form:
|
104
|
+
select_organization: Wybierz organizację
|
105
|
+
index:
|
106
|
+
confirm_delete: Czy na pewno chcesz usunąć tę aplikację?
|
107
|
+
title: Aplikacje OAuth
|
108
|
+
new:
|
109
|
+
save: Zapisz
|
110
|
+
title: Nowa aplikacja
|
111
|
+
update:
|
112
|
+
error: Wystąpił błąd podczas aktualizowania tej aplikacji.
|
113
|
+
success: Aplikacja została zaktualizowana.
|
51
114
|
organizations:
|
52
115
|
create:
|
53
116
|
error: Podczas tworzenia nowej organizacji wystąpił błąd.
|
54
|
-
success: Organizacja
|
117
|
+
success: Organizacja została utworzona.
|
55
118
|
edit:
|
56
119
|
secondary_hosts_hint: Wpisz każdy z nich w nowej linii
|
120
|
+
file_upload_settings:
|
121
|
+
content_types:
|
122
|
+
default_hint: Te typy MIME są domyślnie dozwolone dla wszystkich użytkowników.
|
123
|
+
title: Dozwolone typy MIME
|
124
|
+
file_extensions:
|
125
|
+
title: Dozwolone rozszerzenia plików
|
126
|
+
file_sizes:
|
127
|
+
avatar_hint: Megabajty (MB). Ten limit rozmiaru pliku jest używany do przesyłania obrazu awatara.
|
128
|
+
default_hint: Megabajty (MB). Ten limit rozmiaru pliku jest domyślny, jest używany dla wszystkich przesyłanych plików, chyba że określono inaczej.
|
129
|
+
title: Maksymalne rozmiary plików
|
130
|
+
intro: |
|
131
|
+
Proszę zachować szczególną ostrożność podczas rozważania zmiany tych ustawień. Im mniej na to pozwalasz, tym lepiej.
|
132
|
+
Zezwalanie na określone rozszerzenia plików lub typów MIME może narazić użytkowników systemu na zagrożenia bezpieczeństwa i może mieć również wpływ na dostępność witryny.
|
57
133
|
index:
|
58
134
|
title: Organizacje
|
59
135
|
new:
|
60
136
|
reference_prefix_hint: Prefiks referencyjny służy do jednoznacznego identyfikowania zasobów we wszystkich organizacjach
|
61
137
|
secondary_hosts_hint: Wpisz każdy z nich w nowej linii
|
62
138
|
title: Nowa organizacja
|
139
|
+
omniauth_settings:
|
140
|
+
decidim:
|
141
|
+
client_id: Identyfikator klienta
|
142
|
+
client_secret: Sekret klienta
|
143
|
+
site_url: URL strony
|
144
|
+
enabled: Włączone
|
145
|
+
enabled_by_default: Ten dostawca jest włączony domyślnie. Można go edytować, ale nie można go wyłączyć.
|
146
|
+
facebook:
|
147
|
+
app_id: ID aplikacji
|
148
|
+
app_secret: Sekret aplikacji
|
149
|
+
google_oauth2:
|
150
|
+
client_id: ID klienta
|
151
|
+
client_secret: Sekret klienta
|
152
|
+
icon: Ikona
|
153
|
+
icon_path: Ścieżka ikony
|
154
|
+
twitter:
|
155
|
+
api_key: Klucz API
|
156
|
+
api_secret: Sekret API
|
157
|
+
smtp_settings:
|
158
|
+
fieldsets:
|
159
|
+
sender: Nadawca
|
160
|
+
instructions:
|
161
|
+
from_label: 'Nadawcą wiadomości e-mail będzie: "Twoja organizacja <your-organization@example.org>". Pozostaw puste, aby użyć "Adres e-mail" jako etykiety'
|
162
|
+
placeholder:
|
163
|
+
from_email: twoja-organizacja@przyklad.org
|
164
|
+
from_label: twoja-nazwa-organizacji
|
63
165
|
update:
|
64
166
|
error: Podczas aktualizowania tej organizacji wystąpił błąd.
|
65
167
|
success: Organizacja została zaktualizowana.
|
@@ -69,7 +171,7 @@ pl:
|
|
69
171
|
existing: Nie zezwalaj użytkownikom na rejestrację, ale zezwalaj istniejącym użytkownikom na logowanie
|
70
172
|
shared:
|
71
173
|
notices:
|
72
|
-
no_organization_warning_html: Aby rozpocząć, musisz utworzyć organizację. Przed kontynuowaniem przeczytaj
|
73
|
-
our_getting_started_guide:
|
174
|
+
no_organization_warning_html: Aby rozpocząć, musisz utworzyć organizację. Przed kontynuowaniem przeczytaj %{guide}.
|
175
|
+
our_getting_started_guide: nasz przewodnik
|
74
176
|
titles:
|
75
|
-
dashboard:
|
177
|
+
dashboard: Panel
|
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/pt.yml
CHANGED
@@ -2,74 +2,97 @@ pt:
|
|
2
2
|
decidim:
|
3
3
|
system:
|
4
4
|
actions:
|
5
|
-
confirm_destroy: Tem certeza de que
|
6
|
-
destroy:
|
5
|
+
confirm_destroy: Tem a certeza de que pretende eliminar isto?
|
6
|
+
destroy: Eliminar
|
7
7
|
edit: Editar
|
8
8
|
new: Novo
|
9
|
-
save:
|
9
|
+
save: Guardar
|
10
10
|
title: Ações
|
11
11
|
admins:
|
12
12
|
create:
|
13
|
-
error: Ocorreu um
|
14
|
-
success:
|
13
|
+
error: Ocorreu um problema ao criar um novo administrador.
|
14
|
+
success: Administrador criado corretamente
|
15
15
|
destroy:
|
16
|
-
success:
|
16
|
+
success: Administrador eliminado corretamente
|
17
17
|
edit:
|
18
|
-
title:
|
19
|
-
update:
|
18
|
+
title: Editar administrador
|
19
|
+
update: Atualizar
|
20
20
|
index:
|
21
21
|
title: Administradores
|
22
22
|
new:
|
23
23
|
create: Criar
|
24
24
|
title: Novo administrador
|
25
25
|
update:
|
26
|
-
error: Ocorreu um
|
27
|
-
success:
|
26
|
+
error: Ocorreu um problema ao atualizar este administrador.
|
27
|
+
success: Administrador atualizado corretamente
|
28
28
|
default_pages:
|
29
29
|
placeholders:
|
30
|
-
content:
|
30
|
+
content: Por favor adicione conteúdo relevante à página estática %{page} no painel de administrador.
|
31
31
|
title: Título padrão para %{page}
|
32
32
|
menu:
|
33
33
|
admins: Administradores
|
34
|
-
dashboard:
|
34
|
+
dashboard: Painel de controlo
|
35
35
|
organizations: Organizações
|
36
36
|
models:
|
37
37
|
admin:
|
38
38
|
fields:
|
39
39
|
created_at: Criado em
|
40
|
-
email:
|
40
|
+
email: E-mail
|
41
41
|
name: Administrador
|
42
42
|
validations:
|
43
|
-
email_uniqueness: outro administrador com o mesmo e-mail
|
43
|
+
email_uniqueness: já existe outro administrador com o mesmo e-mail
|
44
44
|
organization:
|
45
45
|
actions:
|
46
|
-
save_and_invite: Criar organização e convidar
|
46
|
+
save_and_invite: Criar organização e convidar administrador
|
47
47
|
fields:
|
48
48
|
created_at: Criado em
|
49
49
|
name: Nome
|
50
|
+
omniauth_settings: Configurações Omniauth
|
51
|
+
smtp_settings: Configurações SMTP
|
50
52
|
name: Organização
|
51
53
|
organizations:
|
52
54
|
create:
|
53
|
-
error: Ocorreu um
|
54
|
-
success: Organização criada
|
55
|
+
error: Ocorreu um problema ao criar uma nova organização.
|
56
|
+
success: Organização criada corretamente.
|
55
57
|
edit:
|
56
58
|
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
57
59
|
index:
|
58
60
|
title: Organizações
|
59
61
|
new:
|
60
|
-
reference_prefix_hint: O prefixo de referência é usado para identificar
|
62
|
+
reference_prefix_hint: O prefixo de referência é usado para identificar recursos únicos em todas as organizações
|
61
63
|
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
62
64
|
title: Nova organização
|
65
|
+
omniauth_settings:
|
66
|
+
decidim:
|
67
|
+
client_id: ID do cliente
|
68
|
+
client_secret: Segredo do cliente
|
69
|
+
site_url: URL do sítio
|
70
|
+
enabled: Ativado
|
71
|
+
enabled_by_default: Este fornecedor está ativado por predefinição. Pode ser editado mas não desativado.
|
72
|
+
facebook:
|
73
|
+
app_id: ID da aplicação
|
74
|
+
app_secret: Segredo da aplicação
|
75
|
+
google_oauth2:
|
76
|
+
client_id: ID do cliente
|
77
|
+
client_secret: Segredo do cliente
|
78
|
+
icon: Ícone
|
79
|
+
icon_path: Caminho de ícone
|
80
|
+
twitter:
|
81
|
+
api_key: Chave de API
|
82
|
+
api_secret: Segredo de API
|
83
|
+
smtp_settings:
|
84
|
+
placeholder:
|
85
|
+
from_label: nome-da-sua-organização
|
63
86
|
update:
|
64
|
-
error: Ocorreu um
|
65
|
-
success: Organização atualizada
|
87
|
+
error: Ocorreu um problema ao atualizar esta organização.
|
88
|
+
success: Organização atualizada corretamente.
|
66
89
|
users_registration_mode:
|
67
90
|
disabled: O acesso só pode ser feito com contas externas
|
68
|
-
enabled: Permitir que os
|
69
|
-
existing: Não permitir que os
|
91
|
+
enabled: Permitir que os participantes se registem e iniciem sessão
|
92
|
+
existing: Não permitir que os participantes se registem, mas permitir que participantes existentes iniciem sessão
|
70
93
|
shared:
|
71
94
|
notices:
|
72
95
|
no_organization_warning_html: Você deve criar uma organização para começar. Certifique-se de ler %{guide} antes de prosseguir.
|
73
|
-
our_getting_started_guide: nosso guia inicial
|
96
|
+
our_getting_started_guide: o nosso guia inicial
|
74
97
|
titles:
|
75
|
-
dashboard:
|
98
|
+
dashboard: Painel de controlo
|